Make_RePrintLabel.Designer.cs 24 KB

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