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

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

?? form1.designer.cs

?? 采用C#編寫
?? CS
?? 第 1 頁 / 共 3 頁
字號:
?namespace 我的計算器
{
    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.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.button2 = new System.Windows.Forms.Button();
            this.button1 = new System.Windows.Forms.Button();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.radioButton3 = new System.Windows.Forms.RadioButton();
            this.radioButton2 = new System.Windows.Forms.RadioButton();
            this.radioButton1 = new System.Windows.Forms.RadioButton();
            this.textBox4 = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.textBox3 = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.textBox2 = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.button19 = new System.Windows.Forms.Button();
            this.button18 = new System.Windows.Forms.Button();
            this.button17 = new System.Windows.Forms.Button();
            this.button16 = new System.Windows.Forms.Button();
            this.button15 = new System.Windows.Forms.Button();
            this.button14 = new System.Windows.Forms.Button();
            this.button13 = new System.Windows.Forms.Button();
            this.textBox5 = new System.Windows.Forms.TextBox();
            this.button12 = new System.Windows.Forms.Button();
            this.button11 = new System.Windows.Forms.Button();
            this.button10 = new System.Windows.Forms.Button();
            this.button9 = new System.Windows.Forms.Button();
            this.button8 = 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.button3 = new System.Windows.Forms.Button();
            this.tabPage3 = new System.Windows.Forms.TabPage();
            this.button23 = new System.Windows.Forms.Button();
            this.textBox7 = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.button22 = new System.Windows.Forms.Button();
            this.button21 = new System.Windows.Forms.Button();
            this.label5 = new System.Windows.Forms.Label();
            this.button20 = new System.Windows.Forms.Button();
            this.textBox6 = new System.Windows.Forms.TextBox();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.tabPage2.SuspendLayout();
            this.tabPage3.SuspendLayout();
            this.SuspendLayout();
            // 
            // tabControl1
            // 
            this.tabControl1.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.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Controls.Add(this.tabPage3);
            this.tabControl1.Location = new System.Drawing.Point(5, 12);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(321, 208);
            this.tabControl1.TabIndex = 0;
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.button2);
            this.tabPage1.Controls.Add(this.button1);
            this.tabPage1.Controls.Add(this.groupBox1);
            this.tabPage1.Controls.Add(this.textBox4);
            this.tabPage1.Controls.Add(this.label4);
            this.tabPage1.Controls.Add(this.textBox3);
            this.tabPage1.Controls.Add(this.label3);
            this.tabPage1.Controls.Add(this.textBox2);
            this.tabPage1.Controls.Add(this.label2);
            this.tabPage1.Controls.Add(this.textBox1);
            this.tabPage1.Controls.Add(this.label1);
            this.tabPage1.Location = new System.Drawing.Point(4, 21);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(313, 183);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "LED串聯電阻";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // button2
            // 
            this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.button2.Location = new System.Drawing.Point(190, 153);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(75, 23);
            this.button2.TabIndex = 10;
            this.button2.Text = "幫助";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // button1
            // 
            this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.button1.Location = new System.Drawing.Point(190, 122);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 9;
            this.button1.Text = "確定";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // groupBox1
            // 
            this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox1.Controls.Add(this.radioButton3);
            this.groupBox1.Controls.Add(this.radioButton2);
            this.groupBox1.Controls.Add(this.radioButton1);
            this.groupBox1.Location = new System.Drawing.Point(172, 6);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(135, 91);
            this.groupBox1.TabIndex = 8;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "LED顏色";
            // 
            // radioButton3
            // 
            this.radioButton3.AutoSize = true;
            this.radioButton3.Location = new System.Drawing.Point(7, 69);
            this.radioButton3.Name = "radioButton3";
            this.radioButton3.Size = new System.Drawing.Size(47, 16);
            this.radioButton3.TabIndex = 2;
            this.radioButton3.TabStop = true;
            this.radioButton3.Text = "藍色";
            this.radioButton3.UseVisualStyleBackColor = true;
            // 
            // radioButton2
            // 
            this.radioButton2.AutoSize = true;
            this.radioButton2.Location = new System.Drawing.Point(7, 44);
            this.radioButton2.Name = "radioButton2";
            this.radioButton2.Size = new System.Drawing.Size(47, 16);
            this.radioButton2.TabIndex = 1;
            this.radioButton2.TabStop = true;
            this.radioButton2.Text = "綠色";
            this.radioButton2.UseVisualStyleBackColor = true;
            // 
            // radioButton1
            // 
            this.radioButton1.AutoSize = true;
            this.radioButton1.Checked = true;
            this.radioButton1.Location = new System.Drawing.Point(7, 20);
            this.radioButton1.Name = "radioButton1";
            this.radioButton1.Size = new System.Drawing.Size(47, 16);
            this.radioButton1.TabIndex = 0;
            this.radioButton1.TabStop = true;
            this.radioButton1.Text = "紅色";
            this.radioButton1.UseVisualStyleBackColor = true;
            // 
            // textBox4
            // 
            this.textBox4.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.textBox4.Location = new System.Drawing.Point(11, 124);
            this.textBox4.Multiline = true;
            this.textBox4.Name = "textBox4";
            this.textBox4.ReadOnly = true;
            this.textBox4.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.textBox4.Size = new System.Drawing.Size(140, 53);
            this.textBox4.TabIndex = 7;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(7, 108);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(53, 12);
            this.label4.TabIndex = 6;
            this.label4.Text = "計算結果";
            // 
            // textBox3
            // 
            this.textBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.textBox3.Location = new System.Drawing.Point(84, 76);
            this.textBox3.Name = "textBox3";
            this.textBox3.Size = new System.Drawing.Size(67, 21);

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲国产毛片aaaaa无费看| 久久久综合精品| 国产成人av影院| 久久国产视频网| 久草中文综合在线| 精品综合免费视频观看| 日本成人在线不卡视频| 日日夜夜免费精品| 免费观看在线综合色| 免费观看在线综合色| 麻豆精品久久久| 韩国精品在线观看| 粉嫩蜜臀av国产精品网站| 丁香天五香天堂综合| 成人天堂资源www在线| 不卡一区二区在线| 在线一区二区三区四区五区| 欧美日韩一卡二卡| 91精品国产乱| 日本一区二区成人在线| 亚洲日本免费电影| 亚洲国产一区二区a毛片| 日韩精品每日更新| 国产精品1024久久| 91免费在线视频观看| 欧美日本视频在线| 精品久久国产字幕高潮| 国产精品亲子乱子伦xxxx裸| 亚洲视频资源在线| 奇米四色…亚洲| 国产91丝袜在线播放九色| 一本久道久久综合中文字幕| 欧美理论片在线| 久久久久久久久久久久久久久99| 亚洲欧美在线视频| 蜜臀va亚洲va欧美va天堂| 成人黄页在线观看| 欧美久久久久免费| 中文字幕不卡的av| 免费日韩伦理电影| 日本高清无吗v一区| 精品国产一区二区亚洲人成毛片 | 亚洲韩国精品一区| 国产美女精品人人做人人爽| 91视频国产资源| 日韩精品中午字幕| 亚洲综合色噜噜狠狠| 国产东北露脸精品视频| 欧美日韩国产123区| 国产精品久久久一本精品| 免费观看日韩av| 91福利精品视频| 欧美激情自拍偷拍| 精品在线免费视频| 欧美日韩亚州综合| 亚洲黄网站在线观看| 国产精品91一区二区| 日韩欧美中文字幕公布| 亚洲日穴在线视频| 成人av在线资源网| 国产午夜精品一区二区三区视频| 丝袜亚洲另类欧美| 欧美午夜不卡在线观看免费| 国产精品国产三级国产有无不卡| 久久99精品久久久久婷婷| 欧美人与禽zozo性伦| 一区二区三区不卡在线观看| 成人免费视频caoporn| 精品91自产拍在线观看一区| 蜜臀精品一区二区三区在线观看| 欧美三级视频在线| 亚洲综合一区在线| 色噜噜狠狠色综合欧洲selulu| 国产视频一区在线观看| 国产盗摄精品一区二区三区在线| 5858s免费视频成人| 日本不卡在线视频| 日韩一区二区电影网| 另类人妖一区二区av| 日韩一级片在线播放| 青青国产91久久久久久| 91精品国产高清一区二区三区蜜臀| 亚洲观看高清完整版在线观看| 欧美三级视频在线观看| 亚洲va中文字幕| 欧美日韩电影在线播放| 天天射综合影视| 欧美一级高清大全免费观看| 久久精品国产99久久6| 久久婷婷国产综合精品青草| 成人国产精品免费观看动漫| 日韩毛片视频在线看| 色素色在线综合| 午夜精品久久久久久久蜜桃app | 欧美一区二区女人| 蜜桃av一区二区三区电影| 欧美精品一区二区精品网| 国产成人在线看| 亚洲三级在线播放| 欧美精品在线观看一区二区| 青青草成人在线观看| 久久亚洲精华国产精华液| 成人丝袜18视频在线观看| 亚洲一区二区三区三| 精品久久久网站| www.色精品| 丝袜诱惑亚洲看片| 国产日产精品一区| 在线观看日韩国产| 国产精品资源在线观看| 亚洲精品国久久99热| 日韩免费观看2025年上映的电影 | 午夜电影久久久| 久久午夜免费电影| 欧美日韩一区二区三区在线 | 亚洲欧洲日产国产综合网| 欧美三级在线视频| 国产不卡在线一区| 午夜av一区二区三区| 亚洲国产精品黑人久久久| 欧美一区二区三区视频在线观看| 福利一区二区在线| 日本中文一区二区三区| 亚洲欧洲色图综合| 精品国产一区二区三区久久久蜜月| 91在线免费看| 国产91在线观看丝袜| 蜜臀va亚洲va欧美va天堂| 一区二区三区不卡在线观看 | 日韩**一区毛片| 亚洲精品久久嫩草网站秘色| 国产亚洲成aⅴ人片在线观看| 欧美日韩成人一区二区| 91亚洲精品久久久蜜桃| 国产精品一区二区三区乱码| 免费在线看成人av| 亚洲成av人片www| 日韩码欧中文字| 国产精品久久久久影院色老大 | av日韩在线网站| 日韩成人一级大片| 亚洲国产欧美在线| 亚洲人成网站色在线观看| 国产精品网站在线播放| 久久综合网色—综合色88| 欧美一级欧美三级在线观看 | 另类的小说在线视频另类成人小视频在线 | 日韩一区二区电影网| 欧美日韩一区二区三区四区五区| 91香蕉视频mp4| 99精品视频在线观看免费| 国产精品99久久久久久久vr| 精品无码三级在线观看视频| 蜜臀久久99精品久久久画质超高清 | 国产凹凸在线观看一区二区| 久久99久久久欧美国产| 美女视频免费一区| 久久se这里有精品| 国产精品自拍av| 国产麻豆成人精品| 国产电影精品久久禁18| 国产成人在线视频网站| 成人黄色综合网站| 色老汉一区二区三区| 欧美性生活一区| 欧美人牲a欧美精品| 91精品在线免费| 日韩美一区二区三区| 久久色在线观看| 国产精品看片你懂得| 亚洲一区二区三区四区在线观看 | 欧美久久久久中文字幕| 欧美一级二级三级蜜桃| 久久综合九色综合97婷婷女人| 久久精品人人做人人综合 | 午夜电影一区二区三区| 日韩电影一区二区三区四区| 麻豆免费看一区二区三区| 国产福利91精品| 色狠狠色狠狠综合| 欧美一区二区三区四区五区| 久久久三级国产网站| 一区视频在线播放| 香蕉av福利精品导航| 韩国欧美国产1区| 色综合天天性综合| 欧美一卡2卡3卡4卡| 国产精品沙发午睡系列990531| 亚洲综合色网站| 国内偷窥港台综合视频在线播放| 99麻豆久久久国产精品免费优播| 欧美无人高清视频在线观看| 日韩免费观看高清完整版 | 欧美一区二区三区系列电影| 欧美精彩视频一区二区三区| 亚洲国产你懂的| 成人综合在线网站| 91精品国产高清一区二区三区| 亚洲国产精品黑人久久久| 偷拍一区二区三区|