Make_TestCollection.Designer.cs 62 KB

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