Make_TestCollection.Designer.cs 45 KB

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