Form1.Designer.cs 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  1. namespace UAS_XmlAnalysor
  2. {
  3. partial class Form1
  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.XmlWatcher = new System.IO.FileSystemWatcher();
  29. this.XmlFolder = new System.Windows.Forms.FolderBrowserDialog();
  30. this.StartWatch = new System.Windows.Forms.Button();
  31. this.StopWatch = new System.Windows.Forms.Button();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.FolderPath = new System.Windows.Forms.TextBox();
  34. this.ChooseFolder = new System.Windows.Forms.Button();
  35. this.OperateResult = new System.Windows.Forms.RichTextBox();
  36. this.Clean = new System.Windows.Forms.Button();
  37. this.ChooseBackUpFolder = new System.Windows.Forms.Button();
  38. this.BackUpFolderPath = new System.Windows.Forms.TextBox();
  39. this.label2 = new System.Windows.Forms.Label();
  40. ((System.ComponentModel.ISupportInitialize)(this.XmlWatcher)).BeginInit();
  41. this.SuspendLayout();
  42. //
  43. // XmlWatcher
  44. //
  45. this.XmlWatcher.EnableRaisingEvents = true;
  46. this.XmlWatcher.Filter = "*.xml";
  47. this.XmlWatcher.SynchronizingObject = this;
  48. //
  49. // StartWatch
  50. //
  51. this.StartWatch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  52. this.StartWatch.Location = new System.Drawing.Point(145, 199);
  53. this.StartWatch.Margin = new System.Windows.Forms.Padding(2);
  54. this.StartWatch.Name = "StartWatch";
  55. this.StartWatch.Size = new System.Drawing.Size(64, 28);
  56. this.StartWatch.TabIndex = 0;
  57. this.StartWatch.Text = "开始监控";
  58. this.StartWatch.UseVisualStyleBackColor = true;
  59. this.StartWatch.Click += new System.EventHandler(this.StartWatch_Click);
  60. //
  61. // StopWatch
  62. //
  63. this.StopWatch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  64. this.StopWatch.Location = new System.Drawing.Point(249, 199);
  65. this.StopWatch.Margin = new System.Windows.Forms.Padding(2);
  66. this.StopWatch.Name = "StopWatch";
  67. this.StopWatch.Size = new System.Drawing.Size(64, 28);
  68. this.StopWatch.TabIndex = 1;
  69. this.StopWatch.Text = "停止监控";
  70. this.StopWatch.UseVisualStyleBackColor = true;
  71. this.StopWatch.Click += new System.EventHandler(this.StopWatch_Click);
  72. //
  73. // label1
  74. //
  75. this.label1.AutoSize = true;
  76. this.label1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  77. this.label1.Location = new System.Drawing.Point(27, 82);
  78. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  79. this.label1.Name = "label1";
  80. this.label1.Size = new System.Drawing.Size(84, 20);
  81. this.label1.TabIndex = 2;
  82. this.label1.Text = "监控文件夹";
  83. //
  84. // FolderPath
  85. //
  86. this.FolderPath.Enabled = false;
  87. this.FolderPath.Location = new System.Drawing.Point(112, 82);
  88. this.FolderPath.Margin = new System.Windows.Forms.Padding(2);
  89. this.FolderPath.Name = "FolderPath";
  90. this.FolderPath.Size = new System.Drawing.Size(220, 21);
  91. this.FolderPath.TabIndex = 3;
  92. //
  93. // ChooseFolder
  94. //
  95. this.ChooseFolder.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  96. this.ChooseFolder.Location = new System.Drawing.Point(346, 82);
  97. this.ChooseFolder.Margin = new System.Windows.Forms.Padding(2);
  98. this.ChooseFolder.Name = "ChooseFolder";
  99. this.ChooseFolder.Size = new System.Drawing.Size(78, 24);
  100. this.ChooseFolder.TabIndex = 6;
  101. this.ChooseFolder.Text = "选择文件夹";
  102. this.ChooseFolder.UseVisualStyleBackColor = true;
  103. this.ChooseFolder.Click += new System.EventHandler(this.ChooseFolder_Click);
  104. //
  105. // OperateResult
  106. //
  107. this.OperateResult.Location = new System.Drawing.Point(446, 10);
  108. this.OperateResult.Margin = new System.Windows.Forms.Padding(2);
  109. this.OperateResult.Name = "OperateResult";
  110. this.OperateResult.Size = new System.Drawing.Size(197, 214);
  111. this.OperateResult.TabIndex = 7;
  112. this.OperateResult.Text = "";
  113. //
  114. // Clean
  115. //
  116. this.Clean.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  117. this.Clean.Location = new System.Drawing.Point(516, 230);
  118. this.Clean.Margin = new System.Windows.Forms.Padding(2);
  119. this.Clean.Name = "Clean";
  120. this.Clean.Size = new System.Drawing.Size(56, 24);
  121. this.Clean.TabIndex = 8;
  122. this.Clean.Text = "清除";
  123. this.Clean.UseVisualStyleBackColor = true;
  124. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  125. //
  126. // ChooseBackUpFolder
  127. //
  128. this.ChooseBackUpFolder.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  129. this.ChooseBackUpFolder.Location = new System.Drawing.Point(346, 144);
  130. this.ChooseBackUpFolder.Margin = new System.Windows.Forms.Padding(2);
  131. this.ChooseBackUpFolder.Name = "ChooseBackUpFolder";
  132. this.ChooseBackUpFolder.Size = new System.Drawing.Size(78, 24);
  133. this.ChooseBackUpFolder.TabIndex = 11;
  134. this.ChooseBackUpFolder.Text = "选择文件夹";
  135. this.ChooseBackUpFolder.UseVisualStyleBackColor = true;
  136. this.ChooseBackUpFolder.Click += new System.EventHandler(this.ChooseBackUpFolder_Click);
  137. //
  138. // BackUpFolderPath
  139. //
  140. this.BackUpFolderPath.Enabled = false;
  141. this.BackUpFolderPath.Location = new System.Drawing.Point(112, 144);
  142. this.BackUpFolderPath.Margin = new System.Windows.Forms.Padding(2);
  143. this.BackUpFolderPath.Name = "BackUpFolderPath";
  144. this.BackUpFolderPath.Size = new System.Drawing.Size(220, 21);
  145. this.BackUpFolderPath.TabIndex = 10;
  146. //
  147. // label2
  148. //
  149. this.label2.AutoSize = true;
  150. this.label2.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  151. this.label2.Location = new System.Drawing.Point(27, 144);
  152. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  153. this.label2.Name = "label2";
  154. this.label2.Size = new System.Drawing.Size(84, 20);
  155. this.label2.TabIndex = 9;
  156. this.label2.Text = "备份文件夹";
  157. //
  158. // Form1
  159. //
  160. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  161. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  162. this.ClientSize = new System.Drawing.Size(665, 259);
  163. this.Controls.Add(this.ChooseBackUpFolder);
  164. this.Controls.Add(this.BackUpFolderPath);
  165. this.Controls.Add(this.label2);
  166. this.Controls.Add(this.Clean);
  167. this.Controls.Add(this.OperateResult);
  168. this.Controls.Add(this.ChooseFolder);
  169. this.Controls.Add(this.FolderPath);
  170. this.Controls.Add(this.label1);
  171. this.Controls.Add(this.StopWatch);
  172. this.Controls.Add(this.StartWatch);
  173. this.Margin = new System.Windows.Forms.Padding(2);
  174. this.Name = "Form1";
  175. this.Text = "测试数据监测";
  176. this.Load += new System.EventHandler(this.Form1_Load);
  177. ((System.ComponentModel.ISupportInitialize)(this.XmlWatcher)).EndInit();
  178. this.ResumeLayout(false);
  179. this.PerformLayout();
  180. }
  181. #endregion
  182. private System.IO.FileSystemWatcher XmlWatcher;
  183. private System.Windows.Forms.FolderBrowserDialog XmlFolder;
  184. private System.Windows.Forms.Button StopWatch;
  185. private System.Windows.Forms.Button StartWatch;
  186. private System.Windows.Forms.Label label1;
  187. private System.Windows.Forms.TextBox FolderPath;
  188. private System.Windows.Forms.Button ChooseFolder;
  189. private System.Windows.Forms.RichTextBox OperateResult;
  190. private System.Windows.Forms.Button Clean;
  191. private System.Windows.Forms.Button ChooseBackUpFolder;
  192. private System.Windows.Forms.TextBox BackUpFolderPath;
  193. private System.Windows.Forms.Label label2;
  194. }
  195. }