Make_SnwriteCollection.Designer.cs 50 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935
  1. using UAS_MES_NEW.CustomControl.CustomCheckBox;
  2. namespace UAS_MES_NEW.Make
  3. {
  4. partial class Make_SnwriteCollection
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.components = new System.ComponentModel.Container();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_SnwriteCollection));
  31. this.bc_remark_label = new System.Windows.Forms.Label();
  32. this.ms_sncode_label = new System.Windows.Forms.Label();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.GoodProduct = new System.Windows.Forms.RadioButton();
  35. this.Reject = new System.Windows.Forms.RadioButton();
  36. this.label6 = new System.Windows.Forms.Label();
  37. this.ma_qty_label = new System.Windows.Forms.Label();
  38. this.ma_prodcode_label = new System.Windows.Forms.Label();
  39. this.ms_makecode_label = new System.Windows.Forms.Label();
  40. this.mcd_inqty_label = new System.Windows.Forms.Label();
  41. this.mc_restqty_label = new System.Windows.Forms.Label();
  42. this.panel1 = new System.Windows.Forms.Panel();
  43. this.label9 = new System.Windows.Forms.Label();
  44. this.label8 = new System.Windows.Forms.Label();
  45. this.label1 = new System.Windows.Forms.Label();
  46. this.ob_checkno = new System.Windows.Forms.Label();
  47. this.pr_detail_label = new System.Windows.Forms.Label();
  48. this.ma_softversion_label = new System.Windows.Forms.Label();
  49. this.BadInfSource = new System.Windows.Forms.BindingSource(this.components);
  50. this.NoteForChange = new System.Windows.Forms.CheckBox();
  51. this.ControlLockTimer = new System.Windows.Forms.Timer(this.components);
  52. this.Lock_label = new System.Windows.Forms.Label();
  53. this.ma_salecode = new System.Windows.Forms.Label();
  54. this.pr_sendchecktype = new System.Windows.Forms.Label();
  55. this.StopWatch = new System.Windows.Forms.Button();
  56. this.StartWatch = new System.Windows.Forms.Button();
  57. this.ChooseFolder = new System.Windows.Forms.Button();
  58. this.FolderPath = new System.Windows.Forms.TextBox();
  59. this.label7 = new System.Windows.Forms.Label();
  60. this.label10 = new System.Windows.Forms.Label();
  61. this.label11 = new System.Windows.Forms.Label();
  62. this.XmlWatcher = new System.IO.FileSystemWatcher();
  63. this.button1 = new System.Windows.Forms.Button();
  64. this.groupBox1 = new System.Windows.Forms.GroupBox();
  65. this.mtkche1 = new System.Windows.Forms.RadioButton();
  66. this.zxche = new System.Windows.Forms.RadioButton();
  67. this.mtkche = new System.Windows.Forms.RadioButton();
  68. this.timer1 = new System.Windows.Forms.Timer(this.components);
  69. this.PrintList = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox();
  70. this.ob_sendqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  71. this.StepCount = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SourceStepCount();
  72. this.ob_nowcheckqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  73. this.ma_softversion = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  74. this.mcd_totalng = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  75. this.mcd_okqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  76. this.mcd_ngqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  77. this.SendCheck = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  78. this.ob_batchqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  79. this.mcd_remainqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  80. this.mcd_inqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  81. this.Save = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  82. this.AutoBadCode = new UAS_MES_NEW.CustomControl.CustomCheckBox.ReSetCheckBox();
  83. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
  84. this.LockMakeCode = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox();
  85. this.pr_spec = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  86. this.ma_qty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  87. this.ma_prodcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  88. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  89. this.CleanInfo = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  90. this.bc_remark = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  91. this.ms_sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  92. this.panel1.SuspendLayout();
  93. ((System.ComponentModel.ISupportInitialize)(this.BadInfSource)).BeginInit();
  94. ((System.ComponentModel.ISupportInitialize)(this.XmlWatcher)).BeginInit();
  95. this.groupBox1.SuspendLayout();
  96. this.SuspendLayout();
  97. //
  98. // bc_remark_label
  99. //
  100. this.bc_remark_label.AutoSize = true;
  101. this.bc_remark_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  102. this.bc_remark_label.Location = new System.Drawing.Point(16, 455);
  103. this.bc_remark_label.Name = "bc_remark_label";
  104. this.bc_remark_label.Size = new System.Drawing.Size(74, 21);
  105. this.bc_remark_label.TabIndex = 25;
  106. this.bc_remark_label.Text = "不良备注";
  107. this.bc_remark_label.Visible = false;
  108. //
  109. // ms_sncode_label
  110. //
  111. this.ms_sncode_label.AutoSize = true;
  112. this.ms_sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  113. this.ms_sncode_label.Location = new System.Drawing.Point(533, 500);
  114. this.ms_sncode_label.Name = "ms_sncode_label";
  115. this.ms_sncode_label.Size = new System.Drawing.Size(58, 21);
  116. this.ms_sncode_label.TabIndex = 18;
  117. this.ms_sncode_label.Text = "序列号";
  118. //
  119. // label2
  120. //
  121. this.label2.AutoSize = true;
  122. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  123. this.label2.ForeColor = System.Drawing.Color.Blue;
  124. this.label2.Location = new System.Drawing.Point(3, 151);
  125. this.label2.Name = "label2";
  126. this.label2.Size = new System.Drawing.Size(74, 22);
  127. this.label2.TabIndex = 0;
  128. this.label2.Text = "采集信息";
  129. //
  130. // GoodProduct
  131. //
  132. this.GoodProduct.AutoSize = true;
  133. this.GoodProduct.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  134. this.GoodProduct.ForeColor = System.Drawing.Color.Blue;
  135. this.GoodProduct.Location = new System.Drawing.Point(6, 495);
  136. this.GoodProduct.Name = "GoodProduct";
  137. this.GoodProduct.Size = new System.Drawing.Size(68, 29);
  138. this.GoodProduct.TabIndex = 35;
  139. this.GoodProduct.TabStop = true;
  140. this.GoodProduct.Text = "良品";
  141. this.GoodProduct.UseVisualStyleBackColor = true;
  142. this.GoodProduct.CheckedChanged += new System.EventHandler(this.GoodProduct_CheckedChanged);
  143. //
  144. // Reject
  145. //
  146. this.Reject.AutoSize = true;
  147. this.Reject.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  148. this.Reject.ForeColor = System.Drawing.Color.Red;
  149. this.Reject.Location = new System.Drawing.Point(88, 495);
  150. this.Reject.Name = "Reject";
  151. this.Reject.Size = new System.Drawing.Size(87, 29);
  152. this.Reject.TabIndex = 36;
  153. this.Reject.TabStop = true;
  154. this.Reject.Text = "不良品";
  155. this.Reject.UseVisualStyleBackColor = true;
  156. this.Reject.Visible = false;
  157. //
  158. // label6
  159. //
  160. this.label6.AutoSize = true;
  161. this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  162. this.label6.Location = new System.Drawing.Point(641, 151);
  163. this.label6.Name = "label6";
  164. this.label6.Size = new System.Drawing.Size(74, 22);
  165. this.label6.TabIndex = 46;
  166. this.label6.Text = "操作结果";
  167. //
  168. // ma_qty_label
  169. //
  170. this.ma_qty_label.AutoSize = true;
  171. this.ma_qty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  172. this.ma_qty_label.Location = new System.Drawing.Point(287, 14);
  173. this.ma_qty_label.Name = "ma_qty_label";
  174. this.ma_qty_label.Size = new System.Drawing.Size(74, 21);
  175. this.ma_qty_label.TabIndex = 11;
  176. this.ma_qty_label.Text = "工单数量";
  177. //
  178. // ma_prodcode_label
  179. //
  180. this.ma_prodcode_label.AutoSize = true;
  181. this.ma_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  182. this.ma_prodcode_label.Location = new System.Drawing.Point(3, 64);
  183. this.ma_prodcode_label.Name = "ma_prodcode_label";
  184. this.ma_prodcode_label.Size = new System.Drawing.Size(74, 21);
  185. this.ma_prodcode_label.TabIndex = 7;
  186. this.ma_prodcode_label.Text = "产品编号";
  187. //
  188. // ms_makecode_label
  189. //
  190. this.ms_makecode_label.AutoSize = true;
  191. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  192. this.ms_makecode_label.Location = new System.Drawing.Point(3, 13);
  193. this.ms_makecode_label.Name = "ms_makecode_label";
  194. this.ms_makecode_label.Size = new System.Drawing.Size(74, 21);
  195. this.ms_makecode_label.TabIndex = 2;
  196. this.ms_makecode_label.Text = "归属工单";
  197. //
  198. // mcd_inqty_label
  199. //
  200. this.mcd_inqty_label.AutoSize = true;
  201. this.mcd_inqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  202. this.mcd_inqty_label.Location = new System.Drawing.Point(157, 12);
  203. this.mcd_inqty_label.Name = "mcd_inqty_label";
  204. this.mcd_inqty_label.Size = new System.Drawing.Size(74, 21);
  205. this.mcd_inqty_label.TabIndex = 14;
  206. this.mcd_inqty_label.Text = "已采集数";
  207. //
  208. // mc_restqty_label
  209. //
  210. this.mc_restqty_label.AutoSize = true;
  211. this.mc_restqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  212. this.mc_restqty_label.Location = new System.Drawing.Point(16, 12);
  213. this.mc_restqty_label.Name = "mc_restqty_label";
  214. this.mc_restqty_label.Size = new System.Drawing.Size(74, 21);
  215. this.mc_restqty_label.TabIndex = 17;
  216. this.mc_restqty_label.Text = "待采集数";
  217. //
  218. // panel1
  219. //
  220. this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  221. this.panel1.Controls.Add(this.mcd_totalng);
  222. this.panel1.Controls.Add(this.label9);
  223. this.panel1.Controls.Add(this.mcd_okqty);
  224. this.panel1.Controls.Add(this.label8);
  225. this.panel1.Controls.Add(this.mcd_ngqty);
  226. this.panel1.Controls.Add(this.label1);
  227. this.panel1.Controls.Add(this.ob_checkno);
  228. this.panel1.Controls.Add(this.SendCheck);
  229. this.panel1.Controls.Add(this.ob_batchqty);
  230. this.panel1.Controls.Add(this.mcd_remainqty);
  231. this.panel1.Controls.Add(this.mc_restqty_label);
  232. this.panel1.Controls.Add(this.mcd_inqty);
  233. this.panel1.Controls.Add(this.mcd_inqty_label);
  234. this.panel1.Location = new System.Drawing.Point(537, 14);
  235. this.panel1.Margin = new System.Windows.Forms.Padding(2);
  236. this.panel1.Name = "panel1";
  237. this.panel1.Size = new System.Drawing.Size(315, 127);
  238. this.panel1.TabIndex = 71;
  239. //
  240. // label9
  241. //
  242. this.label9.AutoSize = true;
  243. this.label9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  244. this.label9.Location = new System.Drawing.Point(16, 91);
  245. this.label9.Name = "label9";
  246. this.label9.Size = new System.Drawing.Size(90, 21);
  247. this.label9.TabIndex = 83;
  248. this.label9.Text = "累计不良数";
  249. //
  250. // label8
  251. //
  252. this.label8.AutoSize = true;
  253. this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  254. this.label8.Location = new System.Drawing.Point(159, 50);
  255. this.label8.Name = "label8";
  256. this.label8.Size = new System.Drawing.Size(58, 21);
  257. this.label8.TabIndex = 81;
  258. this.label8.Text = "良品数";
  259. //
  260. // label1
  261. //
  262. this.label1.AutoSize = true;
  263. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  264. this.label1.Location = new System.Drawing.Point(16, 50);
  265. this.label1.Name = "label1";
  266. this.label1.Size = new System.Drawing.Size(90, 21);
  267. this.label1.TabIndex = 79;
  268. this.label1.Text = "当前不良数";
  269. //
  270. // ob_checkno
  271. //
  272. this.ob_checkno.AutoSize = true;
  273. this.ob_checkno.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  274. this.ob_checkno.ForeColor = System.Drawing.Color.Black;
  275. this.ob_checkno.Location = new System.Drawing.Point(285, 90);
  276. this.ob_checkno.Name = "ob_checkno";
  277. this.ob_checkno.Size = new System.Drawing.Size(0, 21);
  278. this.ob_checkno.TabIndex = 76;
  279. this.ob_checkno.Tag = "ob_checkno";
  280. this.ob_checkno.Visible = false;
  281. this.ob_checkno.TextChanged += new System.EventHandler(this.ob_checkno_TextChanged);
  282. //
  283. // pr_detail_label
  284. //
  285. this.pr_detail_label.AutoSize = true;
  286. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  287. this.pr_detail_label.Location = new System.Drawing.Point(287, 64);
  288. this.pr_detail_label.Name = "pr_detail_label";
  289. this.pr_detail_label.Size = new System.Drawing.Size(74, 21);
  290. this.pr_detail_label.TabIndex = 6;
  291. this.pr_detail_label.Text = "产品规格";
  292. //
  293. // ma_softversion_label
  294. //
  295. this.ma_softversion_label.AutoSize = true;
  296. this.ma_softversion_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  297. this.ma_softversion_label.Location = new System.Drawing.Point(3, 112);
  298. this.ma_softversion_label.Name = "ma_softversion_label";
  299. this.ma_softversion_label.Size = new System.Drawing.Size(74, 21);
  300. this.ma_softversion_label.TabIndex = 72;
  301. this.ma_softversion_label.Text = "软件版本";
  302. //
  303. // NoteForChange
  304. //
  305. this.NoteForChange.AutoSize = true;
  306. this.NoteForChange.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  307. this.NoteForChange.Location = new System.Drawing.Point(290, 112);
  308. this.NoteForChange.Margin = new System.Windows.Forms.Padding(2);
  309. this.NoteForChange.Name = "NoteForChange";
  310. this.NoteForChange.Size = new System.Drawing.Size(99, 21);
  311. this.NoteForChange.TabIndex = 75;
  312. this.NoteForChange.Text = "切换工单提示";
  313. this.NoteForChange.UseVisualStyleBackColor = true;
  314. //
  315. // Lock_label
  316. //
  317. this.Lock_label.AutoSize = true;
  318. this.Lock_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  319. this.Lock_label.ForeColor = System.Drawing.Color.Red;
  320. this.Lock_label.Location = new System.Drawing.Point(288, 149);
  321. this.Lock_label.Name = "Lock_label";
  322. this.Lock_label.Size = new System.Drawing.Size(126, 21);
  323. this.Lock_label.TabIndex = 77;
  324. this.Lock_label.Text = "Ctrl+Q解除锁定";
  325. this.Lock_label.Visible = false;
  326. //
  327. // ma_salecode
  328. //
  329. this.ma_salecode.AutoSize = true;
  330. this.ma_salecode.Location = new System.Drawing.Point(477, 151);
  331. this.ma_salecode.Name = "ma_salecode";
  332. this.ma_salecode.Size = new System.Drawing.Size(0, 12);
  333. this.ma_salecode.TabIndex = 78;
  334. this.ma_salecode.Visible = false;
  335. //
  336. // pr_sendchecktype
  337. //
  338. this.pr_sendchecktype.AutoSize = true;
  339. this.pr_sendchecktype.Location = new System.Drawing.Point(477, 155);
  340. this.pr_sendchecktype.Name = "pr_sendchecktype";
  341. this.pr_sendchecktype.Size = new System.Drawing.Size(0, 12);
  342. this.pr_sendchecktype.TabIndex = 79;
  343. this.pr_sendchecktype.Visible = false;
  344. //
  345. // StopWatch
  346. //
  347. this.StopWatch.Enabled = false;
  348. this.StopWatch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  349. this.StopWatch.Location = new System.Drawing.Point(745, 371);
  350. this.StopWatch.Margin = new System.Windows.Forms.Padding(2);
  351. this.StopWatch.Name = "StopWatch";
  352. this.StopWatch.Size = new System.Drawing.Size(64, 28);
  353. this.StopWatch.TabIndex = 214;
  354. this.StopWatch.Text = "停止监控";
  355. this.StopWatch.UseVisualStyleBackColor = true;
  356. this.StopWatch.Click += new System.EventHandler(this.StopWatch_Click);
  357. //
  358. // StartWatch
  359. //
  360. this.StartWatch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  361. this.StartWatch.Location = new System.Drawing.Point(633, 371);
  362. this.StartWatch.Margin = new System.Windows.Forms.Padding(2);
  363. this.StartWatch.Name = "StartWatch";
  364. this.StartWatch.Size = new System.Drawing.Size(64, 28);
  365. this.StartWatch.TabIndex = 213;
  366. this.StartWatch.Text = "开始监控";
  367. this.StartWatch.UseVisualStyleBackColor = true;
  368. this.StartWatch.Click += new System.EventHandler(this.StartWatch_Click);
  369. //
  370. // ChooseFolder
  371. //
  372. this.ChooseFolder.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  373. this.ChooseFolder.Location = new System.Drawing.Point(769, 331);
  374. this.ChooseFolder.Margin = new System.Windows.Forms.Padding(2);
  375. this.ChooseFolder.Name = "ChooseFolder";
  376. this.ChooseFolder.Size = new System.Drawing.Size(78, 24);
  377. this.ChooseFolder.TabIndex = 212;
  378. this.ChooseFolder.Text = "选择文件夹";
  379. this.ChooseFolder.UseVisualStyleBackColor = true;
  380. this.ChooseFolder.Click += new System.EventHandler(this.ChooseFolder_Click);
  381. //
  382. // FolderPath
  383. //
  384. this.FolderPath.Enabled = false;
  385. this.FolderPath.Location = new System.Drawing.Point(597, 331);
  386. this.FolderPath.Margin = new System.Windows.Forms.Padding(2);
  387. this.FolderPath.Name = "FolderPath";
  388. this.FolderPath.Size = new System.Drawing.Size(159, 21);
  389. this.FolderPath.TabIndex = 211;
  390. //
  391. // label7
  392. //
  393. this.label7.AutoSize = true;
  394. this.label7.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  395. this.label7.Location = new System.Drawing.Point(671, 296);
  396. this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  397. this.label7.Name = "label7";
  398. this.label7.Size = new System.Drawing.Size(84, 20);
  399. this.label7.TabIndex = 210;
  400. this.label7.Text = "监控文件夹";
  401. //
  402. // label10
  403. //
  404. this.label10.AutoSize = true;
  405. this.label10.Location = new System.Drawing.Point(478, 167);
  406. this.label10.Name = "label10";
  407. this.label10.Size = new System.Drawing.Size(0, 12);
  408. this.label10.TabIndex = 209;
  409. this.label10.Visible = false;
  410. //
  411. // label11
  412. //
  413. this.label11.AutoSize = true;
  414. this.label11.Location = new System.Drawing.Point(478, 163);
  415. this.label11.Name = "label11";
  416. this.label11.Size = new System.Drawing.Size(0, 12);
  417. this.label11.TabIndex = 208;
  418. this.label11.Visible = false;
  419. //
  420. // XmlWatcher
  421. //
  422. this.XmlWatcher.EnableRaisingEvents = true;
  423. this.XmlWatcher.Filter = "*.log";
  424. this.XmlWatcher.IncludeSubdirectories = true;
  425. this.XmlWatcher.SynchronizingObject = this;
  426. this.XmlWatcher.Changed += new System.IO.FileSystemEventHandler(this.XmlWatcher_Changed);
  427. this.XmlWatcher.Created += new System.IO.FileSystemEventHandler(this.XmlWatcher_Created);
  428. //
  429. // button1
  430. //
  431. this.button1.Location = new System.Drawing.Point(269, 178);
  432. this.button1.Name = "button1";
  433. this.button1.Size = new System.Drawing.Size(75, 23);
  434. this.button1.TabIndex = 215;
  435. this.button1.Text = "button1";
  436. this.button1.UseVisualStyleBackColor = true;
  437. this.button1.Visible = false;
  438. this.button1.Click += new System.EventHandler(this.button1_Click);
  439. //
  440. // groupBox1
  441. //
  442. this.groupBox1.Controls.Add(this.mtkche1);
  443. this.groupBox1.Controls.Add(this.zxche);
  444. this.groupBox1.Controls.Add(this.mtkche);
  445. this.groupBox1.Location = new System.Drawing.Point(586, 189);
  446. this.groupBox1.Name = "groupBox1";
  447. this.groupBox1.Size = new System.Drawing.Size(261, 40);
  448. this.groupBox1.TabIndex = 217;
  449. this.groupBox1.TabStop = false;
  450. //
  451. // mtkche1
  452. //
  453. this.mtkche1.AutoSize = true;
  454. this.mtkche1.Location = new System.Drawing.Point(64, 18);
  455. this.mtkche1.Name = "mtkche1";
  456. this.mtkche1.Size = new System.Drawing.Size(47, 16);
  457. this.mtkche1.TabIndex = 2;
  458. this.mtkche1.TabStop = true;
  459. this.mtkche1.Text = "MTK1";
  460. this.mtkche1.UseVisualStyleBackColor = true;
  461. //
  462. // zxche
  463. //
  464. this.zxche.AutoSize = true;
  465. this.zxche.Location = new System.Drawing.Point(122, 18);
  466. this.zxche.Name = "zxche";
  467. this.zxche.Size = new System.Drawing.Size(47, 16);
  468. this.zxche.TabIndex = 1;
  469. this.zxche.TabStop = true;
  470. this.zxche.Text = "展讯";
  471. this.zxche.UseVisualStyleBackColor = true;
  472. //
  473. // mtkche
  474. //
  475. this.mtkche.AutoSize = true;
  476. this.mtkche.Location = new System.Drawing.Point(11, 18);
  477. this.mtkche.Name = "mtkche";
  478. this.mtkche.Size = new System.Drawing.Size(41, 16);
  479. this.mtkche.TabIndex = 0;
  480. this.mtkche.TabStop = true;
  481. this.mtkche.Text = "MTK";
  482. this.mtkche.UseVisualStyleBackColor = true;
  483. //
  484. // timer1
  485. //
  486. this.timer1.Interval = 1000;
  487. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  488. //
  489. // PrintList
  490. //
  491. this.PrintList.Font = new System.Drawing.Font("微软雅黑", 9F);
  492. this.PrintList.Location = new System.Drawing.Point(498, 151);
  493. this.PrintList.Margin = new System.Windows.Forms.Padding(6, 7, 6, 7);
  494. this.PrintList.Name = "PrintList";
  495. this.PrintList.Size = new System.Drawing.Size(136, 28);
  496. this.PrintList.TabIndex = 198;
  497. //
  498. // ob_sendqty
  499. //
  500. this.ob_sendqty.AutoSize = true;
  501. this.ob_sendqty.CutLength = null;
  502. this.ob_sendqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  503. this.ob_sendqty.ForeColor = System.Drawing.Color.Black;
  504. this.ob_sendqty.Location = new System.Drawing.Point(430, 120);
  505. this.ob_sendqty.MaximumSize = new System.Drawing.Size(150, 0);
  506. this.ob_sendqty.Name = "ob_sendqty";
  507. this.ob_sendqty.Size = new System.Drawing.Size(0, 21);
  508. this.ob_sendqty.TabIndex = 78;
  509. this.ob_sendqty.Tag = "ob_batchqty";
  510. this.ob_sendqty.Visible = false;
  511. //
  512. // StepCount
  513. //
  514. this.StepCount.LineCode = null;
  515. this.StepCount.Location = new System.Drawing.Point(291, 146);
  516. this.StepCount.Margin = new System.Windows.Forms.Padding(4, 7, 4, 7);
  517. this.StepCount.Name = "StepCount";
  518. this.StepCount.Size = new System.Drawing.Size(64, 22);
  519. this.StepCount.Source = null;
  520. this.StepCount.StepCode = null;
  521. this.StepCount.TabIndex = 194;
  522. //
  523. // ob_nowcheckqty
  524. //
  525. this.ob_nowcheckqty.AutoSize = true;
  526. this.ob_nowcheckqty.CutLength = null;
  527. this.ob_nowcheckqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  528. this.ob_nowcheckqty.ForeColor = System.Drawing.Color.Black;
  529. this.ob_nowcheckqty.Location = new System.Drawing.Point(484, 120);
  530. this.ob_nowcheckqty.MaximumSize = new System.Drawing.Size(150, 0);
  531. this.ob_nowcheckqty.Name = "ob_nowcheckqty";
  532. this.ob_nowcheckqty.Size = new System.Drawing.Size(0, 21);
  533. this.ob_nowcheckqty.TabIndex = 73;
  534. this.ob_nowcheckqty.Tag = "ob_nowcheckqty";
  535. this.ob_nowcheckqty.Visible = false;
  536. //
  537. // ma_softversion
  538. //
  539. this.ma_softversion.AutoSize = true;
  540. this.ma_softversion.CutLength = null;
  541. this.ma_softversion.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  542. this.ma_softversion.Location = new System.Drawing.Point(94, 112);
  543. this.ma_softversion.MaximumSize = new System.Drawing.Size(150, 0);
  544. this.ma_softversion.Name = "ma_softversion";
  545. this.ma_softversion.Size = new System.Drawing.Size(0, 21);
  546. this.ma_softversion.TabIndex = 73;
  547. //
  548. // mcd_totalng
  549. //
  550. this.mcd_totalng.AutoSize = true;
  551. this.mcd_totalng.CutLength = null;
  552. this.mcd_totalng.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  553. this.mcd_totalng.Location = new System.Drawing.Point(114, 91);
  554. this.mcd_totalng.MaximumSize = new System.Drawing.Size(150, 0);
  555. this.mcd_totalng.Name = "mcd_totalng";
  556. this.mcd_totalng.Size = new System.Drawing.Size(0, 21);
  557. this.mcd_totalng.TabIndex = 84;
  558. this.mcd_totalng.Tag = "mcd_inqty";
  559. //
  560. // mcd_okqty
  561. //
  562. this.mcd_okqty.AutoSize = true;
  563. this.mcd_okqty.CutLength = null;
  564. this.mcd_okqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  565. this.mcd_okqty.Location = new System.Drawing.Point(250, 50);
  566. this.mcd_okqty.MaximumSize = new System.Drawing.Size(150, 0);
  567. this.mcd_okqty.Name = "mcd_okqty";
  568. this.mcd_okqty.Size = new System.Drawing.Size(0, 21);
  569. this.mcd_okqty.TabIndex = 82;
  570. this.mcd_okqty.Tag = "mcd_inqty";
  571. //
  572. // mcd_ngqty
  573. //
  574. this.mcd_ngqty.AutoSize = true;
  575. this.mcd_ngqty.CutLength = null;
  576. this.mcd_ngqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  577. this.mcd_ngqty.Location = new System.Drawing.Point(114, 50);
  578. this.mcd_ngqty.MaximumSize = new System.Drawing.Size(150, 0);
  579. this.mcd_ngqty.Name = "mcd_ngqty";
  580. this.mcd_ngqty.Size = new System.Drawing.Size(0, 21);
  581. this.mcd_ngqty.TabIndex = 80;
  582. this.mcd_ngqty.Tag = "mcd_inqty";
  583. //
  584. // SendCheck
  585. //
  586. this.SendCheck.AllPower = null;
  587. this.SendCheck.BackColor = System.Drawing.Color.Transparent;
  588. this.SendCheck.DownImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.DownImage")));
  589. this.SendCheck.Enabled = false;
  590. this.SendCheck.Image = null;
  591. this.SendCheck.IsShowBorder = true;
  592. this.SendCheck.Location = new System.Drawing.Point(229, 90);
  593. this.SendCheck.Margin = new System.Windows.Forms.Padding(2);
  594. this.SendCheck.MoveImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.MoveImage")));
  595. this.SendCheck.Name = "SendCheck";
  596. this.SendCheck.NormalImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.NormalImage")));
  597. this.SendCheck.Power = null;
  598. this.SendCheck.Size = new System.Drawing.Size(65, 26);
  599. this.SendCheck.TabIndex = 72;
  600. this.SendCheck.Text = "送检";
  601. this.SendCheck.UseVisualStyleBackColor = false;
  602. this.SendCheck.Click += new System.EventHandler(this.SendCheck_Click);
  603. //
  604. // ob_batchqty
  605. //
  606. this.ob_batchqty.AutoSize = true;
  607. this.ob_batchqty.CutLength = null;
  608. this.ob_batchqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  609. this.ob_batchqty.ForeColor = System.Drawing.Color.Black;
  610. this.ob_batchqty.Location = new System.Drawing.Point(188, 90);
  611. this.ob_batchqty.MaximumSize = new System.Drawing.Size(150, 0);
  612. this.ob_batchqty.Name = "ob_batchqty";
  613. this.ob_batchqty.Size = new System.Drawing.Size(0, 21);
  614. this.ob_batchqty.TabIndex = 75;
  615. this.ob_batchqty.Tag = "ob_batchqty";
  616. //
  617. // mcd_remainqty
  618. //
  619. this.mcd_remainqty.AutoSize = true;
  620. this.mcd_remainqty.CutLength = null;
  621. this.mcd_remainqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  622. this.mcd_remainqty.Location = new System.Drawing.Point(114, 12);
  623. this.mcd_remainqty.MaximumSize = new System.Drawing.Size(150, 0);
  624. this.mcd_remainqty.Name = "mcd_remainqty";
  625. this.mcd_remainqty.Size = new System.Drawing.Size(0, 21);
  626. this.mcd_remainqty.TabIndex = 57;
  627. this.mcd_remainqty.Tag = "mcd_remainqty";
  628. //
  629. // mcd_inqty
  630. //
  631. this.mcd_inqty.AutoSize = true;
  632. this.mcd_inqty.CutLength = null;
  633. this.mcd_inqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  634. this.mcd_inqty.Location = new System.Drawing.Point(248, 12);
  635. this.mcd_inqty.MaximumSize = new System.Drawing.Size(150, 0);
  636. this.mcd_inqty.Name = "mcd_inqty";
  637. this.mcd_inqty.Size = new System.Drawing.Size(0, 21);
  638. this.mcd_inqty.TabIndex = 54;
  639. this.mcd_inqty.Tag = "mcd_inqty";
  640. //
  641. // Save
  642. //
  643. this.Save.AllPower = null;
  644. this.Save.BackColor = System.Drawing.Color.Transparent;
  645. this.Save.DownImage = ((System.Drawing.Image)(resources.GetObject("Save.DownImage")));
  646. this.Save.Image = null;
  647. this.Save.IsShowBorder = true;
  648. this.Save.Location = new System.Drawing.Point(796, 499);
  649. this.Save.Margin = new System.Windows.Forms.Padding(2);
  650. this.Save.MoveImage = ((System.Drawing.Image)(resources.GetObject("Save.MoveImage")));
  651. this.Save.Name = "Save";
  652. this.Save.NormalImage = ((System.Drawing.Image)(resources.GetObject("Save.NormalImage")));
  653. this.Save.Power = null;
  654. this.Save.Size = new System.Drawing.Size(65, 26);
  655. this.Save.TabIndex = 70;
  656. this.Save.Text = "保存";
  657. this.Save.UseVisualStyleBackColor = false;
  658. this.Save.Click += new System.EventHandler(this.Save_Click);
  659. //
  660. // AutoBadCode
  661. //
  662. this.AutoBadCode.AutoSize = true;
  663. this.AutoBadCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  664. this.AutoBadCode.Location = new System.Drawing.Point(728, 154);
  665. this.AutoBadCode.Margin = new System.Windows.Forms.Padding(2);
  666. this.AutoBadCode.Name = "AutoBadCode";
  667. this.AutoBadCode.Size = new System.Drawing.Size(99, 21);
  668. this.AutoBadCode.TabIndex = 69;
  669. this.AutoBadCode.Text = "恢复出厂设置";
  670. this.AutoBadCode.UseVisualStyleBackColor = true;
  671. this.AutoBadCode.Visible = false;
  672. //
  673. // ma_code
  674. //
  675. this.ma_code.AllPower = null;
  676. this.ma_code.Caller = null;
  677. this.ma_code.Condition = null;
  678. this.ma_code.DBTitle = null;
  679. this.ma_code.FormName = null;
  680. this.ma_code.Location = new System.Drawing.Point(93, 13);
  681. this.ma_code.Name = "ma_code";
  682. this.ma_code.Power = null;
  683. this.ma_code.ReturnData = null;
  684. this.ma_code.SelectField = null;
  685. this.ma_code.SetValueField = null;
  686. this.ma_code.Size = new System.Drawing.Size(115, 21);
  687. this.ma_code.TabIndex = 67;
  688. this.ma_code.TableName = null;
  689. this.ma_code.Tag = "ma_code";
  690. this.ma_code.TextBoxEnable = true;
  691. this.ma_code.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox.OnTextChange(this.ma_code_UserControlTextChanged);
  692. //
  693. // LockMakeCode
  694. //
  695. this.LockMakeCode.AutoSize = true;
  696. this.LockMakeCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  697. this.LockMakeCode.LeaveEvent = false;
  698. this.LockMakeCode.Location = new System.Drawing.Point(224, 15);
  699. this.LockMakeCode.Margin = new System.Windows.Forms.Padding(2);
  700. this.LockMakeCode.Name = "LockMakeCode";
  701. this.LockMakeCode.Size = new System.Drawing.Size(51, 21);
  702. this.LockMakeCode.TabIndex = 66;
  703. this.LockMakeCode.Text = "锁定";
  704. this.LockMakeCode.UseVisualStyleBackColor = true;
  705. //
  706. // pr_spec
  707. //
  708. this.pr_spec.AutoSize = true;
  709. this.pr_spec.CutLength = "qweqwe";
  710. this.pr_spec.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  711. this.pr_spec.Location = new System.Drawing.Point(374, 64);
  712. this.pr_spec.MaximumSize = new System.Drawing.Size(180, 0);
  713. this.pr_spec.Name = "pr_spec";
  714. this.pr_spec.Size = new System.Drawing.Size(0, 21);
  715. this.pr_spec.TabIndex = 56;
  716. //
  717. // ma_qty
  718. //
  719. this.ma_qty.AutoSize = true;
  720. this.ma_qty.CutLength = null;
  721. this.ma_qty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  722. this.ma_qty.Location = new System.Drawing.Point(373, 14);
  723. this.ma_qty.MaximumSize = new System.Drawing.Size(150, 0);
  724. this.ma_qty.Name = "ma_qty";
  725. this.ma_qty.Size = new System.Drawing.Size(0, 21);
  726. this.ma_qty.TabIndex = 55;
  727. //
  728. // ma_prodcode
  729. //
  730. this.ma_prodcode.AutoSize = true;
  731. this.ma_prodcode.CutLength = null;
  732. this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  733. this.ma_prodcode.Location = new System.Drawing.Point(94, 64);
  734. this.ma_prodcode.MaximumSize = new System.Drawing.Size(150, 0);
  735. this.ma_prodcode.Name = "ma_prodcode";
  736. this.ma_prodcode.Size = new System.Drawing.Size(0, 21);
  737. this.ma_prodcode.TabIndex = 53;
  738. this.ma_prodcode.TextChanged += new System.EventHandler(this.ma_prodcode_TextChanged);
  739. //
  740. // OperateResult
  741. //
  742. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  743. this.OperateResult.Location = new System.Drawing.Point(423, 416);
  744. this.OperateResult.Name = "OperateResult";
  745. this.OperateResult.Size = new System.Drawing.Size(428, 72);
  746. this.OperateResult.TabIndex = 52;
  747. this.OperateResult.Text = "";
  748. //
  749. // CleanInfo
  750. //
  751. this.CleanInfo.AllPower = null;
  752. this.CleanInfo.BackColor = System.Drawing.Color.Transparent;
  753. this.CleanInfo.DownImage = ((System.Drawing.Image)(resources.GetObject("CleanInfo.DownImage")));
  754. this.CleanInfo.Image = ((System.Drawing.Image)(resources.GetObject("CleanInfo.Image")));
  755. this.CleanInfo.IsShowBorder = true;
  756. this.CleanInfo.Location = new System.Drawing.Point(423, 149);
  757. this.CleanInfo.MoveImage = ((System.Drawing.Image)(resources.GetObject("CleanInfo.MoveImage")));
  758. this.CleanInfo.Name = "CleanInfo";
  759. this.CleanInfo.NormalImage = ((System.Drawing.Image)(resources.GetObject("CleanInfo.NormalImage")));
  760. this.CleanInfo.Power = null;
  761. this.CleanInfo.Size = new System.Drawing.Size(61, 24);
  762. this.CleanInfo.TabIndex = 47;
  763. this.CleanInfo.Text = "清除内容";
  764. this.CleanInfo.UseVisualStyleBackColor = true;
  765. this.CleanInfo.Visible = false;
  766. this.CleanInfo.Click += new System.EventHandler(this.CleanInfo_Click);
  767. //
  768. // bc_remark
  769. //
  770. this.bc_remark.AllPower = null;
  771. this.bc_remark.BackColor = System.Drawing.Color.White;
  772. this.bc_remark.ID = null;
  773. this.bc_remark.Location = new System.Drawing.Point(106, 459);
  774. this.bc_remark.Multiline = true;
  775. this.bc_remark.Name = "bc_remark";
  776. this.bc_remark.Power = null;
  777. this.bc_remark.Size = new System.Drawing.Size(14, 10);
  778. this.bc_remark.Str = null;
  779. this.bc_remark.Str1 = null;
  780. this.bc_remark.Str2 = null;
  781. this.bc_remark.TabIndex = 41;
  782. this.bc_remark.Visible = false;
  783. //
  784. // ms_sncode
  785. //
  786. this.ms_sncode.AllPower = "ifall";
  787. this.ms_sncode.BackColor = System.Drawing.Color.White;
  788. this.ms_sncode.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  789. this.ms_sncode.ID = null;
  790. this.ms_sncode.Location = new System.Drawing.Point(599, 500);
  791. this.ms_sncode.Name = "ms_sncode";
  792. this.ms_sncode.Power = null;
  793. this.ms_sncode.Size = new System.Drawing.Size(181, 24);
  794. this.ms_sncode.Str = null;
  795. this.ms_sncode.Str1 = null;
  796. this.ms_sncode.Str2 = null;
  797. this.ms_sncode.TabIndex = 68;
  798. this.ms_sncode.Tag = "IfRead";
  799. this.ms_sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ms_code_KeyDown);
  800. //
  801. // Make_SnwriteCollection
  802. //
  803. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  804. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  805. this.BackColor = System.Drawing.SystemColors.Control;
  806. this.ClientSize = new System.Drawing.Size(862, 535);
  807. this.Controls.Add(this.groupBox1);
  808. this.Controls.Add(this.button1);
  809. this.Controls.Add(this.StopWatch);
  810. this.Controls.Add(this.StartWatch);
  811. this.Controls.Add(this.ChooseFolder);
  812. this.Controls.Add(this.FolderPath);
  813. this.Controls.Add(this.label7);
  814. this.Controls.Add(this.label10);
  815. this.Controls.Add(this.label11);
  816. this.Controls.Add(this.PrintList);
  817. this.Controls.Add(this.ob_sendqty);
  818. this.Controls.Add(this.StepCount);
  819. this.Controls.Add(this.pr_sendchecktype);
  820. this.Controls.Add(this.ma_salecode);
  821. this.Controls.Add(this.Lock_label);
  822. this.Controls.Add(this.ob_nowcheckqty);
  823. this.Controls.Add(this.NoteForChange);
  824. this.Controls.Add(this.ma_softversion);
  825. this.Controls.Add(this.ma_softversion_label);
  826. this.Controls.Add(this.panel1);
  827. this.Controls.Add(this.Save);
  828. this.Controls.Add(this.AutoBadCode);
  829. this.Controls.Add(this.ma_code);
  830. this.Controls.Add(this.LockMakeCode);
  831. this.Controls.Add(this.label2);
  832. this.Controls.Add(this.pr_spec);
  833. this.Controls.Add(this.ma_qty);
  834. this.Controls.Add(this.ma_prodcode);
  835. this.Controls.Add(this.OperateResult);
  836. this.Controls.Add(this.CleanInfo);
  837. this.Controls.Add(this.label6);
  838. this.Controls.Add(this.bc_remark);
  839. this.Controls.Add(this.Reject);
  840. this.Controls.Add(this.GoodProduct);
  841. this.Controls.Add(this.bc_remark_label);
  842. this.Controls.Add(this.ms_sncode_label);
  843. this.Controls.Add(this.ms_sncode);
  844. this.Controls.Add(this.ma_qty_label);
  845. this.Controls.Add(this.ms_makecode_label);
  846. this.Controls.Add(this.pr_detail_label);
  847. this.Controls.Add(this.ma_prodcode_label);
  848. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  849. this.KeyPreview = true;
  850. this.Name = "Make_SnwriteCollection";
  851. this.Tag = "Make!SnwriteCollection";
  852. this.Text = " ";
  853. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Make_TestCollection_FormClosing);
  854. this.Load += new System.EventHandler(this.TestCollection_Load);
  855. this.SizeChanged += new System.EventHandler(this.测试采集_SizeChanged);
  856. this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Make_TestCollection_KeyDown);
  857. this.panel1.ResumeLayout(false);
  858. this.panel1.PerformLayout();
  859. ((System.ComponentModel.ISupportInitialize)(this.BadInfSource)).EndInit();
  860. ((System.ComponentModel.ISupportInitialize)(this.XmlWatcher)).EndInit();
  861. this.groupBox1.ResumeLayout(false);
  862. this.groupBox1.PerformLayout();
  863. this.ResumeLayout(false);
  864. this.PerformLayout();
  865. }
  866. #endregion
  867. private System.Windows.Forms.Label ma_prodcode_label;
  868. private System.Windows.Forms.Label ms_makecode_label;
  869. private System.Windows.Forms.Label mcd_inqty_label;
  870. private System.Windows.Forms.Label ma_qty_label;
  871. private System.Windows.Forms.Label mc_restqty_label;
  872. private System.Windows.Forms.Label ms_sncode_label;
  873. private CustomControl.TextBoxWithIcon.SnCollectionBox ms_sncode;
  874. private System.Windows.Forms.Label bc_remark_label;
  875. private System.Windows.Forms.Label label2;
  876. private System.Windows.Forms.RadioButton GoodProduct;
  877. private System.Windows.Forms.RadioButton Reject;
  878. private CustomControl.TextBoxWithIcon.EnterTextBox bc_remark;
  879. private System.Windows.Forms.Label label6;
  880. private CustomControl.ButtonUtil.NormalButton CleanInfo;
  881. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  882. private CustomControl.ValueLabel.ValueLabel ma_prodcode;
  883. private CustomControl.ValueLabel.ValueLabel mcd_inqty;
  884. private CustomControl.ValueLabel.ValueLabel ma_qty;
  885. private CustomControl.ValueLabel.ValueLabel pr_spec;
  886. private CustomControl.ValueLabel.ValueLabel mcd_remainqty;
  887. private CustomControl.CustomCheckBox.LockCheckBox LockMakeCode;
  888. private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
  889. private ReSetCheckBox AutoBadCode;
  890. private CustomControl.ButtonUtil.NormalButton Save;
  891. private System.Windows.Forms.Panel panel1;
  892. private CustomControl.ValueLabel.ValueLabel ob_batchqty;
  893. private CustomControl.ValueLabel.ValueLabel ob_nowcheckqty;
  894. private CustomControl.ButtonUtil.NormalButton SendCheck;
  895. private System.Windows.Forms.Label ob_checkno;
  896. private System.Windows.Forms.Label pr_detail_label;
  897. private CustomControl.ValueLabel.ValueLabel ob_sendqty;
  898. private CustomControl.ValueLabel.ValueLabel ma_softversion;
  899. private System.Windows.Forms.Label ma_softversion_label;
  900. private System.Windows.Forms.BindingSource BadInfSource;
  901. private System.Windows.Forms.CheckBox NoteForChange;
  902. private System.Windows.Forms.Timer ControlLockTimer;
  903. private System.Windows.Forms.Label Lock_label;
  904. private System.Windows.Forms.Label ma_salecode;
  905. private System.Windows.Forms.Label pr_sendchecktype;
  906. private CustomControl.TextBoxWithIcon.SourceStepCount StepCount;
  907. private CustomControl.ValueLabel.ValueLabel mcd_ngqty;
  908. private System.Windows.Forms.Label label1;
  909. private CustomControl.ValueLabel.ValueLabel mcd_totalng;
  910. private System.Windows.Forms.Label label9;
  911. private CustomControl.ValueLabel.ValueLabel mcd_okqty;
  912. private System.Windows.Forms.Label label8;
  913. private CustomControl.ComBoxWithFocus.PrinterCombox PrintList;
  914. private System.Windows.Forms.Button StopWatch;
  915. private System.Windows.Forms.Button StartWatch;
  916. private System.Windows.Forms.Button ChooseFolder;
  917. private System.Windows.Forms.TextBox FolderPath;
  918. private System.Windows.Forms.Label label7;
  919. private System.Windows.Forms.Label label10;
  920. private System.Windows.Forms.Label label11;
  921. private System.IO.FileSystemWatcher XmlWatcher;
  922. private System.Windows.Forms.Button button1;
  923. private System.Windows.Forms.GroupBox groupBox1;
  924. private System.Windows.Forms.RadioButton zxche;
  925. private System.Windows.Forms.RadioButton mtkche;
  926. private System.Windows.Forms.RadioButton mtkche1;
  927. private System.Windows.Forms.Timer timer1;
  928. }
  929. }