Make_TestCollection.Designer.cs 75 KB

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