测试记录解析.Designer.cs 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. namespace FileWatcher
  2. {
  3. partial class 测试记录解析
  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.OperateResult = new System.Windows.Forms.RichTextBox();
  30. this.timer1 = new System.Windows.Forms.Timer(this.components);
  31. this.Start = new System.Windows.Forms.Button();
  32. this.ChooseBackUpFolder = new System.Windows.Forms.Button();
  33. this.BackUpFolderPath = new System.Windows.Forms.TextBox();
  34. this.label2 = new System.Windows.Forms.Label();
  35. this.ChooseFolder = new System.Windows.Forms.Button();
  36. this.FolderPath = new System.Windows.Forms.TextBox();
  37. this.label1 = new System.Windows.Forms.Label();
  38. this.SuspendLayout();
  39. //
  40. // OperateResult
  41. //
  42. this.OperateResult.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  43. | System.Windows.Forms.AnchorStyles.Left)
  44. | System.Windows.Forms.AnchorStyles.Right)));
  45. this.OperateResult.Location = new System.Drawing.Point(15, 185);
  46. this.OperateResult.Margin = new System.Windows.Forms.Padding(6);
  47. this.OperateResult.Name = "OperateResult";
  48. this.OperateResult.Size = new System.Drawing.Size(1372, 656);
  49. this.OperateResult.TabIndex = 0;
  50. this.OperateResult.Text = "";
  51. //
  52. // timer1
  53. //
  54. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  55. //
  56. // Start
  57. //
  58. this.Start.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  59. this.Start.Location = new System.Drawing.Point(891, 37);
  60. this.Start.Name = "Start";
  61. this.Start.Size = new System.Drawing.Size(141, 40);
  62. this.Start.TabIndex = 1;
  63. this.Start.Text = "开始监控";
  64. this.Start.UseVisualStyleBackColor = true;
  65. this.Start.Click += new System.EventHandler(this.Start_Click);
  66. //
  67. // ChooseBackUpFolder
  68. //
  69. this.ChooseBackUpFolder.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  70. | System.Windows.Forms.AnchorStyles.Left)
  71. | System.Windows.Forms.AnchorStyles.Right)));
  72. this.ChooseBackUpFolder.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  73. this.ChooseBackUpFolder.Location = new System.Drawing.Point(658, 111);
  74. this.ChooseBackUpFolder.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  75. this.ChooseBackUpFolder.Name = "ChooseBackUpFolder";
  76. this.ChooseBackUpFolder.Size = new System.Drawing.Size(156, 48);
  77. this.ChooseBackUpFolder.TabIndex = 17;
  78. this.ChooseBackUpFolder.Text = "选择文件夹";
  79. this.ChooseBackUpFolder.UseVisualStyleBackColor = true;
  80. this.ChooseBackUpFolder.Click += new System.EventHandler(this.ChooseBackUpFolder_Click);
  81. //
  82. // BackUpFolderPath
  83. //
  84. this.BackUpFolderPath.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  85. | System.Windows.Forms.AnchorStyles.Left)
  86. | System.Windows.Forms.AnchorStyles.Right)));
  87. this.BackUpFolderPath.Enabled = false;
  88. this.BackUpFolderPath.Location = new System.Drawing.Point(190, 118);
  89. this.BackUpFolderPath.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  90. this.BackUpFolderPath.Name = "BackUpFolderPath";
  91. this.BackUpFolderPath.Size = new System.Drawing.Size(436, 35);
  92. this.BackUpFolderPath.TabIndex = 16;
  93. //
  94. // label2
  95. //
  96. this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  97. | System.Windows.Forms.AnchorStyles.Left)
  98. | System.Windows.Forms.AnchorStyles.Right)));
  99. this.label2.AutoSize = true;
  100. this.label2.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  101. this.label2.Location = new System.Drawing.Point(20, 115);
  102. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  103. this.label2.Name = "label2";
  104. this.label2.Size = new System.Drawing.Size(162, 38);
  105. this.label2.TabIndex = 15;
  106. this.label2.Text = "备份文件夹";
  107. //
  108. // ChooseFolder
  109. //
  110. this.ChooseFolder.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  111. | System.Windows.Forms.AnchorStyles.Left)
  112. | System.Windows.Forms.AnchorStyles.Right)));
  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(658, 29);
  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 = 14;
  119. this.ChooseFolder.Text = "选择文件夹";
  120. this.ChooseFolder.UseVisualStyleBackColor = true;
  121. this.ChooseFolder.Click += new System.EventHandler(this.ChooseFolder_Click);
  122. //
  123. // FolderPath
  124. //
  125. this.FolderPath.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  126. | System.Windows.Forms.AnchorStyles.Left)
  127. | System.Windows.Forms.AnchorStyles.Right)));
  128. this.FolderPath.Enabled = false;
  129. this.FolderPath.Location = new System.Drawing.Point(190, 35);
  130. this.FolderPath.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  131. this.FolderPath.Name = "FolderPath";
  132. this.FolderPath.Size = new System.Drawing.Size(436, 35);
  133. this.FolderPath.TabIndex = 13;
  134. //
  135. // label1
  136. //
  137. this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  138. | System.Windows.Forms.AnchorStyles.Left)
  139. | System.Windows.Forms.AnchorStyles.Right)));
  140. this.label1.AutoSize = true;
  141. this.label1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  142. this.label1.Location = new System.Drawing.Point(20, 29);
  143. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  144. this.label1.Name = "label1";
  145. this.label1.Size = new System.Drawing.Size(162, 38);
  146. this.label1.TabIndex = 12;
  147. this.label1.Text = "监控文件夹";
  148. //
  149. // 测试记录解析
  150. //
  151. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  152. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  153. this.ClientSize = new System.Drawing.Size(1402, 856);
  154. this.Controls.Add(this.ChooseBackUpFolder);
  155. this.Controls.Add(this.BackUpFolderPath);
  156. this.Controls.Add(this.label2);
  157. this.Controls.Add(this.ChooseFolder);
  158. this.Controls.Add(this.FolderPath);
  159. this.Controls.Add(this.label1);
  160. this.Controls.Add(this.Start);
  161. this.Controls.Add(this.OperateResult);
  162. this.Margin = new System.Windows.Forms.Padding(6);
  163. this.Name = "测试记录解析";
  164. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  165. this.Text = "测试文件监控";
  166. this.Load += new System.EventHandler(this.Form1_Load);
  167. this.ResumeLayout(true);
  168. this.PerformLayout();
  169. }
  170. #endregion
  171. private System.Windows.Forms.RichTextBox OperateResult;
  172. private System.Windows.Forms.Timer timer1;
  173. private System.Windows.Forms.Button Start;
  174. private System.Windows.Forms.Button ChooseBackUpFolder;
  175. private System.Windows.Forms.TextBox BackUpFolderPath;
  176. private System.Windows.Forms.Label label2;
  177. private System.Windows.Forms.Button ChooseFolder;
  178. private System.Windows.Forms.TextBox FolderPath;
  179. private System.Windows.Forms.Label label1;
  180. }
  181. }