Make_TestCollectionIn.Designer.cs 78 KB

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