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

📄 form1.designer.cs

📁 采用C#编写
💻 CS
📖 第 1 页 / 共 3 页
字号:
            this.textBox3.TabIndex = 5;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(7, 79);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(53, 12);
            this.label3.TabIndex = 4;
            this.label3.Text = "电流(mA)";
            // 
            // textBox2
            // 
            this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.textBox2.Location = new System.Drawing.Point(84, 45);
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new System.Drawing.Size(67, 21);
            this.textBox2.TabIndex = 3;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(9, 48);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(47, 12);
            this.label2.TabIndex = 2;
            this.label2.Text = "LED数量";
            // 
            // textBox1
            // 
            this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.textBox1.Location = new System.Drawing.Point(84, 15);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(67, 21);
            this.textBox1.TabIndex = 1;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(7, 18);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(71, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "输入电压(V)";
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.button19);
            this.tabPage2.Controls.Add(this.button18);
            this.tabPage2.Controls.Add(this.button17);
            this.tabPage2.Controls.Add(this.button16);
            this.tabPage2.Controls.Add(this.button15);
            this.tabPage2.Controls.Add(this.button14);
            this.tabPage2.Controls.Add(this.button13);
            this.tabPage2.Controls.Add(this.textBox5);
            this.tabPage2.Controls.Add(this.button12);
            this.tabPage2.Controls.Add(this.button11);
            this.tabPage2.Controls.Add(this.button10);
            this.tabPage2.Controls.Add(this.button9);
            this.tabPage2.Controls.Add(this.button8);
            this.tabPage2.Controls.Add(this.button7);
            this.tabPage2.Controls.Add(this.button6);
            this.tabPage2.Controls.Add(this.button5);
            this.tabPage2.Controls.Add(this.button4);
            this.tabPage2.Controls.Add(this.button3);
            this.tabPage2.Location = new System.Drawing.Point(4, 21);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(313, 183);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "普通计算器";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // button19
            // 
            this.button19.Location = new System.Drawing.Point(263, 76);
            this.button19.Name = "button19";
            this.button19.Size = new System.Drawing.Size(31, 79);
            this.button19.TabIndex = 17;
            this.button19.Text = "+";
            this.button19.UseVisualStyleBackColor = true;
            this.button19.Click += new System.EventHandler(this.btn_Oper);
            // 
            // button18
            // 
            this.button18.Location = new System.Drawing.Point(263, 45);
            this.button18.Name = "button18";
            this.button18.Size = new System.Drawing.Size(31, 23);
            this.button18.TabIndex = 16;
            this.button18.Text = "AC";
            this.button18.UseVisualStyleBackColor = true;
            this.button18.Click += new System.EventHandler(this.btn_clr);
            // 
            // button17
            // 
            this.button17.Location = new System.Drawing.Point(212, 132);
            this.button17.Name = "button17";
            this.button17.Size = new System.Drawing.Size(30, 23);
            this.button17.TabIndex = 15;
            this.button17.Text = "=";
            this.button17.UseVisualStyleBackColor = true;
            this.button17.Click += new System.EventHandler(this.btn_equ);
            // 
            // button16
            // 
            this.button16.Location = new System.Drawing.Point(212, 103);
            this.button16.Name = "button16";
            this.button16.Size = new System.Drawing.Size(30, 23);
            this.button16.TabIndex = 14;
            this.button16.Text = "/";
            this.button16.UseVisualStyleBackColor = true;
            this.button16.Click += new System.EventHandler(this.btn_Oper);
            // 
            // button15
            // 
            this.button15.Location = new System.Drawing.Point(212, 76);
            this.button15.Name = "button15";
            this.button15.Size = new System.Drawing.Size(30, 21);
            this.button15.TabIndex = 13;
            this.button15.Text = "*";
            this.button15.UseVisualStyleBackColor = true;
            this.button15.Click += new System.EventHandler(this.btn_Oper);
            // 
            // button14
            // 
            this.button14.Location = new System.Drawing.Point(212, 45);
            this.button14.Name = "button14";
            this.button14.Size = new System.Drawing.Size(30, 23);
            this.button14.TabIndex = 12;
            this.button14.Text = "-";
            this.button14.UseVisualStyleBackColor = true;
            this.button14.Click += new System.EventHandler(this.btn_Oper);
            // 
            // button13
            // 
            this.button13.Location = new System.Drawing.Point(115, 132);
            this.button13.Name = "button13";
            this.button13.Size = new System.Drawing.Size(31, 23);
            this.button13.TabIndex = 11;
            this.button13.Text = ".";
            this.button13.UseVisualStyleBackColor = true;
            this.button13.Click += new System.EventHandler(this.btn_clk);
            // 
            // textBox5
            // 
            this.textBox5.Location = new System.Drawing.Point(7, 7);
            this.textBox5.Name = "textBox5";
            this.textBox5.ReadOnly = true;
            this.textBox5.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.textBox5.Size = new System.Drawing.Size(300, 21);
            this.textBox5.TabIndex = 10;
            // 
            // button12
            // 
            this.button12.Location = new System.Drawing.Point(115, 45);
            this.button12.Name = "button12";
            this.button12.Size = new System.Drawing.Size(31, 23);
            this.button12.TabIndex = 9;
            this.button12.Text = "9";
            this.button12.UseVisualStyleBackColor = true;
            this.button12.Click += new System.EventHandler(this.btn_clk);
            // 
            // button11
            // 
            this.button11.Location = new System.Drawing.Point(59, 45);
            this.button11.Name = "button11";
            this.button11.Size = new System.Drawing.Size(31, 23);
            this.button11.TabIndex = 8;
            this.button11.Text = "8";
            this.button11.UseVisualStyleBackColor = true;
            this.button11.Click += new System.EventHandler(this.btn_clk);
            // 
            // button10
            // 
            this.button10.Location = new System.Drawing.Point(7, 45);
            this.button10.Name = "button10";
            this.button10.Size = new System.Drawing.Size(31, 23);
            this.button10.TabIndex = 7;
            this.button10.Text = "7";
            this.button10.UseVisualStyleBackColor = true;
            this.button10.Click += new System.EventHandler(this.btn_clk);
            // 
            // button9
            // 
            this.button9.Location = new System.Drawing.Point(115, 74);
            this.button9.Name = "button9";
            this.button9.Size = new System.Drawing.Size(31, 21);
            this.button9.TabIndex = 6;
            this.button9.Text = "6";
            this.button9.UseVisualStyleBackColor = true;
            this.button9.Click += new System.EventHandler(this.btn_clk);
            // 
            // button8
            // 
            this.button8.Location = new System.Drawing.Point(59, 74);
            this.button8.Name = "button8";
            this.button8.Size = new System.Drawing.Size(31, 22);
            this.button8.TabIndex = 5;
            this.button8.Text = "5";
            this.button8.UseVisualStyleBackColor = true;
            this.button8.Click += new System.EventHandler(this.btn_clk);
            // 
            // button7
            // 
            this.button7.Location = new System.Drawing.Point(7, 74);
            this.button7.Name = "button7";
            this.button7.Size = new System.Drawing.Size(31, 23);
            this.button7.TabIndex = 4;
            this.button7.Text = "4";
            this.button7.UseVisualStyleBackColor = true;
            this.button7.Click += new System.EventHandler(this.btn_clk);
            // 

⌨️ 快捷键说明

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