Make_TestCollection.Designer.cs 46 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830
  1. namespace UAS_MES.Make
  2. {
  3. partial class Make_TestCollection
  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_TestCollection));
  29. this.panel2 = new System.Windows.Forms.Panel();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.bc_remark_label = new System.Windows.Forms.Label();
  32. this.ms_sncode_label = new System.Windows.Forms.Label();
  33. this.bc_groupcode_label = new System.Windows.Forms.Label();
  34. this.label2 = new System.Windows.Forms.Label();
  35. this.label3 = new System.Windows.Forms.Label();
  36. this.GoodProduct = new System.Windows.Forms.RadioButton();
  37. this.Reject = new System.Windows.Forms.RadioButton();
  38. this.WaitRejectList = new System.Windows.Forms.ListView();
  39. this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  40. this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  41. this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  42. this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  43. this.label4 = new System.Windows.Forms.Label();
  44. this.label5 = new System.Windows.Forms.Label();
  45. this.label6 = new System.Windows.Forms.Label();
  46. this.ChoosedRejectList = new System.Windows.Forms.ListView();
  47. this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  48. this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  49. this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  50. this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  51. this.AutoBadCode = new System.Windows.Forms.CheckBox();
  52. this.ma_qty_label = new System.Windows.Forms.Label();
  53. this.ma_prodcode_label = new System.Windows.Forms.Label();
  54. this.pr_detail_label = new System.Windows.Forms.Label();
  55. this.ms_makecode_label = new System.Windows.Forms.Label();
  56. this.mcd_inqty_label = new System.Windows.Forms.Label();
  57. this.mc_restqty_label = new System.Windows.Forms.Label();
  58. this.Save = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  59. this.bc_code = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  60. this.ma_code = new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
  61. this.LockMakeCode = new UAS_MES.CustomControl.CustomCheckBox.LockCheckBox();
  62. this.mcd_remainqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  63. this.pr_detail = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  64. this.ma_qty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  65. this.mcd_inqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  66. this.ma_prodcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  67. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  68. this.CleanInfo = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  69. this.ChooseedReject = new UAS_MES.CustomControl.ButtonUtil.ArrowRightButton();
  70. this.WaitReject = new UAS_MES.CustomControl.ButtonUtil.ArrowLeftButton();
  71. this.bc_remark = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  72. this.bc_groupcode = new UAS_MES.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
  73. this.ms_sncode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  74. this.panel1 = new System.Windows.Forms.Panel();
  75. this.ob_checkno = new System.Windows.Forms.Label();
  76. this.ob_checkno_label = new System.Windows.Forms.Label();
  77. this.SendCheck = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  78. this.ob_batchqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  79. this.ob_batchqty_label = new System.Windows.Forms.Label();
  80. this.ob_nowcheckqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  81. this.ob_nowcheckqty_label = new System.Windows.Forms.Label();
  82. this.panel2.SuspendLayout();
  83. this.panel1.SuspendLayout();
  84. this.SuspendLayout();
  85. //
  86. // panel2
  87. //
  88. this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  89. this.panel2.Controls.Add(this.label1);
  90. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  91. this.panel2.Location = new System.Drawing.Point(0, 0);
  92. this.panel2.Margin = new System.Windows.Forms.Padding(4);
  93. this.panel2.Name = "panel2";
  94. this.panel2.Size = new System.Drawing.Size(1150, 36);
  95. this.panel2.TabIndex = 30;
  96. //
  97. // label1
  98. //
  99. this.label1.AutoSize = true;
  100. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  101. this.label1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  102. this.label1.Location = new System.Drawing.Point(16, 5);
  103. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  104. this.label1.Name = "label1";
  105. this.label1.Size = new System.Drawing.Size(92, 27);
  106. this.label1.TabIndex = 0;
  107. this.label1.Text = "工单信息";
  108. //
  109. // bc_remark_label
  110. //
  111. this.bc_remark_label.AutoSize = true;
  112. this.bc_remark_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  113. this.bc_remark_label.Location = new System.Drawing.Point(386, 263);
  114. this.bc_remark_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  115. this.bc_remark_label.Name = "bc_remark_label";
  116. this.bc_remark_label.Size = new System.Drawing.Size(92, 27);
  117. this.bc_remark_label.TabIndex = 25;
  118. this.bc_remark_label.Text = "不良备注";
  119. //
  120. // ms_sncode_label
  121. //
  122. this.ms_sncode_label.AutoSize = true;
  123. this.ms_sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  124. this.ms_sncode_label.Location = new System.Drawing.Point(288, 659);
  125. this.ms_sncode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  126. this.ms_sncode_label.Name = "ms_sncode_label";
  127. this.ms_sncode_label.Size = new System.Drawing.Size(72, 27);
  128. this.ms_sncode_label.TabIndex = 18;
  129. this.ms_sncode_label.Text = "序列号";
  130. //
  131. // bc_groupcode_label
  132. //
  133. this.bc_groupcode_label.AutoSize = true;
  134. this.bc_groupcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  135. this.bc_groupcode_label.Location = new System.Drawing.Point(7, 262);
  136. this.bc_groupcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  137. this.bc_groupcode_label.Name = "bc_groupcode_label";
  138. this.bc_groupcode_label.Size = new System.Drawing.Size(92, 27);
  139. this.bc_groupcode_label.TabIndex = 24;
  140. this.bc_groupcode_label.Text = "不良组别";
  141. //
  142. // label2
  143. //
  144. this.label2.AutoSize = true;
  145. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  146. this.label2.ForeColor = System.Drawing.Color.Blue;
  147. this.label2.Location = new System.Drawing.Point(7, 232);
  148. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  149. this.label2.Name = "label2";
  150. this.label2.Size = new System.Drawing.Size(92, 27);
  151. this.label2.TabIndex = 0;
  152. this.label2.Text = "采集信息";
  153. //
  154. // label3
  155. //
  156. this.label3.AutoSize = true;
  157. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  158. this.label3.Location = new System.Drawing.Point(7, 312);
  159. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  160. this.label3.Name = "label3";
  161. this.label3.Size = new System.Drawing.Size(92, 27);
  162. this.label3.TabIndex = 34;
  163. this.label3.Text = "不良代码";
  164. //
  165. // GoodProduct
  166. //
  167. this.GoodProduct.AutoSize = true;
  168. this.GoodProduct.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  169. this.GoodProduct.ForeColor = System.Drawing.Color.Blue;
  170. this.GoodProduct.Location = new System.Drawing.Point(11, 655);
  171. this.GoodProduct.Margin = new System.Windows.Forms.Padding(4);
  172. this.GoodProduct.Name = "GoodProduct";
  173. this.GoodProduct.Size = new System.Drawing.Size(83, 35);
  174. this.GoodProduct.TabIndex = 35;
  175. this.GoodProduct.TabStop = true;
  176. this.GoodProduct.Text = "良品";
  177. this.GoodProduct.UseVisualStyleBackColor = true;
  178. this.GoodProduct.CheckedChanged += new System.EventHandler(this.GoodProduct_CheckedChanged);
  179. //
  180. // Reject
  181. //
  182. this.Reject.AutoSize = true;
  183. this.Reject.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  184. this.Reject.ForeColor = System.Drawing.Color.Red;
  185. this.Reject.Location = new System.Drawing.Point(121, 655);
  186. this.Reject.Margin = new System.Windows.Forms.Padding(4);
  187. this.Reject.Name = "Reject";
  188. this.Reject.Size = new System.Drawing.Size(107, 35);
  189. this.Reject.TabIndex = 36;
  190. this.Reject.TabStop = true;
  191. this.Reject.Text = "不良品";
  192. this.Reject.UseVisualStyleBackColor = true;
  193. //
  194. // WaitRejectList
  195. //
  196. this.WaitRejectList.CheckBoxes = true;
  197. this.WaitRejectList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  198. this.columnHeader5,
  199. this.columnHeader4,
  200. this.columnHeader1,
  201. this.columnHeader2});
  202. this.WaitRejectList.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  203. this.WaitRejectList.Location = new System.Drawing.Point(9, 389);
  204. this.WaitRejectList.Margin = new System.Windows.Forms.Padding(4);
  205. this.WaitRejectList.Name = "WaitRejectList";
  206. this.WaitRejectList.Size = new System.Drawing.Size(353, 256);
  207. this.WaitRejectList.TabIndex = 37;
  208. this.WaitRejectList.UseCompatibleStateImageBehavior = false;
  209. this.WaitRejectList.View = System.Windows.Forms.View.Details;
  210. //
  211. // columnHeader5
  212. //
  213. this.columnHeader5.Text = " ";
  214. this.columnHeader5.Width = 20;
  215. //
  216. // columnHeader4
  217. //
  218. this.columnHeader4.Text = "不良代码组";
  219. this.columnHeader4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  220. this.columnHeader4.Width = 115;
  221. //
  222. // columnHeader1
  223. //
  224. this.columnHeader1.Text = "不良代码";
  225. this.columnHeader1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  226. this.columnHeader1.Width = 90;
  227. //
  228. // columnHeader2
  229. //
  230. this.columnHeader2.Text = "备注";
  231. this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  232. this.columnHeader2.Width = 75;
  233. //
  234. // label4
  235. //
  236. this.label4.AutoSize = true;
  237. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  238. this.label4.ForeColor = System.Drawing.Color.Black;
  239. this.label4.Location = new System.Drawing.Point(7, 358);
  240. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  241. this.label4.Name = "label4";
  242. this.label4.Size = new System.Drawing.Size(92, 27);
  243. this.label4.TabIndex = 39;
  244. this.label4.Text = "待选不良";
  245. //
  246. // label5
  247. //
  248. this.label5.AutoSize = true;
  249. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  250. this.label5.ForeColor = System.Drawing.Color.Black;
  251. this.label5.Location = new System.Drawing.Point(491, 358);
  252. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  253. this.label5.Name = "label5";
  254. this.label5.Size = new System.Drawing.Size(92, 27);
  255. this.label5.TabIndex = 40;
  256. this.label5.Text = "已选不良";
  257. //
  258. // label6
  259. //
  260. this.label6.AutoSize = true;
  261. this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  262. this.label6.Location = new System.Drawing.Point(858, 232);
  263. this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  264. this.label6.Name = "label6";
  265. this.label6.Size = new System.Drawing.Size(92, 27);
  266. this.label6.TabIndex = 46;
  267. this.label6.Text = "操作结果";
  268. //
  269. // ChoosedRejectList
  270. //
  271. this.ChoosedRejectList.CheckBoxes = true;
  272. this.ChoosedRejectList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  273. this.columnHeader6,
  274. this.columnHeader3,
  275. this.columnHeader7,
  276. this.columnHeader8});
  277. this.ChoosedRejectList.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  278. this.ChoosedRejectList.Location = new System.Drawing.Point(494, 389);
  279. this.ChoosedRejectList.Margin = new System.Windows.Forms.Padding(4);
  280. this.ChoosedRejectList.Name = "ChoosedRejectList";
  281. this.ChoosedRejectList.Size = new System.Drawing.Size(353, 256);
  282. this.ChoosedRejectList.TabIndex = 50;
  283. this.ChoosedRejectList.UseCompatibleStateImageBehavior = false;
  284. this.ChoosedRejectList.View = System.Windows.Forms.View.Details;
  285. //
  286. // columnHeader6
  287. //
  288. this.columnHeader6.Text = " ";
  289. this.columnHeader6.Width = 20;
  290. //
  291. // columnHeader3
  292. //
  293. this.columnHeader3.Text = "不良代码组";
  294. this.columnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  295. this.columnHeader3.Width = 117;
  296. //
  297. // columnHeader7
  298. //
  299. this.columnHeader7.Text = "不良代码";
  300. this.columnHeader7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  301. this.columnHeader7.Width = 95;
  302. //
  303. // columnHeader8
  304. //
  305. this.columnHeader8.Text = "备注";
  306. this.columnHeader8.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  307. this.columnHeader8.Width = 75;
  308. //
  309. // AutoBadCode
  310. //
  311. this.AutoBadCode.AutoSize = true;
  312. this.AutoBadCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  313. this.AutoBadCode.Location = new System.Drawing.Point(105, 361);
  314. this.AutoBadCode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  315. this.AutoBadCode.Name = "AutoBadCode";
  316. this.AutoBadCode.Size = new System.Drawing.Size(151, 24);
  317. this.AutoBadCode.TabIndex = 69;
  318. this.AutoBadCode.Text = "自动产生不良代码";
  319. this.AutoBadCode.UseVisualStyleBackColor = true;
  320. //
  321. // ma_qty_label
  322. //
  323. this.ma_qty_label.AutoSize = true;
  324. this.ma_qty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  325. this.ma_qty_label.Location = new System.Drawing.Point(7, 109);
  326. this.ma_qty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  327. this.ma_qty_label.Name = "ma_qty_label";
  328. this.ma_qty_label.Size = new System.Drawing.Size(92, 27);
  329. this.ma_qty_label.TabIndex = 11;
  330. this.ma_qty_label.Text = "工单数量";
  331. //
  332. // ma_prodcode_label
  333. //
  334. this.ma_prodcode_label.AutoSize = true;
  335. this.ma_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  336. this.ma_prodcode_label.Location = new System.Drawing.Point(427, 59);
  337. this.ma_prodcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  338. this.ma_prodcode_label.Name = "ma_prodcode_label";
  339. this.ma_prodcode_label.Size = new System.Drawing.Size(92, 27);
  340. this.ma_prodcode_label.TabIndex = 7;
  341. this.ma_prodcode_label.Text = "产品编号";
  342. //
  343. // pr_detail_label
  344. //
  345. this.pr_detail_label.AutoSize = true;
  346. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  347. this.pr_detail_label.Location = new System.Drawing.Point(769, 59);
  348. this.pr_detail_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  349. this.pr_detail_label.Name = "pr_detail_label";
  350. this.pr_detail_label.Size = new System.Drawing.Size(92, 27);
  351. this.pr_detail_label.TabIndex = 6;
  352. this.pr_detail_label.Text = "产品名称";
  353. //
  354. // ms_makecode_label
  355. //
  356. this.ms_makecode_label.AutoSize = true;
  357. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  358. this.ms_makecode_label.Location = new System.Drawing.Point(7, 59);
  359. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  360. this.ms_makecode_label.Name = "ms_makecode_label";
  361. this.ms_makecode_label.Size = new System.Drawing.Size(92, 27);
  362. this.ms_makecode_label.TabIndex = 2;
  363. this.ms_makecode_label.Text = "归属工单";
  364. //
  365. // mcd_inqty_label
  366. //
  367. this.mcd_inqty_label.AutoSize = true;
  368. this.mcd_inqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  369. this.mcd_inqty_label.Location = new System.Drawing.Point(427, 109);
  370. this.mcd_inqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  371. this.mcd_inqty_label.Name = "mcd_inqty_label";
  372. this.mcd_inqty_label.Size = new System.Drawing.Size(92, 27);
  373. this.mcd_inqty_label.TabIndex = 14;
  374. this.mcd_inqty_label.Text = "已采集数";
  375. //
  376. // mc_restqty_label
  377. //
  378. this.mc_restqty_label.AutoSize = true;
  379. this.mc_restqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  380. this.mc_restqty_label.Location = new System.Drawing.Point(769, 109);
  381. this.mc_restqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  382. this.mc_restqty_label.Name = "mc_restqty_label";
  383. this.mc_restqty_label.Size = new System.Drawing.Size(92, 27);
  384. this.mc_restqty_label.TabIndex = 17;
  385. this.mc_restqty_label.Text = "待采集数";
  386. //
  387. // Save
  388. //
  389. this.Save.AllPower = null;
  390. this.Save.BackColor = System.Drawing.Color.Transparent;
  391. this.Save.DownImage = ((System.Drawing.Image)(resources.GetObject("Save.DownImage")));
  392. this.Save.Image = null;
  393. this.Save.IsShowBorder = true;
  394. this.Save.Location = new System.Drawing.Point(685, 657);
  395. this.Save.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  396. this.Save.MoveImage = ((System.Drawing.Image)(resources.GetObject("Save.MoveImage")));
  397. this.Save.Name = "Save";
  398. this.Save.NormalImage = ((System.Drawing.Image)(resources.GetObject("Save.NormalImage")));
  399. this.Save.Power = null;
  400. this.Save.Size = new System.Drawing.Size(87, 32);
  401. this.Save.TabIndex = 70;
  402. this.Save.Text = "保存";
  403. this.Save.UseVisualStyleBackColor = false;
  404. this.Save.Click += new System.EventHandler(this.Save_Click);
  405. //
  406. // bc_code
  407. //
  408. this.bc_code.AllPower = null;
  409. this.bc_code.BackColor = System.Drawing.Color.White;
  410. this.bc_code.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  411. this.bc_code.ID = null;
  412. this.bc_code.Location = new System.Drawing.Point(128, 312);
  413. this.bc_code.Margin = new System.Windows.Forms.Padding(4);
  414. this.bc_code.Name = "bc_code";
  415. this.bc_code.Power = null;
  416. this.bc_code.Size = new System.Drawing.Size(234, 28);
  417. this.bc_code.Str = null;
  418. this.bc_code.Str1 = null;
  419. this.bc_code.Str2 = null;
  420. this.bc_code.TabIndex = 70;
  421. this.bc_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.bc_code_KeyDown);
  422. //
  423. // ma_code
  424. //
  425. this.ma_code.AllPower = null;
  426. this.ma_code.Caller = null;
  427. this.ma_code.Condition = null;
  428. this.ma_code.DBTitle = null;
  429. this.ma_code.FormName = null;
  430. this.ma_code.Location = new System.Drawing.Point(127, 59);
  431. this.ma_code.Margin = new System.Windows.Forms.Padding(4);
  432. this.ma_code.Name = "ma_code";
  433. this.ma_code.Power = null;
  434. this.ma_code.SelectField = null;
  435. this.ma_code.SetValueField = null;
  436. this.ma_code.Size = new System.Drawing.Size(207, 26);
  437. this.ma_code.TabIndex = 67;
  438. this.ma_code.TableName = null;
  439. this.ma_code.Tag = "ma_code";
  440. this.ma_code.TextBoxEnable = true;
  441. //
  442. // LockMakeCode
  443. //
  444. this.LockMakeCode.AutoSize = true;
  445. this.LockMakeCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  446. this.LockMakeCode.LeaveEvent = false;
  447. this.LockMakeCode.Location = new System.Drawing.Point(341, 60);
  448. this.LockMakeCode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  449. this.LockMakeCode.Name = "LockMakeCode";
  450. this.LockMakeCode.Size = new System.Drawing.Size(61, 24);
  451. this.LockMakeCode.TabIndex = 66;
  452. this.LockMakeCode.Text = "锁定";
  453. this.LockMakeCode.UseVisualStyleBackColor = true;
  454. //
  455. // mcd_remainqty
  456. //
  457. this.mcd_remainqty.AutoSize = true;
  458. this.mcd_remainqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  459. this.mcd_remainqty.Location = new System.Drawing.Point(892, 109);
  460. this.mcd_remainqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  461. this.mcd_remainqty.Name = "mcd_remainqty";
  462. this.mcd_remainqty.Size = new System.Drawing.Size(0, 27);
  463. this.mcd_remainqty.TabIndex = 57;
  464. this.mcd_remainqty.Tag = "mcd_remainqty";
  465. //
  466. // pr_detail
  467. //
  468. this.pr_detail.AutoSize = true;
  469. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  470. this.pr_detail.Location = new System.Drawing.Point(892, 59);
  471. this.pr_detail.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  472. this.pr_detail.Name = "pr_detail";
  473. this.pr_detail.Size = new System.Drawing.Size(0, 27);
  474. this.pr_detail.TabIndex = 56;
  475. //
  476. // ma_qty
  477. //
  478. this.ma_qty.AutoSize = true;
  479. this.ma_qty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  480. this.ma_qty.Location = new System.Drawing.Point(129, 109);
  481. this.ma_qty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  482. this.ma_qty.Name = "ma_qty";
  483. this.ma_qty.Size = new System.Drawing.Size(0, 27);
  484. this.ma_qty.TabIndex = 55;
  485. //
  486. // mcd_inqty
  487. //
  488. this.mcd_inqty.AutoSize = true;
  489. this.mcd_inqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  490. this.mcd_inqty.Location = new System.Drawing.Point(549, 109);
  491. this.mcd_inqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  492. this.mcd_inqty.Name = "mcd_inqty";
  493. this.mcd_inqty.Size = new System.Drawing.Size(0, 27);
  494. this.mcd_inqty.TabIndex = 54;
  495. this.mcd_inqty.Tag = "mcd_inqty";
  496. //
  497. // ma_prodcode
  498. //
  499. this.ma_prodcode.AutoSize = true;
  500. this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  501. this.ma_prodcode.Location = new System.Drawing.Point(549, 59);
  502. this.ma_prodcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  503. this.ma_prodcode.Name = "ma_prodcode";
  504. this.ma_prodcode.Size = new System.Drawing.Size(0, 27);
  505. this.ma_prodcode.TabIndex = 53;
  506. this.ma_prodcode.TextChanged += new System.EventHandler(this.ma_prodcode_TextChanged);
  507. //
  508. // OperateResult
  509. //
  510. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  511. this.OperateResult.Location = new System.Drawing.Point(862, 262);
  512. this.OperateResult.Margin = new System.Windows.Forms.Padding(4);
  513. this.OperateResult.Name = "OperateResult";
  514. this.OperateResult.Size = new System.Drawing.Size(275, 383);
  515. this.OperateResult.TabIndex = 52;
  516. this.OperateResult.Text = "";
  517. //
  518. // CleanInfo
  519. //
  520. this.CleanInfo.AllPower = null;
  521. this.CleanInfo.BackColor = System.Drawing.Color.Transparent;
  522. this.CleanInfo.DownImage = ((System.Drawing.Image)(resources.GetObject("CleanInfo.DownImage")));
  523. this.CleanInfo.Image = ((System.Drawing.Image)(resources.GetObject("CleanInfo.Image")));
  524. this.CleanInfo.IsShowBorder = true;
  525. this.CleanInfo.Location = new System.Drawing.Point(960, 657);
  526. this.CleanInfo.Margin = new System.Windows.Forms.Padding(4);
  527. this.CleanInfo.MoveImage = ((System.Drawing.Image)(resources.GetObject("CleanInfo.MoveImage")));
  528. this.CleanInfo.Name = "CleanInfo";
  529. this.CleanInfo.NormalImage = ((System.Drawing.Image)(resources.GetObject("CleanInfo.NormalImage")));
  530. this.CleanInfo.Power = null;
  531. this.CleanInfo.Size = new System.Drawing.Size(81, 30);
  532. this.CleanInfo.TabIndex = 47;
  533. this.CleanInfo.Text = "清除内容";
  534. this.CleanInfo.UseVisualStyleBackColor = true;
  535. this.CleanInfo.Click += new System.EventHandler(this.CleanInfo_Click);
  536. //
  537. // ChooseedReject
  538. //
  539. this.ChooseedReject.Image = ((System.Drawing.Image)(resources.GetObject("ChooseedReject.Image")));
  540. this.ChooseedReject.Location = new System.Drawing.Point(393, 470);
  541. this.ChooseedReject.Margin = new System.Windows.Forms.Padding(4);
  542. this.ChooseedReject.Name = "ChooseedReject";
  543. this.ChooseedReject.Size = new System.Drawing.Size(67, 29);
  544. this.ChooseedReject.TabIndex = 45;
  545. this.ChooseedReject.UseVisualStyleBackColor = true;
  546. this.ChooseedReject.Click += new System.EventHandler(this.ChooseedReject_Click);
  547. //
  548. // WaitReject
  549. //
  550. this.WaitReject.Image = ((System.Drawing.Image)(resources.GetObject("WaitReject.Image")));
  551. this.WaitReject.Location = new System.Drawing.Point(393, 549);
  552. this.WaitReject.Margin = new System.Windows.Forms.Padding(4);
  553. this.WaitReject.Name = "WaitReject";
  554. this.WaitReject.Size = new System.Drawing.Size(67, 29);
  555. this.WaitReject.TabIndex = 44;
  556. this.WaitReject.UseVisualStyleBackColor = true;
  557. this.WaitReject.Click += new System.EventHandler(this.WaitReject_Click);
  558. //
  559. // bc_remark
  560. //
  561. this.bc_remark.AllPower = null;
  562. this.bc_remark.BackColor = System.Drawing.Color.White;
  563. this.bc_remark.ID = null;
  564. this.bc_remark.Location = new System.Drawing.Point(497, 264);
  565. this.bc_remark.Margin = new System.Windows.Forms.Padding(4);
  566. this.bc_remark.Multiline = true;
  567. this.bc_remark.Name = "bc_remark";
  568. this.bc_remark.Power = null;
  569. this.bc_remark.Size = new System.Drawing.Size(350, 76);
  570. this.bc_remark.Str = null;
  571. this.bc_remark.Str1 = null;
  572. this.bc_remark.Str2 = null;
  573. this.bc_remark.TabIndex = 41;
  574. //
  575. // bc_groupcode
  576. //
  577. this.bc_groupcode.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  578. this.bc_groupcode.FormattingEnabled = true;
  579. this.bc_groupcode.Location = new System.Drawing.Point(128, 264);
  580. this.bc_groupcode.Margin = new System.Windows.Forms.Padding(4);
  581. this.bc_groupcode.Name = "bc_groupcode";
  582. this.bc_groupcode.Size = new System.Drawing.Size(234, 26);
  583. this.bc_groupcode.TabIndex = 21;
  584. this.bc_groupcode.SelectedIndexChanged += new System.EventHandler(this.bc_groupcode_SelectedIndexChanged);
  585. //
  586. // ms_sncode
  587. //
  588. this.ms_sncode.AllPower = "ifall";
  589. this.ms_sncode.BackColor = System.Drawing.Color.White;
  590. this.ms_sncode.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  591. this.ms_sncode.ID = null;
  592. this.ms_sncode.Location = new System.Drawing.Point(403, 659);
  593. this.ms_sncode.Margin = new System.Windows.Forms.Padding(4);
  594. this.ms_sncode.Name = "ms_sncode";
  595. this.ms_sncode.Power = null;
  596. this.ms_sncode.Size = new System.Drawing.Size(240, 28);
  597. this.ms_sncode.Str = null;
  598. this.ms_sncode.Str1 = null;
  599. this.ms_sncode.Str2 = null;
  600. this.ms_sncode.TabIndex = 68;
  601. this.ms_sncode.Tag = "IfWrite";
  602. this.ms_sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ms_code_KeyDown);
  603. //
  604. // panel1
  605. //
  606. this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  607. this.panel1.Controls.Add(this.ob_checkno);
  608. this.panel1.Controls.Add(this.ob_checkno_label);
  609. this.panel1.Controls.Add(this.SendCheck);
  610. this.panel1.Controls.Add(this.ob_batchqty);
  611. this.panel1.Controls.Add(this.ob_batchqty_label);
  612. this.panel1.Controls.Add(this.ob_nowcheckqty);
  613. this.panel1.Controls.Add(this.ob_nowcheckqty_label);
  614. this.panel1.Location = new System.Drawing.Point(12, 157);
  615. this.panel1.Name = "panel1";
  616. this.panel1.Size = new System.Drawing.Size(1125, 60);
  617. this.panel1.TabIndex = 71;
  618. //
  619. // ob_checkno
  620. //
  621. this.ob_checkno.AutoSize = true;
  622. this.ob_checkno.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  623. this.ob_checkno.ForeColor = System.Drawing.Color.Black;
  624. this.ob_checkno.Location = new System.Drawing.Point(137, 17);
  625. this.ob_checkno.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  626. this.ob_checkno.Name = "ob_checkno";
  627. this.ob_checkno.Size = new System.Drawing.Size(0, 27);
  628. this.ob_checkno.TabIndex = 76;
  629. this.ob_checkno.Tag = "ob_checkno";
  630. this.ob_checkno.TextChanged += new System.EventHandler(this.ob_checkno_TextChanged);
  631. //
  632. // ob_checkno_label
  633. //
  634. this.ob_checkno_label.AutoSize = true;
  635. this.ob_checkno_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  636. this.ob_checkno_label.ForeColor = System.Drawing.Color.Black;
  637. this.ob_checkno_label.Location = new System.Drawing.Point(24, 17);
  638. this.ob_checkno_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  639. this.ob_checkno_label.Name = "ob_checkno_label";
  640. this.ob_checkno_label.Size = new System.Drawing.Size(92, 27);
  641. this.ob_checkno_label.TabIndex = 72;
  642. this.ob_checkno_label.Text = "抽检批号";
  643. //
  644. // SendCheck
  645. //
  646. this.SendCheck.AllPower = null;
  647. this.SendCheck.BackColor = System.Drawing.Color.Transparent;
  648. this.SendCheck.DownImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.DownImage")));
  649. this.SendCheck.Enabled = false;
  650. this.SendCheck.Image = null;
  651. this.SendCheck.IsShowBorder = true;
  652. this.SendCheck.Location = new System.Drawing.Point(975, 16);
  653. this.SendCheck.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  654. this.SendCheck.MoveImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.MoveImage")));
  655. this.SendCheck.Name = "SendCheck";
  656. this.SendCheck.NormalImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.NormalImage")));
  657. this.SendCheck.Power = null;
  658. this.SendCheck.Size = new System.Drawing.Size(87, 32);
  659. this.SendCheck.TabIndex = 72;
  660. this.SendCheck.Text = "送检";
  661. this.SendCheck.UseVisualStyleBackColor = false;
  662. this.SendCheck.Click += new System.EventHandler(this.SendCheck_Click);
  663. //
  664. // ob_batchqty
  665. //
  666. this.ob_batchqty.AutoSize = true;
  667. this.ob_batchqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  668. this.ob_batchqty.ForeColor = System.Drawing.Color.Black;
  669. this.ob_batchqty.Location = new System.Drawing.Point(779, 17);
  670. this.ob_batchqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  671. this.ob_batchqty.Name = "ob_batchqty";
  672. this.ob_batchqty.Size = new System.Drawing.Size(0, 27);
  673. this.ob_batchqty.TabIndex = 75;
  674. this.ob_batchqty.Tag = "ob_batchqty";
  675. //
  676. // ob_batchqty_label
  677. //
  678. this.ob_batchqty_label.AutoSize = true;
  679. this.ob_batchqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  680. this.ob_batchqty_label.ForeColor = System.Drawing.Color.Black;
  681. this.ob_batchqty_label.Location = new System.Drawing.Point(646, 17);
  682. this.ob_batchqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  683. this.ob_batchqty_label.Name = "ob_batchqty_label";
  684. this.ob_batchqty_label.Size = new System.Drawing.Size(112, 27);
  685. this.ob_batchqty_label.TabIndex = 74;
  686. this.ob_batchqty_label.Text = "抽检批数量";
  687. //
  688. // ob_nowcheckqty
  689. //
  690. this.ob_nowcheckqty.AutoSize = true;
  691. this.ob_nowcheckqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  692. this.ob_nowcheckqty.ForeColor = System.Drawing.Color.Black;
  693. this.ob_nowcheckqty.Location = new System.Drawing.Point(430, 17);
  694. this.ob_nowcheckqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  695. this.ob_nowcheckqty.Name = "ob_nowcheckqty";
  696. this.ob_nowcheckqty.Size = new System.Drawing.Size(0, 27);
  697. this.ob_nowcheckqty.TabIndex = 73;
  698. this.ob_nowcheckqty.Tag = "ob_nowcheckqty";
  699. //
  700. // ob_nowcheckqty_label
  701. //
  702. this.ob_nowcheckqty_label.AutoSize = true;
  703. this.ob_nowcheckqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  704. this.ob_nowcheckqty_label.ForeColor = System.Drawing.Color.Black;
  705. this.ob_nowcheckqty_label.Location = new System.Drawing.Point(286, 17);
  706. this.ob_nowcheckqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  707. this.ob_nowcheckqty_label.Name = "ob_nowcheckqty_label";
  708. this.ob_nowcheckqty_label.Size = new System.Drawing.Size(112, 27);
  709. this.ob_nowcheckqty_label.TabIndex = 72;
  710. this.ob_nowcheckqty_label.Text = "已采集数量";
  711. //
  712. // Make_TestCollection
  713. //
  714. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  715. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  716. this.BackColor = System.Drawing.SystemColors.Control;
  717. this.ClientSize = new System.Drawing.Size(1150, 700);
  718. this.Controls.Add(this.panel1);
  719. this.Controls.Add(this.Save);
  720. this.Controls.Add(this.AutoBadCode);
  721. this.Controls.Add(this.bc_code);
  722. this.Controls.Add(this.ma_code);
  723. this.Controls.Add(this.LockMakeCode);
  724. this.Controls.Add(this.label2);
  725. this.Controls.Add(this.mcd_remainqty);
  726. this.Controls.Add(this.pr_detail);
  727. this.Controls.Add(this.ma_qty);
  728. this.Controls.Add(this.mcd_inqty);
  729. this.Controls.Add(this.ma_prodcode);
  730. this.Controls.Add(this.OperateResult);
  731. this.Controls.Add(this.ChoosedRejectList);
  732. this.Controls.Add(this.CleanInfo);
  733. this.Controls.Add(this.label6);
  734. this.Controls.Add(this.ChooseedReject);
  735. this.Controls.Add(this.WaitReject);
  736. this.Controls.Add(this.bc_remark);
  737. this.Controls.Add(this.label5);
  738. this.Controls.Add(this.label4);
  739. this.Controls.Add(this.WaitRejectList);
  740. this.Controls.Add(this.Reject);
  741. this.Controls.Add(this.GoodProduct);
  742. this.Controls.Add(this.label3);
  743. this.Controls.Add(this.mc_restqty_label);
  744. this.Controls.Add(this.panel2);
  745. this.Controls.Add(this.bc_groupcode);
  746. this.Controls.Add(this.bc_remark_label);
  747. this.Controls.Add(this.mcd_inqty_label);
  748. this.Controls.Add(this.ms_sncode_label);
  749. this.Controls.Add(this.bc_groupcode_label);
  750. this.Controls.Add(this.ms_sncode);
  751. this.Controls.Add(this.ma_qty_label);
  752. this.Controls.Add(this.ms_makecode_label);
  753. this.Controls.Add(this.pr_detail_label);
  754. this.Controls.Add(this.ma_prodcode_label);
  755. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  756. this.KeyPreview = true;
  757. this.Margin = new System.Windows.Forms.Padding(4);
  758. this.Name = "Make_TestCollection";
  759. this.Tag = "Make!TestCollection";
  760. this.Text = " ";
  761. this.Load += new System.EventHandler(this.TestCollection_Load);
  762. this.SizeChanged += new System.EventHandler(this.测试采集_SizeChanged);
  763. this.panel2.ResumeLayout(true);
  764. this.panel2.PerformLayout();
  765. this.panel1.ResumeLayout(true);
  766. this.panel1.PerformLayout();
  767. this.ResumeLayout(true);
  768. this.PerformLayout();
  769. }
  770. #endregion
  771. private System.Windows.Forms.Label ma_prodcode_label;
  772. private System.Windows.Forms.Label pr_detail_label;
  773. private System.Windows.Forms.Label ms_makecode_label;
  774. private System.Windows.Forms.Label mcd_inqty_label;
  775. private System.Windows.Forms.Label ma_qty_label;
  776. private System.Windows.Forms.Label mc_restqty_label;
  777. private System.Windows.Forms.Label ms_sncode_label;
  778. private CustomControl.TextBoxWithIcon.EnterTextBox ms_sncode;
  779. private System.Windows.Forms.Label bc_groupcode_label;
  780. private System.Windows.Forms.Label bc_remark_label;
  781. private CustomControl.ComBoxWithFocus.ComBoxWithFocus bc_groupcode;
  782. private System.Windows.Forms.Panel panel2;
  783. private System.Windows.Forms.Label label1;
  784. private System.Windows.Forms.Label label2;
  785. private System.Windows.Forms.Label label3;
  786. private System.Windows.Forms.RadioButton GoodProduct;
  787. private System.Windows.Forms.RadioButton Reject;
  788. private System.Windows.Forms.ListView WaitRejectList;
  789. private System.Windows.Forms.Label label4;
  790. private System.Windows.Forms.Label label5;
  791. private CustomControl.TextBoxWithIcon.EnterTextBox bc_remark;
  792. private CustomControl.ButtonUtil.ArrowLeftButton WaitReject;
  793. private CustomControl.ButtonUtil.ArrowRightButton ChooseedReject;
  794. private System.Windows.Forms.ColumnHeader columnHeader1;
  795. private System.Windows.Forms.ColumnHeader columnHeader2;
  796. private System.Windows.Forms.Label label6;
  797. private CustomControl.ButtonUtil.NormalButton CleanInfo;
  798. private System.Windows.Forms.ColumnHeader columnHeader5;
  799. private System.Windows.Forms.ListView ChoosedRejectList;
  800. private System.Windows.Forms.ColumnHeader columnHeader6;
  801. private System.Windows.Forms.ColumnHeader columnHeader7;
  802. private System.Windows.Forms.ColumnHeader columnHeader8;
  803. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  804. private CustomControl.ValueLabel.ValueLabel ma_prodcode;
  805. private CustomControl.ValueLabel.ValueLabel mcd_inqty;
  806. private CustomControl.ValueLabel.ValueLabel ma_qty;
  807. private CustomControl.ValueLabel.ValueLabel pr_detail;
  808. private CustomControl.ValueLabel.ValueLabel mcd_remainqty;
  809. private System.Windows.Forms.ColumnHeader columnHeader3;
  810. private CustomControl.CustomCheckBox.LockCheckBox LockMakeCode;
  811. private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
  812. private CustomControl.TextBoxWithIcon.EnterTextBox bc_code;
  813. private System.Windows.Forms.CheckBox AutoBadCode;
  814. private System.Windows.Forms.ColumnHeader columnHeader4;
  815. private CustomControl.ButtonUtil.NormalButton Save;
  816. private System.Windows.Forms.Panel panel1;
  817. private CustomControl.ValueLabel.ValueLabel ob_batchqty;
  818. private System.Windows.Forms.Label ob_batchqty_label;
  819. private CustomControl.ValueLabel.ValueLabel ob_nowcheckqty;
  820. private System.Windows.Forms.Label ob_nowcheckqty_label;
  821. private CustomControl.ButtonUtil.NormalButton SendCheck;
  822. private System.Windows.Forms.Label ob_checkno_label;
  823. private System.Windows.Forms.Label ob_checkno;
  824. }
  825. }