Make_TestCollection.Designer.cs 72 KB

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