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

📄 form1.designer.cs

📁 用VS2005编个计算器的小程序.. 功能一般只实现了+ - * /,和进制转换功能.
💻 CS
📖 第 1 页 / 共 2 页
字号:
            // bnD
            // 
            this.bnD.Location = new System.Drawing.Point(153, 241);
            this.bnD.Name = "bnD";
            this.bnD.Size = new System.Drawing.Size(39, 23);
            this.bnD.TabIndex = 36;
            this.bnD.Text = "D";
            this.bnD.UseVisualStyleBackColor = true;
            this.bnD.Click += new System.EventHandler(this.bnD_Click);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.rb2);
            this.groupBox1.Controls.Add(this.rb8);
            this.groupBox1.Controls.Add(this.rb10);
            this.groupBox1.Controls.Add(this.rb16);
            this.groupBox1.Location = new System.Drawing.Point(13, 37);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(278, 39);
            this.groupBox1.TabIndex = 37;
            this.groupBox1.TabStop = false;
            // 
            // rb2
            // 
            this.rb2.AutoSize = true;
            this.rb2.Location = new System.Drawing.Point(199, 17);
            this.rb2.Name = "rb2";
            this.rb2.Size = new System.Drawing.Size(59, 16);
            this.rb2.TabIndex = 3;
            this.rb2.TabStop = true;
            this.rb2.Text = "二进制";
            this.rb2.UseVisualStyleBackColor = true;
            this.rb2.CheckedChanged += new System.EventHandler(this.radioButton4_CheckedChanged);
            // 
            // rb8
            // 
            this.rb8.AutoSize = true;
            this.rb8.Location = new System.Drawing.Point(134, 17);
            this.rb8.Name = "rb8";
            this.rb8.Size = new System.Drawing.Size(59, 16);
            this.rb8.TabIndex = 2;
            this.rb8.TabStop = true;
            this.rb8.Text = "八进制";
            this.rb8.UseVisualStyleBackColor = true;
            this.rb8.CheckedChanged += new System.EventHandler(this.radioButton3_CheckedChanged);
            // 
            // rb10
            // 
            this.rb10.AutoSize = true;
            this.rb10.Location = new System.Drawing.Point(76, 17);
            this.rb10.Name = "rb10";
            this.rb10.Size = new System.Drawing.Size(59, 16);
            this.rb10.TabIndex = 1;
            this.rb10.Text = "十进制";
            this.rb10.UseVisualStyleBackColor = true;
            this.rb10.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged);
            // 
            // rb16
            // 
            this.rb16.AutoSize = true;
            this.rb16.Location = new System.Drawing.Point(3, 17);
            this.rb16.Name = "rb16";
            this.rb16.Size = new System.Drawing.Size(71, 16);
            this.rb16.TabIndex = 0;
            this.rb16.TabStop = true;
            this.rb16.Text = "十六进制";
            this.rb16.UseVisualStyleBackColor = true;
            this.rb16.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
            // 
            // bnC
            // 
            this.bnC.Location = new System.Drawing.Point(104, 241);
            this.bnC.Name = "bnC";
            this.bnC.Size = new System.Drawing.Size(39, 23);
            this.bnC.TabIndex = 38;
            this.bnC.Text = "C";
            this.bnC.UseVisualStyleBackColor = true;
            this.bnC.Click += new System.EventHandler(this.bnC_Click_1);
            // 
            // bnA
            // 
            this.bnA.Location = new System.Drawing.Point(12, 241);
            this.bnA.Name = "bnA";
            this.bnA.Size = new System.Drawing.Size(39, 23);
            this.bnA.TabIndex = 39;
            this.bnA.Text = "A";
            this.bnA.UseVisualStyleBackColor = true;
            this.bnA.Click += new System.EventHandler(this.bnA_Click);
            // 
            // bnB
            // 
            this.bnB.Location = new System.Drawing.Point(54, 241);
            this.bnB.Name = "bnB";
            this.bnB.Size = new System.Drawing.Size(42, 23);
            this.bnB.TabIndex = 40;
            this.bnB.Text = "B";
            this.bnB.UseVisualStyleBackColor = true;
            this.bnB.Click += new System.EventHandler(this.bnB_Click);
            // 
            // bnE
            // 
            this.bnE.Location = new System.Drawing.Point(198, 241);
            this.bnE.Name = "bnE";
            this.bnE.Size = new System.Drawing.Size(39, 23);
            this.bnE.TabIndex = 41;
            this.bnE.Text = "E";
            this.bnE.UseVisualStyleBackColor = true;
            this.bnE.Click += new System.EventHandler(this.bnE_Click);
            // 
            // bnF
            // 
            this.bnF.Location = new System.Drawing.Point(243, 241);
            this.bnF.Name = "bnF";
            this.bnF.Size = new System.Drawing.Size(38, 23);
            this.bnF.TabIndex = 42;
            this.bnF.Text = "F";
            this.bnF.UseVisualStyleBackColor = true;
            this.bnF.Click += new System.EventHandler(this.bnF_Click);
            // 
            // bnCE
            // 
            this.bnCE.Location = new System.Drawing.Point(135, 82);
            this.bnCE.Name = "bnCE";
            this.bnCE.Size = new System.Drawing.Size(75, 23);
            this.bnCE.TabIndex = 43;
            this.bnCE.Text = "CE";
            this.bnCE.UseVisualStyleBackColor = true;
            this.bnCE.Click += new System.EventHandler(this.bnCE_Click);
            // 
            // bnBS
            // 
            this.bnBS.Location = new System.Drawing.Point(54, 82);
            this.bnBS.Name = "bnBS";
            this.bnBS.Size = new System.Drawing.Size(75, 23);
            this.bnBS.TabIndex = 44;
            this.bnBS.Text = "BackSpace";
            this.bnBS.UseVisualStyleBackColor = true;
            this.bnBS.Click += new System.EventHandler(this.bnBS_Click);
            // 
            // bnbian
            // 
            this.bnbian.Location = new System.Drawing.Point(57, 202);
            this.bnbian.Name = "bnbian";
            this.bnbian.Size = new System.Drawing.Size(39, 23);
            this.bnbian.TabIndex = 45;
            this.bnbian.Text = "+/-";
            this.bnbian.UseVisualStyleBackColor = true;
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(292, 182);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 46;
            this.button1.Text = "button1";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // bncifang
            // 
            this.bncifang.Location = new System.Drawing.Point(12, 289);
            this.bncifang.Name = "bncifang";
            this.bncifang.Size = new System.Drawing.Size(39, 23);
            this.bncifang.TabIndex = 47;
            this.bncifang.Text = "cifang";
            this.bncifang.UseVisualStyleBackColor = true;
            this.bncifang.Click += new System.EventHandler(this.bncifang_Click);
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(440, 351);
            this.Controls.Add(this.bncifang);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.bnbian);
            this.Controls.Add(this.bnBS);
            this.Controls.Add(this.bnCE);
            this.Controls.Add(this.bnF);
            this.Controls.Add(this.bnE);
            this.Controls.Add(this.bnB);
            this.Controls.Add(this.bnA);
            this.Controls.Add(this.bnC);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.bnD);
            this.Controls.Add(this.bnTest);
            this.Controls.Add(this.bnCa);
            this.Controls.Add(this.bndeng);
            this.Controls.Add(this.bndot);
            this.Controls.Add(this.textBox1);
            this.Controls.Add(this.bnjia);
            this.Controls.Add(this.bnjian);
            this.Controls.Add(this.bncheng);
            this.Controls.Add(this.bnchu);
            this.Controls.Add(this.bn0);
            this.Controls.Add(this.bn9);
            this.Controls.Add(this.bn8);
            this.Controls.Add(this.bn7);
            this.Controls.Add(this.bn6);
            this.Controls.Add(this.bn5);
            this.Controls.Add(this.bn4);
            this.Controls.Add(this.bn3);
            this.Controls.Add(this.bn2);
            this.Controls.Add(this.bn1);
            this.Name = "Form1";
            this.Text = "Form1";
            this.Load += new System.EventHandler(this.Form1_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Button bndeng;
        private System.Windows.Forms.Button bndot;
        private System.Windows.Forms.TextBox textBox1;
        private System.Windows.Forms.Button bnjia;
        private System.Windows.Forms.Button bnjian;
        private System.Windows.Forms.Button bncheng;
        private System.Windows.Forms.Button bnchu;
        private System.Windows.Forms.Button bn0;
        private System.Windows.Forms.Button bn9;
        private System.Windows.Forms.Button bn8;
        private System.Windows.Forms.Button bn7;
        private System.Windows.Forms.Button bn6;
        private System.Windows.Forms.Button bn5;
        private System.Windows.Forms.Button bn4;
        private System.Windows.Forms.Button bn3;
        private System.Windows.Forms.Button bn2;
        private System.Windows.Forms.Button bn1;
        private System.Windows.Forms.Button bnCa;
        private System.Windows.Forms.Button bnTest;
        private System.Windows.Forms.Button bnD;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.RadioButton rb2;
        private System.Windows.Forms.RadioButton rb8;
        private System.Windows.Forms.RadioButton rb10;
        private System.Windows.Forms.RadioButton rb16;
        private System.Windows.Forms.Button bnC;
        private System.Windows.Forms.Button bnA;
        private System.Windows.Forms.Button bnB;
        private System.Windows.Forms.Button bnE;
        private System.Windows.Forms.Button bnF;
        private System.Windows.Forms.Button bnCE;
        private System.Windows.Forms.Button bnBS;
        private System.Windows.Forms.Button bnbian;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.Button bncifang;
    }
}

⌨️ 快捷键说明

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