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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? 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數(shù)量";
            // 
            // 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);
            // 

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产福利一区二区| 亚洲一区二区三区自拍| 日本aⅴ免费视频一区二区三区| 色诱视频网站一区| 中文字幕一区二区三区蜜月| 不卡一区二区在线| 亚洲男人天堂av网| 欧美日韩电影在线| 麻豆精品久久精品色综合| 欧美成人综合网站| 国产高清久久久| 亚洲乱码一区二区三区在线观看| 在线免费观看日本欧美| 午夜欧美大尺度福利影院在线看| 91精品国产综合久久国产大片| 蜜臀av性久久久久蜜臀av麻豆 | 国产风韵犹存在线视精品| 国产丝袜欧美中文另类| 成人h动漫精品一区二区| 亚洲卡通欧美制服中文| 欧美猛男男办公室激情| 久久99热狠狠色一区二区| 久久久精品日韩欧美| 成人精品免费视频| 亚洲综合在线免费观看| 日韩欧美久久久| 成人动漫av在线| 无码av免费一区二区三区试看 | 国产欧美日韩视频在线观看| 99r国产精品| 日本最新不卡在线| 国产清纯白嫩初高生在线观看91 | 在线观看不卡视频| 美日韩一区二区三区| 国产女主播视频一区二区| 欧美在线观看视频一区二区| 狠狠v欧美v日韩v亚洲ⅴ| 中文字幕日韩一区| 日韩欧美的一区二区| 91美女精品福利| 久久国产乱子精品免费女| 亚洲欧美日韩精品久久久久| 日韩欧美一级片| 欧美影院一区二区| 国产福利一区二区三区视频在线 | 亚洲三级久久久| 欧美一区午夜精品| 成人深夜福利app| 亚洲一区电影777| 久久精品免视看| 成人国产视频在线观看| 美女视频网站久久| 综合欧美亚洲日本| 日韩精品最新网址| 一本色道**综合亚洲精品蜜桃冫| 视频在线观看一区二区三区| 久久精品亚洲精品国产欧美kt∨ | 亚洲最色的网站| 国产欧美一区二区精品性色| 欧美网站大全在线观看| 国产精品一卡二卡在线观看| 一区二区欧美国产| 国产欧美视频一区二区| 717成人午夜免费福利电影| 国产成a人亚洲精| 琪琪一区二区三区| 亚洲精品乱码久久久久久黑人| 精品国产一区二区国模嫣然| 91浏览器打开| 成人小视频免费在线观看| 日本不卡视频在线观看| 亚洲欧洲精品一区二区精品久久久 | 欧美日韩大陆在线| 久99久精品视频免费观看| 五月婷婷久久丁香| 中文字幕一区二区三区蜜月| 国产精品久久久99| 日韩欧美国产精品一区| 777午夜精品视频在线播放| 色综合天天综合网天天狠天天| 国产精品亚洲一区二区三区在线| 天天射综合影视| 亚洲色图.com| 久久精品人人做人人爽人人| 国产日韩欧美在线一区| 欧美精品久久久久久久久老牛影院| 99久久免费视频.com| 国产精品一区免费视频| 国产麻豆视频一区| 精品制服美女丁香| 亚洲第一搞黄网站| 亚洲成人激情社区| 亚洲精品第一国产综合野| 亚洲天堂av一区| 亚洲图片欧美激情| 最新国产の精品合集bt伙计| 亚洲精品五月天| 一区二区三区免费观看| 亚洲激情自拍偷拍| 一区二区三区在线不卡| 亚洲一级在线观看| 午夜精品福利一区二区三区av| 日韩激情一二三区| 五月天婷婷综合| 日本欧洲一区二区| 久久草av在线| 国产盗摄女厕一区二区三区| 成人涩涩免费视频| 91亚洲精品久久久蜜桃网站| 色婷婷综合久久久| 波多野结衣一区二区三区| 波多野结衣中文字幕一区| www.色综合.com| 色先锋aa成人| 欧美一级国产精品| 欧美mv和日韩mv国产网站| 日韩欧美国产一区二区在线播放 | 丝袜诱惑亚洲看片| 天天做天天摸天天爽国产一区| 日本女人一区二区三区| 久久精品理论片| 粉嫩在线一区二区三区视频| 成人黄色一级视频| 91视频一区二区| 欧美日韩aaaaaa| 精品国产乱码久久久久久久久| 国产日韩欧美精品一区| 亚洲欧美区自拍先锋| 丝袜诱惑制服诱惑色一区在线观看| 久久精品国产精品亚洲精品 | 日韩午夜激情免费电影| 亚洲精品在线观看网站| 亚洲日本va在线观看| 婷婷久久综合九色国产成人| 99国产精品久久久久久久久久久| 欧美日韩高清在线播放| 中文字幕精品一区| 婷婷丁香久久五月婷婷| 波多野结衣视频一区| 91麻豆精品久久久久蜜臀| 欧美极品xxx| 五月天激情小说综合| 成人不卡免费av| 日韩欧美一级片| 亚洲一区二区三区视频在线播放 | 亚洲一区二区三区视频在线播放 | 欧美肥胖老妇做爰| 国产精品私人自拍| 日韩一区精品视频| 99久久er热在这里只有精品66| 91精品国产综合久久久蜜臀粉嫩| 国产亚洲精品精华液| 热久久免费视频| 一本大道av伊人久久综合| 久久精品亚洲精品国产欧美| 亚洲成人综合网站| 91成人免费电影| 中文字幕一区二区三区在线观看| 蜜臀av性久久久久蜜臀aⅴ四虎 | 亚洲午夜久久久久久久久电影网 | 国产欧美日韩不卡| 日本欧美在线观看| 欧美日韩精品一区二区三区| |精品福利一区二区三区| 麻豆精品在线观看| 欧美三片在线视频观看 | 日本女人一区二区三区| 99久久精品国产一区二区三区 | 国产精品盗摄一区二区三区| 国产.精品.日韩.另类.中文.在线.播放| 欧美日韩国产美女| 亚洲欧美色一区| 丰满少妇久久久久久久| 26uuu精品一区二区| 人人狠狠综合久久亚洲| 精品视频123区在线观看| 国产日韩欧美精品综合| 成人午夜大片免费观看| 精品电影一区二区三区| 青娱乐精品在线视频| 欧美日韩国产经典色站一区二区三区| 亚洲欧美一区二区三区孕妇| 成人动漫一区二区在线| 国产精品欧美一区二区三区| 国产98色在线|日韩| 久久久久久久av麻豆果冻| 国产自产高清不卡| 精品精品国产高清a毛片牛牛| 日韩电影免费在线看| 欧美美女网站色| 日韩国产在线观看一区| 欧美亚洲动漫制服丝袜| 自拍视频在线观看一区二区| 91麻豆自制传媒国产之光| 一区av在线播放| 91精品久久久久久久久99蜜臂| 肉肉av福利一精品导航| 日韩一级二级三级精品视频| 国产精品亚洲第一| 中文字幕一区在线观看|