Make_TestCollection.Designer.cs 51 KB

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