?? createfile.designer.cs
字號:
?namespace PlxCompiler
{
partial class CreateFile
{
/// <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 組件設計器生成的代碼
/// <summary>
/// 設計器支持所需的方法 - 不要
/// 使用代碼編輯器修改此方法的內容。
/// </summary>
private void InitializeComponent()
{
this.label2 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.textBox2 = new System.Windows.Forms.TextBox();
this.browse = new System.Windows.Forms.Button();
this.confirm = new System.Windows.Forms.Button();
this.cancel = new System.Windows.Forms.Button();
this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
this.SuspendLayout();
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(34, 38);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(29, 12);
this.label2.TabIndex = 1;
this.label2.Text = "名稱";
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(96, 29);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(284, 21);
this.textBox1.TabIndex = 2;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(34, 72);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(29, 12);
this.label1.TabIndex = 3;
this.label1.Text = "位置";
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(96, 63);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(284, 21);
this.textBox2.TabIndex = 4;
//
// browse
//
this.browse.Location = new System.Drawing.Point(413, 63);
this.browse.Name = "browse";
this.browse.Size = new System.Drawing.Size(59, 22);
this.browse.TabIndex = 7;
this.browse.Text = "瀏覽...";
this.browse.UseVisualStyleBackColor = true;
this.browse.Click += new System.EventHandler(this.browse_Click);
//
// confirm
//
this.confirm.Location = new System.Drawing.Point(120, 90);
this.confirm.Name = "confirm";
this.confirm.Size = new System.Drawing.Size(84, 22);
this.confirm.TabIndex = 8;
this.confirm.Text = "確定";
this.confirm.UseVisualStyleBackColor = true;
this.confirm.Click += new System.EventHandler(this.confirm_Click);
//
// cancel
//
this.cancel.Location = new System.Drawing.Point(245, 91);
this.cancel.Name = "cancel";
this.cancel.Size = new System.Drawing.Size(85, 21);
this.cancel.TabIndex = 9;
this.cancel.Text = "取消";
this.cancel.UseVisualStyleBackColor = true;
this.cancel.Click += new System.EventHandler(this.cancel_Click);
//
// folderBrowserDialog1
//
this.folderBrowserDialog1.RootFolder = System.Environment.SpecialFolder.MyComputer;
//
// CreateFile
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.cancel);
this.Controls.Add(this.confirm);
this.Controls.Add(this.browse);
this.Controls.Add(this.textBox2);
this.Controls.Add(this.label1);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.label2);
this.Location = new System.Drawing.Point(100, 100);
this.Name = "CreateFile";
this.Size = new System.Drawing.Size(500, 130);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.Button browse;
private System.Windows.Forms.Button confirm;
private System.Windows.Forms.Button cancel;
private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -