Make_TestCollectionBatch.Designer.cs 75 KB

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