Make_TestCollection.Designer.cs 73 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_TestCollection
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_TestCollection));
  30. this.bc_remark_label = new System.Windows.Forms.Label();
  31. this.ms_sncode_label = new System.Windows.Forms.Label();
  32. this.bc_groupcode_label = new System.Windows.Forms.Label();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.label3 = new System.Windows.Forms.Label();
  35. this.GoodProduct = new System.Windows.Forms.RadioButton();
  36. this.Reject = new System.Windows.Forms.RadioButton();
  37. this.WaitRejectList = new System.Windows.Forms.ListView();
  38. this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  39. this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  40. this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  41. this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  42. this.columnHeader9 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  43. this.label4 = new System.Windows.Forms.Label();
  44. this.label5 = new System.Windows.Forms.Label();
  45. this.label6 = new System.Windows.Forms.Label();
  46. this.ChoosedRejectList = new System.Windows.Forms.ListView();
  47. this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  48. this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  49. this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  50. this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  51. this.columnHeader10 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  52. this.AutoBadCode = new System.Windows.Forms.CheckBox();
  53. this.ma_qty_label = new System.Windows.Forms.Label();
  54. this.ma_prodcode_label = new System.Windows.Forms.Label();
  55. this.ms_makecode_label = new System.Windows.Forms.Label();
  56. this.pr_detail_label = new System.Windows.Forms.Label();
  57. this.ma_softversion_label = new System.Windows.Forms.Label();
  58. this.BadInfSource = new System.Windows.Forms.BindingSource(this.components);
  59. this.NoteForChange = new System.Windows.Forms.CheckBox();
  60. this.ControlLockTimer = new System.Windows.Forms.Timer(this.components);
  61. this.Lock_label = new System.Windows.Forms.Label();
  62. this.ma_salecode = new System.Windows.Forms.Label();
  63. this.pr_sendchecktype = new System.Windows.Forms.Label();
  64. this.SMTBind = new System.Windows.Forms.CheckBox();
  65. this.label1 = new System.Windows.Forms.Label();
  66. this.StopWatch = new System.Windows.Forms.Button();
  67. this.StartWatch = new System.Windows.Forms.Button();
  68. this.ChooseFolder = new System.Windows.Forms.Button();
  69. this.FolderPath = new System.Windows.Forms.TextBox();
  70. this.label8 = new System.Windows.Forms.Label();
  71. this.XmlWatcher = new System.IO.FileSystemWatcher();
  72. this.label12 = new System.Windows.Forms.Label();
  73. this.ob_batchqty_label = new System.Windows.Forms.Label();
  74. this.ob_nowcheckqty_label = new System.Windows.Forms.Label();
  75. this.label9 = new System.Windows.Forms.Label();
  76. this.label7 = new System.Windows.Forms.Label();
  77. this.label10 = new System.Windows.Forms.Label();
  78. this.mc_restqty_label = new System.Windows.Forms.Label();
  79. this.mcd_inqty_label = new System.Windows.Forms.Label();
  80. this.ob_checkno = new System.Windows.Forms.Label();
  81. this.new_softversion = new System.Windows.Forms.TextBox();
  82. this.label11 = new System.Windows.Forms.Label();
  83. this.SoftVersion = new System.Windows.Forms.DataGridView();
  84. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  85. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  86. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  87. this.device = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  88. this.ob_sendqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  89. this.ob_batchqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  90. this.ob_nowcheckqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  91. this.mcd_totalng = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  92. this.mcd_okqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  93. this.mcd_ngqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  94. this.mcd_remainqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  95. this.mcd_inqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  96. this.SendCheck = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  97. this.oneget = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  98. this.StepCount = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SourceStepCount();
  99. this.Filter = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder();
  100. this.ma_softversion = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  101. this.Save = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  102. this.bc_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  103. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
  104. this.LockMakeCode = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox();
  105. this.pr_spec = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  106. this.ma_qty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  107. this.ma_prodcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  108. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  109. this.CleanInfo = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  110. this.ChooseedReject = new UAS_MES_NEW.CustomControl.ButtonUtil.ArrowRightButton();
  111. this.WaitReject = new UAS_MES_NEW.CustomControl.ButtonUtil.ArrowLeftButton();
  112. this.bc_remark = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  113. this.bc_groupcode = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
  114. this.ms_sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  115. this.bd_soncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  116. this.pr_spec1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  117. this.version = new System.Windows.Forms.DataGridViewTextBoxColumn();
  118. ((System.ComponentModel.ISupportInitialize)(this.BadInfSource)).BeginInit();
  119. ((System.ComponentModel.ISupportInitialize)(this.XmlWatcher)).BeginInit();
  120. ((System.ComponentModel.ISupportInitialize)(this.SoftVersion)).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(912, 515);
  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(354, 992);
  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, 983);
  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(165, 983);
  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, 564);
  222. this.WaitRejectList.Margin = new System.Windows.Forms.Padding(5);
  223. this.WaitRejectList.Name = "WaitRejectList";
  224. this.WaitRejectList.Size = new System.Drawing.Size(528, 408);
  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(5, 515);
  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(732, 515);
  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(1290, 517);
  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, 564);
  304. this.ChoosedRejectList.Margin = new System.Windows.Forms.Padding(5);
  305. this.ChoosedRejectList.Name = "ChoosedRejectList";
  306. this.ChoosedRejectList.Size = new System.Drawing.Size(528, 408);
  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. // AutoBadCode
  339. //
  340. this.AutoBadCode.AutoSize = true;
  341. this.AutoBadCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  342. this.AutoBadCode.Location = new System.Drawing.Point(982, 270);
  343. this.AutoBadCode.Margin = new System.Windows.Forms.Padding(4);
  344. this.AutoBadCode.Name = "AutoBadCode";
  345. this.AutoBadCode.Size = new System.Drawing.Size(238, 35);
  346. this.AutoBadCode.TabIndex = 69;
  347. this.AutoBadCode.Text = "自动产生不良代码";
  348. this.AutoBadCode.UseVisualStyleBackColor = true;
  349. this.AutoBadCode.Visible = false;
  350. //
  351. // ma_qty_label
  352. //
  353. this.ma_qty_label.AutoSize = true;
  354. this.ma_qty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  355. this.ma_qty_label.Location = new System.Drawing.Point(573, 28);
  356. this.ma_qty_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  357. this.ma_qty_label.Name = "ma_qty_label";
  358. this.ma_qty_label.Size = new System.Drawing.Size(146, 41);
  359. this.ma_qty_label.TabIndex = 11;
  360. this.ma_qty_label.Text = "工单数量";
  361. //
  362. // ma_prodcode_label
  363. //
  364. this.ma_prodcode_label.AutoSize = true;
  365. this.ma_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  366. this.ma_prodcode_label.Location = new System.Drawing.Point(5, 128);
  367. this.ma_prodcode_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  368. this.ma_prodcode_label.Name = "ma_prodcode_label";
  369. this.ma_prodcode_label.Size = new System.Drawing.Size(146, 41);
  370. this.ma_prodcode_label.TabIndex = 7;
  371. this.ma_prodcode_label.Text = "产品编号";
  372. //
  373. // ms_makecode_label
  374. //
  375. this.ms_makecode_label.AutoSize = true;
  376. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  377. this.ms_makecode_label.Location = new System.Drawing.Point(5, 27);
  378. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  379. this.ms_makecode_label.Name = "ms_makecode_label";
  380. this.ms_makecode_label.Size = new System.Drawing.Size(146, 41);
  381. this.ms_makecode_label.TabIndex = 2;
  382. this.ms_makecode_label.Text = "归属工单";
  383. //
  384. // pr_detail_label
  385. //
  386. this.pr_detail_label.AutoSize = true;
  387. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  388. this.pr_detail_label.Location = new System.Drawing.Point(573, 128);
  389. this.pr_detail_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  390. this.pr_detail_label.Name = "pr_detail_label";
  391. this.pr_detail_label.Size = new System.Drawing.Size(146, 41);
  392. this.pr_detail_label.TabIndex = 6;
  393. this.pr_detail_label.Text = "产品规格";
  394. //
  395. // ma_softversion_label
  396. //
  397. this.ma_softversion_label.AutoSize = true;
  398. this.ma_softversion_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  399. this.ma_softversion_label.Location = new System.Drawing.Point(5, 224);
  400. this.ma_softversion_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  401. this.ma_softversion_label.Name = "ma_softversion_label";
  402. this.ma_softversion_label.Size = new System.Drawing.Size(146, 41);
  403. this.ma_softversion_label.TabIndex = 72;
  404. this.ma_softversion_label.Text = "软件版本";
  405. //
  406. // NoteForChange
  407. //
  408. this.NoteForChange.AutoSize = true;
  409. this.NoteForChange.Checked = true;
  410. this.NoteForChange.CheckState = System.Windows.Forms.CheckState.Checked;
  411. this.NoteForChange.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  412. this.NoteForChange.Location = new System.Drawing.Point(580, 224);
  413. this.NoteForChange.Margin = new System.Windows.Forms.Padding(4);
  414. this.NoteForChange.Name = "NoteForChange";
  415. this.NoteForChange.Size = new System.Drawing.Size(190, 35);
  416. this.NoteForChange.TabIndex = 75;
  417. this.NoteForChange.Text = "切换工单提示";
  418. this.NoteForChange.UseVisualStyleBackColor = true;
  419. //
  420. // Lock_label
  421. //
  422. this.Lock_label.AutoSize = true;
  423. this.Lock_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  424. this.Lock_label.ForeColor = System.Drawing.Color.Red;
  425. this.Lock_label.Location = new System.Drawing.Point(179, 308);
  426. this.Lock_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  427. this.Lock_label.Name = "Lock_label";
  428. this.Lock_label.Size = new System.Drawing.Size(250, 41);
  429. this.Lock_label.TabIndex = 77;
  430. this.Lock_label.Text = "Ctrl+Q解除锁定";
  431. this.Lock_label.Visible = false;
  432. //
  433. // ma_salecode
  434. //
  435. this.ma_salecode.AutoSize = true;
  436. this.ma_salecode.Location = new System.Drawing.Point(955, 301);
  437. this.ma_salecode.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  438. this.ma_salecode.Name = "ma_salecode";
  439. this.ma_salecode.Size = new System.Drawing.Size(0, 24);
  440. this.ma_salecode.TabIndex = 78;
  441. this.ma_salecode.Visible = false;
  442. //
  443. // pr_sendchecktype
  444. //
  445. this.pr_sendchecktype.AutoSize = true;
  446. this.pr_sendchecktype.Location = new System.Drawing.Point(955, 309);
  447. this.pr_sendchecktype.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  448. this.pr_sendchecktype.Name = "pr_sendchecktype";
  449. this.pr_sendchecktype.Size = new System.Drawing.Size(0, 24);
  450. this.pr_sendchecktype.TabIndex = 79;
  451. this.pr_sendchecktype.Visible = false;
  452. //
  453. // SMTBind
  454. //
  455. this.SMTBind.AutoSize = true;
  456. this.SMTBind.Checked = true;
  457. this.SMTBind.CheckState = System.Windows.Forms.CheckState.Checked;
  458. this.SMTBind.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  459. this.SMTBind.Location = new System.Drawing.Point(1485, 258);
  460. this.SMTBind.Margin = new System.Windows.Forms.Padding(4);
  461. this.SMTBind.Name = "SMTBind";
  462. this.SMTBind.Size = new System.Drawing.Size(193, 35);
  463. this.SMTBind.TabIndex = 195;
  464. this.SMTBind.Text = "SMT分板过站";
  465. this.SMTBind.UseVisualStyleBackColor = true;
  466. this.SMTBind.CheckedChanged += new System.EventHandler(this.SMTBind_CheckedChanged);
  467. //
  468. // label1
  469. //
  470. this.label1.AutoSize = true;
  471. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  472. this.label1.Location = new System.Drawing.Point(576, 296);
  473. this.label1.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  474. this.label1.Name = "label1";
  475. this.label1.Size = new System.Drawing.Size(178, 41);
  476. this.label1.TabIndex = 196;
  477. this.label1.Text = "单次扫描数";
  478. //
  479. // StopWatch
  480. //
  481. this.StopWatch.Enabled = false;
  482. this.StopWatch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  483. this.StopWatch.Location = new System.Drawing.Point(760, 451);
  484. this.StopWatch.Margin = new System.Windows.Forms.Padding(4);
  485. this.StopWatch.Name = "StopWatch";
  486. this.StopWatch.Size = new System.Drawing.Size(128, 56);
  487. this.StopWatch.TabIndex = 207;
  488. this.StopWatch.Text = "停止监控";
  489. this.StopWatch.UseVisualStyleBackColor = true;
  490. this.StopWatch.Click += new System.EventHandler(this.StopWatch_Click);
  491. //
  492. // StartWatch
  493. //
  494. this.StartWatch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  495. this.StartWatch.Location = new System.Drawing.Point(591, 451);
  496. this.StartWatch.Margin = new System.Windows.Forms.Padding(4);
  497. this.StartWatch.Name = "StartWatch";
  498. this.StartWatch.Size = new System.Drawing.Size(128, 56);
  499. this.StartWatch.TabIndex = 206;
  500. this.StartWatch.Text = "开始监控";
  501. this.StartWatch.UseVisualStyleBackColor = true;
  502. this.StartWatch.Click += new System.EventHandler(this.StartWatch_Click);
  503. //
  504. // ChooseFolder
  505. //
  506. this.ChooseFolder.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  507. this.ChooseFolder.Location = new System.Drawing.Point(919, 359);
  508. this.ChooseFolder.Margin = new System.Windows.Forms.Padding(4);
  509. this.ChooseFolder.Name = "ChooseFolder";
  510. this.ChooseFolder.Size = new System.Drawing.Size(156, 48);
  511. this.ChooseFolder.TabIndex = 205;
  512. this.ChooseFolder.Text = "选择文件夹";
  513. this.ChooseFolder.UseVisualStyleBackColor = true;
  514. this.ChooseFolder.Click += new System.EventHandler(this.ChooseFolder_Click);
  515. //
  516. // FolderPath
  517. //
  518. this.FolderPath.Enabled = false;
  519. this.FolderPath.Location = new System.Drawing.Point(591, 369);
  520. this.FolderPath.Margin = new System.Windows.Forms.Padding(4);
  521. this.FolderPath.Name = "FolderPath";
  522. this.FolderPath.Size = new System.Drawing.Size(313, 35);
  523. this.FolderPath.TabIndex = 204;
  524. //
  525. // label8
  526. //
  527. this.label8.AutoSize = true;
  528. this.label8.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  529. this.label8.Location = new System.Drawing.Point(892, 309);
  530. this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  531. this.label8.Name = "label8";
  532. this.label8.Size = new System.Drawing.Size(162, 38);
  533. this.label8.TabIndex = 203;
  534. this.label8.Text = "监控文件夹";
  535. //
  536. // XmlWatcher
  537. //
  538. this.XmlWatcher.EnableRaisingEvents = true;
  539. this.XmlWatcher.Filter = "*.csv";
  540. this.XmlWatcher.NotifyFilter = ((System.IO.NotifyFilters)((System.IO.NotifyFilters.FileName | System.IO.NotifyFilters.LastWrite)));
  541. this.XmlWatcher.SynchronizingObject = this;
  542. this.XmlWatcher.Changed += new System.IO.FileSystemEventHandler(this.XmlWatcher_Changed);
  543. //
  544. // label12
  545. //
  546. this.label12.AutoSize = true;
  547. this.label12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  548. this.label12.ForeColor = System.Drawing.Color.Black;
  549. this.label12.Location = new System.Drawing.Point(1492, 203);
  550. this.label12.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  551. this.label12.Name = "label12";
  552. this.label12.Size = new System.Drawing.Size(146, 41);
  553. this.label12.TabIndex = 240;
  554. this.label12.Text = "已送检数";
  555. //
  556. // ob_batchqty_label
  557. //
  558. this.ob_batchqty_label.AutoSize = true;
  559. this.ob_batchqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  560. this.ob_batchqty_label.ForeColor = System.Drawing.Color.Black;
  561. this.ob_batchqty_label.Location = new System.Drawing.Point(1492, 45);
  562. this.ob_batchqty_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  563. this.ob_batchqty_label.Name = "ob_batchqty_label";
  564. this.ob_batchqty_label.Size = new System.Drawing.Size(146, 41);
  565. this.ob_batchqty_label.TabIndex = 238;
  566. this.ob_batchqty_label.Text = "抽检批数";
  567. //
  568. // ob_nowcheckqty_label
  569. //
  570. this.ob_nowcheckqty_label.AutoSize = true;
  571. this.ob_nowcheckqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  572. this.ob_nowcheckqty_label.ForeColor = System.Drawing.Color.Black;
  573. this.ob_nowcheckqty_label.Location = new System.Drawing.Point(1492, 121);
  574. this.ob_nowcheckqty_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  575. this.ob_nowcheckqty_label.Name = "ob_nowcheckqty_label";
  576. this.ob_nowcheckqty_label.Size = new System.Drawing.Size(146, 41);
  577. this.ob_nowcheckqty_label.TabIndex = 236;
  578. this.ob_nowcheckqty_label.Text = "当前批数";
  579. //
  580. // label9
  581. //
  582. this.label9.AutoSize = true;
  583. this.label9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  584. this.label9.Location = new System.Drawing.Point(975, 203);
  585. this.label9.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  586. this.label9.Name = "label9";
  587. this.label9.Size = new System.Drawing.Size(178, 41);
  588. this.label9.TabIndex = 234;
  589. this.label9.Text = "累计不良数";
  590. //
  591. // label7
  592. //
  593. this.label7.AutoSize = true;
  594. this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  595. this.label7.Location = new System.Drawing.Point(1260, 121);
  596. this.label7.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  597. this.label7.Name = "label7";
  598. this.label7.Size = new System.Drawing.Size(114, 41);
  599. this.label7.TabIndex = 232;
  600. this.label7.Text = "良品数";
  601. //
  602. // label10
  603. //
  604. this.label10.AutoSize = true;
  605. this.label10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  606. this.label10.Location = new System.Drawing.Point(975, 121);
  607. this.label10.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  608. this.label10.Name = "label10";
  609. this.label10.Size = new System.Drawing.Size(178, 41);
  610. this.label10.TabIndex = 230;
  611. this.label10.Text = "当前不良数";
  612. //
  613. // mc_restqty_label
  614. //
  615. this.mc_restqty_label.AutoSize = true;
  616. this.mc_restqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  617. this.mc_restqty_label.Location = new System.Drawing.Point(975, 45);
  618. this.mc_restqty_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  619. this.mc_restqty_label.Name = "mc_restqty_label";
  620. this.mc_restqty_label.Size = new System.Drawing.Size(146, 41);
  621. this.mc_restqty_label.TabIndex = 226;
  622. this.mc_restqty_label.Text = "待采集数";
  623. //
  624. // mcd_inqty_label
  625. //
  626. this.mcd_inqty_label.AutoSize = true;
  627. this.mcd_inqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  628. this.mcd_inqty_label.Location = new System.Drawing.Point(1257, 45);
  629. this.mcd_inqty_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  630. this.mcd_inqty_label.Name = "mcd_inqty_label";
  631. this.mcd_inqty_label.Size = new System.Drawing.Size(146, 41);
  632. this.mcd_inqty_label.TabIndex = 225;
  633. this.mcd_inqty_label.Text = "已采集数";
  634. //
  635. // ob_checkno
  636. //
  637. this.ob_checkno.AutoSize = true;
  638. this.ob_checkno.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  639. this.ob_checkno.ForeColor = System.Drawing.Color.Black;
  640. this.ob_checkno.Location = new System.Drawing.Point(911, 515);
  641. this.ob_checkno.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  642. this.ob_checkno.Name = "ob_checkno";
  643. this.ob_checkno.Size = new System.Drawing.Size(0, 41);
  644. this.ob_checkno.TabIndex = 242;
  645. this.ob_checkno.Tag = "ob_checkno";
  646. this.ob_checkno.Visible = false;
  647. //
  648. // new_softversion
  649. //
  650. this.new_softversion.Cursor = System.Windows.Forms.Cursors.Hand;
  651. this.new_softversion.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  652. this.new_softversion.Location = new System.Drawing.Point(165, 225);
  653. this.new_softversion.Margin = new System.Windows.Forms.Padding(4);
  654. this.new_softversion.Name = "new_softversion";
  655. this.new_softversion.Size = new System.Drawing.Size(315, 39);
  656. this.new_softversion.TabIndex = 243;
  657. this.new_softversion.KeyDown += new System.Windows.Forms.KeyEventHandler(this.new_softversion_KeyDown);
  658. //
  659. // label11
  660. //
  661. this.label11.AutoSize = true;
  662. this.label11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  663. this.label11.Location = new System.Drawing.Point(1018, 987);
  664. this.label11.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  665. this.label11.Name = "label11";
  666. this.label11.Size = new System.Drawing.Size(82, 41);
  667. this.label11.TabIndex = 245;
  668. this.label11.Text = "治具";
  669. //
  670. // SoftVersion
  671. //
  672. this.SoftVersion.AllowUserToAddRows = false;
  673. this.SoftVersion.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  674. this.SoftVersion.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  675. this.bd_soncode,
  676. this.pr_spec1,
  677. this.version});
  678. this.SoftVersion.Location = new System.Drawing.Point(1082, 333);
  679. this.SoftVersion.Name = "SoftVersion";
  680. this.SoftVersion.RowHeadersWidth = 82;
  681. this.SoftVersion.RowTemplate.Height = 37;
  682. this.SoftVersion.Size = new System.Drawing.Size(615, 174);
  683. this.SoftVersion.TabIndex = 246;
  684. //
  685. // dataGridViewTextBoxColumn1
  686. //
  687. this.dataGridViewTextBoxColumn1.HeaderText = "料号";
  688. this.dataGridViewTextBoxColumn1.MinimumWidth = 10;
  689. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  690. this.dataGridViewTextBoxColumn1.Width = 200;
  691. //
  692. // dataGridViewTextBoxColumn2
  693. //
  694. this.dataGridViewTextBoxColumn2.HeaderText = "规格";
  695. this.dataGridViewTextBoxColumn2.MinimumWidth = 10;
  696. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  697. this.dataGridViewTextBoxColumn2.Width = 200;
  698. //
  699. // dataGridViewTextBoxColumn3
  700. //
  701. this.dataGridViewTextBoxColumn3.HeaderText = "版本";
  702. this.dataGridViewTextBoxColumn3.MinimumWidth = 10;
  703. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  704. this.dataGridViewTextBoxColumn3.Width = 200;
  705. //
  706. // device
  707. //
  708. this.device.AllPower = "ifall";
  709. this.device.BackColor = System.Drawing.Color.White;
  710. this.device.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  711. this.device.ID = null;
  712. this.device.Location = new System.Drawing.Point(1114, 988);
  713. this.device.Margin = new System.Windows.Forms.Padding(5);
  714. this.device.Name = "device";
  715. this.device.Power = null;
  716. this.device.Size = new System.Drawing.Size(294, 40);
  717. this.device.Str = null;
  718. this.device.Str1 = null;
  719. this.device.Str2 = null;
  720. this.device.TabIndex = 244;
  721. this.device.Tag = "IfRead";
  722. //
  723. // ob_sendqty
  724. //
  725. this.ob_sendqty.AutoSize = true;
  726. this.ob_sendqty.CutLength = null;
  727. this.ob_sendqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  728. this.ob_sendqty.ForeColor = System.Drawing.Color.Black;
  729. this.ob_sendqty.Location = new System.Drawing.Point(1653, 204);
  730. this.ob_sendqty.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  731. this.ob_sendqty.MaximumSize = new System.Drawing.Size(300, 0);
  732. this.ob_sendqty.Name = "ob_sendqty";
  733. this.ob_sendqty.Size = new System.Drawing.Size(0, 41);
  734. this.ob_sendqty.TabIndex = 241;
  735. this.ob_sendqty.Tag = "ob_batchqty";
  736. //
  737. // ob_batchqty
  738. //
  739. this.ob_batchqty.AutoSize = true;
  740. this.ob_batchqty.CutLength = null;
  741. this.ob_batchqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  742. this.ob_batchqty.ForeColor = System.Drawing.Color.Black;
  743. this.ob_batchqty.Location = new System.Drawing.Point(1657, 47);
  744. this.ob_batchqty.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  745. this.ob_batchqty.MaximumSize = new System.Drawing.Size(300, 0);
  746. this.ob_batchqty.Name = "ob_batchqty";
  747. this.ob_batchqty.Size = new System.Drawing.Size(0, 41);
  748. this.ob_batchqty.TabIndex = 239;
  749. this.ob_batchqty.Tag = "ob_batchqty";
  750. //
  751. // ob_nowcheckqty
  752. //
  753. this.ob_nowcheckqty.AutoSize = true;
  754. this.ob_nowcheckqty.CutLength = null;
  755. this.ob_nowcheckqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  756. this.ob_nowcheckqty.ForeColor = System.Drawing.Color.Black;
  757. this.ob_nowcheckqty.Location = new System.Drawing.Point(1647, 124);
  758. this.ob_nowcheckqty.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  759. this.ob_nowcheckqty.MaximumSize = new System.Drawing.Size(300, 0);
  760. this.ob_nowcheckqty.Name = "ob_nowcheckqty";
  761. this.ob_nowcheckqty.Size = new System.Drawing.Size(0, 41);
  762. this.ob_nowcheckqty.TabIndex = 237;
  763. this.ob_nowcheckqty.Tag = "ob_nowcheckqty";
  764. //
  765. // mcd_totalng
  766. //
  767. this.mcd_totalng.AutoSize = true;
  768. this.mcd_totalng.CutLength = null;
  769. this.mcd_totalng.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  770. this.mcd_totalng.Location = new System.Drawing.Point(1171, 203);
  771. this.mcd_totalng.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  772. this.mcd_totalng.MaximumSize = new System.Drawing.Size(300, 0);
  773. this.mcd_totalng.Name = "mcd_totalng";
  774. this.mcd_totalng.Size = new System.Drawing.Size(0, 41);
  775. this.mcd_totalng.TabIndex = 235;
  776. this.mcd_totalng.Tag = "mcd_inqty";
  777. //
  778. // mcd_okqty
  779. //
  780. this.mcd_okqty.AutoSize = true;
  781. this.mcd_okqty.CutLength = null;
  782. this.mcd_okqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  783. this.mcd_okqty.Location = new System.Drawing.Point(1408, 121);
  784. this.mcd_okqty.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  785. this.mcd_okqty.MaximumSize = new System.Drawing.Size(300, 0);
  786. this.mcd_okqty.Name = "mcd_okqty";
  787. this.mcd_okqty.Size = new System.Drawing.Size(0, 41);
  788. this.mcd_okqty.TabIndex = 233;
  789. this.mcd_okqty.Tag = "mcd_inqty";
  790. //
  791. // mcd_ngqty
  792. //
  793. this.mcd_ngqty.AutoSize = true;
  794. this.mcd_ngqty.CutLength = null;
  795. this.mcd_ngqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  796. this.mcd_ngqty.Location = new System.Drawing.Point(1171, 121);
  797. this.mcd_ngqty.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  798. this.mcd_ngqty.MaximumSize = new System.Drawing.Size(300, 0);
  799. this.mcd_ngqty.Name = "mcd_ngqty";
  800. this.mcd_ngqty.Size = new System.Drawing.Size(0, 41);
  801. this.mcd_ngqty.TabIndex = 231;
  802. this.mcd_ngqty.Tag = "mcd_inqty";
  803. //
  804. // mcd_remainqty
  805. //
  806. this.mcd_remainqty.AutoSize = true;
  807. this.mcd_remainqty.CutLength = null;
  808. this.mcd_remainqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  809. this.mcd_remainqty.Location = new System.Drawing.Point(1171, 45);
  810. this.mcd_remainqty.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  811. this.mcd_remainqty.MaximumSize = new System.Drawing.Size(300, 0);
  812. this.mcd_remainqty.Name = "mcd_remainqty";
  813. this.mcd_remainqty.Size = new System.Drawing.Size(0, 41);
  814. this.mcd_remainqty.TabIndex = 228;
  815. this.mcd_remainqty.Tag = "mcd_remainqty";
  816. //
  817. // mcd_inqty
  818. //
  819. this.mcd_inqty.AutoSize = true;
  820. this.mcd_inqty.CutLength = null;
  821. this.mcd_inqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  822. this.mcd_inqty.Location = new System.Drawing.Point(1404, 45);
  823. this.mcd_inqty.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  824. this.mcd_inqty.MaximumSize = new System.Drawing.Size(300, 0);
  825. this.mcd_inqty.Name = "mcd_inqty";
  826. this.mcd_inqty.Size = new System.Drawing.Size(0, 41);
  827. this.mcd_inqty.TabIndex = 227;
  828. this.mcd_inqty.Tag = "mcd_inqty";
  829. //
  830. // SendCheck
  831. //
  832. this.SendCheck.AllPower = null;
  833. this.SendCheck.BackColor = System.Drawing.Color.Transparent;
  834. this.SendCheck.DownImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.DownImage")));
  835. this.SendCheck.Enabled = false;
  836. this.SendCheck.Image = null;
  837. this.SendCheck.IsShowBorder = true;
  838. this.SendCheck.Location = new System.Drawing.Point(1265, 203);
  839. this.SendCheck.Margin = new System.Windows.Forms.Padding(4);
  840. this.SendCheck.MoveImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.MoveImage")));
  841. this.SendCheck.Name = "SendCheck";
  842. this.SendCheck.NormalImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.NormalImage")));
  843. this.SendCheck.Power = null;
  844. this.SendCheck.Size = new System.Drawing.Size(131, 52);
  845. this.SendCheck.TabIndex = 72;
  846. this.SendCheck.Text = "送检";
  847. this.SendCheck.UseVisualStyleBackColor = false;
  848. this.SendCheck.Click += new System.EventHandler(this.SendCheck_Click);
  849. //
  850. // oneget
  851. //
  852. this.oneget.AutoSize = true;
  853. this.oneget.CutLength = "qweqwe";
  854. this.oneget.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  855. this.oneget.Location = new System.Drawing.Point(779, 291);
  856. this.oneget.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  857. this.oneget.MaximumSize = new System.Drawing.Size(300, 0);
  858. this.oneget.Name = "oneget";
  859. this.oneget.Size = new System.Drawing.Size(0, 55);
  860. this.oneget.TabIndex = 197;
  861. //
  862. // StepCount
  863. //
  864. this.StepCount.LineCode = null;
  865. this.StepCount.Location = new System.Drawing.Point(221, 301);
  866. this.StepCount.Margin = new System.Windows.Forms.Padding(8, 13, 8, 13);
  867. this.StepCount.Name = "StepCount";
  868. this.StepCount.Size = new System.Drawing.Size(128, 44);
  869. this.StepCount.Source = null;
  870. this.StepCount.StepCode = null;
  871. this.StepCount.TabIndex = 194;
  872. //
  873. // Filter
  874. //
  875. this.Filter.BackColor = System.Drawing.Color.Transparent;
  876. this.Filter.Font = new System.Drawing.Font("宋体", 10.8F);
  877. this.Filter.Location = new System.Drawing.Point(187, 515);
  878. this.Filter.Margin = new System.Windows.Forms.Padding(4);
  879. this.Filter.Name = "Filter";
  880. this.Filter.PlaceHolder = "不良名称搜索";
  881. this.Filter.Size = new System.Drawing.Size(352, 44);
  882. this.Filter.TabIndex = 76;
  883. this.Filter.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder.OnTextChange(this.Filter_UserControlTextChanged);
  884. //
  885. // ma_softversion
  886. //
  887. this.ma_softversion.AutoSize = true;
  888. this.ma_softversion.CutLength = null;
  889. this.ma_softversion.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  890. this.ma_softversion.Location = new System.Drawing.Point(188, 224);
  891. this.ma_softversion.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  892. this.ma_softversion.MaximumSize = new System.Drawing.Size(300, 0);
  893. this.ma_softversion.Name = "ma_softversion";
  894. this.ma_softversion.Size = new System.Drawing.Size(0, 41);
  895. this.ma_softversion.TabIndex = 73;
  896. this.ma_softversion.Visible = false;
  897. //
  898. // Save
  899. //
  900. this.Save.AllPower = null;
  901. this.Save.BackColor = System.Drawing.Color.Transparent;
  902. this.Save.DownImage = ((System.Drawing.Image)(resources.GetObject("Save.DownImage")));
  903. this.Save.Image = null;
  904. this.Save.IsShowBorder = true;
  905. this.Save.Location = new System.Drawing.Point(867, 986);
  906. this.Save.Margin = new System.Windows.Forms.Padding(4);
  907. this.Save.MoveImage = ((System.Drawing.Image)(resources.GetObject("Save.MoveImage")));
  908. this.Save.Name = "Save";
  909. this.Save.NormalImage = ((System.Drawing.Image)(resources.GetObject("Save.NormalImage")));
  910. this.Save.Power = null;
  911. this.Save.Size = new System.Drawing.Size(131, 52);
  912. this.Save.TabIndex = 70;
  913. this.Save.Text = "保存";
  914. this.Save.UseVisualStyleBackColor = false;
  915. this.Save.Click += new System.EventHandler(this.Save_Click);
  916. //
  917. // bc_code
  918. //
  919. this.bc_code.AllPower = null;
  920. this.bc_code.BackColor = System.Drawing.Color.White;
  921. this.bc_code.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  922. this.bc_code.ID = null;
  923. this.bc_code.Location = new System.Drawing.Point(188, 443);
  924. this.bc_code.Margin = new System.Windows.Forms.Padding(5);
  925. this.bc_code.Name = "bc_code";
  926. this.bc_code.Power = null;
  927. this.bc_code.Size = new System.Drawing.Size(348, 40);
  928. this.bc_code.Str = null;
  929. this.bc_code.Str1 = null;
  930. this.bc_code.Str2 = null;
  931. this.bc_code.TabIndex = 70;
  932. this.bc_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.bc_code_KeyDown);
  933. //
  934. // ma_code
  935. //
  936. this.ma_code.AllPower = null;
  937. this.ma_code.Caller = null;
  938. this.ma_code.Condition = null;
  939. this.ma_code.DBTitle = null;
  940. this.ma_code.FormName = null;
  941. this.ma_code.Location = new System.Drawing.Point(187, 27);
  942. this.ma_code.Margin = new System.Windows.Forms.Padding(5);
  943. this.ma_code.Name = "ma_code";
  944. this.ma_code.Power = null;
  945. this.ma_code.ReturnData = null;
  946. this.ma_code.SelectField = null;
  947. this.ma_code.SetValueField = null;
  948. this.ma_code.Size = new System.Drawing.Size(229, 43);
  949. this.ma_code.TabIndex = 67;
  950. this.ma_code.TableName = null;
  951. this.ma_code.Tag = "ma_code";
  952. this.ma_code.TextBoxEnable = true;
  953. this.ma_code.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox.OnTextChange(this.ma_code_UserControlTextChanged);
  954. //
  955. // LockMakeCode
  956. //
  957. this.LockMakeCode.AutoSize = true;
  958. this.LockMakeCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  959. this.LockMakeCode.LeaveEvent = false;
  960. this.LockMakeCode.Location = new System.Drawing.Point(448, 29);
  961. this.LockMakeCode.Margin = new System.Windows.Forms.Padding(4);
  962. this.LockMakeCode.Name = "LockMakeCode";
  963. this.LockMakeCode.Size = new System.Drawing.Size(94, 35);
  964. this.LockMakeCode.TabIndex = 66;
  965. this.LockMakeCode.Text = "锁定";
  966. this.LockMakeCode.UseVisualStyleBackColor = true;
  967. //
  968. // pr_spec
  969. //
  970. this.pr_spec.AutoSize = true;
  971. this.pr_spec.CutLength = "qweqwe";
  972. this.pr_spec.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  973. this.pr_spec.Location = new System.Drawing.Point(760, 128);
  974. this.pr_spec.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  975. this.pr_spec.MaximumSize = new System.Drawing.Size(300, 0);
  976. this.pr_spec.Name = "pr_spec";
  977. this.pr_spec.Size = new System.Drawing.Size(0, 31);
  978. this.pr_spec.TabIndex = 56;
  979. //
  980. // ma_qty
  981. //
  982. this.ma_qty.AutoSize = true;
  983. this.ma_qty.CutLength = null;
  984. this.ma_qty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  985. this.ma_qty.Location = new System.Drawing.Point(757, 28);
  986. this.ma_qty.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  987. this.ma_qty.MaximumSize = new System.Drawing.Size(300, 0);
  988. this.ma_qty.Name = "ma_qty";
  989. this.ma_qty.Size = new System.Drawing.Size(0, 41);
  990. this.ma_qty.TabIndex = 55;
  991. //
  992. // ma_prodcode
  993. //
  994. this.ma_prodcode.AutoSize = true;
  995. this.ma_prodcode.CutLength = null;
  996. this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  997. this.ma_prodcode.Location = new System.Drawing.Point(188, 128);
  998. this.ma_prodcode.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  999. this.ma_prodcode.MaximumSize = new System.Drawing.Size(300, 0);
  1000. this.ma_prodcode.Name = "ma_prodcode";
  1001. this.ma_prodcode.Size = new System.Drawing.Size(0, 41);
  1002. this.ma_prodcode.TabIndex = 53;
  1003. this.ma_prodcode.TextChanged += new System.EventHandler(this.ma_prodcode_TextChanged);
  1004. //
  1005. // OperateResult
  1006. //
  1007. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1008. this.OperateResult.Location = new System.Drawing.Point(1288, 564);
  1009. this.OperateResult.Margin = new System.Windows.Forms.Padding(5);
  1010. this.OperateResult.Name = "OperateResult";
  1011. this.OperateResult.Size = new System.Drawing.Size(409, 408);
  1012. this.OperateResult.TabIndex = 52;
  1013. this.OperateResult.Text = "";
  1014. //
  1015. // CleanInfo
  1016. //
  1017. this.CleanInfo.AllPower = null;
  1018. this.CleanInfo.BackColor = System.Drawing.Color.Transparent;
  1019. this.CleanInfo.DownImage = ((System.Drawing.Image)(resources.GetObject("CleanInfo.DownImage")));
  1020. this.CleanInfo.Image = ((System.Drawing.Image)(resources.GetObject("CleanInfo.Image")));
  1021. this.CleanInfo.IsShowBorder = true;
  1022. this.CleanInfo.Location = new System.Drawing.Point(1440, 985);
  1023. this.CleanInfo.Margin = new System.Windows.Forms.Padding(5);
  1024. this.CleanInfo.MoveImage = ((System.Drawing.Image)(resources.GetObject("CleanInfo.MoveImage")));
  1025. this.CleanInfo.Name = "CleanInfo";
  1026. this.CleanInfo.NormalImage = ((System.Drawing.Image)(resources.GetObject("CleanInfo.NormalImage")));
  1027. this.CleanInfo.Power = null;
  1028. this.CleanInfo.Size = new System.Drawing.Size(123, 48);
  1029. this.CleanInfo.TabIndex = 47;
  1030. this.CleanInfo.Text = "清除内容";
  1031. this.CleanInfo.UseVisualStyleBackColor = true;
  1032. this.CleanInfo.Click += new System.EventHandler(this.CleanInfo_Click);
  1033. //
  1034. // ChooseedReject
  1035. //
  1036. this.ChooseedReject.Image = ((System.Drawing.Image)(resources.GetObject("ChooseedReject.Image")));
  1037. this.ChooseedReject.Location = new System.Drawing.Point(584, 693);
  1038. this.ChooseedReject.Margin = new System.Windows.Forms.Padding(5);
  1039. this.ChooseedReject.Name = "ChooseedReject";
  1040. this.ChooseedReject.Size = new System.Drawing.Size(100, 45);
  1041. this.ChooseedReject.TabIndex = 45;
  1042. this.ChooseedReject.UseVisualStyleBackColor = true;
  1043. this.ChooseedReject.Click += new System.EventHandler(this.ChooseedReject_Click);
  1044. //
  1045. // WaitReject
  1046. //
  1047. this.WaitReject.Image = ((System.Drawing.Image)(resources.GetObject("WaitReject.Image")));
  1048. this.WaitReject.Location = new System.Drawing.Point(584, 820);
  1049. this.WaitReject.Margin = new System.Windows.Forms.Padding(5);
  1050. this.WaitReject.Name = "WaitReject";
  1051. this.WaitReject.Size = new System.Drawing.Size(100, 45);
  1052. this.WaitReject.TabIndex = 44;
  1053. this.WaitReject.UseVisualStyleBackColor = true;
  1054. this.WaitReject.Click += new System.EventHandler(this.WaitReject_Click);
  1055. //
  1056. // bc_remark
  1057. //
  1058. this.bc_remark.AllPower = null;
  1059. this.bc_remark.BackColor = System.Drawing.Color.White;
  1060. this.bc_remark.ID = null;
  1061. this.bc_remark.Location = new System.Drawing.Point(1123, 523);
  1062. this.bc_remark.Margin = new System.Windows.Forms.Padding(5);
  1063. this.bc_remark.Multiline = true;
  1064. this.bc_remark.Name = "bc_remark";
  1065. this.bc_remark.Power = null;
  1066. this.bc_remark.Size = new System.Drawing.Size(129, 16);
  1067. this.bc_remark.Str = null;
  1068. this.bc_remark.Str1 = null;
  1069. this.bc_remark.Str2 = null;
  1070. this.bc_remark.TabIndex = 41;
  1071. this.bc_remark.Visible = false;
  1072. //
  1073. // bc_groupcode
  1074. //
  1075. this.bc_groupcode.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1076. this.bc_groupcode.FormattingEnabled = true;
  1077. this.bc_groupcode.Location = new System.Drawing.Point(188, 364);
  1078. this.bc_groupcode.Margin = new System.Windows.Forms.Padding(5);
  1079. this.bc_groupcode.Name = "bc_groupcode";
  1080. this.bc_groupcode.Size = new System.Drawing.Size(348, 37);
  1081. this.bc_groupcode.TabIndex = 21;
  1082. this.bc_groupcode.SelectedIndexChanged += new System.EventHandler(this.bc_groupcode_SelectedIndexChanged);
  1083. //
  1084. // ms_sncode
  1085. //
  1086. this.ms_sncode.AllPower = "ifall";
  1087. this.ms_sncode.BackColor = System.Drawing.Color.White;
  1088. this.ms_sncode.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1089. this.ms_sncode.ID = null;
  1090. this.ms_sncode.Location = new System.Drawing.Point(488, 993);
  1091. this.ms_sncode.Margin = new System.Windows.Forms.Padding(5);
  1092. this.ms_sncode.Name = "ms_sncode";
  1093. this.ms_sncode.Power = null;
  1094. this.ms_sncode.Size = new System.Drawing.Size(359, 40);
  1095. this.ms_sncode.Str = null;
  1096. this.ms_sncode.Str1 = null;
  1097. this.ms_sncode.Str2 = null;
  1098. this.ms_sncode.TabIndex = 68;
  1099. this.ms_sncode.Tag = "IfRead";
  1100. this.ms_sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ms_code_KeyDown_one);
  1101. //
  1102. // bd_soncode
  1103. //
  1104. this.bd_soncode.DataPropertyName = "bd_soncode";
  1105. this.bd_soncode.HeaderText = "料号";
  1106. this.bd_soncode.MinimumWidth = 10;
  1107. this.bd_soncode.Name = "bd_soncode";
  1108. this.bd_soncode.ReadOnly = true;
  1109. this.bd_soncode.Width = 200;
  1110. //
  1111. // pr_spec1
  1112. //
  1113. this.pr_spec1.DataPropertyName = "pr_spec";
  1114. this.pr_spec1.HeaderText = "规格";
  1115. this.pr_spec1.MinimumWidth = 10;
  1116. this.pr_spec1.Name = "pr_spec1";
  1117. this.pr_spec1.ReadOnly = true;
  1118. this.pr_spec1.Width = 200;
  1119. //
  1120. // version
  1121. //
  1122. this.version.HeaderText = "版本";
  1123. this.version.MinimumWidth = 10;
  1124. this.version.Name = "version";
  1125. this.version.Width = 200;
  1126. //
  1127. // Make_TestCollection
  1128. //
  1129. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  1130. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1131. this.BackColor = System.Drawing.SystemColors.Control;
  1132. this.ClientSize = new System.Drawing.Size(1721, 1051);
  1133. this.Controls.Add(this.SoftVersion);
  1134. this.Controls.Add(this.label11);
  1135. this.Controls.Add(this.device);
  1136. this.Controls.Add(this.new_softversion);
  1137. this.Controls.Add(this.ob_checkno);
  1138. this.Controls.Add(this.ob_sendqty);
  1139. this.Controls.Add(this.label12);
  1140. this.Controls.Add(this.ob_batchqty);
  1141. this.Controls.Add(this.ob_batchqty_label);
  1142. this.Controls.Add(this.ob_nowcheckqty);
  1143. this.Controls.Add(this.ob_nowcheckqty_label);
  1144. this.Controls.Add(this.mcd_totalng);
  1145. this.Controls.Add(this.label9);
  1146. this.Controls.Add(this.mcd_okqty);
  1147. this.Controls.Add(this.label7);
  1148. this.Controls.Add(this.mcd_ngqty);
  1149. this.Controls.Add(this.label10);
  1150. this.Controls.Add(this.mcd_remainqty);
  1151. this.Controls.Add(this.mc_restqty_label);
  1152. this.Controls.Add(this.mcd_inqty);
  1153. this.Controls.Add(this.mcd_inqty_label);
  1154. this.Controls.Add(this.StopWatch);
  1155. this.Controls.Add(this.StartWatch);
  1156. this.Controls.Add(this.ChooseFolder);
  1157. this.Controls.Add(this.SendCheck);
  1158. this.Controls.Add(this.FolderPath);
  1159. this.Controls.Add(this.label8);
  1160. this.Controls.Add(this.oneget);
  1161. this.Controls.Add(this.label1);
  1162. this.Controls.Add(this.SMTBind);
  1163. this.Controls.Add(this.StepCount);
  1164. this.Controls.Add(this.pr_sendchecktype);
  1165. this.Controls.Add(this.ma_salecode);
  1166. this.Controls.Add(this.Lock_label);
  1167. this.Controls.Add(this.Filter);
  1168. this.Controls.Add(this.NoteForChange);
  1169. this.Controls.Add(this.ma_softversion);
  1170. this.Controls.Add(this.ma_softversion_label);
  1171. this.Controls.Add(this.Save);
  1172. this.Controls.Add(this.AutoBadCode);
  1173. this.Controls.Add(this.bc_code);
  1174. this.Controls.Add(this.ma_code);
  1175. this.Controls.Add(this.LockMakeCode);
  1176. this.Controls.Add(this.label2);
  1177. this.Controls.Add(this.pr_spec);
  1178. this.Controls.Add(this.ma_qty);
  1179. this.Controls.Add(this.ma_prodcode);
  1180. this.Controls.Add(this.OperateResult);
  1181. this.Controls.Add(this.ChoosedRejectList);
  1182. this.Controls.Add(this.CleanInfo);
  1183. this.Controls.Add(this.label6);
  1184. this.Controls.Add(this.ChooseedReject);
  1185. this.Controls.Add(this.WaitReject);
  1186. this.Controls.Add(this.bc_remark);
  1187. this.Controls.Add(this.label5);
  1188. this.Controls.Add(this.label4);
  1189. this.Controls.Add(this.WaitRejectList);
  1190. this.Controls.Add(this.Reject);
  1191. this.Controls.Add(this.GoodProduct);
  1192. this.Controls.Add(this.label3);
  1193. this.Controls.Add(this.bc_groupcode);
  1194. this.Controls.Add(this.bc_remark_label);
  1195. this.Controls.Add(this.ms_sncode_label);
  1196. this.Controls.Add(this.bc_groupcode_label);
  1197. this.Controls.Add(this.ms_sncode);
  1198. this.Controls.Add(this.ma_qty_label);
  1199. this.Controls.Add(this.ms_makecode_label);
  1200. this.Controls.Add(this.pr_detail_label);
  1201. this.Controls.Add(this.ma_prodcode_label);
  1202. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  1203. this.KeyPreview = true;
  1204. this.Margin = new System.Windows.Forms.Padding(5);
  1205. this.Name = "Make_TestCollection";
  1206. this.Tag = "Make!TestCollection";
  1207. this.Text = " ";
  1208. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Make_TestCollection_FormClosing);
  1209. this.Load += new System.EventHandler(this.TestCollection_Load);
  1210. this.SizeChanged += new System.EventHandler(this.测试采集_SizeChanged);
  1211. this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Make_TestCollection_KeyDown);
  1212. ((System.ComponentModel.ISupportInitialize)(this.BadInfSource)).EndInit();
  1213. ((System.ComponentModel.ISupportInitialize)(this.XmlWatcher)).EndInit();
  1214. ((System.ComponentModel.ISupportInitialize)(this.SoftVersion)).EndInit();
  1215. this.ResumeLayout(false);
  1216. this.PerformLayout();
  1217. }
  1218. #endregion
  1219. private System.Windows.Forms.Label ma_prodcode_label;
  1220. private System.Windows.Forms.Label ms_makecode_label;
  1221. private System.Windows.Forms.Label ma_qty_label;
  1222. private System.Windows.Forms.Label ms_sncode_label;
  1223. private CustomControl.TextBoxWithIcon.SnCollectionBox ms_sncode;
  1224. private System.Windows.Forms.Label bc_groupcode_label;
  1225. private System.Windows.Forms.Label bc_remark_label;
  1226. private CustomControl.ComBoxWithFocus.ComBoxWithFocus bc_groupcode;
  1227. private System.Windows.Forms.Label label2;
  1228. private System.Windows.Forms.Label label3;
  1229. private System.Windows.Forms.RadioButton GoodProduct;
  1230. private System.Windows.Forms.RadioButton Reject;
  1231. private System.Windows.Forms.ListView WaitRejectList;
  1232. private System.Windows.Forms.Label label4;
  1233. private System.Windows.Forms.Label label5;
  1234. private CustomControl.TextBoxWithIcon.EnterTextBox bc_remark;
  1235. private CustomControl.ButtonUtil.ArrowLeftButton WaitReject;
  1236. private CustomControl.ButtonUtil.ArrowRightButton ChooseedReject;
  1237. private System.Windows.Forms.ColumnHeader columnHeader1;
  1238. private System.Windows.Forms.Label label6;
  1239. private CustomControl.ButtonUtil.NormalButton CleanInfo;
  1240. private System.Windows.Forms.ColumnHeader columnHeader5;
  1241. private System.Windows.Forms.ListView ChoosedRejectList;
  1242. private System.Windows.Forms.ColumnHeader columnHeader6;
  1243. private System.Windows.Forms.ColumnHeader columnHeader7;
  1244. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  1245. private CustomControl.ValueLabel.ValueLabel ma_prodcode;
  1246. private CustomControl.ValueLabel.ValueLabel ma_qty;
  1247. private CustomControl.ValueLabel.ValueLabel pr_spec;
  1248. private System.Windows.Forms.ColumnHeader columnHeader3;
  1249. private CustomControl.CustomCheckBox.LockCheckBox LockMakeCode;
  1250. private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
  1251. private CustomControl.TextBoxWithIcon.EnterTextBox bc_code;
  1252. private System.Windows.Forms.CheckBox AutoBadCode;
  1253. private System.Windows.Forms.ColumnHeader columnHeader4;
  1254. private CustomControl.ButtonUtil.NormalButton Save;
  1255. private CustomControl.ButtonUtil.NormalButton SendCheck;
  1256. private System.Windows.Forms.Label pr_detail_label;
  1257. private System.Windows.Forms.ColumnHeader columnHeader2;
  1258. private System.Windows.Forms.ColumnHeader columnHeader8;
  1259. private CustomControl.ValueLabel.ValueLabel ma_softversion;
  1260. private System.Windows.Forms.Label ma_softversion_label;
  1261. private System.Windows.Forms.ColumnHeader columnHeader9;
  1262. private System.Windows.Forms.ColumnHeader columnHeader10;
  1263. private System.Windows.Forms.BindingSource BadInfSource;
  1264. private System.Windows.Forms.CheckBox NoteForChange;
  1265. private CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder Filter;
  1266. private System.Windows.Forms.Timer ControlLockTimer;
  1267. private System.Windows.Forms.Label Lock_label;
  1268. private System.Windows.Forms.Label ma_salecode;
  1269. private System.Windows.Forms.Label pr_sendchecktype;
  1270. private CustomControl.TextBoxWithIcon.SourceStepCount StepCount;
  1271. private System.Windows.Forms.CheckBox SMTBind;
  1272. private System.Windows.Forms.Label label1;
  1273. private CustomControl.ValueLabel.ValueLabel oneget;
  1274. private System.Windows.Forms.Button StopWatch;
  1275. private System.Windows.Forms.Button StartWatch;
  1276. private System.Windows.Forms.Button ChooseFolder;
  1277. private System.Windows.Forms.TextBox FolderPath;
  1278. private System.Windows.Forms.Label label8;
  1279. private System.IO.FileSystemWatcher XmlWatcher;
  1280. private CustomControl.ValueLabel.ValueLabel ob_sendqty;
  1281. private System.Windows.Forms.Label label12;
  1282. private CustomControl.ValueLabel.ValueLabel ob_batchqty;
  1283. private System.Windows.Forms.Label ob_batchqty_label;
  1284. private CustomControl.ValueLabel.ValueLabel ob_nowcheckqty;
  1285. private System.Windows.Forms.Label ob_nowcheckqty_label;
  1286. private CustomControl.ValueLabel.ValueLabel mcd_totalng;
  1287. private System.Windows.Forms.Label label9;
  1288. private CustomControl.ValueLabel.ValueLabel mcd_okqty;
  1289. private System.Windows.Forms.Label label7;
  1290. private CustomControl.ValueLabel.ValueLabel mcd_ngqty;
  1291. private System.Windows.Forms.Label label10;
  1292. private CustomControl.ValueLabel.ValueLabel mcd_remainqty;
  1293. private System.Windows.Forms.Label mc_restqty_label;
  1294. private CustomControl.ValueLabel.ValueLabel mcd_inqty;
  1295. private System.Windows.Forms.Label mcd_inqty_label;
  1296. private System.Windows.Forms.Label ob_checkno;
  1297. private System.Windows.Forms.TextBox new_softversion;
  1298. private System.Windows.Forms.Label label11;
  1299. private CustomControl.TextBoxWithIcon.SnCollectionBox device;
  1300. private System.Windows.Forms.DataGridView SoftVersion;
  1301. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  1302. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  1303. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  1304. private System.Windows.Forms.DataGridViewTextBoxColumn bd_soncode;
  1305. private System.Windows.Forms.DataGridViewTextBoxColumn pr_spec1;
  1306. private System.Windows.Forms.DataGridViewTextBoxColumn version;
  1307. }
  1308. }