📄 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 + -