Make_TestCollection.Designer.cs 45 KB

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