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

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

?? form1.designer.cs

?? 雙色球分析
?? CS
字號:
?namespace emie
{
    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.components = new System.ComponentModel.Container();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.textBox2 = new System.Windows.Forms.TextBox();
            this.textBox3 = new System.Windows.Forms.TextBox();
            this.textBox4 = new System.Windows.Forms.TextBox();
            this.textBox6 = new System.Windows.Forms.TextBox();
            this.textBox7 = new System.Windows.Forms.TextBox();
            this.textBox8 = new System.Windows.Forms.TextBox();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.button1 = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.skinEngine1 = new Sunisoft.IrisSkin.SkinEngine(((System.ComponentModel.Component)(this)));
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.textBox7);
            this.groupBox1.Controls.Add(this.textBox8);
            this.groupBox1.Controls.Add(this.textBox3);
            this.groupBox1.Controls.Add(this.textBox4);
            this.groupBox1.Controls.Add(this.textBox2);
            this.groupBox1.Controls.Add(this.textBox1);
            this.groupBox1.Font = new System.Drawing.Font("宋體", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.groupBox1.ForeColor = System.Drawing.Color.Red;
            this.groupBox1.Location = new System.Drawing.Point(12, 32);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(197, 61);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "模擬雙色球---紅球";
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(6, 23);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(24, 24);
            this.textBox1.TabIndex = 1;
            // 
            // textBox2
            // 
            this.textBox2.Location = new System.Drawing.Point(36, 23);
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new System.Drawing.Size(24, 24);
            this.textBox2.TabIndex = 2;
            // 
            // textBox3
            // 
            this.textBox3.Location = new System.Drawing.Point(96, 23);
            this.textBox3.Name = "textBox3";
            this.textBox3.Size = new System.Drawing.Size(24, 24);
            this.textBox3.TabIndex = 4;
            // 
            // textBox4
            // 
            this.textBox4.Location = new System.Drawing.Point(66, 23);
            this.textBox4.Name = "textBox4";
            this.textBox4.Size = new System.Drawing.Size(24, 24);
            this.textBox4.TabIndex = 3;
            // 
            // textBox6
            // 
            this.textBox6.Location = new System.Drawing.Point(15, 23);
            this.textBox6.Name = "textBox6";
            this.textBox6.Size = new System.Drawing.Size(24, 24);
            this.textBox6.TabIndex = 7;
            // 
            // textBox7
            // 
            this.textBox7.Location = new System.Drawing.Point(156, 23);
            this.textBox7.Name = "textBox7";
            this.textBox7.Size = new System.Drawing.Size(24, 24);
            this.textBox7.TabIndex = 6;
            // 
            // textBox8
            // 
            this.textBox8.Location = new System.Drawing.Point(126, 23);
            this.textBox8.Name = "textBox8";
            this.textBox8.Size = new System.Drawing.Size(24, 24);
            this.textBox8.TabIndex = 5;
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.textBox6);
            this.groupBox2.Font = new System.Drawing.Font("宋體", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.groupBox2.ForeColor = System.Drawing.SystemColors.Desktop;
            this.groupBox2.Location = new System.Drawing.Point(225, 32);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(55, 61);
            this.groupBox2.TabIndex = 8;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "藍球";
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(27, 109);
            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);
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(149, 109);
            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);
            // 
            // timer1
            // 
            this.timer1.Interval = 10;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // skinEngine1
            // 
            this.skinEngine1.SerialNumber = "";
            this.skinEngine1.SkinFile = null;
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(291, 145);
            this.Controls.Add(this.button2);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Name = "Form1";
            this.Text = "模擬雙色球系統";
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.TextBox textBox6;
        private System.Windows.Forms.TextBox textBox7;
        private System.Windows.Forms.TextBox textBox8;
        private System.Windows.Forms.TextBox textBox3;
        private System.Windows.Forms.TextBox textBox4;
        private System.Windows.Forms.TextBox textBox2;
        private System.Windows.Forms.TextBox textBox1;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.Button button2;
        private System.Windows.Forms.Timer timer1;
        private Sunisoft.IrisSkin.SkinEngine skinEngine1;

    }
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产午夜精品福利| 91精品国产麻豆| 国模冰冰炮一区二区| 亚洲成av人片一区二区| 亚洲人吸女人奶水| 亚洲日本va在线观看| 亚洲精品伦理在线| 一区二区三区免费观看| 亚洲一区精品在线| 亚洲1区2区3区视频| 日韩电影在线一区二区三区| 日韩成人dvd| 激情综合色播五月| 国产在线视视频有精品| 粉嫩av亚洲一区二区图片| 成人美女在线视频| 91色.com| 91精品国产91久久久久久一区二区 | 丰满少妇在线播放bd日韩电影| 国产91精品在线观看| 成人免费看视频| 欧美在线|欧美| 日韩欧美一区二区在线视频| 欧美国产日韩在线观看| 亚洲日本乱码在线观看| 日韩主播视频在线| 国产剧情一区二区三区| 在线中文字幕一区| www国产亚洲精品久久麻豆| 国产精品乱码一区二区三区软件 | 欧美高清视频不卡网| 亚洲精品一区在线观看| 国产精品少妇自拍| 亚洲成人福利片| 高清不卡在线观看av| 欧美区在线观看| 国产农村妇女毛片精品久久麻豆| 亚洲高清中文字幕| 懂色av噜噜一区二区三区av| 在线中文字幕不卡| 国产精品无遮挡| 蜜桃视频一区二区三区在线观看 | 秋霞午夜鲁丝一区二区老狼| 国产激情一区二区三区四区 | 偷窥少妇高潮呻吟av久久免费| 精品无人码麻豆乱码1区2区| 欧美午夜精品电影| 欧美国产一区在线| 国产一区久久久| 日韩一区二区电影网| 亚洲日本电影在线| 国产成人丝袜美腿| 日韩一区二区三区在线观看| 亚洲天堂久久久久久久| 国产精品1区2区3区| 欧美精品1区2区| 亚洲自拍偷拍麻豆| 99在线精品免费| 日本一区二区综合亚洲| 亚洲成人精品一区二区| 色猫猫国产区一区二在线视频| 久久精品欧美一区二区三区麻豆| 日韩激情中文字幕| 欧洲av一区二区嗯嗯嗯啊| 亚洲三级小视频| 丁香婷婷综合五月| 久久久不卡网国产精品一区| 蜜桃在线一区二区三区| 日韩一级片在线观看| 日韩av电影免费观看高清完整版| 欧美系列亚洲系列| 亚洲最新视频在线播放| 在线视频一区二区三区| 亚洲一区二区三区激情| 欧美伊人久久大香线蕉综合69 | 欧美xxx久久| 美女www一区二区| 日韩三级在线观看| 美女mm1313爽爽久久久蜜臀| 日韩欧美不卡在线观看视频| 麻豆91免费观看| 久久亚洲精华国产精华液| 国产一区不卡精品| 国产情人综合久久777777| 高清成人免费视频| 亚洲精品中文在线| 欧美视频在线观看一区二区| 亚洲成在人线免费| 日韩欧美的一区二区| 国产成人av福利| 亚洲色大成网站www久久九九| 色88888久久久久久影院按摩| 亚洲成人av在线电影| 日韩精品一区二| 国产精品88av| 亚洲综合一区二区精品导航| 欧美精品日韩一本| 国产精品一二三区| 夜夜嗨av一区二区三区中文字幕| 69久久99精品久久久久婷婷| 国模套图日韩精品一区二区| 亚洲欧美综合色| 欧美日韩一级片网站| 国产精品538一区二区在线| 亚洲青青青在线视频| 日韩欧美aaaaaa| 91同城在线观看| 美国毛片一区二区| 亚洲欧美二区三区| 日韩欧美国产午夜精品| 91网站视频在线观看| 久久国产人妖系列| 日韩美女视频一区| 精品国产乱码久久久久久免费| 大胆欧美人体老妇| 日韩制服丝袜av| 国产精品三级电影| 欧美一区二区三区啪啪| 99久久综合国产精品| 日韩av不卡在线观看| 亚洲色图在线看| 久久精品人人做人人综合 | 日韩欧美一级精品久久| 东方aⅴ免费观看久久av| 喷水一区二区三区| 亚洲精选视频免费看| 久久精品在这里| 欧美一区二区三区视频在线观看| 97久久精品人人做人人爽50路| 久久国产精品99久久久久久老狼 | 91精品国产综合久久精品app| 高清beeg欧美| 激情综合色播激情啊| 天堂在线亚洲视频| 亚洲精品午夜久久久| 中文欧美字幕免费| 日韩精品一区二区三区视频播放| 欧美日韩在线观看一区二区| 99久久精品国产精品久久| 国产精品综合视频| 国产在线精品不卡| 久久成人免费电影| 天堂在线亚洲视频| 日韩成人一区二区| 亚洲v中文字幕| 亚洲自拍偷拍麻豆| 亚洲成人一区二区| 亚洲福利视频导航| 午夜精品爽啪视频| 水野朝阳av一区二区三区| 一区二区三区美女| 亚洲一级片在线观看| 亚洲综合色成人| 亚洲一区二区欧美激情| 亚洲男帅同性gay1069| 亚洲日本va午夜在线电影| 国产精品欧美极品| 17c精品麻豆一区二区免费| 中文字幕在线不卡国产视频| 国产精品日韩成人| 亚洲私人影院在线观看| 亚洲人成人一区二区在线观看 | 免费成人av资源网| 久久丁香综合五月国产三级网站| 男人的j进女人的j一区| 国产一区二区不卡老阿姨| 国产剧情av麻豆香蕉精品| 丁香亚洲综合激情啪啪综合| 99re成人在线| 欧美一区二区三区视频在线观看| 欧美xxxx在线观看| 国产精品久久毛片av大全日韩| 国产精品美日韩| 亚洲国产欧美日韩另类综合| 青青草国产成人99久久| 国产在线播精品第三| 99久久国产综合精品女不卡| 91福利视频网站| 欧美精品一区二区在线播放| 国产精品久久久久久户外露出 | 亚洲第一福利视频在线| 蜜臀av一区二区在线免费观看| 国产一区二区三区在线观看免费| av成人动漫在线观看| 欧美精品亚洲二区| 中文一区在线播放| 午夜精品福利久久久| 国产成人精品亚洲午夜麻豆| 色噜噜狠狠成人网p站| 精品三级av在线| 亚洲品质自拍视频| 国产一区日韩二区欧美三区| 在线观看日韩高清av| 久久只精品国产| 亚洲一区免费在线观看| 国产成人精品综合在线观看 | 日韩国产一区二| 成人精品高清在线| 日韩美女天天操| 亚洲品质自拍视频|