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

📄 form1.designer.cs

📁 使用C#实现的决策树算法实例
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.button1.Visible = false;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // comboBox5
            // 
            this.comboBox5.FormattingEnabled = true;
            this.comboBox5.Location = new System.Drawing.Point(507, 427);
            this.comboBox5.Name = "comboBox5";
            this.comboBox5.Size = new System.Drawing.Size(163, 21);
            this.comboBox5.TabIndex = 21;
            this.comboBox5.Visible = false;
            // 
            // comboBox4
            // 
            this.comboBox4.FormattingEnabled = true;
            this.comboBox4.Location = new System.Drawing.Point(507, 393);
            this.comboBox4.Name = "comboBox4";
            this.comboBox4.Size = new System.Drawing.Size(163, 21);
            this.comboBox4.TabIndex = 20;
            this.comboBox4.Visible = false;
            // 
            // comboBox3
            // 
            this.comboBox3.FormattingEnabled = true;
            this.comboBox3.Location = new System.Drawing.Point(507, 363);
            this.comboBox3.Name = "comboBox3";
            this.comboBox3.Size = new System.Drawing.Size(163, 21);
            this.comboBox3.TabIndex = 19;
            this.comboBox3.Visible = false;
            // 
            // comboBox2
            // 
            this.comboBox2.FormattingEnabled = true;
            this.comboBox2.Location = new System.Drawing.Point(507, 331);
            this.comboBox2.Name = "comboBox2";
            this.comboBox2.Size = new System.Drawing.Size(163, 21);
            this.comboBox2.TabIndex = 18;
            this.comboBox2.Visible = false;
            // 
            // cbAge
            // 
            this.cbAge.FormattingEnabled = true;
            this.cbAge.Location = new System.Drawing.Point(507, 300);
            this.cbAge.Name = "cbAge";
            this.cbAge.Size = new System.Drawing.Size(163, 21);
            this.cbAge.TabIndex = 17;
            this.cbAge.Visible = false;
            // 
            // lblBuysComputer
            // 
            this.lblBuysComputer.AutoSize = true;
            this.lblBuysComputer.Location = new System.Drawing.Point(401, 436);
            this.lblBuysComputer.Name = "lblBuysComputer";
            this.lblBuysComputer.Size = new System.Drawing.Size(75, 13);
            this.lblBuysComputer.TabIndex = 16;
            this.lblBuysComputer.Text = "BuysComputer";
            this.lblBuysComputer.Visible = false;
            // 
            // lblCredit
            // 
            this.lblCredit.AutoSize = true;
            this.lblCredit.Location = new System.Drawing.Point(411, 402);
            this.lblCredit.Name = "lblCredit";
            this.lblCredit.Size = new System.Drawing.Size(65, 13);
            this.lblCredit.TabIndex = 15;
            this.lblCredit.Text = "CreditRating";
            this.lblCredit.Visible = false;
            // 
            // lblStudent
            // 
            this.lblStudent.AutoSize = true;
            this.lblStudent.Location = new System.Drawing.Point(432, 366);
            this.lblStudent.Name = "lblStudent";
            this.lblStudent.Size = new System.Drawing.Size(44, 13);
            this.lblStudent.TabIndex = 14;
            this.lblStudent.Text = "Student";
            this.lblStudent.Visible = false;
            // 
            // lblIncome
            // 
            this.lblIncome.AutoSize = true;
            this.lblIncome.Location = new System.Drawing.Point(434, 331);
            this.lblIncome.Name = "lblIncome";
            this.lblIncome.Size = new System.Drawing.Size(42, 13);
            this.lblIncome.TabIndex = 13;
            this.lblIncome.Text = "Income";
            this.lblIncome.Visible = false;
            // 
            // lblAge
            // 
            this.lblAge.AutoSize = true;
            this.lblAge.Location = new System.Drawing.Point(450, 300);
            this.lblAge.Name = "lblAge";
            this.lblAge.Size = new System.Drawing.Size(26, 13);
            this.lblAge.TabIndex = 12;
            this.lblAge.Text = "Age";
            this.lblAge.Visible = false;
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(201, 300);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(105, 23);
            this.button2.TabIndex = 23;
            this.button2.Text = "Refresh";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(708, 526);
            this.Controls.Add(this.button2);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.comboBox5);
            this.Controls.Add(this.comboBox4);
            this.Controls.Add(this.comboBox3);
            this.Controls.Add(this.comboBox2);
            this.Controls.Add(this.cbAge);
            this.Controls.Add(this.lblBuysComputer);
            this.Controls.Add(this.lblCredit);
            this.Controls.Add(this.lblStudent);
            this.Controls.Add(this.lblIncome);
            this.Controls.Add(this.lblAge);
            this.Controls.Add(this.DecisionTree);
            this.Controls.Add(this.btnDTree);
            this.Controls.Add(this.Testdata);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.menuStrip1);
            this.MainMenuStrip = this.menuStrip1;
            this.Name = "Form1";
            this.Text = "Form1";
            this.Load += new System.EventHandler(this.Form1_Load);
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.MenuStrip menuStrip1;
        private System.Windows.Forms.ToolStripMenuItem choiseToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem infomationGainToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem gainRateToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem giniToolStripMenuItem;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.ListBox Testdata;
        private System.Windows.Forms.Button btnDTree;
        private System.Windows.Forms.ToolStripMenuItem testDateToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem inportToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem addToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem deleteToolStripMenuItem;
        private System.Windows.Forms.TreeView DecisionTree;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.ComboBox comboBox5;
        private System.Windows.Forms.ComboBox comboBox4;
        private System.Windows.Forms.ComboBox comboBox3;
        private System.Windows.Forms.ComboBox comboBox2;
        private System.Windows.Forms.ComboBox cbAge;
        private System.Windows.Forms.Label lblBuysComputer;
        private System.Windows.Forms.Label lblCredit;
        private System.Windows.Forms.Label lblStudent;
        private System.Windows.Forms.Label lblIncome;
        private System.Windows.Forms.Label lblAge;
        private System.Windows.Forms.Button button2;
    }
}

⌨️ 快捷键说明

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