Make_TestCollection.Designer.cs 69 KB

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