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

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

?? jisuanqi.txt

?? 這是一款用C#編寫的可在windows下運行的計算器
?? TXT
?? 第 1 頁 / 共 3 頁
字號:
        #region 各控件的屬性的方法Windows Form Designer generated code
        /// <summary>
        /// 設(shè)計器支持所需的方法 - 不要使用代碼編輯器修改
        /// 此方法的內(nèi)容。
        /// </summary>
        private void InitializeComponent()
        {
            System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Form1));
            this.txtShow = new System.Windows.Forms.TextBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.c = new System.Windows.Forms.Button();
            this.ce = new System.Windows.Forms.Button();
            this.btn_rev = new System.Windows.Forms.Button();
            this.btn_dot = new System.Windows.Forms.Button();
            this.btn_add = new System.Windows.Forms.Button();
            this.btn_equ = new System.Windows.Forms.Button();
            this.btn_sign = new System.Windows.Forms.Button();
            this.btn_sub = new System.Windows.Forms.Button();
            this.btn_mul = new System.Windows.Forms.Button();
            this.btn_0 = new System.Windows.Forms.Button();
            this.btn_3 = new System.Windows.Forms.Button();
            this.btn_2 = new System.Windows.Forms.Button();
            this.btn_1 = new System.Windows.Forms.Button();
            this.btn_6 = new System.Windows.Forms.Button();
            this.btn_5 = new System.Windows.Forms.Button();
            this.btn_4 = new System.Windows.Forms.Button();
            this.btn_sqrt = new System.Windows.Forms.Button();
            this.btn_div = new System.Windows.Forms.Button();
            this.btn_7 = new System.Windows.Forms.Button();
            this.btn_8 = new System.Windows.Forms.Button();
            this.btn_9 = new System.Windows.Forms.Button();
            this.btn_sqr = new System.Windows.Forms.Button();
            this.mainMenu1 = new System.Windows.Forms.MainMenu();
            this.menuItem1 = new System.Windows.Forms.MenuItem();
            this.menuItem2 = new System.Windows.Forms.MenuItem();
            this.menuItem3 = new System.Windows.Forms.MenuItem();
            this.menuItem4 = new System.Windows.Forms.MenuItem();
            this.menuItem5 = new System.Windows.Forms.MenuItem();
            this.menuItem6 = new System.Windows.Forms.MenuItem();
            this.menuItem8 = new System.Windows.Forms.MenuItem();
            this.menuItem9 = new System.Windows.Forms.MenuItem();
            this.menuItem10 = new System.Windows.Forms.MenuItem();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // txtShow
            // 
            this.txtShow.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(192)), ((System.Byte)(255)));
            this.txtShow.Font = new System.Drawing.Font("宋體", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
            this.txtShow.ForeColor = System.Drawing.Color.Purple;
            this.txtShow.Location = new System.Drawing.Point(25, 8);
            this.txtShow.Name = "txtShow";
            this.txtShow.Size = new System.Drawing.Size(228, 23);
            this.txtShow.TabIndex = 1;
            this.txtShow.Text = "0.";
            this.txtShow.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.c);
            this.groupBox1.Controls.Add(this.ce);
            this.groupBox1.Controls.Add(this.btn_rev);
            this.groupBox1.Controls.Add(this.btn_dot);
            this.groupBox1.Controls.Add(this.btn_add);
            this.groupBox1.Controls.Add(this.btn_equ);
            this.groupBox1.Controls.Add(this.btn_sign);
            this.groupBox1.Controls.Add(this.btn_sub);
            this.groupBox1.Controls.Add(this.btn_mul);
            this.groupBox1.Controls.Add(this.btn_0);
            this.groupBox1.Controls.Add(this.btn_3);
            this.groupBox1.Controls.Add(this.btn_2);
            this.groupBox1.Controls.Add(this.btn_1);
            this.groupBox1.Controls.Add(this.btn_6);
            this.groupBox1.Controls.Add(this.btn_5);
            this.groupBox1.Controls.Add(this.btn_4);
            this.groupBox1.Controls.Add(this.btn_sqrt);
            this.groupBox1.Controls.Add(this.btn_div);
            this.groupBox1.Controls.Add(this.btn_7);
            this.groupBox1.Controls.Add(this.btn_8);
            this.groupBox1.Controls.Add(this.btn_9);
            this.groupBox1.Controls.Add(this.btn_sqr);
            this.groupBox1.Location = new System.Drawing.Point(24, 40);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(232, 184);
            this.groupBox1.TabIndex = 21;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "計算機區(qū)";
            // 
            // c
            // 
            this.c.Font = new System.Drawing.Font("宋體", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
            this.c.ForeColor = System.Drawing.Color.Red;
            this.c.Location = new System.Drawing.Point(178, 48);
            this.c.Name = "c";
            this.c.Size = new System.Drawing.Size(36, 61);
            this.c.TabIndex = 41;
            this.c.Text = "C";
            this.c.Click += new System.EventHandler(this.btn_Oper);
            // 
            // ce
            // 
            this.ce.Font = new System.Drawing.Font("宋體", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
            this.ce.ForeColor = System.Drawing.Color.Red;
            this.ce.Location = new System.Drawing.Point(138, 16);
            this.ce.Name = "ce";
            this.ce.Size = new System.Drawing.Size(76, 29);
            this.ce.TabIndex = 40;
            this.ce.Text = "CE";
            this.ce.Click += new System.EventHandler(this.btn_Oper);
            // 
            // btn_rev
            // 
            this.btn_rev.Font = new System.Drawing.Font("宋體", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
            this.btn_rev.ForeColor = System.Drawing.Color.Blue;
            this.btn_rev.Location = new System.Drawing.Point(178, 112);
            this.btn_rev.Name = "btn_rev";
            this.btn_rev.Size = new System.Drawing.Size(36, 29);
            this.btn_rev.TabIndex = 39;
            this.btn_rev.Text = "1/x";
            this.btn_rev.Click += new System.EventHandler(this.btn_Oper);
            // 
            // btn_dot
            // 
            this.btn_dot.Font = new System.Drawing.Font("宋體", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
            this.btn_dot.Location = new System.Drawing.Point(98, 144);
            this.btn_dot.Name = "btn_dot";
            this.btn_dot.Size = new System.Drawing.Size(36, 29);
            this.btn_dot.TabIndex = 38;
            this.btn_dot.Tag = "0";
            this.btn_dot.Text = ".";
            this.btn_dot.Click += new System.EventHandler(this.btn_Oper);
            // 
            // btn_add
            // 
            this.btn_add.Font = new System.Drawing.Font("宋體", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
            this.btn_add.ForeColor = System.Drawing.Color.Red;
            this.btn_add.Location = new System.Drawing.Point(138, 144);
            this.btn_add.Name = "btn_add";
            this.btn_add.Size = new System.Drawing.Size(36, 29);
            this.btn_add.TabIndex = 37;
            this.btn_add.Text = "+";
            this.btn_add.Click += new System.EventHandler(this.btn_Oper);
            // 
            // btn_equ
            // 
            this.btn_equ.Font = new System.Drawing.Font("宋體", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
            this.btn_equ.ForeColor = System.Drawing.Color.Red;
            this.btn_equ.Location = new System.Drawing.Point(178, 144);
            this.btn_equ.Name = "btn_equ";
            this.btn_equ.Size = new System.Drawing.Size(36, 29);
            this.btn_equ.TabIndex = 36;
            this.btn_equ.Text = "=";
            this.btn_equ.Click += new System.EventHandler(this.btn_equ_Click);
            // 
            // btn_sign
            // 
            this.btn_sign.Font = new System.Drawing.Font("宋體", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
            this.btn_sign.ForeColor = System.Drawing.Color.Blue;
            this.btn_sign.Location = new System.Drawing.Point(58, 144);
            this.btn_sign.Name = "btn_sign";
            this.btn_sign.Size = new System.Drawing.Size(36, 29);
            this.btn_sign.TabIndex = 35;
            this.btn_sign.Text = "+/-";
            this.btn_sign.Click += new System.EventHandler(this.btn_Oper);
            // 
            // btn_sub
            // 
            this.btn_sub.Font = new System.Drawing.Font("宋體", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
            this.btn_sub.ForeColor = System.Drawing.Color.Red;
            this.btn_sub.Location = new System.Drawing.Point(138, 112);
            this.btn_sub.Name = "btn_sub";
            this.btn_sub.Size = new System.Drawing.Size(36, 29);
            this.btn_sub.TabIndex = 34;
            this.btn_sub.Text = "-";
            this.btn_sub.Click += new System.EventHandler(this.btn_Oper);
            // 
            // btn_mul
            // 
            this.btn_mul.Font = new System.Drawing.Font("宋體", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
            this.btn_mul.ForeColor = System.Drawing.Color.Red;
            this.btn_mul.Location = new System.Drawing.Point(138, 80);
            this.btn_mul.Name = "btn_mul";
            this.btn_mul.Size = new System.Drawing.Size(36, 29);
            this.btn_mul.TabIndex = 33;
            this.btn_mul.Text = "*";
            this.btn_mul.Click += new System.EventHandler(this.btn_Oper);
            // 
            // btn_0
            // 
            this.btn_0.Font = new System.Drawing.Font("宋體", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
            this.btn_0.ForeColor = System.Drawing.Color.Blue;
            this.btn_0.Location = new System.Drawing.Point(18, 144);
            this.btn_0.Name = "btn_0";
            this.btn_0.Size = new System.Drawing.Size(36, 29);
            this.btn_0.TabIndex = 32;
            this.btn_0.Tag = "0";
            this.btn_0.Text = "0";
            this.btn_0.Click += new System.EventHandler(this.btn_0_Click);
            // 
            // btn_3
            // 
            this.btn_3.Font = new System.Drawing.Font("宋體", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
            this.btn_3.ForeColor = System.Drawing.Color.Blue;
            this.btn_3.Location = new System.Drawing.Point(98, 112);
            this.btn_3.Name = "btn_3";
            this.btn_3.Size = new System.Drawing.Size(36, 29);
            this.btn_3.TabIndex = 31;
            this.btn_3.Tag = "3";
            this.btn_3.Text = "3";
            this.btn_3.Click += new System.EventHandler(this.btn_0_Click);
            // 
            // btn_2
            // 
            this.btn_2.Font = new System.Drawing.Font("宋體", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
            this.btn_2.ForeColor = System.Drawing.Color.Blue;
            this.btn_2.Location = new System.Drawing.Point(58, 112);
            this.btn_2.Name = "btn_2";
            this.btn_2.Size = new System.Drawing.Size(36, 29);
            this.btn_2.TabIndex = 30;
            this.btn_2.Tag = "2";
            this.btn_2.Text = "2";
            this.btn_2.Click += new System.EventHandler(this.btn_0_Click);
            // 
            // btn_1
            // 
            this.btn_1.Font = new System.Drawing.Font("宋體", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
            this.btn_1.ForeColor = System.Drawing.Color.Blue;
            this.btn_1.Location = new System.Drawing.Point(18, 112);
            this.btn_1.Name = "btn_1";
            this.btn_1.Size = new System.Drawing.Size(36, 29);
            this.btn_1.TabIndex = 29;
            this.btn_1.Tag = "1";
            this.btn_1.Text = "1";
            this.btn_1.Click += new System.EventHandler(this.btn_0_Click);
            // 
            // btn_6
            // 
            this.btn_6.Font = new System.Drawing.Font("宋體", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
            this.btn_6.ForeColor = System.Drawing.Color.Blue;
            this.btn_6.Location = new System.Drawing.Point(98, 80);
            this.btn_6.Name = "btn_6";
            this.btn_6.Size = new System.Drawing.Size(36, 29);
            this.btn_6.TabIndex = 28;
            this.btn_6.Tag = "6";
            this.btn_6.Text = "6";
            this.btn_6.Click += new System.EventHandler(this.btn_0_Click);
            // 
            // btn_5
            // 
            this.btn_5.Font = new System.Drawing.Font("宋體", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
            this.btn_5.ForeColor = System.Drawing.Color.Blue;
            this.btn_5.Location = new System.Drawing.Point(58, 80);
            this.btn_5.Name = "btn_5";
            this.btn_5.Size = new System.Drawing.Size(36, 29);
            this.btn_5.TabIndex = 27;
            this.btn_5.Tag = "5";
            this.btn_5.Text = "5";
            this.btn_5.Click += new System.EventHandler(this.btn_0_Click);
            // 
            // btn_4

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美国产激情二区三区| 欧美一级片免费看| 自拍偷拍亚洲激情| 91久久精品日日躁夜夜躁欧美| 最新高清无码专区| 欧美专区亚洲专区| 美女视频第一区二区三区免费观看网站| 欧美日本高清视频在线观看| 久久国产福利国产秒拍| 中文字幕久久午夜不卡| 91视频一区二区三区| 亚瑟在线精品视频| 久久久国际精品| 91浏览器打开| 美女国产一区二区三区| 国产精品入口麻豆九色| 欧美性一级生活| 精品在线观看视频| 中文字幕视频一区二区三区久| 欧美性欧美巨大黑白大战| 日韩—二三区免费观看av| 久久精品夜夜夜夜久久| 日本黄色一区二区| 精品一区二区三区在线观看国产 | 国产sm精品调教视频网站| 最新高清无码专区| 欧美一区二区播放| www.66久久| 美国十次综合导航| 亚洲人成小说网站色在线| 精品国免费一区二区三区| 欧洲一区在线电影| 国产成人在线影院| 日产国产高清一区二区三区| 国产精品国产精品国产专区不片| 6080国产精品一区二区| 99re热这里只有精品视频| 老司机午夜精品99久久| 樱桃国产成人精品视频| 久久婷婷一区二区三区| 欧美日韩国产精品自在自线| 成人av电影在线| 精品一区二区三区久久久| 亚洲第一福利一区| 中文字幕中文字幕中文字幕亚洲无线| 欧美剧情片在线观看| av资源网一区| 国产精品香蕉一区二区三区| 视频一区二区三区在线| 亚洲精品久久久蜜桃| 久久精品在这里| 精品国产凹凸成av人网站| 欧美日韩一本到| 色婷婷狠狠综合| av色综合久久天堂av综合| 国产自产2019最新不卡| 蜜臂av日日欢夜夜爽一区| 风流少妇一区二区| 热久久免费视频| 亚洲图片欧美色图| 亚洲欧美国产77777| 国产精品无码永久免费888| 欧美精品一区男女天堂| 日韩三级伦理片妻子的秘密按摩| 欧美三级日韩三级国产三级| 欧美午夜在线观看| 在线亚洲+欧美+日本专区| 91在线观看地址| 色综合久久综合中文综合网| 99re在线视频这里只有精品| 成人毛片老司机大片| 成人国产亚洲欧美成人综合网 | 五月天中文字幕一区二区| 亚洲精品久久7777| 亚洲综合小说图片| 亚洲一区在线观看免费观看电影高清| 亚洲精品国产视频| 亚洲卡通动漫在线| 亚洲国产成人高清精品| 亚洲bt欧美bt精品777| 亚洲高清一区二区三区| 午夜精品久久一牛影视| 日韩国产欧美视频| 久久精品国产99久久6| 国产一区二区三区高清播放| 国产99久久久国产精品免费看| 顶级嫩模精品视频在线看| 成人免费高清视频在线观看| 99国产精品视频免费观看| 色菇凉天天综合网| 3d动漫精品啪啪1区2区免费| 欧美mv日韩mv亚洲| 日本一区二区三区国色天香| 中文字幕亚洲区| 亚洲成人一区二区| 久久99精品国产.久久久久| 国产一区二区三区四区五区美女 | 色综合久久久久网| 欧美私人免费视频| 日韩精品专区在线影院重磅| 国产欧美中文在线| 一区二区三区在线看| 青青草国产成人99久久| 粉嫩av一区二区三区粉嫩| 色域天天综合网| 欧美一级一区二区| 欧美国产综合一区二区| 亚洲一区二区av在线| 精品一二线国产| 91丨porny丨户外露出| 6080日韩午夜伦伦午夜伦| 国产欧美日韩另类视频免费观看| 亚洲精品日韩一| 国产一区激情在线| 欧美性视频一区二区三区| 久久亚洲一级片| 亚洲最大成人综合| 国产精品自拍av| 欧美精品在线视频| 国产精品久久久爽爽爽麻豆色哟哟 | 奇米在线7777在线精品| 国产高清在线精品| 欧美色精品天天在线观看视频| 久久综合久久综合久久| 夜夜嗨av一区二区三区网页| 国产主播一区二区三区| 欧美日韩一区二区三区高清| 国产精品午夜久久| 久久国产精品色婷婷| 欧美性色综合网| 国产精品国产三级国产普通话蜜臀 | 在线免费观看一区| 中文字幕 久热精品 视频在线 | 亚洲一二三四区| 国产成人精品网址| 欧美一区二区不卡视频| 亚洲一区中文在线| 成人黄色小视频在线观看| 精品国产伦一区二区三区观看体验 | 一本大道久久a久久综合| 精品国产凹凸成av人导航| 首页亚洲欧美制服丝腿| 91美女片黄在线观看91美女| 中文字幕精品一区| 激情成人午夜视频| 日韩午夜av一区| 日韩av午夜在线观看| 欧美裸体一区二区三区| 亚洲午夜激情网站| 在线影院国内精品| 樱桃国产成人精品视频| 色综合天天做天天爱| 亚洲国产激情av| 成人综合婷婷国产精品久久免费| 精品国产乱码久久久久久闺蜜 | 日本一区二区动态图| 国产一区二区精品久久| 欧美变态tickle挠乳网站| 日韩av成人高清| 欧美一级二级三级乱码| 亚洲国产精品欧美一二99| 91丨九色porny丨蝌蚪| 欧美激情综合在线| 成人视屏免费看| 欧美高清在线精品一区| 99热在这里有精品免费| 中文字幕一区免费在线观看| 成人av在线资源| 亚洲激情男女视频| 欧洲精品中文字幕| 亚洲成在人线在线播放| 亚洲人成亚洲人成在线观看图片 | 欧美精品一二三| 婷婷六月综合亚洲| 欧美一区二区精品久久911| 日韩av午夜在线观看| 欧美成人乱码一区二区三区| 国产一区免费电影| 中文字幕中文字幕在线一区| 91黄色小视频| 奇米一区二区三区av| 精品国精品国产尤物美女| 成人小视频在线| 一区二区三区在线不卡| 欧美电影一区二区| 国产一区欧美一区| 亚洲欧美日韩成人高清在线一区| 欧洲一区二区三区在线| 美女视频黄频大全不卡视频在线播放| 久久久久一区二区三区四区| 99re成人在线| 日本欧美肥老太交大片| 国产三级精品三级| 91九色最新地址| 美女www一区二区| 亚洲婷婷国产精品电影人久久| 欧美日本在线视频| 国产米奇在线777精品观看| 亚洲视频综合在线| 91麻豆精品国产91久久久久久 |