📄 form1.designer.cs
字号:
namespace Calculator
{
partial class frmCalculator
{
/// <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.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.编辑ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.查看ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.帮助ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.txtOperation = new System.Windows.Forms.TextBox();
this.btnC = new System.Windows.Forms.Button();
this.btn1 = new System.Windows.Forms.Button();
this.btn2 = new System.Windows.Forms.Button();
this.btn3 = new System.Windows.Forms.Button();
this.btn7 = new System.Windows.Forms.Button();
this.btn4 = new System.Windows.Forms.Button();
this.btn6 = new System.Windows.Forms.Button();
this.btn9 = new System.Windows.Forms.Button();
this.btn5 = new System.Windows.Forms.Button();
this.btn8 = new System.Windows.Forms.Button();
this.btnDivision = new System.Windows.Forms.Button();
this.btnSqrt = new System.Windows.Forms.Button();
this.btnMultiplication = new System.Windows.Forms.Button();
this.btnDivRem = new System.Windows.Forms.Button();
this.btnSubtraction = new System.Windows.Forms.Button();
this.btnRec = new System.Windows.Forms.Button();
this.btn0 = new System.Windows.Forms.Button();
this.btnDot = new System.Windows.Forms.Button();
this.btnAdd = new System.Windows.Forms.Button();
this.btnEqual = new System.Windows.Forms.Button();
this.button20 = new System.Windows.Forms.Button();
this.btnSqua = new System.Windows.Forms.Button();
this.lblTitle = new System.Windows.Forms.Label();
this.menuStrip1.SuspendLayout();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.编辑ToolStripMenuItem,
this.查看ToolStripMenuItem,
this.帮助ToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(292, 24);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menuStrip1";
//
// 编辑ToolStripMenuItem
//
this.编辑ToolStripMenuItem.Name = "编辑ToolStripMenuItem";
this.编辑ToolStripMenuItem.Size = new System.Drawing.Size(59, 20);
this.编辑ToolStripMenuItem.Text = "编辑(E)";
//
// 查看ToolStripMenuItem
//
this.查看ToolStripMenuItem.Name = "查看ToolStripMenuItem";
this.查看ToolStripMenuItem.Size = new System.Drawing.Size(59, 20);
this.查看ToolStripMenuItem.Text = "查看(V)";
//
// 帮助ToolStripMenuItem
//
this.帮助ToolStripMenuItem.Name = "帮助ToolStripMenuItem";
this.帮助ToolStripMenuItem.Size = new System.Drawing.Size(59, 20);
this.帮助ToolStripMenuItem.Text = "帮助(H)";
//
// txtOperation
//
this.txtOperation.BackColor = System.Drawing.Color.White;
this.txtOperation.Location = new System.Drawing.Point(13, 28);
this.txtOperation.Name = "txtOperation";
this.txtOperation.ReadOnly = true;
this.txtOperation.Size = new System.Drawing.Size(267, 21);
this.txtOperation.TabIndex = 1;
this.txtOperation.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.txtOperation.WordWrap = false;
//
// btnC
//
this.btnC.ForeColor = System.Drawing.Color.Red;
this.btnC.Location = new System.Drawing.Point(213, 55);
this.btnC.Name = "btnC";
this.btnC.Size = new System.Drawing.Size(67, 23);
this.btnC.TabIndex = 4;
this.btnC.Text = "C";
this.btnC.UseVisualStyleBackColor = true;
this.btnC.Click += new System.EventHandler(this.btnC_Click);
//
// btn1
//
this.btn1.ForeColor = System.Drawing.Color.Blue;
this.btn1.Location = new System.Drawing.Point(43, 92);
this.btn1.Name = "btn1";
this.btn1.Size = new System.Drawing.Size(37, 30);
this.btn1.TabIndex = 5;
this.btn1.Text = "1";
this.btn1.UseVisualStyleBackColor = true;
this.btn1.Click += new System.EventHandler(this.btn_Click);
//
// btn2
//
this.btn2.ForeColor = System.Drawing.Color.Blue;
this.btn2.Location = new System.Drawing.Point(93, 92);
this.btn2.Name = "btn2";
this.btn2.Size = new System.Drawing.Size(37, 30);
this.btn2.TabIndex = 6;
this.btn2.Text = "2";
this.btn2.UseVisualStyleBackColor = true;
this.btn2.Click += new System.EventHandler(this.btn_Click);
//
// btn3
//
this.btn3.ForeColor = System.Drawing.Color.Blue;
this.btn3.Location = new System.Drawing.Point(144, 92);
this.btn3.Name = "btn3";
this.btn3.Size = new System.Drawing.Size(37, 30);
this.btn3.TabIndex = 7;
this.btn3.Text = "3";
this.btn3.UseVisualStyleBackColor = true;
this.btn3.Click += new System.EventHandler(this.btn_Click);
//
// btn7
//
this.btn7.ForeColor = System.Drawing.Color.Blue;
this.btn7.Location = new System.Drawing.Point(43, 169);
this.btn7.Name = "btn7";
this.btn7.Size = new System.Drawing.Size(37, 30);
this.btn7.TabIndex = 8;
this.btn7.Text = "7";
this.btn7.UseVisualStyleBackColor = true;
this.btn7.Click += new System.EventHandler(this.btn_Click);
//
// btn4
//
this.btn4.ForeColor = System.Drawing.Color.Blue;
this.btn4.Location = new System.Drawing.Point(43, 128);
this.btn4.Name = "btn4";
this.btn4.Size = new System.Drawing.Size(37, 30);
this.btn4.TabIndex = 9;
this.btn4.Text = "4";
this.btn4.UseVisualStyleBackColor = true;
this.btn4.Click += new System.EventHandler(this.btn_Click);
//
// btn6
//
this.btn6.ForeColor = System.Drawing.Color.Blue;
this.btn6.Location = new System.Drawing.Point(144, 128);
this.btn6.Name = "btn6";
this.btn6.Size = new System.Drawing.Size(37, 30);
this.btn6.TabIndex = 10;
this.btn6.Text = "6";
this.btn6.UseVisualStyleBackColor = true;
this.btn6.Click += new System.EventHandler(this.btn_Click);
//
// btn9
//
this.btn9.ForeColor = System.Drawing.Color.Blue;
this.btn9.Location = new System.Drawing.Point(144, 169);
this.btn9.Name = "btn9";
this.btn9.Size = new System.Drawing.Size(37, 30);
this.btn9.TabIndex = 11;
this.btn9.Text = "9";
this.btn9.UseVisualStyleBackColor = true;
this.btn9.Click += new System.EventHandler(this.btn_Click);
//
// btn5
//
this.btn5.ForeColor = System.Drawing.Color.Blue;
this.btn5.Location = new System.Drawing.Point(93, 128);
this.btn5.Name = "btn5";
this.btn5.Size = new System.Drawing.Size(37, 30);
this.btn5.TabIndex = 12;
this.btn5.Text = "5";
this.btn5.UseVisualStyleBackColor = true;
this.btn5.Click += new System.EventHandler(this.btn_Click);
//
// btn8
//
this.btn8.ForeColor = System.Drawing.Color.Blue;
this.btn8.Location = new System.Drawing.Point(93, 169);
this.btn8.Name = "btn8";
this.btn8.Size = new System.Drawing.Size(37, 30);
this.btn8.TabIndex = 13;
this.btn8.Text = "8";
this.btn8.UseVisualStyleBackColor = true;
this.btn8.Click += new System.EventHandler(this.btn_Click);
//
// btnDivision
//
this.btnDivision.ForeColor = System.Drawing.Color.Red;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -