⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 form1.designer.cs

📁 基于编译原理的表达式计算器 使用算符优先算法实现了表达式计算器
💻 CS
📖 第 1 页 / 共 4 页
字号:
            this.radioButton9.Text = "十 六 进 制";
            this.radioButton9.UseVisualStyleBackColor = true;
            // 
            // bA
            // 
            this.bA.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.bA.Enabled = false;
            this.bA.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.bA.ForeColor = System.Drawing.Color.SandyBrown;
            this.bA.Location = new System.Drawing.Point(302, 300);
            this.bA.Name = "bA";
            this.bA.Size = new System.Drawing.Size(55, 36);
            this.bA.TabIndex = 55;
            this.bA.Text = "A";
            this.bA.UseVisualStyleBackColor = false;
            this.bA.Click += new System.EventHandler(this.bA_Click);
            // 
            // bB
            // 
            this.bB.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.bB.Enabled = false;
            this.bB.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.bB.ForeColor = System.Drawing.Color.SandyBrown;
            this.bB.Location = new System.Drawing.Point(302, 346);
            this.bB.Name = "bB";
            this.bB.Size = new System.Drawing.Size(55, 36);
            this.bB.TabIndex = 56;
            this.bB.Text = "B";
            this.bB.UseVisualStyleBackColor = false;
            this.bB.Click += new System.EventHandler(this.bB_Click);
            // 
            // bce
            // 
            this.bce.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.bce.Enabled = false;
            this.bce.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.bce.ForeColor = System.Drawing.Color.SandyBrown;
            this.bce.Location = new System.Drawing.Point(302, 392);
            this.bce.Name = "bce";
            this.bce.Size = new System.Drawing.Size(55, 36);
            this.bce.TabIndex = 57;
            this.bce.Text = "C";
            this.bce.UseVisualStyleBackColor = false;
            this.bce.Click += new System.EventHandler(this.bce_Click);
            // 
            // bD
            // 
            this.bD.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.bD.Enabled = false;
            this.bD.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.bD.ForeColor = System.Drawing.Color.SandyBrown;
            this.bD.Location = new System.Drawing.Point(302, 439);
            this.bD.Name = "bD";
            this.bD.Size = new System.Drawing.Size(55, 36);
            this.bD.TabIndex = 42;
            this.bD.Text = "D";
            this.bD.UseVisualStyleBackColor = false;
            this.bD.Click += new System.EventHandler(this.bD_Click);
            // 
            // bE
            // 
            this.bE.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.bE.Enabled = false;
            this.bE.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.bE.ForeColor = System.Drawing.Color.SandyBrown;
            this.bE.Location = new System.Drawing.Point(239, 300);
            this.bE.Name = "bE";
            this.bE.Size = new System.Drawing.Size(55, 36);
            this.bE.TabIndex = 43;
            this.bE.Text = "E";
            this.bE.UseVisualStyleBackColor = false;
            this.bE.Click += new System.EventHandler(this.bE_Click);
            // 
            // bF
            // 
            this.bF.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.bF.Enabled = false;
            this.bF.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.bF.ForeColor = System.Drawing.Color.SandyBrown;
            this.bF.Location = new System.Drawing.Point(239, 346);
            this.bF.Name = "bF";
            this.bF.Size = new System.Drawing.Size(55, 36);
            this.bF.TabIndex = 44;
            this.bF.Text = "F";
            this.bF.UseVisualStyleBackColor = false;
            this.bF.Click += new System.EventHandler(this.bF_Click);
            // 
            // button13
            // 
            this.button13.BackColor = System.Drawing.Color.DarkGoldenrod;
            this.button13.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.button13.ForeColor = System.Drawing.Color.MediumBlue;
            this.button13.Location = new System.Drawing.Point(239, 394);
            this.button13.Name = "button13";
            this.button13.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.button13.Size = new System.Drawing.Size(55, 81);
            this.button13.TabIndex = 58;
            this.button13.Text = "清 空\r\n\r\n记 录";
            this.button13.UseVisualStyleBackColor = false;
            this.button13.Click += new System.EventHandler(this.button13_Click);
            // 
            // checkBox1
            // 
            this.checkBox1.AutoSize = true;
            this.checkBox1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.checkBox1.Location = new System.Drawing.Point(368, 273);
            this.checkBox1.Name = "checkBox1";
            this.checkBox1.Size = new System.Drawing.Size(95, 20);
            this.checkBox1.TabIndex = 59;
            this.checkBox1.Text = "进制转换";
            this.checkBox1.UseVisualStyleBackColor = true;
            this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
            // 
            // Form1
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.BackColor = System.Drawing.Color.DimGray;
            this.ClientSize = new System.Drawing.Size(668, 483);
            this.Controls.Add(this.checkBox1);
            this.Controls.Add(this.button13);
            this.Controls.Add(this.bE);
            this.Controls.Add(this.bF);
            this.Controls.Add(this.bce);
            this.Controls.Add(this.bB);
            this.Controls.Add(this.bD);
            this.Controls.Add(this.bA);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.bcbrt);
            this.Controls.Add(this.bactg);
            this.Controls.Add(this.batg);
            this.Controls.Add(this.button12);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.bacos);
            this.Controls.Add(this.batan);
            this.Controls.Add(this.basin);
            this.Controls.Add(this.button11);
            this.Controls.Add(this.bbs);
            this.Controls.Add(this.bc);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.textBox3);
            this.Controls.Add(this.blog);
            this.Controls.Add(this.blg);
            this.Controls.Add(this.btan);
            this.Controls.Add(this.bcos);
            this.Controls.Add(this.bsin);
            this.Controls.Add(this.bpercent);
            this.Controls.Add(this.bsquare);
            this.Controls.Add(this.conr);
            this.Controls.Add(this.conl);
            this.Controls.Add(this.textBox2);
            this.Controls.Add(this.bsqrt);
            this.Controls.Add(this.b12);
            this.Controls.Add(this.badd);
            this.Controls.Add(this.bsub);
            this.Controls.Add(this.bmul);
            this.Controls.Add(this.bdiv);
            this.Controls.Add(this.bpok);
            this.Controls.Add(this.bln);
            this.Controls.Add(this.button10);
            this.Controls.Add(this.button7);
            this.Controls.Add(this.button8);
            this.Controls.Add(this.button9);
            this.Controls.Add(this.button4);
            this.Controls.Add(this.button5);
            this.Controls.Add(this.button6);
            this.Controls.Add(this.button3);
            this.Controls.Add(this.button2);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.textBox1);
            this.Font = new System.Drawing.Font("黑体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.ForeColor = System.Drawing.Color.Black;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
            this.KeyPreview = true;
            this.MaximizeBox = false;
            this.Name = "Form1";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "表达式计算器";
            this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Form1_KeyPress);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.TextBox textBox1;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.Button button2;
        private System.Windows.Forms.Button button3;
        private System.Windows.Forms.Button button4;
        private System.Windows.Forms.Button button5;
        private System.Windows.Forms.Button button6;
        private System.Windows.Forms.Button button7;
        private System.Windows.Forms.Button button8;
        private System.Windows.Forms.Button button9;
        private System.Windows.Forms.Button button10;
        private System.Windows.Forms.Button bln;
        private System.Windows.Forms.Button bpok;
        private System.Windows.Forms.Button bdiv;
        private System.Windows.Forms.Button bmul;
        private System.Windows.Forms.Button bsub;
        private System.Windows.Forms.Button badd;
        private System.Windows.Forms.Button b12;
        private System.Windows.Forms.Button bsqrt;
        private System.Windows.Forms.Button bc;
        private System.Windows.Forms.Button bbs;
        private System.Windows.Forms.TextBox textBox2;
        private System.Windows.Forms.Button conl;
        private System.Windows.Forms.Button conr;
        private System.Windows.Forms.Button bsquare;
        private System.Windows.Forms.Button bpercent;
        private System.Windows.Forms.Button bsin;
        private System.Windows.Forms.Button bcos;
        private System.Windows.Forms.Button btan;
        private System.Windows.Forms.Button blg;
        private System.Windows.Forms.Button blog;
        private System.Windows.Forms.TextBox textBox3;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.RadioButton radioButton1;
        private System.Windows.Forms.RadioButton radioButton2;
        private System.Windows.Forms.RadioButton radioButton3;
        private System.Windows.Forms.RadioButton radioButton4;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Button button11;
        private System.Windows.Forms.Button basin;
        private System.Windows.Forms.Button batan;
        private System.Windows.Forms.Button bacos;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Button button12;
        private System.Windows.Forms.Button batg;
        private System.Windows.Forms.Button bactg;
        private System.Windows.Forms.Button bcbrt;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.RadioButton radioButton6;
        private System.Windows.Forms.RadioButton radioButton7;
        private System.Windows.Forms.RadioButton radioButton8;
        private System.Windows.Forms.RadioButton radioButton9;
        private System.Windows.Forms.Button bA;
        private System.Windows.Forms.Button bB;
        private System.Windows.Forms.Button bce;
        private System.Windows.Forms.Button bD;
        private System.Windows.Forms.Button bE;
        private System.Windows.Forms.Button bF;
        private System.Windows.Forms.Button button13;
        private System.Windows.Forms.CheckBox checkBox1;
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -