Make_TestCollection.Designer.cs 48 KB

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