F_PM_2501.Designer.cs 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_2501
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PM_2501));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  35. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  36. this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
  37. this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
  38. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  39. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  40. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  41. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  42. this.lblOrganization = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  43. this.scbOrganization = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbOrganization();
  44. this.lblGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  45. this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType();
  46. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  47. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  48. this.lblTo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  49. this.dtpEndTime = new System.Windows.Forms.DateTimePicker();
  50. this.dtpStartTime = new System.Windows.Forms.DateTimePicker();
  51. this.lblCreateTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  52. this.lblUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  53. this.lblGoodsName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  54. this.lblGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  55. this.lblBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  56. this.txtUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  57. this.txtGoodsName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  58. this.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  59. this.txtBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  60. this.dgvProduction = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  61. this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.GoodsTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.STAFNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.NUMS = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.OrganizationID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.GroutingDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.GroutingUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.IsPublicBody = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  73. this.GroutingNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.CreateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.CreateUserID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.ProcedureModel = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.ModelType = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.PieceType = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  80. this.LogoCodeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  81. this.procedurename = new System.Windows.Forms.DataGridViewTextBoxColumn();
  82. this.tsrOperate.SuspendLayout();
  83. this.gbxCondition.SuspendLayout();
  84. ((System.ComponentModel.ISupportInitialize)(this.dgvProduction)).BeginInit();
  85. this.SuspendLayout();
  86. //
  87. // tsrOperate
  88. //
  89. this.tsrOperate.AutoSize = false;
  90. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  91. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.functionbackground;
  92. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  93. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  94. this.tsbtnAdd,
  95. this.tsbtnEdit,
  96. this.toolStripSeparator1,
  97. this.tsbtnAdaptive,
  98. this.tsbtnClose});
  99. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  100. this.tsrOperate.Name = "tsrOperate";
  101. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  102. this.tsrOperate.ShowItemToolTips = false;
  103. this.tsrOperate.Size = new System.Drawing.Size(1102, 35);
  104. this.tsrOperate.TabIndex = 25;
  105. this.tsrOperate.Text = "toolStrip1";
  106. //
  107. // tsbtnAdd
  108. //
  109. this.tsbtnAdd.AutoSize = false;
  110. this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  111. this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  112. this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  113. this.tsbtnAdd.Name = "tsbtnAdd";
  114. this.tsbtnAdd.Size = new System.Drawing.Size(60, 25);
  115. this.tsbtnAdd.Text = "新建(&N)";
  116. this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
  117. //
  118. // tsbtnEdit
  119. //
  120. this.tsbtnEdit.AutoSize = false;
  121. this.tsbtnEdit.Enabled = false;
  122. this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  123. this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  124. this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  125. this.tsbtnEdit.Name = "tsbtnEdit";
  126. this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
  127. this.tsbtnEdit.Text = "编辑(&E)";
  128. this.tsbtnEdit.Visible = false;
  129. //
  130. // toolStripSeparator1
  131. //
  132. this.toolStripSeparator1.AutoSize = false;
  133. this.toolStripSeparator1.Name = "toolStripSeparator1";
  134. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  135. //
  136. // tsbtnAdaptive
  137. //
  138. this.tsbtnAdaptive.AutoSize = false;
  139. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  140. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  141. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  142. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  143. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  144. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  145. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  146. //
  147. // tsbtnClose
  148. //
  149. this.tsbtnClose.AutoSize = false;
  150. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  151. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  152. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  153. this.tsbtnClose.Name = "tsbtnClose";
  154. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  155. this.tsbtnClose.Text = "关闭(&X)";
  156. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  157. //
  158. // gbxCondition
  159. //
  160. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  161. | System.Windows.Forms.AnchorStyles.Right)));
  162. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  163. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  164. this.gbxCondition.Controls.Add(this.lblOrganization);
  165. this.gbxCondition.Controls.Add(this.scbOrganization);
  166. this.gbxCondition.Controls.Add(this.lblGoodsType);
  167. this.gbxCondition.Controls.Add(this.scbGoodsType);
  168. this.gbxCondition.Controls.Add(this.btnClearCondition);
  169. this.gbxCondition.Controls.Add(this.btnSearch);
  170. this.gbxCondition.Controls.Add(this.lblTo);
  171. this.gbxCondition.Controls.Add(this.dtpEndTime);
  172. this.gbxCondition.Controls.Add(this.dtpStartTime);
  173. this.gbxCondition.Controls.Add(this.lblCreateTime);
  174. this.gbxCondition.Controls.Add(this.lblUserCode);
  175. this.gbxCondition.Controls.Add(this.lblGoodsName);
  176. this.gbxCondition.Controls.Add(this.lblGoodsCode);
  177. this.gbxCondition.Controls.Add(this.lblBarCode);
  178. this.gbxCondition.Controls.Add(this.txtUserCode);
  179. this.gbxCondition.Controls.Add(this.txtGoodsName);
  180. this.gbxCondition.Controls.Add(this.txtGoodsCode);
  181. this.gbxCondition.Controls.Add(this.txtBarCode);
  182. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  183. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  184. this.gbxCondition.IsMustInput = false;
  185. this.gbxCondition.Location = new System.Drawing.Point(0, 38);
  186. this.gbxCondition.Name = "gbxCondition";
  187. this.gbxCondition.OriginalHeight = -1;
  188. this.gbxCondition.Size = new System.Drawing.Size(1090, 83);
  189. this.gbxCondition.TabIndex = 26;
  190. this.gbxCondition.TabStop = false;
  191. this.gbxCondition.Text = "查询条件 ▼";
  192. //
  193. // lblOrganization
  194. //
  195. this.lblOrganization.AutoSize = true;
  196. this.lblOrganization.BackColor = System.Drawing.Color.Transparent;
  197. this.lblOrganization.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  198. this.lblOrganization.ForeColor = System.Drawing.SystemColors.ControlText;
  199. this.lblOrganization.Location = new System.Drawing.Point(205, 49);
  200. this.lblOrganization.Name = "lblOrganization";
  201. this.lblOrganization.Size = new System.Drawing.Size(53, 12);
  202. this.lblOrganization.TabIndex = 51;
  203. this.lblOrganization.Text = "组织机构";
  204. //
  205. // scbOrganization
  206. //
  207. this.scbOrganization.CheckedData = null;
  208. this.scbOrganization.IsOnlyDisplayEnd = false;
  209. this.scbOrganization.Location = new System.Drawing.Point(264, 46);
  210. this.scbOrganization.Name = "scbOrganization";
  211. this.scbOrganization.Size = new System.Drawing.Size(134, 21);
  212. this.scbOrganization.TabIndex = 50;
  213. //
  214. // lblGoodsType
  215. //
  216. this.lblGoodsType.AutoSize = true;
  217. this.lblGoodsType.BackColor = System.Drawing.SystemColors.Control;
  218. this.lblGoodsType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  219. this.lblGoodsType.ForeColor = System.Drawing.SystemColors.ControlText;
  220. this.lblGoodsType.Location = new System.Drawing.Point(649, 22);
  221. this.lblGoodsType.Name = "lblGoodsType";
  222. this.lblGoodsType.Size = new System.Drawing.Size(53, 12);
  223. this.lblGoodsType.TabIndex = 37;
  224. this.lblGoodsType.Text = "产品类别";
  225. //
  226. // scbGoodsType
  227. //
  228. this.scbGoodsType.CheckedData = null;
  229. this.scbGoodsType.IsOnlyDisplayEnd = false;
  230. this.scbGoodsType.Location = new System.Drawing.Point(706, 18);
  231. this.scbGoodsType.Name = "scbGoodsType";
  232. this.scbGoodsType.Size = new System.Drawing.Size(134, 21);
  233. this.scbGoodsType.TabIndex = 36;
  234. //
  235. // btnClearCondition
  236. //
  237. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  238. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  239. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  240. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  241. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  242. this.btnClearCondition.Location = new System.Drawing.Point(999, 45);
  243. this.btnClearCondition.Name = "btnClearCondition";
  244. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  245. this.btnClearCondition.TabIndex = 12;
  246. this.btnClearCondition.Text = "清空条件";
  247. this.btnClearCondition.UseVisualStyleBackColor = true;
  248. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  249. //
  250. // btnSearch
  251. //
  252. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  253. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  254. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  255. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  256. this.btnSearch.ForeColor = System.Drawing.Color.White;
  257. this.btnSearch.Location = new System.Drawing.Point(908, 45);
  258. this.btnSearch.Name = "btnSearch";
  259. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  260. this.btnSearch.TabIndex = 11;
  261. this.btnSearch.Text = "查询";
  262. this.btnSearch.UseVisualStyleBackColor = true;
  263. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  264. //
  265. // lblTo
  266. //
  267. this.lblTo.AutoSize = true;
  268. this.lblTo.BackColor = System.Drawing.Color.Transparent;
  269. this.lblTo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  270. this.lblTo.ForeColor = System.Drawing.SystemColors.ControlText;
  271. this.lblTo.Location = new System.Drawing.Point(627, 50);
  272. this.lblTo.Name = "lblTo";
  273. this.lblTo.Size = new System.Drawing.Size(77, 12);
  274. this.lblTo.TabIndex = 35;
  275. this.lblTo.Text = "操作时间结束";
  276. //
  277. // dtpEndTime
  278. //
  279. this.dtpEndTime.CustomFormat = "yyyy-MM-dd";
  280. this.dtpEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  281. this.dtpEndTime.Location = new System.Drawing.Point(706, 46);
  282. this.dtpEndTime.Name = "dtpEndTime";
  283. this.dtpEndTime.Size = new System.Drawing.Size(134, 21);
  284. this.dtpEndTime.TabIndex = 7;
  285. this.dtpEndTime.Value = new System.DateTime(2014, 9, 23, 0, 0, 0, 0);
  286. //
  287. // dtpStartTime
  288. //
  289. this.dtpStartTime.CustomFormat = "yyyy-MM-dd";
  290. this.dtpStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  291. this.dtpStartTime.Location = new System.Drawing.Point(487, 46);
  292. this.dtpStartTime.Name = "dtpStartTime";
  293. this.dtpStartTime.Size = new System.Drawing.Size(134, 21);
  294. this.dtpStartTime.TabIndex = 6;
  295. this.dtpStartTime.Value = new System.DateTime(2014, 9, 24, 0, 0, 0, 0);
  296. //
  297. // lblCreateTime
  298. //
  299. this.lblCreateTime.AutoSize = true;
  300. this.lblCreateTime.BackColor = System.Drawing.Color.Transparent;
  301. this.lblCreateTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  302. this.lblCreateTime.ForeColor = System.Drawing.SystemColors.ControlText;
  303. this.lblCreateTime.Location = new System.Drawing.Point(406, 50);
  304. this.lblCreateTime.Name = "lblCreateTime";
  305. this.lblCreateTime.Size = new System.Drawing.Size(77, 12);
  306. this.lblCreateTime.TabIndex = 29;
  307. this.lblCreateTime.Text = "操作时间开始";
  308. //
  309. // lblUserCode
  310. //
  311. this.lblUserCode.AutoSize = true;
  312. this.lblUserCode.BackColor = System.Drawing.Color.Transparent;
  313. this.lblUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  314. this.lblUserCode.ForeColor = System.Drawing.SystemColors.ControlText;
  315. this.lblUserCode.Location = new System.Drawing.Point(6, 50);
  316. this.lblUserCode.Name = "lblUserCode";
  317. this.lblUserCode.Size = new System.Drawing.Size(53, 12);
  318. this.lblUserCode.TabIndex = 20;
  319. this.lblUserCode.Text = "生产工号";
  320. //
  321. // lblGoodsName
  322. //
  323. this.lblGoodsName.AutoSize = true;
  324. this.lblGoodsName.BackColor = System.Drawing.Color.Transparent;
  325. this.lblGoodsName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  326. this.lblGoodsName.ForeColor = System.Drawing.SystemColors.ControlText;
  327. this.lblGoodsName.Location = new System.Drawing.Point(428, 22);
  328. this.lblGoodsName.Name = "lblGoodsName";
  329. this.lblGoodsName.Size = new System.Drawing.Size(53, 12);
  330. this.lblGoodsName.TabIndex = 21;
  331. this.lblGoodsName.Text = "产品名称";
  332. //
  333. // lblGoodsCode
  334. //
  335. this.lblGoodsCode.AutoSize = true;
  336. this.lblGoodsCode.BackColor = System.Drawing.Color.Transparent;
  337. this.lblGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  338. this.lblGoodsCode.ForeColor = System.Drawing.SystemColors.ControlText;
  339. this.lblGoodsCode.Location = new System.Drawing.Point(205, 22);
  340. this.lblGoodsCode.Name = "lblGoodsCode";
  341. this.lblGoodsCode.Size = new System.Drawing.Size(53, 12);
  342. this.lblGoodsCode.TabIndex = 22;
  343. this.lblGoodsCode.Text = "产品编码";
  344. //
  345. // lblBarCode
  346. //
  347. this.lblBarCode.AutoSize = true;
  348. this.lblBarCode.BackColor = System.Drawing.Color.Transparent;
  349. this.lblBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  350. this.lblBarCode.ForeColor = System.Drawing.SystemColors.ControlText;
  351. this.lblBarCode.Location = new System.Drawing.Point(6, 22);
  352. this.lblBarCode.Name = "lblBarCode";
  353. this.lblBarCode.Size = new System.Drawing.Size(53, 12);
  354. this.lblBarCode.TabIndex = 23;
  355. this.lblBarCode.Text = "产品条码";
  356. //
  357. // txtUserCode
  358. //
  359. this.txtUserCode.BackColor = System.Drawing.SystemColors.Window;
  360. this.txtUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
  361. this.txtUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  362. this.txtUserCode.ErrorMessage = "";
  363. this.txtUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  364. this.txtUserCode.Location = new System.Drawing.Point(65, 46);
  365. this.txtUserCode.MaxLength = 20;
  366. this.txtUserCode.Name = "txtUserCode";
  367. this.txtUserCode.Size = new System.Drawing.Size(134, 21);
  368. this.txtUserCode.TabIndex = 4;
  369. //
  370. // txtGoodsName
  371. //
  372. this.txtGoodsName.BackColor = System.Drawing.SystemColors.Window;
  373. this.txtGoodsName.BackgroundColor = System.Drawing.SystemColors.Window;
  374. this.txtGoodsName.ErrorMessage = "";
  375. this.txtGoodsName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  376. this.txtGoodsName.Location = new System.Drawing.Point(487, 18);
  377. this.txtGoodsName.MaxLength = 20;
  378. this.txtGoodsName.Name = "txtGoodsName";
  379. this.txtGoodsName.Size = new System.Drawing.Size(134, 21);
  380. this.txtGoodsName.TabIndex = 3;
  381. //
  382. // txtGoodsCode
  383. //
  384. this.txtGoodsCode.BackColor = System.Drawing.SystemColors.Window;
  385. this.txtGoodsCode.BackgroundColor = System.Drawing.SystemColors.Window;
  386. this.txtGoodsCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  387. this.txtGoodsCode.ErrorMessage = "";
  388. this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  389. this.txtGoodsCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  390. this.txtGoodsCode.Location = new System.Drawing.Point(264, 18);
  391. this.txtGoodsCode.MaxLength = 10;
  392. this.txtGoodsCode.Name = "txtGoodsCode";
  393. this.txtGoodsCode.Size = new System.Drawing.Size(134, 21);
  394. this.txtGoodsCode.TabIndex = 2;
  395. //
  396. // txtBarCode
  397. //
  398. this.txtBarCode.BackColor = System.Drawing.SystemColors.Window;
  399. this.txtBarCode.BackgroundColor = System.Drawing.SystemColors.Window;
  400. this.txtBarCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  401. this.txtBarCode.ErrorMessage = "";
  402. this.txtBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  403. this.txtBarCode.Location = new System.Drawing.Point(65, 18);
  404. this.txtBarCode.MaxLength = 11;
  405. this.txtBarCode.Name = "txtBarCode";
  406. this.txtBarCode.Size = new System.Drawing.Size(134, 21);
  407. this.txtBarCode.TabIndex = 1;
  408. //
  409. // dgvProduction
  410. //
  411. this.dgvProduction.AllowUserToAddRows = false;
  412. this.dgvProduction.AllowUserToDeleteRows = false;
  413. this.dgvProduction.AllowUserToModifyRows = true;
  414. this.dgvProduction.AllowUserToOrderColumns = true;
  415. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  416. this.dgvProduction.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  417. this.dgvProduction.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  418. | System.Windows.Forms.AnchorStyles.Left)
  419. | System.Windows.Forms.AnchorStyles.Right)));
  420. this.dgvProduction.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  421. this.dgvProduction.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  422. this.dgvProduction.CellHeight = 23;
  423. this.dgvProduction.ChildNodeColumnName = null;
  424. this.dgvProduction.ChildNodeColumnText = null;
  425. this.dgvProduction.ColumnDeep = 1;
  426. this.dgvProduction.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  427. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  428. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  429. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  430. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  431. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  432. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  433. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  434. this.dgvProduction.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  435. this.dgvProduction.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  436. this.dgvProduction.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  437. this.BarCode,
  438. this.GoodsCode,
  439. this.GoodsName,
  440. this.GoodsTypeName,
  441. this.UserCode,
  442. this.STAFNAME,
  443. this.NUMS,
  444. this.OrganizationID,
  445. this.GroutingMouldCode,
  446. this.GroutingDate,
  447. this.GroutingUserCode,
  448. this.IsPublicBody,
  449. this.GroutingNum,
  450. this.CreateTime,
  451. this.CreateUserID,
  452. this.ProcedureModel,
  453. this.ModelType,
  454. this.PieceType,
  455. this.Remarks,
  456. this.LogoCodeName,
  457. this.procedurename});
  458. this.dgvProduction.ColumnTreeView = null;
  459. this.dgvProduction.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
  460. this.dgvProduction.DynamicColumnName = "";
  461. this.dgvProduction.EnableHeadersVisualStyles = false;
  462. this.dgvProduction.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  463. this.dgvProduction.FormatQuantityColumns = null;
  464. this.dgvProduction.HorizontalMergeColumn = null;
  465. this.dgvProduction.IsAutoCountSum = true;
  466. this.dgvProduction.IsAutoResizeColumns = false;
  467. this.dgvProduction.IsClickF12 = false;
  468. this.dgvProduction.IsOpenMergeCellFlag = false;
  469. this.dgvProduction.IsSubTotalFlag = false;
  470. this.dgvProduction.IsTopDeep = false;
  471. this.dgvProduction.Location = new System.Drawing.Point(0, 128);
  472. this.dgvProduction.MergeColumnNames = null;
  473. this.dgvProduction.MergeDetailColumnNames = null;
  474. this.dgvProduction.MergeDetailOnlyColumn = null;
  475. this.dgvProduction.MergeOnlyColumn = null;
  476. this.dgvProduction.MultiSelect = false;
  477. this.dgvProduction.Name = "dgvProduction";
  478. this.dgvProduction.ReadOnly = true;
  479. this.dgvProduction.RefreshAtHscroll = false;
  480. this.dgvProduction.RowHeadersWidth = 50;
  481. this.dgvProduction.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  482. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  483. this.dgvProduction.RowsDefaultCellStyle = dataGridViewCellStyle6;
  484. this.dgvProduction.RowTemplate.Height = 21;
  485. this.dgvProduction.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  486. this.dgvProduction.Size = new System.Drawing.Size(1090, 309);
  487. this.dgvProduction.SortOrderColumnName = null;
  488. this.dgvProduction.TabIndex = 29;
  489. this.dgvProduction.Tag = true;
  490. this.dgvProduction.TotalSumColumns = null;
  491. this.dgvProduction.ViewRowFilter = "";
  492. //
  493. // BarCode
  494. //
  495. this.BarCode.DataPropertyName = "BarCode";
  496. this.BarCode.HeaderText = "产品条码";
  497. this.BarCode.Name = "BarCode";
  498. this.BarCode.ReadOnly = true;
  499. //
  500. // GoodsCode
  501. //
  502. this.GoodsCode.DataPropertyName = "GoodsCode";
  503. this.GoodsCode.HeaderText = "产品编码";
  504. this.GoodsCode.Name = "GoodsCode";
  505. this.GoodsCode.ReadOnly = true;
  506. //
  507. // GoodsName
  508. //
  509. this.GoodsName.DataPropertyName = "GoodsName";
  510. this.GoodsName.HeaderText = "产品名称";
  511. this.GoodsName.Name = "GoodsName";
  512. this.GoodsName.ReadOnly = true;
  513. //
  514. // GoodsTypeName
  515. //
  516. this.GoodsTypeName.DataPropertyName = "GoodsTypeName";
  517. this.GoodsTypeName.HeaderText = "产品类别";
  518. this.GoodsTypeName.Name = "GoodsTypeName";
  519. this.GoodsTypeName.ReadOnly = true;
  520. //
  521. // UserCode
  522. //
  523. this.UserCode.DataPropertyName = "UserCode";
  524. this.UserCode.HeaderText = "生产工号";
  525. this.UserCode.Name = "UserCode";
  526. this.UserCode.ReadOnly = true;
  527. //
  528. // STAFNAME
  529. //
  530. this.STAFNAME.DataPropertyName = "STAFNAME";
  531. this.STAFNAME.HeaderText = "员工姓名";
  532. this.STAFNAME.Name = "STAFNAME";
  533. this.STAFNAME.ReadOnly = true;
  534. //
  535. // NUMS
  536. //
  537. this.NUMS.DataPropertyName = "NUMS";
  538. this.NUMS.HeaderText = "数量";
  539. this.NUMS.Name = "NUMS";
  540. this.NUMS.ReadOnly = true;
  541. //
  542. // OrganizationID
  543. //
  544. this.OrganizationID.DataPropertyName = "OrganizationName";
  545. this.OrganizationID.HeaderText = "所属部门";
  546. this.OrganizationID.Name = "OrganizationID";
  547. this.OrganizationID.ReadOnly = true;
  548. //
  549. // GroutingMouldCode
  550. //
  551. this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode";
  552. this.GroutingMouldCode.HeaderText = "模具编号";
  553. this.GroutingMouldCode.Name = "GroutingMouldCode";
  554. this.GroutingMouldCode.ReadOnly = true;
  555. //
  556. // GroutingDate
  557. //
  558. this.GroutingDate.DataPropertyName = "GroutingDate";
  559. dataGridViewCellStyle3.Format = "yyyy-MM-dd";
  560. dataGridViewCellStyle3.NullValue = null;
  561. this.GroutingDate.DefaultCellStyle = dataGridViewCellStyle3;
  562. this.GroutingDate.HeaderText = "注浆日期";
  563. this.GroutingDate.Name = "GroutingDate";
  564. this.GroutingDate.ReadOnly = true;
  565. //
  566. // GroutingUserCode
  567. //
  568. this.GroutingUserCode.DataPropertyName = "GroutingUserCode";
  569. this.GroutingUserCode.HeaderText = "成型工号";
  570. this.GroutingUserCode.Name = "GroutingUserCode";
  571. this.GroutingUserCode.ReadOnly = true;
  572. //
  573. // IsPublicBody
  574. //
  575. this.IsPublicBody.DataPropertyName = "IsPublicBody";
  576. this.IsPublicBody.FalseValue = "0";
  577. this.IsPublicBody.HeaderText = "公坯标识";
  578. this.IsPublicBody.Name = "IsPublicBody";
  579. this.IsPublicBody.ReadOnly = true;
  580. this.IsPublicBody.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  581. this.IsPublicBody.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  582. this.IsPublicBody.TrueValue = "1";
  583. //
  584. // GroutingNum
  585. //
  586. this.GroutingNum.DataPropertyName = "GroutingNum";
  587. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  588. this.GroutingNum.DefaultCellStyle = dataGridViewCellStyle4;
  589. this.GroutingNum.HeaderText = "注浆次数";
  590. this.GroutingNum.Name = "GroutingNum";
  591. this.GroutingNum.ReadOnly = true;
  592. //
  593. // CreateTime
  594. //
  595. this.CreateTime.DataPropertyName = "CreateTime";
  596. dataGridViewCellStyle5.Format = "yyyy-MM-dd HH:mm:ss";
  597. dataGridViewCellStyle5.NullValue = null;
  598. this.CreateTime.DefaultCellStyle = dataGridViewCellStyle5;
  599. this.CreateTime.HeaderText = "操作时间";
  600. this.CreateTime.Name = "CreateTime";
  601. this.CreateTime.ReadOnly = true;
  602. this.CreateTime.Width = 120;
  603. //
  604. // CreateUserID
  605. //
  606. this.CreateUserID.DataPropertyName = "barusername";
  607. this.CreateUserID.HeaderText = "操作者";
  608. this.CreateUserID.Name = "CreateUserID";
  609. this.CreateUserID.ReadOnly = true;
  610. this.CreateUserID.Width = 60;
  611. //
  612. // ProcedureModel
  613. //
  614. this.ProcedureModel.DataPropertyName = "ProcedureModel";
  615. this.ProcedureModel.HeaderText = "工序模型";
  616. this.ProcedureModel.Name = "ProcedureModel";
  617. this.ProcedureModel.ReadOnly = true;
  618. this.ProcedureModel.Visible = false;
  619. //
  620. // ModelType
  621. //
  622. this.ModelType.DataPropertyName = "rocedureModelTypeName";
  623. this.ModelType.HeaderText = "工序类别";
  624. this.ModelType.Name = "ModelType";
  625. this.ModelType.ReadOnly = true;
  626. this.ModelType.Visible = false;
  627. //
  628. // PieceType
  629. //
  630. this.PieceType.DataPropertyName = "PieceType";
  631. this.PieceType.HeaderText = "计件模式";
  632. this.PieceType.Name = "PieceType";
  633. this.PieceType.ReadOnly = true;
  634. this.PieceType.Visible = false;
  635. //
  636. // Remarks
  637. //
  638. this.Remarks.DataPropertyName = "Remarks";
  639. this.Remarks.HeaderText = "备注";
  640. this.Remarks.Name = "Remarks";
  641. this.Remarks.ReadOnly = true;
  642. this.Remarks.Visible = false;
  643. //
  644. // LogoCodeName
  645. //
  646. this.LogoCodeName.DataPropertyName = "LogoCodeName";
  647. this.LogoCodeName.HeaderText = "商标";
  648. this.LogoCodeName.Name = "LogoCodeName";
  649. this.LogoCodeName.ReadOnly = true;
  650. //
  651. // procedurename
  652. //
  653. this.procedurename.DataPropertyName = "procedurename";
  654. this.procedurename.HeaderText = "完成工序";
  655. this.procedurename.Name = "procedurename";
  656. this.procedurename.ReadOnly = true;
  657. //
  658. // F_PM_2501
  659. //
  660. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  661. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  662. this.ClientSize = new System.Drawing.Size(1102, 437);
  663. this.Controls.Add(this.dgvProduction);
  664. this.Controls.Add(this.gbxCondition);
  665. this.Controls.Add(this.tsrOperate);
  666. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  667. this.Name = "F_PM_2501";
  668. this.Text = "回收计件一览";
  669. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PM_2001_FormClosed);
  670. this.Load += new System.EventHandler(this.F_PM_2001_Load);
  671. this.tsrOperate.ResumeLayout(false);
  672. this.tsrOperate.PerformLayout();
  673. this.gbxCondition.ResumeLayout(false);
  674. this.gbxCondition.PerformLayout();
  675. ((System.ComponentModel.ISupportInitialize)(this.dgvProduction)).EndInit();
  676. this.ResumeLayout(false);
  677. }
  678. #endregion
  679. private Basics.BaseControls.C_ToolStrip tsrOperate;
  680. private System.Windows.Forms.ToolStripButton tsbtnAdd;
  681. private System.Windows.Forms.ToolStripButton tsbtnEdit;
  682. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  683. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  684. private System.Windows.Forms.ToolStripButton tsbtnClose;
  685. private Basics.BaseControls.C_GroupBox gbxCondition;
  686. private Basics.BaseControls.C_Label lblUserCode;
  687. private Basics.BaseControls.C_Label lblGoodsName;
  688. private Basics.BaseControls.C_Label lblGoodsCode;
  689. private Basics.BaseControls.C_Label lblBarCode;
  690. private Basics.BaseControls.C_TextBox txtUserCode;
  691. private Basics.BaseControls.C_TextBox txtGoodsName;
  692. private Basics.BaseControls.C_TextBox txtGoodsCode;
  693. private Basics.BaseControls.C_TextBox txtBarCode;
  694. private Basics.BaseControls.C_Label lblTo;
  695. private System.Windows.Forms.DateTimePicker dtpEndTime;
  696. private System.Windows.Forms.DateTimePicker dtpStartTime;
  697. private Basics.BaseControls.C_Label lblCreateTime;
  698. private Basics.BaseControls.C_Button btnClearCondition;
  699. private Basics.BaseControls.C_Button btnSearch;
  700. private Basics.BaseControls.C_DataGridView dgvProduction;
  701. private Basics.BaseControls.C_Label lblGoodsType;
  702. private Controls.SearchBox.ScbGoodsType scbGoodsType;
  703. private Basics.BaseControls.C_Label lblOrganization;
  704. private Controls.SearchBox.ScbOrganization scbOrganization;
  705. private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
  706. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  707. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
  708. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsTypeName;
  709. private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
  710. private System.Windows.Forms.DataGridViewTextBoxColumn STAFNAME;
  711. private System.Windows.Forms.DataGridViewTextBoxColumn NUMS;
  712. private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationID;
  713. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
  714. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDate;
  715. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingUserCode;
  716. private System.Windows.Forms.DataGridViewCheckBoxColumn IsPublicBody;
  717. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingNum;
  718. private System.Windows.Forms.DataGridViewTextBoxColumn CreateTime;
  719. private System.Windows.Forms.DataGridViewTextBoxColumn CreateUserID;
  720. private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureModel;
  721. private System.Windows.Forms.DataGridViewTextBoxColumn ModelType;
  722. private System.Windows.Forms.DataGridViewTextBoxColumn PieceType;
  723. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  724. private System.Windows.Forms.DataGridViewTextBoxColumn LogoCodeName;
  725. private System.Windows.Forms.DataGridViewTextBoxColumn procedurename;
  726. }
  727. }