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

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

?? frmhistoryview.designer.cs

?? 我自己開發(fā)的雙色球預(yù)測軟件
?? CS
?? 第 1 頁 / 共 2 頁
字號:
?namespace cpzh
{
    partial class frmHistoryView
    {
        /// <summary>
        /// 必需的設(shè)計器變量。
        /// </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è)計器生成的代碼

        /// <summary>
        /// 設(shè)計器支持所需的方法 - 不要
        /// 使用代碼編輯器修改此方法的內(nèi)容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.plLeft = new System.Windows.Forms.Panel();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.mtbStatNum = new System.Windows.Forms.MaskedTextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.btnStatAll = new System.Windows.Forms.Button();
            this.btnStatCur = new System.Windows.Forms.Button();
            this.cbRedNo = new System.Windows.Forms.ComboBox();
            this.label5 = new System.Windows.Forms.Label();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.mtbDateNum = new System.Windows.Forms.MaskedTextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.btnStatMap = new System.Windows.Forms.Button();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.btnEduce = new System.Windows.Forms.Button();
            this.btnStat = new System.Windows.Forms.Button();
            this.mtbStatDate = new System.Windows.Forms.MaskedTextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.btnQuery = new System.Windows.Forms.Button();
            this.mtbAnnalNum = new System.Windows.Forms.MaskedTextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.plView = new System.Windows.Forms.Panel();
            this.dgwHistoryView = new System.Windows.Forms.DataGridView();
            this.zgMain = new ZedGraph.ZedGraphControl();
            this.plChart = new System.Windows.Forms.Panel();
            this.ssStatResult = new System.Windows.Forms.StatusStrip();
            this.tsslCurValue = new System.Windows.Forms.ToolStripStatusLabel();
            this.tsslAverage = new System.Windows.Forms.ToolStripStatusLabel();
            this.tsslHitAward = new System.Windows.Forms.ToolStripStatusLabel();
            this.tsslAppear = new System.Windows.Forms.ToolStripStatusLabel();
            this.tsslAppear1 = new System.Windows.Forms.ToolStripStatusLabel();
            this.tsslCommend = new System.Windows.Forms.ToolStripStatusLabel();
            this.dgvQuery = new System.Windows.Forms.DataGridView();
            this.plLeft.SuspendLayout();
            this.groupBox4.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.plView.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgwHistoryView)).BeginInit();
            this.plChart.SuspendLayout();
            this.ssStatResult.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvQuery)).BeginInit();
            this.SuspendLayout();
            // 
            // plLeft
            // 
            this.plLeft.Controls.Add(this.groupBox4);
            this.plLeft.Controls.Add(this.groupBox3);
            this.plLeft.Controls.Add(this.groupBox2);
            this.plLeft.Controls.Add(this.groupBox1);
            this.plLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.plLeft.Location = new System.Drawing.Point(0, 0);
            this.plLeft.Name = "plLeft";
            this.plLeft.Size = new System.Drawing.Size(200, 375);
            this.plLeft.TabIndex = 0;
            // 
            // groupBox4
            // 
            this.groupBox4.Controls.Add(this.mtbStatNum);
            this.groupBox4.Controls.Add(this.label4);
            this.groupBox4.Controls.Add(this.btnStatAll);
            this.groupBox4.Controls.Add(this.btnStatCur);
            this.groupBox4.Controls.Add(this.cbRedNo);
            this.groupBox4.Controls.Add(this.label5);
            this.groupBox4.Location = new System.Drawing.Point(3, 269);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(194, 102);
            this.groupBox4.TabIndex = 4;
            this.groupBox4.TabStop = false;
            this.groupBox4.Text = "統(tǒng)計間隔期數(shù)";
            // 
            // mtbStatNum
            // 
            this.mtbStatNum.Location = new System.Drawing.Point(74, 42);
            this.mtbStatNum.Mask = "000";
            this.mtbStatNum.Name = "mtbStatNum";
            this.mtbStatNum.Size = new System.Drawing.Size(100, 21);
            this.mtbStatNum.TabIndex = 5;
            this.mtbStatNum.Text = "100";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(6, 42);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(65, 12);
            this.label4.TabIndex = 4;
            this.label4.Text = "統(tǒng)計期數(shù):";
            // 
            // btnStatAll
            // 
            this.btnStatAll.Location = new System.Drawing.Point(8, 68);
            this.btnStatAll.Name = "btnStatAll";
            this.btnStatAll.Size = new System.Drawing.Size(75, 28);
            this.btnStatAll.TabIndex = 3;
            this.btnStatAll.Text = "統(tǒng)計所有";
            this.btnStatAll.UseVisualStyleBackColor = true;
            this.btnStatAll.Click += new System.EventHandler(this.btnStatAll_Click);
            // 
            // btnStatCur
            // 
            this.btnStatCur.Location = new System.Drawing.Point(99, 68);
            this.btnStatCur.Name = "btnStatCur";
            this.btnStatCur.Size = new System.Drawing.Size(75, 28);
            this.btnStatCur.TabIndex = 2;
            this.btnStatCur.Text = "統(tǒng)計當(dāng)前";
            this.btnStatCur.UseVisualStyleBackColor = true;
            this.btnStatCur.Click += new System.EventHandler(this.btnStatCur_Click);
            // 
            // cbRedNo
            // 
            this.cbRedNo.FormattingEnabled = true;
            this.cbRedNo.Location = new System.Drawing.Point(74, 14);
            this.cbRedNo.Name = "cbRedNo";
            this.cbRedNo.Size = new System.Drawing.Size(100, 20);
            this.cbRedNo.TabIndex = 1;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(6, 17);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(65, 12);
            this.label5.TabIndex = 0;
            this.label5.Text = "紅球號碼:";
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.mtbDateNum);
            this.groupBox3.Controls.Add(this.label3);
            this.groupBox3.Controls.Add(this.btnStatMap);
            this.groupBox3.Location = new System.Drawing.Point(3, 183);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(191, 80);
            this.groupBox3.TabIndex = 3;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "獎號分布圖";
            // 
            // mtbDateNum
            // 
            this.mtbDateNum.Location = new System.Drawing.Point(72, 17);
            this.mtbDateNum.Mask = "0000";
            this.mtbDateNum.Name = "mtbDateNum";
            this.mtbDateNum.Size = new System.Drawing.Size(104, 21);
            this.mtbDateNum.TabIndex = 2;
            this.mtbDateNum.Text = "50";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(9, 20);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(65, 12);
            this.label3.TabIndex = 1;
            this.label3.Text = "統(tǒng)計期數(shù):";
            // 
            // btnStatMap
            // 
            this.btnStatMap.Location = new System.Drawing.Point(109, 47);
            this.btnStatMap.Name = "btnStatMap";
            this.btnStatMap.Size = new System.Drawing.Size(67, 28);
            this.btnStatMap.TabIndex = 0;
            this.btnStatMap.Text = "統(tǒng) 計";
            this.btnStatMap.UseVisualStyleBackColor = true;
            this.btnStatMap.Click += new System.EventHandler(this.btnStatMap_Click);
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.btnEduce);
            this.groupBox2.Controls.Add(this.btnStat);
            this.groupBox2.Controls.Add(this.mtbStatDate);
            this.groupBox2.Controls.Add(this.label2);
            this.groupBox2.Location = new System.Drawing.Point(3, 93);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(191, 84);
            this.groupBox2.TabIndex = 1;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "30期內(nèi)出現(xiàn)的頻率統(tǒng)計";
            // 
            // btnEduce
            // 
            this.btnEduce.Location = new System.Drawing.Point(28, 45);
            this.btnEduce.Name = "btnEduce";
            this.btnEduce.Size = new System.Drawing.Size(67, 28);
            this.btnEduce.TabIndex = 3;
            this.btnEduce.Text = "導(dǎo) 出";
            this.btnEduce.UseVisualStyleBackColor = true;
            this.btnEduce.Visible = false;
            // 
            // btnStat
            // 
            this.btnStat.Location = new System.Drawing.Point(109, 45);
            this.btnStat.Name = "btnStat";
            this.btnStat.Size = new System.Drawing.Size(67, 28);
            this.btnStat.TabIndex = 2;
            this.btnStat.Text = "統(tǒng) 計";
            this.btnStat.UseVisualStyleBackColor = true;
            this.btnStat.Click += new System.EventHandler(this.btnStat_Click);
            // 
            // mtbStatDate
            // 
            this.mtbStatDate.Location = new System.Drawing.Point(72, 14);

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲国产一区二区在线播放| 成人黄色在线视频| 国产精品77777竹菊影视小说| 一本久久精品一区二区| 精品国产3级a| 三级一区在线视频先锋| 99re热这里只有精品免费视频 | 亚洲欧洲综合另类| 激情文学综合丁香| 欧美丰满少妇xxxxx高潮对白| 亚洲欧洲av色图| 成人综合日日夜夜| 久久欧美一区二区| 精品制服美女久久| 欧美一区二区日韩| 天天影视涩香欲综合网| 在线这里只有精品| 日韩美女视频19| eeuss影院一区二区三区| 久久只精品国产| 韩国女主播成人在线观看| 欧美一区二区三区视频在线观看| 亚洲国产精品久久艾草纯爱| 91国模大尺度私拍在线视频| 亚洲欧美日韩综合aⅴ视频| 成人av在线电影| 国产精品色哟哟网站| 成人一级视频在线观看| 亚洲国产成人在线| 99re这里只有精品视频首页| 亚洲视频1区2区| 色999日韩国产欧美一区二区| 亚洲欧美日韩国产成人精品影院| 91日韩一区二区三区| 亚洲欧美日韩在线| 欧美性色欧美a在线播放| 亚洲一区二三区| 欧美日韩成人一区二区| 日韩高清中文字幕一区| 日韩欧美一区二区久久婷婷| 激情综合色播五月| 日本一区二区三区在线观看| 99视频一区二区三区| 亚洲精品日韩专区silk| 欧美日韩一区二区三区在线看| 天天综合网 天天综合色| 日韩区在线观看| 国产米奇在线777精品观看| 国产三级欧美三级日产三级99| 国产福利精品导航| 亚洲人123区| 91麻豆精品国产91久久久资源速度| 日本不卡中文字幕| 日本一区二区视频在线| 在线一区二区三区四区五区| 日日夜夜免费精品视频| 久久综合九色综合97婷婷女人 | 久久综合久久综合久久综合| 高清成人在线观看| 亚洲男人的天堂在线观看| 777亚洲妇女| 高清不卡一区二区| 亚洲一区av在线| 久久这里只有精品6| 91女神在线视频| 免费久久99精品国产| 国产亚洲女人久久久久毛片| 91黄色小视频| 韩国精品免费视频| 亚洲一区二区三区四区在线免费观看 | 日产欧产美韩系列久久99| 久久亚洲欧美国产精品乐播 | 一区二区在线电影| 欧美成人乱码一区二区三区| 99久久精品免费看国产| 免费成人在线播放| 中文字幕一区二区三区av | 欧美色男人天堂| 国产精品一区二区免费不卡| 亚洲一区在线免费观看| 久久久综合激的五月天| 欧美顶级少妇做爰| av动漫一区二区| 国产一区91精品张津瑜| 日韩中文字幕不卡| 最近中文字幕一区二区三区| 久久久亚洲精品石原莉奈| 欧美日韩国产影片| 91网址在线看| 成人少妇影院yyyy| 国产麻豆视频一区二区| 日韩av中文在线观看| 亚洲男人的天堂一区二区| 国产网站一区二区三区| 欧美成人aa大片| 欧美高清一级片在线| 色综合婷婷久久| 粉嫩av一区二区三区| 狠狠色丁香久久婷婷综合丁香| 日日欢夜夜爽一区| 一区二区三区精品在线观看| 亚洲国产精品99久久久久久久久| 欧美mv和日韩mv的网站| 日韩一区二区影院| 6080国产精品一区二区| 欧美日韩另类一区| 欧洲精品一区二区三区在线观看| 91在线观看高清| 成人av在线播放网站| 成人高清伦理免费影院在线观看| 国内精品写真在线观看| 麻豆成人在线观看| 久久www免费人成看片高清| 麻豆国产欧美日韩综合精品二区 | 精品一区二区久久| 久久福利视频一区二区| 九色|91porny| 国产精品综合在线视频| 福利91精品一区二区三区| 国产丶欧美丶日本不卡视频| 国产电影一区在线| 成人av在线网| 在线视频观看一区| 5858s免费视频成人| 日韩一区二区三免费高清| 欧美v国产在线一区二区三区| 精品剧情在线观看| 国产欧美一区二区三区在线老狼 | 99这里只有久久精品视频| 99精品在线免费| 欧美性感一类影片在线播放| 欧美性极品少妇| 精品卡一卡二卡三卡四在线| 国产丝袜美腿一区二区三区| 亚洲欧洲日韩综合一区二区| 亚洲成人综合在线| 美女爽到高潮91| 成人黄色国产精品网站大全在线免费观看 | 日本高清无吗v一区| 欧美二区三区91| 国产日韩欧美不卡| 一区二区三区中文免费| 青青草一区二区三区| 国产曰批免费观看久久久| 成人av资源在线观看| 欧美丰满美乳xxx高潮www| 久久免费视频一区| 亚洲欧美国产77777| 日韩电影在线一区| 国产ts人妖一区二区| 欧美欧美欧美欧美| 欧美韩国日本一区| 日韩av一区二| 99精品国产99久久久久久白柏| 欧美一区二区三区性视频| 国产精品嫩草99a| 天堂成人国产精品一区| 成人三级伦理片| 欧美成人vps| 亚洲一区在线电影| 国产91对白在线观看九色| 欧美日韩激情一区| 国产精品免费视频网站| 蜜桃一区二区三区在线观看| 91视频免费观看| 久久久夜色精品亚洲| 亚洲成人av一区二区| 白白色 亚洲乱淫| 久久蜜桃一区二区| 婷婷丁香久久五月婷婷| 色嗨嗨av一区二区三区| 久久精品亚洲一区二区三区浴池| 亚瑟在线精品视频| 色综合久久久久网| 亚洲国产高清在线| 国产乱码精品1区2区3区| 欧美一区二区三区男人的天堂| 亚洲女同女同女同女同女同69| 国产乱子伦视频一区二区三区| 欧美日韩免费电影| 亚洲一区自拍偷拍| 色播五月激情综合网| 成人免费小视频| 成人深夜在线观看| 国产欧美一区二区精品秋霞影院| 精品一区二区三区欧美| 在线不卡中文字幕播放| 亚洲影院免费观看| 日本韩国欧美三级| 亚洲精品国产无天堂网2021| 99久久婷婷国产综合精品电影 | 国产精品一区二区久激情瑜伽| 日韩一区二区在线看| 蜜桃精品视频在线| 日韩丝袜情趣美女图片| 日本网站在线观看一区二区三区| 欧美日韩免费一区二区三区视频| 亚洲精品欧美综合四区| 欧美日韩精品一区视频| 丝袜国产日韩另类美女|