⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmblueball.designer.cs

📁 我自己开发的双色球预测软件
💻 CS
字号:
namespace cpzh
{
    partial class frmBlueBall
    {
        /// <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()
        {
            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 = "蓝球预测";
            // 
            // 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 = "开始预测";
            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 = "本期预测结果:";
            // 
            // 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 = "上期开奖号码:";
            // 
            // 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 = "历史数据统计";
            // 
            // 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 = "统 计";
            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 = "统计最近期数:";
            // 
            // 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 = "蓝球";
            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;
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -