📄 form1.designer.cs
字号:
namespace 计算器
{
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.bndeng = new System.Windows.Forms.Button();
this.bndot = new System.Windows.Forms.Button();
this.textBox1 = new System.Windows.Forms.TextBox();
this.bnjia = new System.Windows.Forms.Button();
this.bnjian = new System.Windows.Forms.Button();
this.bncheng = new System.Windows.Forms.Button();
this.bnchu = new System.Windows.Forms.Button();
this.bn0 = new System.Windows.Forms.Button();
this.bn9 = new System.Windows.Forms.Button();
this.bn8 = new System.Windows.Forms.Button();
this.bn7 = new System.Windows.Forms.Button();
this.bn6 = new System.Windows.Forms.Button();
this.bn5 = new System.Windows.Forms.Button();
this.bn4 = new System.Windows.Forms.Button();
this.bn3 = new System.Windows.Forms.Button();
this.bn2 = new System.Windows.Forms.Button();
this.bn1 = new System.Windows.Forms.Button();
this.bnCa = new System.Windows.Forms.Button();
this.bnTest = new System.Windows.Forms.Button();
this.bnD = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.rb2 = new System.Windows.Forms.RadioButton();
this.rb8 = new System.Windows.Forms.RadioButton();
this.rb10 = new System.Windows.Forms.RadioButton();
this.rb16 = new System.Windows.Forms.RadioButton();
this.bnC = new System.Windows.Forms.Button();
this.bnA = new System.Windows.Forms.Button();
this.bnB = new System.Windows.Forms.Button();
this.bnE = new System.Windows.Forms.Button();
this.bnF = new System.Windows.Forms.Button();
this.bnCE = new System.Windows.Forms.Button();
this.bnBS = new System.Windows.Forms.Button();
this.bnbian = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.bncifang = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// bndeng
//
this.bndeng.Location = new System.Drawing.Point(198, 202);
this.bndeng.Name = "bndeng";
this.bndeng.Size = new System.Drawing.Size(39, 23);
this.bndeng.TabIndex = 33;
this.bndeng.Text = "=";
this.bndeng.UseVisualStyleBackColor = true;
this.bndeng.Click += new System.EventHandler(this.bndeng_Click);
//
// bndot
//
this.bndot.Location = new System.Drawing.Point(104, 202);
this.bndot.Name = "bndot";
this.bndot.Size = new System.Drawing.Size(39, 23);
this.bndot.TabIndex = 32;
this.bndot.Text = ".";
this.bndot.UseVisualStyleBackColor = true;
this.bndot.Click += new System.EventHandler(this.bndot_Click);
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(13, 14);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(415, 21);
this.textBox1.TabIndex = 31;
this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// bnjia
//
this.bnjia.Location = new System.Drawing.Point(153, 202);
this.bnjia.Name = "bnjia";
this.bnjia.Size = new System.Drawing.Size(39, 23);
this.bnjia.TabIndex = 30;
this.bnjia.Text = "+";
this.bnjia.UseVisualStyleBackColor = true;
this.bnjia.Click += new System.EventHandler(this.bnjia_Click);
//
// bnjian
//
this.bnjian.Location = new System.Drawing.Point(153, 173);
this.bnjian.Name = "bnjian";
this.bnjian.Size = new System.Drawing.Size(39, 23);
this.bnjian.TabIndex = 29;
this.bnjian.Text = "-";
this.bnjian.UseVisualStyleBackColor = true;
this.bnjian.Click += new System.EventHandler(this.bnjian_Click);
//
// bncheng
//
this.bncheng.Location = new System.Drawing.Point(153, 144);
this.bncheng.Name = "bncheng";
this.bncheng.Size = new System.Drawing.Size(39, 23);
this.bncheng.TabIndex = 28;
this.bncheng.Text = "*";
this.bncheng.UseVisualStyleBackColor = true;
this.bncheng.Click += new System.EventHandler(this.bncheng_Click);
//
// bnchu
//
this.bnchu.Location = new System.Drawing.Point(153, 115);
this.bnchu.Name = "bnchu";
this.bnchu.Size = new System.Drawing.Size(39, 23);
this.bnchu.TabIndex = 27;
this.bnchu.Text = "/";
this.bnchu.UseVisualStyleBackColor = true;
this.bnchu.Click += new System.EventHandler(this.bnchu_Click);
//
// bn0
//
this.bn0.Location = new System.Drawing.Point(12, 202);
this.bn0.Name = "bn0";
this.bn0.Size = new System.Drawing.Size(39, 23);
this.bn0.TabIndex = 26;
this.bn0.Text = "0";
this.bn0.UseVisualStyleBackColor = true;
this.bn0.Click += new System.EventHandler(this.bn0_Click);
//
// bn9
//
this.bn9.Location = new System.Drawing.Point(104, 115);
this.bn9.Name = "bn9";
this.bn9.Size = new System.Drawing.Size(39, 23);
this.bn9.TabIndex = 25;
this.bn9.Text = "9";
this.bn9.UseVisualStyleBackColor = true;
this.bn9.Click += new System.EventHandler(this.bn9_Click);
//
// bn8
//
this.bn8.Location = new System.Drawing.Point(57, 115);
this.bn8.Name = "bn8";
this.bn8.Size = new System.Drawing.Size(39, 23);
this.bn8.TabIndex = 24;
this.bn8.Text = "8";
this.bn8.UseVisualStyleBackColor = true;
this.bn8.Click += new System.EventHandler(this.bn8_Click);
//
// bn7
//
this.bn7.Location = new System.Drawing.Point(12, 115);
this.bn7.Name = "bn7";
this.bn7.Size = new System.Drawing.Size(39, 23);
this.bn7.TabIndex = 23;
this.bn7.Text = "7";
this.bn7.UseVisualStyleBackColor = true;
this.bn7.Click += new System.EventHandler(this.bn7_Click);
//
// bn6
//
this.bn6.Location = new System.Drawing.Point(104, 144);
this.bn6.Name = "bn6";
this.bn6.Size = new System.Drawing.Size(39, 23);
this.bn6.TabIndex = 22;
this.bn6.Text = "6";
this.bn6.UseVisualStyleBackColor = true;
this.bn6.Click += new System.EventHandler(this.bn6_Click);
//
// bn5
//
this.bn5.Location = new System.Drawing.Point(57, 144);
this.bn5.Name = "bn5";
this.bn5.Size = new System.Drawing.Size(39, 23);
this.bn5.TabIndex = 21;
this.bn5.Text = "5";
this.bn5.UseVisualStyleBackColor = true;
this.bn5.Click += new System.EventHandler(this.bn5_Click);
//
// bn4
//
this.bn4.Location = new System.Drawing.Point(12, 144);
this.bn4.Name = "bn4";
this.bn4.Size = new System.Drawing.Size(39, 23);
this.bn4.TabIndex = 20;
this.bn4.Text = "4";
this.bn4.UseVisualStyleBackColor = true;
this.bn4.Click += new System.EventHandler(this.bn4_Click);
//
// bn3
//
this.bn3.Location = new System.Drawing.Point(102, 173);
this.bn3.Name = "bn3";
this.bn3.Size = new System.Drawing.Size(39, 23);
this.bn3.TabIndex = 19;
this.bn3.Text = "3";
this.bn3.UseVisualStyleBackColor = true;
this.bn3.Click += new System.EventHandler(this.bn3_Click);
//
// bn2
//
this.bn2.Location = new System.Drawing.Point(57, 173);
this.bn2.Name = "bn2";
this.bn2.Size = new System.Drawing.Size(39, 23);
this.bn2.TabIndex = 18;
this.bn2.Text = "2";
this.bn2.UseVisualStyleBackColor = true;
this.bn2.Click += new System.EventHandler(this.bn2_Click);
//
// bn1
//
this.bn1.Location = new System.Drawing.Point(12, 173);
this.bn1.Name = "bn1";
this.bn1.Size = new System.Drawing.Size(39, 23);
this.bn1.TabIndex = 17;
this.bn1.Text = "1";
this.bn1.UseVisualStyleBackColor = true;
this.bn1.Click += new System.EventHandler(this.bn1_Click);
//
// bnCa
//
this.bnCa.Location = new System.Drawing.Point(216, 82);
this.bnCa.Name = "bnCa";
this.bnCa.Size = new System.Drawing.Size(75, 23);
this.bnCa.TabIndex = 34;
this.bnCa.Text = "C";
this.bnCa.UseVisualStyleBackColor = true;
this.bnCa.Click += new System.EventHandler(this.bnC_Click);
//
// bnTest
//
this.bnTest.Location = new System.Drawing.Point(292, 153);
this.bnTest.Name = "bnTest";
this.bnTest.Size = new System.Drawing.Size(75, 23);
this.bnTest.TabIndex = 35;
this.bnTest.Text = "s1 = AB";
this.bnTest.UseVisualStyleBackColor = true;
this.bnTest.Click += new System.EventHandler(this.bnTest_Click);
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -