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

📄 frmmain.designer.cs

📁 我自己开发的双色球预测软件
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(53, 12);
            this.label3.TabIndex = 1;
            this.label3.Text = "号 码:";
            // 
            // btnSelect2
            // 
            this.btnSelect2.Enabled = false;
            this.btnSelect2.Location = new System.Drawing.Point(305, 91);
            this.btnSelect2.Name = "btnSelect2";
            this.btnSelect2.Size = new System.Drawing.Size(72, 25);
            this.btnSelect2.TabIndex = 0;
            this.btnSelect2.Text = "选择号码";
            this.btnSelect2.UseVisualStyleBackColor = true;
            this.btnSelect2.Click += new System.EventHandler(this.btnSelect2_Click);
            // 
            // gbGroup1
            // 
            this.gbGroup1.Controls.Add(this.cbSeed1);
            this.gbGroup1.Controls.Add(this.label2);
            this.gbGroup1.Controls.Add(this.btnSelect1);
            this.gbGroup1.Controls.Add(this.txtNo1);
            this.gbGroup1.Controls.Add(this.label1);
            this.gbGroup1.Location = new System.Drawing.Point(24, 26);
            this.gbGroup1.Name = "gbGroup1";
            this.gbGroup1.Size = new System.Drawing.Size(396, 122);
            this.gbGroup1.TabIndex = 0;
            this.gbGroup1.TabStop = false;
            this.gbGroup1.Text = "第一组";
            // 
            // cbSeed1
            // 
            this.cbSeed1.FormattingEnabled = true;
            this.cbSeed1.Location = new System.Drawing.Point(77, 65);
            this.cbSeed1.Name = "cbSeed1";
            this.cbSeed1.Size = new System.Drawing.Size(45, 20);
            this.cbSeed1.TabIndex = 4;
            this.cbSeed1.SelectedIndexChanged += new System.EventHandler(this.cbSeed1_SelectedIndexChanged);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(20, 68);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(53, 12);
            this.label2.TabIndex = 3;
            this.label2.Text = "种子数:";
            // 
            // btnSelect1
            // 
            this.btnSelect1.Location = new System.Drawing.Point(305, 90);
            this.btnSelect1.Name = "btnSelect1";
            this.btnSelect1.Size = new System.Drawing.Size(72, 26);
            this.btnSelect1.TabIndex = 2;
            this.btnSelect1.Text = "选择号码";
            this.btnSelect1.UseVisualStyleBackColor = true;
            this.btnSelect1.Click += new System.EventHandler(this.btnSelect1_Click);
            // 
            // txtNo1
            // 
            this.txtNo1.Location = new System.Drawing.Point(77, 19);
            this.txtNo1.Multiline = true;
            this.txtNo1.Name = "txtNo1";
            this.txtNo1.ReadOnly = true;
            this.txtNo1.Size = new System.Drawing.Size(300, 40);
            this.txtNo1.TabIndex = 1;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(20, 22);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(53, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "号 码:";
            // 
            // btnResult
            // 
            this.btnResult.Location = new System.Drawing.Point(217, 428);
            this.btnResult.Name = "btnResult";
            this.btnResult.Size = new System.Drawing.Size(72, 27);
            this.btnResult.TabIndex = 1;
            this.btnResult.Text = "生成结果";
            this.btnResult.UseVisualStyleBackColor = true;
            this.btnResult.Click += new System.EventHandler(this.btnResult_Click);
            // 
            // btnClose
            // 
            this.btnClose.Location = new System.Drawing.Point(373, 428);
            this.btnClose.Name = "btnClose";
            this.btnClose.Size = new System.Drawing.Size(72, 27);
            this.btnClose.TabIndex = 2;
            this.btnClose.Text = "退 出";
            this.btnClose.UseVisualStyleBackColor = true;
            this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
            // 
            // btnShowResult
            // 
            this.btnShowResult.Enabled = false;
            this.btnShowResult.Location = new System.Drawing.Point(295, 428);
            this.btnShowResult.Name = "btnShowResult";
            this.btnShowResult.Size = new System.Drawing.Size(72, 27);
            this.btnShowResult.TabIndex = 3;
            this.btnShowResult.Text = "查看结果";
            this.btnShowResult.UseVisualStyleBackColor = true;
            this.btnShowResult.Click += new System.EventHandler(this.btnShowResult_Click);
            // 
            // btnBlueBall
            // 
            this.btnBlueBall.Location = new System.Drawing.Point(139, 428);
            this.btnBlueBall.Name = "btnBlueBall";
            this.btnBlueBall.Size = new System.Drawing.Size(72, 27);
            this.btnBlueBall.TabIndex = 4;
            this.btnBlueBall.Text = "蓝球预测";
            this.btnBlueBall.UseVisualStyleBackColor = true;
            this.btnBlueBall.Visible = false;
            this.btnBlueBall.Click += new System.EventHandler(this.btnBlueBall_Click);
            // 
            // btnHistoryData
            // 
            this.btnHistoryData.Location = new System.Drawing.Point(61, 428);
            this.btnHistoryData.Name = "btnHistoryData";
            this.btnHistoryData.Size = new System.Drawing.Size(72, 27);
            this.btnHistoryData.TabIndex = 5;
            this.btnHistoryData.Text = "历史数据";
            this.btnHistoryData.UseVisualStyleBackColor = true;
            this.btnHistoryData.Visible = false;
            this.btnHistoryData.Click += new System.EventHandler(this.btnHistoryData_Click);
            // 
            // frmMain
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(469, 461);
            this.Controls.Add(this.btnHistoryData);
            this.Controls.Add(this.btnBlueBall);
            this.Controls.Add(this.btnShowResult);
            this.Controls.Add(this.btnClose);
            this.Controls.Add(this.btnResult);
            this.Controls.Add(this.groupBox1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "frmMain";
            this.Text = "彩票组合";
            this.Load += new System.EventHandler(this.frmMain_Load);
            this.groupBox1.ResumeLayout(false);
            this.gbGroup3.ResumeLayout(false);
            this.gbGroup3.PerformLayout();
            this.gbGroup2.ResumeLayout(false);
            this.gbGroup2.PerformLayout();
            this.gbGroup1.ResumeLayout(false);
            this.gbGroup1.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.GroupBox gbGroup3;
        private System.Windows.Forms.GroupBox gbGroup2;
        private System.Windows.Forms.GroupBox gbGroup1;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Button btnSelect1;
        private System.Windows.Forms.TextBox txtNo1;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Button btnSelect3;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Button btnSelect2;
        private System.Windows.Forms.ComboBox cbSeed1;
        private System.Windows.Forms.ComboBox cbSeed3;
        private System.Windows.Forms.TextBox txtNo3;
        private System.Windows.Forms.ComboBox cbSeed2;
        private System.Windows.Forms.TextBox txtNo2;
        private System.Windows.Forms.Button btnResult;
        private System.Windows.Forms.Button btnClose;
        private System.Windows.Forms.Button btnShowResult;
        private System.Windows.Forms.Button btnBlueBall;
        private System.Windows.Forms.Button btnHistoryData;
    }
}

⌨️ 快捷键说明

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