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

📄 form1.designer.cs

📁 svm 多类分类 输入多种色点
💻 CS
字号:
namespace olsvm
{
    partial class Gsvm
    {
        /// <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(Gsvm));
            this.toolbox = new System.Windows.Forms.ToolStrip();
            this.run = new System.Windows.Forms.ToolStripButton();
            this.clear = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.save = new System.Windows.Forms.ToolStripButton();
            this.open = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.red = new System.Windows.Forms.ToolStripButton();
            this.green = new System.Windows.Forms.ToolStripButton();
            this.blue = new System.Windows.Forms.ToolStripButton();
            this.yellow = new System.Windows.Forms.ToolStripButton();
            this.pink = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
            this.kernal = new System.Windows.Forms.ToolStripComboBox();
            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.help = new System.Windows.Forms.ToolStripButton();
            this.draw = new System.Windows.Forms.Panel();
            this.savePoint = new System.Windows.Forms.SaveFileDialog();
            this.openPoint = new System.Windows.Forms.OpenFileDialog();
            this.toolbox.SuspendLayout();
            this.SuspendLayout();
            // 
            // toolbox
            // 
            this.toolbox.ImageScalingSize = new System.Drawing.Size(20, 20);
            this.toolbox.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.run,
            this.clear,
            this.toolStripSeparator1,
            this.save,
            this.open,
            this.toolStripSeparator2,
            this.red,
            this.green,
            this.blue,
            this.yellow,
            this.pink,
            this.toolStripSeparator3,
            this.toolStripLabel1,
            this.kernal,
            this.toolStripSeparator4,
            this.help});
            this.toolbox.Location = new System.Drawing.Point(0, 0);
            this.toolbox.Name = "toolbox";
            this.toolbox.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.toolbox.Size = new System.Drawing.Size(496, 27);
            this.toolbox.TabIndex = 0;
            this.toolbox.Text = "工具条";
            // 
            // run
            // 
            this.run.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.run.Image = ((System.Drawing.Image)(resources.GetObject("run.Image")));
            this.run.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.run.Name = "run";
            this.run.Size = new System.Drawing.Size(24, 24);
            this.run.Text = "运行";
            this.run.Click += new System.EventHandler(this.run_Click);
            // 
            // clear
            // 
            this.clear.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.clear.Image = ((System.Drawing.Image)(resources.GetObject("clear.Image")));
            this.clear.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.clear.Name = "clear";
            this.clear.Size = new System.Drawing.Size(24, 24);
            this.clear.Text = "清除";
            this.clear.Click += new System.EventHandler(this.clear_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 27);
            // 
            // save
            // 
            this.save.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.save.Image = ((System.Drawing.Image)(resources.GetObject("save.Image")));
            this.save.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.save.Name = "save";
            this.save.Size = new System.Drawing.Size(24, 24);
            this.save.Text = "保存";
            this.save.Click += new System.EventHandler(this.save_Click);
            // 
            // open
            // 
            this.open.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.open.Image = ((System.Drawing.Image)(resources.GetObject("open.Image")));
            this.open.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.open.Name = "open";
            this.open.Size = new System.Drawing.Size(24, 24);
            this.open.Text = "打开";
            this.open.Click += new System.EventHandler(this.open_Click);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 27);
            // 
            // red
            // 
            this.red.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.red.Image = ((System.Drawing.Image)(resources.GetObject("red.Image")));
            this.red.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.red.Name = "red";
            this.red.Size = new System.Drawing.Size(24, 24);
            this.red.Text = "红";
            this.red.Click += new System.EventHandler(this.red_Click);
            // 
            // green
            // 
            this.green.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.green.Image = ((System.Drawing.Image)(resources.GetObject("green.Image")));
            this.green.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.green.Name = "green";
            this.green.Size = new System.Drawing.Size(24, 24);
            this.green.Text = "绿";
            this.green.Click += new System.EventHandler(this.green_Click);
            // 
            // blue
            // 
            this.blue.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.blue.Image = ((System.Drawing.Image)(resources.GetObject("blue.Image")));
            this.blue.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.blue.Name = "blue";
            this.blue.Size = new System.Drawing.Size(24, 24);
            this.blue.Text = "蓝";
            this.blue.Click += new System.EventHandler(this.blue_Click);
            // 
            // yellow
            // 
            this.yellow.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.yellow.Image = ((System.Drawing.Image)(resources.GetObject("yellow.Image")));
            this.yellow.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.yellow.Name = "yellow";
            this.yellow.Size = new System.Drawing.Size(24, 24);
            this.yellow.Text = "黄";
            this.yellow.Click += new System.EventHandler(this.yellow_Click);
            // 
            // pink
            // 
            this.pink.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.pink.Image = ((System.Drawing.Image)(resources.GetObject("pink.Image")));
            this.pink.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.pink.Name = "pink";
            this.pink.Size = new System.Drawing.Size(24, 24);
            this.pink.Text = "紫";
            this.pink.Click += new System.EventHandler(this.pink_Click);
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(6, 27);
            // 
            // toolStripLabel1
            // 
            this.toolStripLabel1.Name = "toolStripLabel1";
            this.toolStripLabel1.Size = new System.Drawing.Size(65, 24);
            this.toolStripLabel1.Text = "选择核函数";
            // 
            // kernal
            // 
            this.kernal.BackColor = System.Drawing.SystemColors.HighlightText;
            this.kernal.Items.AddRange(new object[] {
            "无核",
            "多项式核",
            "高斯核"});
            this.kernal.Name = "kernal";
            this.kernal.Size = new System.Drawing.Size(121, 27);
            this.kernal.Text = "无核";
            this.kernal.SelectedIndexChanged += new System.EventHandler(this.kernal_SelectedIndexChanged);
            // 
            // toolStripSeparator4
            // 
            this.toolStripSeparator4.Name = "toolStripSeparator4";
            this.toolStripSeparator4.Size = new System.Drawing.Size(6, 27);
            // 
            // help
            // 
            this.help.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.help.Image = ((System.Drawing.Image)(resources.GetObject("help.Image")));
            this.help.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.help.Name = "help";
            this.help.Size = new System.Drawing.Size(24, 24);
            this.help.Text = "帮助";
            // 
            // draw
            // 
            this.draw.BackColor = System.Drawing.Color.Black;
            this.draw.Cursor = System.Windows.Forms.Cursors.Cross;
            this.draw.Location = new System.Drawing.Point(0, 27);
            this.draw.Name = "draw";
            this.draw.Size = new System.Drawing.Size(500, 500);
            this.draw.TabIndex = 1;
            this.draw.MouseDown += new System.Windows.Forms.MouseEventHandler(this.draw_MouseDown);
            this.draw.Paint += new System.Windows.Forms.PaintEventHandler(this.draw_Paint);
            // 
            // savePoint
            // 
            this.savePoint.Filter = "文本文件|*.txt";
            // 
            // openPoint
            // 
            this.openPoint.Filter = "文本文件|*.txt";
            // 
            // Gsvm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(496, 520);
            this.Controls.Add(this.draw);
            this.Controls.Add(this.toolbox);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "Gsvm";
            this.Text = "色点分类";
            this.toolbox.ResumeLayout(false);
            this.toolbox.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.ToolStrip toolbox;
        private System.Windows.Forms.ToolStripButton run;
        private System.Windows.Forms.ToolStripButton clear;
        private System.Windows.Forms.Panel draw;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
        private System.Windows.Forms.ToolStripButton save;
        private System.Windows.Forms.ToolStripButton open;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
        private System.Windows.Forms.ToolStripButton red;
        private System.Windows.Forms.ToolStripButton green;
        private System.Windows.Forms.ToolStripButton blue;
        private System.Windows.Forms.ToolStripButton yellow;
        private System.Windows.Forms.ToolStripButton pink;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
        private System.Windows.Forms.ToolStripLabel toolStripLabel1;
        private System.Windows.Forms.ToolStripComboBox kernal;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
        private System.Windows.Forms.ToolStripButton help;
        private System.Windows.Forms.SaveFileDialog savePoint;
        private System.Windows.Forms.OpenFileDialog openPoint;
    }
}

⌨️ 快捷键说明

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