📄 folderbrowser.designer.cs
字号:
namespace SECompare.Controls
{
partial class FolderBrowser
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.btnBrowse = new System.Windows.Forms.Button();
this.txtFolder = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// btnBrowse
//
this.btnBrowse.Location = new System.Drawing.Point(140, 2);
this.btnBrowse.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.btnBrowse.Name = "btnBrowse";
this.btnBrowse.Size = new System.Drawing.Size(77, 21);
this.btnBrowse.TabIndex = 3;
this.btnBrowse.Text = "浏览...";
this.btnBrowse.Click += new System.EventHandler(this.btnBrowse_Click);
//
// txtFolder
//
this.txtFolder.Enabled = false;
this.txtFolder.Location = new System.Drawing.Point(2, 2);
this.txtFolder.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.txtFolder.Name = "txtFolder";
this.txtFolder.Size = new System.Drawing.Size(133, 21);
this.txtFolder.TabIndex = 2;
//
// FolderBrowser
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.btnBrowse);
this.Controls.Add(this.txtFolder);
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.Name = "FolderBrowser";
this.Size = new System.Drawing.Size(219, 28);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnBrowse;
private System.Windows.Forms.TextBox txtFolder;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -