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

📄 form1.designer.cs

📁 基于编译原理的表达式计算器 使用算符优先算法实现了表达式计算器
💻 CS
📖 第 1 页 / 共 4 页
字号:
            this.bln.UseVisualStyleBackColor = false;
            this.bln.Click += new System.EventHandler(this.bln_Click);
            // 
            // bpok
            // 
            this.bpok.BackColor = System.Drawing.Color.DarkGoldenrod;
            this.bpok.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.bpok.ForeColor = System.Drawing.Color.MediumBlue;
            this.bpok.Location = new System.Drawing.Point(10, 233);
            this.bpok.Name = "bpok";
            this.bpok.Size = new System.Drawing.Size(80, 35);
            this.bpok.TabIndex = 13;
            this.bpok.Text = ".";
            this.bpok.UseVisualStyleBackColor = false;
            this.bpok.Click += new System.EventHandler(this.bpok_Click);
            // 
            // bdiv
            // 
            this.bdiv.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
            this.bdiv.BackColor = System.Drawing.Color.DarkGoldenrod;
            this.bdiv.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.bdiv.ForeColor = System.Drawing.Color.MediumBlue;
            this.bdiv.Location = new System.Drawing.Point(272, 107);
            this.bdiv.Name = "bdiv";
            this.bdiv.Size = new System.Drawing.Size(59, 35);
            this.bdiv.TabIndex = 14;
            this.bdiv.Text = "/";
            this.bdiv.UseVisualStyleBackColor = false;
            this.bdiv.Click += new System.EventHandler(this.bdiv_Click);
            // 
            // bmul
            // 
            this.bmul.BackColor = System.Drawing.Color.DarkGoldenrod;
            this.bmul.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.bmul.ForeColor = System.Drawing.Color.MediumBlue;
            this.bmul.Location = new System.Drawing.Point(268, 150);
            this.bmul.Name = "bmul";
            this.bmul.Size = new System.Drawing.Size(59, 35);
            this.bmul.TabIndex = 15;
            this.bmul.Text = "*";
            this.bmul.UseVisualStyleBackColor = false;
            this.bmul.Click += new System.EventHandler(this.bmul_Click);
            // 
            // bsub
            // 
            this.bsub.BackColor = System.Drawing.Color.DarkGoldenrod;
            this.bsub.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.bsub.ForeColor = System.Drawing.Color.MediumBlue;
            this.bsub.Location = new System.Drawing.Point(268, 191);
            this.bsub.Name = "bsub";
            this.bsub.Size = new System.Drawing.Size(59, 35);
            this.bsub.TabIndex = 16;
            this.bsub.Text = "-";
            this.bsub.UseVisualStyleBackColor = false;
            this.bsub.Click += new System.EventHandler(this.bsub_Click);
            // 
            // badd
            // 
            this.badd.BackColor = System.Drawing.Color.DarkGoldenrod;
            this.badd.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.badd.ForeColor = System.Drawing.Color.MediumBlue;
            this.badd.Location = new System.Drawing.Point(268, 233);
            this.badd.Name = "badd";
            this.badd.Size = new System.Drawing.Size(59, 35);
            this.badd.TabIndex = 17;
            this.badd.Text = "+";
            this.badd.UseVisualStyleBackColor = false;
            this.badd.Click += new System.EventHandler(this.badd_Click);
            // 
            // b12
            // 
            this.b12.BackColor = System.Drawing.Color.DarkGoldenrod;
            this.b12.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.b12.ForeColor = System.Drawing.Color.MediumBlue;
            this.b12.Location = new System.Drawing.Point(218, 63);
            this.b12.Name = "b12";
            this.b12.Size = new System.Drawing.Size(100, 35);
            this.b12.TabIndex = 18;
            this.b12.Text = "=";
            this.b12.UseVisualStyleBackColor = false;
            this.b12.Click += new System.EventHandler(this.b12_Click);
            // 
            // bsqrt
            // 
            this.bsqrt.BackColor = System.Drawing.Color.DarkGoldenrod;
            this.bsqrt.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.bsqrt.ForeColor = System.Drawing.Color.MediumBlue;
            this.bsqrt.Location = new System.Drawing.Point(602, 107);
            this.bsqrt.Name = "bsqrt";
            this.bsqrt.Size = new System.Drawing.Size(59, 35);
            this.bsqrt.TabIndex = 21;
            this.bsqrt.Text = "sqrt";
            this.bsqrt.UseVisualStyleBackColor = false;
            this.bsqrt.Click += new System.EventHandler(this.bsqrt_Click);
            // 
            // bc
            // 
            this.bc.BackColor = System.Drawing.Color.DarkGoldenrod;
            this.bc.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.bc.ForeColor = System.Drawing.Color.MediumBlue;
            this.bc.Location = new System.Drawing.Point(130, 62);
            this.bc.Name = "bc";
            this.bc.Size = new System.Drawing.Size(68, 35);
            this.bc.TabIndex = 22;
            this.bc.Text = "C";
            this.bc.UseVisualStyleBackColor = false;
            this.bc.Click += new System.EventHandler(this.bc_Click);
            // 
            // bbs
            // 
            this.bbs.BackColor = System.Drawing.Color.DarkGoldenrod;
            this.bbs.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.bbs.ForeColor = System.Drawing.Color.MediumBlue;
            this.bbs.Location = new System.Drawing.Point(11, 63);
            this.bbs.Name = "bbs";
            this.bbs.Size = new System.Drawing.Size(99, 35);
            this.bbs.TabIndex = 24;
            this.bbs.Text = "Backspace";
            this.bbs.UseVisualStyleBackColor = false;
            this.bbs.Click += new System.EventHandler(this.bbs_Click);
            // 
            // textBox2
            // 
            this.textBox2.BackColor = System.Drawing.SystemColors.ActiveBorder;
            this.textBox2.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.textBox2.Location = new System.Drawing.Point(8, 283);
            this.textBox2.Multiline = true;
            this.textBox2.Name = "textBox2";
            this.textBox2.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.textBox2.Size = new System.Drawing.Size(225, 192);
            this.textBox2.TabIndex = 25;
            // 
            // conl
            // 
            this.conl.BackColor = System.Drawing.Color.DarkGoldenrod;
            this.conl.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.conl.ForeColor = System.Drawing.Color.MediumBlue;
            this.conl.Location = new System.Drawing.Point(338, 107);
            this.conl.Name = "conl";
            this.conl.Size = new System.Drawing.Size(59, 35);
            this.conl.TabIndex = 26;
            this.conl.Text = "(";
            this.conl.UseVisualStyleBackColor = false;
            this.conl.Click += new System.EventHandler(this.conl_Click);
            // 
            // conr
            // 
            this.conr.BackColor = System.Drawing.Color.DarkGoldenrod;
            this.conr.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.conr.ForeColor = System.Drawing.Color.MediumBlue;
            this.conr.Location = new System.Drawing.Point(338, 150);
            this.conr.Name = "conr";
            this.conr.Size = new System.Drawing.Size(59, 35);
            this.conr.TabIndex = 27;
            this.conr.Text = ")";
            this.conr.UseVisualStyleBackColor = false;
            this.conr.Click += new System.EventHandler(this.conr_Click);
            // 
            // bsquare
            // 
            this.bsquare.BackColor = System.Drawing.Color.DarkGoldenrod;
            this.bsquare.Font = new System.Drawing.Font("Raavi", 21.75F, System.Drawing.FontStyle.Bold);
            this.bsquare.ForeColor = System.Drawing.Color.MediumBlue;
            this.bsquare.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.bsquare.Location = new System.Drawing.Point(338, 233);
            this.bsquare.Name = "bsquare";
            this.bsquare.Size = new System.Drawing.Size(59, 35);
            this.bsquare.TabIndex = 28;
            this.bsquare.Text = "^";
            this.bsquare.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.bsquare.UseVisualStyleBackColor = false;
            this.bsquare.Click += new System.EventHandler(this.bsquare_Click);
            // 
            // bpercent
            // 
            this.bpercent.BackColor = System.Drawing.Color.DarkGoldenrod;
            this.bpercent.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.bpercent.ForeColor = System.Drawing.Color.MediumBlue;
            this.bpercent.Location = new System.Drawing.Point(338, 191);
            this.bpercent.Name = "bpercent";
            this.bpercent.Size = new System.Drawing.Size(59, 35);
            this.bpercent.TabIndex = 29;
            this.bpercent.Text = "%";
            this.bpercent.UseVisualStyleBackColor = false;
            this.bpercent.Click += new System.EventHandler(this.bpercent_Click);
            // 
            // bsin
            // 
            this.bsin.BackColor = System.Drawing.Color.DarkGoldenrod;
            this.bsin.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.bsin.ForeColor = System.Drawing.Color.MediumBlue;
            this.bsin.Location = new System.Drawing.Point(404, 107);
            this.bsin.Name = "bsin";
            this.bsin.Size = new System.Drawing.Size(59, 35);
            this.bsin.TabIndex = 31;
            this.bsin.Text = "sin";
            this.bsin.UseVisualStyleBackColor = false;
            this.bsin.Click += new System.EventHandler(this.bsin_Click);
            // 
            // bcos
            // 
            this.bcos.BackColor = System.Drawing.Color.DarkGoldenrod;
            this.bcos.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.bcos.ForeColor = System.Drawing.Color.MediumBlue;
            this.bcos.Location = new System.Drawing.Point(404, 150);
            this.bcos.Name = "bcos";
            this.bcos.Size = new System.Drawing.Size(59, 35);
            this.bcos.TabIndex = 32;
            this.bcos.Text = "cos";
            this.bcos.UseVisualStyleBackColor = false;
            this.bcos.Click += new System.EventHandler(this.bcos_Click);
            // 
            // btan
            // 
            this.btan.BackColor = System.Drawing.Color.DarkGoldenrod;
            this.btan.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btan.ForeColor = System.Drawing.Color.MediumBlue;
            this.btan.Location = new System.Drawing.Point(404, 191);
            this.btan.Name = "btan";
            this.btan.Size = new System.Drawing.Size(59, 35);
            this.btan.TabIndex = 33;
            this.btan.Text = "tg";
            this.btan.UseVisualStyleBackColor = false;
            this.btan.Click += new System.EventHandler(this.btan_Click);
            // 
            // blg
            // 
            this.blg.BackColor = System.Drawing.Color.DarkGoldenrod;
            this.blg.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.blg.ForeColor = System.Drawing.Color.MediumBlue;
            this.blg.Location = new System.Drawing.Point(537, 150);
            this.blg.Name = "blg";
            this.blg.Size = new System.Drawing.Size(59, 35);
            this.blg.TabIndex = 34;
            this.blg.Text = "lg";
            this.blg.UseVisualStyleBackColor = false;
            this.blg.Click += new System.EventHandler(this.blg_Click);
            // 
            // blog
            // 
            this.blog.BackColor = System.Drawing.Color.DarkGoldenrod;
            this.blog.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.blog.ForeColor = System.Drawing.Color.MediumBlue;
            this.blog.Location = new System.Drawing.Point(537, 107);
            this.blog.Name = "blog";
            this.blog.Size = new System.Drawing.Size(59, 35);
            this.blog.TabIndex = 35;
            this.blog.Text = "log";
            this.blog.UseVisualStyleBackColor = false;
            this.blog.Click += new System.EventHandler(this.blog_Click);
            // 
            // textBox3
            // 
            this.textBox3.BackColor = System.Drawing.SystemColors.ActiveBorder;
            this.textBox3.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.textBox3.Location = new System.Drawing.Point(464, 25);
            this.textBox3.Name = "textBox3";
            this.textBox3.Size = new System.Drawing.Size(192, 29);

⌨️ 快捷键说明

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