AutoAnalysisDeviceKS.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  1. namespace FileWatcher
  2. {
  3. partial class AutoAnalysisDeviceKS
  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. this.XmlWatcher = new System.IO.FileSystemWatcher();
  30. this.XmlFolder = new System.Windows.Forms.FolderBrowserDialog();
  31. this.StartWatch = new System.Windows.Forms.Button();
  32. this.StopWatch = new System.Windows.Forms.Button();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.FolderPath = new System.Windows.Forms.TextBox();
  35. this.ChooseFolder = new System.Windows.Forms.Button();
  36. this.OperateResult = new System.Windows.Forms.RichTextBox();
  37. this.Clean = new System.Windows.Forms.Button();
  38. this.AutoStart = new System.Windows.Forms.CheckBox();
  39. this.Timer = new System.Windows.Forms.Timer(this.components);
  40. this.Device = new System.Windows.Forms.ComboBox();
  41. this.label3 = new System.Windows.Forms.Label();
  42. this.ATEFile = new System.IO.FileSystemWatcher();
  43. ((System.ComponentModel.ISupportInitialize)(this.XmlWatcher)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.ATEFile)).BeginInit();
  45. this.SuspendLayout();
  46. //
  47. // XmlWatcher
  48. //
  49. this.XmlWatcher.EnableRaisingEvents = true;
  50. this.XmlWatcher.Filter = "*.log";
  51. this.XmlWatcher.SynchronizingObject = this;
  52. //
  53. // StartWatch
  54. //
  55. this.StartWatch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  56. this.StartWatch.Location = new System.Drawing.Point(290, 557);
  57. this.StartWatch.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  58. this.StartWatch.Name = "StartWatch";
  59. this.StartWatch.Size = new System.Drawing.Size(128, 56);
  60. this.StartWatch.TabIndex = 0;
  61. this.StartWatch.Text = "开始监控";
  62. this.StartWatch.UseVisualStyleBackColor = true;
  63. this.StartWatch.Click += new System.EventHandler(this.StartWatch_Click);
  64. //
  65. // StopWatch
  66. //
  67. this.StopWatch.Enabled = false;
  68. this.StopWatch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  69. this.StopWatch.Location = new System.Drawing.Point(498, 557);
  70. this.StopWatch.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  71. this.StopWatch.Name = "StopWatch";
  72. this.StopWatch.Size = new System.Drawing.Size(128, 56);
  73. this.StopWatch.TabIndex = 1;
  74. this.StopWatch.Text = "停止监控";
  75. this.StopWatch.UseVisualStyleBackColor = true;
  76. this.StopWatch.Click += new System.EventHandler(this.StopWatch_Click);
  77. //
  78. // label1
  79. //
  80. this.label1.AutoSize = true;
  81. this.label1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  82. this.label1.Location = new System.Drawing.Point(48, 283);
  83. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  84. this.label1.Name = "label1";
  85. this.label1.Size = new System.Drawing.Size(162, 38);
  86. this.label1.TabIndex = 2;
  87. this.label1.Text = "监控文件夹";
  88. //
  89. // FolderPath
  90. //
  91. this.FolderPath.Enabled = false;
  92. this.FolderPath.Location = new System.Drawing.Point(218, 283);
  93. this.FolderPath.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  94. this.FolderPath.Name = "FolderPath";
  95. this.FolderPath.Size = new System.Drawing.Size(436, 35);
  96. this.FolderPath.TabIndex = 3;
  97. //
  98. // ChooseFolder
  99. //
  100. this.ChooseFolder.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  101. this.ChooseFolder.Location = new System.Drawing.Point(686, 277);
  102. this.ChooseFolder.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  103. this.ChooseFolder.Name = "ChooseFolder";
  104. this.ChooseFolder.Size = new System.Drawing.Size(156, 48);
  105. this.ChooseFolder.TabIndex = 6;
  106. this.ChooseFolder.Text = "选择文件夹";
  107. this.ChooseFolder.UseVisualStyleBackColor = true;
  108. this.ChooseFolder.Click += new System.EventHandler(this.ChooseFolder_Click);
  109. //
  110. // OperateResult
  111. //
  112. this.OperateResult.Location = new System.Drawing.Point(892, 22);
  113. this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  114. this.OperateResult.Name = "OperateResult";
  115. this.OperateResult.Size = new System.Drawing.Size(517, 535);
  116. this.OperateResult.TabIndex = 7;
  117. this.OperateResult.Text = "";
  118. //
  119. // Clean
  120. //
  121. this.Clean.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  122. this.Clean.Location = new System.Drawing.Point(1096, 580);
  123. this.Clean.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  124. this.Clean.Name = "Clean";
  125. this.Clean.Size = new System.Drawing.Size(112, 48);
  126. this.Clean.TabIndex = 8;
  127. this.Clean.Text = "清除";
  128. this.Clean.UseVisualStyleBackColor = true;
  129. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  130. //
  131. // AutoStart
  132. //
  133. this.AutoStart.AutoSize = true;
  134. this.AutoStart.Checked = true;
  135. this.AutoStart.CheckState = System.Windows.Forms.CheckState.Checked;
  136. this.AutoStart.Location = new System.Drawing.Point(686, 201);
  137. this.AutoStart.Margin = new System.Windows.Forms.Padding(6);
  138. this.AutoStart.Name = "AutoStart";
  139. this.AutoStart.Size = new System.Drawing.Size(186, 28);
  140. this.AutoStart.TabIndex = 16;
  141. this.AutoStart.Text = "开机自动启动";
  142. this.AutoStart.UseVisualStyleBackColor = true;
  143. this.AutoStart.CheckedChanged += new System.EventHandler(this.AutoStart_CheckedChanged);
  144. //
  145. // Timer
  146. //
  147. this.Timer.Interval = 60000;
  148. this.Timer.Tick += new System.EventHandler(this.Timer_Tick);
  149. //
  150. // Device
  151. //
  152. this.Device.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  153. this.Device.FormattingEnabled = true;
  154. this.Device.Items.AddRange(new object[] {
  155. "ATE设备",
  156. "老化设备"});
  157. this.Device.Location = new System.Drawing.Point(224, 201);
  158. this.Device.Margin = new System.Windows.Forms.Padding(6);
  159. this.Device.Name = "Device";
  160. this.Device.Size = new System.Drawing.Size(436, 32);
  161. this.Device.TabIndex = 20;
  162. //
  163. // label3
  164. //
  165. this.label3.AutoSize = true;
  166. this.label3.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  167. this.label3.Location = new System.Drawing.Point(54, 195);
  168. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  169. this.label3.Name = "label3";
  170. this.label3.Size = new System.Drawing.Size(133, 38);
  171. this.label3.TabIndex = 19;
  172. this.label3.Text = "设备选择";
  173. //
  174. // ATEFile
  175. //
  176. this.ATEFile.EnableRaisingEvents = true;
  177. this.ATEFile.Filter = "*.txt";
  178. this.ATEFile.SynchronizingObject = this;
  179. //
  180. // AutoAnalysisDeviceKS
  181. //
  182. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  183. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  184. this.ClientSize = new System.Drawing.Size(1443, 640);
  185. this.Controls.Add(this.Device);
  186. this.Controls.Add(this.label3);
  187. this.Controls.Add(this.AutoStart);
  188. this.Controls.Add(this.Clean);
  189. this.Controls.Add(this.OperateResult);
  190. this.Controls.Add(this.ChooseFolder);
  191. this.Controls.Add(this.FolderPath);
  192. this.Controls.Add(this.label1);
  193. this.Controls.Add(this.StopWatch);
  194. this.Controls.Add(this.StartWatch);
  195. this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  196. this.MaximizeBox = false;
  197. this.Name = "AutoAnalysisDeviceKS";
  198. this.Text = "UAS设备数据解析 2025-03-18 10:05";
  199. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
  200. this.Load += new System.EventHandler(this.Form1_Load);
  201. ((System.ComponentModel.ISupportInitialize)(this.XmlWatcher)).EndInit();
  202. ((System.ComponentModel.ISupportInitialize)(this.ATEFile)).EndInit();
  203. this.ResumeLayout(false);
  204. this.PerformLayout();
  205. }
  206. #endregion
  207. private System.IO.FileSystemWatcher XmlWatcher;
  208. private System.Windows.Forms.FolderBrowserDialog XmlFolder;
  209. private System.Windows.Forms.Button StopWatch;
  210. private System.Windows.Forms.Button StartWatch;
  211. private System.Windows.Forms.Label label1;
  212. private System.Windows.Forms.TextBox FolderPath;
  213. private System.Windows.Forms.Button ChooseFolder;
  214. private System.Windows.Forms.RichTextBox OperateResult;
  215. private System.Windows.Forms.Button Clean;
  216. private System.Windows.Forms.CheckBox AutoStart;
  217. private System.Windows.Forms.Timer Timer;
  218. private System.Windows.Forms.ComboBox Device;
  219. private System.Windows.Forms.Label label3;
  220. private System.IO.FileSystemWatcher ATEFile;
  221. }
  222. }