namespace FileWatcher { partial class 测试记录解析 { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// 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.ChooseBackUpFolder = new System.Windows.Forms.Button(); this.BackUpFolderPath = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); 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(15, 185); this.OperateResult.Margin = new System.Windows.Forms.Padding(6); this.OperateResult.Name = "OperateResult"; this.OperateResult.Size = new System.Drawing.Size(1372, 656); 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.Left | System.Windows.Forms.AnchorStyles.Right))); this.Start.Location = new System.Drawing.Point(891, 37); 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); // // ChooseBackUpFolder // this.ChooseBackUpFolder.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.ChooseBackUpFolder.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ChooseBackUpFolder.Location = new System.Drawing.Point(658, 111); this.ChooseBackUpFolder.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.ChooseBackUpFolder.Name = "ChooseBackUpFolder"; this.ChooseBackUpFolder.Size = new System.Drawing.Size(156, 48); this.ChooseBackUpFolder.TabIndex = 17; this.ChooseBackUpFolder.Text = "选择文件夹"; this.ChooseBackUpFolder.UseVisualStyleBackColor = true; this.ChooseBackUpFolder.Click += new System.EventHandler(this.ChooseBackUpFolder_Click); // // BackUpFolderPath // this.BackUpFolderPath.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.BackUpFolderPath.Enabled = false; this.BackUpFolderPath.Location = new System.Drawing.Point(190, 118); this.BackUpFolderPath.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.BackUpFolderPath.Name = "BackUpFolderPath"; this.BackUpFolderPath.Size = new System.Drawing.Size(436, 35); this.BackUpFolderPath.TabIndex = 16; // // label2 // this.label2.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.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(20, 115); this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(162, 38); this.label2.TabIndex = 15; this.label2.Text = "备份文件夹"; // // ChooseFolder // this.ChooseFolder.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.ChooseFolder.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ChooseFolder.Location = new System.Drawing.Point(658, 29); 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.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.FolderPath.Enabled = false; this.FolderPath.Location = new System.Drawing.Point(190, 35); 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.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); 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(20, 29); 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 = "监控文件夹"; // // 测试记录解析 // this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1402, 856); this.Controls.Add(this.ChooseBackUpFolder); this.Controls.Add(this.BackUpFolderPath); this.Controls.Add(this.label2); 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 = "测试记录解析"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "测试文件监控"; this.Load += new System.EventHandler(this.Form1_Load); this.ResumeLayout(true); 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 ChooseBackUpFolder; private System.Windows.Forms.TextBox BackUpFolderPath; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button ChooseFolder; private System.Windows.Forms.TextBox FolderPath; private System.Windows.Forms.Label label1; } }