Make_TestCollection.Designer.cs 38 KB

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