Make_TestCollection.Designer.cs 48 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861
  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.SNCodeEnterTextBox();
  73. this.panel1 = new System.Windows.Forms.Panel();
  74. this.ob_sendqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  75. this.label7 = new System.Windows.Forms.Label();
  76. this.ob_checkno = 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.pr_detail_label = new System.Windows.Forms.Label();
  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.Margin = new System.Windows.Forms.Padding(4);
  94. this.panel2.Name = "panel2";
  95. this.panel2.Size = new System.Drawing.Size(1150, 36);
  96. this.panel2.TabIndex = 30;
  97. //
  98. // label1
  99. //
  100. this.label1.AutoSize = true;
  101. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  102. this.label1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  103. this.label1.Location = new System.Drawing.Point(13, 5);
  104. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  105. this.label1.Name = "label1";
  106. this.label1.Size = new System.Drawing.Size(92, 27);
  107. this.label1.TabIndex = 0;
  108. this.label1.Text = "工单信息";
  109. //
  110. // bc_remark_label
  111. //
  112. this.bc_remark_label.AutoSize = true;
  113. this.bc_remark_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  114. this.bc_remark_label.Location = new System.Drawing.Point(383, 263);
  115. this.bc_remark_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  116. this.bc_remark_label.Name = "bc_remark_label";
  117. this.bc_remark_label.Size = new System.Drawing.Size(92, 27);
  118. this.bc_remark_label.TabIndex = 25;
  119. this.bc_remark_label.Text = "不良备注";
  120. //
  121. // ms_sncode_label
  122. //
  123. this.ms_sncode_label.AutoSize = true;
  124. this.ms_sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  125. this.ms_sncode_label.Location = new System.Drawing.Point(285, 659);
  126. this.ms_sncode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  127. this.ms_sncode_label.Name = "ms_sncode_label";
  128. this.ms_sncode_label.Size = new System.Drawing.Size(72, 27);
  129. this.ms_sncode_label.TabIndex = 18;
  130. this.ms_sncode_label.Text = "序列号";
  131. //
  132. // bc_groupcode_label
  133. //
  134. this.bc_groupcode_label.AutoSize = true;
  135. this.bc_groupcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  136. this.bc_groupcode_label.Location = new System.Drawing.Point(4, 262);
  137. this.bc_groupcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  138. this.bc_groupcode_label.Name = "bc_groupcode_label";
  139. this.bc_groupcode_label.Size = new System.Drawing.Size(92, 27);
  140. this.bc_groupcode_label.TabIndex = 24;
  141. this.bc_groupcode_label.Text = "不良组别";
  142. //
  143. // label2
  144. //
  145. this.label2.AutoSize = true;
  146. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  147. this.label2.ForeColor = System.Drawing.Color.Blue;
  148. this.label2.Location = new System.Drawing.Point(4, 225);
  149. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  150. this.label2.Name = "label2";
  151. this.label2.Size = new System.Drawing.Size(92, 27);
  152. this.label2.TabIndex = 0;
  153. this.label2.Text = "采集信息";
  154. //
  155. // label3
  156. //
  157. this.label3.AutoSize = true;
  158. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  159. this.label3.Location = new System.Drawing.Point(4, 312);
  160. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  161. this.label3.Name = "label3";
  162. this.label3.Size = new System.Drawing.Size(92, 27);
  163. this.label3.TabIndex = 34;
  164. this.label3.Text = "不良代码";
  165. //
  166. // GoodProduct
  167. //
  168. this.GoodProduct.AutoSize = true;
  169. this.GoodProduct.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  170. this.GoodProduct.ForeColor = System.Drawing.Color.Blue;
  171. this.GoodProduct.Location = new System.Drawing.Point(8, 655);
  172. this.GoodProduct.Margin = new System.Windows.Forms.Padding(4);
  173. this.GoodProduct.Name = "GoodProduct";
  174. this.GoodProduct.Size = new System.Drawing.Size(83, 35);
  175. this.GoodProduct.TabIndex = 35;
  176. this.GoodProduct.TabStop = true;
  177. this.GoodProduct.Text = "良品";
  178. this.GoodProduct.UseVisualStyleBackColor = true;
  179. this.GoodProduct.CheckedChanged += new System.EventHandler(this.GoodProduct_CheckedChanged);
  180. //
  181. // Reject
  182. //
  183. this.Reject.AutoSize = true;
  184. this.Reject.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  185. this.Reject.ForeColor = System.Drawing.Color.Red;
  186. this.Reject.Location = new System.Drawing.Point(118, 655);
  187. this.Reject.Margin = new System.Windows.Forms.Padding(4);
  188. this.Reject.Name = "Reject";
  189. this.Reject.Size = new System.Drawing.Size(107, 35);
  190. this.Reject.TabIndex = 36;
  191. this.Reject.TabStop = true;
  192. this.Reject.Text = "不良品";
  193. this.Reject.UseVisualStyleBackColor = true;
  194. //
  195. // WaitRejectList
  196. //
  197. this.WaitRejectList.CheckBoxes = true;
  198. this.WaitRejectList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  199. this.columnHeader5,
  200. this.columnHeader4,
  201. this.columnHeader1,
  202. this.columnHeader2});
  203. this.WaitRejectList.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  204. this.WaitRejectList.Location = new System.Drawing.Point(6, 389);
  205. this.WaitRejectList.Margin = new System.Windows.Forms.Padding(4);
  206. this.WaitRejectList.Name = "WaitRejectList";
  207. this.WaitRejectList.Size = new System.Drawing.Size(353, 256);
  208. this.WaitRejectList.TabIndex = 37;
  209. this.WaitRejectList.UseCompatibleStateImageBehavior = false;
  210. this.WaitRejectList.View = System.Windows.Forms.View.Details;
  211. //
  212. // columnHeader5
  213. //
  214. this.columnHeader5.Text = " ";
  215. this.columnHeader5.Width = 20;
  216. //
  217. // columnHeader4
  218. //
  219. this.columnHeader4.Text = "不良代码组";
  220. this.columnHeader4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  221. this.columnHeader4.Width = 0;
  222. //
  223. // columnHeader1
  224. //
  225. this.columnHeader1.Text = "不良代码";
  226. this.columnHeader1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  227. this.columnHeader1.Width = 143;
  228. //
  229. // columnHeader2
  230. //
  231. this.columnHeader2.Text = "不良名称";
  232. this.columnHeader2.Width = 161;
  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(4, 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(488, 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(855, 225);
  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(491, 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.Width = 99;
  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, 15);
  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, 15);
  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.ReturnData = null;
  423. this.ma_code.SelectField = null;
  424. this.ma_code.SetValueField = null;
  425. this.ma_code.Size = new System.Drawing.Size(157, 26);
  426. this.ma_code.TabIndex = 67;
  427. this.ma_code.TableName = null;
  428. this.ma_code.Tag = "ma_code";
  429. this.ma_code.TextBoxEnable = true;
  430. this.ma_code.UserControlTextChanged += new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox.OnTextChange(this.ma_code_UserControlTextChanged);
  431. //
  432. // LockMakeCode
  433. //
  434. this.LockMakeCode.AutoSize = true;
  435. this.LockMakeCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  436. this.LockMakeCode.LeaveEvent = false;
  437. this.LockMakeCode.Location = new System.Drawing.Point(298, 61);
  438. this.LockMakeCode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  439. this.LockMakeCode.Name = "LockMakeCode";
  440. this.LockMakeCode.Size = new System.Drawing.Size(61, 24);
  441. this.LockMakeCode.TabIndex = 66;
  442. this.LockMakeCode.Text = "锁定";
  443. this.LockMakeCode.UseVisualStyleBackColor = true;
  444. //
  445. // mcd_remainqty
  446. //
  447. this.mcd_remainqty.AutoSize = true;
  448. this.mcd_remainqty.CutLength = null;
  449. this.mcd_remainqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  450. this.mcd_remainqty.Location = new System.Drawing.Point(145, 15);
  451. this.mcd_remainqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  452. this.mcd_remainqty.MaximumSize = new System.Drawing.Size(200, 0);
  453. this.mcd_remainqty.Name = "mcd_remainqty";
  454. this.mcd_remainqty.Size = new System.Drawing.Size(0, 27);
  455. this.mcd_remainqty.TabIndex = 57;
  456. this.mcd_remainqty.Tag = "mcd_remainqty";
  457. //
  458. // pr_detail
  459. //
  460. this.pr_detail.AutoSize = true;
  461. this.pr_detail.CutLength = "qweqwe";
  462. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  463. this.pr_detail.Location = new System.Drawing.Point(506, 123);
  464. this.pr_detail.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  465. this.pr_detail.MaximumSize = new System.Drawing.Size(200, 0);
  466. this.pr_detail.Name = "pr_detail";
  467. this.pr_detail.Size = new System.Drawing.Size(0, 27);
  468. this.pr_detail.TabIndex = 56;
  469. //
  470. // ma_qty
  471. //
  472. this.ma_qty.AutoSize = true;
  473. this.ma_qty.CutLength = null;
  474. this.ma_qty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  475. this.ma_qty.Location = new System.Drawing.Point(505, 60);
  476. this.ma_qty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  477. this.ma_qty.MaximumSize = new System.Drawing.Size(200, 0);
  478. this.ma_qty.Name = "ma_qty";
  479. this.ma_qty.Size = new System.Drawing.Size(0, 27);
  480. this.ma_qty.TabIndex = 55;
  481. //
  482. // mcd_inqty
  483. //
  484. this.mcd_inqty.AutoSize = true;
  485. this.mcd_inqty.CutLength = null;
  486. this.mcd_inqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  487. this.mcd_inqty.Location = new System.Drawing.Point(331, 15);
  488. this.mcd_inqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  489. this.mcd_inqty.MaximumSize = new System.Drawing.Size(200, 0);
  490. this.mcd_inqty.Name = "mcd_inqty";
  491. this.mcd_inqty.Size = new System.Drawing.Size(0, 27);
  492. this.mcd_inqty.TabIndex = 54;
  493. this.mcd_inqty.Tag = "mcd_inqty";
  494. //
  495. // ma_prodcode
  496. //
  497. this.ma_prodcode.AutoSize = true;
  498. this.ma_prodcode.CutLength = null;
  499. this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  500. this.ma_prodcode.Location = new System.Drawing.Point(126, 123);
  501. this.ma_prodcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  502. this.ma_prodcode.MaximumSize = new System.Drawing.Size(200, 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. //
  507. // OperateResult
  508. //
  509. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  510. this.OperateResult.Location = new System.Drawing.Point(859, 262);
  511. this.OperateResult.Margin = new System.Windows.Forms.Padding(4);
  512. this.OperateResult.Name = "OperateResult";
  513. this.OperateResult.Size = new System.Drawing.Size(275, 383);
  514. this.OperateResult.TabIndex = 52;
  515. this.OperateResult.Text = "";
  516. //
  517. // CleanInfo
  518. //
  519. this.CleanInfo.AllPower = null;
  520. this.CleanInfo.BackColor = System.Drawing.Color.Transparent;
  521. this.CleanInfo.DownImage = ((System.Drawing.Image)(resources.GetObject("CleanInfo.DownImage")));
  522. this.CleanInfo.Image = ((System.Drawing.Image)(resources.GetObject("CleanInfo.Image")));
  523. this.CleanInfo.IsShowBorder = true;
  524. this.CleanInfo.Location = new System.Drawing.Point(957, 657);
  525. this.CleanInfo.Margin = new System.Windows.Forms.Padding(4);
  526. this.CleanInfo.MoveImage = ((System.Drawing.Image)(resources.GetObject("CleanInfo.MoveImage")));
  527. this.CleanInfo.Name = "CleanInfo";
  528. this.CleanInfo.NormalImage = ((System.Drawing.Image)(resources.GetObject("CleanInfo.NormalImage")));
  529. this.CleanInfo.Power = null;
  530. this.CleanInfo.Size = new System.Drawing.Size(81, 30);
  531. this.CleanInfo.TabIndex = 47;
  532. this.CleanInfo.Text = "清除内容";
  533. this.CleanInfo.UseVisualStyleBackColor = true;
  534. this.CleanInfo.Click += new System.EventHandler(this.CleanInfo_Click);
  535. //
  536. // ChooseedReject
  537. //
  538. this.ChooseedReject.Image = ((System.Drawing.Image)(resources.GetObject("ChooseedReject.Image")));
  539. this.ChooseedReject.Location = new System.Drawing.Point(390, 470);
  540. this.ChooseedReject.Margin = new System.Windows.Forms.Padding(4);
  541. this.ChooseedReject.Name = "ChooseedReject";
  542. this.ChooseedReject.Size = new System.Drawing.Size(67, 29);
  543. this.ChooseedReject.TabIndex = 45;
  544. this.ChooseedReject.UseVisualStyleBackColor = true;
  545. this.ChooseedReject.Click += new System.EventHandler(this.ChooseedReject_Click);
  546. //
  547. // WaitReject
  548. //
  549. this.WaitReject.Image = ((System.Drawing.Image)(resources.GetObject("WaitReject.Image")));
  550. this.WaitReject.Location = new System.Drawing.Point(390, 549);
  551. this.WaitReject.Margin = new System.Windows.Forms.Padding(4);
  552. this.WaitReject.Name = "WaitReject";
  553. this.WaitReject.Size = new System.Drawing.Size(67, 29);
  554. this.WaitReject.TabIndex = 44;
  555. this.WaitReject.UseVisualStyleBackColor = true;
  556. this.WaitReject.Click += new System.EventHandler(this.WaitReject_Click);
  557. //
  558. // bc_remark
  559. //
  560. this.bc_remark.AllPower = null;
  561. this.bc_remark.BackColor = System.Drawing.Color.White;
  562. this.bc_remark.ID = null;
  563. this.bc_remark.Location = new System.Drawing.Point(494, 264);
  564. this.bc_remark.Margin = new System.Windows.Forms.Padding(4);
  565. this.bc_remark.Multiline = true;
  566. this.bc_remark.Name = "bc_remark";
  567. this.bc_remark.Power = null;
  568. this.bc_remark.Size = new System.Drawing.Size(350, 76);
  569. this.bc_remark.Str = null;
  570. this.bc_remark.Str1 = null;
  571. this.bc_remark.Str2 = null;
  572. this.bc_remark.TabIndex = 41;
  573. //
  574. // bc_groupcode
  575. //
  576. this.bc_groupcode.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  577. this.bc_groupcode.FormattingEnabled = true;
  578. this.bc_groupcode.Location = new System.Drawing.Point(125, 264);
  579. this.bc_groupcode.Margin = new System.Windows.Forms.Padding(4);
  580. this.bc_groupcode.Name = "bc_groupcode";
  581. this.bc_groupcode.Size = new System.Drawing.Size(234, 26);
  582. this.bc_groupcode.TabIndex = 21;
  583. this.bc_groupcode.SelectedIndexChanged += new System.EventHandler(this.bc_groupcode_SelectedIndexChanged);
  584. //
  585. // ms_sncode
  586. //
  587. this.ms_sncode.AllPower = "ifall";
  588. this.ms_sncode.BackColor = System.Drawing.Color.White;
  589. this.ms_sncode.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  590. this.ms_sncode.ID = null;
  591. this.ms_sncode.Location = new System.Drawing.Point(400, 659);
  592. this.ms_sncode.Margin = new System.Windows.Forms.Padding(4);
  593. this.ms_sncode.Name = "ms_sncode";
  594. this.ms_sncode.Power = null;
  595. this.ms_sncode.Size = new System.Drawing.Size(240, 28);
  596. this.ms_sncode.Str = null;
  597. this.ms_sncode.Str1 = null;
  598. this.ms_sncode.Str2 = null;
  599. this.ms_sncode.TabIndex = 68;
  600. this.ms_sncode.Tag = "IfWrite";
  601. this.ms_sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ms_code_KeyDown);
  602. //
  603. // panel1
  604. //
  605. this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  606. this.panel1.Controls.Add(this.ob_sendqty);
  607. this.panel1.Controls.Add(this.label7);
  608. this.panel1.Controls.Add(this.ob_checkno);
  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.Controls.Add(this.mcd_remainqty);
  615. this.panel1.Controls.Add(this.mc_restqty_label);
  616. this.panel1.Controls.Add(this.mcd_inqty);
  617. this.panel1.Controls.Add(this.mcd_inqty_label);
  618. this.panel1.Location = new System.Drawing.Point(716, 57);
  619. this.panel1.Name = "panel1";
  620. this.panel1.Size = new System.Drawing.Size(419, 158);
  621. this.panel1.TabIndex = 71;
  622. //
  623. // ob_sendqty
  624. //
  625. this.ob_sendqty.AutoSize = true;
  626. this.ob_sendqty.CutLength = null;
  627. this.ob_sendqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  628. this.ob_sendqty.ForeColor = System.Drawing.Color.Black;
  629. this.ob_sendqty.Location = new System.Drawing.Point(145, 114);
  630. this.ob_sendqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  631. this.ob_sendqty.MaximumSize = new System.Drawing.Size(200, 0);
  632. this.ob_sendqty.Name = "ob_sendqty";
  633. this.ob_sendqty.Size = new System.Drawing.Size(0, 27);
  634. this.ob_sendqty.TabIndex = 78;
  635. this.ob_sendqty.Tag = "ob_batchqty";
  636. //
  637. // label7
  638. //
  639. this.label7.AutoSize = true;
  640. this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  641. this.label7.ForeColor = System.Drawing.Color.Black;
  642. this.label7.Location = new System.Drawing.Point(22, 114);
  643. this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  644. this.label7.Name = "label7";
  645. this.label7.Size = new System.Drawing.Size(92, 27);
  646. this.label7.TabIndex = 77;
  647. this.label7.Text = "已送检数";
  648. //
  649. // ob_checkno
  650. //
  651. this.ob_checkno.AutoSize = true;
  652. this.ob_checkno.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  653. this.ob_checkno.ForeColor = System.Drawing.Color.Black;
  654. this.ob_checkno.Location = new System.Drawing.Point(380, 113);
  655. this.ob_checkno.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  656. this.ob_checkno.Name = "ob_checkno";
  657. this.ob_checkno.Size = new System.Drawing.Size(0, 27);
  658. this.ob_checkno.TabIndex = 76;
  659. this.ob_checkno.Tag = "ob_checkno";
  660. this.ob_checkno.Visible = false;
  661. this.ob_checkno.TextChanged += new System.EventHandler(this.ob_checkno_TextChanged);
  662. //
  663. // SendCheck
  664. //
  665. this.SendCheck.AllPower = null;
  666. this.SendCheck.BackColor = System.Drawing.Color.Transparent;
  667. this.SendCheck.DownImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.DownImage")));
  668. this.SendCheck.Enabled = false;
  669. this.SendCheck.Image = null;
  670. this.SendCheck.IsShowBorder = true;
  671. this.SendCheck.Location = new System.Drawing.Point(305, 113);
  672. this.SendCheck.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  673. this.SendCheck.MoveImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.MoveImage")));
  674. this.SendCheck.Name = "SendCheck";
  675. this.SendCheck.NormalImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.NormalImage")));
  676. this.SendCheck.Power = null;
  677. this.SendCheck.Size = new System.Drawing.Size(87, 32);
  678. this.SendCheck.TabIndex = 72;
  679. this.SendCheck.Text = "送检";
  680. this.SendCheck.UseVisualStyleBackColor = false;
  681. this.SendCheck.Click += new System.EventHandler(this.SendCheck_Click);
  682. //
  683. // ob_batchqty
  684. //
  685. this.ob_batchqty.AutoSize = true;
  686. this.ob_batchqty.CutLength = null;
  687. this.ob_batchqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  688. this.ob_batchqty.ForeColor = System.Drawing.Color.Black;
  689. this.ob_batchqty.Location = new System.Drawing.Point(145, 64);
  690. this.ob_batchqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  691. this.ob_batchqty.MaximumSize = new System.Drawing.Size(200, 0);
  692. this.ob_batchqty.Name = "ob_batchqty";
  693. this.ob_batchqty.Size = new System.Drawing.Size(0, 27);
  694. this.ob_batchqty.TabIndex = 75;
  695. this.ob_batchqty.Tag = "ob_batchqty";
  696. //
  697. // ob_batchqty_label
  698. //
  699. this.ob_batchqty_label.AutoSize = true;
  700. this.ob_batchqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  701. this.ob_batchqty_label.ForeColor = System.Drawing.Color.Black;
  702. this.ob_batchqty_label.Location = new System.Drawing.Point(22, 64);
  703. this.ob_batchqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  704. this.ob_batchqty_label.Name = "ob_batchqty_label";
  705. this.ob_batchqty_label.Size = new System.Drawing.Size(92, 27);
  706. this.ob_batchqty_label.TabIndex = 74;
  707. this.ob_batchqty_label.Text = "抽检批数";
  708. //
  709. // ob_nowcheckqty
  710. //
  711. this.ob_nowcheckqty.AutoSize = true;
  712. this.ob_nowcheckqty.CutLength = null;
  713. this.ob_nowcheckqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  714. this.ob_nowcheckqty.ForeColor = System.Drawing.Color.Black;
  715. this.ob_nowcheckqty.Location = new System.Drawing.Point(331, 64);
  716. this.ob_nowcheckqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  717. this.ob_nowcheckqty.MaximumSize = new System.Drawing.Size(200, 0);
  718. this.ob_nowcheckqty.Name = "ob_nowcheckqty";
  719. this.ob_nowcheckqty.Size = new System.Drawing.Size(0, 27);
  720. this.ob_nowcheckqty.TabIndex = 73;
  721. this.ob_nowcheckqty.Tag = "ob_nowcheckqty";
  722. //
  723. // ob_nowcheckqty_label
  724. //
  725. this.ob_nowcheckqty_label.AutoSize = true;
  726. this.ob_nowcheckqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  727. this.ob_nowcheckqty_label.ForeColor = System.Drawing.Color.Black;
  728. this.ob_nowcheckqty_label.Location = new System.Drawing.Point(209, 64);
  729. this.ob_nowcheckqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  730. this.ob_nowcheckqty_label.Name = "ob_nowcheckqty_label";
  731. this.ob_nowcheckqty_label.Size = new System.Drawing.Size(92, 27);
  732. this.ob_nowcheckqty_label.TabIndex = 72;
  733. this.ob_nowcheckqty_label.Text = "当前批数";
  734. //
  735. // pr_detail_label
  736. //
  737. this.pr_detail_label.AutoSize = true;
  738. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  739. this.pr_detail_label.Location = new System.Drawing.Point(383, 123);
  740. this.pr_detail_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  741. this.pr_detail_label.Name = "pr_detail_label";
  742. this.pr_detail_label.Size = new System.Drawing.Size(92, 27);
  743. this.pr_detail_label.TabIndex = 6;
  744. this.pr_detail_label.Text = "产品名称";
  745. //
  746. // Make_TestCollection
  747. //
  748. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  749. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  750. this.BackColor = System.Drawing.SystemColors.Control;
  751. this.ClientSize = new System.Drawing.Size(1150, 700);
  752. this.Controls.Add(this.panel1);
  753. this.Controls.Add(this.Save);
  754. this.Controls.Add(this.AutoBadCode);
  755. this.Controls.Add(this.bc_code);
  756. this.Controls.Add(this.ma_code);
  757. this.Controls.Add(this.LockMakeCode);
  758. this.Controls.Add(this.label2);
  759. this.Controls.Add(this.pr_detail);
  760. this.Controls.Add(this.ma_qty);
  761. this.Controls.Add(this.ma_prodcode);
  762. this.Controls.Add(this.OperateResult);
  763. this.Controls.Add(this.ChoosedRejectList);
  764. this.Controls.Add(this.CleanInfo);
  765. this.Controls.Add(this.label6);
  766. this.Controls.Add(this.ChooseedReject);
  767. this.Controls.Add(this.WaitReject);
  768. this.Controls.Add(this.bc_remark);
  769. this.Controls.Add(this.label5);
  770. this.Controls.Add(this.label4);
  771. this.Controls.Add(this.WaitRejectList);
  772. this.Controls.Add(this.Reject);
  773. this.Controls.Add(this.GoodProduct);
  774. this.Controls.Add(this.label3);
  775. this.Controls.Add(this.panel2);
  776. this.Controls.Add(this.bc_groupcode);
  777. this.Controls.Add(this.bc_remark_label);
  778. this.Controls.Add(this.ms_sncode_label);
  779. this.Controls.Add(this.bc_groupcode_label);
  780. this.Controls.Add(this.ms_sncode);
  781. this.Controls.Add(this.ma_qty_label);
  782. this.Controls.Add(this.ms_makecode_label);
  783. this.Controls.Add(this.pr_detail_label);
  784. this.Controls.Add(this.ma_prodcode_label);
  785. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  786. this.KeyPreview = true;
  787. this.Margin = new System.Windows.Forms.Padding(4);
  788. this.Name = "Make_TestCollection";
  789. this.Tag = "Make!TestCollection";
  790. this.Text = " ";
  791. this.Load += new System.EventHandler(this.TestCollection_Load);
  792. this.SizeChanged += new System.EventHandler(this.测试采集_SizeChanged);
  793. this.panel2.ResumeLayout(true);
  794. this.panel2.PerformLayout();
  795. this.panel1.ResumeLayout(true);
  796. this.panel1.PerformLayout();
  797. this.ResumeLayout(true);
  798. this.PerformLayout();
  799. }
  800. #endregion
  801. private System.Windows.Forms.Label ma_prodcode_label;
  802. private System.Windows.Forms.Label ms_makecode_label;
  803. private System.Windows.Forms.Label mcd_inqty_label;
  804. private System.Windows.Forms.Label ma_qty_label;
  805. private System.Windows.Forms.Label mc_restqty_label;
  806. private System.Windows.Forms.Label ms_sncode_label;
  807. private CustomControl.TextBoxWithIcon.SNCodeEnterTextBox ms_sncode;
  808. private System.Windows.Forms.Label bc_groupcode_label;
  809. private System.Windows.Forms.Label bc_remark_label;
  810. private CustomControl.ComBoxWithFocus.ComBoxWithFocus bc_groupcode;
  811. private System.Windows.Forms.Panel panel2;
  812. private System.Windows.Forms.Label label1;
  813. private System.Windows.Forms.Label label2;
  814. private System.Windows.Forms.Label label3;
  815. private System.Windows.Forms.RadioButton GoodProduct;
  816. private System.Windows.Forms.RadioButton Reject;
  817. private System.Windows.Forms.ListView WaitRejectList;
  818. private System.Windows.Forms.Label label4;
  819. private System.Windows.Forms.Label label5;
  820. private CustomControl.TextBoxWithIcon.EnterTextBox bc_remark;
  821. private CustomControl.ButtonUtil.ArrowLeftButton WaitReject;
  822. private CustomControl.ButtonUtil.ArrowRightButton ChooseedReject;
  823. private System.Windows.Forms.ColumnHeader columnHeader1;
  824. private System.Windows.Forms.Label label6;
  825. private CustomControl.ButtonUtil.NormalButton CleanInfo;
  826. private System.Windows.Forms.ColumnHeader columnHeader5;
  827. private System.Windows.Forms.ListView ChoosedRejectList;
  828. private System.Windows.Forms.ColumnHeader columnHeader6;
  829. private System.Windows.Forms.ColumnHeader columnHeader7;
  830. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  831. private CustomControl.ValueLabel.ValueLabel ma_prodcode;
  832. private CustomControl.ValueLabel.ValueLabel mcd_inqty;
  833. private CustomControl.ValueLabel.ValueLabel ma_qty;
  834. private CustomControl.ValueLabel.ValueLabel pr_detail;
  835. private CustomControl.ValueLabel.ValueLabel mcd_remainqty;
  836. private System.Windows.Forms.ColumnHeader columnHeader3;
  837. private CustomControl.CustomCheckBox.LockCheckBox LockMakeCode;
  838. private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
  839. private CustomControl.TextBoxWithIcon.EnterTextBox bc_code;
  840. private System.Windows.Forms.CheckBox AutoBadCode;
  841. private System.Windows.Forms.ColumnHeader columnHeader4;
  842. private CustomControl.ButtonUtil.NormalButton Save;
  843. private System.Windows.Forms.Panel panel1;
  844. private CustomControl.ValueLabel.ValueLabel ob_batchqty;
  845. private System.Windows.Forms.Label ob_batchqty_label;
  846. private CustomControl.ValueLabel.ValueLabel ob_nowcheckqty;
  847. private System.Windows.Forms.Label ob_nowcheckqty_label;
  848. private CustomControl.ButtonUtil.NormalButton SendCheck;
  849. private System.Windows.Forms.Label ob_checkno;
  850. private System.Windows.Forms.Label pr_detail_label;
  851. private System.Windows.Forms.ColumnHeader columnHeader2;
  852. private System.Windows.Forms.ColumnHeader columnHeader8;
  853. private CustomControl.ValueLabel.ValueLabel ob_sendqty;
  854. private System.Windows.Forms.Label label7;
  855. }
  856. }