Make_TestCollection.Designer.cs 50 KB

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