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

📄 frmhistoryview.designer.cs

📁 我自己开发的双色球预测软件
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace cpzh
{
    partial class frmHistoryView
    {
        /// <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.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 = "统计间隔期数";
            // 
            // 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 = "统计期数:";
            // 
            // 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 = "统计所有";
            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 = "统计当前";
            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 = "统计期数:";
            // 
            // 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 = "统 计";
            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期内出现的频率统计";
            // 
            // 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 = "导 出";
            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 = "统 计";
            this.btnStat.UseVisualStyleBackColor = true;
            this.btnStat.Click += new System.EventHandler(this.btnStat_Click);
            // 
            // mtbStatDate
            // 
            this.mtbStatDate.Location = new System.Drawing.Point(72, 14);

⌨️ 快捷键说明

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