Make_TestCollection.Designer.cs 66 KB

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