Make_RePrintLabel.Designer.cs 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_RePrintLabel
  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_RePrintLabel));
  30. this.giftBox = new System.Windows.Forms.RadioButton();
  31. this.CartonBox = new System.Windows.Forms.RadioButton();
  32. this.fuselagel = new System.Windows.Forms.RadioButton();
  33. this.label = new System.Windows.Forms.Label();
  34. this.label3 = new System.Windows.Forms.Label();
  35. this.label111 = new System.Windows.Forms.Label();
  36. this.label5 = new System.Windows.Forms.Label();
  37. this.PrintLabel = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip(this.components);
  38. this.label6 = new System.Windows.Forms.Label();
  39. this.label7 = new System.Windows.Forms.Label();
  40. this.label8 = new System.Windows.Forms.Label();
  41. this.label9 = new System.Windows.Forms.Label();
  42. this.inputValue = new System.Windows.Forms.Label();
  43. this.pr_code = new System.Windows.Forms.Label();
  44. this.ms_makecode = new System.Windows.Forms.Label();
  45. this.pr_detail = new System.Windows.Forms.Label();
  46. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  47. this.printBtn = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  48. this.printNum = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
  49. this.inputText = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  50. this.Printer = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox();
  51. this.groupBoxWithBorder1 = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  52. this.StopWatch = new System.Windows.Forms.Button();
  53. this.StartWatch = new System.Windows.Forms.Button();
  54. this.ChooseFolder = new System.Windows.Forms.Button();
  55. this.FolderPath = new System.Windows.Forms.TextBox();
  56. this.label1 = new System.Windows.Forms.Label();
  57. this.XmlWatcher = new System.IO.FileSystemWatcher();
  58. this.groupBoxWithBorder1.SuspendLayout();
  59. ((System.ComponentModel.ISupportInitialize)(this.XmlWatcher)).BeginInit();
  60. this.SuspendLayout();
  61. //
  62. // giftBox
  63. //
  64. this.giftBox.AutoSize = true;
  65. this.giftBox.Checked = true;
  66. this.giftBox.Font = new System.Drawing.Font("微软雅黑", 12F);
  67. this.giftBox.Location = new System.Drawing.Point(82, 52);
  68. this.giftBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  69. this.giftBox.Name = "giftBox";
  70. this.giftBox.Size = new System.Drawing.Size(135, 35);
  71. this.giftBox.TabIndex = 1;
  72. this.giftBox.TabStop = true;
  73. this.giftBox.Text = "彩标打印";
  74. this.giftBox.UseVisualStyleBackColor = true;
  75. this.giftBox.CheckedChanged += new System.EventHandler(this.radioButton_CheckedChange);
  76. //
  77. // CartonBox
  78. //
  79. this.CartonBox.AutoSize = true;
  80. this.CartonBox.Font = new System.Drawing.Font("微软雅黑", 12F);
  81. this.CartonBox.Location = new System.Drawing.Point(430, 52);
  82. this.CartonBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  83. this.CartonBox.Name = "CartonBox";
  84. this.CartonBox.Size = new System.Drawing.Size(164, 35);
  85. this.CartonBox.TabIndex = 2;
  86. this.CartonBox.Text = "Carton打印";
  87. this.CartonBox.UseVisualStyleBackColor = true;
  88. this.CartonBox.CheckedChanged += new System.EventHandler(this.radioButton_CheckedChange);
  89. //
  90. // fuselagel
  91. //
  92. this.fuselagel.AutoSize = true;
  93. this.fuselagel.Font = new System.Drawing.Font("微软雅黑", 12F);
  94. this.fuselagel.Location = new System.Drawing.Point(844, 52);
  95. this.fuselagel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  96. this.fuselagel.Name = "fuselagel";
  97. this.fuselagel.Size = new System.Drawing.Size(159, 35);
  98. this.fuselagel.TabIndex = 3;
  99. this.fuselagel.Text = "栈板标打印";
  100. this.fuselagel.UseVisualStyleBackColor = true;
  101. this.fuselagel.CheckedChanged += new System.EventHandler(this.radioButton_CheckedChange);
  102. //
  103. // label
  104. //
  105. this.label.AutoSize = true;
  106. this.label.Font = new System.Drawing.Font("微软雅黑", 12F);
  107. this.label.Location = new System.Drawing.Point(38, 134);
  108. this.label.Name = "label";
  109. this.label.Size = new System.Drawing.Size(86, 31);
  110. this.label.TabIndex = 4;
  111. this.label.Text = "输入值";
  112. //
  113. // label3
  114. //
  115. this.label3.AutoSize = true;
  116. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F);
  117. this.label3.Location = new System.Drawing.Point(546, 134);
  118. this.label3.Name = "label3";
  119. this.label3.Size = new System.Drawing.Size(110, 31);
  120. this.label3.TabIndex = 5;
  121. this.label3.Text = "工单代码";
  122. //
  123. // label111
  124. //
  125. this.label111.AutoSize = true;
  126. this.label111.Font = new System.Drawing.Font("微软雅黑", 12F);
  127. this.label111.Location = new System.Drawing.Point(38, 172);
  128. this.label111.Name = "label111";
  129. this.label111.Size = new System.Drawing.Size(110, 31);
  130. this.label111.TabIndex = 6;
  131. this.label111.Text = "产品编号";
  132. //
  133. // label5
  134. //
  135. this.label5.AutoSize = true;
  136. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F);
  137. this.label5.Location = new System.Drawing.Point(546, 172);
  138. this.label5.Name = "label5";
  139. this.label5.Size = new System.Drawing.Size(62, 31);
  140. this.label5.TabIndex = 7;
  141. this.label5.Text = "名称";
  142. //
  143. // PrintLabel
  144. //
  145. this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  146. this.PrintLabel.FormattingEnabled = true;
  147. this.PrintLabel.Location = new System.Drawing.Point(188, 268);
  148. this.PrintLabel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  149. this.PrintLabel.Name = "PrintLabel";
  150. this.PrintLabel.Size = new System.Drawing.Size(222, 26);
  151. this.PrintLabel.TabIndex = 189;
  152. //
  153. // label6
  154. //
  155. this.label6.AutoSize = true;
  156. this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  157. this.label6.Location = new System.Drawing.Point(38, 218);
  158. this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  159. this.label6.Name = "label6";
  160. this.label6.Size = new System.Drawing.Size(134, 31);
  161. this.label6.TabIndex = 188;
  162. this.label6.Text = "打印机列表";
  163. //
  164. // label7
  165. //
  166. this.label7.AutoSize = true;
  167. this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  168. this.label7.Location = new System.Drawing.Point(38, 264);
  169. this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  170. this.label7.Name = "label7";
  171. this.label7.Size = new System.Drawing.Size(110, 31);
  172. this.label7.TabIndex = 187;
  173. this.label7.Text = "标签模板";
  174. //
  175. // label8
  176. //
  177. this.label8.AutoSize = true;
  178. this.label8.Font = new System.Drawing.Font("微软雅黑", 12F);
  179. this.label8.Location = new System.Drawing.Point(544, 222);
  180. this.label8.Name = "label8";
  181. this.label8.Size = new System.Drawing.Size(86, 31);
  182. this.label8.TabIndex = 190;
  183. this.label8.Text = "输入框";
  184. //
  185. // label9
  186. //
  187. this.label9.AutoSize = true;
  188. this.label9.Font = new System.Drawing.Font("微软雅黑", 12F);
  189. this.label9.Location = new System.Drawing.Point(546, 268);
  190. this.label9.Name = "label9";
  191. this.label9.Size = new System.Drawing.Size(62, 31);
  192. this.label9.TabIndex = 192;
  193. this.label9.Text = "份数";
  194. //
  195. // inputValue
  196. //
  197. this.inputValue.AutoSize = true;
  198. this.inputValue.Font = new System.Drawing.Font("微软雅黑", 12F);
  199. this.inputValue.Location = new System.Drawing.Point(182, 134);
  200. this.inputValue.Name = "inputValue";
  201. this.inputValue.Size = new System.Drawing.Size(0, 31);
  202. this.inputValue.TabIndex = 199;
  203. //
  204. // pr_code
  205. //
  206. this.pr_code.AutoSize = true;
  207. this.pr_code.Font = new System.Drawing.Font("微软雅黑", 12F);
  208. this.pr_code.Location = new System.Drawing.Point(182, 172);
  209. this.pr_code.Name = "pr_code";
  210. this.pr_code.Size = new System.Drawing.Size(0, 31);
  211. this.pr_code.TabIndex = 200;
  212. this.pr_code.TextChanged += new System.EventHandler(this.PrintLabel_TextChanged);
  213. //
  214. // ms_makecode
  215. //
  216. this.ms_makecode.AutoSize = true;
  217. this.ms_makecode.Font = new System.Drawing.Font("微软雅黑", 12F);
  218. this.ms_makecode.Location = new System.Drawing.Point(656, 134);
  219. this.ms_makecode.Name = "ms_makecode";
  220. this.ms_makecode.Size = new System.Drawing.Size(0, 31);
  221. this.ms_makecode.TabIndex = 201;
  222. //
  223. // pr_detail
  224. //
  225. this.pr_detail.AutoSize = true;
  226. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F);
  227. this.pr_detail.Location = new System.Drawing.Point(656, 172);
  228. this.pr_detail.Name = "pr_detail";
  229. this.pr_detail.Size = new System.Drawing.Size(0, 31);
  230. this.pr_detail.TabIndex = 202;
  231. //
  232. // OperateResult
  233. //
  234. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  235. this.OperateResult.Location = new System.Drawing.Point(44, 316);
  236. this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  237. this.OperateResult.Name = "OperateResult";
  238. this.OperateResult.Size = new System.Drawing.Size(769, 246);
  239. this.OperateResult.TabIndex = 195;
  240. this.OperateResult.Text = "";
  241. //
  242. // printBtn
  243. //
  244. this.printBtn.AllPower = null;
  245. this.printBtn.BackColor = System.Drawing.Color.Transparent;
  246. this.printBtn.DownImage = ((System.Drawing.Image)(resources.GetObject("printBtn.DownImage")));
  247. this.printBtn.Image = null;
  248. this.printBtn.IsShowBorder = true;
  249. this.printBtn.Location = new System.Drawing.Point(922, 267);
  250. this.printBtn.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  251. this.printBtn.MoveImage = ((System.Drawing.Image)(resources.GetObject("printBtn.MoveImage")));
  252. this.printBtn.Name = "printBtn";
  253. this.printBtn.NormalImage = ((System.Drawing.Image)(resources.GetObject("printBtn.NormalImage")));
  254. this.printBtn.Power = null;
  255. this.printBtn.Size = new System.Drawing.Size(75, 36);
  256. this.printBtn.TabIndex = 194;
  257. this.printBtn.Text = "打印";
  258. this.printBtn.UseVisualStyleBackColor = false;
  259. this.printBtn.Click += new System.EventHandler(this.print_Click);
  260. //
  261. // printNum
  262. //
  263. this.printNum.AllPower = null;
  264. this.printNum.BackColor = System.Drawing.Color.White;
  265. this.printNum.ID = null;
  266. this.printNum.Location = new System.Drawing.Point(663, 273);
  267. this.printNum.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  268. this.printNum.Name = "printNum";
  269. this.printNum.Negative = false;
  270. this.printNum.Power = null;
  271. this.printNum.Size = new System.Drawing.Size(222, 28);
  272. this.printNum.Str = null;
  273. this.printNum.Str1 = null;
  274. this.printNum.Str2 = null;
  275. this.printNum.TabIndex = 193;
  276. this.printNum.Text = "1";
  277. //
  278. // inputText
  279. //
  280. this.inputText.AllPower = null;
  281. this.inputText.BackColor = System.Drawing.Color.White;
  282. this.inputText.ID = null;
  283. this.inputText.Location = new System.Drawing.Point(662, 224);
  284. this.inputText.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  285. this.inputText.Name = "inputText";
  286. this.inputText.Power = null;
  287. this.inputText.Size = new System.Drawing.Size(222, 28);
  288. this.inputText.Str = null;
  289. this.inputText.Str1 = null;
  290. this.inputText.Str2 = null;
  291. this.inputText.TabIndex = 191;
  292. this.inputText.KeyDown += new System.Windows.Forms.KeyEventHandler(this.inputText_KeyDown);
  293. //
  294. // Printer
  295. //
  296. this.Printer.Location = new System.Drawing.Point(188, 218);
  297. this.Printer.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  298. this.Printer.Name = "Printer";
  299. this.Printer.Size = new System.Drawing.Size(222, 38);
  300. this.Printer.TabIndex = 186;
  301. //
  302. // groupBoxWithBorder1
  303. //
  304. this.groupBoxWithBorder1.BorderColor = System.Drawing.Color.Black;
  305. this.groupBoxWithBorder1.Controls.Add(this.CartonBox);
  306. this.groupBoxWithBorder1.Controls.Add(this.fuselagel);
  307. this.groupBoxWithBorder1.Controls.Add(this.giftBox);
  308. this.groupBoxWithBorder1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  309. this.groupBoxWithBorder1.Location = new System.Drawing.Point(44, 14);
  310. this.groupBoxWithBorder1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  311. this.groupBoxWithBorder1.Name = "groupBoxWithBorder1";
  312. this.groupBoxWithBorder1.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
  313. this.groupBoxWithBorder1.Size = new System.Drawing.Size(1134, 108);
  314. this.groupBoxWithBorder1.TabIndex = 204;
  315. this.groupBoxWithBorder1.TabStop = false;
  316. this.groupBoxWithBorder1.Text = "打印类型";
  317. this.groupBoxWithBorder1.TextColor = System.Drawing.Color.Black;
  318. //
  319. // StopWatch
  320. //
  321. this.StopWatch.Enabled = false;
  322. this.StopWatch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  323. this.StopWatch.Location = new System.Drawing.Point(1042, 458);
  324. this.StopWatch.Name = "StopWatch";
  325. this.StopWatch.Size = new System.Drawing.Size(96, 42);
  326. this.StopWatch.TabIndex = 209;
  327. this.StopWatch.Text = "停止监控";
  328. this.StopWatch.UseVisualStyleBackColor = true;
  329. this.StopWatch.Click += new System.EventHandler(this.StopWatch_Click);
  330. //
  331. // StartWatch
  332. //
  333. this.StartWatch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  334. this.StartWatch.Location = new System.Drawing.Point(874, 458);
  335. this.StartWatch.Name = "StartWatch";
  336. this.StartWatch.Size = new System.Drawing.Size(96, 42);
  337. this.StartWatch.TabIndex = 208;
  338. this.StartWatch.Text = "开始监控";
  339. this.StartWatch.UseVisualStyleBackColor = true;
  340. this.StartWatch.Click += new System.EventHandler(this.StartWatch_Click);
  341. //
  342. // ChooseFolder
  343. //
  344. this.ChooseFolder.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  345. this.ChooseFolder.Location = new System.Drawing.Point(1084, 400);
  346. this.ChooseFolder.Name = "ChooseFolder";
  347. this.ChooseFolder.Size = new System.Drawing.Size(117, 36);
  348. this.ChooseFolder.TabIndex = 207;
  349. this.ChooseFolder.Text = "选择文件夹";
  350. this.ChooseFolder.UseVisualStyleBackColor = true;
  351. this.ChooseFolder.Click += new System.EventHandler(this.ChooseFolder_Click);
  352. //
  353. // FolderPath
  354. //
  355. this.FolderPath.Enabled = false;
  356. this.FolderPath.Location = new System.Drawing.Point(832, 406);
  357. this.FolderPath.Name = "FolderPath";
  358. this.FolderPath.Size = new System.Drawing.Size(236, 28);
  359. this.FolderPath.TabIndex = 206;
  360. //
  361. // label1
  362. //
  363. this.label1.AutoSize = true;
  364. this.label1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  365. this.label1.Location = new System.Drawing.Point(930, 353);
  366. this.label1.Name = "label1";
  367. this.label1.Size = new System.Drawing.Size(123, 30);
  368. this.label1.TabIndex = 205;
  369. this.label1.Text = "监控文件夹";
  370. //
  371. // XmlWatcher
  372. //
  373. this.XmlWatcher.EnableRaisingEvents = true;
  374. this.XmlWatcher.Filter = "*.txt";
  375. this.XmlWatcher.SynchronizingObject = this;
  376. this.XmlWatcher.Created += new System.IO.FileSystemEventHandler(this.XmlWatcher_Created);
  377. //
  378. // Make_RePrintLabel
  379. //
  380. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  381. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  382. this.ClientSize = new System.Drawing.Size(1227, 626);
  383. this.Controls.Add(this.StopWatch);
  384. this.Controls.Add(this.StartWatch);
  385. this.Controls.Add(this.ChooseFolder);
  386. this.Controls.Add(this.FolderPath);
  387. this.Controls.Add(this.label1);
  388. this.Controls.Add(this.groupBoxWithBorder1);
  389. this.Controls.Add(this.pr_detail);
  390. this.Controls.Add(this.ms_makecode);
  391. this.Controls.Add(this.pr_code);
  392. this.Controls.Add(this.inputValue);
  393. this.Controls.Add(this.OperateResult);
  394. this.Controls.Add(this.printBtn);
  395. this.Controls.Add(this.printNum);
  396. this.Controls.Add(this.label9);
  397. this.Controls.Add(this.inputText);
  398. this.Controls.Add(this.label8);
  399. this.Controls.Add(this.PrintLabel);
  400. this.Controls.Add(this.label6);
  401. this.Controls.Add(this.label7);
  402. this.Controls.Add(this.Printer);
  403. this.Controls.Add(this.label5);
  404. this.Controls.Add(this.label111);
  405. this.Controls.Add(this.label3);
  406. this.Controls.Add(this.label);
  407. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  408. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  409. this.Name = "Make_RePrintLabel";
  410. this.Tag = "Make!RePrintLabel";
  411. this.Text = "Make_RePrintLabel";
  412. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Make_RePrintLabel_FormClosing);
  413. this.Load += new System.EventHandler(this.Make_RePrintLabel_Load);
  414. this.SizeChanged += new System.EventHandler(this.Make_RePrintLabel_SizeChanged);
  415. this.groupBoxWithBorder1.ResumeLayout(false);
  416. this.groupBoxWithBorder1.PerformLayout();
  417. ((System.ComponentModel.ISupportInitialize)(this.XmlWatcher)).EndInit();
  418. this.ResumeLayout(false);
  419. this.PerformLayout();
  420. }
  421. #endregion
  422. private System.Windows.Forms.RadioButton giftBox;
  423. private System.Windows.Forms.RadioButton CartonBox;
  424. private System.Windows.Forms.RadioButton fuselagel;
  425. private System.Windows.Forms.Label label;
  426. private System.Windows.Forms.Label label3;
  427. private System.Windows.Forms.Label label111;
  428. private System.Windows.Forms.Label label5;
  429. private UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip PrintLabel;
  430. private System.Windows.Forms.Label label6;
  431. private System.Windows.Forms.Label label7;
  432. private CustomControl.ComBoxWithFocus.PrinterCombox Printer;
  433. private System.Windows.Forms.Label label8;
  434. private CustomControl.TextBoxWithIcon.SnCollectionBox inputText;
  435. private System.Windows.Forms.Label label9;
  436. private CustomControl.TextBoxWithIcon.NumOnlyTextBox printNum;
  437. private CustomControl.ButtonUtil.NormalButton printBtn;
  438. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  439. private System.Windows.Forms.Label inputValue;
  440. private System.Windows.Forms.Label pr_code;
  441. private System.Windows.Forms.Label ms_makecode;
  442. private System.Windows.Forms.Label pr_detail;
  443. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder1;
  444. private System.Windows.Forms.Button StopWatch;
  445. private System.Windows.Forms.Button StartWatch;
  446. private System.Windows.Forms.Button ChooseFolder;
  447. private System.Windows.Forms.TextBox FolderPath;
  448. private System.Windows.Forms.Label label1;
  449. private System.IO.FileSystemWatcher XmlWatcher;
  450. }
  451. }