Make_TestCollection.Designer.cs 71 KB

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