AutoAnalysisDevice.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301
  1. namespace FileWatcher
  2. {
  3. partial class AutoAnalysisDevice
  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.MakeCode_lable = new System.Windows.Forms.Label();
  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.ma_code = new System.Windows.Forms.TextBox();
  43. this.BatchAnalysus = new System.Windows.Forms.Button();
  44. this.Timer = new System.Windows.Forms.Timer(this.components);
  45. this.Device = new System.Windows.Forms.ComboBox();
  46. this.label3 = new System.Windows.Forms.Label();
  47. this.ATEFile = new System.IO.FileSystemWatcher();
  48. ((System.ComponentModel.ISupportInitialize)(this.XmlWatcher)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.ATEFile)).BeginInit();
  50. this.SuspendLayout();
  51. //
  52. // XmlWatcher
  53. //
  54. this.XmlWatcher.EnableRaisingEvents = true;
  55. this.XmlWatcher.Filter = "*.log";
  56. this.XmlWatcher.SynchronizingObject = this;
  57. //
  58. // StartWatch
  59. //
  60. this.StartWatch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  61. this.StartWatch.Location = new System.Drawing.Point(290, 557);
  62. this.StartWatch.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  63. this.StartWatch.Name = "StartWatch";
  64. this.StartWatch.Size = new System.Drawing.Size(128, 56);
  65. this.StartWatch.TabIndex = 0;
  66. this.StartWatch.Text = "开始监控";
  67. this.StartWatch.UseVisualStyleBackColor = true;
  68. this.StartWatch.Click += new System.EventHandler(this.StartWatch_Click);
  69. //
  70. // StopWatch
  71. //
  72. this.StopWatch.Enabled = false;
  73. this.StopWatch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  74. this.StopWatch.Location = new System.Drawing.Point(498, 557);
  75. this.StopWatch.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  76. this.StopWatch.Name = "StopWatch";
  77. this.StopWatch.Size = new System.Drawing.Size(128, 56);
  78. this.StopWatch.TabIndex = 1;
  79. this.StopWatch.Text = "停止监控";
  80. this.StopWatch.UseVisualStyleBackColor = true;
  81. this.StopWatch.Click += new System.EventHandler(this.StopWatch_Click);
  82. //
  83. // label1
  84. //
  85. this.label1.AutoSize = true;
  86. this.label1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  87. this.label1.Location = new System.Drawing.Point(48, 283);
  88. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  89. this.label1.Name = "label1";
  90. this.label1.Size = new System.Drawing.Size(162, 38);
  91. this.label1.TabIndex = 2;
  92. this.label1.Text = "监控文件夹";
  93. //
  94. // FolderPath
  95. //
  96. this.FolderPath.Enabled = false;
  97. this.FolderPath.Location = new System.Drawing.Point(218, 283);
  98. this.FolderPath.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  99. this.FolderPath.Name = "FolderPath";
  100. this.FolderPath.Size = new System.Drawing.Size(436, 35);
  101. this.FolderPath.TabIndex = 3;
  102. //
  103. // ChooseFolder
  104. //
  105. this.ChooseFolder.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  106. this.ChooseFolder.Location = new System.Drawing.Point(686, 277);
  107. this.ChooseFolder.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  108. this.ChooseFolder.Name = "ChooseFolder";
  109. this.ChooseFolder.Size = new System.Drawing.Size(156, 48);
  110. this.ChooseFolder.TabIndex = 6;
  111. this.ChooseFolder.Text = "选择文件夹";
  112. this.ChooseFolder.UseVisualStyleBackColor = true;
  113. this.ChooseFolder.Click += new System.EventHandler(this.ChooseFolder_Click);
  114. //
  115. // OperateResult
  116. //
  117. this.OperateResult.Location = new System.Drawing.Point(892, 22);
  118. this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  119. this.OperateResult.Name = "OperateResult";
  120. this.OperateResult.Size = new System.Drawing.Size(517, 535);
  121. this.OperateResult.TabIndex = 7;
  122. this.OperateResult.Text = "";
  123. //
  124. // Clean
  125. //
  126. this.Clean.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  127. this.Clean.Location = new System.Drawing.Point(1096, 580);
  128. this.Clean.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  129. this.Clean.Name = "Clean";
  130. this.Clean.Size = new System.Drawing.Size(112, 48);
  131. this.Clean.TabIndex = 8;
  132. this.Clean.Text = "清除";
  133. this.Clean.UseVisualStyleBackColor = true;
  134. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  135. //
  136. // MakeCode_lable
  137. //
  138. this.MakeCode_lable.AutoSize = true;
  139. this.MakeCode_lable.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  140. this.MakeCode_lable.Location = new System.Drawing.Point(54, 105);
  141. this.MakeCode_lable.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  142. this.MakeCode_lable.Name = "MakeCode_lable";
  143. this.MakeCode_lable.Size = new System.Drawing.Size(104, 38);
  144. this.MakeCode_lable.TabIndex = 12;
  145. this.MakeCode_lable.Text = "工单号";
  146. this.MakeCode_lable.Visible = false;
  147. //
  148. // label4
  149. //
  150. this.label4.AutoSize = true;
  151. this.label4.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  152. this.label4.Location = new System.Drawing.Point(54, 46);
  153. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  154. this.label4.Name = "label4";
  155. this.label4.Size = new System.Drawing.Size(133, 38);
  156. this.label4.TabIndex = 14;
  157. this.label4.Text = "账套选择";
  158. this.label4.Visible = false;
  159. //
  160. // Master
  161. //
  162. this.Master.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  163. this.Master.FormattingEnabled = true;
  164. this.Master.Location = new System.Drawing.Point(224, 46);
  165. this.Master.Margin = new System.Windows.Forms.Padding(6);
  166. this.Master.Name = "Master";
  167. this.Master.Size = new System.Drawing.Size(436, 32);
  168. this.Master.TabIndex = 15;
  169. this.Master.Visible = false;
  170. //
  171. // AutoStart
  172. //
  173. this.AutoStart.AutoSize = true;
  174. this.AutoStart.Checked = true;
  175. this.AutoStart.CheckState = System.Windows.Forms.CheckState.Checked;
  176. this.AutoStart.Location = new System.Drawing.Point(686, 201);
  177. this.AutoStart.Margin = new System.Windows.Forms.Padding(6);
  178. this.AutoStart.Name = "AutoStart";
  179. this.AutoStart.Size = new System.Drawing.Size(186, 28);
  180. this.AutoStart.TabIndex = 16;
  181. this.AutoStart.Text = "开机自动启动";
  182. this.AutoStart.UseVisualStyleBackColor = true;
  183. this.AutoStart.CheckedChanged += new System.EventHandler(this.AutoStart_CheckedChanged);
  184. //
  185. // ma_code
  186. //
  187. this.ma_code.Location = new System.Drawing.Point(224, 105);
  188. this.ma_code.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  189. this.ma_code.Name = "ma_code";
  190. this.ma_code.Size = new System.Drawing.Size(436, 35);
  191. this.ma_code.TabIndex = 17;
  192. this.ma_code.Visible = false;
  193. //
  194. // BatchAnalysus
  195. //
  196. this.BatchAnalysus.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  197. this.BatchAnalysus.Location = new System.Drawing.Point(686, 95);
  198. this.BatchAnalysus.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  199. this.BatchAnalysus.Name = "BatchAnalysus";
  200. this.BatchAnalysus.Size = new System.Drawing.Size(156, 48);
  201. this.BatchAnalysus.TabIndex = 18;
  202. this.BatchAnalysus.Text = "批量解析";
  203. this.BatchAnalysus.UseVisualStyleBackColor = true;
  204. this.BatchAnalysus.Visible = false;
  205. this.BatchAnalysus.Click += new System.EventHandler(this.BatchAnalysus_Click);
  206. //
  207. // Timer
  208. //
  209. this.Timer.Interval = 60000;
  210. this.Timer.Tick += new System.EventHandler(this.Timer_Tick);
  211. //
  212. // Device
  213. //
  214. this.Device.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  215. this.Device.FormattingEnabled = true;
  216. this.Device.Items.AddRange(new object[] {
  217. "ATE设备",
  218. "老化设备"});
  219. this.Device.Location = new System.Drawing.Point(224, 201);
  220. this.Device.Margin = new System.Windows.Forms.Padding(6);
  221. this.Device.Name = "Device";
  222. this.Device.Size = new System.Drawing.Size(436, 32);
  223. this.Device.TabIndex = 20;
  224. //
  225. // label3
  226. //
  227. this.label3.AutoSize = true;
  228. this.label3.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  229. this.label3.Location = new System.Drawing.Point(54, 201);
  230. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  231. this.label3.Name = "label3";
  232. this.label3.Size = new System.Drawing.Size(133, 38);
  233. this.label3.TabIndex = 19;
  234. this.label3.Text = "设备选择";
  235. //
  236. // ATEFile
  237. //
  238. this.ATEFile.EnableRaisingEvents = true;
  239. this.ATEFile.Filter = "*.txt";
  240. this.ATEFile.SynchronizingObject = this;
  241. //
  242. // AutoAnalysisDevice
  243. //
  244. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  245. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  246. this.ClientSize = new System.Drawing.Size(1443, 640);
  247. this.Controls.Add(this.Device);
  248. this.Controls.Add(this.label3);
  249. this.Controls.Add(this.BatchAnalysus);
  250. this.Controls.Add(this.ma_code);
  251. this.Controls.Add(this.AutoStart);
  252. this.Controls.Add(this.Master);
  253. this.Controls.Add(this.label4);
  254. this.Controls.Add(this.MakeCode_lable);
  255. this.Controls.Add(this.Clean);
  256. this.Controls.Add(this.OperateResult);
  257. this.Controls.Add(this.ChooseFolder);
  258. this.Controls.Add(this.FolderPath);
  259. this.Controls.Add(this.label1);
  260. this.Controls.Add(this.StopWatch);
  261. this.Controls.Add(this.StartWatch);
  262. this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  263. this.MaximizeBox = false;
  264. this.Name = "AutoAnalysisDevice";
  265. this.Text = "UAS设备数据解析 2023-06-29 10:05";
  266. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
  267. this.Load += new System.EventHandler(this.Form1_Load);
  268. ((System.ComponentModel.ISupportInitialize)(this.XmlWatcher)).EndInit();
  269. ((System.ComponentModel.ISupportInitialize)(this.ATEFile)).EndInit();
  270. this.ResumeLayout(true);
  271. this.PerformLayout();
  272. }
  273. #endregion
  274. private System.IO.FileSystemWatcher XmlWatcher;
  275. private System.Windows.Forms.FolderBrowserDialog XmlFolder;
  276. private System.Windows.Forms.Button StopWatch;
  277. private System.Windows.Forms.Button StartWatch;
  278. private System.Windows.Forms.Label label1;
  279. private System.Windows.Forms.TextBox FolderPath;
  280. private System.Windows.Forms.Button ChooseFolder;
  281. private System.Windows.Forms.RichTextBox OperateResult;
  282. private System.Windows.Forms.Button Clean;
  283. private System.Windows.Forms.Label MakeCode_lable;
  284. private System.Windows.Forms.ComboBox Master;
  285. private System.Windows.Forms.Label label4;
  286. private System.Windows.Forms.CheckBox AutoStart;
  287. private System.Windows.Forms.TextBox ma_code;
  288. private System.Windows.Forms.Button BatchAnalysus;
  289. private System.Windows.Forms.Timer Timer;
  290. private System.Windows.Forms.ComboBox Device;
  291. private System.Windows.Forms.Label label3;
  292. private System.IO.FileSystemWatcher ATEFile;
  293. }
  294. }