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

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

?? frmblueball.designer.cs

?? 我自己開發(fā)的雙色球預(yù)測(cè)軟件
?? CS
字號(hào):
?namespace cpzh
{
    partial class frmBlueBall
    {
        /// <summary>
        /// 必需的設(shè)計(jì)器變量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的資源。
        /// </summary>
        /// <param name="disposing">如果應(yīng)釋放托管資源,為 true;否則為 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗體設(shè)計(jì)器生成的代碼

        /// <summary>
        /// 設(shè)計(jì)器支持所需的方法 - 不要
        /// 使用代碼編輯器修改此方法的內(nèi)容。
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.txtForecastNo = new System.Windows.Forms.TextBox();
            this.btnForecast = new System.Windows.Forms.Button();
            this.label2 = new System.Windows.Forms.Label();
            this.cbBlueBallNo = new System.Windows.Forms.ComboBox();
            this.label1 = new System.Windows.Forms.Label();
            this.btnClose = new System.Windows.Forms.Button();
            this.panel1 = new System.Windows.Forms.Panel();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.btnStat = new System.Windows.Forms.Button();
            this.btnAll = new System.Windows.Forms.Button();
            this.btnOneYear = new System.Windows.Forms.Button();
            this.btn100 = new System.Windows.Forms.Button();
            this.btn50 = new System.Windows.Forms.Button();
            this.mtbDateNum = new System.Windows.Forms.MaskedTextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.panel2 = new System.Windows.Forms.Panel();
            this.dgvHistoryView = new System.Windows.Forms.DataGridView();
            this.groupBox1.SuspendLayout();
            this.panel1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.panel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvHistoryView)).BeginInit();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.txtForecastNo);
            this.groupBox1.Controls.Add(this.btnForecast);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.cbBlueBallNo);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Location = new System.Drawing.Point(3, 159);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(192, 137);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "藍(lán)球預(yù)測(cè)";
            // 
            // txtForecastNo
            // 
            this.txtForecastNo.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
            this.txtForecastNo.ForeColor = System.Drawing.Color.Blue;
            this.txtForecastNo.Location = new System.Drawing.Point(14, 69);
            this.txtForecastNo.Name = "txtForecastNo";
            this.txtForecastNo.ReadOnly = true;
            this.txtForecastNo.Size = new System.Drawing.Size(168, 21);
            this.txtForecastNo.TabIndex = 3;
            this.txtForecastNo.TextChanged += new System.EventHandler(this.txtForecastNo_TextChanged);
            // 
            // btnForecast
            // 
            this.btnForecast.Location = new System.Drawing.Point(106, 98);
            this.btnForecast.Name = "btnForecast";
            this.btnForecast.Size = new System.Drawing.Size(75, 31);
            this.btnForecast.TabIndex = 1;
            this.btnForecast.Text = "開始預(yù)測(cè)";
            this.btnForecast.UseVisualStyleBackColor = true;
            this.btnForecast.Click += new System.EventHandler(this.btnForecast_Click);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(12, 46);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(89, 12);
            this.label2.TabIndex = 2;
            this.label2.Text = "本期預(yù)測(cè)結(jié)果:";
            // 
            // cbBlueBallNo
            // 
            this.cbBlueBallNo.FormattingEnabled = true;
            this.cbBlueBallNo.Location = new System.Drawing.Point(107, 20);
            this.cbBlueBallNo.Name = "cbBlueBallNo";
            this.cbBlueBallNo.Size = new System.Drawing.Size(75, 20);
            this.cbBlueBallNo.TabIndex = 1;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(12, 23);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(89, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "上期開獎(jiǎng)號(hào)碼:";
            // 
            // btnClose
            // 
            this.btnClose.Location = new System.Drawing.Point(107, 302);
            this.btnClose.Name = "btnClose";
            this.btnClose.Size = new System.Drawing.Size(75, 31);
            this.btnClose.TabIndex = 2;
            this.btnClose.Text = "退 出";
            this.btnClose.UseVisualStyleBackColor = true;
            this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.groupBox2);
            this.panel1.Controls.Add(this.groupBox1);
            this.panel1.Controls.Add(this.btnClose);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(200, 373);
            this.panel1.TabIndex = 3;
            this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.btnStat);
            this.groupBox2.Controls.Add(this.btnAll);
            this.groupBox2.Controls.Add(this.btnOneYear);
            this.groupBox2.Controls.Add(this.btn100);
            this.groupBox2.Controls.Add(this.btn50);
            this.groupBox2.Controls.Add(this.mtbDateNum);
            this.groupBox2.Controls.Add(this.label3);
            this.groupBox2.Location = new System.Drawing.Point(2, 3);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(193, 150);
            this.groupBox2.TabIndex = 3;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "歷史數(shù)據(jù)統(tǒng)計(jì)";
            // 
            // btnStat
            // 
            this.btnStat.Location = new System.Drawing.Point(101, 113);
            this.btnStat.Name = "btnStat";
            this.btnStat.Size = new System.Drawing.Size(87, 31);
            this.btnStat.TabIndex = 6;
            this.btnStat.Text = "統(tǒng) 計(jì)";
            this.btnStat.UseVisualStyleBackColor = true;
            this.btnStat.Click += new System.EventHandler(this.btnStat_Click);
            // 
            // btnAll
            // 
            this.btnAll.Location = new System.Drawing.Point(101, 51);
            this.btnAll.Name = "btnAll";
            this.btnAll.Size = new System.Drawing.Size(87, 31);
            this.btnAll.TabIndex = 5;
            this.btnAll.Text = "所 有";
            this.btnAll.UseVisualStyleBackColor = true;
            this.btnAll.Click += new System.EventHandler(this.btnAll_Click);
            // 
            // btnOneYear
            // 
            this.btnOneYear.Location = new System.Drawing.Point(9, 51);
            this.btnOneYear.Name = "btnOneYear";
            this.btnOneYear.Size = new System.Drawing.Size(87, 31);
            this.btnOneYear.TabIndex = 4;
            this.btnOneYear.Text = "近150期";
            this.btnOneYear.UseVisualStyleBackColor = true;
            this.btnOneYear.Click += new System.EventHandler(this.btnOneYear_Click);
            // 
            // btn100
            // 
            this.btn100.Location = new System.Drawing.Point(101, 18);
            this.btn100.Name = "btn100";
            this.btn100.Size = new System.Drawing.Size(87, 31);
            this.btn100.TabIndex = 3;
            this.btn100.Text = "近100期";
            this.btn100.UseVisualStyleBackColor = true;
            this.btn100.Click += new System.EventHandler(this.btn100_Click);
            // 
            // btn50
            // 
            this.btn50.Location = new System.Drawing.Point(9, 18);
            this.btn50.Name = "btn50";
            this.btn50.Size = new System.Drawing.Size(87, 31);
            this.btn50.TabIndex = 2;
            this.btn50.Text = "近50期";
            this.btn50.UseVisualStyleBackColor = true;
            this.btn50.Click += new System.EventHandler(this.btn50_Click);
            // 
            // mtbDateNum
            // 
            this.mtbDateNum.Location = new System.Drawing.Point(102, 86);
            this.mtbDateNum.Mask = "0000";
            this.mtbDateNum.Name = "mtbDateNum";
            this.mtbDateNum.Size = new System.Drawing.Size(86, 21);
            this.mtbDateNum.TabIndex = 1;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(7, 89);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(89, 12);
            this.label3.TabIndex = 0;
            this.label3.Text = "統(tǒng)計(jì)最近期數(shù):";
            // 
            // panel2
            // 
            this.panel2.Controls.Add(this.dgvHistoryView);
            this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel2.Location = new System.Drawing.Point(200, 0);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(452, 373);
            this.panel2.TabIndex = 4;
            // 
            // dgvHistoryView
            // 
            this.dgvHistoryView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvHistoryView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dgvHistoryView.Location = new System.Drawing.Point(0, 0);
            this.dgvHistoryView.Name = "dgvHistoryView";
            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle1.ForeColor = System.Drawing.Color.Silver;
            this.dgvHistoryView.RowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dgvHistoryView.RowTemplate.Height = 23;
            this.dgvHistoryView.Size = new System.Drawing.Size(452, 373);
            this.dgvHistoryView.TabIndex = 0;
            // 
            // frmBlueBall
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(652, 373);
            this.Controls.Add(this.panel2);
            this.Controls.Add(this.panel1);
            this.Name = "frmBlueBall";
            this.Text = "藍(lán)球";
            this.Load += new System.EventHandler(this.frmBlueBall_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.panel1.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dgvHistoryView)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.ComboBox cbBlueBallNo;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Button btnForecast;
        private System.Windows.Forms.TextBox txtForecastNo;
        private System.Windows.Forms.Button btnClose;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.Panel panel2;
        private System.Windows.Forms.MaskedTextBox mtbDateNum;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Button btnStat;
        private System.Windows.Forms.Button btnAll;
        private System.Windows.Forms.Button btnOneYear;
        private System.Windows.Forms.Button btn100;
        private System.Windows.Forms.Button btn50;
        private System.Windows.Forms.DataGridView dgvHistoryView;
    }
}

?? 快捷鍵說(shuō)明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美亚洲日本国产| 这里是久久伊人| 香港成人在线视频| 国产三区在线成人av| 欧美日韩国产123区| 国产丶欧美丶日本不卡视频| 天天综合网天天综合色| 亚洲国产精品成人综合| 日韩欧美在线一区二区三区| 91婷婷韩国欧美一区二区| 久久精品国产久精国产| 亚洲主播在线观看| 国产精品美女久久福利网站| 精品国产精品网麻豆系列| 欧美午夜精品久久久久久孕妇| 国产黄人亚洲片| 美腿丝袜亚洲一区| 亚洲大型综合色站| 亚洲蜜臀av乱码久久精品| 国产清纯白嫩初高生在线观看91| 欧美喷潮久久久xxxxx| 色综合视频在线观看| 国产999精品久久久久久| 黑人巨大精品欧美一区| 男女激情视频一区| 日日嗨av一区二区三区四区| 亚洲制服丝袜在线| 亚洲欧美一区二区不卡| 中文字幕一区二区三区精华液 | 色婷婷激情综合| 国产ts人妖一区二区| 国产乱码精品一区二区三区忘忧草| 亚洲高清久久久| 亚洲国产精品影院| 一区二区三区加勒比av| 亚洲精品欧美综合四区| 亚洲人午夜精品天堂一二香蕉| 国产免费成人在线视频| 国产精品私房写真福利视频| 欧美精品一区二区三区在线| 日韩西西人体444www| 91精品在线免费观看| 欧美狂野另类xxxxoooo| 欧美精品自拍偷拍动漫精品| 欧美一区二区三区在线观看| 制服丝袜av成人在线看| 在线播放91灌醉迷j高跟美女| 国产精品家庭影院| 国产精品婷婷午夜在线观看| 国产精品天天摸av网| 国产精品白丝在线| 日韩理论电影院| 亚洲一区视频在线观看视频| 亚洲亚洲人成综合网络| 午夜私人影院久久久久| 青青草视频一区| 精品一区二区免费| 国产麻豆精品久久一二三| 国产91精品露脸国语对白| 菠萝蜜视频在线观看一区| 日本高清不卡一区| 欧美日韩国产美女| 欧美大白屁股肥臀xxxxxx| 26uuu亚洲综合色| 国产精品久久综合| 一区二区三区免费网站| 日韩和的一区二区| 韩国av一区二区三区四区 | 不卡一卡二卡三乱码免费网站| 国产91在线观看丝袜| 成人av高清在线| 欧美日韩国产另类一区| 日韩欧美电影在线| 国产精品伦一区| 性做久久久久久久免费看| 精品亚洲国内自在自线福利| 成人午夜电影网站| 欧洲视频一区二区| 亚洲国产三级在线| 极品销魂美女一区二区三区| 波多野结衣的一区二区三区| 欧美亚洲高清一区| 久久欧美一区二区| 亚洲一区二区三区在线看| 国产在线国偷精品产拍免费yy| 成人av影视在线观看| 欧美一区二区在线看| 中文字幕一区二区不卡| 蜜臀久久久99精品久久久久久| 大桥未久av一区二区三区中文| 欧美日韩色综合| 久久久国际精品| 三级欧美韩日大片在线看| 成人网在线免费视频| 日韩三级视频在线观看| 亚洲私人黄色宅男| 久久草av在线| 91久久一区二区| 国产欧美一区二区三区网站| 三级精品在线观看| 91麻豆swag| 久久九九影视网| 日韩国产一二三区| 色婷婷国产精品| 欧美国产在线观看| 麻豆国产精品一区二区三区 | 国产成人av在线影院| 欧美日韩激情一区二区| 国产精品久久久久久久浪潮网站| 理论电影国产精品| 欧美区视频在线观看| 亚洲欧美电影一区二区| 丁香六月综合激情| 精品美女一区二区| 日韩激情中文字幕| 欧美伊人久久大香线蕉综合69| 中文字幕精品一区二区三区精品| 免费精品99久久国产综合精品| 欧美亚洲愉拍一区二区| 日韩美女视频19| 成人av影院在线| 国产精品热久久久久夜色精品三区| 久久精品国产成人一区二区三区 | 亚洲精品一区二区三区四区高清| 午夜精品福利一区二区三区av | 久久免费午夜影院| 久久国产夜色精品鲁鲁99| 91精品国产一区二区三区香蕉| 亚洲一区二区三区四区在线免费观看 | 国产综合色在线视频区| 欧美一区二区三区四区在线观看 | 美女视频黄a大片欧美| 欧美美女bb生活片| 亚洲18色成人| 欧美日韩激情一区二区三区| 亚洲精品日韩综合观看成人91| 91免费看片在线观看| 日韩理论片网站| 91黄色免费观看| 亚洲国产成人av网| 欧美日韩国产综合视频在线观看| 亚洲成人综合网站| 制服丝袜亚洲精品中文字幕| 日本中文字幕一区二区有限公司| 日韩一级免费观看| 狠狠久久亚洲欧美| 久久久久久久久久看片| 国产成人在线视频网站| 国产精品日日摸夜夜摸av| caoporm超碰国产精品| 亚洲欧洲综合另类| 欧美网站一区二区| 日韩国产精品91| 26uuu久久天堂性欧美| 国产福利精品导航| 中文字幕在线不卡视频| 色8久久人人97超碰香蕉987| 色婷婷亚洲婷婷| 五月天欧美精品| 欧美一区二区三区精品| 国产一区二区三区免费看| 中文字幕av一区二区三区高| 一本大道久久a久久精二百| 图片区日韩欧美亚洲| 精品欧美乱码久久久久久| 成人亚洲精品久久久久软件| 一区二区三区影院| 日韩欧美国产综合在线一区二区三区 | 一区二区三区在线免费观看| 欧美精选在线播放| 国内外精品视频| 亚洲日本免费电影| 欧美一区二区三区精品| 懂色一区二区三区免费观看| 亚洲最色的网站| 精品裸体舞一区二区三区| 91网站在线播放| 日韩成人午夜电影| 国产精品乱码人人做人人爱 | 在线成人av网站| 国产成人免费视频网站高清观看视频| 自拍偷在线精品自拍偷无码专区| 777久久久精品| 成人在线视频一区| 视频一区二区不卡| 中文字幕制服丝袜一区二区三区| 欧美日韩国产美| 成人app在线| 蜜臀av一区二区在线观看| 专区另类欧美日韩| 欧美大胆一级视频| 欧美在线观看视频一区二区| 国产自产v一区二区三区c| 亚洲精品国产一区二区三区四区在线 | 亚洲精品一区二区三区在线观看 | 在线观看91视频| 国产精品18久久久久| 午夜视频在线观看一区二区| 国产精品免费视频观看| 精品乱人伦小说|