AutoAnalysisXLSJC.Designer.cs 21 KB

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