Make_PositionStock.Designer.cs 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460
  1. namespace UAS_MES.Make
  2. {
  3. partial class Make_PositionStock
  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(Make_PositionStock));
  29. this.panel2 = new System.Windows.Forms.Panel();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.sc_stepcode_label = new System.Windows.Forms.Label();
  32. this.ma_craftcode_label = new System.Windows.Forms.Label();
  33. this.sc_linecode_label = new System.Windows.Forms.Label();
  34. this.ma_code_label = new System.Windows.Forms.Label();
  35. this.pr_detail_label = new System.Windows.Forms.Label();
  36. this.ma_prodcode_label = new System.Windows.Forms.Label();
  37. this.label3 = new System.Windows.Forms.Label();
  38. this.label2 = new System.Windows.Forms.Label();
  39. this.ma_code = new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox();
  40. this.Clean = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  41. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  42. this.Confirm = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  43. this.pr_batchnum = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  44. this.BatchProduct = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  45. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.sc_stepcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  54. this.pr_detail = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  55. this.ma_craftcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  56. this.sc_linecode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  57. this.ma_prodcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  58. this.Screen = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  59. this.panel2.SuspendLayout();
  60. ((System.ComponentModel.ISupportInitialize)(this.BatchProduct)).BeginInit();
  61. this.SuspendLayout();
  62. //
  63. // panel2
  64. //
  65. this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  66. this.panel2.Controls.Add(this.label1);
  67. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  68. this.panel2.Location = new System.Drawing.Point(0, 0);
  69. this.panel2.Name = "panel2";
  70. this.panel2.Size = new System.Drawing.Size(1079, 29);
  71. this.panel2.TabIndex = 31;
  72. //
  73. // label1
  74. //
  75. this.label1.AutoSize = true;
  76. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  77. this.label1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  78. this.label1.Location = new System.Drawing.Point(12, 4);
  79. this.label1.Name = "label1";
  80. this.label1.Size = new System.Drawing.Size(74, 21);
  81. this.label1.TabIndex = 0;
  82. this.label1.Text = "工单信息";
  83. //
  84. // sc_stepcode_label
  85. //
  86. this.sc_stepcode_label.AutoSize = true;
  87. this.sc_stepcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  88. this.sc_stepcode_label.Location = new System.Drawing.Point(643, 94);
  89. this.sc_stepcode_label.Name = "sc_stepcode_label";
  90. this.sc_stepcode_label.Size = new System.Drawing.Size(42, 21);
  91. this.sc_stepcode_label.TabIndex = 165;
  92. this.sc_stepcode_label.Text = "工序";
  93. //
  94. // ma_craftcode_label
  95. //
  96. this.ma_craftcode_label.AutoSize = true;
  97. this.ma_craftcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  98. this.ma_craftcode_label.Location = new System.Drawing.Point(10, 94);
  99. this.ma_craftcode_label.Name = "ma_craftcode_label";
  100. this.ma_craftcode_label.Size = new System.Drawing.Size(74, 21);
  101. this.ma_craftcode_label.TabIndex = 162;
  102. this.ma_craftcode_label.Text = "工艺路线";
  103. //
  104. // sc_linecode_label
  105. //
  106. this.sc_linecode_label.AutoSize = true;
  107. this.sc_linecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  108. this.sc_linecode_label.Location = new System.Drawing.Point(324, 94);
  109. this.sc_linecode_label.Name = "sc_linecode_label";
  110. this.sc_linecode_label.Size = new System.Drawing.Size(42, 21);
  111. this.sc_linecode_label.TabIndex = 159;
  112. this.sc_linecode_label.Text = "线别";
  113. //
  114. // ma_code_label
  115. //
  116. this.ma_code_label.AutoSize = true;
  117. this.ma_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  118. this.ma_code_label.Location = new System.Drawing.Point(10, 58);
  119. this.ma_code_label.Name = "ma_code_label";
  120. this.ma_code_label.Size = new System.Drawing.Size(74, 21);
  121. this.ma_code_label.TabIndex = 155;
  122. this.ma_code_label.Text = "归属工单";
  123. //
  124. // pr_detail_label
  125. //
  126. this.pr_detail_label.AutoSize = true;
  127. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  128. this.pr_detail_label.Location = new System.Drawing.Point(643, 58);
  129. this.pr_detail_label.Name = "pr_detail_label";
  130. this.pr_detail_label.Size = new System.Drawing.Size(74, 21);
  131. this.pr_detail_label.TabIndex = 156;
  132. this.pr_detail_label.Text = "产品名称";
  133. //
  134. // ma_prodcode_label
  135. //
  136. this.ma_prodcode_label.AutoSize = true;
  137. this.ma_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  138. this.ma_prodcode_label.Location = new System.Drawing.Point(324, 58);
  139. this.ma_prodcode_label.Name = "ma_prodcode_label";
  140. this.ma_prodcode_label.Size = new System.Drawing.Size(74, 21);
  141. this.ma_prodcode_label.TabIndex = 157;
  142. this.ma_prodcode_label.Text = "产品代码";
  143. //
  144. // label3
  145. //
  146. this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  147. | System.Windows.Forms.AnchorStyles.Left)));
  148. this.label3.AutoSize = true;
  149. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  150. this.label3.Location = new System.Drawing.Point(12, 527);
  151. this.label3.Name = "label3";
  152. this.label3.Size = new System.Drawing.Size(74, 21);
  153. this.label3.TabIndex = 175;
  154. this.label3.Text = "物料批号";
  155. //
  156. // label2
  157. //
  158. this.label2.AutoSize = true;
  159. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  160. this.label2.ForeColor = System.Drawing.Color.Black;
  161. this.label2.Location = new System.Drawing.Point(12, 132);
  162. this.label2.Name = "label2";
  163. this.label2.Size = new System.Drawing.Size(74, 22);
  164. this.label2.TabIndex = 181;
  165. this.label2.Text = "采集信息";
  166. //
  167. // ma_code
  168. //
  169. this.ma_code.AllPower = null;
  170. this.ma_code.Caller = null;
  171. this.ma_code.Condition = null;
  172. this.ma_code.DBTitle = null;
  173. this.ma_code.FormName = null;
  174. this.ma_code.Location = new System.Drawing.Point(112, 58);
  175. this.ma_code.Margin = new System.Windows.Forms.Padding(2);
  176. this.ma_code.Name = "ma_code";
  177. this.ma_code.Power = null;
  178. this.ma_code.SelectField = null;
  179. this.ma_code.SetValueField = null;
  180. this.ma_code.Size = new System.Drawing.Size(171, 21);
  181. this.ma_code.TabIndex = 180;
  182. this.ma_code.TableName = null;
  183. this.ma_code.Tag = "ma_code";
  184. this.ma_code.TextBoxEnable = true;
  185. //
  186. // Clean
  187. //
  188. this.Clean.AllPower = null;
  189. this.Clean.BackColor = System.Drawing.Color.Transparent;
  190. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  191. this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
  192. this.Clean.IsShowBorder = true;
  193. this.Clean.Location = new System.Drawing.Point(928, 523);
  194. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  195. this.Clean.Name = "Clean";
  196. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  197. this.Clean.Power = null;
  198. this.Clean.Size = new System.Drawing.Size(60, 24);
  199. this.Clean.TabIndex = 179;
  200. this.Clean.Tag = "IfRead";
  201. this.Clean.Text = "清除";
  202. this.Clean.UseVisualStyleBackColor = true;
  203. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  204. //
  205. // OperateResult
  206. //
  207. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  208. this.OperateResult.Location = new System.Drawing.Point(840, 158);
  209. this.OperateResult.Name = "OperateResult";
  210. this.OperateResult.Size = new System.Drawing.Size(234, 353);
  211. this.OperateResult.TabIndex = 178;
  212. this.OperateResult.Text = "";
  213. //
  214. // Confirm
  215. //
  216. this.Confirm.AllPower = "ifall";
  217. this.Confirm.BackColor = System.Drawing.Color.Transparent;
  218. this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
  219. this.Confirm.Image = ((System.Drawing.Image)(resources.GetObject("Confirm.Image")));
  220. this.Confirm.IsShowBorder = true;
  221. this.Confirm.Location = new System.Drawing.Point(346, 525);
  222. this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
  223. this.Confirm.Name = "Confirm";
  224. this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage")));
  225. this.Confirm.Power = null;
  226. this.Confirm.Size = new System.Drawing.Size(60, 24);
  227. this.Confirm.TabIndex = 177;
  228. this.Confirm.Tag = "IfRead";
  229. this.Confirm.Text = "确认";
  230. this.Confirm.UseVisualStyleBackColor = true;
  231. this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
  232. //
  233. // pr_batchnum
  234. //
  235. this.pr_batchnum.AllPower = "ifall";
  236. this.pr_batchnum.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  237. | System.Windows.Forms.AnchorStyles.Left)));
  238. this.pr_batchnum.BackColor = System.Drawing.Color.White;
  239. this.pr_batchnum.ID = null;
  240. this.pr_batchnum.Location = new System.Drawing.Point(88, 527);
  241. this.pr_batchnum.Name = "pr_batchnum";
  242. this.pr_batchnum.Power = null;
  243. this.pr_batchnum.Size = new System.Drawing.Size(241, 21);
  244. this.pr_batchnum.Str = null;
  245. this.pr_batchnum.Str1 = null;
  246. this.pr_batchnum.Str2 = null;
  247. this.pr_batchnum.TabIndex = 176;
  248. this.pr_batchnum.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pr_batchnum_KeyDown);
  249. //
  250. // BatchProduct
  251. //
  252. this.BatchProduct.AllowUserToAddRows = false;
  253. this.BatchProduct.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  254. this.BatchProduct.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  255. this.Column1,
  256. this.Column2,
  257. this.Column3,
  258. this.Column4,
  259. this.Column5,
  260. this.Column6,
  261. this.Column7,
  262. this.Column8});
  263. this.BatchProduct.Location = new System.Drawing.Point(0, 158);
  264. this.BatchProduct.Name = "BatchProduct";
  265. this.BatchProduct.RowTemplate.Height = 23;
  266. this.BatchProduct.Size = new System.Drawing.Size(826, 353);
  267. this.BatchProduct.TabIndex = 174;
  268. //
  269. // Column1
  270. //
  271. this.Column1.DataPropertyName = "mm_prodcode";
  272. this.Column1.HeaderText = "首选料号";
  273. this.Column1.Name = "Column1";
  274. //
  275. // Column2
  276. //
  277. this.Column2.DataPropertyName = "mss_prodcode";
  278. this.Column2.HeaderText = "备选料号";
  279. this.Column2.Name = "Column2";
  280. //
  281. // Column3
  282. //
  283. this.Column3.DataPropertyName = "mss_barcode";
  284. this.Column3.HeaderText = "条码号";
  285. this.Column3.Name = "Column3";
  286. //
  287. // Column4
  288. //
  289. this.Column4.DataPropertyName = "mss_baseqty";
  290. this.Column4.HeaderText = "备料数量";
  291. this.Column4.Name = "Column4";
  292. //
  293. // Column5
  294. //
  295. this.Column5.DataPropertyName = "mm_qty";
  296. this.Column5.HeaderText = "需求数";
  297. this.Column5.Name = "Column5";
  298. //
  299. // Column6
  300. //
  301. this.Column6.DataPropertyName = "mss_remain";
  302. this.Column6.HeaderText = "剩余数";
  303. this.Column6.Name = "Column6";
  304. //
  305. // Column7
  306. //
  307. this.Column7.DataPropertyName = "pr_detail";
  308. this.Column7.HeaderText = "物料名称";
  309. this.Column7.Name = "Column7";
  310. //
  311. // Column8
  312. //
  313. this.Column8.DataPropertyName = "pr_spec";
  314. this.Column8.HeaderText = "物料规格";
  315. this.Column8.Name = "Column8";
  316. //
  317. // sc_stepcode
  318. //
  319. this.sc_stepcode.AutoSize = true;
  320. this.sc_stepcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  321. this.sc_stepcode.Location = new System.Drawing.Point(742, 94);
  322. this.sc_stepcode.Name = "sc_stepcode";
  323. this.sc_stepcode.Size = new System.Drawing.Size(0, 21);
  324. this.sc_stepcode.TabIndex = 171;
  325. //
  326. // pr_detail
  327. //
  328. this.pr_detail.AutoSize = true;
  329. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  330. this.pr_detail.Location = new System.Drawing.Point(742, 58);
  331. this.pr_detail.Name = "pr_detail";
  332. this.pr_detail.Size = new System.Drawing.Size(0, 21);
  333. this.pr_detail.TabIndex = 170;
  334. this.pr_detail.Tag = "pr_detail";
  335. //
  336. // ma_craftcode
  337. //
  338. this.ma_craftcode.AutoSize = true;
  339. this.ma_craftcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  340. this.ma_craftcode.Location = new System.Drawing.Point(112, 94);
  341. this.ma_craftcode.Name = "ma_craftcode";
  342. this.ma_craftcode.Size = new System.Drawing.Size(0, 21);
  343. this.ma_craftcode.TabIndex = 169;
  344. //
  345. // sc_linecode
  346. //
  347. this.sc_linecode.AutoSize = true;
  348. this.sc_linecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  349. this.sc_linecode.Location = new System.Drawing.Point(421, 94);
  350. this.sc_linecode.Name = "sc_linecode";
  351. this.sc_linecode.Size = new System.Drawing.Size(0, 21);
  352. this.sc_linecode.TabIndex = 168;
  353. //
  354. // ma_prodcode
  355. //
  356. this.ma_prodcode.AutoSize = true;
  357. this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  358. this.ma_prodcode.Location = new System.Drawing.Point(421, 58);
  359. this.ma_prodcode.Name = "ma_prodcode";
  360. this.ma_prodcode.Size = new System.Drawing.Size(0, 21);
  361. this.ma_prodcode.TabIndex = 167;
  362. this.ma_prodcode.Tag = "ma_prodcode";
  363. this.ma_prodcode.TextChanged += new System.EventHandler(this.ma_prodcode_TextChanged);
  364. //
  365. // Screen
  366. //
  367. this.Screen.AllPower = null;
  368. this.Screen.BackColor = System.Drawing.Color.Transparent;
  369. this.Screen.DownImage = ((System.Drawing.Image)(resources.GetObject("Screen.DownImage")));
  370. this.Screen.Image = ((System.Drawing.Image)(resources.GetObject("Screen.Image")));
  371. this.Screen.IsShowBorder = true;
  372. this.Screen.Location = new System.Drawing.Point(1013, 94);
  373. this.Screen.MoveImage = ((System.Drawing.Image)(resources.GetObject("Screen.MoveImage")));
  374. this.Screen.Name = "Screen";
  375. this.Screen.NormalImage = ((System.Drawing.Image)(resources.GetObject("Screen.NormalImage")));
  376. this.Screen.Power = null;
  377. this.Screen.Size = new System.Drawing.Size(60, 24);
  378. this.Screen.TabIndex = 154;
  379. this.Screen.Tag = "IfRead";
  380. this.Screen.Text = "刷新";
  381. this.Screen.UseVisualStyleBackColor = true;
  382. this.Screen.Click += new System.EventHandler(this.Screen_Click);
  383. //
  384. // Make_PositionStock
  385. //
  386. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  387. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  388. this.ClientSize = new System.Drawing.Size(1079, 560);
  389. this.Controls.Add(this.label2);
  390. this.Controls.Add(this.ma_code);
  391. this.Controls.Add(this.Clean);
  392. this.Controls.Add(this.OperateResult);
  393. this.Controls.Add(this.Confirm);
  394. this.Controls.Add(this.pr_batchnum);
  395. this.Controls.Add(this.label3);
  396. this.Controls.Add(this.BatchProduct);
  397. this.Controls.Add(this.sc_stepcode);
  398. this.Controls.Add(this.pr_detail);
  399. this.Controls.Add(this.ma_craftcode);
  400. this.Controls.Add(this.sc_linecode);
  401. this.Controls.Add(this.ma_prodcode);
  402. this.Controls.Add(this.sc_stepcode_label);
  403. this.Controls.Add(this.ma_craftcode_label);
  404. this.Controls.Add(this.sc_linecode_label);
  405. this.Controls.Add(this.ma_code_label);
  406. this.Controls.Add(this.pr_detail_label);
  407. this.Controls.Add(this.ma_prodcode_label);
  408. this.Controls.Add(this.Screen);
  409. this.Controls.Add(this.panel2);
  410. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  411. this.Name = "Make_PositionStock";
  412. this.Tag = "Make!PositionStock";
  413. this.Text = "岗位备料";
  414. this.Load += new System.EventHandler(this.岗位备料_Load);
  415. this.SizeChanged += new System.EventHandler(this.岗位备料_SizeChanged);
  416. this.panel2.ResumeLayout(false);
  417. this.panel2.PerformLayout();
  418. ((System.ComponentModel.ISupportInitialize)(this.BatchProduct)).EndInit();
  419. this.ResumeLayout(false);
  420. this.PerformLayout();
  421. }
  422. #endregion
  423. private System.Windows.Forms.Panel panel2;
  424. private System.Windows.Forms.Label label1;
  425. private CustomControl.ButtonUtil.NormalButton Screen;
  426. private System.Windows.Forms.Label sc_stepcode_label;
  427. private System.Windows.Forms.Label ma_craftcode_label;
  428. private System.Windows.Forms.Label sc_linecode_label;
  429. private System.Windows.Forms.Label ma_code_label;
  430. private System.Windows.Forms.Label pr_detail_label;
  431. private System.Windows.Forms.Label ma_prodcode_label;
  432. private CustomControl.ValueLabel.ValueLabel ma_prodcode;
  433. private CustomControl.ValueLabel.ValueLabel sc_linecode;
  434. private CustomControl.ValueLabel.ValueLabel ma_craftcode;
  435. private CustomControl.ValueLabel.ValueLabel pr_detail;
  436. private CustomControl.ValueLabel.ValueLabel sc_stepcode;
  437. private CustomControl.DataGrid_View.DataGridViewWithSerialNum BatchProduct;
  438. private CustomControl.TextBoxWithIcon.EnterTextBox pr_batchnum;
  439. private System.Windows.Forms.Label label3;
  440. private CustomControl.ButtonUtil.NormalButton Confirm;
  441. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  442. private CustomControl.ButtonUtil.NormalButton Clean;
  443. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  444. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  445. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  446. private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
  447. private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
  448. private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
  449. private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
  450. private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
  451. private CustomControl.TextBoxWithIcon.SearchTextBox ma_code;
  452. private System.Windows.Forms.Label label2;
  453. }
  454. }