Make_TestCollection.Designer.cs 48 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865
  1. namespace UAS_MES.Make
  2. {
  3. partial class Make_TestCollection
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_TestCollection));
  29. this.panel2 = new System.Windows.Forms.Panel();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.bc_remark_label = new System.Windows.Forms.Label();
  32. this.ms_sncode_label = new System.Windows.Forms.Label();
  33. this.bc_groupcode_label = new System.Windows.Forms.Label();
  34. this.label2 = new System.Windows.Forms.Label();
  35. this.label3 = new System.Windows.Forms.Label();
  36. this.GoodProduct = new System.Windows.Forms.RadioButton();
  37. this.Reject = new System.Windows.Forms.RadioButton();
  38. this.WaitRejectList = new System.Windows.Forms.ListView();
  39. this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  40. this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  41. this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  42. this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  43. this.label4 = new System.Windows.Forms.Label();
  44. this.label5 = new System.Windows.Forms.Label();
  45. this.label6 = new System.Windows.Forms.Label();
  46. this.ChoosedRejectList = new System.Windows.Forms.ListView();
  47. this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  48. this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  49. this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  50. this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  51. this.AutoBadCode = new System.Windows.Forms.CheckBox();
  52. this.ma_qty_label = new System.Windows.Forms.Label();
  53. this.ma_prodcode_label = new System.Windows.Forms.Label();
  54. this.ms_makecode_label = new System.Windows.Forms.Label();
  55. this.mcd_inqty_label = new System.Windows.Forms.Label();
  56. this.mc_restqty_label = new System.Windows.Forms.Label();
  57. this.panel1 = new System.Windows.Forms.Panel();
  58. this.ob_sendqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  59. this.label7 = new System.Windows.Forms.Label();
  60. this.ob_checkno = new System.Windows.Forms.Label();
  61. this.SendCheck = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  62. this.ob_batchqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  63. this.ob_batchqty_label = new System.Windows.Forms.Label();
  64. this.ob_nowcheckqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  65. this.ob_nowcheckqty_label = new System.Windows.Forms.Label();
  66. this.mcd_remainqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  67. this.mcd_inqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  68. this.pr_detail_label = new System.Windows.Forms.Label();
  69. this.Save = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  70. this.bc_code = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  71. this.ma_code = new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
  72. this.LockMakeCode = new UAS_MES.CustomControl.CustomCheckBox.LockCheckBox();
  73. this.pr_detail = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  74. this.ma_qty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  75. this.ma_prodcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  76. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  77. this.CleanInfo = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  78. this.ChooseedReject = new UAS_MES.CustomControl.ButtonUtil.ArrowRightButton();
  79. this.WaitReject = new UAS_MES.CustomControl.ButtonUtil.ArrowLeftButton();
  80. this.bc_remark = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  81. this.bc_groupcode = new UAS_MES.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
  82. this.ms_sncode = new UAS_MES.CustomControl.TextBoxWithIcon.SNCodeEnterTextBox();
  83. this.panel2.SuspendLayout();
  84. this.panel1.SuspendLayout();
  85. this.SuspendLayout();
  86. //
  87. // panel2
  88. //
  89. this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  90. this.panel2.Controls.Add(this.label1);
  91. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  92. this.panel2.Location = new System.Drawing.Point(0, 0);
  93. this.panel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  94. this.panel2.Name = "panel2";
  95. this.panel2.Size = new System.Drawing.Size(1149, 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, 262);
  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, 4, 4, 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(117, 655);
  187. this.Reject.Margin = new System.Windows.Forms.Padding(4, 4, 4, 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(5, 389);
  205. this.WaitRejectList.Margin = new System.Windows.Forms.Padding(4, 4, 4, 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, 4, 4, 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. this.AutoBadCode.Visible = false;
  320. //
  321. // ma_qty_label
  322. //
  323. this.ma_qty_label.AutoSize = true;
  324. this.ma_qty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  325. this.ma_qty_label.Location = new System.Drawing.Point(383, 60);
  326. this.ma_qty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  327. this.ma_qty_label.Name = "ma_qty_label";
  328. this.ma_qty_label.Size = new System.Drawing.Size(92, 27);
  329. this.ma_qty_label.TabIndex = 11;
  330. this.ma_qty_label.Text = "工单数量";
  331. //
  332. // ma_prodcode_label
  333. //
  334. this.ma_prodcode_label.AutoSize = true;
  335. this.ma_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  336. this.ma_prodcode_label.Location = new System.Drawing.Point(4, 122);
  337. this.ma_prodcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  338. this.ma_prodcode_label.Name = "ma_prodcode_label";
  339. this.ma_prodcode_label.Size = new System.Drawing.Size(92, 27);
  340. this.ma_prodcode_label.TabIndex = 7;
  341. this.ma_prodcode_label.Text = "产品编号";
  342. //
  343. // ms_makecode_label
  344. //
  345. this.ms_makecode_label.AutoSize = true;
  346. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  347. this.ms_makecode_label.Location = new System.Drawing.Point(4, 59);
  348. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  349. this.ms_makecode_label.Name = "ms_makecode_label";
  350. this.ms_makecode_label.Size = new System.Drawing.Size(92, 27);
  351. this.ms_makecode_label.TabIndex = 2;
  352. this.ms_makecode_label.Text = "归属工单";
  353. //
  354. // mcd_inqty_label
  355. //
  356. this.mcd_inqty_label.AutoSize = true;
  357. this.mcd_inqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  358. this.mcd_inqty_label.Location = new System.Drawing.Point(209, 15);
  359. this.mcd_inqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  360. this.mcd_inqty_label.Name = "mcd_inqty_label";
  361. this.mcd_inqty_label.Size = new System.Drawing.Size(92, 27);
  362. this.mcd_inqty_label.TabIndex = 14;
  363. this.mcd_inqty_label.Text = "已采集数";
  364. //
  365. // mc_restqty_label
  366. //
  367. this.mc_restqty_label.AutoSize = true;
  368. this.mc_restqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  369. this.mc_restqty_label.Location = new System.Drawing.Point(21, 15);
  370. this.mc_restqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  371. this.mc_restqty_label.Name = "mc_restqty_label";
  372. this.mc_restqty_label.Size = new System.Drawing.Size(92, 27);
  373. this.mc_restqty_label.TabIndex = 17;
  374. this.mc_restqty_label.Text = "待采集数";
  375. //
  376. // panel1
  377. //
  378. this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  379. this.panel1.Controls.Add(this.ob_sendqty);
  380. this.panel1.Controls.Add(this.label7);
  381. this.panel1.Controls.Add(this.ob_checkno);
  382. this.panel1.Controls.Add(this.SendCheck);
  383. this.panel1.Controls.Add(this.ob_batchqty);
  384. this.panel1.Controls.Add(this.ob_batchqty_label);
  385. this.panel1.Controls.Add(this.ob_nowcheckqty);
  386. this.panel1.Controls.Add(this.ob_nowcheckqty_label);
  387. this.panel1.Controls.Add(this.mcd_remainqty);
  388. this.panel1.Controls.Add(this.mc_restqty_label);
  389. this.panel1.Controls.Add(this.mcd_inqty);
  390. this.panel1.Controls.Add(this.mcd_inqty_label);
  391. this.panel1.Location = new System.Drawing.Point(716, 58);
  392. this.panel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  393. this.panel1.Name = "panel1";
  394. this.panel1.Size = new System.Drawing.Size(419, 158);
  395. this.panel1.TabIndex = 71;
  396. //
  397. // ob_sendqty
  398. //
  399. this.ob_sendqty.AutoSize = true;
  400. this.ob_sendqty.CutLength = null;
  401. this.ob_sendqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  402. this.ob_sendqty.ForeColor = System.Drawing.Color.Black;
  403. this.ob_sendqty.Location = new System.Drawing.Point(145, 114);
  404. this.ob_sendqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  405. this.ob_sendqty.MaximumSize = new System.Drawing.Size(200, 0);
  406. this.ob_sendqty.Name = "ob_sendqty";
  407. this.ob_sendqty.Size = new System.Drawing.Size(0, 27);
  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(21, 114);
  417. this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  418. this.label7.Name = "label7";
  419. this.label7.Size = new System.Drawing.Size(92, 27);
  420. this.label7.TabIndex = 77;
  421. this.label7.Text = "已送检数";
  422. //
  423. // ob_checkno
  424. //
  425. this.ob_checkno.AutoSize = true;
  426. this.ob_checkno.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  427. this.ob_checkno.ForeColor = System.Drawing.Color.Black;
  428. this.ob_checkno.Location = new System.Drawing.Point(380, 112);
  429. this.ob_checkno.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  430. this.ob_checkno.Name = "ob_checkno";
  431. this.ob_checkno.Size = new System.Drawing.Size(0, 27);
  432. this.ob_checkno.TabIndex = 76;
  433. this.ob_checkno.Tag = "ob_checkno";
  434. this.ob_checkno.Visible = false;
  435. this.ob_checkno.TextChanged += new System.EventHandler(this.ob_checkno_TextChanged);
  436. //
  437. // SendCheck
  438. //
  439. this.SendCheck.AllPower = null;
  440. this.SendCheck.BackColor = System.Drawing.Color.Transparent;
  441. this.SendCheck.DownImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.DownImage")));
  442. this.SendCheck.Enabled = false;
  443. this.SendCheck.Image = null;
  444. this.SendCheck.IsShowBorder = true;
  445. this.SendCheck.Location = new System.Drawing.Point(305, 112);
  446. this.SendCheck.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  447. this.SendCheck.MoveImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.MoveImage")));
  448. this.SendCheck.Name = "SendCheck";
  449. this.SendCheck.NormalImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.NormalImage")));
  450. this.SendCheck.Power = null;
  451. this.SendCheck.Size = new System.Drawing.Size(87, 32);
  452. this.SendCheck.TabIndex = 72;
  453. this.SendCheck.Text = "送检";
  454. this.SendCheck.UseVisualStyleBackColor = false;
  455. this.SendCheck.Click += new System.EventHandler(this.SendCheck_Click);
  456. //
  457. // ob_batchqty
  458. //
  459. this.ob_batchqty.AutoSize = true;
  460. this.ob_batchqty.CutLength = null;
  461. this.ob_batchqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  462. this.ob_batchqty.ForeColor = System.Drawing.Color.Black;
  463. this.ob_batchqty.Location = new System.Drawing.Point(145, 64);
  464. this.ob_batchqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  465. this.ob_batchqty.MaximumSize = new System.Drawing.Size(200, 0);
  466. this.ob_batchqty.Name = "ob_batchqty";
  467. this.ob_batchqty.Size = new System.Drawing.Size(0, 27);
  468. this.ob_batchqty.TabIndex = 75;
  469. this.ob_batchqty.Tag = "ob_batchqty";
  470. //
  471. // ob_batchqty_label
  472. //
  473. this.ob_batchqty_label.AutoSize = true;
  474. this.ob_batchqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  475. this.ob_batchqty_label.ForeColor = System.Drawing.Color.Black;
  476. this.ob_batchqty_label.Location = new System.Drawing.Point(21, 64);
  477. this.ob_batchqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  478. this.ob_batchqty_label.Name = "ob_batchqty_label";
  479. this.ob_batchqty_label.Size = new System.Drawing.Size(92, 27);
  480. this.ob_batchqty_label.TabIndex = 74;
  481. this.ob_batchqty_label.Text = "抽检批数";
  482. //
  483. // ob_nowcheckqty
  484. //
  485. this.ob_nowcheckqty.AutoSize = true;
  486. this.ob_nowcheckqty.CutLength = null;
  487. this.ob_nowcheckqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  488. this.ob_nowcheckqty.ForeColor = System.Drawing.Color.Black;
  489. this.ob_nowcheckqty.Location = new System.Drawing.Point(331, 64);
  490. this.ob_nowcheckqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  491. this.ob_nowcheckqty.MaximumSize = new System.Drawing.Size(200, 0);
  492. this.ob_nowcheckqty.Name = "ob_nowcheckqty";
  493. this.ob_nowcheckqty.Size = new System.Drawing.Size(0, 27);
  494. this.ob_nowcheckqty.TabIndex = 73;
  495. this.ob_nowcheckqty.Tag = "ob_nowcheckqty";
  496. //
  497. // ob_nowcheckqty_label
  498. //
  499. this.ob_nowcheckqty_label.AutoSize = true;
  500. this.ob_nowcheckqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  501. this.ob_nowcheckqty_label.ForeColor = System.Drawing.Color.Black;
  502. this.ob_nowcheckqty_label.Location = new System.Drawing.Point(209, 64);
  503. this.ob_nowcheckqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  504. this.ob_nowcheckqty_label.Name = "ob_nowcheckqty_label";
  505. this.ob_nowcheckqty_label.Size = new System.Drawing.Size(92, 27);
  506. this.ob_nowcheckqty_label.TabIndex = 72;
  507. this.ob_nowcheckqty_label.Text = "当前批数";
  508. //
  509. // mcd_remainqty
  510. //
  511. this.mcd_remainqty.AutoSize = true;
  512. this.mcd_remainqty.CutLength = null;
  513. this.mcd_remainqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  514. this.mcd_remainqty.Location = new System.Drawing.Point(145, 15);
  515. this.mcd_remainqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  516. this.mcd_remainqty.MaximumSize = new System.Drawing.Size(200, 0);
  517. this.mcd_remainqty.Name = "mcd_remainqty";
  518. this.mcd_remainqty.Size = new System.Drawing.Size(0, 27);
  519. this.mcd_remainqty.TabIndex = 57;
  520. this.mcd_remainqty.Tag = "mcd_remainqty";
  521. //
  522. // mcd_inqty
  523. //
  524. this.mcd_inqty.AutoSize = true;
  525. this.mcd_inqty.CutLength = null;
  526. this.mcd_inqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  527. this.mcd_inqty.Location = new System.Drawing.Point(331, 15);
  528. this.mcd_inqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  529. this.mcd_inqty.MaximumSize = new System.Drawing.Size(200, 0);
  530. this.mcd_inqty.Name = "mcd_inqty";
  531. this.mcd_inqty.Size = new System.Drawing.Size(0, 27);
  532. this.mcd_inqty.TabIndex = 54;
  533. this.mcd_inqty.Tag = "mcd_inqty";
  534. //
  535. // pr_detail_label
  536. //
  537. this.pr_detail_label.AutoSize = true;
  538. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  539. this.pr_detail_label.Location = new System.Drawing.Point(383, 122);
  540. this.pr_detail_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  541. this.pr_detail_label.Name = "pr_detail_label";
  542. this.pr_detail_label.Size = new System.Drawing.Size(92, 27);
  543. this.pr_detail_label.TabIndex = 6;
  544. this.pr_detail_label.Text = "产品名称";
  545. //
  546. // Save
  547. //
  548. this.Save.AllPower = null;
  549. this.Save.BackColor = System.Drawing.Color.Transparent;
  550. this.Save.DownImage = ((System.Drawing.Image)(resources.GetObject("Save.DownImage")));
  551. this.Save.Image = null;
  552. this.Save.IsShowBorder = true;
  553. this.Save.Location = new System.Drawing.Point(683, 658);
  554. this.Save.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  555. this.Save.MoveImage = ((System.Drawing.Image)(resources.GetObject("Save.MoveImage")));
  556. this.Save.Name = "Save";
  557. this.Save.NormalImage = ((System.Drawing.Image)(resources.GetObject("Save.NormalImage")));
  558. this.Save.Power = null;
  559. this.Save.Size = new System.Drawing.Size(87, 32);
  560. this.Save.TabIndex = 70;
  561. this.Save.Text = "保存";
  562. this.Save.UseVisualStyleBackColor = false;
  563. this.Save.Click += new System.EventHandler(this.Save_Click);
  564. //
  565. // bc_code
  566. //
  567. this.bc_code.AllPower = null;
  568. this.bc_code.BackColor = System.Drawing.Color.White;
  569. this.bc_code.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  570. this.bc_code.ID = null;
  571. this.bc_code.Location = new System.Drawing.Point(125, 312);
  572. this.bc_code.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  573. this.bc_code.Name = "bc_code";
  574. this.bc_code.Power = null;
  575. this.bc_code.Size = new System.Drawing.Size(233, 28);
  576. this.bc_code.Str = null;
  577. this.bc_code.Str1 = null;
  578. this.bc_code.Str2 = null;
  579. this.bc_code.TabIndex = 70;
  580. this.bc_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.bc_code_KeyDown);
  581. //
  582. // ma_code
  583. //
  584. this.ma_code.AllPower = null;
  585. this.ma_code.Caller = null;
  586. this.ma_code.Condition = null;
  587. this.ma_code.DBTitle = null;
  588. this.ma_code.FormName = null;
  589. this.ma_code.Location = new System.Drawing.Point(124, 59);
  590. this.ma_code.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  591. this.ma_code.Name = "ma_code";
  592. this.ma_code.Power = null;
  593. this.ma_code.ReturnData = null;
  594. this.ma_code.SelectField = null;
  595. this.ma_code.SetValueField = null;
  596. this.ma_code.Size = new System.Drawing.Size(157, 26);
  597. this.ma_code.TabIndex = 67;
  598. this.ma_code.TableName = null;
  599. this.ma_code.Tag = "ma_code";
  600. this.ma_code.TextBoxEnable = true;
  601. this.ma_code.UserControlTextChanged += new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox.OnTextChange(this.ma_code_UserControlTextChanged);
  602. //
  603. // LockMakeCode
  604. //
  605. this.LockMakeCode.AutoSize = true;
  606. this.LockMakeCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  607. this.LockMakeCode.LeaveEvent = false;
  608. this.LockMakeCode.Location = new System.Drawing.Point(299, 61);
  609. this.LockMakeCode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  610. this.LockMakeCode.Name = "LockMakeCode";
  611. this.LockMakeCode.Size = new System.Drawing.Size(61, 24);
  612. this.LockMakeCode.TabIndex = 66;
  613. this.LockMakeCode.Text = "锁定";
  614. this.LockMakeCode.UseVisualStyleBackColor = true;
  615. //
  616. // pr_detail
  617. //
  618. this.pr_detail.AutoSize = true;
  619. this.pr_detail.CutLength = "qweqwe";
  620. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  621. this.pr_detail.Location = new System.Drawing.Point(507, 122);
  622. this.pr_detail.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  623. this.pr_detail.MaximumSize = new System.Drawing.Size(200, 0);
  624. this.pr_detail.Name = "pr_detail";
  625. this.pr_detail.Size = new System.Drawing.Size(0, 27);
  626. this.pr_detail.TabIndex = 56;
  627. //
  628. // ma_qty
  629. //
  630. this.ma_qty.AutoSize = true;
  631. this.ma_qty.CutLength = null;
  632. this.ma_qty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  633. this.ma_qty.Location = new System.Drawing.Point(505, 60);
  634. this.ma_qty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  635. this.ma_qty.MaximumSize = new System.Drawing.Size(200, 0);
  636. this.ma_qty.Name = "ma_qty";
  637. this.ma_qty.Size = new System.Drawing.Size(0, 27);
  638. this.ma_qty.TabIndex = 55;
  639. //
  640. // ma_prodcode
  641. //
  642. this.ma_prodcode.AutoSize = true;
  643. this.ma_prodcode.CutLength = null;
  644. this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  645. this.ma_prodcode.Location = new System.Drawing.Point(125, 122);
  646. this.ma_prodcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  647. this.ma_prodcode.MaximumSize = new System.Drawing.Size(200, 0);
  648. this.ma_prodcode.Name = "ma_prodcode";
  649. this.ma_prodcode.Size = new System.Drawing.Size(0, 27);
  650. this.ma_prodcode.TabIndex = 53;
  651. this.ma_prodcode.TextChanged += new System.EventHandler(this.ma_prodcode_TextChanged);
  652. //
  653. // OperateResult
  654. //
  655. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  656. this.OperateResult.Location = new System.Drawing.Point(859, 262);
  657. this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  658. this.OperateResult.Name = "OperateResult";
  659. this.OperateResult.Size = new System.Drawing.Size(275, 383);
  660. this.OperateResult.TabIndex = 52;
  661. this.OperateResult.Text = "";
  662. //
  663. // CleanInfo
  664. //
  665. this.CleanInfo.AllPower = null;
  666. this.CleanInfo.BackColor = System.Drawing.Color.Transparent;
  667. this.CleanInfo.DownImage = ((System.Drawing.Image)(resources.GetObject("CleanInfo.DownImage")));
  668. this.CleanInfo.Image = ((System.Drawing.Image)(resources.GetObject("CleanInfo.Image")));
  669. this.CleanInfo.IsShowBorder = true;
  670. this.CleanInfo.Location = new System.Drawing.Point(957, 658);
  671. this.CleanInfo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  672. this.CleanInfo.MoveImage = ((System.Drawing.Image)(resources.GetObject("CleanInfo.MoveImage")));
  673. this.CleanInfo.Name = "CleanInfo";
  674. this.CleanInfo.NormalImage = ((System.Drawing.Image)(resources.GetObject("CleanInfo.NormalImage")));
  675. this.CleanInfo.Power = null;
  676. this.CleanInfo.Size = new System.Drawing.Size(81, 30);
  677. this.CleanInfo.TabIndex = 47;
  678. this.CleanInfo.Text = "清除内容";
  679. this.CleanInfo.UseVisualStyleBackColor = true;
  680. this.CleanInfo.Click += new System.EventHandler(this.CleanInfo_Click);
  681. //
  682. // ChooseedReject
  683. //
  684. this.ChooseedReject.Image = ((System.Drawing.Image)(resources.GetObject("ChooseedReject.Image")));
  685. this.ChooseedReject.Location = new System.Drawing.Point(389, 470);
  686. this.ChooseedReject.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  687. this.ChooseedReject.Name = "ChooseedReject";
  688. this.ChooseedReject.Size = new System.Drawing.Size(67, 29);
  689. this.ChooseedReject.TabIndex = 45;
  690. this.ChooseedReject.UseVisualStyleBackColor = true;
  691. this.ChooseedReject.Click += new System.EventHandler(this.ChooseedReject_Click);
  692. //
  693. // WaitReject
  694. //
  695. this.WaitReject.Image = ((System.Drawing.Image)(resources.GetObject("WaitReject.Image")));
  696. this.WaitReject.Location = new System.Drawing.Point(389, 549);
  697. this.WaitReject.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  698. this.WaitReject.Name = "WaitReject";
  699. this.WaitReject.Size = new System.Drawing.Size(67, 29);
  700. this.WaitReject.TabIndex = 44;
  701. this.WaitReject.UseVisualStyleBackColor = true;
  702. this.WaitReject.Click += new System.EventHandler(this.WaitReject_Click);
  703. //
  704. // bc_remark
  705. //
  706. this.bc_remark.AllPower = null;
  707. this.bc_remark.BackColor = System.Drawing.Color.White;
  708. this.bc_remark.ID = null;
  709. this.bc_remark.Location = new System.Drawing.Point(493, 264);
  710. this.bc_remark.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  711. this.bc_remark.Multiline = true;
  712. this.bc_remark.Name = "bc_remark";
  713. this.bc_remark.Power = null;
  714. this.bc_remark.Size = new System.Drawing.Size(351, 76);
  715. this.bc_remark.Str = null;
  716. this.bc_remark.Str1 = null;
  717. this.bc_remark.Str2 = null;
  718. this.bc_remark.TabIndex = 41;
  719. //
  720. // bc_groupcode
  721. //
  722. this.bc_groupcode.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  723. this.bc_groupcode.FormattingEnabled = true;
  724. this.bc_groupcode.Location = new System.Drawing.Point(125, 264);
  725. this.bc_groupcode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  726. this.bc_groupcode.Name = "bc_groupcode";
  727. this.bc_groupcode.Size = new System.Drawing.Size(233, 26);
  728. this.bc_groupcode.TabIndex = 21;
  729. this.bc_groupcode.SelectedIndexChanged += new System.EventHandler(this.bc_groupcode_SelectedIndexChanged);
  730. //
  731. // ms_sncode
  732. //
  733. this.ms_sncode.AllPower = "ifall";
  734. this.ms_sncode.BackColor = System.Drawing.Color.White;
  735. this.ms_sncode.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  736. this.ms_sncode.ID = null;
  737. this.ms_sncode.Location = new System.Drawing.Point(400, 659);
  738. this.ms_sncode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  739. this.ms_sncode.Name = "ms_sncode";
  740. this.ms_sncode.Power = null;
  741. this.ms_sncode.Size = new System.Drawing.Size(240, 28);
  742. this.ms_sncode.Str = null;
  743. this.ms_sncode.Str1 = null;
  744. this.ms_sncode.Str2 = null;
  745. this.ms_sncode.TabIndex = 68;
  746. this.ms_sncode.Tag = "IfWrite";
  747. this.ms_sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ms_code_KeyDown);
  748. //
  749. // Make_TestCollection
  750. //
  751. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  752. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  753. this.BackColor = System.Drawing.SystemColors.Control;
  754. this.ClientSize = new System.Drawing.Size(1149, 700);
  755. this.Controls.Add(this.panel1);
  756. this.Controls.Add(this.Save);
  757. this.Controls.Add(this.AutoBadCode);
  758. this.Controls.Add(this.bc_code);
  759. this.Controls.Add(this.ma_code);
  760. this.Controls.Add(this.LockMakeCode);
  761. this.Controls.Add(this.label2);
  762. this.Controls.Add(this.pr_detail);
  763. this.Controls.Add(this.ma_qty);
  764. this.Controls.Add(this.ma_prodcode);
  765. this.Controls.Add(this.OperateResult);
  766. this.Controls.Add(this.ChoosedRejectList);
  767. this.Controls.Add(this.CleanInfo);
  768. this.Controls.Add(this.label6);
  769. this.Controls.Add(this.ChooseedReject);
  770. this.Controls.Add(this.WaitReject);
  771. this.Controls.Add(this.bc_remark);
  772. this.Controls.Add(this.label5);
  773. this.Controls.Add(this.label4);
  774. this.Controls.Add(this.WaitRejectList);
  775. this.Controls.Add(this.Reject);
  776. this.Controls.Add(this.GoodProduct);
  777. this.Controls.Add(this.label3);
  778. this.Controls.Add(this.panel2);
  779. this.Controls.Add(this.bc_groupcode);
  780. this.Controls.Add(this.bc_remark_label);
  781. this.Controls.Add(this.ms_sncode_label);
  782. this.Controls.Add(this.bc_groupcode_label);
  783. this.Controls.Add(this.ms_sncode);
  784. this.Controls.Add(this.ma_qty_label);
  785. this.Controls.Add(this.ms_makecode_label);
  786. this.Controls.Add(this.pr_detail_label);
  787. this.Controls.Add(this.ma_prodcode_label);
  788. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  789. this.KeyPreview = true;
  790. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  791. this.Name = "Make_TestCollection";
  792. this.Tag = "Make!TestCollection";
  793. this.Text = " ";
  794. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Make_TestCollection_FormClosing);
  795. this.Load += new System.EventHandler(this.TestCollection_Load);
  796. this.SizeChanged += new System.EventHandler(this.测试采集_SizeChanged);
  797. this.panel2.ResumeLayout(true);
  798. this.panel2.PerformLayout();
  799. this.panel1.ResumeLayout(true);
  800. this.panel1.PerformLayout();
  801. this.ResumeLayout(true);
  802. this.PerformLayout();
  803. }
  804. #endregion
  805. private System.Windows.Forms.Label ma_prodcode_label;
  806. private System.Windows.Forms.Label ms_makecode_label;
  807. private System.Windows.Forms.Label mcd_inqty_label;
  808. private System.Windows.Forms.Label ma_qty_label;
  809. private System.Windows.Forms.Label mc_restqty_label;
  810. private System.Windows.Forms.Label ms_sncode_label;
  811. private CustomControl.TextBoxWithIcon.SNCodeEnterTextBox ms_sncode;
  812. private System.Windows.Forms.Label bc_groupcode_label;
  813. private System.Windows.Forms.Label bc_remark_label;
  814. private CustomControl.ComBoxWithFocus.ComBoxWithFocus bc_groupcode;
  815. private System.Windows.Forms.Panel panel2;
  816. private System.Windows.Forms.Label label1;
  817. private System.Windows.Forms.Label label2;
  818. private System.Windows.Forms.Label label3;
  819. private System.Windows.Forms.RadioButton GoodProduct;
  820. private System.Windows.Forms.RadioButton Reject;
  821. private System.Windows.Forms.ListView WaitRejectList;
  822. private System.Windows.Forms.Label label4;
  823. private System.Windows.Forms.Label label5;
  824. private CustomControl.TextBoxWithIcon.EnterTextBox bc_remark;
  825. private CustomControl.ButtonUtil.ArrowLeftButton WaitReject;
  826. private CustomControl.ButtonUtil.ArrowRightButton ChooseedReject;
  827. private System.Windows.Forms.ColumnHeader columnHeader1;
  828. private System.Windows.Forms.Label label6;
  829. private CustomControl.ButtonUtil.NormalButton CleanInfo;
  830. private System.Windows.Forms.ColumnHeader columnHeader5;
  831. private System.Windows.Forms.ListView ChoosedRejectList;
  832. private System.Windows.Forms.ColumnHeader columnHeader6;
  833. private System.Windows.Forms.ColumnHeader columnHeader7;
  834. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  835. private CustomControl.ValueLabel.ValueLabel ma_prodcode;
  836. private CustomControl.ValueLabel.ValueLabel mcd_inqty;
  837. private CustomControl.ValueLabel.ValueLabel ma_qty;
  838. private CustomControl.ValueLabel.ValueLabel pr_detail;
  839. private CustomControl.ValueLabel.ValueLabel mcd_remainqty;
  840. private System.Windows.Forms.ColumnHeader columnHeader3;
  841. private CustomControl.CustomCheckBox.LockCheckBox LockMakeCode;
  842. private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
  843. private CustomControl.TextBoxWithIcon.EnterTextBox bc_code;
  844. private System.Windows.Forms.CheckBox AutoBadCode;
  845. private System.Windows.Forms.ColumnHeader columnHeader4;
  846. private CustomControl.ButtonUtil.NormalButton Save;
  847. private System.Windows.Forms.Panel panel1;
  848. private CustomControl.ValueLabel.ValueLabel ob_batchqty;
  849. private System.Windows.Forms.Label ob_batchqty_label;
  850. private CustomControl.ValueLabel.ValueLabel ob_nowcheckqty;
  851. private System.Windows.Forms.Label ob_nowcheckqty_label;
  852. private CustomControl.ButtonUtil.NormalButton SendCheck;
  853. private System.Windows.Forms.Label ob_checkno;
  854. private System.Windows.Forms.Label pr_detail_label;
  855. private System.Windows.Forms.ColumnHeader columnHeader2;
  856. private System.Windows.Forms.ColumnHeader columnHeader8;
  857. private CustomControl.ValueLabel.ValueLabel ob_sendqty;
  858. private System.Windows.Forms.Label label7;
  859. }
  860. }