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