亚洲欧美第一页_禁久久精品乱码_粉嫩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一区二区三区免费野_久草精品视频
eeuss鲁一区二区三区| 一区二区久久久| 国产乱对白刺激视频不卡| 日韩欧美激情一区| 国产精品一卡二卡| 中文字幕av在线一区二区三区| 懂色av一区二区夜夜嗨| 中文字幕不卡在线| 欧美亚洲综合另类| 免费看欧美美女黄的网站| 精品国一区二区三区| 国产伦理精品不卡| 亚洲人成精品久久久久| 欧美亚洲国产bt| 开心九九激情九九欧美日韩精美视频电影 | 91香蕉视频mp4| 亚洲一区二区三区爽爽爽爽爽| 91麻豆精品国产91久久久久久 | 伊人婷婷欧美激情| 91精品国产全国免费观看 | 国产精品久久久久毛片软件| 91久久人澡人人添人人爽欧美| 石原莉奈在线亚洲二区| 久久久久久亚洲综合影院红桃| 99久久精品国产一区| 日本一不卡视频| 国产精品污网站| 日韩一级精品视频在线观看| 暴力调教一区二区三区| 热久久一区二区| 亚洲丝袜美腿综合| 日韩欧美www| 色综合久久久久| 国产一区在线不卡| 亚洲午夜影视影院在线观看| 久久久久国产精品人| 欧美理论电影在线| 北条麻妃国产九九精品视频| 蜜桃一区二区三区在线观看| 亚洲精品国产无天堂网2021| 久久精品人人做人人爽人人| 7878成人国产在线观看| 94色蜜桃网一区二区三区| 久久狠狠亚洲综合| 亚洲国产综合色| 亚洲欧美综合另类在线卡通| 久久伊人中文字幕| 666欧美在线视频| 日本精品一区二区三区四区的功能| 国产馆精品极品| 日韩电影一二三区| 亚洲综合区在线| 国产精品久久久爽爽爽麻豆色哟哟| 日韩欧美一级精品久久| 欧美人狂配大交3d怪物一区| 一本大道av伊人久久综合| 国产成人鲁色资源国产91色综| 麻豆国产欧美一区二区三区| 五月综合激情婷婷六月色窝| 亚洲免费看黄网站| 国产精品电影一区二区三区| 国产日韩欧美高清在线| 精品国产乱码久久久久久影片| 欧美精品乱码久久久久久按摩| 91精彩视频在线观看| 91女人视频在线观看| 色综合天天在线| 91捆绑美女网站| av电影在线观看一区| 成人av免费在线观看| 成人综合激情网| 国产suv精品一区二区6| 国产成人在线网站| 国产99久久久国产精品免费看| 国产一区二区毛片| 国产不卡视频在线观看| 成人一区在线观看| av高清久久久| 91黄视频在线观看| 欧洲国产伦久久久久久久| 欧美亚洲国产一区在线观看网站| 欧美在线一区二区三区| 欧美日韩一区二区三区免费看| 欧美日韩精品福利| 日韩免费高清av| 久久久精品日韩欧美| 日本一区二区电影| 亚洲精品视频在线观看免费| 亚洲综合成人在线视频| 天天av天天翘天天综合网| 秋霞成人午夜伦在线观看| 国产一区二三区| 国产99一区视频免费| 色悠悠亚洲一区二区| 欧美日韩一区二区三区免费看| 制服丝袜亚洲色图| 亚洲精品一区二区三区在线观看| 国产日韩欧美一区二区三区综合| 国产精品久久久久久久久久免费看| 亚洲欧美日韩国产中文在线| 亚洲线精品一区二区三区| 麻豆国产精品一区二区三区 | 国产精品1024| 91影院在线观看| 欧美一区二区三区免费在线看 | 亚洲欧美一区二区不卡| 亚洲成av人在线观看| 国产一区激情在线| 色综合天天综合色综合av | 国产欧美一区二区精品婷婷| 成人免费在线观看入口| 日韩国产欧美视频| 成人午夜视频免费看| 欧美日韩高清影院| 国产欧美一区二区三区在线看蜜臀| 亚洲精品你懂的| 激情伊人五月天久久综合| 91在线观看成人| 26uuu久久天堂性欧美| 亚洲乱码中文字幕综合| 狠狠色丁香久久婷婷综合丁香| 色综合色综合色综合| 日韩视频中午一区| 亚洲男同性恋视频| 国产一区二区三区免费观看| 欧洲视频一区二区| 国产日韩在线不卡| 日韩国产欧美在线观看| 91麻豆国产福利精品| 国产午夜精品久久久久久久| 亚洲gay无套男同| 不卡电影一区二区三区| 精品国产免费久久| 日韩精品1区2区3区| 色综合久久久久久久| 国产女主播一区| 久久精品二区亚洲w码| 欧美日韩和欧美的一区二区| 亚洲素人一区二区| 国产精品99久久久久久久女警| 欧美性色aⅴ视频一区日韩精品| 欧美国产1区2区| 国产裸体歌舞团一区二区| 欧美大胆人体bbbb| 亚洲午夜免费电影| 91色综合久久久久婷婷| 国产精品午夜在线| 国产成人精品影院| 久久亚洲精华国产精华液 | 国产精品1区二区.| 日本一区二区高清| 国产乱人伦偷精品视频不卡| 欧美一卡二卡三卡四卡| 午夜亚洲福利老司机| 欧亚一区二区三区| 一区二区在线观看视频在线观看| 成人深夜在线观看| 国产精品高潮呻吟| av高清不卡在线| 亚洲日穴在线视频| 不卡的看片网站| 成人免费在线观看入口| av成人老司机| 亚洲黄色片在线观看| 欧美亚日韩国产aⅴ精品中极品| 亚洲免费色视频| 在线观看亚洲一区| 亚洲一二三四区不卡| 欧美无人高清视频在线观看| 亚洲一二三区在线观看| 欧美日韩一区高清| 日本成人在线电影网| 日韩手机在线导航| 国产毛片精品视频| 久久久不卡影院| av一二三不卡影片| 亚洲美女偷拍久久| 欧美日韩午夜精品| 久久99热这里只有精品| 国产农村妇女精品| av一区二区久久| 亚洲无人区一区| 日韩一级欧美一级| 国产精品资源网| 中文字幕人成不卡一区| 在线观看日韩电影| 奇米影视一区二区三区| 精品国产区一区| 成人h动漫精品一区二| 一区二区三区四区在线| 欧美二区三区的天堂| 黑人巨大精品欧美黑白配亚洲| 日本一区二区视频在线观看| 91小视频在线观看| 青青草国产精品97视觉盛宴| 国产色产综合产在线视频| 色噜噜狠狠一区二区三区果冻| 日韩高清在线观看| 中国av一区二区三区| 欧美日韩精品系列|