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

📄 frmmain.designer.cs

📁 我自己开发的双色球预测软件
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace cpzh
{
    partial class frmMain
    {
        /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.gbGroup3 = new System.Windows.Forms.GroupBox();
            this.cbSeed3 = new System.Windows.Forms.ComboBox();
            this.txtNo3 = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.btnSelect3 = new System.Windows.Forms.Button();
            this.gbGroup2 = new System.Windows.Forms.GroupBox();
            this.cbSeed2 = new System.Windows.Forms.ComboBox();
            this.txtNo2 = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.btnSelect2 = new System.Windows.Forms.Button();
            this.gbGroup1 = new System.Windows.Forms.GroupBox();
            this.cbSeed1 = new System.Windows.Forms.ComboBox();
            this.label2 = new System.Windows.Forms.Label();
            this.btnSelect1 = new System.Windows.Forms.Button();
            this.txtNo1 = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.btnResult = new System.Windows.Forms.Button();
            this.btnClose = new System.Windows.Forms.Button();
            this.btnShowResult = new System.Windows.Forms.Button();
            this.btnBlueBall = new System.Windows.Forms.Button();
            this.btnHistoryData = new System.Windows.Forms.Button();
            this.groupBox1.SuspendLayout();
            this.gbGroup3.SuspendLayout();
            this.gbGroup2.SuspendLayout();
            this.gbGroup1.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.gbGroup3);
            this.groupBox1.Controls.Add(this.gbGroup2);
            this.groupBox1.Controls.Add(this.gbGroup1);
            this.groupBox1.Location = new System.Drawing.Point(11, 11);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(436, 411);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "选择号码";
            this.groupBox1.Enter += new System.EventHandler(this.groupBox1_Enter);
            // 
            // gbGroup3
            // 
            this.gbGroup3.Controls.Add(this.cbSeed3);
            this.gbGroup3.Controls.Add(this.txtNo3);
            this.gbGroup3.Controls.Add(this.label6);
            this.gbGroup3.Controls.Add(this.label4);
            this.gbGroup3.Controls.Add(this.btnSelect3);
            this.gbGroup3.Location = new System.Drawing.Point(24, 294);
            this.gbGroup3.Name = "gbGroup3";
            this.gbGroup3.Size = new System.Drawing.Size(396, 105);
            this.gbGroup3.TabIndex = 2;
            this.gbGroup3.TabStop = false;
            this.gbGroup3.Text = "第三组";
            // 
            // cbSeed3
            // 
            this.cbSeed3.FormattingEnabled = true;
            this.cbSeed3.Items.AddRange(new object[] {
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6"});
            this.cbSeed3.Location = new System.Drawing.Point(88, 47);
            this.cbSeed3.Name = "cbSeed3";
            this.cbSeed3.Size = new System.Drawing.Size(42, 20);
            this.cbSeed3.TabIndex = 4;
            // 
            // txtNo3
            // 
            this.txtNo3.Location = new System.Drawing.Point(88, 17);
            this.txtNo3.Name = "txtNo3";
            this.txtNo3.ReadOnly = true;
            this.txtNo3.Size = new System.Drawing.Size(300, 21);
            this.txtNo3.TabIndex = 3;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(31, 49);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(53, 12);
            this.label6.TabIndex = 2;
            this.label6.Text = "种子数:";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(31, 17);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(53, 12);
            this.label4.TabIndex = 1;
            this.label4.Text = "号  码:";
            // 
            // btnSelect3
            // 
            this.btnSelect3.Enabled = false;
            this.btnSelect3.Location = new System.Drawing.Point(305, 72);
            this.btnSelect3.Name = "btnSelect3";
            this.btnSelect3.Size = new System.Drawing.Size(72, 27);
            this.btnSelect3.TabIndex = 0;
            this.btnSelect3.Text = "选择号码";
            this.btnSelect3.UseVisualStyleBackColor = true;
            this.btnSelect3.Click += new System.EventHandler(this.btnSelect3_Click);
            // 
            // gbGroup2
            // 
            this.gbGroup2.Controls.Add(this.cbSeed2);
            this.gbGroup2.Controls.Add(this.txtNo2);
            this.gbGroup2.Controls.Add(this.label5);
            this.gbGroup2.Controls.Add(this.label3);
            this.gbGroup2.Controls.Add(this.btnSelect2);
            this.gbGroup2.Location = new System.Drawing.Point(24, 155);
            this.gbGroup2.Name = "gbGroup2";
            this.gbGroup2.Size = new System.Drawing.Size(396, 133);
            this.gbGroup2.TabIndex = 1;
            this.gbGroup2.TabStop = false;
            this.gbGroup2.Text = "第二组";
            // 
            // cbSeed2
            // 
            this.cbSeed2.FormattingEnabled = true;
            this.cbSeed2.Location = new System.Drawing.Point(77, 69);
            this.cbSeed2.Name = "cbSeed2";
            this.cbSeed2.Size = new System.Drawing.Size(45, 20);
            this.cbSeed2.TabIndex = 4;
            this.cbSeed2.SelectedIndexChanged += new System.EventHandler(this.cbSeed2_SelectedIndexChanged);
            // 
            // txtNo2
            // 
            this.txtNo2.Location = new System.Drawing.Point(77, 21);
            this.txtNo2.Multiline = true;
            this.txtNo2.Name = "txtNo2";
            this.txtNo2.ReadOnly = true;
            this.txtNo2.Size = new System.Drawing.Size(300, 40);
            this.txtNo2.TabIndex = 3;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(20, 69);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(53, 12);
            this.label5.TabIndex = 2;
            this.label5.Text = "种子数:";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(20, 21);

⌨️ 快捷键说明

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