Make_TestCollection.Designer.cs 66 KB

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