Make_TestCollection.Designer.cs 72 KB

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