Make_TestCollection.Designer.cs 69 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257
  1. using UAS_MES_NEW.CustomControl.CustomCheckBox;
  2. namespace UAS_MES_NEW.Make
  3. {
  4. partial class Make_TestCollection
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.components = new System.ComponentModel.Container();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_TestCollection));
  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.columnHeader9 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  44. this.label4 = new System.Windows.Forms.Label();
  45. this.label5 = new System.Windows.Forms.Label();
  46. this.label6 = new System.Windows.Forms.Label();
  47. this.ChoosedRejectList = new System.Windows.Forms.ListView();
  48. this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  49. this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  50. this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  51. this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  52. this.columnHeader10 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  53. this.ma_qty_label = new System.Windows.Forms.Label();
  54. this.ma_prodcode_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.label9 = new System.Windows.Forms.Label();
  59. this.label8 = new System.Windows.Forms.Label();
  60. this.label1 = new System.Windows.Forms.Label();
  61. this.ob_checkno = new System.Windows.Forms.Label();
  62. this.pr_detail_label = new System.Windows.Forms.Label();
  63. this.ma_softversion_label = new System.Windows.Forms.Label();
  64. this.BadInfSource = new System.Windows.Forms.BindingSource(this.components);
  65. this.NoteForChange = new System.Windows.Forms.CheckBox();
  66. this.ControlLockTimer = new System.Windows.Forms.Timer(this.components);
  67. this.Lock_label = new System.Windows.Forms.Label();
  68. this.ma_salecode = new System.Windows.Forms.Label();
  69. this.pr_sendchecktype = new System.Windows.Forms.Label();
  70. this.StopWatch = new System.Windows.Forms.Button();
  71. this.StartWatch = new System.Windows.Forms.Button();
  72. this.ChooseFolder = new System.Windows.Forms.Button();
  73. this.FolderPath = new System.Windows.Forms.TextBox();
  74. this.label7 = new System.Windows.Forms.Label();
  75. this.label10 = new System.Windows.Forms.Label();
  76. this.label11 = new System.Windows.Forms.Label();
  77. this.XmlWatcher = new System.IO.FileSystemWatcher();
  78. this.bidui = new System.Windows.Forms.CheckBox();
  79. this.label12 = new System.Windows.Forms.Label();
  80. this.ob_batchqty_label = new System.Windows.Forms.Label();
  81. this.ob_nowcheckqty_label = new System.Windows.Forms.Label();
  82. this.lastsn = new System.Windows.Forms.Label();
  83. this.ob_sendqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  84. this.ob_batchqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  85. this.ob_nowcheckqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  86. this.mcd_totalng = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  87. this.biduisn = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  88. this.mcd_okqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  89. this.mcd_ngqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  90. this.SendCheck = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  91. this.mcd_remainqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  92. this.PrintList = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox();
  93. this.normalButton1 = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  94. this.mcd_inqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  95. this.StepCount = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SourceStepCount();
  96. this.Filter = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder();
  97. this.ma_softversion = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  98. this.Save = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  99. this.AutoBadCode = new UAS_MES_NEW.CustomControl.CustomCheckBox.ReSetCheckBox();
  100. this.bc_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  101. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
  102. this.LockMakeCode = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox();
  103. this.pr_spec = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  104. this.ma_qty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  105. this.ma_prodcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  106. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  107. this.CleanInfo = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  108. this.ChooseedReject = new UAS_MES_NEW.CustomControl.ButtonUtil.ArrowRightButton();
  109. this.WaitReject = new UAS_MES_NEW.CustomControl.ButtonUtil.ArrowLeftButton();
  110. this.bc_remark = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  111. this.bc_groupcode = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
  112. this.ms_sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  113. this.lastresult = new System.Windows.Forms.Button();
  114. ((System.ComponentModel.ISupportInitialize)(this.BadInfSource)).BeginInit();
  115. ((System.ComponentModel.ISupportInitialize)(this.XmlWatcher)).BeginInit();
  116. this.SuspendLayout();
  117. //
  118. // bc_remark_label
  119. //
  120. this.bc_remark_label.AutoSize = true;
  121. this.bc_remark_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  122. this.bc_remark_label.Location = new System.Drawing.Point(978, 549);
  123. this.bc_remark_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  124. this.bc_remark_label.Name = "bc_remark_label";
  125. this.bc_remark_label.Size = new System.Drawing.Size(110, 31);
  126. this.bc_remark_label.TabIndex = 25;
  127. this.bc_remark_label.Text = "不良备注";
  128. this.bc_remark_label.Visible = false;
  129. //
  130. // ms_sncode_label
  131. //
  132. this.ms_sncode_label.AutoSize = true;
  133. this.ms_sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  134. this.ms_sncode_label.Location = new System.Drawing.Point(321, 747);
  135. this.ms_sncode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  136. this.ms_sncode_label.Name = "ms_sncode_label";
  137. this.ms_sncode_label.Size = new System.Drawing.Size(86, 31);
  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(4, 272);
  146. this.bc_groupcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  147. this.bc_groupcode_label.Name = "bc_groupcode_label";
  148. this.bc_groupcode_label.Size = new System.Drawing.Size(110, 31);
  149. this.bc_groupcode_label.TabIndex = 24;
  150. this.bc_groupcode_label.Text = "不良组别";
  151. //
  152. // label2
  153. //
  154. this.label2.AutoSize = true;
  155. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  156. this.label2.ForeColor = System.Drawing.Color.Blue;
  157. this.label2.Location = new System.Drawing.Point(4, 226);
  158. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  159. this.label2.Name = "label2";
  160. this.label2.Size = new System.Drawing.Size(110, 31);
  161. this.label2.TabIndex = 0;
  162. this.label2.Text = "采集信息";
  163. //
  164. // label3
  165. //
  166. this.label3.AutoSize = true;
  167. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  168. this.label3.Location = new System.Drawing.Point(4, 332);
  169. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  170. this.label3.Name = "label3";
  171. this.label3.Size = new System.Drawing.Size(110, 31);
  172. this.label3.TabIndex = 34;
  173. this.label3.Text = "不良代码";
  174. //
  175. // GoodProduct
  176. //
  177. this.GoodProduct.AutoSize = true;
  178. this.GoodProduct.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  179. this.GoodProduct.ForeColor = System.Drawing.Color.Blue;
  180. this.GoodProduct.Location = new System.Drawing.Point(9, 742);
  181. this.GoodProduct.Margin = new System.Windows.Forms.Padding(4);
  182. this.GoodProduct.Name = "GoodProduct";
  183. this.GoodProduct.Size = new System.Drawing.Size(100, 42);
  184. this.GoodProduct.TabIndex = 35;
  185. this.GoodProduct.TabStop = true;
  186. this.GoodProduct.Text = "良品";
  187. this.GoodProduct.UseVisualStyleBackColor = true;
  188. this.GoodProduct.CheckedChanged += new System.EventHandler(this.GoodProduct_CheckedChanged);
  189. //
  190. // Reject
  191. //
  192. this.Reject.AutoSize = true;
  193. this.Reject.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  194. this.Reject.ForeColor = System.Drawing.Color.Red;
  195. this.Reject.Location = new System.Drawing.Point(132, 742);
  196. this.Reject.Margin = new System.Windows.Forms.Padding(4);
  197. this.Reject.Name = "Reject";
  198. this.Reject.Size = new System.Drawing.Size(129, 42);
  199. this.Reject.TabIndex = 36;
  200. this.Reject.TabStop = true;
  201. this.Reject.Text = "不良品";
  202. this.Reject.UseVisualStyleBackColor = true;
  203. //
  204. // WaitRejectList
  205. //
  206. this.WaitRejectList.CheckBoxes = true;
  207. this.WaitRejectList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  208. this.columnHeader5,
  209. this.columnHeader4,
  210. this.columnHeader1,
  211. this.columnHeader2,
  212. this.columnHeader9});
  213. this.WaitRejectList.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  214. this.WaitRejectList.FullRowSelect = true;
  215. this.WaitRejectList.Location = new System.Drawing.Point(6, 453);
  216. this.WaitRejectList.Margin = new System.Windows.Forms.Padding(4);
  217. this.WaitRejectList.Name = "WaitRejectList";
  218. this.WaitRejectList.Size = new System.Drawing.Size(397, 277);
  219. this.WaitRejectList.TabIndex = 37;
  220. this.WaitRejectList.UseCompatibleStateImageBehavior = false;
  221. this.WaitRejectList.View = System.Windows.Forms.View.Details;
  222. this.WaitRejectList.DoubleClick += new System.EventHandler(this.WaitRejectList_DoubleClick);
  223. //
  224. // columnHeader5
  225. //
  226. this.columnHeader5.Text = " ";
  227. this.columnHeader5.Width = 20;
  228. //
  229. // columnHeader4
  230. //
  231. this.columnHeader4.Text = "不良代码组";
  232. this.columnHeader4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  233. this.columnHeader4.Width = 0;
  234. //
  235. // columnHeader1
  236. //
  237. this.columnHeader1.Text = "不良代码";
  238. this.columnHeader1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  239. this.columnHeader1.Width = 143;
  240. //
  241. // columnHeader2
  242. //
  243. this.columnHeader2.Text = "不良名称";
  244. this.columnHeader2.Width = 122;
  245. //
  246. // columnHeader9
  247. //
  248. this.columnHeader9.Text = "备注";
  249. this.columnHeader9.Width = 0;
  250. //
  251. // label4
  252. //
  253. this.label4.AutoSize = true;
  254. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  255. this.label4.ForeColor = System.Drawing.Color.Black;
  256. this.label4.Location = new System.Drawing.Point(0, 406);
  257. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  258. this.label4.Name = "label4";
  259. this.label4.Size = new System.Drawing.Size(110, 31);
  260. this.label4.TabIndex = 39;
  261. this.label4.Text = "待选不良";
  262. //
  263. // label5
  264. //
  265. this.label5.AutoSize = true;
  266. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  267. this.label5.ForeColor = System.Drawing.Color.Black;
  268. this.label5.Location = new System.Drawing.Point(546, 416);
  269. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  270. this.label5.Name = "label5";
  271. this.label5.Size = new System.Drawing.Size(110, 31);
  272. this.label5.TabIndex = 40;
  273. this.label5.Text = "已选不良";
  274. //
  275. // label6
  276. //
  277. this.label6.AutoSize = true;
  278. this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  279. this.label6.Location = new System.Drawing.Point(962, 226);
  280. this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  281. this.label6.Name = "label6";
  282. this.label6.Size = new System.Drawing.Size(110, 31);
  283. this.label6.TabIndex = 46;
  284. this.label6.Text = "操作结果";
  285. //
  286. // ChoosedRejectList
  287. //
  288. this.ChoosedRejectList.CheckBoxes = true;
  289. this.ChoosedRejectList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  290. this.columnHeader6,
  291. this.columnHeader3,
  292. this.columnHeader7,
  293. this.columnHeader8,
  294. this.columnHeader10});
  295. this.ChoosedRejectList.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  296. this.ChoosedRejectList.Location = new System.Drawing.Point(552, 453);
  297. this.ChoosedRejectList.Margin = new System.Windows.Forms.Padding(4);
  298. this.ChoosedRejectList.Name = "ChoosedRejectList";
  299. this.ChoosedRejectList.Size = new System.Drawing.Size(397, 277);
  300. this.ChoosedRejectList.TabIndex = 50;
  301. this.ChoosedRejectList.UseCompatibleStateImageBehavior = false;
  302. this.ChoosedRejectList.View = System.Windows.Forms.View.Details;
  303. //
  304. // columnHeader6
  305. //
  306. this.columnHeader6.Text = " ";
  307. this.columnHeader6.Width = 20;
  308. //
  309. // columnHeader3
  310. //
  311. this.columnHeader3.Text = "不良代码组";
  312. this.columnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  313. this.columnHeader3.Width = 117;
  314. //
  315. // columnHeader7
  316. //
  317. this.columnHeader7.Text = "不良代码";
  318. this.columnHeader7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  319. this.columnHeader7.Width = 95;
  320. //
  321. // columnHeader8
  322. //
  323. this.columnHeader8.Text = "不良名称";
  324. this.columnHeader8.Width = 99;
  325. //
  326. // columnHeader10
  327. //
  328. this.columnHeader10.Text = "备注";
  329. this.columnHeader10.Width = 0;
  330. //
  331. // ma_qty_label
  332. //
  333. this.ma_qty_label.AutoSize = true;
  334. this.ma_qty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  335. this.ma_qty_label.Location = new System.Drawing.Point(411, 21);
  336. this.ma_qty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  337. this.ma_qty_label.Name = "ma_qty_label";
  338. this.ma_qty_label.Size = new System.Drawing.Size(110, 31);
  339. this.ma_qty_label.TabIndex = 11;
  340. this.ma_qty_label.Text = "工单数量";
  341. //
  342. // ma_prodcode_label
  343. //
  344. this.ma_prodcode_label.AutoSize = true;
  345. this.ma_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  346. this.ma_prodcode_label.Location = new System.Drawing.Point(4, 96);
  347. this.ma_prodcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  348. this.ma_prodcode_label.Name = "ma_prodcode_label";
  349. this.ma_prodcode_label.Size = new System.Drawing.Size(110, 31);
  350. this.ma_prodcode_label.TabIndex = 7;
  351. this.ma_prodcode_label.Text = "产品编号";
  352. //
  353. // ms_makecode_label
  354. //
  355. this.ms_makecode_label.AutoSize = true;
  356. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  357. this.ms_makecode_label.Location = new System.Drawing.Point(4, 20);
  358. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  359. this.ms_makecode_label.Name = "ms_makecode_label";
  360. this.ms_makecode_label.Size = new System.Drawing.Size(110, 31);
  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(900, 32);
  369. this.mcd_inqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  370. this.mcd_inqty_label.Name = "mcd_inqty_label";
  371. this.mcd_inqty_label.Size = new System.Drawing.Size(110, 31);
  372. this.mcd_inqty_label.TabIndex = 14;
  373. this.mcd_inqty_label.Text = "已采集数";
  374. //
  375. // mc_restqty_label
  376. //
  377. this.mc_restqty_label.AutoSize = true;
  378. this.mc_restqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  379. this.mc_restqty_label.Location = new System.Drawing.Point(688, 32);
  380. this.mc_restqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  381. this.mc_restqty_label.Name = "mc_restqty_label";
  382. this.mc_restqty_label.Size = new System.Drawing.Size(110, 31);
  383. this.mc_restqty_label.TabIndex = 17;
  384. this.mc_restqty_label.Text = "待采集数";
  385. //
  386. // label9
  387. //
  388. this.label9.AutoSize = true;
  389. this.label9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  390. this.label9.Location = new System.Drawing.Point(688, 150);
  391. this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  392. this.label9.Name = "label9";
  393. this.label9.Size = new System.Drawing.Size(134, 31);
  394. this.label9.TabIndex = 83;
  395. this.label9.Text = "累计不良数";
  396. //
  397. // label8
  398. //
  399. this.label8.AutoSize = true;
  400. this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  401. this.label8.Location = new System.Drawing.Point(902, 89);
  402. this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  403. this.label8.Name = "label8";
  404. this.label8.Size = new System.Drawing.Size(86, 31);
  405. this.label8.TabIndex = 81;
  406. this.label8.Text = "良品数";
  407. //
  408. // label1
  409. //
  410. this.label1.AutoSize = true;
  411. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  412. this.label1.Location = new System.Drawing.Point(688, 89);
  413. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  414. this.label1.Name = "label1";
  415. this.label1.Size = new System.Drawing.Size(134, 31);
  416. this.label1.TabIndex = 79;
  417. this.label1.Text = "当前不良数";
  418. //
  419. // ob_checkno
  420. //
  421. this.ob_checkno.AutoSize = true;
  422. this.ob_checkno.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  423. this.ob_checkno.ForeColor = System.Drawing.Color.Black;
  424. this.ob_checkno.Location = new System.Drawing.Point(1448, 538);
  425. this.ob_checkno.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  426. this.ob_checkno.Name = "ob_checkno";
  427. this.ob_checkno.Size = new System.Drawing.Size(0, 31);
  428. this.ob_checkno.TabIndex = 76;
  429. this.ob_checkno.Tag = "ob_checkno";
  430. this.ob_checkno.Visible = false;
  431. this.ob_checkno.TextChanged += new System.EventHandler(this.ob_checkno_TextChanged);
  432. //
  433. // pr_detail_label
  434. //
  435. this.pr_detail_label.AutoSize = true;
  436. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  437. this.pr_detail_label.Location = new System.Drawing.Point(324, 96);
  438. this.pr_detail_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  439. this.pr_detail_label.Name = "pr_detail_label";
  440. this.pr_detail_label.Size = new System.Drawing.Size(62, 31);
  441. this.pr_detail_label.TabIndex = 6;
  442. this.pr_detail_label.Text = "型号";
  443. //
  444. // ma_softversion_label
  445. //
  446. this.ma_softversion_label.AutoSize = true;
  447. this.ma_softversion_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  448. this.ma_softversion_label.Location = new System.Drawing.Point(4, 168);
  449. this.ma_softversion_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  450. this.ma_softversion_label.Name = "ma_softversion_label";
  451. this.ma_softversion_label.Size = new System.Drawing.Size(110, 31);
  452. this.ma_softversion_label.TabIndex = 72;
  453. this.ma_softversion_label.Text = "软件版本";
  454. //
  455. // NoteForChange
  456. //
  457. this.NoteForChange.AutoSize = true;
  458. this.NoteForChange.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  459. this.NoteForChange.Location = new System.Drawing.Point(329, 168);
  460. this.NoteForChange.Name = "NoteForChange";
  461. this.NoteForChange.Size = new System.Drawing.Size(144, 28);
  462. this.NoteForChange.TabIndex = 75;
  463. this.NoteForChange.Text = "切换工单提示";
  464. this.NoteForChange.UseVisualStyleBackColor = true;
  465. //
  466. // Lock_label
  467. //
  468. this.Lock_label.AutoSize = true;
  469. this.Lock_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  470. this.Lock_label.ForeColor = System.Drawing.Color.Red;
  471. this.Lock_label.Location = new System.Drawing.Point(432, 224);
  472. this.Lock_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  473. this.Lock_label.Name = "Lock_label";
  474. this.Lock_label.Size = new System.Drawing.Size(188, 31);
  475. this.Lock_label.TabIndex = 77;
  476. this.Lock_label.Text = "Ctrl+Q解除锁定";
  477. this.Lock_label.Visible = false;
  478. //
  479. // ma_salecode
  480. //
  481. this.ma_salecode.AutoSize = true;
  482. this.ma_salecode.Location = new System.Drawing.Point(716, 226);
  483. this.ma_salecode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  484. this.ma_salecode.Name = "ma_salecode";
  485. this.ma_salecode.Size = new System.Drawing.Size(0, 18);
  486. this.ma_salecode.TabIndex = 78;
  487. this.ma_salecode.Visible = false;
  488. //
  489. // pr_sendchecktype
  490. //
  491. this.pr_sendchecktype.AutoSize = true;
  492. this.pr_sendchecktype.Location = new System.Drawing.Point(716, 232);
  493. this.pr_sendchecktype.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  494. this.pr_sendchecktype.Name = "pr_sendchecktype";
  495. this.pr_sendchecktype.Size = new System.Drawing.Size(0, 18);
  496. this.pr_sendchecktype.TabIndex = 79;
  497. this.pr_sendchecktype.Visible = false;
  498. //
  499. // StopWatch
  500. //
  501. this.StopWatch.Enabled = false;
  502. this.StopWatch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  503. this.StopWatch.Location = new System.Drawing.Point(1454, 615);
  504. this.StopWatch.Name = "StopWatch";
  505. this.StopWatch.Size = new System.Drawing.Size(96, 42);
  506. this.StopWatch.TabIndex = 214;
  507. this.StopWatch.Text = "停止监控";
  508. this.StopWatch.UseVisualStyleBackColor = true;
  509. this.StopWatch.Visible = false;
  510. this.StopWatch.Click += new System.EventHandler(this.StopWatch_Click);
  511. //
  512. // StartWatch
  513. //
  514. this.StartWatch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  515. this.StartWatch.Location = new System.Drawing.Point(1457, 474);
  516. this.StartWatch.Name = "StartWatch";
  517. this.StartWatch.Size = new System.Drawing.Size(96, 42);
  518. this.StartWatch.TabIndex = 213;
  519. this.StartWatch.Text = "开始监控";
  520. this.StartWatch.UseVisualStyleBackColor = true;
  521. this.StartWatch.Visible = false;
  522. this.StartWatch.Click += new System.EventHandler(this.StartWatch_Click);
  523. //
  524. // ChooseFolder
  525. //
  526. this.ChooseFolder.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  527. this.ChooseFolder.Location = new System.Drawing.Point(1423, 352);
  528. this.ChooseFolder.Name = "ChooseFolder";
  529. this.ChooseFolder.Size = new System.Drawing.Size(117, 36);
  530. this.ChooseFolder.TabIndex = 212;
  531. this.ChooseFolder.Text = "选择文件夹";
  532. this.ChooseFolder.UseVisualStyleBackColor = true;
  533. this.ChooseFolder.Visible = false;
  534. this.ChooseFolder.Click += new System.EventHandler(this.ChooseFolder_Click);
  535. //
  536. // FolderPath
  537. //
  538. this.FolderPath.Enabled = false;
  539. this.FolderPath.Location = new System.Drawing.Point(1317, 572);
  540. this.FolderPath.Name = "FolderPath";
  541. this.FolderPath.Size = new System.Drawing.Size(236, 28);
  542. this.FolderPath.TabIndex = 211;
  543. this.FolderPath.Visible = false;
  544. //
  545. // label7
  546. //
  547. this.label7.AutoSize = true;
  548. this.label7.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  549. this.label7.Location = new System.Drawing.Point(1418, 235);
  550. this.label7.Name = "label7";
  551. this.label7.Size = new System.Drawing.Size(123, 30);
  552. this.label7.TabIndex = 210;
  553. this.label7.Text = "监控文件夹";
  554. this.label7.Visible = false;
  555. //
  556. // label10
  557. //
  558. this.label10.AutoSize = true;
  559. this.label10.Location = new System.Drawing.Point(717, 250);
  560. this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  561. this.label10.Name = "label10";
  562. this.label10.Size = new System.Drawing.Size(0, 18);
  563. this.label10.TabIndex = 209;
  564. this.label10.Visible = false;
  565. //
  566. // label11
  567. //
  568. this.label11.AutoSize = true;
  569. this.label11.Location = new System.Drawing.Point(717, 244);
  570. this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  571. this.label11.Name = "label11";
  572. this.label11.Size = new System.Drawing.Size(0, 18);
  573. this.label11.TabIndex = 208;
  574. this.label11.Visible = false;
  575. //
  576. // XmlWatcher
  577. //
  578. this.XmlWatcher.EnableRaisingEvents = true;
  579. this.XmlWatcher.Filter = "*.log";
  580. this.XmlWatcher.IncludeSubdirectories = true;
  581. this.XmlWatcher.SynchronizingObject = this;
  582. this.XmlWatcher.Created += new System.IO.FileSystemEventHandler(this.XmlWatcher_Created);
  583. //
  584. // bidui
  585. //
  586. this.bidui.AutoSize = true;
  587. this.bidui.Location = new System.Drawing.Point(852, 754);
  588. this.bidui.Margin = new System.Windows.Forms.Padding(4);
  589. this.bidui.Name = "bidui";
  590. this.bidui.Size = new System.Drawing.Size(106, 22);
  591. this.bidui.TabIndex = 216;
  592. this.bidui.Text = "人员采集";
  593. this.bidui.UseVisualStyleBackColor = true;
  594. //
  595. // label12
  596. //
  597. this.label12.AutoSize = true;
  598. this.label12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  599. this.label12.ForeColor = System.Drawing.Color.Black;
  600. this.label12.Location = new System.Drawing.Point(1076, 150);
  601. this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  602. this.label12.Name = "label12";
  603. this.label12.Size = new System.Drawing.Size(110, 31);
  604. this.label12.TabIndex = 223;
  605. this.label12.Text = "已送检数";
  606. //
  607. // ob_batchqty_label
  608. //
  609. this.ob_batchqty_label.AutoSize = true;
  610. this.ob_batchqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  611. this.ob_batchqty_label.ForeColor = System.Drawing.Color.Black;
  612. this.ob_batchqty_label.Location = new System.Drawing.Point(1076, 32);
  613. this.ob_batchqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  614. this.ob_batchqty_label.Name = "ob_batchqty_label";
  615. this.ob_batchqty_label.Size = new System.Drawing.Size(110, 31);
  616. this.ob_batchqty_label.TabIndex = 221;
  617. this.ob_batchqty_label.Text = "抽检批数";
  618. //
  619. // ob_nowcheckqty_label
  620. //
  621. this.ob_nowcheckqty_label.AutoSize = true;
  622. this.ob_nowcheckqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  623. this.ob_nowcheckqty_label.ForeColor = System.Drawing.Color.Black;
  624. this.ob_nowcheckqty_label.Location = new System.Drawing.Point(1076, 89);
  625. this.ob_nowcheckqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  626. this.ob_nowcheckqty_label.Name = "ob_nowcheckqty_label";
  627. this.ob_nowcheckqty_label.Size = new System.Drawing.Size(110, 31);
  628. this.ob_nowcheckqty_label.TabIndex = 219;
  629. this.ob_nowcheckqty_label.Text = "当前批数";
  630. //
  631. // lastsn
  632. //
  633. this.lastsn.AutoSize = true;
  634. this.lastsn.Font = new System.Drawing.Font("宋体", 25F, System.Drawing.FontStyle.Bold);
  635. this.lastsn.Location = new System.Drawing.Point(496, 272);
  636. this.lastsn.Name = "lastsn";
  637. this.lastsn.Size = new System.Drawing.Size(0, 50);
  638. this.lastsn.TabIndex = 225;
  639. //
  640. // ob_sendqty
  641. //
  642. this.ob_sendqty.AutoSize = true;
  643. this.ob_sendqty.CutLength = null;
  644. this.ob_sendqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  645. this.ob_sendqty.ForeColor = System.Drawing.Color.Black;
  646. this.ob_sendqty.Location = new System.Drawing.Point(1216, 150);
  647. this.ob_sendqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  648. this.ob_sendqty.MaximumSize = new System.Drawing.Size(225, 0);
  649. this.ob_sendqty.Name = "ob_sendqty";
  650. this.ob_sendqty.Size = new System.Drawing.Size(0, 31);
  651. this.ob_sendqty.TabIndex = 224;
  652. this.ob_sendqty.Tag = "ob_batchqty";
  653. //
  654. // ob_batchqty
  655. //
  656. this.ob_batchqty.AutoSize = true;
  657. this.ob_batchqty.CutLength = null;
  658. this.ob_batchqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  659. this.ob_batchqty.ForeColor = System.Drawing.Color.Black;
  660. this.ob_batchqty.Location = new System.Drawing.Point(1216, 32);
  661. this.ob_batchqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  662. this.ob_batchqty.MaximumSize = new System.Drawing.Size(225, 0);
  663. this.ob_batchqty.Name = "ob_batchqty";
  664. this.ob_batchqty.Size = new System.Drawing.Size(0, 31);
  665. this.ob_batchqty.TabIndex = 222;
  666. this.ob_batchqty.Tag = "ob_batchqty";
  667. //
  668. // ob_nowcheckqty
  669. //
  670. this.ob_nowcheckqty.AutoSize = true;
  671. this.ob_nowcheckqty.CutLength = null;
  672. this.ob_nowcheckqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  673. this.ob_nowcheckqty.ForeColor = System.Drawing.Color.Black;
  674. this.ob_nowcheckqty.Location = new System.Drawing.Point(1212, 89);
  675. this.ob_nowcheckqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  676. this.ob_nowcheckqty.MaximumSize = new System.Drawing.Size(225, 0);
  677. this.ob_nowcheckqty.Name = "ob_nowcheckqty";
  678. this.ob_nowcheckqty.Size = new System.Drawing.Size(0, 31);
  679. this.ob_nowcheckqty.TabIndex = 220;
  680. this.ob_nowcheckqty.Tag = "ob_nowcheckqty";
  681. //
  682. // mcd_totalng
  683. //
  684. this.mcd_totalng.AutoSize = true;
  685. this.mcd_totalng.CutLength = null;
  686. this.mcd_totalng.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  687. this.mcd_totalng.Location = new System.Drawing.Point(835, 150);
  688. this.mcd_totalng.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  689. this.mcd_totalng.MaximumSize = new System.Drawing.Size(225, 0);
  690. this.mcd_totalng.Name = "mcd_totalng";
  691. this.mcd_totalng.Size = new System.Drawing.Size(0, 31);
  692. this.mcd_totalng.TabIndex = 84;
  693. this.mcd_totalng.Tag = "mcd_inqty";
  694. //
  695. // biduisn
  696. //
  697. this.biduisn.AllPower = "ifall";
  698. this.biduisn.BackColor = System.Drawing.Color.White;
  699. this.biduisn.Enabled = false;
  700. this.biduisn.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  701. this.biduisn.ID = null;
  702. this.biduisn.Location = new System.Drawing.Point(976, 742);
  703. this.biduisn.Margin = new System.Windows.Forms.Padding(4);
  704. this.biduisn.Name = "biduisn";
  705. this.biduisn.Power = null;
  706. this.biduisn.Size = new System.Drawing.Size(270, 32);
  707. this.biduisn.Str = null;
  708. this.biduisn.Str1 = null;
  709. this.biduisn.Str2 = null;
  710. this.biduisn.TabIndex = 215;
  711. this.biduisn.Tag = "IfRead";
  712. this.biduisn.KeyDown += new System.Windows.Forms.KeyEventHandler(this.biduisn_KeyDown);
  713. //
  714. // mcd_okqty
  715. //
  716. this.mcd_okqty.AutoSize = true;
  717. this.mcd_okqty.CutLength = null;
  718. this.mcd_okqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  719. this.mcd_okqty.Location = new System.Drawing.Point(1013, 89);
  720. this.mcd_okqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  721. this.mcd_okqty.MaximumSize = new System.Drawing.Size(225, 0);
  722. this.mcd_okqty.Name = "mcd_okqty";
  723. this.mcd_okqty.Size = new System.Drawing.Size(0, 31);
  724. this.mcd_okqty.TabIndex = 82;
  725. this.mcd_okqty.Tag = "mcd_inqty";
  726. //
  727. // mcd_ngqty
  728. //
  729. this.mcd_ngqty.AutoSize = true;
  730. this.mcd_ngqty.CutLength = null;
  731. this.mcd_ngqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  732. this.mcd_ngqty.Location = new System.Drawing.Point(835, 89);
  733. this.mcd_ngqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  734. this.mcd_ngqty.MaximumSize = new System.Drawing.Size(225, 0);
  735. this.mcd_ngqty.Name = "mcd_ngqty";
  736. this.mcd_ngqty.Size = new System.Drawing.Size(0, 31);
  737. this.mcd_ngqty.TabIndex = 80;
  738. this.mcd_ngqty.Tag = "mcd_inqty";
  739. //
  740. // SendCheck
  741. //
  742. this.SendCheck.AllPower = null;
  743. this.SendCheck.BackColor = System.Drawing.Color.Transparent;
  744. this.SendCheck.DownImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.DownImage")));
  745. this.SendCheck.Enabled = false;
  746. this.SendCheck.Image = null;
  747. this.SendCheck.IsShowBorder = true;
  748. this.SendCheck.Location = new System.Drawing.Point(912, 150);
  749. this.SendCheck.MoveImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.MoveImage")));
  750. this.SendCheck.Name = "SendCheck";
  751. this.SendCheck.NormalImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.NormalImage")));
  752. this.SendCheck.Power = null;
  753. this.SendCheck.Size = new System.Drawing.Size(98, 39);
  754. this.SendCheck.TabIndex = 72;
  755. this.SendCheck.Text = "送检";
  756. this.SendCheck.UseVisualStyleBackColor = false;
  757. this.SendCheck.Click += new System.EventHandler(this.SendCheck_Click);
  758. //
  759. // mcd_remainqty
  760. //
  761. this.mcd_remainqty.AutoSize = true;
  762. this.mcd_remainqty.CutLength = null;
  763. this.mcd_remainqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  764. this.mcd_remainqty.Location = new System.Drawing.Point(835, 32);
  765. this.mcd_remainqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  766. this.mcd_remainqty.MaximumSize = new System.Drawing.Size(225, 0);
  767. this.mcd_remainqty.Name = "mcd_remainqty";
  768. this.mcd_remainqty.Size = new System.Drawing.Size(0, 31);
  769. this.mcd_remainqty.TabIndex = 57;
  770. this.mcd_remainqty.Tag = "mcd_remainqty";
  771. //
  772. // PrintList
  773. //
  774. this.PrintList.Font = new System.Drawing.Font("微软雅黑", 9F);
  775. this.PrintList.Location = new System.Drawing.Point(1376, 117);
  776. this.PrintList.Margin = new System.Windows.Forms.Padding(9, 10, 9, 10);
  777. this.PrintList.Name = "PrintList";
  778. this.PrintList.Size = new System.Drawing.Size(204, 42);
  779. this.PrintList.TabIndex = 198;
  780. this.PrintList.Visible = false;
  781. //
  782. // normalButton1
  783. //
  784. this.normalButton1.AllPower = null;
  785. this.normalButton1.BackColor = System.Drawing.Color.Transparent;
  786. this.normalButton1.DownImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.DownImage")));
  787. this.normalButton1.Image = null;
  788. this.normalButton1.IsShowBorder = true;
  789. this.normalButton1.Location = new System.Drawing.Point(1397, 395);
  790. this.normalButton1.Margin = new System.Windows.Forms.Padding(4);
  791. this.normalButton1.MoveImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.MoveImage")));
  792. this.normalButton1.Name = "normalButton1";
  793. this.normalButton1.NormalImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.NormalImage")));
  794. this.normalButton1.Power = null;
  795. this.normalButton1.Size = new System.Drawing.Size(156, 42);
  796. this.normalButton1.TabIndex = 197;
  797. this.normalButton1.Text = "打印不良";
  798. this.normalButton1.UseVisualStyleBackColor = false;
  799. this.normalButton1.Visible = false;
  800. this.normalButton1.Click += new System.EventHandler(this.normalButton1_Click);
  801. //
  802. // mcd_inqty
  803. //
  804. this.mcd_inqty.AutoSize = true;
  805. this.mcd_inqty.CutLength = null;
  806. this.mcd_inqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  807. this.mcd_inqty.Location = new System.Drawing.Point(1010, 32);
  808. this.mcd_inqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  809. this.mcd_inqty.MaximumSize = new System.Drawing.Size(225, 0);
  810. this.mcd_inqty.Name = "mcd_inqty";
  811. this.mcd_inqty.Size = new System.Drawing.Size(0, 31);
  812. this.mcd_inqty.TabIndex = 54;
  813. this.mcd_inqty.Tag = "mcd_inqty";
  814. //
  815. // StepCount
  816. //
  817. this.StepCount.LineCode = null;
  818. this.StepCount.Location = new System.Drawing.Point(436, 219);
  819. this.StepCount.Margin = new System.Windows.Forms.Padding(6, 10, 6, 10);
  820. this.StepCount.Name = "StepCount";
  821. this.StepCount.Size = new System.Drawing.Size(96, 33);
  822. this.StepCount.Source = null;
  823. this.StepCount.StepCode = null;
  824. this.StepCount.TabIndex = 194;
  825. //
  826. // Filter
  827. //
  828. this.Filter.BackColor = System.Drawing.Color.Transparent;
  829. this.Filter.Font = new System.Drawing.Font("宋体", 10.8F);
  830. this.Filter.Location = new System.Drawing.Point(140, 412);
  831. this.Filter.Name = "Filter";
  832. this.Filter.PlaceHolder = "不良名称搜索";
  833. this.Filter.Size = new System.Drawing.Size(264, 33);
  834. this.Filter.TabIndex = 76;
  835. this.Filter.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder.OnTextChange(this.Filter_UserControlTextChanged);
  836. //
  837. // ma_softversion
  838. //
  839. this.ma_softversion.AutoSize = true;
  840. this.ma_softversion.CutLength = null;
  841. this.ma_softversion.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  842. this.ma_softversion.Location = new System.Drawing.Point(141, 168);
  843. this.ma_softversion.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  844. this.ma_softversion.MaximumSize = new System.Drawing.Size(225, 0);
  845. this.ma_softversion.Name = "ma_softversion";
  846. this.ma_softversion.Size = new System.Drawing.Size(0, 31);
  847. this.ma_softversion.TabIndex = 73;
  848. //
  849. // Save
  850. //
  851. this.Save.AllPower = null;
  852. this.Save.BackColor = System.Drawing.Color.Transparent;
  853. this.Save.DownImage = ((System.Drawing.Image)(resources.GetObject("Save.DownImage")));
  854. this.Save.Image = null;
  855. this.Save.IsShowBorder = true;
  856. this.Save.Location = new System.Drawing.Point(716, 746);
  857. this.Save.MoveImage = ((System.Drawing.Image)(resources.GetObject("Save.MoveImage")));
  858. this.Save.Name = "Save";
  859. this.Save.NormalImage = ((System.Drawing.Image)(resources.GetObject("Save.NormalImage")));
  860. this.Save.Power = null;
  861. this.Save.Size = new System.Drawing.Size(98, 39);
  862. this.Save.TabIndex = 70;
  863. this.Save.Text = "保存";
  864. this.Save.UseVisualStyleBackColor = false;
  865. this.Save.Click += new System.EventHandler(this.Save_Click);
  866. //
  867. // AutoBadCode
  868. //
  869. this.AutoBadCode.AutoSize = true;
  870. this.AutoBadCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  871. this.AutoBadCode.Location = new System.Drawing.Point(1092, 231);
  872. this.AutoBadCode.Name = "AutoBadCode";
  873. this.AutoBadCode.Size = new System.Drawing.Size(144, 28);
  874. this.AutoBadCode.TabIndex = 69;
  875. this.AutoBadCode.Text = "恢复出厂设置";
  876. this.AutoBadCode.UseVisualStyleBackColor = true;
  877. this.AutoBadCode.Visible = false;
  878. //
  879. // bc_code
  880. //
  881. this.bc_code.AllPower = null;
  882. this.bc_code.BackColor = System.Drawing.Color.White;
  883. this.bc_code.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  884. this.bc_code.ID = null;
  885. this.bc_code.Location = new System.Drawing.Point(141, 332);
  886. this.bc_code.Margin = new System.Windows.Forms.Padding(4);
  887. this.bc_code.Name = "bc_code";
  888. this.bc_code.Power = null;
  889. this.bc_code.Size = new System.Drawing.Size(262, 32);
  890. this.bc_code.Str = null;
  891. this.bc_code.Str1 = null;
  892. this.bc_code.Str2 = null;
  893. this.bc_code.TabIndex = 70;
  894. this.bc_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.bc_code_KeyDown);
  895. this.bc_code.KeyUp += new System.Windows.Forms.KeyEventHandler(this.bc_code_KeyUp);
  896. //
  897. // ma_code
  898. //
  899. this.ma_code.AllPower = null;
  900. this.ma_code.Caller = null;
  901. this.ma_code.Condition = null;
  902. this.ma_code.DBTitle = null;
  903. this.ma_code.FormName = null;
  904. this.ma_code.Location = new System.Drawing.Point(140, 20);
  905. this.ma_code.Margin = new System.Windows.Forms.Padding(4);
  906. this.ma_code.Name = "ma_code";
  907. this.ma_code.Power = null;
  908. this.ma_code.ReturnData = null;
  909. this.ma_code.SelectField = null;
  910. this.ma_code.SetValueField = null;
  911. this.ma_code.Size = new System.Drawing.Size(172, 32);
  912. this.ma_code.TabIndex = 67;
  913. this.ma_code.TableName = null;
  914. this.ma_code.Tag = "ma_code";
  915. this.ma_code.TextBoxEnable = true;
  916. this.ma_code.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox.OnTextChange(this.ma_code_UserControlTextChanged);
  917. //
  918. // LockMakeCode
  919. //
  920. this.LockMakeCode.AutoSize = true;
  921. this.LockMakeCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  922. this.LockMakeCode.LeaveEvent = false;
  923. this.LockMakeCode.Location = new System.Drawing.Point(319, 25);
  924. this.LockMakeCode.Name = "LockMakeCode";
  925. this.LockMakeCode.Size = new System.Drawing.Size(72, 28);
  926. this.LockMakeCode.TabIndex = 66;
  927. this.LockMakeCode.Text = "锁定";
  928. this.LockMakeCode.UseVisualStyleBackColor = true;
  929. //
  930. // pr_spec
  931. //
  932. this.pr_spec.AutoSize = true;
  933. this.pr_spec.CutLength = "qweqwe";
  934. this.pr_spec.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  935. this.pr_spec.Location = new System.Drawing.Point(455, 96);
  936. this.pr_spec.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  937. this.pr_spec.MaximumSize = new System.Drawing.Size(270, 0);
  938. this.pr_spec.Name = "pr_spec";
  939. this.pr_spec.Size = new System.Drawing.Size(0, 31);
  940. this.pr_spec.TabIndex = 56;
  941. //
  942. // ma_qty
  943. //
  944. this.ma_qty.AutoSize = true;
  945. this.ma_qty.CutLength = null;
  946. this.ma_qty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  947. this.ma_qty.Location = new System.Drawing.Point(541, 21);
  948. this.ma_qty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  949. this.ma_qty.MaximumSize = new System.Drawing.Size(225, 0);
  950. this.ma_qty.Name = "ma_qty";
  951. this.ma_qty.Size = new System.Drawing.Size(0, 31);
  952. this.ma_qty.TabIndex = 55;
  953. //
  954. // ma_prodcode
  955. //
  956. this.ma_prodcode.AutoSize = true;
  957. this.ma_prodcode.CutLength = null;
  958. this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  959. this.ma_prodcode.Location = new System.Drawing.Point(141, 96);
  960. this.ma_prodcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  961. this.ma_prodcode.MaximumSize = new System.Drawing.Size(225, 0);
  962. this.ma_prodcode.Name = "ma_prodcode";
  963. this.ma_prodcode.Size = new System.Drawing.Size(0, 31);
  964. this.ma_prodcode.TabIndex = 53;
  965. this.ma_prodcode.TextChanged += new System.EventHandler(this.ma_prodcode_TextChanged);
  966. //
  967. // OperateResult
  968. //
  969. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  970. this.OperateResult.Location = new System.Drawing.Point(966, 272);
  971. this.OperateResult.Margin = new System.Windows.Forms.Padding(4);
  972. this.OperateResult.Name = "OperateResult";
  973. this.OperateResult.Size = new System.Drawing.Size(308, 458);
  974. this.OperateResult.TabIndex = 52;
  975. this.OperateResult.Text = "";
  976. //
  977. // CleanInfo
  978. //
  979. this.CleanInfo.AllPower = null;
  980. this.CleanInfo.BackColor = System.Drawing.Color.Transparent;
  981. this.CleanInfo.DownImage = ((System.Drawing.Image)(resources.GetObject("CleanInfo.DownImage")));
  982. this.CleanInfo.Image = ((System.Drawing.Image)(resources.GetObject("CleanInfo.Image")));
  983. this.CleanInfo.IsShowBorder = true;
  984. this.CleanInfo.Location = new System.Drawing.Point(634, 224);
  985. this.CleanInfo.Margin = new System.Windows.Forms.Padding(4);
  986. this.CleanInfo.MoveImage = ((System.Drawing.Image)(resources.GetObject("CleanInfo.MoveImage")));
  987. this.CleanInfo.Name = "CleanInfo";
  988. this.CleanInfo.NormalImage = ((System.Drawing.Image)(resources.GetObject("CleanInfo.NormalImage")));
  989. this.CleanInfo.Power = null;
  990. this.CleanInfo.Size = new System.Drawing.Size(92, 36);
  991. this.CleanInfo.TabIndex = 47;
  992. this.CleanInfo.Text = "清除内容";
  993. this.CleanInfo.UseVisualStyleBackColor = true;
  994. this.CleanInfo.Visible = false;
  995. this.CleanInfo.Click += new System.EventHandler(this.CleanInfo_Click);
  996. //
  997. // ChooseedReject
  998. //
  999. this.ChooseedReject.Image = ((System.Drawing.Image)(resources.GetObject("ChooseedReject.Image")));
  1000. this.ChooseedReject.Location = new System.Drawing.Point(438, 520);
  1001. this.ChooseedReject.Margin = new System.Windows.Forms.Padding(4);
  1002. this.ChooseedReject.Name = "ChooseedReject";
  1003. this.ChooseedReject.Size = new System.Drawing.Size(75, 34);
  1004. this.ChooseedReject.TabIndex = 45;
  1005. this.ChooseedReject.UseVisualStyleBackColor = true;
  1006. this.ChooseedReject.Click += new System.EventHandler(this.ChooseedReject_Click);
  1007. //
  1008. // WaitReject
  1009. //
  1010. this.WaitReject.Image = ((System.Drawing.Image)(resources.GetObject("WaitReject.Image")));
  1011. this.WaitReject.Location = new System.Drawing.Point(438, 615);
  1012. this.WaitReject.Margin = new System.Windows.Forms.Padding(4);
  1013. this.WaitReject.Name = "WaitReject";
  1014. this.WaitReject.Size = new System.Drawing.Size(75, 34);
  1015. this.WaitReject.TabIndex = 44;
  1016. this.WaitReject.UseVisualStyleBackColor = true;
  1017. this.WaitReject.Click += new System.EventHandler(this.WaitReject_Click);
  1018. //
  1019. // bc_remark
  1020. //
  1021. this.bc_remark.AllPower = null;
  1022. this.bc_remark.BackColor = System.Drawing.Color.White;
  1023. this.bc_remark.ID = null;
  1024. this.bc_remark.Location = new System.Drawing.Point(1185, 596);
  1025. this.bc_remark.Margin = new System.Windows.Forms.Padding(4);
  1026. this.bc_remark.Multiline = true;
  1027. this.bc_remark.Name = "bc_remark";
  1028. this.bc_remark.Power = null;
  1029. this.bc_remark.Size = new System.Drawing.Size(19, 13);
  1030. this.bc_remark.Str = null;
  1031. this.bc_remark.Str1 = null;
  1032. this.bc_remark.Str2 = null;
  1033. this.bc_remark.TabIndex = 41;
  1034. this.bc_remark.Visible = false;
  1035. //
  1036. // bc_groupcode
  1037. //
  1038. this.bc_groupcode.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1039. this.bc_groupcode.FormattingEnabled = true;
  1040. this.bc_groupcode.Location = new System.Drawing.Point(141, 273);
  1041. this.bc_groupcode.Margin = new System.Windows.Forms.Padding(4);
  1042. this.bc_groupcode.Name = "bc_groupcode";
  1043. this.bc_groupcode.Size = new System.Drawing.Size(262, 30);
  1044. this.bc_groupcode.TabIndex = 21;
  1045. this.bc_groupcode.SelectedIndexChanged += new System.EventHandler(this.bc_groupcode_SelectedIndexChanged);
  1046. //
  1047. // ms_sncode
  1048. //
  1049. this.ms_sncode.AllPower = "ifall";
  1050. this.ms_sncode.BackColor = System.Drawing.Color.White;
  1051. this.ms_sncode.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1052. this.ms_sncode.ID = null;
  1053. this.ms_sncode.Location = new System.Drawing.Point(420, 747);
  1054. this.ms_sncode.Margin = new System.Windows.Forms.Padding(4);
  1055. this.ms_sncode.Name = "ms_sncode";
  1056. this.ms_sncode.Power = null;
  1057. this.ms_sncode.Size = new System.Drawing.Size(270, 32);
  1058. this.ms_sncode.Str = null;
  1059. this.ms_sncode.Str1 = null;
  1060. this.ms_sncode.Str2 = null;
  1061. this.ms_sncode.TabIndex = 68;
  1062. this.ms_sncode.Tag = "IfRead";
  1063. this.ms_sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ms_code_KeyDown);
  1064. //
  1065. // lastresult
  1066. //
  1067. this.lastresult.BackColor = System.Drawing.SystemColors.Control;
  1068. this.lastresult.Font = new System.Drawing.Font("宋体", 25F, System.Drawing.FontStyle.Bold);
  1069. this.lastresult.Location = new System.Drawing.Point(505, 332);
  1070. this.lastresult.Name = "lastresult";
  1071. this.lastresult.Size = new System.Drawing.Size(406, 73);
  1072. this.lastresult.TabIndex = 226;
  1073. this.lastresult.UseVisualStyleBackColor = false;
  1074. //
  1075. // Make_TestCollection
  1076. //
  1077. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  1078. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1079. this.BackColor = System.Drawing.SystemColors.Control;
  1080. this.ClientSize = new System.Drawing.Size(1289, 802);
  1081. this.Controls.Add(this.lastresult);
  1082. this.Controls.Add(this.lastsn);
  1083. this.Controls.Add(this.ob_sendqty);
  1084. this.Controls.Add(this.label12);
  1085. this.Controls.Add(this.ob_batchqty);
  1086. this.Controls.Add(this.ob_batchqty_label);
  1087. this.Controls.Add(this.ob_nowcheckqty);
  1088. this.Controls.Add(this.ob_nowcheckqty_label);
  1089. this.Controls.Add(this.mcd_totalng);
  1090. this.Controls.Add(this.bidui);
  1091. this.Controls.Add(this.label9);
  1092. this.Controls.Add(this.biduisn);
  1093. this.Controls.Add(this.mcd_okqty);
  1094. this.Controls.Add(this.StopWatch);
  1095. this.Controls.Add(this.label8);
  1096. this.Controls.Add(this.StartWatch);
  1097. this.Controls.Add(this.mcd_ngqty);
  1098. this.Controls.Add(this.ChooseFolder);
  1099. this.Controls.Add(this.label1);
  1100. this.Controls.Add(this.FolderPath);
  1101. this.Controls.Add(this.ob_checkno);
  1102. this.Controls.Add(this.label7);
  1103. this.Controls.Add(this.SendCheck);
  1104. this.Controls.Add(this.label10);
  1105. this.Controls.Add(this.label11);
  1106. this.Controls.Add(this.mcd_remainqty);
  1107. this.Controls.Add(this.PrintList);
  1108. this.Controls.Add(this.mc_restqty_label);
  1109. this.Controls.Add(this.normalButton1);
  1110. this.Controls.Add(this.mcd_inqty);
  1111. this.Controls.Add(this.mcd_inqty_label);
  1112. this.Controls.Add(this.StepCount);
  1113. this.Controls.Add(this.pr_sendchecktype);
  1114. this.Controls.Add(this.ma_salecode);
  1115. this.Controls.Add(this.Lock_label);
  1116. this.Controls.Add(this.Filter);
  1117. this.Controls.Add(this.NoteForChange);
  1118. this.Controls.Add(this.ma_softversion);
  1119. this.Controls.Add(this.ma_softversion_label);
  1120. this.Controls.Add(this.Save);
  1121. this.Controls.Add(this.AutoBadCode);
  1122. this.Controls.Add(this.bc_code);
  1123. this.Controls.Add(this.ma_code);
  1124. this.Controls.Add(this.LockMakeCode);
  1125. this.Controls.Add(this.label2);
  1126. this.Controls.Add(this.pr_spec);
  1127. this.Controls.Add(this.ma_qty);
  1128. this.Controls.Add(this.ma_prodcode);
  1129. this.Controls.Add(this.OperateResult);
  1130. this.Controls.Add(this.ChoosedRejectList);
  1131. this.Controls.Add(this.CleanInfo);
  1132. this.Controls.Add(this.label6);
  1133. this.Controls.Add(this.ChooseedReject);
  1134. this.Controls.Add(this.WaitReject);
  1135. this.Controls.Add(this.bc_remark);
  1136. this.Controls.Add(this.label5);
  1137. this.Controls.Add(this.label4);
  1138. this.Controls.Add(this.WaitRejectList);
  1139. this.Controls.Add(this.Reject);
  1140. this.Controls.Add(this.GoodProduct);
  1141. this.Controls.Add(this.label3);
  1142. this.Controls.Add(this.bc_groupcode);
  1143. this.Controls.Add(this.bc_remark_label);
  1144. this.Controls.Add(this.ms_sncode_label);
  1145. this.Controls.Add(this.bc_groupcode_label);
  1146. this.Controls.Add(this.ms_sncode);
  1147. this.Controls.Add(this.ma_qty_label);
  1148. this.Controls.Add(this.ms_makecode_label);
  1149. this.Controls.Add(this.pr_detail_label);
  1150. this.Controls.Add(this.ma_prodcode_label);
  1151. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  1152. this.KeyPreview = true;
  1153. this.Margin = new System.Windows.Forms.Padding(4);
  1154. this.Name = "Make_TestCollection";
  1155. this.Tag = "Make!TestCollection";
  1156. this.Text = " ";
  1157. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Make_TestCollection_FormClosing);
  1158. this.Load += new System.EventHandler(this.TestCollection_Load);
  1159. this.SizeChanged += new System.EventHandler(this.测试采集_SizeChanged);
  1160. this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Make_TestCollection_KeyDown);
  1161. ((System.ComponentModel.ISupportInitialize)(this.BadInfSource)).EndInit();
  1162. ((System.ComponentModel.ISupportInitialize)(this.XmlWatcher)).EndInit();
  1163. this.ResumeLayout(false);
  1164. this.PerformLayout();
  1165. }
  1166. #endregion
  1167. private System.Windows.Forms.Label ma_prodcode_label;
  1168. private System.Windows.Forms.Label ms_makecode_label;
  1169. private System.Windows.Forms.Label mcd_inqty_label;
  1170. private System.Windows.Forms.Label ma_qty_label;
  1171. private System.Windows.Forms.Label mc_restqty_label;
  1172. private System.Windows.Forms.Label ms_sncode_label;
  1173. private CustomControl.TextBoxWithIcon.SnCollectionBox ms_sncode;
  1174. private System.Windows.Forms.Label bc_groupcode_label;
  1175. private System.Windows.Forms.Label bc_remark_label;
  1176. private CustomControl.ComBoxWithFocus.ComBoxWithFocus bc_groupcode;
  1177. private System.Windows.Forms.Label label2;
  1178. private System.Windows.Forms.Label label3;
  1179. private System.Windows.Forms.RadioButton GoodProduct;
  1180. private System.Windows.Forms.RadioButton Reject;
  1181. private System.Windows.Forms.ListView WaitRejectList;
  1182. private System.Windows.Forms.Label label4;
  1183. private System.Windows.Forms.Label label5;
  1184. private CustomControl.TextBoxWithIcon.EnterTextBox bc_remark;
  1185. private CustomControl.ButtonUtil.ArrowLeftButton WaitReject;
  1186. private CustomControl.ButtonUtil.ArrowRightButton ChooseedReject;
  1187. private System.Windows.Forms.ColumnHeader columnHeader1;
  1188. private System.Windows.Forms.Label label6;
  1189. private CustomControl.ButtonUtil.NormalButton CleanInfo;
  1190. private System.Windows.Forms.ColumnHeader columnHeader5;
  1191. private System.Windows.Forms.ListView ChoosedRejectList;
  1192. private System.Windows.Forms.ColumnHeader columnHeader6;
  1193. private System.Windows.Forms.ColumnHeader columnHeader7;
  1194. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  1195. private CustomControl.ValueLabel.ValueLabel ma_prodcode;
  1196. private CustomControl.ValueLabel.ValueLabel mcd_inqty;
  1197. private CustomControl.ValueLabel.ValueLabel ma_qty;
  1198. private CustomControl.ValueLabel.ValueLabel pr_spec;
  1199. private CustomControl.ValueLabel.ValueLabel mcd_remainqty;
  1200. private System.Windows.Forms.ColumnHeader columnHeader3;
  1201. private CustomControl.CustomCheckBox.LockCheckBox LockMakeCode;
  1202. private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
  1203. private CustomControl.TextBoxWithIcon.EnterTextBox bc_code;
  1204. private ReSetCheckBox AutoBadCode;
  1205. private System.Windows.Forms.ColumnHeader columnHeader4;
  1206. private CustomControl.ButtonUtil.NormalButton Save;
  1207. private CustomControl.ButtonUtil.NormalButton SendCheck;
  1208. private System.Windows.Forms.Label ob_checkno;
  1209. private System.Windows.Forms.Label pr_detail_label;
  1210. private System.Windows.Forms.ColumnHeader columnHeader2;
  1211. private System.Windows.Forms.ColumnHeader columnHeader8;
  1212. private CustomControl.ValueLabel.ValueLabel ma_softversion;
  1213. private System.Windows.Forms.Label ma_softversion_label;
  1214. private System.Windows.Forms.ColumnHeader columnHeader9;
  1215. private System.Windows.Forms.ColumnHeader columnHeader10;
  1216. private System.Windows.Forms.BindingSource BadInfSource;
  1217. private System.Windows.Forms.CheckBox NoteForChange;
  1218. private CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder Filter;
  1219. private System.Windows.Forms.Timer ControlLockTimer;
  1220. private System.Windows.Forms.Label Lock_label;
  1221. private System.Windows.Forms.Label ma_salecode;
  1222. private System.Windows.Forms.Label pr_sendchecktype;
  1223. private CustomControl.TextBoxWithIcon.SourceStepCount StepCount;
  1224. private CustomControl.ValueLabel.ValueLabel mcd_ngqty;
  1225. private System.Windows.Forms.Label label1;
  1226. private CustomControl.ValueLabel.ValueLabel mcd_totalng;
  1227. private System.Windows.Forms.Label label9;
  1228. private CustomControl.ValueLabel.ValueLabel mcd_okqty;
  1229. private System.Windows.Forms.Label label8;
  1230. private CustomControl.ButtonUtil.NormalButton normalButton1;
  1231. private CustomControl.ComBoxWithFocus.PrinterCombox PrintList;
  1232. private System.Windows.Forms.Button StopWatch;
  1233. private System.Windows.Forms.Button StartWatch;
  1234. private System.Windows.Forms.Button ChooseFolder;
  1235. private System.Windows.Forms.TextBox FolderPath;
  1236. private System.Windows.Forms.Label label7;
  1237. private System.Windows.Forms.Label label10;
  1238. private System.Windows.Forms.Label label11;
  1239. private System.IO.FileSystemWatcher XmlWatcher;
  1240. private System.Windows.Forms.CheckBox bidui;
  1241. private CustomControl.TextBoxWithIcon.SnCollectionBox biduisn;
  1242. private CustomControl.ValueLabel.ValueLabel ob_sendqty;
  1243. private System.Windows.Forms.Label label12;
  1244. private CustomControl.ValueLabel.ValueLabel ob_batchqty;
  1245. private System.Windows.Forms.Label ob_batchqty_label;
  1246. private CustomControl.ValueLabel.ValueLabel ob_nowcheckqty;
  1247. private System.Windows.Forms.Label ob_nowcheckqty_label;
  1248. private System.Windows.Forms.Label lastsn;
  1249. private System.Windows.Forms.Button lastresult;
  1250. }
  1251. }