📄 form1.designer.cs
字号:
this.textBox3.TabIndex = 36;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(411, 17);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(45, 48);
this.label2.TabIndex = 37;
this.label2.Text = "=";
//
// radioButton1
//
this.radioButton1.AutoSize = true;
this.radioButton1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.radioButton1.Location = new System.Drawing.Point(156, 53);
this.radioButton1.Name = "radioButton1";
this.radioButton1.Size = new System.Drawing.Size(109, 18);
this.radioButton1.TabIndex = 38;
this.radioButton1.Text = "十 六 进 制";
this.radioButton1.UseVisualStyleBackColor = true;
this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
//
// radioButton2
//
this.radioButton2.AutoSize = true;
this.radioButton2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.radioButton2.Location = new System.Drawing.Point(28, 53);
this.radioButton2.Name = "radioButton2";
this.radioButton2.Size = new System.Drawing.Size(100, 18);
this.radioButton2.TabIndex = 39;
this.radioButton2.Text = "十 进 制";
this.radioButton2.UseVisualStyleBackColor = true;
this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged);
//
// radioButton3
//
this.radioButton3.AutoSize = true;
this.radioButton3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.radioButton3.Location = new System.Drawing.Point(156, 23);
this.radioButton3.Name = "radioButton3";
this.radioButton3.Size = new System.Drawing.Size(100, 18);
this.radioButton3.TabIndex = 40;
this.radioButton3.Text = "八 进 制";
this.radioButton3.UseVisualStyleBackColor = true;
this.radioButton3.CheckedChanged += new System.EventHandler(this.radioButton3_CheckedChanged);
//
// radioButton4
//
this.radioButton4.AutoSize = true;
this.radioButton4.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.radioButton4.Location = new System.Drawing.Point(28, 23);
this.radioButton4.Name = "radioButton4";
this.radioButton4.Size = new System.Drawing.Size(100, 18);
this.radioButton4.TabIndex = 41;
this.radioButton4.Text = "二 进 制";
this.radioButton4.UseVisualStyleBackColor = true;
this.radioButton4.CheckedChanged += new System.EventHandler(this.radioButton4_CheckedChanged);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("幼圆", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(341, 74);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(69, 16);
this.label3.TabIndex = 42;
this.label3.Text = "提 示:";
//
// button11
//
this.button11.BackColor = System.Drawing.Color.DarkGoldenrod;
this.button11.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button11.ForeColor = System.Drawing.Color.MediumBlue;
this.button11.Location = new System.Drawing.Point(537, 233);
this.button11.Name = "button11";
this.button11.Size = new System.Drawing.Size(59, 35);
this.button11.TabIndex = 43;
this.button11.Text = ",";
this.button11.UseVisualStyleBackColor = false;
this.button11.Click += new System.EventHandler(this.button11_Click);
//
// basin
//
this.basin.BackColor = System.Drawing.Color.DarkGoldenrod;
this.basin.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.basin.ForeColor = System.Drawing.Color.MediumBlue;
this.basin.Location = new System.Drawing.Point(472, 107);
this.basin.Name = "basin";
this.basin.Size = new System.Drawing.Size(59, 35);
this.basin.TabIndex = 44;
this.basin.Text = "asin";
this.basin.UseVisualStyleBackColor = false;
this.basin.Click += new System.EventHandler(this.basin_Click);
//
// batan
//
this.batan.BackColor = System.Drawing.Color.DarkGoldenrod;
this.batan.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.batan.ForeColor = System.Drawing.Color.MediumBlue;
this.batan.Location = new System.Drawing.Point(472, 191);
this.batan.Name = "batan";
this.batan.Size = new System.Drawing.Size(59, 35);
this.batan.TabIndex = 45;
this.batan.Text = "ctg";
this.batan.UseVisualStyleBackColor = false;
this.batan.Click += new System.EventHandler(this.batan_Click);
//
// bacos
//
this.bacos.BackColor = System.Drawing.Color.DarkGoldenrod;
this.bacos.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.bacos.ForeColor = System.Drawing.Color.MediumBlue;
this.bacos.Location = new System.Drawing.Point(472, 150);
this.bacos.Name = "bacos";
this.bacos.Size = new System.Drawing.Size(59, 35);
this.bacos.TabIndex = 46;
this.bacos.Text = "acos";
this.bacos.UseVisualStyleBackColor = false;
this.bacos.Click += new System.EventHandler(this.bacos_Click);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.ForeColor = System.Drawing.Color.DarkBlue;
this.label4.Location = new System.Drawing.Point(412, 75);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(0, 14);
this.label4.TabIndex = 47;
//
// button12
//
this.button12.BackColor = System.Drawing.Color.DarkGoldenrod;
this.button12.Font = new System.Drawing.Font("Bookman Old Style", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button12.ForeColor = System.Drawing.Color.MediumBlue;
this.button12.ImageKey = "(无)";
this.button12.Location = new System.Drawing.Point(182, 233);
this.button12.Name = "button12";
this.button12.Size = new System.Drawing.Size(80, 35);
this.button12.TabIndex = 48;
this.button12.Text = "@ (负号)";
this.button12.UseVisualStyleBackColor = false;
this.button12.Click += new System.EventHandler(this.button12_Click);
//
// batg
//
this.batg.BackColor = System.Drawing.Color.DarkGoldenrod;
this.batg.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.batg.ForeColor = System.Drawing.Color.MediumBlue;
this.batg.Location = new System.Drawing.Point(403, 233);
this.batg.Name = "batg";
this.batg.Size = new System.Drawing.Size(59, 35);
this.batg.TabIndex = 49;
this.batg.Text = "atg";
this.batg.UseVisualStyleBackColor = false;
this.batg.Click += new System.EventHandler(this.batg_Click);
//
// bactg
//
this.bactg.BackColor = System.Drawing.Color.DarkGoldenrod;
this.bactg.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.bactg.ForeColor = System.Drawing.Color.MediumBlue;
this.bactg.Location = new System.Drawing.Point(472, 233);
this.bactg.Name = "bactg";
this.bactg.Size = new System.Drawing.Size(59, 35);
this.bactg.TabIndex = 50;
this.bactg.Text = "actg";
this.bactg.UseVisualStyleBackColor = false;
this.bactg.Click += new System.EventHandler(this.bactg_Click);
//
// bcbrt
//
this.bcbrt.BackColor = System.Drawing.Color.DarkGoldenrod;
this.bcbrt.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.bcbrt.ForeColor = System.Drawing.Color.MediumBlue;
this.bcbrt.Location = new System.Drawing.Point(602, 150);
this.bcbrt.Name = "bcbrt";
this.bcbrt.Size = new System.Drawing.Size(59, 35);
this.bcbrt.TabIndex = 51;
this.bcbrt.Text = "cbrt";
this.bcbrt.UseVisualStyleBackColor = false;
this.bcbrt.Click += new System.EventHandler(this.bcbrt_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.radioButton3);
this.groupBox1.Controls.Add(this.radioButton4);
this.groupBox1.Controls.Add(this.radioButton2);
this.groupBox1.Controls.Add(this.radioButton1);
this.groupBox1.Enabled = false;
this.groupBox1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBox1.ForeColor = System.Drawing.Color.Black;
this.groupBox1.Location = new System.Drawing.Point(366, 295);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(290, 87);
this.groupBox1.TabIndex = 52;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "初始进制";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.radioButton6);
this.groupBox2.Controls.Add(this.radioButton7);
this.groupBox2.Controls.Add(this.radioButton8);
this.groupBox2.Controls.Add(this.radioButton9);
this.groupBox2.Enabled = false;
this.groupBox2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBox2.ForeColor = System.Drawing.Color.Black;
this.groupBox2.Location = new System.Drawing.Point(365, 388);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(291, 87);
this.groupBox2.TabIndex = 54;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "转换进制";
//
// radioButton6
//
this.radioButton6.AutoSize = true;
this.radioButton6.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.radioButton6.Location = new System.Drawing.Point(157, 25);
this.radioButton6.Name = "radioButton6";
this.radioButton6.Size = new System.Drawing.Size(100, 18);
this.radioButton6.TabIndex = 40;
this.radioButton6.Text = "八 进 制";
this.radioButton6.UseVisualStyleBackColor = true;
//
// radioButton7
//
this.radioButton7.AutoSize = true;
this.radioButton7.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.radioButton7.Location = new System.Drawing.Point(30, 24);
this.radioButton7.Name = "radioButton7";
this.radioButton7.Size = new System.Drawing.Size(100, 18);
this.radioButton7.TabIndex = 41;
this.radioButton7.Text = "二 进 制";
this.radioButton7.UseVisualStyleBackColor = true;
//
// radioButton8
//
this.radioButton8.AutoSize = true;
this.radioButton8.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.radioButton8.Location = new System.Drawing.Point(30, 53);
this.radioButton8.Name = "radioButton8";
this.radioButton8.Size = new System.Drawing.Size(100, 18);
this.radioButton8.TabIndex = 39;
this.radioButton8.Text = "十 进 制";
this.radioButton8.UseVisualStyleBackColor = true;
//
// radioButton9
//
this.radioButton9.AutoSize = true;
this.radioButton9.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.radioButton9.Location = new System.Drawing.Point(156, 54);
this.radioButton9.Name = "radioButton9";
this.radioButton9.Size = new System.Drawing.Size(109, 18);
this.radioButton9.TabIndex = 38;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -