Make_TestCollection.Designer.cs 37 KB

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