Make_TestCollection2.Designer.cs 72 KB

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