namespace HydroUI { partial class PropertyForm { /// /// 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() { this.components = new System.ComponentModel.Container(); 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.label_filter = new System.Windows.Forms.Label(); this.label_lock = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.全选ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.panel1.SuspendLayout(); this.contextMenuStrip1.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(202, 346); 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(202, 75); this.listBox1.TabIndex = 1; this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged); this.listBox1.DoubleClick += new System.EventHandler(this.listBox1_DoubleClick); this.listBox1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.listBox1_MouseDown); // // 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(202, 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(202, 466); this.splitContainer1.SplitterDistance = 346; this.splitContainer1.TabIndex = 3; // // panel1 // this.panel1.Controls.Add(this.checkBox_OnlyShowSelected); this.panel1.Controls.Add(this.textBox_search); this.panel1.Controls.Add(this.label_filter); this.panel1.Controls.Add(this.label_lock); 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(202, 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(127, 2); this.checkBox_OnlyShowSelected.Name = "checkBox_OnlyShowSelected"; this.checkBox_OnlyShowSelected.Size = new System.Drawing.Size(48, 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(44, 0); this.textBox_search.Name = "textBox_search"; this.textBox_search.Size = new System.Drawing.Size(77, 21); this.textBox_search.TabIndex = 3; this.textBox_search.TextChanged += new System.EventHandler(this.textBox_search_TextChanged); // // label_filter // this.label_filter.BackColor = System.Drawing.Color.Green; this.label_filter.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.label_filter.Font = new System.Drawing.Font("宋体", 12F); this.label_filter.ForeColor = System.Drawing.Color.White; this.label_filter.Location = new System.Drawing.Point(177, -1); this.label_filter.Name = "label_filter"; this.label_filter.Size = new System.Drawing.Size(21, 21); this.label_filter.TabIndex = 4; this.label_filter.Text = "🔽"; this.label_filter.Click += new System.EventHandler(this.label_filter_Click); // // label_lock // this.label_lock.BackColor = System.Drawing.Color.Green; this.label_lock.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.label_lock.Font = new System.Drawing.Font("宋体", 12F); this.label_lock.ForeColor = System.Drawing.Color.White; this.label_lock.Location = new System.Drawing.Point(1, 0); this.label_lock.Name = "label_lock"; this.label_lock.Size = new System.Drawing.Size(21, 21); this.label_lock.TabIndex = 4; this.label_lock.Text = "🔓"; this.label_lock.Click += new System.EventHandler(this.label_lock_Click); // // 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(22, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(21, 21); this.label1.TabIndex = 4; this.label1.Text = "🔍"; // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.全选ToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(101, 26); // // 全选ToolStripMenuItem // this.全选ToolStripMenuItem.Name = "全选ToolStripMenuItem"; this.全选ToolStripMenuItem.Size = new System.Drawing.Size(100, 22); this.全选ToolStripMenuItem.Text = "全选"; this.全选ToolStripMenuItem.Click += new System.EventHandler(this.全选ToolStripMenuItem_Click); // // PropertyForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.splitContainer1); this.Name = "PropertyForm"; this.Size = new System.Drawing.Size(202, 466); this.Load += new System.EventHandler(this.PropertyForm_Load_1); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.PropertyForm_KeyDown); 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.contextMenuStrip1.ResumeLayout(false); 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; private System.Windows.Forms.Label label_lock; private System.Windows.Forms.Label label_filter; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem 全选ToolStripMenuItem; } }