Make_TestCollection.Designer.cs 36 KB

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