namespace Hydro.MapUI
|
{
|
partial class PropertyForm
|
{
|
/// <summary>
|
/// Required designer variable.
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// Clean up any resources being used.
|
/// </summary>
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Windows Form Designer generated code
|
|
/// <summary>
|
/// Required method for Designer support - do not modify
|
/// the contents of this method with the code editor.
|
/// </summary>
|
private void InitializeComponent()
|
{
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PropertyForm));
|
this.propertyGrid = new System.Windows.Forms.PropertyGrid();
|
this.listBox1 = new System.Windows.Forms.ListBox();
|
this.comboBox_type = new System.Windows.Forms.ComboBox();
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
this.panel1 = new System.Windows.Forms.Panel();
|
this.checkBox_OnlyShowSelected = new System.Windows.Forms.CheckBox();
|
this.textBox_search = new System.Windows.Forms.TextBox();
|
this.label1 = new System.Windows.Forms.Label();
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
this.splitContainer1.Panel1.SuspendLayout();
|
this.splitContainer1.Panel2.SuspendLayout();
|
this.splitContainer1.SuspendLayout();
|
this.panel1.SuspendLayout();
|
this.SuspendLayout();
|
//
|
// propertyGrid
|
//
|
this.propertyGrid.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.propertyGrid.Location = new System.Drawing.Point(0, 0);
|
this.propertyGrid.Name = "propertyGrid";
|
this.propertyGrid.Size = new System.Drawing.Size(177, 250);
|
this.propertyGrid.TabIndex = 0;
|
this.propertyGrid.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.propertyGrid_PropertyValueChanged);
|
//
|
// listBox1
|
//
|
this.listBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.listBox1.FormattingEnabled = true;
|
this.listBox1.ItemHeight = 12;
|
this.listBox1.Location = new System.Drawing.Point(0, 41);
|
this.listBox1.Name = "listBox1";
|
this.listBox1.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
|
this.listBox1.Size = new System.Drawing.Size(177, 171);
|
this.listBox1.TabIndex = 1;
|
this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged);
|
this.listBox1.DoubleClick += new System.EventHandler(this.listBox1_DoubleClick);
|
//
|
// comboBox_type
|
//
|
this.comboBox_type.Dock = System.Windows.Forms.DockStyle.Top;
|
this.comboBox_type.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
this.comboBox_type.FormattingEnabled = true;
|
this.comboBox_type.Location = new System.Drawing.Point(0, 21);
|
this.comboBox_type.Name = "comboBox_type";
|
this.comboBox_type.Size = new System.Drawing.Size(177, 20);
|
this.comboBox_type.TabIndex = 2;
|
this.comboBox_type.SelectedIndexChanged += new System.EventHandler(this.comboBox_type_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.propertyGrid);
|
//
|
// splitContainer1.Panel2
|
//
|
this.splitContainer1.Panel2.Controls.Add(this.listBox1);
|
this.splitContainer1.Panel2.Controls.Add(this.comboBox_type);
|
this.splitContainer1.Panel2.Controls.Add(this.panel1);
|
this.splitContainer1.Size = new System.Drawing.Size(177, 466);
|
this.splitContainer1.SplitterDistance = 250;
|
this.splitContainer1.TabIndex = 3;
|
//
|
// panel1
|
//
|
this.panel1.Controls.Add(this.checkBox_OnlyShowSelected);
|
this.panel1.Controls.Add(this.textBox_search);
|
this.panel1.Controls.Add(this.label1);
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
this.panel1.Name = "panel1";
|
this.panel1.Size = new System.Drawing.Size(177, 21);
|
this.panel1.TabIndex = 4;
|
//
|
// checkBox_OnlyShowSelected
|
//
|
this.checkBox_OnlyShowSelected.AutoSize = true;
|
this.checkBox_OnlyShowSelected.Checked = true;
|
this.checkBox_OnlyShowSelected.CheckState = System.Windows.Forms.CheckState.Checked;
|
this.checkBox_OnlyShowSelected.Location = new System.Drawing.Point(102, 2);
|
this.checkBox_OnlyShowSelected.Name = "checkBox_OnlyShowSelected";
|
this.checkBox_OnlyShowSelected.Size = new System.Drawing.Size(72, 16);
|
this.checkBox_OnlyShowSelected.TabIndex = 3;
|
this.checkBox_OnlyShowSelected.Text = "显示选择";
|
this.checkBox_OnlyShowSelected.UseVisualStyleBackColor = true;
|
this.checkBox_OnlyShowSelected.CheckedChanged += new System.EventHandler(this.checkBox_OnlyShowSelected_CheckedChanged);
|
//
|
// textBox_search
|
//
|
this.textBox_search.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.textBox_search.Location = new System.Drawing.Point(20, 0);
|
this.textBox_search.Name = "textBox_search";
|
this.textBox_search.Size = new System.Drawing.Size(75, 21);
|
this.textBox_search.TabIndex = 3;
|
this.textBox_search.TextChanged += new System.EventHandler(this.textBox_search_TextChanged);
|
//
|
// label1
|
//
|
this.label1.BackColor = System.Drawing.SystemColors.AppWorkspace;
|
this.label1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.label1.Font = new System.Drawing.Font("宋体", 12F);
|
this.label1.ForeColor = System.Drawing.Color.White;
|
this.label1.Location = new System.Drawing.Point(0, 0);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(21, 21);
|
this.label1.TabIndex = 4;
|
this.label1.Text = "🔍";
|
//
|
// PropertyForm
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(177, 466);
|
this.Controls.Add(this.splitContainer1);
|
//this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
//this.MaximizeBox = false;
|
//this.MinimizeBox = false;
|
this.Name = "PropertyForm";
|
//this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
|
this.Text = "属性";
|
//this.TopMost = true;
|
//this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.PropertyForm_FormClosing);
|
this.Load += new System.EventHandler(this.PropertyForm_Load_1);
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
this.splitContainer1.ResumeLayout(false);
|
this.panel1.ResumeLayout(false);
|
this.panel1.PerformLayout();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
public System.Windows.Forms.PropertyGrid propertyGrid;
|
public System.Windows.Forms.ListBox listBox1;
|
private System.Windows.Forms.ComboBox comboBox_type;
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
private System.Windows.Forms.CheckBox checkBox_OnlyShowSelected;
|
private System.Windows.Forms.TextBox textBox_search;
|
private System.Windows.Forms.Panel panel1;
|
private System.Windows.Forms.Label label1;
|
}
|
}
|