AutoAnalysisXmlByStep.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436
  1. namespace FileWatcher
  2. {
  3. partial class AutoAnalysisXmlByStep
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AutoAnalysisXmlByStep));
  30. this.XmlWatcher = new System.IO.FileSystemWatcher();
  31. this.XmlFolder = new System.Windows.Forms.FolderBrowserDialog();
  32. this.StartWatch = new System.Windows.Forms.Button();
  33. this.StopWatch = new System.Windows.Forms.Button();
  34. this.label1 = new System.Windows.Forms.Label();
  35. this.FolderPath = new System.Windows.Forms.TextBox();
  36. this.ChooseFolder = new System.Windows.Forms.Button();
  37. this.OperateResult = new System.Windows.Forms.RichTextBox();
  38. this.Clean = new System.Windows.Forms.Button();
  39. this.label4 = new System.Windows.Forms.Label();
  40. this.Master = new System.Windows.Forms.ComboBox();
  41. this.AutoStart = new System.Windows.Forms.CheckBox();
  42. this.Timer = new System.Windows.Forms.Timer(this.components);
  43. this.BackUpFolderPath = new System.Windows.Forms.TextBox();
  44. this.bei = new System.Windows.Forms.Label();
  45. this.button1 = new System.Windows.Forms.Button();
  46. this.Device = new System.Windows.Forms.ComboBox();
  47. this.label5 = new System.Windows.Forms.Label();
  48. this.li_code = new System.Windows.Forms.TextBox();
  49. this.label3 = new System.Windows.Forms.Label();
  50. this.label2 = new System.Windows.Forms.Label();
  51. this.MachineType = new System.Windows.Forms.TextBox();
  52. this.CleanFolderPath = new System.Windows.Forms.Button();
  53. this.CleanBackUpFolderPath = new System.Windows.Forms.Button();
  54. this.deleteFile = new System.Windows.Forms.CheckBox();
  55. this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
  56. this.label6 = new System.Windows.Forms.Label();
  57. this.label7 = new System.Windows.Forms.Label();
  58. this.TimerInter = new System.Windows.Forms.TextBox();
  59. ((System.ComponentModel.ISupportInitialize)(this.XmlWatcher)).BeginInit();
  60. this.SuspendLayout();
  61. //
  62. // XmlWatcher
  63. //
  64. this.XmlWatcher.EnableRaisingEvents = true;
  65. this.XmlWatcher.Filter = "*.xml";
  66. this.XmlWatcher.IncludeSubdirectories = true;
  67. this.XmlWatcher.SynchronizingObject = this;
  68. //
  69. // StartWatch
  70. //
  71. this.StartWatch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  72. this.StartWatch.Location = new System.Drawing.Point(290, 557);
  73. this.StartWatch.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  74. this.StartWatch.Name = "StartWatch";
  75. this.StartWatch.Size = new System.Drawing.Size(128, 56);
  76. this.StartWatch.TabIndex = 0;
  77. this.StartWatch.Text = "开始监控";
  78. this.StartWatch.UseVisualStyleBackColor = true;
  79. this.StartWatch.Click += new System.EventHandler(this.StartWatch_Click);
  80. //
  81. // StopWatch
  82. //
  83. this.StopWatch.Enabled = false;
  84. this.StopWatch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  85. this.StopWatch.Location = new System.Drawing.Point(498, 557);
  86. this.StopWatch.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  87. this.StopWatch.Name = "StopWatch";
  88. this.StopWatch.Size = new System.Drawing.Size(128, 56);
  89. this.StopWatch.TabIndex = 1;
  90. this.StopWatch.Text = "停止监控";
  91. this.StopWatch.UseVisualStyleBackColor = true;
  92. this.StopWatch.Click += new System.EventHandler(this.StopWatch_Click);
  93. //
  94. // label1
  95. //
  96. this.label1.AutoSize = true;
  97. this.label1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  98. this.label1.Location = new System.Drawing.Point(48, 389);
  99. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  100. this.label1.Name = "label1";
  101. this.label1.Size = new System.Drawing.Size(162, 38);
  102. this.label1.TabIndex = 2;
  103. this.label1.Text = "监控文件夹";
  104. //
  105. // FolderPath
  106. //
  107. this.FolderPath.Enabled = false;
  108. this.FolderPath.Location = new System.Drawing.Point(218, 389);
  109. this.FolderPath.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  110. this.FolderPath.Name = "FolderPath";
  111. this.FolderPath.Size = new System.Drawing.Size(436, 35);
  112. this.FolderPath.TabIndex = 3;
  113. //
  114. // ChooseFolder
  115. //
  116. this.ChooseFolder.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  117. this.ChooseFolder.Location = new System.Drawing.Point(662, 379);
  118. this.ChooseFolder.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  119. this.ChooseFolder.Name = "ChooseFolder";
  120. this.ChooseFolder.Size = new System.Drawing.Size(156, 48);
  121. this.ChooseFolder.TabIndex = 6;
  122. this.ChooseFolder.Text = "选择文件夹";
  123. this.ChooseFolder.UseVisualStyleBackColor = true;
  124. this.ChooseFolder.Click += new System.EventHandler(this.ChooseFolder_Click);
  125. //
  126. // OperateResult
  127. //
  128. this.OperateResult.Location = new System.Drawing.Point(979, 12);
  129. this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  130. this.OperateResult.Name = "OperateResult";
  131. this.OperateResult.Size = new System.Drawing.Size(506, 535);
  132. this.OperateResult.TabIndex = 7;
  133. this.OperateResult.Text = "";
  134. //
  135. // Clean
  136. //
  137. this.Clean.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  138. this.Clean.Location = new System.Drawing.Point(1169, 580);
  139. this.Clean.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  140. this.Clean.Name = "Clean";
  141. this.Clean.Size = new System.Drawing.Size(112, 48);
  142. this.Clean.TabIndex = 8;
  143. this.Clean.Text = "清除";
  144. this.Clean.UseVisualStyleBackColor = true;
  145. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  146. //
  147. // label4
  148. //
  149. this.label4.AutoSize = true;
  150. this.label4.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  151. this.label4.Location = new System.Drawing.Point(54, 46);
  152. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  153. this.label4.Name = "label4";
  154. this.label4.Size = new System.Drawing.Size(133, 38);
  155. this.label4.TabIndex = 14;
  156. this.label4.Text = "账套选择";
  157. this.label4.Visible = false;
  158. //
  159. // Master
  160. //
  161. this.Master.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  162. this.Master.FormattingEnabled = true;
  163. this.Master.Location = new System.Drawing.Point(224, 46);
  164. this.Master.Margin = new System.Windows.Forms.Padding(6);
  165. this.Master.Name = "Master";
  166. this.Master.Size = new System.Drawing.Size(436, 32);
  167. this.Master.TabIndex = 15;
  168. this.Master.Visible = false;
  169. //
  170. // AutoStart
  171. //
  172. this.AutoStart.AutoSize = true;
  173. this.AutoStart.Checked = true;
  174. this.AutoStart.CheckState = System.Windows.Forms.CheckState.Checked;
  175. this.AutoStart.Location = new System.Drawing.Point(686, 51);
  176. this.AutoStart.Margin = new System.Windows.Forms.Padding(6);
  177. this.AutoStart.Name = "AutoStart";
  178. this.AutoStart.Size = new System.Drawing.Size(186, 28);
  179. this.AutoStart.TabIndex = 16;
  180. this.AutoStart.Text = "开机自动启动";
  181. this.AutoStart.UseVisualStyleBackColor = true;
  182. this.AutoStart.CheckedChanged += new System.EventHandler(this.AutoStart_CheckedChanged);
  183. //
  184. // Timer
  185. //
  186. this.Timer.Interval = 10000;
  187. this.Timer.Tick += new System.EventHandler(this.Timer_Tick);
  188. //
  189. // BackUpFolderPath
  190. //
  191. this.BackUpFolderPath.Enabled = false;
  192. this.BackUpFolderPath.Location = new System.Drawing.Point(218, 471);
  193. this.BackUpFolderPath.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  194. this.BackUpFolderPath.Name = "BackUpFolderPath";
  195. this.BackUpFolderPath.Size = new System.Drawing.Size(436, 35);
  196. this.BackUpFolderPath.TabIndex = 20;
  197. //
  198. // bei
  199. //
  200. this.bei.AutoSize = true;
  201. this.bei.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  202. this.bei.Location = new System.Drawing.Point(48, 471);
  203. this.bei.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  204. this.bei.Name = "bei";
  205. this.bei.Size = new System.Drawing.Size(162, 38);
  206. this.bei.TabIndex = 19;
  207. this.bei.Text = "备份文件夹";
  208. //
  209. // button1
  210. //
  211. this.button1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  212. this.button1.Location = new System.Drawing.Point(662, 467);
  213. this.button1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  214. this.button1.Name = "button1";
  215. this.button1.Size = new System.Drawing.Size(156, 48);
  216. this.button1.TabIndex = 21;
  217. this.button1.Text = "选择文件夹";
  218. this.button1.UseVisualStyleBackColor = true;
  219. this.button1.Click += new System.EventHandler(this.ChooseBackUpFolder_Click);
  220. //
  221. // Device
  222. //
  223. this.Device.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  224. this.Device.FormattingEnabled = true;
  225. this.Device.Items.AddRange(new object[] {
  226. "SPI",
  227. "镭雕机",
  228. "炉前AOI",
  229. "炉后AOI"});
  230. this.Device.Location = new System.Drawing.Point(218, 189);
  231. this.Device.Margin = new System.Windows.Forms.Padding(6);
  232. this.Device.Name = "Device";
  233. this.Device.Size = new System.Drawing.Size(436, 32);
  234. this.Device.TabIndex = 25;
  235. //
  236. // label5
  237. //
  238. this.label5.AutoSize = true;
  239. this.label5.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  240. this.label5.Location = new System.Drawing.Point(48, 189);
  241. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  242. this.label5.Name = "label5";
  243. this.label5.Size = new System.Drawing.Size(133, 38);
  244. this.label5.TabIndex = 24;
  245. this.label5.Text = "设备选择";
  246. //
  247. // li_code
  248. //
  249. this.li_code.Location = new System.Drawing.Point(218, 114);
  250. this.li_code.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  251. this.li_code.Name = "li_code";
  252. this.li_code.Size = new System.Drawing.Size(436, 35);
  253. this.li_code.TabIndex = 27;
  254. //
  255. // label3
  256. //
  257. this.label3.AutoSize = true;
  258. this.label3.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  259. this.label3.Location = new System.Drawing.Point(48, 114);
  260. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  261. this.label3.Name = "label3";
  262. this.label3.Size = new System.Drawing.Size(75, 38);
  263. this.label3.TabIndex = 26;
  264. this.label3.Text = "线别";
  265. //
  266. // label2
  267. //
  268. this.label2.AutoSize = true;
  269. this.label2.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  270. this.label2.Location = new System.Drawing.Point(48, 262);
  271. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  272. this.label2.Name = "label2";
  273. this.label2.Size = new System.Drawing.Size(75, 38);
  274. this.label2.TabIndex = 17;
  275. this.label2.Text = "机型";
  276. //
  277. // MachineType
  278. //
  279. this.MachineType.Location = new System.Drawing.Point(218, 262);
  280. this.MachineType.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  281. this.MachineType.Name = "MachineType";
  282. this.MachineType.Size = new System.Drawing.Size(436, 35);
  283. this.MachineType.TabIndex = 18;
  284. //
  285. // CleanFolderPath
  286. //
  287. this.CleanFolderPath.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  288. this.CleanFolderPath.Location = new System.Drawing.Point(839, 379);
  289. this.CleanFolderPath.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  290. this.CleanFolderPath.Name = "CleanFolderPath";
  291. this.CleanFolderPath.Size = new System.Drawing.Size(112, 48);
  292. this.CleanFolderPath.TabIndex = 28;
  293. this.CleanFolderPath.Text = "清除";
  294. this.CleanFolderPath.UseVisualStyleBackColor = true;
  295. this.CleanFolderPath.Click += new System.EventHandler(this.CleanFolderPath_Click);
  296. //
  297. // CleanBackUpFolderPath
  298. //
  299. this.CleanBackUpFolderPath.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  300. this.CleanBackUpFolderPath.Location = new System.Drawing.Point(839, 467);
  301. this.CleanBackUpFolderPath.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  302. this.CleanBackUpFolderPath.Name = "CleanBackUpFolderPath";
  303. this.CleanBackUpFolderPath.Size = new System.Drawing.Size(112, 48);
  304. this.CleanBackUpFolderPath.TabIndex = 29;
  305. this.CleanBackUpFolderPath.Text = "清除";
  306. this.CleanBackUpFolderPath.UseVisualStyleBackColor = true;
  307. this.CleanBackUpFolderPath.Click += new System.EventHandler(this.CleanBackUpFolderPath_Click);
  308. //
  309. // deleteFile
  310. //
  311. this.deleteFile.AutoSize = true;
  312. this.deleteFile.Location = new System.Drawing.Point(686, 121);
  313. this.deleteFile.Margin = new System.Windows.Forms.Padding(6);
  314. this.deleteFile.Name = "deleteFile";
  315. this.deleteFile.Size = new System.Drawing.Size(210, 28);
  316. this.deleteFile.TabIndex = 30;
  317. this.deleteFile.Text = "解析后删除文件";
  318. this.deleteFile.UseVisualStyleBackColor = true;
  319. //
  320. // notifyIcon1
  321. //
  322. this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
  323. this.notifyIcon1.Text = "设备数据抓取";
  324. this.notifyIcon1.Visible = true;
  325. this.notifyIcon1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.notifyIcon1_MouseDoubleClick);
  326. //
  327. // label6
  328. //
  329. this.label6.AutoSize = true;
  330. this.label6.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  331. this.label6.Location = new System.Drawing.Point(54, 324);
  332. this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  333. this.label6.Name = "label6";
  334. this.label6.Size = new System.Drawing.Size(133, 38);
  335. this.label6.TabIndex = 32;
  336. this.label6.Text = "时间间隔";
  337. //
  338. // label7
  339. //
  340. this.label7.AutoSize = true;
  341. this.label7.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  342. this.label7.Location = new System.Drawing.Point(364, 324);
  343. this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  344. this.label7.Name = "label7";
  345. this.label7.Size = new System.Drawing.Size(46, 38);
  346. this.label7.TabIndex = 33;
  347. this.label7.Text = "秒";
  348. //
  349. // TimerInter
  350. //
  351. this.TimerInter.Location = new System.Drawing.Point(218, 330);
  352. this.TimerInter.Name = "TimerInter";
  353. this.TimerInter.Size = new System.Drawing.Size(100, 35);
  354. this.TimerInter.TabIndex = 34;
  355. this.TimerInter.Text = "60";
  356. //
  357. // AutoAnalysisXmlByStep
  358. //
  359. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  360. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  361. this.ClientSize = new System.Drawing.Size(1498, 640);
  362. this.Controls.Add(this.TimerInter);
  363. this.Controls.Add(this.label7);
  364. this.Controls.Add(this.label6);
  365. this.Controls.Add(this.deleteFile);
  366. this.Controls.Add(this.CleanBackUpFolderPath);
  367. this.Controls.Add(this.CleanFolderPath);
  368. this.Controls.Add(this.li_code);
  369. this.Controls.Add(this.label3);
  370. this.Controls.Add(this.Device);
  371. this.Controls.Add(this.label5);
  372. this.Controls.Add(this.button1);
  373. this.Controls.Add(this.BackUpFolderPath);
  374. this.Controls.Add(this.bei);
  375. this.Controls.Add(this.MachineType);
  376. this.Controls.Add(this.label2);
  377. this.Controls.Add(this.AutoStart);
  378. this.Controls.Add(this.Master);
  379. this.Controls.Add(this.label4);
  380. this.Controls.Add(this.Clean);
  381. this.Controls.Add(this.OperateResult);
  382. this.Controls.Add(this.ChooseFolder);
  383. this.Controls.Add(this.FolderPath);
  384. this.Controls.Add(this.label1);
  385. this.Controls.Add(this.StopWatch);
  386. this.Controls.Add(this.StartWatch);
  387. this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  388. this.MaximizeBox = false;
  389. this.Name = "AutoAnalysisXmlByStep";
  390. this.Text = "UAS自动过站解析器 2024-12-16 14:15";
  391. this.Deactivate += new System.EventHandler(this.AutoAnalysisXmlByStep_Deactivate);
  392. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
  393. this.Load += new System.EventHandler(this.Form1_Load);
  394. ((System.ComponentModel.ISupportInitialize)(this.XmlWatcher)).EndInit();
  395. this.ResumeLayout(false);
  396. this.PerformLayout();
  397. }
  398. #endregion
  399. private System.IO.FileSystemWatcher XmlWatcher;
  400. private System.Windows.Forms.FolderBrowserDialog XmlFolder;
  401. private System.Windows.Forms.Button StopWatch;
  402. private System.Windows.Forms.Button StartWatch;
  403. private System.Windows.Forms.Label label1;
  404. private System.Windows.Forms.TextBox FolderPath;
  405. private System.Windows.Forms.Button ChooseFolder;
  406. private System.Windows.Forms.RichTextBox OperateResult;
  407. private System.Windows.Forms.Button Clean;
  408. private System.Windows.Forms.ComboBox Master;
  409. private System.Windows.Forms.Label label4;
  410. private System.Windows.Forms.CheckBox AutoStart;
  411. private System.Windows.Forms.Timer Timer;
  412. private System.Windows.Forms.TextBox BackUpFolderPath;
  413. private System.Windows.Forms.Label bei;
  414. private System.Windows.Forms.Button button1;
  415. private System.Windows.Forms.ComboBox Device;
  416. private System.Windows.Forms.Label label5;
  417. private System.Windows.Forms.TextBox li_code;
  418. private System.Windows.Forms.Label label3;
  419. private System.Windows.Forms.TextBox MachineType;
  420. private System.Windows.Forms.Label label2;
  421. private System.Windows.Forms.Button CleanBackUpFolderPath;
  422. private System.Windows.Forms.Button CleanFolderPath;
  423. private System.Windows.Forms.CheckBox deleteFile;
  424. private System.Windows.Forms.NotifyIcon notifyIcon1;
  425. private System.Windows.Forms.Label label6;
  426. private System.Windows.Forms.Label label7;
  427. private System.Windows.Forms.TextBox TimerInter;
  428. }
  429. }