Make_TestCollection.Designer.cs 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642
  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.mc_restqty_label = new System.Windows.Forms.Label();
  35. this.mcd_inqty_label = new System.Windows.Forms.Label();
  36. this.ma_qty_label = new System.Windows.Forms.Label();
  37. this.ma_prodcode_label = new System.Windows.Forms.Label();
  38. this.pr_detail_label = new System.Windows.Forms.Label();
  39. this.ms_makecode_label = new System.Windows.Forms.Label();
  40. this.panel1 = new System.Windows.Forms.Panel();
  41. this.label2 = new System.Windows.Forms.Label();
  42. this.label3 = new System.Windows.Forms.Label();
  43. this.GoodProduct = new System.Windows.Forms.RadioButton();
  44. this.Reject = new System.Windows.Forms.RadioButton();
  45. this.WaitRejectList = new System.Windows.Forms.ListView();
  46. this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  47. this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  48. this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  49. this.label4 = new System.Windows.Forms.Label();
  50. this.label5 = new System.Windows.Forms.Label();
  51. this.label6 = new System.Windows.Forms.Label();
  52. this.ChoosedRejectList = new System.Windows.Forms.ListView();
  53. this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  54. this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  55. this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  56. this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  57. this.label7 = new System.Windows.Forms.Label();
  58. this.ma_code = new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox();
  59. this.mcd_remainqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  60. this.pr_detail = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  61. this.ma_qty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  62. this.mcd_inqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  63. this.ma_prodcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  64. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  65. this.CleanInfo = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  66. this.ChooseedReject = new UAS_MES.CustomControl.ButtonUtil.ArrowRightButton();
  67. this.WaitReject = new UAS_MES.CustomControl.ButtonUtil.ArrowLeftButton();
  68. this.bc_remark = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  69. this.bc_code = new UAS_MES.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
  70. this.bc_groupcode = new UAS_MES.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
  71. this.ms_sncode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  72. this.Save = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  73. this.panel2.SuspendLayout();
  74. this.panel1.SuspendLayout();
  75. this.SuspendLayout();
  76. //
  77. // panel2
  78. //
  79. this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  80. this.panel2.Controls.Add(this.label1);
  81. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  82. this.panel2.Location = new System.Drawing.Point(0, 0);
  83. this.panel2.Name = "panel2";
  84. this.panel2.Size = new System.Drawing.Size(934, 29);
  85. this.panel2.TabIndex = 30;
  86. //
  87. // label1
  88. //
  89. this.label1.AutoSize = true;
  90. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  91. this.label1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  92. this.label1.Location = new System.Drawing.Point(12, 4);
  93. this.label1.Name = "label1";
  94. this.label1.Size = new System.Drawing.Size(74, 21);
  95. this.label1.TabIndex = 0;
  96. this.label1.Text = "基本信息";
  97. //
  98. // bc_remark_label
  99. //
  100. this.bc_remark_label.AutoSize = true;
  101. this.bc_remark_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  102. this.bc_remark_label.Location = new System.Drawing.Point(20, 252);
  103. this.bc_remark_label.Name = "bc_remark_label";
  104. this.bc_remark_label.Size = new System.Drawing.Size(74, 21);
  105. this.bc_remark_label.TabIndex = 25;
  106. this.bc_remark_label.Text = "不良备注";
  107. //
  108. // ms_sncode_label
  109. //
  110. this.ms_sncode_label.AutoSize = true;
  111. this.ms_sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  112. this.ms_sncode_label.Location = new System.Drawing.Point(231, 571);
  113. this.ms_sncode_label.Name = "ms_sncode_label";
  114. this.ms_sncode_label.Size = new System.Drawing.Size(58, 21);
  115. this.ms_sncode_label.TabIndex = 18;
  116. this.ms_sncode_label.Text = "序列号";
  117. //
  118. // bc_groupcode_label
  119. //
  120. this.bc_groupcode_label.AutoSize = true;
  121. this.bc_groupcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  122. this.bc_groupcode_label.Location = new System.Drawing.Point(20, 211);
  123. this.bc_groupcode_label.Name = "bc_groupcode_label";
  124. this.bc_groupcode_label.Size = new System.Drawing.Size(74, 21);
  125. this.bc_groupcode_label.TabIndex = 24;
  126. this.bc_groupcode_label.Text = "不良组别";
  127. //
  128. // mc_restqty_label
  129. //
  130. this.mc_restqty_label.AutoSize = true;
  131. this.mc_restqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  132. this.mc_restqty_label.Location = new System.Drawing.Point(557, 101);
  133. this.mc_restqty_label.Name = "mc_restqty_label";
  134. this.mc_restqty_label.Size = new System.Drawing.Size(74, 21);
  135. this.mc_restqty_label.TabIndex = 17;
  136. this.mc_restqty_label.Text = "待采集数";
  137. //
  138. // mcd_inqty_label
  139. //
  140. this.mcd_inqty_label.AutoSize = true;
  141. this.mcd_inqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  142. this.mcd_inqty_label.Location = new System.Drawing.Point(307, 101);
  143. this.mcd_inqty_label.Name = "mcd_inqty_label";
  144. this.mcd_inqty_label.Size = new System.Drawing.Size(74, 21);
  145. this.mcd_inqty_label.TabIndex = 14;
  146. this.mcd_inqty_label.Text = "已采集数";
  147. //
  148. // ma_qty_label
  149. //
  150. this.ma_qty_label.AutoSize = true;
  151. this.ma_qty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  152. this.ma_qty_label.Location = new System.Drawing.Point(24, 101);
  153. this.ma_qty_label.Name = "ma_qty_label";
  154. this.ma_qty_label.Size = new System.Drawing.Size(74, 21);
  155. this.ma_qty_label.TabIndex = 11;
  156. this.ma_qty_label.Text = "工单数量";
  157. //
  158. // ma_prodcode_label
  159. //
  160. this.ma_prodcode_label.AutoSize = true;
  161. this.ma_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  162. this.ma_prodcode_label.Location = new System.Drawing.Point(309, 51);
  163. this.ma_prodcode_label.Name = "ma_prodcode_label";
  164. this.ma_prodcode_label.Size = new System.Drawing.Size(74, 21);
  165. this.ma_prodcode_label.TabIndex = 7;
  166. this.ma_prodcode_label.Text = "产品编号";
  167. //
  168. // pr_detail_label
  169. //
  170. this.pr_detail_label.AutoSize = true;
  171. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  172. this.pr_detail_label.Location = new System.Drawing.Point(557, 54);
  173. this.pr_detail_label.Name = "pr_detail_label";
  174. this.pr_detail_label.Size = new System.Drawing.Size(74, 21);
  175. this.pr_detail_label.TabIndex = 6;
  176. this.pr_detail_label.Text = "产品名称";
  177. //
  178. // ms_makecode_label
  179. //
  180. this.ms_makecode_label.AutoSize = true;
  181. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  182. this.ms_makecode_label.Location = new System.Drawing.Point(24, 51);
  183. this.ms_makecode_label.Name = "ms_makecode_label";
  184. this.ms_makecode_label.Size = new System.Drawing.Size(74, 21);
  185. this.ms_makecode_label.TabIndex = 2;
  186. this.ms_makecode_label.Text = "归属工单";
  187. //
  188. // panel1
  189. //
  190. this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  191. | System.Windows.Forms.AnchorStyles.Right)));
  192. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  193. this.panel1.Controls.Add(this.label2);
  194. this.panel1.Location = new System.Drawing.Point(0, 155);
  195. this.panel1.Name = "panel1";
  196. this.panel1.Size = new System.Drawing.Size(934, 29);
  197. this.panel1.TabIndex = 31;
  198. //
  199. // label2
  200. //
  201. this.label2.AutoSize = true;
  202. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  203. this.label2.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  204. this.label2.Location = new System.Drawing.Point(12, 3);
  205. this.label2.Name = "label2";
  206. this.label2.Size = new System.Drawing.Size(74, 21);
  207. this.label2.TabIndex = 0;
  208. this.label2.Text = "信息采集";
  209. //
  210. // label3
  211. //
  212. this.label3.AutoSize = true;
  213. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  214. this.label3.Location = new System.Drawing.Point(414, 214);
  215. this.label3.Name = "label3";
  216. this.label3.Size = new System.Drawing.Size(74, 21);
  217. this.label3.TabIndex = 34;
  218. this.label3.Text = "不良代码";
  219. //
  220. // GoodProduct
  221. //
  222. this.GoodProduct.AutoSize = true;
  223. this.GoodProduct.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  224. this.GoodProduct.ForeColor = System.Drawing.Color.Blue;
  225. this.GoodProduct.Location = new System.Drawing.Point(23, 566);
  226. this.GoodProduct.Name = "GoodProduct";
  227. this.GoodProduct.Size = new System.Drawing.Size(68, 29);
  228. this.GoodProduct.TabIndex = 35;
  229. this.GoodProduct.TabStop = true;
  230. this.GoodProduct.Text = "良品";
  231. this.GoodProduct.UseVisualStyleBackColor = true;
  232. //
  233. // Reject
  234. //
  235. this.Reject.AutoSize = true;
  236. this.Reject.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  237. this.Reject.ForeColor = System.Drawing.Color.Red;
  238. this.Reject.Location = new System.Drawing.Point(106, 566);
  239. this.Reject.Name = "Reject";
  240. this.Reject.Size = new System.Drawing.Size(87, 29);
  241. this.Reject.TabIndex = 36;
  242. this.Reject.TabStop = true;
  243. this.Reject.Text = "不良品";
  244. this.Reject.UseVisualStyleBackColor = true;
  245. //
  246. // WaitRejectList
  247. //
  248. this.WaitRejectList.CheckBoxes = true;
  249. this.WaitRejectList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  250. this.columnHeader5,
  251. this.columnHeader1,
  252. this.columnHeader2});
  253. this.WaitRejectList.Location = new System.Drawing.Point(22, 360);
  254. this.WaitRejectList.Name = "WaitRejectList";
  255. this.WaitRejectList.Size = new System.Drawing.Size(296, 196);
  256. this.WaitRejectList.TabIndex = 37;
  257. this.WaitRejectList.UseCompatibleStateImageBehavior = false;
  258. this.WaitRejectList.View = System.Windows.Forms.View.Details;
  259. //
  260. // columnHeader5
  261. //
  262. this.columnHeader5.Text = " ";
  263. this.columnHeader5.Width = 20;
  264. //
  265. // columnHeader1
  266. //
  267. this.columnHeader1.Text = "不良代码";
  268. this.columnHeader1.Width = 80;
  269. //
  270. // columnHeader2
  271. //
  272. this.columnHeader2.Text = "备注";
  273. this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  274. this.columnHeader2.Width = 190;
  275. //
  276. // label4
  277. //
  278. this.label4.AutoSize = true;
  279. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  280. this.label4.Location = new System.Drawing.Point(24, 330);
  281. this.label4.Name = "label4";
  282. this.label4.Size = new System.Drawing.Size(74, 21);
  283. this.label4.TabIndex = 39;
  284. this.label4.Text = "待选不良";
  285. //
  286. // label5
  287. //
  288. this.label5.AutoSize = true;
  289. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  290. this.label5.Location = new System.Drawing.Point(410, 331);
  291. this.label5.Name = "label5";
  292. this.label5.Size = new System.Drawing.Size(74, 21);
  293. this.label5.TabIndex = 40;
  294. this.label5.Text = "已选不良";
  295. //
  296. // label6
  297. //
  298. this.label6.AutoSize = true;
  299. this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  300. this.label6.Location = new System.Drawing.Point(714, 214);
  301. this.label6.Name = "label6";
  302. this.label6.Size = new System.Drawing.Size(74, 21);
  303. this.label6.TabIndex = 46;
  304. this.label6.Text = "操作结果";
  305. //
  306. // ChoosedRejectList
  307. //
  308. this.ChoosedRejectList.CheckBoxes = true;
  309. this.ChoosedRejectList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  310. this.columnHeader6,
  311. this.columnHeader3,
  312. this.columnHeader7,
  313. this.columnHeader8});
  314. this.ChoosedRejectList.Location = new System.Drawing.Point(408, 360);
  315. this.ChoosedRejectList.Name = "ChoosedRejectList";
  316. this.ChoosedRejectList.Size = new System.Drawing.Size(296, 196);
  317. this.ChoosedRejectList.TabIndex = 50;
  318. this.ChoosedRejectList.UseCompatibleStateImageBehavior = false;
  319. this.ChoosedRejectList.View = System.Windows.Forms.View.Details;
  320. //
  321. // columnHeader6
  322. //
  323. this.columnHeader6.Text = " ";
  324. this.columnHeader6.Width = 20;
  325. //
  326. // columnHeader3
  327. //
  328. this.columnHeader3.Text = "不良代码组";
  329. this.columnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  330. this.columnHeader3.Width = 78;
  331. //
  332. // columnHeader7
  333. //
  334. this.columnHeader7.Text = "不良代码";
  335. this.columnHeader7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  336. this.columnHeader7.Width = 80;
  337. //
  338. // columnHeader8
  339. //
  340. this.columnHeader8.Text = "备注";
  341. this.columnHeader8.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  342. this.columnHeader8.Width = 100;
  343. //
  344. // label7
  345. //
  346. this.label7.AutoSize = true;
  347. this.label7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  348. this.label7.Location = new System.Drawing.Point(186, 338);
  349. this.label7.Name = "label7";
  350. this.label7.Size = new System.Drawing.Size(140, 17);
  351. this.label7.TabIndex = 51;
  352. this.label7.Text = "(不勾选默认全部转移)";
  353. //
  354. // ma_code
  355. //
  356. this.ma_code.AllPower = null;
  357. this.ma_code.Caller = null;
  358. this.ma_code.Condition = null;
  359. this.ma_code.DBTitle = null;
  360. this.ma_code.FormName = null;
  361. this.ma_code.Location = new System.Drawing.Point(131, 51);
  362. this.ma_code.Name = "ma_code";
  363. this.ma_code.Power = null;
  364. this.ma_code.SelectField = null;
  365. this.ma_code.SetValueField = null;
  366. this.ma_code.Size = new System.Drawing.Size(154, 22);
  367. this.ma_code.TabIndex = 64;
  368. this.ma_code.TableName = null;
  369. this.ma_code.Tag = "ma_code";
  370. this.ma_code.TextBoxEnable = true;
  371. this.ma_code.TextKeyDown += new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextKeyDown(this.ma_code_TextKeyDown);
  372. //
  373. // mcd_remainqty
  374. //
  375. this.mcd_remainqty.AutoSize = true;
  376. this.mcd_remainqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  377. this.mcd_remainqty.Location = new System.Drawing.Point(680, 101);
  378. this.mcd_remainqty.Name = "mcd_remainqty";
  379. this.mcd_remainqty.Size = new System.Drawing.Size(0, 21);
  380. this.mcd_remainqty.TabIndex = 57;
  381. this.mcd_remainqty.Tag = "mcd_remainqty";
  382. //
  383. // pr_detail
  384. //
  385. this.pr_detail.AutoSize = true;
  386. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  387. this.pr_detail.Location = new System.Drawing.Point(680, 54);
  388. this.pr_detail.Name = "pr_detail";
  389. this.pr_detail.Size = new System.Drawing.Size(0, 21);
  390. this.pr_detail.TabIndex = 56;
  391. //
  392. // ma_qty
  393. //
  394. this.ma_qty.AutoSize = true;
  395. this.ma_qty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  396. this.ma_qty.Location = new System.Drawing.Point(131, 101);
  397. this.ma_qty.Name = "ma_qty";
  398. this.ma_qty.Size = new System.Drawing.Size(0, 21);
  399. this.ma_qty.TabIndex = 55;
  400. //
  401. // mcd_inqty
  402. //
  403. this.mcd_inqty.AutoSize = true;
  404. this.mcd_inqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  405. this.mcd_inqty.Location = new System.Drawing.Point(423, 101);
  406. this.mcd_inqty.Name = "mcd_inqty";
  407. this.mcd_inqty.Size = new System.Drawing.Size(0, 21);
  408. this.mcd_inqty.TabIndex = 54;
  409. this.mcd_inqty.Tag = "mcd_inqty";
  410. //
  411. // ma_prodcode
  412. //
  413. this.ma_prodcode.AutoSize = true;
  414. this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  415. this.ma_prodcode.Location = new System.Drawing.Point(423, 51);
  416. this.ma_prodcode.Name = "ma_prodcode";
  417. this.ma_prodcode.Size = new System.Drawing.Size(0, 21);
  418. this.ma_prodcode.TabIndex = 53;
  419. //
  420. // OperateResult
  421. //
  422. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  423. this.OperateResult.Location = new System.Drawing.Point(718, 250);
  424. this.OperateResult.Name = "OperateResult";
  425. this.OperateResult.Size = new System.Drawing.Size(207, 306);
  426. this.OperateResult.TabIndex = 52;
  427. this.OperateResult.Text = "";
  428. //
  429. // CleanInfo
  430. //
  431. this.CleanInfo.AllPower = null;
  432. this.CleanInfo.BackColor = System.Drawing.Color.Transparent;
  433. this.CleanInfo.DownImage = ((System.Drawing.Image)(resources.GetObject("CleanInfo.DownImage")));
  434. this.CleanInfo.Image = ((System.Drawing.Image)(resources.GetObject("CleanInfo.Image")));
  435. this.CleanInfo.IsShowBorder = true;
  436. this.CleanInfo.Location = new System.Drawing.Point(789, 567);
  437. this.CleanInfo.MoveImage = ((System.Drawing.Image)(resources.GetObject("CleanInfo.MoveImage")));
  438. this.CleanInfo.Name = "CleanInfo";
  439. this.CleanInfo.NormalImage = ((System.Drawing.Image)(resources.GetObject("CleanInfo.NormalImage")));
  440. this.CleanInfo.Power = null;
  441. this.CleanInfo.Size = new System.Drawing.Size(61, 24);
  442. this.CleanInfo.TabIndex = 47;
  443. this.CleanInfo.Text = "清除内容";
  444. this.CleanInfo.UseVisualStyleBackColor = true;
  445. this.CleanInfo.Click += new System.EventHandler(this.CleanInfo_Click);
  446. //
  447. // ChooseedReject
  448. //
  449. this.ChooseedReject.Image = ((System.Drawing.Image)(resources.GetObject("ChooseedReject.Image")));
  450. this.ChooseedReject.Location = new System.Drawing.Point(340, 479);
  451. this.ChooseedReject.Name = "ChooseedReject";
  452. this.ChooseedReject.Size = new System.Drawing.Size(50, 23);
  453. this.ChooseedReject.TabIndex = 45;
  454. this.ChooseedReject.UseVisualStyleBackColor = true;
  455. this.ChooseedReject.Click += new System.EventHandler(this.ChooseedReject_Click);
  456. //
  457. // WaitReject
  458. //
  459. this.WaitReject.Image = ((System.Drawing.Image)(resources.GetObject("WaitReject.Image")));
  460. this.WaitReject.Location = new System.Drawing.Point(340, 415);
  461. this.WaitReject.Name = "WaitReject";
  462. this.WaitReject.Size = new System.Drawing.Size(50, 23);
  463. this.WaitReject.TabIndex = 44;
  464. this.WaitReject.UseVisualStyleBackColor = true;
  465. this.WaitReject.Click += new System.EventHandler(this.WaitReject_Click);
  466. //
  467. // bc_remark
  468. //
  469. this.bc_remark.AllPower = null;
  470. this.bc_remark.BackColor = System.Drawing.Color.White;
  471. this.bc_remark.ID = null;
  472. this.bc_remark.Location = new System.Drawing.Point(123, 250);
  473. this.bc_remark.Multiline = true;
  474. this.bc_remark.Name = "bc_remark";
  475. this.bc_remark.Power = null;
  476. this.bc_remark.Size = new System.Drawing.Size(581, 66);
  477. this.bc_remark.Str = null;
  478. this.bc_remark.Str1 = null;
  479. this.bc_remark.Str2 = null;
  480. this.bc_remark.TabIndex = 41;
  481. //
  482. // bc_code
  483. //
  484. this.bc_code.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  485. this.bc_code.FormattingEnabled = true;
  486. this.bc_code.Location = new System.Drawing.Point(513, 214);
  487. this.bc_code.Name = "bc_code";
  488. this.bc_code.Size = new System.Drawing.Size(191, 22);
  489. this.bc_code.TabIndex = 33;
  490. //
  491. // bc_groupcode
  492. //
  493. this.bc_groupcode.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  494. this.bc_groupcode.FormattingEnabled = true;
  495. this.bc_groupcode.Location = new System.Drawing.Point(123, 214);
  496. this.bc_groupcode.Name = "bc_groupcode";
  497. this.bc_groupcode.Size = new System.Drawing.Size(189, 22);
  498. this.bc_groupcode.TabIndex = 21;
  499. this.bc_groupcode.SelectedIndexChanged += new System.EventHandler(this.bc_groupcode_SelectedIndexChanged);
  500. //
  501. // ms_sncode
  502. //
  503. this.ms_sncode.AllPower = "ifall";
  504. this.ms_sncode.BackColor = System.Drawing.Color.White;
  505. this.ms_sncode.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  506. this.ms_sncode.ID = null;
  507. this.ms_sncode.Location = new System.Drawing.Point(317, 571);
  508. this.ms_sncode.Name = "ms_sncode";
  509. this.ms_sncode.Power = null;
  510. this.ms_sncode.Size = new System.Drawing.Size(181, 24);
  511. this.ms_sncode.Str = null;
  512. this.ms_sncode.Str1 = null;
  513. this.ms_sncode.Str2 = null;
  514. this.ms_sncode.TabIndex = 19;
  515. this.ms_sncode.Tag = "IfWrite";
  516. this.ms_sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ms_code_KeyDown);
  517. //
  518. // Save
  519. //
  520. this.Save.AllPower = null;
  521. this.Save.BackColor = System.Drawing.Color.Transparent;
  522. this.Save.DownImage = ((System.Drawing.Image)(resources.GetObject("Save.DownImage")));
  523. this.Save.Image = null;
  524. this.Save.IsShowBorder = true;
  525. this.Save.Location = new System.Drawing.Point(513, 570);
  526. this.Save.MoveImage = ((System.Drawing.Image)(resources.GetObject("Save.MoveImage")));
  527. this.Save.Name = "Save";
  528. this.Save.NormalImage = ((System.Drawing.Image)(resources.GetObject("Save.NormalImage")));
  529. this.Save.Power = null;
  530. this.Save.Size = new System.Drawing.Size(75, 24);
  531. this.Save.TabIndex = 65;
  532. this.Save.Text = "保存";
  533. this.Save.UseVisualStyleBackColor = false;
  534. this.Save.Click += new System.EventHandler(this.Save_Click);
  535. //
  536. // Make_TestCollection
  537. //
  538. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  539. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  540. this.BackColor = System.Drawing.SystemColors.Control;
  541. this.ClientSize = new System.Drawing.Size(934, 624);
  542. this.Controls.Add(this.Save);
  543. this.Controls.Add(this.ma_code);
  544. this.Controls.Add(this.mcd_remainqty);
  545. this.Controls.Add(this.pr_detail);
  546. this.Controls.Add(this.ma_qty);
  547. this.Controls.Add(this.mcd_inqty);
  548. this.Controls.Add(this.ma_prodcode);
  549. this.Controls.Add(this.OperateResult);
  550. this.Controls.Add(this.label7);
  551. this.Controls.Add(this.ChoosedRejectList);
  552. this.Controls.Add(this.CleanInfo);
  553. this.Controls.Add(this.label6);
  554. this.Controls.Add(this.ChooseedReject);
  555. this.Controls.Add(this.WaitReject);
  556. this.Controls.Add(this.bc_remark);
  557. this.Controls.Add(this.label5);
  558. this.Controls.Add(this.label4);
  559. this.Controls.Add(this.WaitRejectList);
  560. this.Controls.Add(this.Reject);
  561. this.Controls.Add(this.GoodProduct);
  562. this.Controls.Add(this.bc_code);
  563. this.Controls.Add(this.label3);
  564. this.Controls.Add(this.panel1);
  565. this.Controls.Add(this.mc_restqty_label);
  566. this.Controls.Add(this.panel2);
  567. this.Controls.Add(this.bc_groupcode);
  568. this.Controls.Add(this.bc_remark_label);
  569. this.Controls.Add(this.mcd_inqty_label);
  570. this.Controls.Add(this.ms_sncode_label);
  571. this.Controls.Add(this.bc_groupcode_label);
  572. this.Controls.Add(this.ms_sncode);
  573. this.Controls.Add(this.ma_qty_label);
  574. this.Controls.Add(this.ms_makecode_label);
  575. this.Controls.Add(this.pr_detail_label);
  576. this.Controls.Add(this.ma_prodcode_label);
  577. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  578. this.KeyPreview = true;
  579. this.Name = "Make_TestCollection";
  580. this.Tag = "Make!TestCollection";
  581. this.Text = " ";
  582. this.Load += new System.EventHandler(this.TestCollection_Load);
  583. this.SizeChanged += new System.EventHandler(this.测试采集_SizeChanged);
  584. this.panel2.ResumeLayout(false);
  585. this.panel2.PerformLayout();
  586. this.panel1.ResumeLayout(false);
  587. this.panel1.PerformLayout();
  588. this.ResumeLayout(false);
  589. this.PerformLayout();
  590. }
  591. #endregion
  592. private System.Windows.Forms.Label ma_prodcode_label;
  593. private System.Windows.Forms.Label pr_detail_label;
  594. private System.Windows.Forms.Label ms_makecode_label;
  595. private System.Windows.Forms.Label mcd_inqty_label;
  596. private System.Windows.Forms.Label ma_qty_label;
  597. private System.Windows.Forms.Label mc_restqty_label;
  598. private System.Windows.Forms.Label ms_sncode_label;
  599. private CustomControl.TextBoxWithIcon.EnterTextBox ms_sncode;
  600. private System.Windows.Forms.Label bc_groupcode_label;
  601. private System.Windows.Forms.Label bc_remark_label;
  602. private CustomControl.ComBoxWithFocus.ComBoxWithFocus bc_groupcode;
  603. private System.Windows.Forms.Panel panel2;
  604. private System.Windows.Forms.Label label1;
  605. private System.Windows.Forms.Panel panel1;
  606. private System.Windows.Forms.Label label2;
  607. private CustomControl.ComBoxWithFocus.ComBoxWithFocus bc_code;
  608. private System.Windows.Forms.Label label3;
  609. private System.Windows.Forms.RadioButton GoodProduct;
  610. private System.Windows.Forms.RadioButton Reject;
  611. private System.Windows.Forms.ListView WaitRejectList;
  612. private System.Windows.Forms.Label label4;
  613. private System.Windows.Forms.Label label5;
  614. private CustomControl.TextBoxWithIcon.EnterTextBox bc_remark;
  615. private CustomControl.ButtonUtil.ArrowLeftButton WaitReject;
  616. private CustomControl.ButtonUtil.ArrowRightButton ChooseedReject;
  617. private System.Windows.Forms.ColumnHeader columnHeader1;
  618. private System.Windows.Forms.ColumnHeader columnHeader2;
  619. private System.Windows.Forms.Label label6;
  620. private CustomControl.ButtonUtil.NormalButton CleanInfo;
  621. private System.Windows.Forms.ColumnHeader columnHeader5;
  622. private System.Windows.Forms.ListView ChoosedRejectList;
  623. private System.Windows.Forms.ColumnHeader columnHeader6;
  624. private System.Windows.Forms.ColumnHeader columnHeader7;
  625. private System.Windows.Forms.ColumnHeader columnHeader8;
  626. private System.Windows.Forms.Label label7;
  627. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  628. private CustomControl.ValueLabel.ValueLabel ma_prodcode;
  629. private CustomControl.ValueLabel.ValueLabel mcd_inqty;
  630. private CustomControl.ValueLabel.ValueLabel ma_qty;
  631. private CustomControl.ValueLabel.ValueLabel pr_detail;
  632. private CustomControl.ValueLabel.ValueLabel mcd_remainqty;
  633. private CustomControl.TextBoxWithIcon.SearchTextBox ma_code;
  634. private CustomControl.ButtonUtil.NormalButton Save;
  635. private System.Windows.Forms.ColumnHeader columnHeader3;
  636. }
  637. }