|
@@ -0,0 +1,131 @@
|
|
|
+namespace FileWatcher
|
|
|
+{
|
|
|
+ partial class 测试记录解析DCW
|
|
|
+ {
|
|
|
+ /// <summary>
|
|
|
+ /// 必需的设计器变量。
|
|
|
+ /// </summary>
|
|
|
+ private System.ComponentModel.IContainer components = null;
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 清理所有正在使用的资源。
|
|
|
+ /// </summary>
|
|
|
+ /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
|
|
+ protected override void Dispose(bool disposing)
|
|
|
+ {
|
|
|
+ if (disposing && (components != null))
|
|
|
+ {
|
|
|
+ components.Dispose();
|
|
|
+ }
|
|
|
+ base.Dispose(disposing);
|
|
|
+ }
|
|
|
+
|
|
|
+ #region Windows 窗体设计器生成的代码
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 设计器支持所需的方法 - 不要修改
|
|
|
+ /// 使用代码编辑器修改此方法的内容。
|
|
|
+ /// </summary>
|
|
|
+ private void InitializeComponent()
|
|
|
+ {
|
|
|
+ this.components = new System.ComponentModel.Container();
|
|
|
+ this.OperateResult = new System.Windows.Forms.RichTextBox();
|
|
|
+ this.timer1 = new System.Windows.Forms.Timer(this.components);
|
|
|
+ this.Start = new System.Windows.Forms.Button();
|
|
|
+ this.ChooseFolder = new System.Windows.Forms.Button();
|
|
|
+ this.FolderPath = new System.Windows.Forms.TextBox();
|
|
|
+ this.label1 = new System.Windows.Forms.Label();
|
|
|
+ this.SuspendLayout();
|
|
|
+ //
|
|
|
+ // OperateResult
|
|
|
+ //
|
|
|
+ this.OperateResult.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
+ | System.Windows.Forms.AnchorStyles.Left)
|
|
|
+ | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
+ this.OperateResult.Location = new System.Drawing.Point(38, 15);
|
|
|
+ this.OperateResult.Margin = new System.Windows.Forms.Padding(6);
|
|
|
+ this.OperateResult.Name = "OperateResult";
|
|
|
+ this.OperateResult.Size = new System.Drawing.Size(1336, 677);
|
|
|
+ this.OperateResult.TabIndex = 0;
|
|
|
+ this.OperateResult.Text = "";
|
|
|
+ //
|
|
|
+ // timer1
|
|
|
+ //
|
|
|
+ this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
|
|
+ //
|
|
|
+ // Start
|
|
|
+ //
|
|
|
+ this.Start.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
+ this.Start.Location = new System.Drawing.Point(623, 788);
|
|
|
+ this.Start.Name = "Start";
|
|
|
+ this.Start.Size = new System.Drawing.Size(141, 40);
|
|
|
+ this.Start.TabIndex = 1;
|
|
|
+ this.Start.Text = "开始监控";
|
|
|
+ this.Start.UseVisualStyleBackColor = true;
|
|
|
+ this.Start.Click += new System.EventHandler(this.Start_Click);
|
|
|
+ //
|
|
|
+ // ChooseFolder
|
|
|
+ //
|
|
|
+ this.ChooseFolder.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
+ this.ChooseFolder.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ChooseFolder.Location = new System.Drawing.Point(669, 720);
|
|
|
+ this.ChooseFolder.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
|
+ this.ChooseFolder.Name = "ChooseFolder";
|
|
|
+ this.ChooseFolder.Size = new System.Drawing.Size(156, 48);
|
|
|
+ this.ChooseFolder.TabIndex = 14;
|
|
|
+ this.ChooseFolder.Text = "选择文件夹";
|
|
|
+ this.ChooseFolder.UseVisualStyleBackColor = true;
|
|
|
+ this.ChooseFolder.Click += new System.EventHandler(this.ChooseFolder_Click);
|
|
|
+ //
|
|
|
+ // FolderPath
|
|
|
+ //
|
|
|
+ this.FolderPath.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
+ this.FolderPath.Enabled = false;
|
|
|
+ this.FolderPath.Location = new System.Drawing.Point(201, 726);
|
|
|
+ this.FolderPath.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
|
+ this.FolderPath.Name = "FolderPath";
|
|
|
+ this.FolderPath.Size = new System.Drawing.Size(436, 35);
|
|
|
+ this.FolderPath.TabIndex = 13;
|
|
|
+ //
|
|
|
+ // label1
|
|
|
+ //
|
|
|
+ this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
+ this.label1.AutoSize = true;
|
|
|
+ this.label1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label1.Location = new System.Drawing.Point(31, 720);
|
|
|
+ this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label1.Name = "label1";
|
|
|
+ this.label1.Size = new System.Drawing.Size(162, 38);
|
|
|
+ this.label1.TabIndex = 12;
|
|
|
+ this.label1.Text = "监控文件夹";
|
|
|
+ //
|
|
|
+ // 测试记录解析DCW
|
|
|
+ //
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
+ this.ClientSize = new System.Drawing.Size(1402, 845);
|
|
|
+ this.Controls.Add(this.ChooseFolder);
|
|
|
+ this.Controls.Add(this.FolderPath);
|
|
|
+ this.Controls.Add(this.label1);
|
|
|
+ this.Controls.Add(this.Start);
|
|
|
+ this.Controls.Add(this.OperateResult);
|
|
|
+ this.Margin = new System.Windows.Forms.Padding(6);
|
|
|
+ this.Name = "测试记录解析DCW";
|
|
|
+ this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
|
+ this.Text = "测试文件监控";
|
|
|
+ this.Load += new System.EventHandler(this.Form1_Load);
|
|
|
+ this.ResumeLayout(false);
|
|
|
+ this.PerformLayout();
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ #endregion
|
|
|
+ private System.Windows.Forms.RichTextBox OperateResult;
|
|
|
+ private System.Windows.Forms.Timer timer1;
|
|
|
+ private System.Windows.Forms.Button Start;
|
|
|
+ private System.Windows.Forms.Button ChooseFolder;
|
|
|
+ private System.Windows.Forms.TextBox FolderPath;
|
|
|
+ private System.Windows.Forms.Label label1;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|