Make_TestCollection.Designer.cs 56 KB

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