Make_TestCollection.Designer.cs 71 KB

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