Make_TestCollection.Designer.cs 35 KB

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