📄 form1.designer.cs
字号:
this.button15.Click += new System.EventHandler(this.btn_Oper);
//
// button16
//
this.button16.ForeColor = System.Drawing.SystemColors.HotTrack;
this.button16.Location = new System.Drawing.Point(126, 119);
this.button16.Name = "button16";
this.button16.Size = new System.Drawing.Size(44, 30);
this.button16.TabIndex = 18;
this.button16.Tag = "3";
this.button16.Text = "3";
this.button16.UseVisualStyleBackColor = true;
this.button16.Click += new System.EventHandler(this.btn_0_Click);
//
// button17
//
this.button17.ForeColor = System.Drawing.SystemColors.HotTrack;
this.button17.Location = new System.Drawing.Point(126, 83);
this.button17.Name = "button17";
this.button17.Size = new System.Drawing.Size(44, 30);
this.button17.TabIndex = 17;
this.button17.Tag = "6";
this.button17.Text = "6";
this.button17.UseVisualStyleBackColor = true;
this.button17.Click += new System.EventHandler(this.btn_0_Click);
//
// button18
//
this.button18.ForeColor = System.Drawing.SystemColors.HotTrack;
this.button18.Location = new System.Drawing.Point(126, 47);
this.button18.Name = "button18";
this.button18.Size = new System.Drawing.Size(44, 30);
this.button18.TabIndex = 16;
this.button18.Tag = "9";
this.button18.Text = "9";
this.button18.UseVisualStyleBackColor = true;
this.button18.Click += new System.EventHandler(this.btn_0_Click);
//
// button10
//
this.button10.ForeColor = System.Drawing.SystemColors.HotTrack;
this.button10.Location = new System.Drawing.Point(61, 155);
this.button10.Name = "button10";
this.button10.Size = new System.Drawing.Size(44, 30);
this.button10.TabIndex = 14;
this.button10.Tag = "+/-";
this.button10.Text = "+/-";
this.button10.UseVisualStyleBackColor = true;
this.button10.Click += new System.EventHandler(this.btn_Oper);
//
// button11
//
this.button11.ForeColor = System.Drawing.SystemColors.HotTrack;
this.button11.Location = new System.Drawing.Point(61, 119);
this.button11.Name = "button11";
this.button11.Size = new System.Drawing.Size(44, 30);
this.button11.TabIndex = 13;
this.button11.Tag = "2";
this.button11.Text = "2";
this.button11.UseVisualStyleBackColor = true;
this.button11.Click += new System.EventHandler(this.btn_0_Click);
//
// button12
//
this.button12.ForeColor = System.Drawing.SystemColors.HotTrack;
this.button12.Location = new System.Drawing.Point(61, 83);
this.button12.Name = "button12";
this.button12.Size = new System.Drawing.Size(44, 30);
this.button12.TabIndex = 12;
this.button12.Tag = "5";
this.button12.Text = "5";
this.button12.UseVisualStyleBackColor = true;
this.button12.Click += new System.EventHandler(this.btn_0_Click);
//
// button13
//
this.button13.ForeColor = System.Drawing.SystemColors.HotTrack;
this.button13.Location = new System.Drawing.Point(61, 47);
this.button13.Name = "button13";
this.button13.Size = new System.Drawing.Size(44, 30);
this.button13.TabIndex = 11;
this.button13.Tag = "8";
this.button13.Text = "8";
this.button13.UseVisualStyleBackColor = true;
this.button13.Click += new System.EventHandler(this.btn_0_Click);
//
// button7
//
this.button7.ForeColor = System.Drawing.SystemColors.HotTrack;
this.button7.Location = new System.Drawing.Point(0, 155);
this.button7.Name = "button7";
this.button7.Size = new System.Drawing.Size(44, 30);
this.button7.TabIndex = 9;
this.button7.Tag = "0";
this.button7.Text = "0";
this.button7.UseVisualStyleBackColor = true;
this.button7.Click += new System.EventHandler(this.btn_Oper);
//
// button6
//
this.button6.ForeColor = System.Drawing.SystemColors.HotTrack;
this.button6.Location = new System.Drawing.Point(0, 119);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(44, 30);
this.button6.TabIndex = 8;
this.button6.Tag = "1";
this.button6.Text = "1";
this.button6.UseVisualStyleBackColor = true;
this.button6.Click += new System.EventHandler(this.btn_0_Click);
//
// button5
//
this.button5.ForeColor = System.Drawing.SystemColors.HotTrack;
this.button5.Location = new System.Drawing.Point(0, 83);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(44, 30);
this.button5.TabIndex = 7;
this.button5.Tag = "4";
this.button5.Text = "4";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.btn_0_Click);
//
// button4
//
this.button4.ForeColor = System.Drawing.SystemColors.HotTrack;
this.button4.Location = new System.Drawing.Point(0, 47);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(44, 30);
this.button4.TabIndex = 6;
this.button4.Tag = "7";
this.button4.Text = "7";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.btn_0_Click);
//
// button2
//
this.button2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button2.ForeColor = System.Drawing.Color.Crimson;
this.button2.Location = new System.Drawing.Point(98, 9);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(92, 32);
this.button2.TabIndex = 5;
this.button2.Text = "CE";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.btn_Oper);
//
// button1
//
this.button1.ForeColor = System.Drawing.Color.Crimson;
this.button1.Location = new System.Drawing.Point(0, 9);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(92, 32);
this.button1.TabIndex = 4;
this.button1.Text = "Backspace";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.btn_Oper);
//
// Form1
//
this.ClientSize = new System.Drawing.Size(315, 243);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.txtShow);
this.ForeColor = System.Drawing.SystemColors.GradientActiveCaption;
this.Name = "Form1";
this.Text = "计算器";
this.Click += new System.EventHandler(this.btn_0_Click);
this.groupBox1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox txtShow;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button button25;
private System.Windows.Forms.Button button26;
private System.Windows.Forms.Button button27;
private System.Windows.Forms.Button button28;
private System.Windows.Forms.Button button20;
private System.Windows.Forms.Button button21;
private System.Windows.Forms.Button button22;
private System.Windows.Forms.Button button23;
private System.Windows.Forms.Button button15;
private System.Windows.Forms.Button button16;
private System.Windows.Forms.Button button17;
private System.Windows.Forms.Button button18;
private System.Windows.Forms.Button button10;
private System.Windows.Forms.Button button11;
private System.Windows.Forms.Button button12;
private System.Windows.Forms.Button button13;
private System.Windows.Forms.Button button7;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -