Make_TestCollection.Designer.cs 52 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947
  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. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_TestCollection));
  30. this.panel2 = new System.Windows.Forms.Panel();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.bc_remark_label = new System.Windows.Forms.Label();
  33. this.ms_sncode_label = new System.Windows.Forms.Label();
  34. this.bc_groupcode_label = new System.Windows.Forms.Label();
  35. this.label2 = new System.Windows.Forms.Label();
  36. this.label3 = new System.Windows.Forms.Label();
  37. this.GoodProduct = new System.Windows.Forms.RadioButton();
  38. this.Reject = new System.Windows.Forms.RadioButton();
  39. this.WaitRejectList = new System.Windows.Forms.ListView();
  40. this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  41. this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  42. this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  43. this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  44. this.columnHeader9 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  45. this.label4 = new System.Windows.Forms.Label();
  46. this.label5 = new System.Windows.Forms.Label();
  47. this.label6 = new System.Windows.Forms.Label();
  48. this.ChoosedRejectList = new System.Windows.Forms.ListView();
  49. this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  50. this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  51. this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  52. this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  53. this.columnHeader10 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  54. this.AutoBadCode = new System.Windows.Forms.CheckBox();
  55. this.ma_qty_label = new System.Windows.Forms.Label();
  56. this.ma_prodcode_label = new System.Windows.Forms.Label();
  57. this.ms_makecode_label = new System.Windows.Forms.Label();
  58. this.mcd_inqty_label = new System.Windows.Forms.Label();
  59. this.mc_restqty_label = new System.Windows.Forms.Label();
  60. this.panel1 = new System.Windows.Forms.Panel();
  61. this.label7 = new System.Windows.Forms.Label();
  62. this.ob_checkno = new System.Windows.Forms.Label();
  63. this.ob_batchqty_label = new System.Windows.Forms.Label();
  64. this.ob_nowcheckqty_label = new System.Windows.Forms.Label();
  65. this.pr_detail_label = new System.Windows.Forms.Label();
  66. this.ma_softversion_label = new System.Windows.Forms.Label();
  67. this.BadInfSource = new System.Windows.Forms.BindingSource(this.components);
  68. this.NoteForChange = new System.Windows.Forms.CheckBox();
  69. this.ControlLockTimer = new System.Windows.Forms.Timer(this.components);
  70. this.Lock_label = new System.Windows.Forms.Label();
  71. this.ma_salecode = new System.Windows.Forms.Label();
  72. this.pr_sendchecktype = new System.Windows.Forms.Label();
  73. this.Filter = new UAS_MES.CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder();
  74. this.ma_softversion = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  75. this.ob_sendqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  76. this.SendCheck = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  77. this.ob_batchqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  78. this.ob_nowcheckqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  79. this.mcd_remainqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  80. this.mcd_inqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  81. this.Save = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  82. this.bc_code = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  83. this.ma_code = new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
  84. this.LockMakeCode = new UAS_MES.CustomControl.CustomCheckBox.LockCheckBox();
  85. this.pr_detail = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  86. this.ma_qty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  87. this.ma_prodcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  88. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  89. this.CleanInfo = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  90. this.ChooseedReject = new UAS_MES.CustomControl.ButtonUtil.ArrowRightButton();
  91. this.WaitReject = new UAS_MES.CustomControl.ButtonUtil.ArrowLeftButton();
  92. this.bc_remark = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  93. this.bc_groupcode = new UAS_MES.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
  94. this.ms_sncode = new UAS_MES.CustomControl.TextBoxWithIcon.SnCollectionBox();
  95. this.panel2.SuspendLayout();
  96. this.panel1.SuspendLayout();
  97. ((System.ComponentModel.ISupportInitialize)(this.BadInfSource)).BeginInit();
  98. this.SuspendLayout();
  99. //
  100. // panel2
  101. //
  102. this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  103. this.panel2.Controls.Add(this.label1);
  104. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  105. this.panel2.Location = new System.Drawing.Point(0, 0);
  106. this.panel2.Name = "panel2";
  107. this.panel2.Size = new System.Drawing.Size(862, 29);
  108. this.panel2.TabIndex = 30;
  109. //
  110. // label1
  111. //
  112. this.label1.AutoSize = true;
  113. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  114. this.label1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  115. this.label1.Location = new System.Drawing.Point(10, 4);
  116. this.label1.Name = "label1";
  117. this.label1.Size = new System.Drawing.Size(74, 21);
  118. this.label1.TabIndex = 0;
  119. this.label1.Text = "工单信息";
  120. //
  121. // bc_remark_label
  122. //
  123. this.bc_remark_label.AutoSize = true;
  124. this.bc_remark_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  125. this.bc_remark_label.Location = new System.Drawing.Point(287, 210);
  126. this.bc_remark_label.Name = "bc_remark_label";
  127. this.bc_remark_label.Size = new System.Drawing.Size(74, 21);
  128. this.bc_remark_label.TabIndex = 25;
  129. this.bc_remark_label.Text = "不良备注";
  130. //
  131. // ms_sncode_label
  132. //
  133. this.ms_sncode_label.AutoSize = true;
  134. this.ms_sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  135. this.ms_sncode_label.Location = new System.Drawing.Point(214, 527);
  136. this.ms_sncode_label.Name = "ms_sncode_label";
  137. this.ms_sncode_label.Size = new System.Drawing.Size(58, 21);
  138. this.ms_sncode_label.TabIndex = 18;
  139. this.ms_sncode_label.Text = "序列号";
  140. //
  141. // bc_groupcode_label
  142. //
  143. this.bc_groupcode_label.AutoSize = true;
  144. this.bc_groupcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  145. this.bc_groupcode_label.Location = new System.Drawing.Point(3, 210);
  146. this.bc_groupcode_label.Name = "bc_groupcode_label";
  147. this.bc_groupcode_label.Size = new System.Drawing.Size(74, 21);
  148. this.bc_groupcode_label.TabIndex = 24;
  149. this.bc_groupcode_label.Text = "不良组别";
  150. //
  151. // label2
  152. //
  153. this.label2.AutoSize = true;
  154. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  155. this.label2.ForeColor = System.Drawing.Color.Blue;
  156. this.label2.Location = new System.Drawing.Point(3, 180);
  157. this.label2.Name = "label2";
  158. this.label2.Size = new System.Drawing.Size(74, 22);
  159. this.label2.TabIndex = 0;
  160. this.label2.Text = "采集信息";
  161. //
  162. // label3
  163. //
  164. this.label3.AutoSize = true;
  165. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  166. this.label3.Location = new System.Drawing.Point(3, 250);
  167. this.label3.Name = "label3";
  168. this.label3.Size = new System.Drawing.Size(74, 21);
  169. this.label3.TabIndex = 34;
  170. this.label3.Text = "不良代码";
  171. //
  172. // GoodProduct
  173. //
  174. this.GoodProduct.AutoSize = true;
  175. this.GoodProduct.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  176. this.GoodProduct.ForeColor = System.Drawing.Color.Blue;
  177. this.GoodProduct.Location = new System.Drawing.Point(6, 524);
  178. this.GoodProduct.Name = "GoodProduct";
  179. this.GoodProduct.Size = new System.Drawing.Size(68, 29);
  180. this.GoodProduct.TabIndex = 35;
  181. this.GoodProduct.TabStop = true;
  182. this.GoodProduct.Text = "良品";
  183. this.GoodProduct.UseVisualStyleBackColor = true;
  184. this.GoodProduct.CheckedChanged += new System.EventHandler(this.GoodProduct_CheckedChanged);
  185. //
  186. // Reject
  187. //
  188. this.Reject.AutoSize = true;
  189. this.Reject.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  190. this.Reject.ForeColor = System.Drawing.Color.Red;
  191. this.Reject.Location = new System.Drawing.Point(88, 524);
  192. this.Reject.Name = "Reject";
  193. this.Reject.Size = new System.Drawing.Size(87, 29);
  194. this.Reject.TabIndex = 36;
  195. this.Reject.TabStop = true;
  196. this.Reject.Text = "不良品";
  197. this.Reject.UseVisualStyleBackColor = true;
  198. //
  199. // WaitRejectList
  200. //
  201. this.WaitRejectList.CheckBoxes = true;
  202. this.WaitRejectList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  203. this.columnHeader5,
  204. this.columnHeader4,
  205. this.columnHeader1,
  206. this.columnHeader2,
  207. this.columnHeader9});
  208. this.WaitRejectList.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  209. this.WaitRejectList.FullRowSelect = true;
  210. this.WaitRejectList.Location = new System.Drawing.Point(4, 311);
  211. this.WaitRejectList.Name = "WaitRejectList";
  212. this.WaitRejectList.Size = new System.Drawing.Size(266, 206);
  213. this.WaitRejectList.TabIndex = 37;
  214. this.WaitRejectList.UseCompatibleStateImageBehavior = false;
  215. this.WaitRejectList.View = System.Windows.Forms.View.Details;
  216. this.WaitRejectList.DoubleClick += new System.EventHandler(this.WaitRejectList_DoubleClick);
  217. //
  218. // columnHeader5
  219. //
  220. this.columnHeader5.Text = " ";
  221. this.columnHeader5.Width = 20;
  222. //
  223. // columnHeader4
  224. //
  225. this.columnHeader4.Text = "不良代码组";
  226. this.columnHeader4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  227. this.columnHeader4.Width = 0;
  228. //
  229. // columnHeader1
  230. //
  231. this.columnHeader1.Text = "不良代码";
  232. this.columnHeader1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  233. this.columnHeader1.Width = 143;
  234. //
  235. // columnHeader2
  236. //
  237. this.columnHeader2.Text = "不良名称";
  238. this.columnHeader2.Width = 122;
  239. //
  240. // columnHeader9
  241. //
  242. this.columnHeader9.Text = "备注";
  243. this.columnHeader9.Width = 0;
  244. //
  245. // label4
  246. //
  247. this.label4.AutoSize = true;
  248. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  249. this.label4.ForeColor = System.Drawing.Color.Black;
  250. this.label4.Location = new System.Drawing.Point(3, 286);
  251. this.label4.Name = "label4";
  252. this.label4.Size = new System.Drawing.Size(74, 22);
  253. this.label4.TabIndex = 39;
  254. this.label4.Text = "待选不良";
  255. //
  256. // label5
  257. //
  258. this.label5.AutoSize = true;
  259. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  260. this.label5.ForeColor = System.Drawing.Color.Black;
  261. this.label5.Location = new System.Drawing.Point(366, 286);
  262. this.label5.Name = "label5";
  263. this.label5.Size = new System.Drawing.Size(74, 22);
  264. this.label5.TabIndex = 40;
  265. this.label5.Text = "已选不良";
  266. //
  267. // label6
  268. //
  269. this.label6.AutoSize = true;
  270. this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  271. this.label6.Location = new System.Drawing.Point(641, 180);
  272. this.label6.Name = "label6";
  273. this.label6.Size = new System.Drawing.Size(74, 22);
  274. this.label6.TabIndex = 46;
  275. this.label6.Text = "操作结果";
  276. //
  277. // ChoosedRejectList
  278. //
  279. this.ChoosedRejectList.CheckBoxes = true;
  280. this.ChoosedRejectList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  281. this.columnHeader6,
  282. this.columnHeader3,
  283. this.columnHeader7,
  284. this.columnHeader8,
  285. this.columnHeader10});
  286. this.ChoosedRejectList.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  287. this.ChoosedRejectList.Location = new System.Drawing.Point(368, 311);
  288. this.ChoosedRejectList.Name = "ChoosedRejectList";
  289. this.ChoosedRejectList.Size = new System.Drawing.Size(266, 206);
  290. this.ChoosedRejectList.TabIndex = 50;
  291. this.ChoosedRejectList.UseCompatibleStateImageBehavior = false;
  292. this.ChoosedRejectList.View = System.Windows.Forms.View.Details;
  293. //
  294. // columnHeader6
  295. //
  296. this.columnHeader6.Text = " ";
  297. this.columnHeader6.Width = 20;
  298. //
  299. // columnHeader3
  300. //
  301. this.columnHeader3.Text = "不良代码组";
  302. this.columnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  303. this.columnHeader3.Width = 117;
  304. //
  305. // columnHeader7
  306. //
  307. this.columnHeader7.Text = "不良代码";
  308. this.columnHeader7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  309. this.columnHeader7.Width = 95;
  310. //
  311. // columnHeader8
  312. //
  313. this.columnHeader8.Text = "不良名称";
  314. this.columnHeader8.Width = 99;
  315. //
  316. // columnHeader10
  317. //
  318. this.columnHeader10.Text = "备注";
  319. this.columnHeader10.Width = 0;
  320. //
  321. // AutoBadCode
  322. //
  323. this.AutoBadCode.AutoSize = true;
  324. this.AutoBadCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  325. this.AutoBadCode.Location = new System.Drawing.Point(720, 184);
  326. this.AutoBadCode.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  327. this.AutoBadCode.Name = "AutoBadCode";
  328. this.AutoBadCode.Size = new System.Drawing.Size(123, 21);
  329. this.AutoBadCode.TabIndex = 69;
  330. this.AutoBadCode.Text = "自动产生不良代码";
  331. this.AutoBadCode.UseVisualStyleBackColor = true;
  332. this.AutoBadCode.Visible = false;
  333. //
  334. // ma_qty_label
  335. //
  336. this.ma_qty_label.AutoSize = true;
  337. this.ma_qty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  338. this.ma_qty_label.Location = new System.Drawing.Point(287, 48);
  339. this.ma_qty_label.Name = "ma_qty_label";
  340. this.ma_qty_label.Size = new System.Drawing.Size(74, 21);
  341. this.ma_qty_label.TabIndex = 11;
  342. this.ma_qty_label.Text = "工单数量";
  343. //
  344. // ma_prodcode_label
  345. //
  346. this.ma_prodcode_label.AutoSize = true;
  347. this.ma_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  348. this.ma_prodcode_label.Location = new System.Drawing.Point(3, 98);
  349. this.ma_prodcode_label.Name = "ma_prodcode_label";
  350. this.ma_prodcode_label.Size = new System.Drawing.Size(74, 21);
  351. this.ma_prodcode_label.TabIndex = 7;
  352. this.ma_prodcode_label.Text = "产品编号";
  353. //
  354. // ms_makecode_label
  355. //
  356. this.ms_makecode_label.AutoSize = true;
  357. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  358. this.ms_makecode_label.Location = new System.Drawing.Point(3, 47);
  359. this.ms_makecode_label.Name = "ms_makecode_label";
  360. this.ms_makecode_label.Size = new System.Drawing.Size(74, 21);
  361. this.ms_makecode_label.TabIndex = 2;
  362. this.ms_makecode_label.Text = "归属工单";
  363. //
  364. // mcd_inqty_label
  365. //
  366. this.mcd_inqty_label.AutoSize = true;
  367. this.mcd_inqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  368. this.mcd_inqty_label.Location = new System.Drawing.Point(157, 12);
  369. this.mcd_inqty_label.Name = "mcd_inqty_label";
  370. this.mcd_inqty_label.Size = new System.Drawing.Size(74, 21);
  371. this.mcd_inqty_label.TabIndex = 14;
  372. this.mcd_inqty_label.Text = "已采集数";
  373. //
  374. // mc_restqty_label
  375. //
  376. this.mc_restqty_label.AutoSize = true;
  377. this.mc_restqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  378. this.mc_restqty_label.Location = new System.Drawing.Point(16, 12);
  379. this.mc_restqty_label.Name = "mc_restqty_label";
  380. this.mc_restqty_label.Size = new System.Drawing.Size(74, 21);
  381. this.mc_restqty_label.TabIndex = 17;
  382. this.mc_restqty_label.Text = "待采集数";
  383. //
  384. // panel1
  385. //
  386. this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  387. this.panel1.Controls.Add(this.ob_sendqty);
  388. this.panel1.Controls.Add(this.label7);
  389. this.panel1.Controls.Add(this.ob_checkno);
  390. this.panel1.Controls.Add(this.SendCheck);
  391. this.panel1.Controls.Add(this.ob_batchqty);
  392. this.panel1.Controls.Add(this.ob_batchqty_label);
  393. this.panel1.Controls.Add(this.ob_nowcheckqty);
  394. this.panel1.Controls.Add(this.ob_nowcheckqty_label);
  395. this.panel1.Controls.Add(this.mcd_remainqty);
  396. this.panel1.Controls.Add(this.mc_restqty_label);
  397. this.panel1.Controls.Add(this.mcd_inqty);
  398. this.panel1.Controls.Add(this.mcd_inqty_label);
  399. this.panel1.Location = new System.Drawing.Point(537, 46);
  400. this.panel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  401. this.panel1.Name = "panel1";
  402. this.panel1.Size = new System.Drawing.Size(315, 127);
  403. this.panel1.TabIndex = 71;
  404. //
  405. // label7
  406. //
  407. this.label7.AutoSize = true;
  408. this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  409. this.label7.ForeColor = System.Drawing.Color.Black;
  410. this.label7.Location = new System.Drawing.Point(16, 91);
  411. this.label7.Name = "label7";
  412. this.label7.Size = new System.Drawing.Size(74, 21);
  413. this.label7.TabIndex = 77;
  414. this.label7.Text = "已送检数";
  415. //
  416. // ob_checkno
  417. //
  418. this.ob_checkno.AutoSize = true;
  419. this.ob_checkno.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  420. this.ob_checkno.ForeColor = System.Drawing.Color.Black;
  421. this.ob_checkno.Location = new System.Drawing.Point(285, 90);
  422. this.ob_checkno.Name = "ob_checkno";
  423. this.ob_checkno.Size = new System.Drawing.Size(0, 21);
  424. this.ob_checkno.TabIndex = 76;
  425. this.ob_checkno.Tag = "ob_checkno";
  426. this.ob_checkno.Visible = false;
  427. this.ob_checkno.TextChanged += new System.EventHandler(this.ob_checkno_TextChanged);
  428. //
  429. // ob_batchqty_label
  430. //
  431. this.ob_batchqty_label.AutoSize = true;
  432. this.ob_batchqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  433. this.ob_batchqty_label.ForeColor = System.Drawing.Color.Black;
  434. this.ob_batchqty_label.Location = new System.Drawing.Point(16, 51);
  435. this.ob_batchqty_label.Name = "ob_batchqty_label";
  436. this.ob_batchqty_label.Size = new System.Drawing.Size(74, 21);
  437. this.ob_batchqty_label.TabIndex = 74;
  438. this.ob_batchqty_label.Text = "抽检批数";
  439. //
  440. // ob_nowcheckqty_label
  441. //
  442. this.ob_nowcheckqty_label.AutoSize = true;
  443. this.ob_nowcheckqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  444. this.ob_nowcheckqty_label.ForeColor = System.Drawing.Color.Black;
  445. this.ob_nowcheckqty_label.Location = new System.Drawing.Point(157, 51);
  446. this.ob_nowcheckqty_label.Name = "ob_nowcheckqty_label";
  447. this.ob_nowcheckqty_label.Size = new System.Drawing.Size(74, 21);
  448. this.ob_nowcheckqty_label.TabIndex = 72;
  449. this.ob_nowcheckqty_label.Text = "当前批数";
  450. //
  451. // pr_detail_label
  452. //
  453. this.pr_detail_label.AutoSize = true;
  454. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  455. this.pr_detail_label.Location = new System.Drawing.Point(287, 98);
  456. this.pr_detail_label.Name = "pr_detail_label";
  457. this.pr_detail_label.Size = new System.Drawing.Size(74, 21);
  458. this.pr_detail_label.TabIndex = 6;
  459. this.pr_detail_label.Text = "产品名称";
  460. //
  461. // ma_softversion_label
  462. //
  463. this.ma_softversion_label.AutoSize = true;
  464. this.ma_softversion_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  465. this.ma_softversion_label.Location = new System.Drawing.Point(3, 146);
  466. this.ma_softversion_label.Name = "ma_softversion_label";
  467. this.ma_softversion_label.Size = new System.Drawing.Size(74, 21);
  468. this.ma_softversion_label.TabIndex = 72;
  469. this.ma_softversion_label.Text = "软件版本";
  470. //
  471. // NoteForChange
  472. //
  473. this.NoteForChange.AutoSize = true;
  474. this.NoteForChange.Checked = true;
  475. this.NoteForChange.CheckState = System.Windows.Forms.CheckState.Checked;
  476. this.NoteForChange.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  477. this.NoteForChange.Location = new System.Drawing.Point(291, 148);
  478. this.NoteForChange.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  479. this.NoteForChange.Name = "NoteForChange";
  480. this.NoteForChange.Size = new System.Drawing.Size(99, 21);
  481. this.NoteForChange.TabIndex = 75;
  482. this.NoteForChange.Text = "切换工单提示";
  483. this.NoteForChange.UseVisualStyleBackColor = true;
  484. //
  485. // Lock_label
  486. //
  487. this.Lock_label.AutoSize = true;
  488. this.Lock_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  489. this.Lock_label.ForeColor = System.Drawing.Color.Red;
  490. this.Lock_label.Location = new System.Drawing.Point(569, 529);
  491. this.Lock_label.Name = "Lock_label";
  492. this.Lock_label.Size = new System.Drawing.Size(126, 21);
  493. this.Lock_label.TabIndex = 77;
  494. this.Lock_label.Text = "Ctrl+Q解除锁定";
  495. this.Lock_label.Visible = false;
  496. //
  497. // ma_salecode
  498. //
  499. this.ma_salecode.AutoSize = true;
  500. this.ma_salecode.Location = new System.Drawing.Point(302, 180);
  501. this.ma_salecode.Name = "ma_salecode";
  502. this.ma_salecode.Size = new System.Drawing.Size(0, 12);
  503. this.ma_salecode.TabIndex = 78;
  504. this.ma_salecode.Visible = false;
  505. //
  506. // pr_sendchecktype
  507. //
  508. this.pr_sendchecktype.AutoSize = true;
  509. this.pr_sendchecktype.Location = new System.Drawing.Point(477, 184);
  510. this.pr_sendchecktype.Name = "pr_sendchecktype";
  511. this.pr_sendchecktype.Size = new System.Drawing.Size(0, 12);
  512. this.pr_sendchecktype.TabIndex = 79;
  513. this.pr_sendchecktype.Visible = false;
  514. //
  515. // Filter
  516. //
  517. this.Filter.BackColor = System.Drawing.Color.Transparent;
  518. this.Filter.Font = new System.Drawing.Font("宋体", 10.8F);
  519. this.Filter.Location = new System.Drawing.Point(93, 286);
  520. this.Filter.Margin = new System.Windows.Forms.Padding(2);
  521. this.Filter.Name = "Filter";
  522. this.Filter.PlaceHolder = "不良名称搜索";
  523. this.Filter.Size = new System.Drawing.Size(176, 22);
  524. this.Filter.TabIndex = 76;
  525. this.Filter.UserControlTextChanged += new UAS_MES.CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder.OnTextChange(this.Filter_UserControlTextChanged);
  526. //
  527. // ma_softversion
  528. //
  529. this.ma_softversion.AutoSize = true;
  530. this.ma_softversion.CutLength = null;
  531. this.ma_softversion.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  532. this.ma_softversion.Location = new System.Drawing.Point(94, 146);
  533. this.ma_softversion.MaximumSize = new System.Drawing.Size(150, 0);
  534. this.ma_softversion.Name = "ma_softversion";
  535. this.ma_softversion.Size = new System.Drawing.Size(0, 21);
  536. this.ma_softversion.TabIndex = 73;
  537. //
  538. // ob_sendqty
  539. //
  540. this.ob_sendqty.AutoSize = true;
  541. this.ob_sendqty.CutLength = null;
  542. this.ob_sendqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  543. this.ob_sendqty.ForeColor = System.Drawing.Color.Black;
  544. this.ob_sendqty.Location = new System.Drawing.Point(109, 91);
  545. this.ob_sendqty.MaximumSize = new System.Drawing.Size(150, 0);
  546. this.ob_sendqty.Name = "ob_sendqty";
  547. this.ob_sendqty.Size = new System.Drawing.Size(0, 21);
  548. this.ob_sendqty.TabIndex = 78;
  549. this.ob_sendqty.Tag = "ob_batchqty";
  550. //
  551. // SendCheck
  552. //
  553. this.SendCheck.AllPower = null;
  554. this.SendCheck.BackColor = System.Drawing.Color.Transparent;
  555. this.SendCheck.DownImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.DownImage")));
  556. this.SendCheck.Enabled = false;
  557. this.SendCheck.Image = null;
  558. this.SendCheck.IsShowBorder = true;
  559. this.SendCheck.Location = new System.Drawing.Point(229, 90);
  560. this.SendCheck.Margin = new System.Windows.Forms.Padding(2);
  561. this.SendCheck.MoveImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.MoveImage")));
  562. this.SendCheck.Name = "SendCheck";
  563. this.SendCheck.NormalImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.NormalImage")));
  564. this.SendCheck.Power = null;
  565. this.SendCheck.Size = new System.Drawing.Size(65, 26);
  566. this.SendCheck.TabIndex = 72;
  567. this.SendCheck.Text = "送检";
  568. this.SendCheck.UseVisualStyleBackColor = false;
  569. this.SendCheck.Click += new System.EventHandler(this.SendCheck_Click);
  570. //
  571. // ob_batchqty
  572. //
  573. this.ob_batchqty.AutoSize = true;
  574. this.ob_batchqty.CutLength = null;
  575. this.ob_batchqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  576. this.ob_batchqty.ForeColor = System.Drawing.Color.Black;
  577. this.ob_batchqty.Location = new System.Drawing.Point(109, 51);
  578. this.ob_batchqty.MaximumSize = new System.Drawing.Size(150, 0);
  579. this.ob_batchqty.Name = "ob_batchqty";
  580. this.ob_batchqty.Size = new System.Drawing.Size(0, 21);
  581. this.ob_batchqty.TabIndex = 75;
  582. this.ob_batchqty.Tag = "ob_batchqty";
  583. //
  584. // ob_nowcheckqty
  585. //
  586. this.ob_nowcheckqty.AutoSize = true;
  587. this.ob_nowcheckqty.CutLength = null;
  588. this.ob_nowcheckqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  589. this.ob_nowcheckqty.ForeColor = System.Drawing.Color.Black;
  590. this.ob_nowcheckqty.Location = new System.Drawing.Point(248, 51);
  591. this.ob_nowcheckqty.MaximumSize = new System.Drawing.Size(150, 0);
  592. this.ob_nowcheckqty.Name = "ob_nowcheckqty";
  593. this.ob_nowcheckqty.Size = new System.Drawing.Size(0, 21);
  594. this.ob_nowcheckqty.TabIndex = 73;
  595. this.ob_nowcheckqty.Tag = "ob_nowcheckqty";
  596. //
  597. // mcd_remainqty
  598. //
  599. this.mcd_remainqty.AutoSize = true;
  600. this.mcd_remainqty.CutLength = null;
  601. this.mcd_remainqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  602. this.mcd_remainqty.Location = new System.Drawing.Point(109, 12);
  603. this.mcd_remainqty.MaximumSize = new System.Drawing.Size(150, 0);
  604. this.mcd_remainqty.Name = "mcd_remainqty";
  605. this.mcd_remainqty.Size = new System.Drawing.Size(0, 21);
  606. this.mcd_remainqty.TabIndex = 57;
  607. this.mcd_remainqty.Tag = "mcd_remainqty";
  608. //
  609. // mcd_inqty
  610. //
  611. this.mcd_inqty.AutoSize = true;
  612. this.mcd_inqty.CutLength = null;
  613. this.mcd_inqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  614. this.mcd_inqty.Location = new System.Drawing.Point(248, 12);
  615. this.mcd_inqty.MaximumSize = new System.Drawing.Size(150, 0);
  616. this.mcd_inqty.Name = "mcd_inqty";
  617. this.mcd_inqty.Size = new System.Drawing.Size(0, 21);
  618. this.mcd_inqty.TabIndex = 54;
  619. this.mcd_inqty.Tag = "mcd_inqty";
  620. //
  621. // Save
  622. //
  623. this.Save.AllPower = null;
  624. this.Save.BackColor = System.Drawing.Color.Transparent;
  625. this.Save.DownImage = ((System.Drawing.Image)(resources.GetObject("Save.DownImage")));
  626. this.Save.Image = null;
  627. this.Save.IsShowBorder = true;
  628. this.Save.Location = new System.Drawing.Point(477, 526);
  629. this.Save.Margin = new System.Windows.Forms.Padding(2);
  630. this.Save.MoveImage = ((System.Drawing.Image)(resources.GetObject("Save.MoveImage")));
  631. this.Save.Name = "Save";
  632. this.Save.NormalImage = ((System.Drawing.Image)(resources.GetObject("Save.NormalImage")));
  633. this.Save.Power = null;
  634. this.Save.Size = new System.Drawing.Size(65, 26);
  635. this.Save.TabIndex = 70;
  636. this.Save.Text = "保存";
  637. this.Save.UseVisualStyleBackColor = false;
  638. this.Save.Click += new System.EventHandler(this.Save_Click);
  639. //
  640. // bc_code
  641. //
  642. this.bc_code.AllPower = null;
  643. this.bc_code.BackColor = System.Drawing.Color.White;
  644. this.bc_code.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  645. this.bc_code.ID = null;
  646. this.bc_code.Location = new System.Drawing.Point(94, 250);
  647. this.bc_code.Name = "bc_code";
  648. this.bc_code.Power = null;
  649. this.bc_code.Size = new System.Drawing.Size(176, 24);
  650. this.bc_code.Str = null;
  651. this.bc_code.Str1 = null;
  652. this.bc_code.Str2 = null;
  653. this.bc_code.TabIndex = 70;
  654. this.bc_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.bc_code_KeyDown);
  655. //
  656. // ma_code
  657. //
  658. this.ma_code.AllPower = null;
  659. this.ma_code.Caller = null;
  660. this.ma_code.Condition = null;
  661. this.ma_code.DBTitle = null;
  662. this.ma_code.FormName = null;
  663. this.ma_code.Location = new System.Drawing.Point(93, 47);
  664. this.ma_code.Name = "ma_code";
  665. this.ma_code.Power = null;
  666. this.ma_code.ReturnData = null;
  667. this.ma_code.SelectField = null;
  668. this.ma_code.SetValueField = null;
  669. this.ma_code.Size = new System.Drawing.Size(118, 21);
  670. this.ma_code.TabIndex = 67;
  671. this.ma_code.TableName = null;
  672. this.ma_code.Tag = "ma_code";
  673. this.ma_code.TextBoxEnable = true;
  674. this.ma_code.UserControlTextChanged += new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox.OnTextChange(this.ma_code_UserControlTextChanged);
  675. //
  676. // LockMakeCode
  677. //
  678. this.LockMakeCode.AutoSize = true;
  679. this.LockMakeCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  680. this.LockMakeCode.LeaveEvent = false;
  681. this.LockMakeCode.Location = new System.Drawing.Point(224, 49);
  682. this.LockMakeCode.Margin = new System.Windows.Forms.Padding(2);
  683. this.LockMakeCode.Name = "LockMakeCode";
  684. this.LockMakeCode.Size = new System.Drawing.Size(51, 21);
  685. this.LockMakeCode.TabIndex = 66;
  686. this.LockMakeCode.Text = "锁定";
  687. this.LockMakeCode.UseVisualStyleBackColor = true;
  688. //
  689. // pr_detail
  690. //
  691. this.pr_detail.AutoSize = true;
  692. this.pr_detail.CutLength = "qweqwe";
  693. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  694. this.pr_detail.Location = new System.Drawing.Point(380, 98);
  695. this.pr_detail.MaximumSize = new System.Drawing.Size(150, 0);
  696. this.pr_detail.Name = "pr_detail";
  697. this.pr_detail.Size = new System.Drawing.Size(0, 21);
  698. this.pr_detail.TabIndex = 56;
  699. //
  700. // ma_qty
  701. //
  702. this.ma_qty.AutoSize = true;
  703. this.ma_qty.CutLength = null;
  704. this.ma_qty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  705. this.ma_qty.Location = new System.Drawing.Point(379, 48);
  706. this.ma_qty.MaximumSize = new System.Drawing.Size(150, 0);
  707. this.ma_qty.Name = "ma_qty";
  708. this.ma_qty.Size = new System.Drawing.Size(0, 21);
  709. this.ma_qty.TabIndex = 55;
  710. //
  711. // ma_prodcode
  712. //
  713. this.ma_prodcode.AutoSize = true;
  714. this.ma_prodcode.CutLength = null;
  715. this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  716. this.ma_prodcode.Location = new System.Drawing.Point(94, 98);
  717. this.ma_prodcode.MaximumSize = new System.Drawing.Size(150, 0);
  718. this.ma_prodcode.Name = "ma_prodcode";
  719. this.ma_prodcode.Size = new System.Drawing.Size(0, 21);
  720. this.ma_prodcode.TabIndex = 53;
  721. this.ma_prodcode.TextChanged += new System.EventHandler(this.ma_prodcode_TextChanged);
  722. //
  723. // OperateResult
  724. //
  725. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  726. this.OperateResult.Location = new System.Drawing.Point(644, 210);
  727. this.OperateResult.Name = "OperateResult";
  728. this.OperateResult.Size = new System.Drawing.Size(207, 307);
  729. this.OperateResult.TabIndex = 52;
  730. this.OperateResult.Text = "";
  731. //
  732. // CleanInfo
  733. //
  734. this.CleanInfo.AllPower = null;
  735. this.CleanInfo.BackColor = System.Drawing.Color.Transparent;
  736. this.CleanInfo.DownImage = ((System.Drawing.Image)(resources.GetObject("CleanInfo.DownImage")));
  737. this.CleanInfo.Image = ((System.Drawing.Image)(resources.GetObject("CleanInfo.Image")));
  738. this.CleanInfo.IsShowBorder = true;
  739. this.CleanInfo.Location = new System.Drawing.Point(718, 526);
  740. this.CleanInfo.MoveImage = ((System.Drawing.Image)(resources.GetObject("CleanInfo.MoveImage")));
  741. this.CleanInfo.Name = "CleanInfo";
  742. this.CleanInfo.NormalImage = ((System.Drawing.Image)(resources.GetObject("CleanInfo.NormalImage")));
  743. this.CleanInfo.Power = null;
  744. this.CleanInfo.Size = new System.Drawing.Size(61, 24);
  745. this.CleanInfo.TabIndex = 47;
  746. this.CleanInfo.Text = "清除内容";
  747. this.CleanInfo.UseVisualStyleBackColor = true;
  748. this.CleanInfo.Click += new System.EventHandler(this.CleanInfo_Click);
  749. //
  750. // ChooseedReject
  751. //
  752. this.ChooseedReject.Image = ((System.Drawing.Image)(resources.GetObject("ChooseedReject.Image")));
  753. this.ChooseedReject.Location = new System.Drawing.Point(292, 376);
  754. this.ChooseedReject.Name = "ChooseedReject";
  755. this.ChooseedReject.Size = new System.Drawing.Size(50, 23);
  756. this.ChooseedReject.TabIndex = 45;
  757. this.ChooseedReject.UseVisualStyleBackColor = true;
  758. this.ChooseedReject.Click += new System.EventHandler(this.ChooseedReject_Click);
  759. //
  760. // WaitReject
  761. //
  762. this.WaitReject.Image = ((System.Drawing.Image)(resources.GetObject("WaitReject.Image")));
  763. this.WaitReject.Location = new System.Drawing.Point(292, 439);
  764. this.WaitReject.Name = "WaitReject";
  765. this.WaitReject.Size = new System.Drawing.Size(50, 23);
  766. this.WaitReject.TabIndex = 44;
  767. this.WaitReject.UseVisualStyleBackColor = true;
  768. this.WaitReject.Click += new System.EventHandler(this.WaitReject_Click);
  769. //
  770. // bc_remark
  771. //
  772. this.bc_remark.AllPower = null;
  773. this.bc_remark.BackColor = System.Drawing.Color.White;
  774. this.bc_remark.ID = null;
  775. this.bc_remark.Location = new System.Drawing.Point(370, 211);
  776. this.bc_remark.Multiline = true;
  777. this.bc_remark.Name = "bc_remark";
  778. this.bc_remark.Power = null;
  779. this.bc_remark.Size = new System.Drawing.Size(264, 62);
  780. this.bc_remark.Str = null;
  781. this.bc_remark.Str1 = null;
  782. this.bc_remark.Str2 = null;
  783. this.bc_remark.TabIndex = 41;
  784. //
  785. // bc_groupcode
  786. //
  787. this.bc_groupcode.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  788. this.bc_groupcode.FormattingEnabled = true;
  789. this.bc_groupcode.Location = new System.Drawing.Point(94, 211);
  790. this.bc_groupcode.Name = "bc_groupcode";
  791. this.bc_groupcode.Size = new System.Drawing.Size(176, 22);
  792. this.bc_groupcode.TabIndex = 21;
  793. this.bc_groupcode.SelectedIndexChanged += new System.EventHandler(this.bc_groupcode_SelectedIndexChanged);
  794. //
  795. // ms_sncode
  796. //
  797. this.ms_sncode.AllPower = "ifall";
  798. this.ms_sncode.BackColor = System.Drawing.Color.White;
  799. this.ms_sncode.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  800. this.ms_sncode.ID = null;
  801. this.ms_sncode.Location = new System.Drawing.Point(280, 527);
  802. this.ms_sncode.Name = "ms_sncode";
  803. this.ms_sncode.Power = null;
  804. this.ms_sncode.Size = new System.Drawing.Size(181, 24);
  805. this.ms_sncode.Str = null;
  806. this.ms_sncode.Str1 = null;
  807. this.ms_sncode.Str2 = null;
  808. this.ms_sncode.TabIndex = 68;
  809. this.ms_sncode.Tag = "IfRead";
  810. this.ms_sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ms_code_KeyDown);
  811. //
  812. // Make_TestCollection
  813. //
  814. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  815. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  816. this.BackColor = System.Drawing.SystemColors.Control;
  817. this.ClientSize = new System.Drawing.Size(862, 560);
  818. this.Controls.Add(this.pr_sendchecktype);
  819. this.Controls.Add(this.ma_salecode);
  820. this.Controls.Add(this.Lock_label);
  821. this.Controls.Add(this.Filter);
  822. this.Controls.Add(this.NoteForChange);
  823. this.Controls.Add(this.ma_softversion);
  824. this.Controls.Add(this.ma_softversion_label);
  825. this.Controls.Add(this.panel1);
  826. this.Controls.Add(this.Save);
  827. this.Controls.Add(this.AutoBadCode);
  828. this.Controls.Add(this.bc_code);
  829. this.Controls.Add(this.ma_code);
  830. this.Controls.Add(this.LockMakeCode);
  831. this.Controls.Add(this.label2);
  832. this.Controls.Add(this.pr_detail);
  833. this.Controls.Add(this.ma_qty);
  834. this.Controls.Add(this.ma_prodcode);
  835. this.Controls.Add(this.OperateResult);
  836. this.Controls.Add(this.ChoosedRejectList);
  837. this.Controls.Add(this.CleanInfo);
  838. this.Controls.Add(this.label6);
  839. this.Controls.Add(this.ChooseedReject);
  840. this.Controls.Add(this.WaitReject);
  841. this.Controls.Add(this.bc_remark);
  842. this.Controls.Add(this.label5);
  843. this.Controls.Add(this.label4);
  844. this.Controls.Add(this.WaitRejectList);
  845. this.Controls.Add(this.Reject);
  846. this.Controls.Add(this.GoodProduct);
  847. this.Controls.Add(this.label3);
  848. this.Controls.Add(this.panel2);
  849. this.Controls.Add(this.bc_groupcode);
  850. this.Controls.Add(this.bc_remark_label);
  851. this.Controls.Add(this.ms_sncode_label);
  852. this.Controls.Add(this.bc_groupcode_label);
  853. this.Controls.Add(this.ms_sncode);
  854. this.Controls.Add(this.ma_qty_label);
  855. this.Controls.Add(this.ms_makecode_label);
  856. this.Controls.Add(this.pr_detail_label);
  857. this.Controls.Add(this.ma_prodcode_label);
  858. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  859. this.KeyPreview = true;
  860. this.Name = "Make_TestCollection";
  861. this.Tag = "Make!TestCollection";
  862. this.Text = " ";
  863. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Make_TestCollection_FormClosing);
  864. this.Load += new System.EventHandler(this.TestCollection_Load);
  865. this.SizeChanged += new System.EventHandler(this.测试采集_SizeChanged);
  866. this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Make_TestCollection_KeyDown);
  867. this.panel2.ResumeLayout(true);
  868. this.panel2.PerformLayout();
  869. this.panel1.ResumeLayout(true);
  870. this.panel1.PerformLayout();
  871. ((System.ComponentModel.ISupportInitialize)(this.BadInfSource)).EndInit();
  872. this.ResumeLayout(true);
  873. this.PerformLayout();
  874. }
  875. #endregion
  876. private System.Windows.Forms.Label ma_prodcode_label;
  877. private System.Windows.Forms.Label ms_makecode_label;
  878. private System.Windows.Forms.Label mcd_inqty_label;
  879. private System.Windows.Forms.Label ma_qty_label;
  880. private System.Windows.Forms.Label mc_restqty_label;
  881. private System.Windows.Forms.Label ms_sncode_label;
  882. private CustomControl.TextBoxWithIcon.SnCollectionBox ms_sncode;
  883. private System.Windows.Forms.Label bc_groupcode_label;
  884. private System.Windows.Forms.Label bc_remark_label;
  885. private CustomControl.ComBoxWithFocus.ComBoxWithFocus bc_groupcode;
  886. private System.Windows.Forms.Panel panel2;
  887. private System.Windows.Forms.Label label1;
  888. private System.Windows.Forms.Label label2;
  889. private System.Windows.Forms.Label label3;
  890. private System.Windows.Forms.RadioButton GoodProduct;
  891. private System.Windows.Forms.RadioButton Reject;
  892. private System.Windows.Forms.ListView WaitRejectList;
  893. private System.Windows.Forms.Label label4;
  894. private System.Windows.Forms.Label label5;
  895. private CustomControl.TextBoxWithIcon.EnterTextBox bc_remark;
  896. private CustomControl.ButtonUtil.ArrowLeftButton WaitReject;
  897. private CustomControl.ButtonUtil.ArrowRightButton ChooseedReject;
  898. private System.Windows.Forms.ColumnHeader columnHeader1;
  899. private System.Windows.Forms.Label label6;
  900. private CustomControl.ButtonUtil.NormalButton CleanInfo;
  901. private System.Windows.Forms.ColumnHeader columnHeader5;
  902. private System.Windows.Forms.ListView ChoosedRejectList;
  903. private System.Windows.Forms.ColumnHeader columnHeader6;
  904. private System.Windows.Forms.ColumnHeader columnHeader7;
  905. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  906. private CustomControl.ValueLabel.ValueLabel ma_prodcode;
  907. private CustomControl.ValueLabel.ValueLabel mcd_inqty;
  908. private CustomControl.ValueLabel.ValueLabel ma_qty;
  909. private CustomControl.ValueLabel.ValueLabel pr_detail;
  910. private CustomControl.ValueLabel.ValueLabel mcd_remainqty;
  911. private System.Windows.Forms.ColumnHeader columnHeader3;
  912. private CustomControl.CustomCheckBox.LockCheckBox LockMakeCode;
  913. private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
  914. private CustomControl.TextBoxWithIcon.EnterTextBox bc_code;
  915. private System.Windows.Forms.CheckBox AutoBadCode;
  916. private System.Windows.Forms.ColumnHeader columnHeader4;
  917. private CustomControl.ButtonUtil.NormalButton Save;
  918. private System.Windows.Forms.Panel panel1;
  919. private CustomControl.ValueLabel.ValueLabel ob_batchqty;
  920. private System.Windows.Forms.Label ob_batchqty_label;
  921. private CustomControl.ValueLabel.ValueLabel ob_nowcheckqty;
  922. private System.Windows.Forms.Label ob_nowcheckqty_label;
  923. private CustomControl.ButtonUtil.NormalButton SendCheck;
  924. private System.Windows.Forms.Label ob_checkno;
  925. private System.Windows.Forms.Label pr_detail_label;
  926. private System.Windows.Forms.ColumnHeader columnHeader2;
  927. private System.Windows.Forms.ColumnHeader columnHeader8;
  928. private CustomControl.ValueLabel.ValueLabel ob_sendqty;
  929. private System.Windows.Forms.Label label7;
  930. private CustomControl.ValueLabel.ValueLabel ma_softversion;
  931. private System.Windows.Forms.Label ma_softversion_label;
  932. private System.Windows.Forms.ColumnHeader columnHeader9;
  933. private System.Windows.Forms.ColumnHeader columnHeader10;
  934. private System.Windows.Forms.BindingSource BadInfSource;
  935. private System.Windows.Forms.CheckBox NoteForChange;
  936. private CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder Filter;
  937. private System.Windows.Forms.Timer ControlLockTimer;
  938. private System.Windows.Forms.Label Lock_label;
  939. private System.Windows.Forms.Label ma_salecode;
  940. private System.Windows.Forms.Label pr_sendchecktype;
  941. }
  942. }