Make_TestCollection.Designer.cs 62 KB

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