namespace TestFile { partial class TestFile { /// /// 必需的设计器变量。 /// 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.btn检测文件 = new System.Windows.Forms.Button(); this.tb信息 = new System.Windows.Forms.TextBox(); this.btn检测文件夹 = new System.Windows.Forms.Button(); this.SuspendLayout(); // // btn检测文件 // this.btn检测文件.Location = new System.Drawing.Point(12, 12); this.btn检测文件.Name = "btn检测文件"; this.btn检测文件.Size = new System.Drawing.Size(418, 59); this.btn检测文件.TabIndex = 0; this.btn检测文件.Text = "检测文件"; this.btn检测文件.UseVisualStyleBackColor = true; this.btn检测文件.Click += new System.EventHandler(this.btn检测文件_Click); // // tb信息 // this.tb信息.Location = new System.Drawing.Point(12, 77); this.tb信息.Multiline = true; this.tb信息.Name = "tb信息"; this.tb信息.Size = new System.Drawing.Size(863, 699); this.tb信息.TabIndex = 1; // // btn检测文件夹 // this.btn检测文件夹.Location = new System.Drawing.Point(436, 12); this.btn检测文件夹.Name = "btn检测文件夹"; this.btn检测文件夹.Size = new System.Drawing.Size(439, 59); this.btn检测文件夹.TabIndex = 0; this.btn检测文件夹.Text = "检测文件夹"; this.btn检测文件夹.UseVisualStyleBackColor = true; this.btn检测文件夹.Click += new System.EventHandler(this.btn检测文件夹_Click); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(887, 788); this.Controls.Add(this.tb信息); this.Controls.Add(this.btn检测文件夹); this.Controls.Add(this.btn检测文件); this.Name = "Form1"; this.Text = "检测文件"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btn检测文件; private System.Windows.Forms.TextBox tb信息; private System.Windows.Forms.Button btn检测文件夹; } }