?? form1.designer.cs
字號:
?namespace olsvm
{
partial class Gsvm
{
/// <summary>
/// 必需的設(shè)計器變量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的資源。
/// </summary>
/// <param name="disposing">如果應(yīng)釋放托管資源,為 true;否則為 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗體設(shè)計器生成的代碼
/// <summary>
/// 設(shè)計器支持所需的方法 - 不要
/// 使用代碼編輯器修改此方法的內(nèi)容。
/// </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 = "藍(lán)";
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 = "選擇核函數(shù)";
//
// 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;
}
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -