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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  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(38, 15);
  46. this.OperateResult.Margin = new System.Windows.Forms.Padding(6);
  47. this.OperateResult.Name = "OperateResult";
  48. this.OperateResult.Size = new System.Drawing.Size(1336, 580);
  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.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  59. this.Start.Location = new System.Drawing.Point(631, 800);
  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.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  70. this.ChooseBackUpFolder.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  71. this.ChooseBackUpFolder.Location = new System.Drawing.Point(680, 708);
  72. this.ChooseBackUpFolder.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  73. this.ChooseBackUpFolder.Name = "ChooseBackUpFolder";
  74. this.ChooseBackUpFolder.Size = new System.Drawing.Size(156, 48);
  75. this.ChooseBackUpFolder.TabIndex = 17;
  76. this.ChooseBackUpFolder.Text = "选择文件夹";
  77. this.ChooseBackUpFolder.UseVisualStyleBackColor = true;
  78. this.ChooseBackUpFolder.Click += new System.EventHandler(this.ChooseBackUpFolder_Click);
  79. //
  80. // BackUpFolderPath
  81. //
  82. this.BackUpFolderPath.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  83. this.BackUpFolderPath.Enabled = false;
  84. this.BackUpFolderPath.Location = new System.Drawing.Point(212, 715);
  85. this.BackUpFolderPath.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  86. this.BackUpFolderPath.Name = "BackUpFolderPath";
  87. this.BackUpFolderPath.Size = new System.Drawing.Size(436, 35);
  88. this.BackUpFolderPath.TabIndex = 16;
  89. //
  90. // label2
  91. //
  92. this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  93. this.label2.AutoSize = true;
  94. this.label2.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95. this.label2.Location = new System.Drawing.Point(42, 712);
  96. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  97. this.label2.Name = "label2";
  98. this.label2.Size = new System.Drawing.Size(162, 38);
  99. this.label2.TabIndex = 15;
  100. this.label2.Text = "备份文件夹";
  101. //
  102. // ChooseFolder
  103. //
  104. this.ChooseFolder.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  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(680, 626);
  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 = 14;
  111. this.ChooseFolder.Text = "选择文件夹";
  112. this.ChooseFolder.UseVisualStyleBackColor = true;
  113. this.ChooseFolder.Click += new System.EventHandler(this.ChooseFolder_Click);
  114. //
  115. // FolderPath
  116. //
  117. this.FolderPath.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  118. this.FolderPath.Enabled = false;
  119. this.FolderPath.Location = new System.Drawing.Point(212, 632);
  120. this.FolderPath.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  121. this.FolderPath.Name = "FolderPath";
  122. this.FolderPath.Size = new System.Drawing.Size(436, 35);
  123. this.FolderPath.TabIndex = 13;
  124. //
  125. // label1
  126. //
  127. this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  128. this.label1.AutoSize = true;
  129. this.label1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  130. this.label1.Location = new System.Drawing.Point(42, 626);
  131. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  132. this.label1.Name = "label1";
  133. this.label1.Size = new System.Drawing.Size(162, 38);
  134. this.label1.TabIndex = 12;
  135. this.label1.Text = "监控文件夹";
  136. //
  137. // 测试记录解析
  138. //
  139. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  140. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  141. this.ClientSize = new System.Drawing.Size(1402, 856);
  142. this.Controls.Add(this.ChooseBackUpFolder);
  143. this.Controls.Add(this.BackUpFolderPath);
  144. this.Controls.Add(this.label2);
  145. this.Controls.Add(this.ChooseFolder);
  146. this.Controls.Add(this.FolderPath);
  147. this.Controls.Add(this.label1);
  148. this.Controls.Add(this.Start);
  149. this.Controls.Add(this.OperateResult);
  150. this.Margin = new System.Windows.Forms.Padding(6);
  151. this.Name = "测试记录解析";
  152. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  153. this.Text = "测试文件监控";
  154. this.Load += new System.EventHandler(this.Form1_Load);
  155. this.ResumeLayout(false);
  156. this.PerformLayout();
  157. }
  158. #endregion
  159. private System.Windows.Forms.RichTextBox OperateResult;
  160. private System.Windows.Forms.Timer timer1;
  161. private System.Windows.Forms.Button Start;
  162. private System.Windows.Forms.Button ChooseBackUpFolder;
  163. private System.Windows.Forms.TextBox BackUpFolderPath;
  164. private System.Windows.Forms.Label label2;
  165. private System.Windows.Forms.Button ChooseFolder;
  166. private System.Windows.Forms.TextBox FolderPath;
  167. private System.Windows.Forms.Label label1;
  168. }
  169. }