namespace CloudWaterNetwork
{
partial class Form_selectTemplate
{
///
/// 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_selectTemplate));
this.combobox_type = new System.Windows.Forms.ComboBox();
this.listbox_templates = new System.Windows.Forms.ListBox();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.toolStripButton_新增 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton_复制 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton_删除 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
this.propertyGrid1 = new System.Windows.Forms.PropertyGrid();
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.toolStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
this.splitContainer2.Panel1.SuspendLayout();
this.splitContainer2.SuspendLayout();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// combobox_type
//
this.combobox_type.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.combobox_type.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.combobox_type.FormattingEnabled = true;
this.combobox_type.Location = new System.Drawing.Point(9, 3);
this.combobox_type.Name = "combobox_type";
this.combobox_type.Size = new System.Drawing.Size(204, 20);
this.combobox_type.TabIndex = 0;
this.combobox_type.SelectedIndexChanged += new System.EventHandler(this.combobox_type_SelectedIndexChanged);
//
// listbox_templates
//
this.listbox_templates.Dock = System.Windows.Forms.DockStyle.Fill;
this.listbox_templates.FormattingEnabled = true;
this.listbox_templates.ItemHeight = 12;
this.listbox_templates.Location = new System.Drawing.Point(0, 0);
this.listbox_templates.Name = "listbox_templates";
this.listbox_templates.Size = new System.Drawing.Size(220, 227);
this.listbox_templates.TabIndex = 1;
this.listbox_templates.SelectedIndexChanged += new System.EventHandler(this.listbox_templates_SelectedIndexChanged);
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
this.splitContainer1.Name = "splitContainer1";
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.combobox_type);
this.splitContainer1.Panel1.Controls.Add(this.listbox_templates);
this.splitContainer1.Panel1.Controls.Add(this.toolStrip1);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.propertyGrid1);
this.splitContainer1.Size = new System.Drawing.Size(220, 557);
this.splitContainer1.SplitterDistance = 252;
this.splitContainer1.TabIndex = 3;
//
// toolStrip1
//
this.toolStrip1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripButton_新增,
this.toolStripButton_复制,
this.toolStripButton_删除,
this.toolStripButton1});
this.toolStrip1.Location = new System.Drawing.Point(0, 227);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(220, 25);
this.toolStrip1.TabIndex = 2;
this.toolStrip1.Text = "toolStrip1";
//
// toolStripButton_新增
//
this.toolStripButton_新增.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton_新增.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton_新增.Image")));
this.toolStripButton_新增.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton_新增.Name = "toolStripButton_新增";
this.toolStripButton_新增.Size = new System.Drawing.Size(23, 22);
this.toolStripButton_新增.Text = "toolStripButton1";
this.toolStripButton_新增.Click += new System.EventHandler(this.toolStripButton_新增_Click);
//
// toolStripButton_复制
//
this.toolStripButton_复制.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton_复制.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton_复制.Image")));
this.toolStripButton_复制.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton_复制.Name = "toolStripButton_复制";
this.toolStripButton_复制.Size = new System.Drawing.Size(23, 22);
this.toolStripButton_复制.Text = "复制";
this.toolStripButton_复制.Click += new System.EventHandler(this.toolStripButton_复制_Click);
//
// toolStripButton_删除
//
this.toolStripButton_删除.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton_删除.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton_删除.Image")));
this.toolStripButton_删除.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton_删除.Name = "toolStripButton_删除";
this.toolStripButton_删除.Size = new System.Drawing.Size(23, 22);
this.toolStripButton_删除.Text = "toolStripButton2";
this.toolStripButton_删除.Click += new System.EventHandler(this.toolStripButton_删除_Click);
//
// toolStripButton1
//
this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton1.Name = "toolStripButton1";
this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
this.toolStripButton1.Text = "toolStripButton1";
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton_刷新_Click);
//
// propertyGrid1
//
this.propertyGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
this.propertyGrid1.Location = new System.Drawing.Point(0, 0);
this.propertyGrid1.Name = "propertyGrid1";
this.propertyGrid1.Size = new System.Drawing.Size(220, 301);
this.propertyGrid1.TabIndex = 2;
this.propertyGrid1.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.propertyGrid1_PropertyValueChanged_1);
//
// splitContainer2
//
this.splitContainer2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
this.splitContainer2.Location = new System.Drawing.Point(0, 2);
this.splitContainer2.Name = "splitContainer2";
//
// splitContainer2.Panel1
//
this.splitContainer2.Panel1.Controls.Add(this.splitContainer1);
this.splitContainer2.Size = new System.Drawing.Size(819, 557);
this.splitContainer2.SplitterDistance = 220;
this.splitContainer2.TabIndex = 4;
//
// button1
//
this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.button1.Location = new System.Drawing.Point(595, 7);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 28);
this.button1.TabIndex = 5;
this.button1.Text = "确定";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.button2.Location = new System.Drawing.Point(708, 7);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 28);
this.button2.TabIndex = 5;
this.button2.Text = "取消";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// panel1
//
this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel1.Controls.Add(this.button2);
this.panel1.Controls.Add(this.button1);
this.panel1.Location = new System.Drawing.Point(0, 560);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(819, 48);
this.panel1.TabIndex = 6;
//
// Form_selectTemplate
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(819, 605);
this.Controls.Add(this.splitContainer2);
this.Controls.Add(this.panel1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Form_selectTemplate";
this.Text = "选择模板";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.模板管理_FormClosing);
this.Load += new System.EventHandler(this.模板管理_Load);
this.SizeChanged += new System.EventHandler(this.模板管理_SizeChanged);
this.Move += new System.EventHandler(this.模板管理_Move);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel1.PerformLayout();
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.splitContainer2.Panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
this.splitContainer2.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ComboBox combobox_type;
private System.Windows.Forms.ListBox listbox_templates;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.SplitContainer splitContainer2;
private System.Windows.Forms.PropertyGrid propertyGrid1;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton toolStripButton_新增;
private System.Windows.Forms.ToolStripButton toolStripButton_删除;
private System.Windows.Forms.ToolStripButton toolStripButton_复制;
private System.Windows.Forms.ToolStripButton toolStripButton1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Panel panel1;
//private MapViewer mapViewer1;
}
}