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

📄 form1.designer.cs

📁 好的软件需要大家分享和修正 我们一定要女里啊
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace counterTool2
{
    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.txtShow = new System.Windows.Forms.TextBox();
            this.button3 = new System.Windows.Forms.Button();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.button25 = new System.Windows.Forms.Button();
            this.button26 = new System.Windows.Forms.Button();
            this.button27 = new System.Windows.Forms.Button();
            this.button28 = new System.Windows.Forms.Button();
            this.button20 = new System.Windows.Forms.Button();
            this.button21 = new System.Windows.Forms.Button();
            this.button22 = new System.Windows.Forms.Button();
            this.button23 = new System.Windows.Forms.Button();
            this.button15 = new System.Windows.Forms.Button();
            this.button16 = new System.Windows.Forms.Button();
            this.button17 = new System.Windows.Forms.Button();
            this.button18 = new System.Windows.Forms.Button();
            this.button10 = new System.Windows.Forms.Button();
            this.button11 = new System.Windows.Forms.Button();
            this.button12 = new System.Windows.Forms.Button();
            this.button13 = new System.Windows.Forms.Button();
            this.button7 = new System.Windows.Forms.Button();
            this.button6 = new System.Windows.Forms.Button();
            this.button5 = new System.Windows.Forms.Button();
            this.button4 = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.button1 = new System.Windows.Forms.Button();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // txtShow
            // 
            this.txtShow.Location = new System.Drawing.Point(12, 12);
            this.txtShow.Multiline = true;
            this.txtShow.Name = "txtShow";
            this.txtShow.Size = new System.Drawing.Size(288, 28);
            this.txtShow.TabIndex = 0;
            // 
            // button3
            // 
            this.button3.ForeColor = System.Drawing.Color.Crimson;
            this.button3.Location = new System.Drawing.Point(196, 9);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(92, 32);
            this.button3.TabIndex = 3;
            this.button3.Text = "C";
            this.button3.UseVisualStyleBackColor = true;
            this.button3.Click += new System.EventHandler(this.btn_Oper);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.button25);
            this.groupBox1.Controls.Add(this.button26);
            this.groupBox1.Controls.Add(this.button27);
            this.groupBox1.Controls.Add(this.button28);
            this.groupBox1.Controls.Add(this.button20);
            this.groupBox1.Controls.Add(this.button21);
            this.groupBox1.Controls.Add(this.button22);
            this.groupBox1.Controls.Add(this.button23);
            this.groupBox1.Controls.Add(this.button15);
            this.groupBox1.Controls.Add(this.button16);
            this.groupBox1.Controls.Add(this.button17);
            this.groupBox1.Controls.Add(this.button18);
            this.groupBox1.Controls.Add(this.button10);
            this.groupBox1.Controls.Add(this.button11);
            this.groupBox1.Controls.Add(this.button12);
            this.groupBox1.Controls.Add(this.button13);
            this.groupBox1.Controls.Add(this.button7);
            this.groupBox1.Controls.Add(this.button6);
            this.groupBox1.Controls.Add(this.button5);
            this.groupBox1.Controls.Add(this.button4);
            this.groupBox1.Controls.Add(this.button2);
            this.groupBox1.Controls.Add(this.button1);
            this.groupBox1.Controls.Add(this.button3);
            this.groupBox1.Location = new System.Drawing.Point(12, 46);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(290, 201);
            this.groupBox1.TabIndex = 4;
            this.groupBox1.TabStop = false;
            // 
            // button25
            // 
            this.button25.ForeColor = System.Drawing.SystemColors.HotTrack;
            this.button25.Location = new System.Drawing.Point(246, 155);
            this.button25.Name = "button25";
            this.button25.Size = new System.Drawing.Size(45, 30);
            this.button25.TabIndex = 29;
            this.button25.Text = "=";
            this.button25.UseVisualStyleBackColor = true;
            this.button25.Click += new System.EventHandler(this.btn_equ_Click);
            // 
            // button26
            // 
            this.button26.ForeColor = System.Drawing.SystemColors.HotTrack;
            this.button26.Location = new System.Drawing.Point(246, 119);
            this.button26.Name = "button26";
            this.button26.Size = new System.Drawing.Size(45, 30);
            this.button26.TabIndex = 28;
            this.button26.Text = "1/x";
            this.button26.UseVisualStyleBackColor = true;
            this.button26.Click += new System.EventHandler(this.btn_Oper);
            // 
            // button27
            // 
            this.button27.ForeColor = System.Drawing.SystemColors.HotTrack;
            this.button27.Location = new System.Drawing.Point(246, 83);
            this.button27.Name = "button27";
            this.button27.Size = new System.Drawing.Size(45, 30);
            this.button27.TabIndex = 27;
            this.button27.Text = "%";
            this.button27.UseVisualStyleBackColor = true;
            this.button27.Click += new System.EventHandler(this.btn_Oper);
            // 
            // button28
            // 
            this.button28.ForeColor = System.Drawing.SystemColors.HotTrack;
            this.button28.Location = new System.Drawing.Point(246, 47);
            this.button28.Name = "button28";
            this.button28.Size = new System.Drawing.Size(45, 30);
            this.button28.TabIndex = 26;
            this.button28.Text = "sqrt";
            this.button28.UseVisualStyleBackColor = true;
            this.button28.Click += new System.EventHandler(this.btn_Oper);
            // 
            // button20
            // 
            this.button20.ForeColor = System.Drawing.Color.Crimson;
            this.button20.Location = new System.Drawing.Point(187, 155);
            this.button20.Name = "button20";
            this.button20.Size = new System.Drawing.Size(45, 30);
            this.button20.TabIndex = 24;
            this.button20.Text = "+";
            this.button20.UseVisualStyleBackColor = true;
            this.button20.Click += new System.EventHandler(this.btn_Oper);
            // 
            // button21
            // 
            this.button21.ForeColor = System.Drawing.Color.Crimson;
            this.button21.Location = new System.Drawing.Point(187, 119);
            this.button21.Name = "button21";
            this.button21.Size = new System.Drawing.Size(45, 30);
            this.button21.TabIndex = 23;
            this.button21.Text = "-";
            this.button21.UseVisualStyleBackColor = true;
            this.button21.Click += new System.EventHandler(this.btn_Oper);
            // 
            // button22
            // 
            this.button22.ForeColor = System.Drawing.Color.Crimson;
            this.button22.Location = new System.Drawing.Point(187, 83);
            this.button22.Name = "button22";
            this.button22.Size = new System.Drawing.Size(45, 30);
            this.button22.TabIndex = 22;
            this.button22.Text = "*";
            this.button22.UseVisualStyleBackColor = true;
            this.button22.Click += new System.EventHandler(this.btn_Oper);
            // 
            // button23
            // 
            this.button23.ForeColor = System.Drawing.Color.Crimson;
            this.button23.Location = new System.Drawing.Point(187, 47);
            this.button23.Name = "button23";
            this.button23.Size = new System.Drawing.Size(45, 30);
            this.button23.TabIndex = 21;
            this.button23.Text = "/";
            this.button23.UseVisualStyleBackColor = true;
            this.button23.Click += new System.EventHandler(this.btn_Oper);
            // 
            // button15
            // 
            this.button15.ForeColor = System.Drawing.SystemColors.HotTrack;
            this.button15.Location = new System.Drawing.Point(126, 155);
            this.button15.Name = "button15";
            this.button15.Size = new System.Drawing.Size(44, 30);
            this.button15.TabIndex = 19;
            this.button15.Text = ".";
            this.button15.UseVisualStyleBackColor = true;

⌨️ 快捷键说明

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