亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? form1.designer.cs

?? 采用C#編寫
?? CS
?? 第 1 頁 / 共 3 頁
字號:
            // button6
            // 
            this.button6.Location = new System.Drawing.Point(115, 103);
            this.button6.Name = "button6";
            this.button6.Size = new System.Drawing.Size(31, 23);
            this.button6.TabIndex = 3;
            this.button6.Text = "3";
            this.button6.UseVisualStyleBackColor = true;
            this.button6.Click += new System.EventHandler(this.btn_clk);
            // 
            // button5
            // 
            this.button5.Location = new System.Drawing.Point(60, 103);
            this.button5.Name = "button5";
            this.button5.Size = new System.Drawing.Size(31, 23);
            this.button5.TabIndex = 2;
            this.button5.Text = "2";
            this.button5.UseVisualStyleBackColor = true;
            this.button5.Click += new System.EventHandler(this.btn_clk);
            // 
            // button4
            // 
            this.button4.Location = new System.Drawing.Point(7, 103);
            this.button4.Name = "button4";
            this.button4.Size = new System.Drawing.Size(31, 23);
            this.button4.TabIndex = 1;
            this.button4.Text = "1";
            this.button4.UseVisualStyleBackColor = true;
            this.button4.Click += new System.EventHandler(this.btn_clk);
            // 
            // button3
            // 
            this.button3.Location = new System.Drawing.Point(7, 132);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(84, 23);
            this.button3.TabIndex = 0;
            this.button3.Text = "0";
            this.button3.UseVisualStyleBackColor = true;
            this.button3.Click += new System.EventHandler(this.btn_clk);
            // 
            // tabPage3
            // 
            this.tabPage3.Controls.Add(this.button23);
            this.tabPage3.Controls.Add(this.textBox7);
            this.tabPage3.Controls.Add(this.label6);
            this.tabPage3.Controls.Add(this.button22);
            this.tabPage3.Controls.Add(this.button21);
            this.tabPage3.Controls.Add(this.label5);
            this.tabPage3.Controls.Add(this.button20);
            this.tabPage3.Controls.Add(this.textBox6);
            this.tabPage3.Location = new System.Drawing.Point(4, 21);
            this.tabPage3.Name = "tabPage3";
            this.tabPage3.Size = new System.Drawing.Size(313, 183);
            this.tabPage3.TabIndex = 2;
            this.tabPage3.Text = "電阻的并聯";
            this.tabPage3.UseVisualStyleBackColor = true;
            // 
            // button23
            // 
            this.button23.Location = new System.Drawing.Point(248, 103);
            this.button23.Name = "button23";
            this.button23.Size = new System.Drawing.Size(49, 30);
            this.button23.TabIndex = 7;
            this.button23.Text = "清除";
            this.button23.UseVisualStyleBackColor = true;
            this.button23.Click += new System.EventHandler(this.button23_Click);
            // 
            // textBox7
            // 
            this.textBox7.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.textBox7.Location = new System.Drawing.Point(16, 76);
            this.textBox7.Multiline = true;
            this.textBox7.Name = "textBox7";
            this.textBox7.ReadOnly = true;
            this.textBox7.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.textBox7.Size = new System.Drawing.Size(196, 93);
            this.textBox7.TabIndex = 6;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(14, 58);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(53, 12);
            this.label6.TabIndex = 5;
            this.label6.Text = "計算結果";
            // 
            // button22
            // 
            this.button22.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.button22.Location = new System.Drawing.Point(248, 148);
            this.button22.Name = "button22";
            this.button22.Size = new System.Drawing.Size(49, 30);
            this.button22.TabIndex = 4;
            this.button22.Text = "幫助";
            this.button22.UseVisualStyleBackColor = true;
            this.button22.Click += new System.EventHandler(this.button22_Click);
            // 
            // button21
            // 
            this.button21.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.button21.Location = new System.Drawing.Point(248, 58);
            this.button21.Name = "button21";
            this.button21.Size = new System.Drawing.Size(49, 30);
            this.button21.TabIndex = 3;
            this.button21.Text = "確定";
            this.button21.UseVisualStyleBackColor = true;
            this.button21.Click += new System.EventHandler(this.button21_Click);
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(14, 17);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(77, 12);
            this.label5.TabIndex = 2;
            this.label5.Text = "阻值(歐姆)";
            // 
            // button20
            // 
            this.button20.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.button20.Location = new System.Drawing.Point(248, 17);
            this.button20.Name = "button20";
            this.button20.Size = new System.Drawing.Size(49, 30);
            this.button20.TabIndex = 1;
            this.button20.Text = "+";
            this.button20.UseVisualStyleBackColor = true;
            this.button20.Click += new System.EventHandler(this.button20_Click);
            // 
            // textBox6
            // 
            this.textBox6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.textBox6.Location = new System.Drawing.Point(97, 14);
            this.textBox6.Name = "textBox6";
            this.textBox6.Size = new System.Drawing.Size(115, 21);
            this.textBox6.TabIndex = 0;
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(329, 223);
            this.Controls.Add(this.tabControl1);
            this.Name = "Form1";
            this.Text = "我自已的計算器(格林曼光電)";
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.tabPage1.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.tabPage2.ResumeLayout(false);
            this.tabPage2.PerformLayout();
            this.tabPage3.ResumeLayout(false);
            this.tabPage3.PerformLayout();
            this.ResumeLayout(false);

        }

        

        #endregion

        private System.Windows.Forms.TabControl tabControl1;
        private System.Windows.Forms.TabPage tabPage1;
        private System.Windows.Forms.TabPage tabPage2;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.TextBox textBox1;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TextBox textBox3;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.TextBox textBox2;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.RadioButton radioButton3;
        private System.Windows.Forms.RadioButton radioButton2;
        private System.Windows.Forms.RadioButton radioButton1;
        private System.Windows.Forms.TextBox textBox4;
        private System.Windows.Forms.Button button2;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.Button button6;
        private System.Windows.Forms.Button button5;
        private System.Windows.Forms.Button button4;
        private System.Windows.Forms.Button button3;
        private System.Windows.Forms.Button button12;
        private System.Windows.Forms.Button button11;
        private System.Windows.Forms.Button button10;
        private System.Windows.Forms.Button button9;
        private System.Windows.Forms.Button button8;
        private System.Windows.Forms.Button button7;
        private System.Windows.Forms.TextBox textBox5;
        private System.Windows.Forms.Button button19;
        private System.Windows.Forms.Button button18;
        private System.Windows.Forms.Button button17;
        private System.Windows.Forms.Button button16;
        private System.Windows.Forms.Button button15;
        private System.Windows.Forms.Button button14;
        private System.Windows.Forms.Button button13;
        private System.Windows.Forms.TabPage tabPage3;
        private System.Windows.Forms.TextBox textBox6;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Button button20;
        private System.Windows.Forms.TextBox textBox7;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.Button button22;
        private System.Windows.Forms.Button button21;
        private System.Windows.Forms.Button button23;
    }
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
日韩欧美中文字幕公布| 午夜精品免费在线观看| 五月婷婷激情综合| 成人小视频免费在线观看| 777亚洲妇女| 亚洲男人天堂一区| 国产剧情一区二区| 欧美狂野另类xxxxoooo| 亚洲精品久久久久久国产精华液| 激情丁香综合五月| 日韩欧美在线影院| 亚洲午夜激情网站| 在线区一区二视频| 亚洲三级电影网站| 成人免费高清在线| 久久精品人人爽人人爽| 狠狠色狠狠色合久久伊人| 欧美精品电影在线播放| 亚洲一区自拍偷拍| 在线观看国产91| 亚洲码国产岛国毛片在线| 成人黄色网址在线观看| 国产日韩精品一区二区浪潮av| 美脚の诱脚舐め脚责91 | 午夜精品久久久久久久久| 成人黄色电影在线 | 精品福利av导航| 蜜臀va亚洲va欧美va天堂| 欧美精品在线观看播放| 亚洲va国产天堂va久久en| 在线观看日韩精品| 午夜精品久久久久久久久久久| 欧美系列日韩一区| 午夜免费久久看| 欧美精选一区二区| 久久精品国产网站| 久久精品人人做人人综合 | 一区二区三区在线观看欧美| 99国产精品久久久久| 亚洲视频免费在线| 欧美日韩在线免费视频| 亚洲r级在线视频| 欧美一三区三区四区免费在线看| 日韩不卡免费视频| 欧美精品一区二区久久婷婷| 国产精品一二三| 亚洲欧美日韩小说| 在线成人小视频| 国产酒店精品激情| 日韩一区欧美小说| 欧美片在线播放| 精品一二线国产| 欧美国产国产综合| 欧美中文字幕一区| 另类小说视频一区二区| 国产免费久久精品| 欧美三日本三级三级在线播放| 日韩高清不卡一区| 日本一区二区三区dvd视频在线| 91麻豆国产福利精品| 天天av天天翘天天综合网| 久久免费的精品国产v∧| av动漫一区二区| 免费观看在线色综合| 国产精品美女久久福利网站| 欧美日韩精品免费观看视频 | 亚洲第一会所有码转帖| xfplay精品久久| 欧洲av一区二区嗯嗯嗯啊| 美女mm1313爽爽久久久蜜臀| 中文字幕亚洲在| 欧美福利视频导航| 成人sese在线| 黄一区二区三区| 亚洲成人在线观看视频| 日本一区二区三区在线观看| 欧美精品日韩精品| 成人av免费网站| 卡一卡二国产精品| 亚洲午夜久久久| 中文字幕精品三区| 欧美不卡视频一区| 欧美日韩中文字幕精品| 成人av动漫网站| 国产精品中文有码| 午夜精品成人在线视频| 日韩一区日韩二区| 国产亚洲婷婷免费| 精品久久免费看| 欧美日韩精品免费| 欧美系列日韩一区| 91丝袜呻吟高潮美腿白嫩在线观看| 久久国产成人午夜av影院| 亚洲18色成人| 亚洲国产成人va在线观看天堂| 中文字幕亚洲精品在线观看| 久久天天做天天爱综合色| 91精品蜜臀在线一区尤物| 欧美三级一区二区| 欧美性一级生活| 日本道免费精品一区二区三区| 成人精品高清在线| 国产91丝袜在线播放0| 国产一区二区三区在线观看免费视频| 午夜激情综合网| 亚洲综合精品久久| 亚洲综合av网| 亚洲高清在线精品| 视频一区在线播放| 日韩精品乱码免费| 免费欧美高清视频| 久久www免费人成看片高清| 奇米精品一区二区三区在线观看 | 99久久精品国产精品久久| 成人成人成人在线视频| 成人丝袜18视频在线观看| 成人免费视频免费观看| 国产成人av电影免费在线观看| 国产一区不卡精品| 丰满亚洲少妇av| av动漫一区二区| 欧美亚洲日本国产| 欧美精品黑人性xxxx| 日韩视频免费观看高清完整版 | 亚洲18影院在线观看| 日韩 欧美一区二区三区| 蜜桃视频免费观看一区| 久久99国产精品免费| 国产成人av自拍| 91麻豆免费在线观看| 欧美日韩综合在线免费观看| 日韩欧美一二三区| 欧美激情一区在线观看| 一区av在线播放| 日产国产高清一区二区三区| 激情亚洲综合在线| 99在线热播精品免费| 欧美亚洲综合另类| 精品国产精品一区二区夜夜嗨| 久久精品亚洲一区二区三区浴池| 亚洲国产精品二十页| 亚洲第一福利视频在线| 激情欧美日韩一区二区| 色综合久久中文字幕| 欧美一级黄色录像| 国产精品国产精品国产专区不蜜| 亚洲成人综合在线| 国产成人精品三级麻豆| 在线精品观看国产| 久久精品人人爽人人爽| 亚洲一区二区三区不卡国产欧美| 国内精品伊人久久久久av影院| 99国产精品国产精品毛片| 91精品午夜视频| 亚洲欧美日韩国产中文在线| 蜜臀av在线播放一区二区三区| 成人h精品动漫一区二区三区| 欧美日韩精品高清| 中文一区二区在线观看| 日韩av网站在线观看| 99国产精品一区| 久久影音资源网| 日韩高清在线不卡| 99re成人精品视频| 26uuu欧美| 日韩国产精品久久| 在线免费亚洲电影| 中文欧美字幕免费| 韩国成人福利片在线播放| 欧美午夜片在线观看| 亚洲图片另类小说| 成人亚洲一区二区一| 日韩欧美国产一区在线观看| 亚洲国产精品综合小说图片区| 不卡大黄网站免费看| 国产亚洲综合在线| 美女视频黄 久久| 欧美日韩不卡在线| 亚洲一区自拍偷拍| 色香色香欲天天天影视综合网| 国产日韩欧美精品电影三级在线| 日本免费在线视频不卡一不卡二| 色嗨嗨av一区二区三区| 国产精品短视频| 风间由美一区二区av101| 2019国产精品| 国产在线一区二区| 欧美成人女星排名| 美女性感视频久久| 欧美日韩aaa| 日韩激情视频在线观看| 欧美日韩一级二级| 视频一区二区不卡| 91精品国产欧美一区二区| 婷婷久久综合九色综合伊人色| 在线免费观看成人短视频| 亚洲狼人国产精品| 欧美特级限制片免费在线观看| 曰韩精品一区二区| 欧美日韩国产首页|