Make_TestCollection.Designer.cs 37 KB

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