Make_BoxLotBindSingle.Designer.cs 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_BoxLotBindSingle
  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. this.pr_detail_label = new System.Windows.Forms.Label();
  29. this.sncode_label = new System.Windows.Forms.Label();
  30. this.pr_code_label = new System.Windows.Forms.Label();
  31. this.ms_makecode_label = new System.Windows.Forms.Label();
  32. this.LabelDataGridView = new System.Windows.Forms.DataGridView();
  33. this.quxiao = new System.Windows.Forms.CheckBox();
  34. this.label2 = new System.Windows.Forms.Label();
  35. this.label3 = new System.Windows.Forms.Label();
  36. this.label4 = new System.Windows.Forms.Label();
  37. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.ma_wccode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  42. this.ma_craftcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  43. this.agsum = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  44. this.pr_code = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  45. this.pr_detail = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  46. this.boxcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  47. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  48. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  49. this.label1 = new System.Windows.Forms.Label();
  50. this.sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  51. this.ms_sncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.ms_nextstepcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.ms_boxcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.ms_lotno = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. ((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).BeginInit();
  56. this.SuspendLayout();
  57. //
  58. // pr_detail_label
  59. //
  60. this.pr_detail_label.AutoSize = true;
  61. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  62. this.pr_detail_label.Location = new System.Drawing.Point(904, 24);
  63. this.pr_detail_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  64. this.pr_detail_label.Name = "pr_detail_label";
  65. this.pr_detail_label.Size = new System.Drawing.Size(146, 41);
  66. this.pr_detail_label.TabIndex = 191;
  67. this.pr_detail_label.Text = "产品名称";
  68. //
  69. // sncode_label
  70. //
  71. this.sncode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  72. | System.Windows.Forms.AnchorStyles.Left)));
  73. this.sncode_label.AutoSize = true;
  74. this.sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  75. this.sncode_label.Location = new System.Drawing.Point(10, 85);
  76. this.sncode_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  77. this.sncode_label.Name = "sncode_label";
  78. this.sncode_label.Size = new System.Drawing.Size(114, 41);
  79. this.sncode_label.TabIndex = 190;
  80. this.sncode_label.Text = "工装篮";
  81. //
  82. // pr_code_label
  83. //
  84. this.pr_code_label.AutoSize = true;
  85. this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  86. this.pr_code_label.Location = new System.Drawing.Point(472, 24);
  87. this.pr_code_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  88. this.pr_code_label.Name = "pr_code_label";
  89. this.pr_code_label.Size = new System.Drawing.Size(146, 41);
  90. this.pr_code_label.TabIndex = 185;
  91. this.pr_code_label.Text = "产品编号";
  92. //
  93. // ms_makecode_label
  94. //
  95. this.ms_makecode_label.AutoSize = true;
  96. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  97. this.ms_makecode_label.Location = new System.Drawing.Point(12, 24);
  98. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  99. this.ms_makecode_label.Name = "ms_makecode_label";
  100. this.ms_makecode_label.Size = new System.Drawing.Size(146, 41);
  101. this.ms_makecode_label.TabIndex = 184;
  102. this.ms_makecode_label.Text = "工单编号";
  103. //
  104. // LabelDataGridView
  105. //
  106. this.LabelDataGridView.AllowUserToAddRows = false;
  107. this.LabelDataGridView.AllowUserToResizeRows = false;
  108. this.LabelDataGridView.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
  109. this.LabelDataGridView.ColumnHeadersHeight = 46;
  110. this.LabelDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  111. this.ms_sncode,
  112. this.ms_nextstepcode,
  113. this.ms_boxcode,
  114. this.ms_lotno});
  115. this.LabelDataGridView.Location = new System.Drawing.Point(17, 148);
  116. this.LabelDataGridView.Margin = new System.Windows.Forms.Padding(5);
  117. this.LabelDataGridView.Name = "LabelDataGridView";
  118. this.LabelDataGridView.RowHeadersVisible = false;
  119. this.LabelDataGridView.RowHeadersWidth = 82;
  120. this.LabelDataGridView.RowTemplate.Height = 23;
  121. this.LabelDataGridView.Size = new System.Drawing.Size(1131, 609);
  122. this.LabelDataGridView.TabIndex = 200;
  123. //
  124. // quxiao
  125. //
  126. this.quxiao.AutoSize = true;
  127. this.quxiao.Location = new System.Drawing.Point(656, 856);
  128. this.quxiao.Margin = new System.Windows.Forms.Padding(4);
  129. this.quxiao.Name = "quxiao";
  130. this.quxiao.Size = new System.Drawing.Size(138, 28);
  131. this.quxiao.TabIndex = 204;
  132. this.quxiao.Text = "取消采集";
  133. this.quxiao.UseVisualStyleBackColor = true;
  134. this.quxiao.Visible = false;
  135. //
  136. // label2
  137. //
  138. this.label2.AutoSize = true;
  139. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  140. this.label2.Location = new System.Drawing.Point(28, 785);
  141. this.label2.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  142. this.label2.Name = "label2";
  143. this.label2.Size = new System.Drawing.Size(82, 41);
  144. this.label2.TabIndex = 205;
  145. this.label2.Text = "数量";
  146. //
  147. // label3
  148. //
  149. this.label3.AutoSize = true;
  150. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  151. this.label3.Location = new System.Drawing.Point(904, 88);
  152. this.label3.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  153. this.label3.Name = "label3";
  154. this.label3.Size = new System.Drawing.Size(146, 41);
  155. this.label3.TabIndex = 208;
  156. this.label3.Text = "途程编号";
  157. //
  158. // label4
  159. //
  160. this.label4.AutoSize = true;
  161. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  162. this.label4.Location = new System.Drawing.Point(472, 91);
  163. this.label4.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  164. this.label4.Name = "label4";
  165. this.label4.Size = new System.Drawing.Size(146, 41);
  166. this.label4.TabIndex = 210;
  167. this.label4.Text = "工作中心";
  168. //
  169. // dataGridViewTextBoxColumn1
  170. //
  171. this.dataGridViewTextBoxColumn1.DataPropertyName = "BI_PANELID";
  172. this.dataGridViewTextBoxColumn1.HeaderText = "PANELID";
  173. this.dataGridViewTextBoxColumn1.MinimumWidth = 10;
  174. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  175. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  176. this.dataGridViewTextBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  177. this.dataGridViewTextBoxColumn1.Width = 200;
  178. //
  179. // dataGridViewTextBoxColumn2
  180. //
  181. this.dataGridViewTextBoxColumn2.DataPropertyName = "BI_BOXNAME";
  182. this.dataGridViewTextBoxColumn2.HeaderText = "BOXNAME";
  183. this.dataGridViewTextBoxColumn2.MinimumWidth = 10;
  184. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  185. this.dataGridViewTextBoxColumn2.Width = 200;
  186. //
  187. // dataGridViewTextBoxColumn3
  188. //
  189. this.dataGridViewTextBoxColumn3.DataPropertyName = "BI_PRODUCTSPECNAME";
  190. this.dataGridViewTextBoxColumn3.HeaderText = "产品名称";
  191. this.dataGridViewTextBoxColumn3.MinimumWidth = 10;
  192. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  193. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  194. this.dataGridViewTextBoxColumn3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  195. this.dataGridViewTextBoxColumn3.Width = 200;
  196. //
  197. // dataGridViewTextBoxColumn4
  198. //
  199. this.dataGridViewTextBoxColumn4.DataPropertyName = "BI_UPDATETIME";
  200. this.dataGridViewTextBoxColumn4.HeaderText = "更新时间";
  201. this.dataGridViewTextBoxColumn4.MinimumWidth = 300;
  202. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  203. this.dataGridViewTextBoxColumn4.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  204. this.dataGridViewTextBoxColumn4.Width = 300;
  205. //
  206. // ma_wccode
  207. //
  208. this.ma_wccode.AutoSize = true;
  209. this.ma_wccode.CutLength = null;
  210. this.ma_wccode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  211. this.ma_wccode.Location = new System.Drawing.Point(652, 91);
  212. this.ma_wccode.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  213. this.ma_wccode.MaximumSize = new System.Drawing.Size(400, 0);
  214. this.ma_wccode.Name = "ma_wccode";
  215. this.ma_wccode.Size = new System.Drawing.Size(0, 41);
  216. this.ma_wccode.TabIndex = 211;
  217. //
  218. // ma_craftcode
  219. //
  220. this.ma_craftcode.AutoSize = true;
  221. this.ma_craftcode.CutLength = null;
  222. this.ma_craftcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  223. this.ma_craftcode.Location = new System.Drawing.Point(1084, 88);
  224. this.ma_craftcode.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  225. this.ma_craftcode.MaximumSize = new System.Drawing.Size(400, 0);
  226. this.ma_craftcode.Name = "ma_craftcode";
  227. this.ma_craftcode.Size = new System.Drawing.Size(0, 41);
  228. this.ma_craftcode.TabIndex = 209;
  229. //
  230. // agsum
  231. //
  232. this.agsum.AutoSize = true;
  233. this.agsum.CutLength = null;
  234. this.agsum.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  235. this.agsum.Location = new System.Drawing.Point(145, 784);
  236. this.agsum.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  237. this.agsum.MaximumSize = new System.Drawing.Size(400, 0);
  238. this.agsum.Name = "agsum";
  239. this.agsum.Size = new System.Drawing.Size(0, 41);
  240. this.agsum.TabIndex = 206;
  241. //
  242. // pr_code
  243. //
  244. this.pr_code.AutoSize = true;
  245. this.pr_code.CutLength = null;
  246. this.pr_code.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  247. this.pr_code.Location = new System.Drawing.Point(636, 24);
  248. this.pr_code.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  249. this.pr_code.MaximumSize = new System.Drawing.Size(400, 0);
  250. this.pr_code.Name = "pr_code";
  251. this.pr_code.Size = new System.Drawing.Size(0, 41);
  252. this.pr_code.TabIndex = 193;
  253. //
  254. // pr_detail
  255. //
  256. this.pr_detail.AutoSize = true;
  257. this.pr_detail.CutLength = null;
  258. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  259. this.pr_detail.Location = new System.Drawing.Point(1084, 24);
  260. this.pr_detail.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  261. this.pr_detail.MaximumSize = new System.Drawing.Size(400, 0);
  262. this.pr_detail.Name = "pr_detail";
  263. this.pr_detail.Size = new System.Drawing.Size(0, 41);
  264. this.pr_detail.TabIndex = 192;
  265. //
  266. // boxcode
  267. //
  268. this.boxcode.AllPower = "ifall";
  269. this.boxcode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  270. | System.Windows.Forms.AnchorStyles.Left)));
  271. this.boxcode.BackColor = System.Drawing.Color.White;
  272. this.boxcode.ID = null;
  273. this.boxcode.Location = new System.Drawing.Point(134, 88);
  274. this.boxcode.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
  275. this.boxcode.Name = "boxcode";
  276. this.boxcode.Power = null;
  277. this.boxcode.Size = new System.Drawing.Size(327, 35);
  278. this.boxcode.Str = null;
  279. this.boxcode.Str1 = null;
  280. this.boxcode.Str2 = null;
  281. this.boxcode.TabIndex = 189;
  282. this.boxcode.Tag = "ifread";
  283. this.boxcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.boxcode_KeyDown);
  284. //
  285. // OperateResult
  286. //
  287. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  288. this.OperateResult.Location = new System.Drawing.Point(1183, 148);
  289. this.OperateResult.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
  290. this.OperateResult.Name = "OperateResult";
  291. this.OperateResult.Size = new System.Drawing.Size(281, 677);
  292. this.OperateResult.TabIndex = 188;
  293. this.OperateResult.Text = "";
  294. //
  295. // ma_code
  296. //
  297. this.ma_code.AllPower = "IFALL";
  298. this.ma_code.Caller = null;
  299. this.ma_code.Condition = null;
  300. this.ma_code.DBTitle = "";
  301. this.ma_code.Font = new System.Drawing.Font("微软雅黑", 9F);
  302. this.ma_code.FormName = null;
  303. this.ma_code.Location = new System.Drawing.Point(142, 24);
  304. this.ma_code.Margin = new System.Windows.Forms.Padding(6);
  305. this.ma_code.Name = "ma_code";
  306. this.ma_code.Power = "";
  307. this.ma_code.ReturnData = null;
  308. this.ma_code.SelectField = null;
  309. this.ma_code.SetValueField = null;
  310. this.ma_code.Size = new System.Drawing.Size(319, 46);
  311. this.ma_code.TabIndex = 235;
  312. this.ma_code.TableName = null;
  313. this.ma_code.Tag = "makecode";
  314. this.ma_code.TextBoxEnable = true;
  315. //
  316. // label1
  317. //
  318. this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  319. | System.Windows.Forms.AnchorStyles.Left)));
  320. this.label1.AutoSize = true;
  321. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  322. this.label1.Location = new System.Drawing.Point(28, 843);
  323. this.label1.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  324. this.label1.Name = "label1";
  325. this.label1.Size = new System.Drawing.Size(62, 41);
  326. this.label1.TabIndex = 237;
  327. this.label1.Text = "SN";
  328. //
  329. // sncode
  330. //
  331. this.sncode.AllPower = "ifall";
  332. this.sncode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  333. | System.Windows.Forms.AnchorStyles.Left)));
  334. this.sncode.BackColor = System.Drawing.Color.White;
  335. this.sncode.ID = null;
  336. this.sncode.Location = new System.Drawing.Point(152, 846);
  337. this.sncode.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
  338. this.sncode.Name = "sncode";
  339. this.sncode.Power = null;
  340. this.sncode.Size = new System.Drawing.Size(327, 35);
  341. this.sncode.Str = null;
  342. this.sncode.Str1 = null;
  343. this.sncode.Str2 = null;
  344. this.sncode.TabIndex = 236;
  345. this.sncode.Tag = "ifread";
  346. this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown);
  347. //
  348. // ms_sncode
  349. //
  350. this.ms_sncode.DataPropertyName = "ms_sncode";
  351. this.ms_sncode.HeaderText = "序列号";
  352. this.ms_sncode.MinimumWidth = 10;
  353. this.ms_sncode.Name = "ms_sncode";
  354. this.ms_sncode.ReadOnly = true;
  355. this.ms_sncode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  356. this.ms_sncode.Width = 200;
  357. //
  358. // ms_nextstepcode
  359. //
  360. this.ms_nextstepcode.DataPropertyName = "ms_nextstepcode";
  361. this.ms_nextstepcode.HeaderText = "ms_nextstepcode";
  362. this.ms_nextstepcode.MinimumWidth = 10;
  363. this.ms_nextstepcode.Name = "ms_nextstepcode";
  364. this.ms_nextstepcode.Visible = false;
  365. this.ms_nextstepcode.Width = 200;
  366. //
  367. // ms_boxcode
  368. //
  369. this.ms_boxcode.DataPropertyName = "ms_boxcode";
  370. this.ms_boxcode.HeaderText = "箱号";
  371. this.ms_boxcode.MinimumWidth = 10;
  372. this.ms_boxcode.Name = "ms_boxcode";
  373. this.ms_boxcode.Width = 200;
  374. //
  375. // ms_lotno
  376. //
  377. this.ms_lotno.DataPropertyName = "ms_lotno";
  378. this.ms_lotno.HeaderText = "LotNo";
  379. this.ms_lotno.MinimumWidth = 10;
  380. this.ms_lotno.Name = "ms_lotno";
  381. this.ms_lotno.ReadOnly = true;
  382. this.ms_lotno.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  383. this.ms_lotno.Width = 200;
  384. //
  385. // Make_BoxLotBindSingle
  386. //
  387. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  388. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  389. this.ClientSize = new System.Drawing.Size(1483, 908);
  390. this.Controls.Add(this.label1);
  391. this.Controls.Add(this.sncode);
  392. this.Controls.Add(this.ma_code);
  393. this.Controls.Add(this.ma_wccode);
  394. this.Controls.Add(this.label4);
  395. this.Controls.Add(this.ma_craftcode);
  396. this.Controls.Add(this.label3);
  397. this.Controls.Add(this.agsum);
  398. this.Controls.Add(this.label2);
  399. this.Controls.Add(this.quxiao);
  400. this.Controls.Add(this.LabelDataGridView);
  401. this.Controls.Add(this.pr_code);
  402. this.Controls.Add(this.pr_detail);
  403. this.Controls.Add(this.pr_detail_label);
  404. this.Controls.Add(this.sncode_label);
  405. this.Controls.Add(this.boxcode);
  406. this.Controls.Add(this.OperateResult);
  407. this.Controls.Add(this.pr_code_label);
  408. this.Controls.Add(this.ms_makecode_label);
  409. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  410. this.Margin = new System.Windows.Forms.Padding(4);
  411. this.Name = "Make_BoxLotBindSingle";
  412. this.Tag = "Make!Aging";
  413. this.Text = "老化采集";
  414. this.Activated += new System.EventHandler(this.Make_CollectNetCode_Activated);
  415. this.Load += new System.EventHandler(this.Make_CollectNetCode_Load);
  416. this.SizeChanged += new System.EventHandler(this.Make_CollectNetCode_SizeChanged);
  417. ((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).EndInit();
  418. this.ResumeLayout(false);
  419. this.PerformLayout();
  420. }
  421. #endregion
  422. private CustomControl.ValueLabel.ValueLabel pr_code;
  423. private CustomControl.ValueLabel.ValueLabel pr_detail;
  424. private System.Windows.Forms.Label pr_detail_label;
  425. private System.Windows.Forms.Label sncode_label;
  426. private CustomControl.TextBoxWithIcon.SnCollectionBox boxcode;
  427. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  428. private System.Windows.Forms.Label pr_code_label;
  429. private System.Windows.Forms.Label ms_makecode_label;
  430. private System.Windows.Forms.DataGridView LabelDataGridView;
  431. private System.Windows.Forms.CheckBox quxiao;
  432. private CustomControl.ValueLabel.ValueLabel agsum;
  433. private System.Windows.Forms.Label label2;
  434. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  435. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  436. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  437. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  438. private CustomControl.ValueLabel.ValueLabel ma_craftcode;
  439. private System.Windows.Forms.Label label3;
  440. private CustomControl.ValueLabel.ValueLabel ma_wccode;
  441. private System.Windows.Forms.Label label4;
  442. private CustomControl.TextBoxWithIcon.SearchTextBox ma_code;
  443. private System.Windows.Forms.Label label1;
  444. private CustomControl.TextBoxWithIcon.SnCollectionBox sncode;
  445. private System.Windows.Forms.DataGridViewTextBoxColumn ms_sncode;
  446. private System.Windows.Forms.DataGridViewTextBoxColumn ms_nextstepcode;
  447. private System.Windows.Forms.DataGridViewTextBoxColumn ms_boxcode;
  448. private System.Windows.Forms.DataGridViewTextBoxColumn ms_lotno;
  449. }
  450. }