Make_TestCollectionSplitIn.Designer.cs 71 KB

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