?? form1.designer.cs
字號:
?namespace cifafenxi
{
partial class Form1
{
/// <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.shuru = new System.Windows.Forms.TextBox();
this.fenxijieguo = new System.Windows.Forms.TextBox();
this.button開始分析 = new System.Windows.Forms.Button();
this.button清空內容 = new System.Windows.Forms.Button();
this.button退出 = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// shuru
//
this.shuru.Location = new System.Drawing.Point(45, 26);
this.shuru.Multiline = true;
this.shuru.Name = "shuru";
this.shuru.Size = new System.Drawing.Size(138, 205);
this.shuru.TabIndex = 0;
//
// fenxijieguo
//
this.fenxijieguo.Location = new System.Drawing.Point(245, 26);
this.fenxijieguo.Multiline = true;
this.fenxijieguo.Name = "fenxijieguo";
this.fenxijieguo.Size = new System.Drawing.Size(138, 205);
this.fenxijieguo.TabIndex = 1;
//
// button開始分析
//
this.button開始分析.Location = new System.Drawing.Point(75, 269);
this.button開始分析.Name = "button開始分析";
this.button開始分析.Size = new System.Drawing.Size(75, 23);
this.button開始分析.TabIndex = 2;
this.button開始分析.Text = "開始分析";
this.button開始分析.UseVisualStyleBackColor = true;
this.button開始分析.Click += new System.EventHandler(this.button開始分析_Click);
//
// button清空內容
//
this.button清空內容.Location = new System.Drawing.Point(175, 269);
this.button清空內容.Name = "button清空內容";
this.button清空內容.Size = new System.Drawing.Size(75, 23);
this.button清空內容.TabIndex = 3;
this.button清空內容.Text = "清空內容";
this.button清空內容.UseVisualStyleBackColor = true;
this.button清空內容.Click += new System.EventHandler(this.button清空內容_Click);
//
// button退出
//
this.button退出.Location = new System.Drawing.Point(293, 269);
this.button退出.Name = "button退出";
this.button退出.Size = new System.Drawing.Size(75, 23);
this.button退出.TabIndex = 4;
this.button退出.Text = "退出";
this.button退出.UseVisualStyleBackColor = true;
this.button退出.Click += new System.EventHandler(this.button退出_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(450, 336);
this.Controls.Add(this.button退出);
this.Controls.Add(this.button清空內容);
this.Controls.Add(this.button開始分析);
this.Controls.Add(this.fenxijieguo);
this.Controls.Add(this.shuru);
this.Name = "Form1";
this.Text = "Form1";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox shuru;
private System.Windows.Forms.TextBox fenxijieguo;
private System.Windows.Forms.Button button開始分析;
private System.Windows.Forms.Button button清空內容;
private System.Windows.Forms.Button button退出;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -