using Hydro.MapUI.WindowsForm;
namespace Hydro.MapUI
{
partial class Form_Colour
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_Colour));
this.FloorsListBox = new System.Windows.Forms.ListBox();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.文件FToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.退出XToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.编辑EToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.撤消UToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.重复RToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.复制CToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.粘贴PToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.tb_Range1 = new System.Windows.Forms.TextBox();
this.labelControl1 = new System.Windows.Forms.Label();
this.labelControl2 = new System.Windows.Forms.Label();
this.labelControl3 = new System.Windows.Forms.Label();
this.SaveButton = new System.Windows.Forms.Button();
this.CancelButton = new System.Windows.Forms.Button();
this.groupControl1 = new System.Windows.Forms.GroupBox();
this.simpleButton4 = new System.Windows.Forms.Button();
this.tb_Range2 = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.groupControl2 = new System.Windows.Forms.GroupBox();
this.label1 = new System.Windows.Forms.Label();
this.simpleButton10 = new System.Windows.Forms.Button();
this.btn_useColour = new System.Windows.Forms.Button();
this.simpleButton9 = new System.Windows.Forms.Button();
this.comboBox3 = new System.Windows.Forms.ComboBox();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.simpleButton6 = new System.Windows.Forms.Button();
this.simpleButton3 = new System.Windows.Forms.Button();
this.simpleButton2 = new System.Windows.Forms.Button();
this.groupControl3 = new System.Windows.Forms.GroupBox();
this.labelControl7 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.labelControl5 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.simpleButton5 = new System.Windows.Forms.Button();
this.labelControl6 = new System.Windows.Forms.Label();
this.tb_ColourNum = new System.Windows.Forms.TextBox();
this.labelControl4 = new System.Windows.Forms.Label();
this.tb_maxFloorIndex = new System.Windows.Forms.TextBox();
this.ErrorLabel = new System.Windows.Forms.Label();
this.tb_minFloorIndex = new System.Windows.Forms.TextBox();
this.groupControl4 = new System.Windows.Forms.GroupBox();
this.groupControl5 = new System.Windows.Forms.GroupBox();
this.btn_apply = new System.Windows.Forms.Button();
this.btn_Close = new System.Windows.Forms.Button();
this.colorPickEdit3 = new Hydro.MapUI.WindowsForm.ColorPickerWinForm();
this.colorPickEdit2 = new Hydro.MapUI.WindowsForm.ColorPickerWinForm();
this.colorPickEdit1 = new Hydro.MapUI.WindowsForm.ColorPickerWinForm();
this.menuStrip1.SuspendLayout();
this.groupControl1.SuspendLayout();
this.groupControl2.SuspendLayout();
this.groupControl3.SuspendLayout();
this.groupControl5.SuspendLayout();
this.SuspendLayout();
//
// FloorsListBox
//
this.FloorsListBox.FormattingEnabled = true;
this.FloorsListBox.ItemHeight = 12;
this.FloorsListBox.Location = new System.Drawing.Point(7, 89);
this.FloorsListBox.Name = "FloorsListBox";
this.FloorsListBox.Size = new System.Drawing.Size(224, 268);
this.FloorsListBox.TabIndex = 0;
this.FloorsListBox.Click += new System.EventHandler(this.FloorsListBox_Click);
this.FloorsListBox.SelectedIndexChanged += new System.EventHandler(this.FloorsListBox_SelectedIndexChanged);
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.文件FToolStripMenuItem,
this.编辑EToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(649, 25);
this.menuStrip1.TabIndex = 1;
this.menuStrip1.Text = "menuStrip1";
//
// 文件FToolStripMenuItem
//
this.文件FToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.退出XToolStripMenuItem});
this.文件FToolStripMenuItem.Name = "文件FToolStripMenuItem";
this.文件FToolStripMenuItem.Size = new System.Drawing.Size(58, 21);
this.文件FToolStripMenuItem.Text = "文件(&F)";
//
// 退出XToolStripMenuItem
//
this.退出XToolStripMenuItem.Name = "退出XToolStripMenuItem";
this.退出XToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
this.退出XToolStripMenuItem.Text = "退出(&X)";
this.退出XToolStripMenuItem.Click += new System.EventHandler(this.退出XToolStripMenuItem_Click);
//
// 编辑EToolStripMenuItem
//
this.编辑EToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.撤消UToolStripMenuItem,
this.重复RToolStripMenuItem,
this.toolStripSeparator3,
this.复制CToolStripMenuItem,
this.粘贴PToolStripMenuItem});
this.编辑EToolStripMenuItem.Name = "编辑EToolStripMenuItem";
this.编辑EToolStripMenuItem.Size = new System.Drawing.Size(59, 21);
this.编辑EToolStripMenuItem.Text = "编辑(&E)";
//
// 撤消UToolStripMenuItem
//
this.撤消UToolStripMenuItem.Name = "撤消UToolStripMenuItem";
this.撤消UToolStripMenuItem.Size = new System.Drawing.Size(117, 22);
this.撤消UToolStripMenuItem.Text = "撤消(&U)";
this.撤消UToolStripMenuItem.Click += new System.EventHandler(this.UndoButton_Click);
//
// 重复RToolStripMenuItem
//
this.重复RToolStripMenuItem.Name = "重复RToolStripMenuItem";
this.重复RToolStripMenuItem.Size = new System.Drawing.Size(117, 22);
this.重复RToolStripMenuItem.Text = "重复(&R)";
this.重复RToolStripMenuItem.Click += new System.EventHandler(this.RedoButton_Click);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(114, 6);
//
// 复制CToolStripMenuItem
//
this.复制CToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("复制CToolStripMenuItem.Image")));
this.复制CToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
this.复制CToolStripMenuItem.Name = "复制CToolStripMenuItem";
this.复制CToolStripMenuItem.Size = new System.Drawing.Size(117, 22);
this.复制CToolStripMenuItem.Text = "复制(&C)";
this.复制CToolStripMenuItem.Click += new System.EventHandler(this.CopyFloorButton_Click);
//
// 粘贴PToolStripMenuItem
//
this.粘贴PToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("粘贴PToolStripMenuItem.Image")));
this.粘贴PToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
this.粘贴PToolStripMenuItem.Name = "粘贴PToolStripMenuItem";
this.粘贴PToolStripMenuItem.Size = new System.Drawing.Size(117, 22);
this.粘贴PToolStripMenuItem.Text = "粘贴(&P)";
this.粘贴PToolStripMenuItem.Click += new System.EventHandler(this.PasteFloorButton_Click);
//
// tb_Range1
//
this.tb_Range1.Location = new System.Drawing.Point(107, 26);
this.tb_Range1.Name = "tb_Range1";
this.tb_Range1.Size = new System.Drawing.Size(54, 21);
this.tb_Range1.TabIndex = 2;
//
// labelControl1
//
this.labelControl1.Location = new System.Drawing.Point(13, 29);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(36, 14);
this.labelControl1.TabIndex = 3;
this.labelControl1.Text = "范围";
//
// labelControl2
//
this.labelControl2.Location = new System.Drawing.Point(13, 55);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(36, 18);
this.labelControl2.TabIndex = 3;
this.labelControl2.Text = "颜色";
//
// labelControl3
//
this.labelControl3.Location = new System.Drawing.Point(-80, 127);
this.labelControl3.Name = "labelControl3";
this.labelControl3.Size = new System.Drawing.Size(10, 14);
this.labelControl3.TabIndex = 3;
this.labelControl3.Text = "楼层高度";
//
// SaveButton
//
this.SaveButton.Enabled = false;
this.SaveButton.Location = new System.Drawing.Point(95, 104);
this.SaveButton.Name = "SaveButton";
this.SaveButton.Size = new System.Drawing.Size(74, 35);
this.SaveButton.TabIndex = 4;
this.SaveButton.Text = "保存";
this.SaveButton.Click += new System.EventHandler(this.SaveButton_Click);
//
// CancelButton
//
this.CancelButton.Enabled = false;
this.CancelButton.Location = new System.Drawing.Point(177, 104);
this.CancelButton.Name = "CancelButton";
this.CancelButton.Size = new System.Drawing.Size(74, 35);
this.CancelButton.TabIndex = 4;
this.CancelButton.Text = "取消";
this.CancelButton.Click += new System.EventHandler(this.CancelButton_Click);
//
// groupControl1
//
this.groupControl1.Controls.Add(this.colorPickEdit1);
this.groupControl1.Controls.Add(this.CancelButton);
this.groupControl1.Controls.Add(this.simpleButton4);
this.groupControl1.Controls.Add(this.tb_Range2);
this.groupControl1.Controls.Add(this.tb_Range1);
this.groupControl1.Controls.Add(this.SaveButton);
this.groupControl1.Controls.Add(this.label2);
this.groupControl1.Controls.Add(this.labelControl1);
this.groupControl1.Controls.Add(this.labelControl2);
this.groupControl1.Location = new System.Drawing.Point(242, 29);
this.groupControl1.Name = "groupControl1";
this.groupControl1.Size = new System.Drawing.Size(263, 151);
this.groupControl1.TabIndex = 5;
this.groupControl1.TabStop = false;
this.groupControl1.Text = "属性编辑";
//
// simpleButton4
//
this.simpleButton4.Location = new System.Drawing.Point(13, 104);
this.simpleButton4.Name = "simpleButton4";
this.simpleButton4.Size = new System.Drawing.Size(74, 35);
this.simpleButton4.TabIndex = 4;
this.simpleButton4.Text = "编辑";
this.simpleButton4.Click += new System.EventHandler(this.EditFloorButton_Click);
//
// tb_Range2
//
this.tb_Range2.Location = new System.Drawing.Point(197, 26);
this.tb_Range2.Name = "tb_Range2";
this.tb_Range2.Size = new System.Drawing.Size(54, 21);
this.tb_Range2.TabIndex = 2;
//
// label2
//
this.label2.Location = new System.Drawing.Point(174, 29);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(24, 14);
this.label2.TabIndex = 3;
this.label2.Text = "-";
//
// groupControl2
//
this.groupControl2.Controls.Add(this.label1);
this.groupControl2.Controls.Add(this.simpleButton10);
this.groupControl2.Controls.Add(this.btn_useColour);
this.groupControl2.Controls.Add(this.simpleButton9);
this.groupControl2.Controls.Add(this.comboBox3);
this.groupControl2.Controls.Add(this.comboBox1);
this.groupControl2.Controls.Add(this.FloorsListBox);
this.groupControl2.Controls.Add(this.simpleButton6);
this.groupControl2.Controls.Add(this.simpleButton3);
this.groupControl2.Controls.Add(this.simpleButton2);
this.groupControl2.Location = new System.Drawing.Point(0, 29);
this.groupControl2.Name = "groupControl2";
this.groupControl2.Size = new System.Drawing.Size(236, 409);
this.groupControl2.TabIndex = 6;
this.groupControl2.TabStop = false;
this.groupControl2.Text = "颜色分级方案管理";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 26);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(29, 12);
this.label1.TabIndex = 7;
this.label1.Text = "类型";
//
// simpleButton10
//
this.simpleButton10.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.simpleButton10.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.simpleButton10.Location = new System.Drawing.Point(180, 50);
this.simpleButton10.Name = "simpleButton10";
this.simpleButton10.Size = new System.Drawing.Size(21, 22);
this.simpleButton10.TabIndex = 6;
this.simpleButton10.Text = "删除";
this.simpleButton10.Click += new System.EventHandler(this.simpleButton10_Click);
//
// btn_useColour
//
this.btn_useColour.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.btn_useColour.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.btn_useColour.Location = new System.Drawing.Point(207, 50);
this.btn_useColour.Name = "btn_useColour";
this.btn_useColour.Size = new System.Drawing.Size(20, 22);
this.btn_useColour.TabIndex = 6;
this.btn_useColour.Text = "√";
this.btn_useColour.Click += new System.EventHandler(this.btn_useColour_Click);
//
// simpleButton9
//
this.simpleButton9.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.simpleButton9.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.simpleButton9.Location = new System.Drawing.Point(155, 50);
this.simpleButton9.Name = "simpleButton9";
this.simpleButton9.Size = new System.Drawing.Size(19, 22);
this.simpleButton9.TabIndex = 6;
this.simpleButton9.Text = "添加";
this.simpleButton9.Click += new System.EventHandler(this.simpleButton9_Click);
//
// comboBox3
//
this.comboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox3.FormattingEnabled = true;
this.comboBox3.Location = new System.Drawing.Point(61, 23);
this.comboBox3.Name = "comboBox3";
this.comboBox3.Size = new System.Drawing.Size(169, 20);
this.comboBox3.TabIndex = 5;
this.comboBox3.SelectedIndexChanged += new System.EventHandler(this.comboBox3_SelectedIndexChanged);
//
// comboBox1
//
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Location = new System.Drawing.Point(7, 50);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(142, 20);
this.comboBox1.TabIndex = 5;
this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
//
// simpleButton6
//
this.simpleButton6.Location = new System.Drawing.Point(149, 369);
this.simpleButton6.Name = "simpleButton6";
this.simpleButton6.Size = new System.Drawing.Size(65, 35);
this.simpleButton6.TabIndex = 4;
this.simpleButton6.Text = "清空";
this.simpleButton6.Click += new System.EventHandler(this.ClearFloorsButton_Click);
//
// simpleButton3
//
this.simpleButton3.Location = new System.Drawing.Point(78, 369);
this.simpleButton3.Name = "simpleButton3";
this.simpleButton3.Size = new System.Drawing.Size(65, 35);
this.simpleButton3.TabIndex = 4;
this.simpleButton3.Text = "删除";
this.simpleButton3.Click += new System.EventHandler(this.DeleteFloorButton_Click);
//
// simpleButton2
//
this.simpleButton2.Location = new System.Drawing.Point(7, 370);
this.simpleButton2.Name = "simpleButton2";
this.simpleButton2.Size = new System.Drawing.Size(65, 35);
this.simpleButton2.TabIndex = 4;
this.simpleButton2.Text = "新增";
this.simpleButton2.Click += new System.EventHandler(this.AddFloorButton_Click);
//
// groupControl3
//
this.groupControl3.Controls.Add(this.colorPickEdit3);
this.groupControl3.Controls.Add(this.colorPickEdit2);
this.groupControl3.Controls.Add(this.labelControl7);
this.groupControl3.Controls.Add(this.label3);
this.groupControl3.Controls.Add(this.labelControl5);
this.groupControl3.Controls.Add(this.button1);
this.groupControl3.Controls.Add(this.simpleButton5);
this.groupControl3.Controls.Add(this.labelControl6);
this.groupControl3.Controls.Add(this.tb_ColourNum);
this.groupControl3.Controls.Add(this.labelControl4);
this.groupControl3.Controls.Add(this.tb_maxFloorIndex);
this.groupControl3.Controls.Add(this.ErrorLabel);
this.groupControl3.Controls.Add(this.tb_minFloorIndex);
this.groupControl3.Location = new System.Drawing.Point(243, 187);
this.groupControl3.Name = "groupControl3";
this.groupControl3.Size = new System.Drawing.Size(262, 251);
this.groupControl3.TabIndex = 7;
this.groupControl3.TabStop = false;
this.groupControl3.Text = "快速分级";
//
// labelControl7
//
this.labelControl7.Location = new System.Drawing.Point(12, 141);
this.labelControl7.Name = "labelControl7";
this.labelControl7.Size = new System.Drawing.Size(48, 14);
this.labelControl7.TabIndex = 3;
this.labelControl7.Text = "最大色";
//
// label3
//
this.label3.Location = new System.Drawing.Point(12, 86);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(56, 14);
this.label3.TabIndex = 3;
this.label3.Text = "级数";
//
// labelControl5
//
this.labelControl5.Location = new System.Drawing.Point(12, 60);
this.labelControl5.Name = "labelControl5";
this.labelControl5.Size = new System.Drawing.Size(48, 14);
this.labelControl5.TabIndex = 3;
this.labelControl5.Text = "最大值";
//
// button1
//
this.button1.Location = new System.Drawing.Point(14, 211);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(107, 35);
this.button1.TabIndex = 4;
this.button1.Text = "读取最值";
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// simpleButton5
//
this.simpleButton5.Location = new System.Drawing.Point(143, 211);
this.simpleButton5.Name = "simpleButton5";
this.simpleButton5.Size = new System.Drawing.Size(107, 35);
this.simpleButton5.TabIndex = 4;
this.simpleButton5.Text = "快速生成";
this.simpleButton5.Click += new System.EventHandler(this.GenerateFloorsButton_Click);
//
// labelControl6
//
this.labelControl6.Location = new System.Drawing.Point(12, 116);
this.labelControl6.Name = "labelControl6";
this.labelControl6.Size = new System.Drawing.Size(48, 14);
this.labelControl6.TabIndex = 3;
this.labelControl6.Text = "最小色";
//
// tb_ColourNum
//
this.tb_ColourNum.Location = new System.Drawing.Point(106, 84);
this.tb_ColourNum.Name = "tb_ColourNum";
this.tb_ColourNum.Size = new System.Drawing.Size(144, 21);
this.tb_ColourNum.TabIndex = 2;
this.tb_ColourNum.Text = "5";
//
// labelControl4
//
this.labelControl4.Location = new System.Drawing.Point(12, 35);
this.labelControl4.Name = "labelControl4";
this.labelControl4.Size = new System.Drawing.Size(48, 14);
this.labelControl4.TabIndex = 3;
this.labelControl4.Text = "最小值";
//
// tb_maxFloorIndex
//
this.tb_maxFloorIndex.Location = new System.Drawing.Point(106, 57);
this.tb_maxFloorIndex.Name = "tb_maxFloorIndex";
this.tb_maxFloorIndex.Size = new System.Drawing.Size(144, 21);
this.tb_maxFloorIndex.TabIndex = 2;
//
// ErrorLabel
//
this.ErrorLabel.Location = new System.Drawing.Point(12, 222);
this.ErrorLabel.Name = "ErrorLabel";
this.ErrorLabel.Size = new System.Drawing.Size(125, 14);
this.ErrorLabel.TabIndex = 3;
this.ErrorLabel.Text = "错误提示";
this.ErrorLabel.Visible = false;
//
// tb_minFloorIndex
//
this.tb_minFloorIndex.Location = new System.Drawing.Point(106, 32);
this.tb_minFloorIndex.Name = "tb_minFloorIndex";
this.tb_minFloorIndex.Size = new System.Drawing.Size(144, 21);
this.tb_minFloorIndex.TabIndex = 2;
//
// groupControl4
//
this.groupControl4.Location = new System.Drawing.Point(650, 29);
this.groupControl4.Name = "groupControl4";
this.groupControl4.Size = new System.Drawing.Size(309, 409);
this.groupControl4.TabIndex = 6;
this.groupControl4.TabStop = false;
this.groupControl4.Text = "预览";
//
// groupControl5
//
this.groupControl5.Controls.Add(this.btn_apply);
this.groupControl5.Controls.Add(this.btn_Close);
this.groupControl5.Controls.Add(this.labelControl3);
this.groupControl5.Location = new System.Drawing.Point(512, 29);
this.groupControl5.Name = "groupControl5";
this.groupControl5.Size = new System.Drawing.Size(126, 409);
this.groupControl5.TabIndex = 8;
this.groupControl5.TabStop = false;
this.groupControl5.Text = "功能";
//
// btn_apply
//
this.btn_apply.Location = new System.Drawing.Point(6, 328);
this.btn_apply.Name = "btn_apply";
this.btn_apply.Size = new System.Drawing.Size(116, 35);
this.btn_apply.TabIndex = 4;
this.btn_apply.Text = "应用";
this.btn_apply.Click += new System.EventHandler(this.btn_apply_Click);
//
// btn_Close
//
this.btn_Close.Location = new System.Drawing.Point(5, 369);
this.btn_Close.Name = "btn_Close";
this.btn_Close.Size = new System.Drawing.Size(116, 35);
this.btn_Close.TabIndex = 4;
this.btn_Close.Text = "关闭";
this.btn_Close.Click += new System.EventHandler(this.btn_Close_Click);
//
// colorPickEdit3
//
this.colorPickEdit3.BackColor = System.Drawing.SystemColors.Window;
this.colorPickEdit3.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.colorPickEdit3.Color = System.Drawing.Color.Blue;
this.colorPickEdit3.Location = new System.Drawing.Point(106, 138);
this.colorPickEdit3.Name = "colorPickEdit3";
this.colorPickEdit3.ReadOnly = false;
this.colorPickEdit3.Size = new System.Drawing.Size(144, 20);
this.colorPickEdit3.TabIndex = 5;
//
// colorPickEdit2
//
this.colorPickEdit2.BackColor = System.Drawing.SystemColors.Window;
this.colorPickEdit2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.colorPickEdit2.Color = System.Drawing.Color.Red;
this.colorPickEdit2.Location = new System.Drawing.Point(106, 113);
this.colorPickEdit2.Name = "colorPickEdit2";
this.colorPickEdit2.ReadOnly = false;
this.colorPickEdit2.Size = new System.Drawing.Size(144, 20);
this.colorPickEdit2.TabIndex = 5;
//
// colorPickEdit1
//
this.colorPickEdit1.BackColor = System.Drawing.SystemColors.Window;
this.colorPickEdit1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.colorPickEdit1.Color = System.Drawing.Color.Empty;
this.colorPickEdit1.Location = new System.Drawing.Point(107, 53);
this.colorPickEdit1.Name = "colorPickEdit1";
this.colorPickEdit1.ReadOnly = false;
this.colorPickEdit1.Size = new System.Drawing.Size(144, 20);
this.colorPickEdit1.TabIndex = 5;
//
// Form_Colour
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(649, 450);
this.Controls.Add(this.groupControl5);
this.Controls.Add(this.groupControl4);
this.Controls.Add(this.groupControl3);
this.Controls.Add(this.menuStrip1);
this.Controls.Add(this.groupControl1);
this.Controls.Add(this.groupControl2);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MainMenuStrip = this.menuStrip1;
this.MaximizeBox = false;
this.Name = "Form_Colour";
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.Text = "颜色分级设置";
this.Load += new System.EventHandler(this.Form_EditFloors_Load);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.groupControl1.ResumeLayout(false);
this.groupControl1.PerformLayout();
this.groupControl2.ResumeLayout(false);
this.groupControl2.PerformLayout();
this.groupControl3.ResumeLayout(false);
this.groupControl3.PerformLayout();
this.groupControl5.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ListBox FloorsListBox;
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem 文件FToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 退出XToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 编辑EToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 撤消UToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 重复RToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripMenuItem 复制CToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 粘贴PToolStripMenuItem;
private System.Windows.Forms.TextBox tb_Range1;
private System.Windows.Forms.Label labelControl1;
private System.Windows.Forms.Label labelControl2;
private System.Windows.Forms.Label labelControl3;
private System.Windows.Forms.Button SaveButton;
private System.Windows.Forms.Button CancelButton;
private System.Windows.Forms.GroupBox groupControl1;
private System.Windows.Forms.GroupBox groupControl2;
private System.Windows.Forms.Button simpleButton3;
private System.Windows.Forms.Button simpleButton2;
private System.Windows.Forms.Button simpleButton4;
private System.Windows.Forms.GroupBox groupControl3;
private System.Windows.Forms.Label labelControl5;
private System.Windows.Forms.Label labelControl4;
private System.Windows.Forms.TextBox tb_maxFloorIndex;
private System.Windows.Forms.TextBox tb_minFloorIndex;
private System.Windows.Forms.Label labelControl7;
private System.Windows.Forms.Label labelControl6;
private System.Windows.Forms.Button simpleButton6;
private System.Windows.Forms.Button simpleButton5;
private System.Windows.Forms.GroupBox groupControl4;
private System.Windows.Forms.Label ErrorLabel;
private System.Windows.Forms.GroupBox groupControl5;
private System.Windows.Forms.Button btn_Close;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.Button simpleButton9;
private System.Windows.Forms.Button simpleButton10;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox comboBox3;
private System.Windows.Forms.TextBox tb_Range2;
private System.Windows.Forms.Label label2;
private ColorPickerWinForm colorPickEdit1;
private System.Windows.Forms.Button button1;
private ColorPickerWinForm colorPickEdit3;
private ColorPickerWinForm colorPickEdit2;
private System.Windows.Forms.Button btn_useColour;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox tb_ColourNum;
private System.Windows.Forms.Button btn_apply;
}
}