namespace WindowsFormsApplication1
{
partial class Form1
{
/// <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()
{
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.填充算法ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.扫描线算法ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.演示模式ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.标准模式ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.种子填充算法ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.标准模式ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.清除ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.picFillColorSeed = new System.Windows.Forms.PictureBox();
this.picPencilColor = new System.Windows.Forms.PictureBox();
this.label5 = new System.Windows.Forms.Label();
this.lb = new System.Windows.Forms.Label();
this.btnYouqi = new System.Windows.Forms.Button();
this.btnPencil = new System.Windows.Forms.Button();
this.picPointColor = new System.Windows.Forms.PictureBox();
this.label2 = new System.Windows.Forms.Label();
this.picFillColor = new System.Windows.Forms.PictureBox();
this.picEdgeColor = new System.Windows.Forms.PictureBox();
this.label6 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.btnFillPolygon = new System.Windows.Forms.Button();
this.btnCreatePolygon = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.CurPostextBox = new System.Windows.Forms.TextBox();
this.colorDialog1 = new System.Windows.Forms.ColorDialog();
this.lcdEmulator_SE1 = new LCDEmulator_SE.LCDEmulator_SE();
this.menuStrip1.SuspendLayout();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.picFillColorSeed)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picPencilColor)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picPointColor)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picFillColor)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picEdgeColor)).BeginInit();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.填充算法ToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(719, 25);
this.menuStrip1.TabIndex = 1;
this.menuStrip1.Text = "menuStrip1";
//
// 填充算法ToolStripMenuItem
//
this.填充算法ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.扫描线算法ToolStripMenuItem,
this.种子填充算法ToolStripMenuItem,
this.清除ToolStripMenuItem});
this.填充算法ToolStripMenuItem.Name = "填充算法ToolStripMenuItem";
this.填充算法ToolStripMenuItem.Size = new System.Drawing.Size(68, 21);
this.填充算法ToolStripMenuItem.Text = "填充算法";
//
// 扫描线算法ToolStripMenuItem
//
this.扫描线算法ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.演示模式ToolStripMenuItem,
this.标准模式ToolStripMenuItem});
this.扫描线算法ToolStripMenuItem.Name = "扫描线算法ToolStripMenuItem";
this.扫描线算法ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.扫描线算法ToolStripMenuItem.Text = "矢量填充";
//
// 演示模式ToolStripMenuItem
//
this.演示模式ToolStripMenuItem.Name = "演示模式ToolStripMenuItem";
this.演示模式ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
this.演示模式ToolStripMenuItem.Text = "演示模式";
this.演示模式ToolStripMenuItem.Click += new System.EventHandler(this.演示模式ToolStripMenuItem_Click);
//
// 标准模式ToolStripMenuItem
//
this.标准模式ToolStripMenuItem.Name = "标准模式ToolStripMenuItem";
this.标准模式ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
this.标准模式ToolStripMenuItem.Text = "标准模式";
this.标准模式ToolStripMenuItem.Click += new System.EventHandler(this.标准模式ToolStripMenuItem_Click);
//
// 种子填充算法ToolStripMenuItem
//
this.种子填充算法ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.标准模式ToolStripMenuItem1});
this.种子填充算法ToolStripMenuItem.Name = "种子填充算法ToolStripMenuItem";
this.种子填充算法ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.种子填充算法ToolStripMenuItem.Text = "区域填充";
//
// 标准模式ToolStripMenuItem1
//
this.标准模式ToolStripMenuItem1.Name = "标准模式ToolStripMenuItem1";
this.标准模式ToolStripMenuItem1.Size = new System.Drawing.Size(124, 22);
this.标准模式ToolStripMenuItem1.Text = "标准模式";
this.标准模式ToolStripMenuItem1.Click += new System.EventHandler(this.标准模式ToolStripMenuItem1_Click);
//
// 清除ToolStripMenuItem
//
this.清除ToolStripMenuItem.Name = "清除ToolStripMenuItem";
this.清除ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
this.清除ToolStripMenuItem.Text = "清除";
this.清除ToolStripMenuItem.Click += new System.EventHandler(this.清除ToolStripMenuItem_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.picPointColor);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.picFillColor);
this.groupBox1.Controls.Add(this.picEdgeColor);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.btnFillPolygon);
this.groupBox1.Controls.Add(this.btnCreatePolygon);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.CurPostextBox);
this.groupBox1.Location = new System.Drawing.Point(526, 34);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(167, 364);
this.groupBox1.TabIndex = 2;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "填充控制区";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.picFillColorSeed);
this.groupBox2.Controls.Add(this.picPencilColor);
this.groupBox2.Controls.Add(this.label5);
this.groupBox2.Controls.Add(this.lb);
this.groupBox2.Controls.Add(this.btnYouqi);
this.groupBox2.Controls.Add(this.btnPencil);
this.groupBox2.Location = new System.Drawing.Point(526, 34);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(167, 364);
this.groupBox2.TabIndex = 15;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "填充控制区";
this.groupBox2.Visible = false;
//
// picFillColorSeed
//
this.picFillColorSeed.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.picFillColorSeed.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.picFillColorSeed.Location = new System.Drawing.Point(22, 300);
this.picFillColorSeed.Name = "picFillColorSeed";
this.picFillColorSeed.Size = new System.Drawing.Size(39, 39);
this.picFillColorSeed.TabIndex = 7;
this.picFillColorSeed.TabStop = false;
this.picFillColorSeed.Click += new System.EventHandler(this.picFillColorSeed_Click);
//
// picPencilColor
//
this.picPencilColor.BackColor = System.Drawing.Color.Black;
this.picPencilColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.picPencilColor.Location = new System.Drawing.Point(22, 227);
this.picPencilColor.Name = "picPencilColor";
this.picPencilColor.Size = new System.Drawing.Size(39, 39);
this.picPencilColor.TabIndex = 6;
this.picPencilColor.TabStop = false;
this.picPencilColor.Click += new System.EventHandler(this.picPencilColor_Click);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(20, 282);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 5;
this.label5.Text = "填充颜色";
//
// lb
//
this.lb.AutoSize = true;
this.lb.Location = new System.Drawing.Point(22, 212);
this.lb.Name = "lb";
this.lb.Size = new System.Drawing.Size(53, 12);
this.lb.TabIndex = 4;
this.lb.Text = "画笔颜色";
//
// btnYouqi
//
this.btnYouqi.BackgroundImage = global::WindowsFormsApplication1.Properties.Resources.youqitong;
this.btnYouqi.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.btnYouqi.Location = new System.Drawing.Point(22, 127);
this.btnYouqi.Name = "btnYouqi";
this.btnYouqi.Size = new System.Drawing.Size(75, 68);
this.btnYouqi.TabIndex = 3;
this.btnYouqi.UseVisualStyleBackColor = true;
this.btnYouqi.Click += new System.EventHandler(this.btnYouqi_Click);
//
// btnPencil
//
this.btnPencil.BackgroundImage = global::WindowsFormsApplication1.Properties.Resources.pencil;
this.btnPencil.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.btnPencil.Location = new System.Drawing.Point(22, 39);
this.btnPencil.Name = "btnPencil";
this.btnPencil.Size = new System.Drawing.Size(75, 68);
this.btnPencil.TabIndex = 2;
this.btnPencil.UseVisualStyleBackColor = true;
this.btnPencil.Click += new System.EventHandler(this.btnPencil_Click);
//
// picPointColor
//
this.picPointColor.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
this.picPointColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.picPointColor.Location = new System.Drawing.Point(22, 315);
this.picPointColor.Name = "picPointColor";
this.picPointColor.Size = new System.Drawing.Size(28, 28);
this.picPointColor.TabIndex = 14;
this.picPointColor.TabStop = false;
this.picPointColor.Click += new System.EventHandler(this.picPointColor_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(20, 300);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 13;
this.label2.Text = "点的颜色";
//
// picFillColor
//
this.picFillColor.BackColor = System.Drawing.Color.Red;
this.picFillColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.picFillColor.Location = new System.Drawing.Point(22, 257);
this.picFillColor.Name = "picFillColor";
this.picFillColor.Size = new System.Drawing.Size(28, 28);
this.picFillColor.TabIndex = 12;
this.picFillColor.TabStop = false;
this.picFillColor.Click += new System.EventHandler(this.picFillColor_Click);
//
// picEdgeColor
//
this.picEdgeColor.BackColor = System.Drawing.Color.Black;
this.picEdgeColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.picEdgeColor.Location = new System.Drawing.Point(22, 197);
this.picEdgeColor.Name = "picEdgeColor";
this.picEdgeColor.Size = new System.Drawing.Size(28, 28);
this.picEdgeColor.TabIndex = 11;
this.picEdgeColor.TabStop = false;
this.picEdgeColor.Click += new System.EventHandler(this.picEdgeColor_Click);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(20, 242);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(53, 12);
this.label6.TabIndex = 10;
this.label6.Text = "填充颜色";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(20, 182);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 8;
this.label4.Text = "边的颜色";
//
// btnFillPolygon
//
this.btnFillPolygon.Enabled = false;
this.btnFillPolygon.Location = new System.Drawing.Point(22, 137);
this.btnFillPolygon.Name = "btnFillPolygon";
this.btnFillPolygon.Size = new System.Drawing.Size(125, 25);
this.btnFillPolygon.TabIndex = 3;
this.btnFillPolygon.Text = "填充多边形";
this.btnFillPolygon.UseVisualStyleBackColor = true;
this.btnFillPolygon.Click += new System.EventHandler(this.btnFillPolygon_Click);
//
// btnCreatePolygon
//
this.btnCreatePolygon.Location = new System.Drawing.Point(22, 106);
this.btnCreatePolygon.Name = "btnCreatePolygon";
this.btnCreatePolygon.Size = new System.Drawing.Size(125, 25);
this.btnCreatePolygon.TabIndex = 2;
this.btnCreatePolygon.Text = "构造多边形";
this.btnCreatePolygon.UseVisualStyleBackColor = true;
this.btnCreatePolygon.Click += new System.EventHandler(this.btnCreatePolygon_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(20, 39);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 1;
this.label1.Text = "当前位置";
//
// CurPostextBox
//
this.CurPostextBox.Enabled = false;
this.CurPostextBox.Location = new System.Drawing.Point(22, 54);
this.CurPostextBox.Name = "CurPostextBox";
this.CurPostextBox.Size = new System.Drawing.Size(125, 21);
this.CurPostextBox.TabIndex = 0;
this.CurPostextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// lcdEmulator_SE1
//
this.lcdEmulator_SE1.BackColor = System.Drawing.Color.White;
this.lcdEmulator_SE1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lcdEmulator_SE1.Location = new System.Drawing.Point(12, 28);
this.lcdEmulator_SE1.Name = "lcdEmulator_SE1";
this.lcdEmulator_SE1.Size = new System.Drawing.Size(500, 500);
this.lcdEmulator_SE1.TabIndex = 3;
this.lcdEmulator_SE1.Load += new System.EventHandler(this.lcdEmulator_SE1_Load);
this.lcdEmulator_SE1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.lcdEmulator_SE1_MouseMove);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(719, 545);
this.Controls.Add(this.lcdEmulator_SE1);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.menuStrip1);
this.Controls.Add(this.groupBox2);
this.MainMenuStrip = this.menuStrip1;
this.Name = "Form1";
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.picFillColorSeed)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picPencilColor)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picPointColor)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picFillColor)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picEdgeColor)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem 填充算法ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 扫描线算法ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 演示模式ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 标准模式ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 种子填充算法ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 标准模式ToolStripMenuItem1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox CurPostextBox;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnCreatePolygon;
private System.Windows.Forms.Button btnFillPolygon;
private LCDEmulator_SE.LCDEmulator_SE lcdEmulator_SE1;
private System.Windows.Forms.ColorDialog colorDialog1;
private System.Windows.Forms.PictureBox picFillColor;
private System.Windows.Forms.PictureBox picEdgeColor;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.PictureBox picPointColor;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button btnYouqi;
private System.Windows.Forms.Button btnPencil;
private System.Windows.Forms.PictureBox picFillColorSeed;
private System.Windows.Forms.PictureBox picPencilColor;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label lb;
private System.Windows.Forms.ToolStripMenuItem 清除ToolStripMenuItem;
}
}