/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PropertyDlg)); this.label_property = new System.Windows.Forms.Label(); this.textBox_property = new System.Windows.Forms.TextBox(); this.button_Cancel = new System.Windows.Forms.Button(); this.button_OK = new System.Windows.Forms.Button(); this.listView_property = new DigitalPlatform.GUI.ListViewNF(); this.toolTip_comment = new System.Windows.Forms.ToolTip(this.components); this.button_checkAll = new System.Windows.Forms.Button(); this.button_uncheckAll = new System.Windows.Forms.Button(); this.splitContainer_main = new System.Windows.Forms.SplitContainer(); this.panel_up = new System.Windows.Forms.Panel(); this.panel_down = new System.Windows.Forms.Panel(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer_main)).BeginInit(); this.splitContainer_main.Panel1.SuspendLayout(); this.splitContainer_main.Panel2.SuspendLayout(); this.splitContainer_main.SuspendLayout(); this.panel_up.SuspendLayout(); this.panel_down.SuspendLayout(); this.SuspendLayout(); // // label_property // this.label_property.AutoSize = true; this.label_property.Location = new System.Drawing.Point(-2, 4); this.label_property.Name = "label_property"; this.label_property.Size = new System.Drawing.Size(41, 12); this.label_property.TabIndex = 1; this.label_property.Text = "值(&V):"; this.label_property.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // textBox_property // this.textBox_property.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.textBox_property.Location = new System.Drawing.Point(0, 18); this.textBox_property.MaxLength = 0; this.textBox_property.Multiline = true; this.textBox_property.Name = "textBox_property"; this.textBox_property.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textBox_property.Size = new System.Drawing.Size(586, 81); this.textBox_property.TabIndex = 2; this.textBox_property.TextChanged += new System.EventHandler(this.textBox_property_TextChanged); // // button_Cancel // this.button_Cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.button_Cancel.AutoSize = true; this.button_Cancel.Location = new System.Drawing.Point(535, 373); this.button_Cancel.Name = "button_Cancel"; this.button_Cancel.Size = new System.Drawing.Size(60, 22); this.button_Cancel.TabIndex = 4; this.button_Cancel.Text = "取消"; this.button_Cancel.Click += new System.EventHandler(this.button_Cancel_Click); // // button_OK // this.button_OK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.button_OK.AutoSize = true; this.button_OK.Location = new System.Drawing.Point(471, 373); this.button_OK.Name = "button_OK"; this.button_OK.Size = new System.Drawing.Size(60, 22); this.button_OK.TabIndex = 3; this.button_OK.Text = "确定"; this.button_OK.Click += new System.EventHandler(this.button_OK_Click); // // listView_property // this.listView_property.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.listView_property.CheckBoxes = true; this.listView_property.FullRowSelect = true; this.listView_property.Location = new System.Drawing.Point(0, 0); this.listView_property.Name = "listView_property"; this.listView_property.Size = new System.Drawing.Size(586, 207); this.listView_property.TabIndex = 0; this.listView_property.UseCompatibleStateImageBehavior = false; this.listView_property.View = System.Windows.Forms.View.Details; this.listView_property.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.listView_property_ColumnClick); this.listView_property.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.listView_property_ItemCheck); this.listView_property.MouseMove += new System.Windows.Forms.MouseEventHandler(this.listView_property_MouseMove); this.listView_property.MouseUp += new System.Windows.Forms.MouseEventHandler(this.listView_property_MouseUp); // // toolTip_comment // this.toolTip_comment.AutomaticDelay = 1000; this.toolTip_comment.AutoPopDelay = 5000; this.toolTip_comment.InitialDelay = 1000; this.toolTip_comment.IsBalloon = true; this.toolTip_comment.ReshowDelay = 1000; this.toolTip_comment.ShowAlways = true; this.toolTip_comment.UseAnimation = false; this.toolTip_comment.UseFading = false; // // button_checkAll // this.button_checkAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.button_checkAll.AutoSize = true; this.button_checkAll.Location = new System.Drawing.Point(0, 212); this.button_checkAll.Name = "button_checkAll"; this.button_checkAll.Size = new System.Drawing.Size(68, 22); this.button_checkAll.TabIndex = 5; this.button_checkAll.Text = "全选(&A)"; this.button_checkAll.Click += new System.EventHandler(this.button_checkAll_Click); // // button_uncheckAll // this.button_uncheckAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.button_uncheckAll.AutoSize = true; this.button_uncheckAll.Location = new System.Drawing.Point(73, 212); this.button_uncheckAll.Name = "button_uncheckAll"; this.button_uncheckAll.Size = new System.Drawing.Size(66, 22); this.button_uncheckAll.TabIndex = 6; this.button_uncheckAll.Text = "清除(&C)"; this.button_uncheckAll.Click += new System.EventHandler(this.button_uncheckAll_Click); // // splitContainer_main // this.splitContainer_main.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.splitContainer_main.Location = new System.Drawing.Point(9, 10); this.splitContainer_main.Name = "splitContainer_main"; this.splitContainer_main.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer_main.Panel1 // this.splitContainer_main.Panel1.Controls.Add(this.panel_up); // // splitContainer_main.Panel2 // this.splitContainer_main.Panel2.Controls.Add(this.panel_down); this.splitContainer_main.Size = new System.Drawing.Size(586, 341); this.splitContainer_main.SplitterDistance = 234; this.splitContainer_main.SplitterWidth = 8; this.splitContainer_main.TabIndex = 7; // // panel_up // this.panel_up.Controls.Add(this.listView_property); this.panel_up.Controls.Add(this.button_uncheckAll); this.panel_up.Controls.Add(this.button_checkAll); this.panel_up.Dock = System.Windows.Forms.DockStyle.Fill; this.panel_up.Location = new System.Drawing.Point(0, 0); this.panel_up.Name = "panel_up"; this.panel_up.Size = new System.Drawing.Size(586, 234); this.panel_up.TabIndex = 0; // // panel_down // this.panel_down.Controls.Add(this.label_property); this.panel_down.Controls.Add(this.textBox_property); this.panel_down.Dock = System.Windows.Forms.DockStyle.Fill; this.panel_down.Location = new System.Drawing.Point(0, 0); this.panel_down.Name = "panel_down"; this.panel_down.Size = new System.Drawing.Size(586, 99); this.panel_down.TabIndex = 0; // // PropertyDlg // this.AutoScaleBaseSize = new System.Drawing.Size(6, 14); this.ClientSize = new System.Drawing.Size(604, 404); this.Controls.Add(this.splitContainer_main); this.Controls.Add(this.button_Cancel); this.Controls.Add(this.button_OK); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "PropertyDlg"; this.ShowInTaskbar = false; this.Text = "PropertyDlg"; this.Load += new System.EventHandler(this.PropertyDlg_Load); this.splitContainer_main.Panel1.ResumeLayout(false); this.splitContainer_main.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer_main)).EndInit(); this.splitContainer_main.ResumeLayout(false); this.panel_up.ResumeLayout(false); this.panel_up.PerformLayout(); this.panel_down.ResumeLayout(false); this.panel_down.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <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(ScriptActionMenuDlgOld)); this.listView1 = new DigitalPlatform.GUI.ListViewNF(); this.columnHeader_name = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader_comment = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader_entry = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.button_OK = new System.Windows.Forms.Button(); this.button_Cancel = new System.Windows.Forms.Button(); this.checkBox_autoRun = new System.Windows.Forms.CheckBox(); this.SuspendLayout(); // // listView1 // this.listView1.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.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader_name, this.columnHeader_comment, this.columnHeader_entry }); this.listView1.FullRowSelect = true; this.listView1.HideSelection = false; this.listView1.Location = new System.Drawing.Point(9, 9); this.listView1.Name = "listView1"; this.listView1.Size = new System.Drawing.Size(399, 249); this.listView1.TabIndex = 0; this.listView1.UseCompatibleStateImageBehavior = false; this.listView1.View = System.Windows.Forms.View.Details; this.listView1.DoubleClick += new System.EventHandler(this.listView1_DoubleClick); // // columnHeader_name // this.columnHeader_name.Text = "名称"; this.columnHeader_name.Width = 148; // // columnHeader_comment // this.columnHeader_comment.Text = "说明"; this.columnHeader_comment.Width = 204; // // columnHeader_entry // this.columnHeader_entry.Text = "入口函数"; this.columnHeader_entry.Width = 150; // // button_OK // this.button_OK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.button_OK.AutoSize = true; this.button_OK.Location = new System.Drawing.Point(253, 282); this.button_OK.Name = "button_OK"; this.button_OK.Size = new System.Drawing.Size(75, 22); this.button_OK.TabIndex = 2; this.button_OK.Text = "确定"; this.button_OK.Click += new System.EventHandler(this.button_OK_Click); // // button_Cancel // this.button_Cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.button_Cancel.AutoSize = true; this.button_Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.button_Cancel.Location = new System.Drawing.Point(333, 282); this.button_Cancel.Name = "button_Cancel"; this.button_Cancel.Size = new System.Drawing.Size(75, 22); this.button_Cancel.TabIndex = 3; this.button_Cancel.Text = "取消"; this.button_Cancel.Click += new System.EventHandler(this.button_Cancel_Click); // // checkBox_autoRun // this.checkBox_autoRun.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.checkBox_autoRun.AutoSize = true; this.checkBox_autoRun.Location = new System.Drawing.Point(9, 262); this.checkBox_autoRun.Name = "checkBox_autoRun"; this.checkBox_autoRun.Size = new System.Drawing.Size(138, 16); this.checkBox_autoRun.TabIndex = 1; this.checkBox_autoRun.Text = "自动执行加亮事项(&A)"; this.checkBox_autoRun.UseVisualStyleBackColor = true; // // ScriptActionMenuDlg // this.AcceptButton = this.button_OK; this.AutoScaleBaseSize = new System.Drawing.Size(6, 14); this.CancelButton = this.button_Cancel; this.ClientSize = new System.Drawing.Size(418, 313); this.Controls.Add(this.checkBox_autoRun); this.Controls.Add(this.button_Cancel); this.Controls.Add(this.button_OK); this.Controls.Add(this.listView1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "ScriptActionMenuDlg"; this.ShowInTaskbar = false; this.Text = "选择脚本功能"; this.Load += new System.EventHandler(this.ScriptActionMenuDlg_Load); this.ResumeLayout(false); this.PerformLayout(); }
/// <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(ScriptActionMenuDlgOld)); this.listView1 = new DigitalPlatform.GUI.ListViewNF(); this.columnHeader_name = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader_comment = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader_entry = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.button_OK = new System.Windows.Forms.Button(); this.button_Cancel = new System.Windows.Forms.Button(); this.checkBox_autoRun = new System.Windows.Forms.CheckBox(); this.SuspendLayout(); // // listView1 // this.listView1.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.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader_name, this.columnHeader_comment, this.columnHeader_entry}); this.listView1.FullRowSelect = true; this.listView1.HideSelection = false; this.listView1.Location = new System.Drawing.Point(9, 9); this.listView1.Name = "listView1"; this.listView1.Size = new System.Drawing.Size(399, 249); this.listView1.TabIndex = 0; this.listView1.UseCompatibleStateImageBehavior = false; this.listView1.View = System.Windows.Forms.View.Details; this.listView1.DoubleClick += new System.EventHandler(this.listView1_DoubleClick); // // columnHeader_name // this.columnHeader_name.Text = "名称"; this.columnHeader_name.Width = 148; // // columnHeader_comment // this.columnHeader_comment.Text = "说明"; this.columnHeader_comment.Width = 204; // // columnHeader_entry // this.columnHeader_entry.Text = "入口函数"; this.columnHeader_entry.Width = 150; // // button_OK // this.button_OK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.button_OK.AutoSize = true; this.button_OK.Location = new System.Drawing.Point(253, 282); this.button_OK.Name = "button_OK"; this.button_OK.Size = new System.Drawing.Size(75, 22); this.button_OK.TabIndex = 2; this.button_OK.Text = "确定"; this.button_OK.Click += new System.EventHandler(this.button_OK_Click); // // button_Cancel // this.button_Cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.button_Cancel.AutoSize = true; this.button_Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.button_Cancel.Location = new System.Drawing.Point(333, 282); this.button_Cancel.Name = "button_Cancel"; this.button_Cancel.Size = new System.Drawing.Size(75, 22); this.button_Cancel.TabIndex = 3; this.button_Cancel.Text = "取消"; this.button_Cancel.Click += new System.EventHandler(this.button_Cancel_Click); // // checkBox_autoRun // this.checkBox_autoRun.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.checkBox_autoRun.AutoSize = true; this.checkBox_autoRun.Location = new System.Drawing.Point(9, 262); this.checkBox_autoRun.Name = "checkBox_autoRun"; this.checkBox_autoRun.Size = new System.Drawing.Size(138, 16); this.checkBox_autoRun.TabIndex = 1; this.checkBox_autoRun.Text = "自动执行加亮事项(&A)"; this.checkBox_autoRun.UseVisualStyleBackColor = true; // // ScriptActionMenuDlg // this.AcceptButton = this.button_OK; this.AutoScaleBaseSize = new System.Drawing.Size(6, 14); this.CancelButton = this.button_Cancel; this.ClientSize = new System.Drawing.Size(418, 313); this.Controls.Add(this.checkBox_autoRun); this.Controls.Add(this.button_Cancel); this.Controls.Add(this.button_OK); this.Controls.Add(this.listView1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "ScriptActionMenuDlg"; this.ShowInTaskbar = false; this.Text = "选择脚本功能"; this.Load += new System.EventHandler(this.ScriptActionMenuDlg_Load); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PropertyDlg111)); this.label_property = new System.Windows.Forms.Label(); this.textBox_property = new System.Windows.Forms.TextBox(); this.button_Cancel = new System.Windows.Forms.Button(); this.button_OK = new System.Windows.Forms.Button(); this.listView_property = new DigitalPlatform.GUI.ListViewNF(); this.toolTip_comment = new System.Windows.Forms.ToolTip(this.components); this.button_checkAll = new System.Windows.Forms.Button(); this.button_uncheckAll = new System.Windows.Forms.Button(); this.splitContainer_main = new System.Windows.Forms.SplitContainer(); this.panel_up = new System.Windows.Forms.Panel(); this.panel_down = new System.Windows.Forms.Panel(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer_main)).BeginInit(); this.splitContainer_main.Panel1.SuspendLayout(); this.splitContainer_main.Panel2.SuspendLayout(); this.splitContainer_main.SuspendLayout(); this.panel_up.SuspendLayout(); this.panel_down.SuspendLayout(); this.SuspendLayout(); // // label_property // this.label_property.AutoSize = true; this.label_property.Location = new System.Drawing.Point(-2, 4); this.label_property.Name = "label_property"; this.label_property.Size = new System.Drawing.Size(41, 12); this.label_property.TabIndex = 1; this.label_property.Text = "值(&V):"; this.label_property.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // textBox_property // this.textBox_property.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.textBox_property.Location = new System.Drawing.Point(0, 18); this.textBox_property.MaxLength = 0; this.textBox_property.Multiline = true; this.textBox_property.Name = "textBox_property"; this.textBox_property.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textBox_property.Size = new System.Drawing.Size(586, 81); this.textBox_property.TabIndex = 2; this.textBox_property.TextChanged += new System.EventHandler(this.textBox_property_TextChanged); // // button_Cancel // this.button_Cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.button_Cancel.AutoSize = true; this.button_Cancel.Location = new System.Drawing.Point(535, 373); this.button_Cancel.Name = "button_Cancel"; this.button_Cancel.Size = new System.Drawing.Size(60, 22); this.button_Cancel.TabIndex = 4; this.button_Cancel.Text = "取消"; this.button_Cancel.Click += new System.EventHandler(this.button_Cancel_Click); // // button_OK // this.button_OK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.button_OK.AutoSize = true; this.button_OK.Location = new System.Drawing.Point(471, 373); this.button_OK.Name = "button_OK"; this.button_OK.Size = new System.Drawing.Size(60, 22); this.button_OK.TabIndex = 3; this.button_OK.Text = "确定"; this.button_OK.Click += new System.EventHandler(this.button_OK_Click); // // listView_property // this.listView_property.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.listView_property.CheckBoxes = true; this.listView_property.FullRowSelect = true; this.listView_property.Location = new System.Drawing.Point(0, 0); this.listView_property.Name = "listView_property"; this.listView_property.Size = new System.Drawing.Size(586, 207); this.listView_property.TabIndex = 0; this.listView_property.UseCompatibleStateImageBehavior = false; this.listView_property.View = System.Windows.Forms.View.Details; this.listView_property.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.listView_property_ColumnClick); this.listView_property.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.listView_property_ItemCheck); this.listView_property.MouseMove += new System.Windows.Forms.MouseEventHandler(this.listView_property_MouseMove); this.listView_property.MouseUp += new System.Windows.Forms.MouseEventHandler(this.listView_property_MouseUp); // // toolTip_comment // this.toolTip_comment.AutomaticDelay = 1000; this.toolTip_comment.AutoPopDelay = 5000; this.toolTip_comment.InitialDelay = 1000; this.toolTip_comment.IsBalloon = true; this.toolTip_comment.ReshowDelay = 1000; this.toolTip_comment.ShowAlways = true; this.toolTip_comment.UseAnimation = false; this.toolTip_comment.UseFading = false; // // button_checkAll // this.button_checkAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.button_checkAll.AutoSize = true; this.button_checkAll.Location = new System.Drawing.Point(0, 212); this.button_checkAll.Name = "button_checkAll"; this.button_checkAll.Size = new System.Drawing.Size(68, 22); this.button_checkAll.TabIndex = 5; this.button_checkAll.Text = "全选(&A)"; this.button_checkAll.Click += new System.EventHandler(this.button_checkAll_Click); // // button_uncheckAll // this.button_uncheckAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.button_uncheckAll.AutoSize = true; this.button_uncheckAll.Location = new System.Drawing.Point(73, 212); this.button_uncheckAll.Name = "button_uncheckAll"; this.button_uncheckAll.Size = new System.Drawing.Size(66, 22); this.button_uncheckAll.TabIndex = 6; this.button_uncheckAll.Text = "清除(&C)"; this.button_uncheckAll.Click += new System.EventHandler(this.button_uncheckAll_Click); // // splitContainer_main // this.splitContainer_main.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.splitContainer_main.Location = new System.Drawing.Point(9, 10); this.splitContainer_main.Name = "splitContainer_main"; this.splitContainer_main.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer_main.Panel1 // this.splitContainer_main.Panel1.Controls.Add(this.panel_up); // // splitContainer_main.Panel2 // this.splitContainer_main.Panel2.Controls.Add(this.panel_down); this.splitContainer_main.Size = new System.Drawing.Size(586, 341); this.splitContainer_main.SplitterDistance = 234; this.splitContainer_main.SplitterWidth = 8; this.splitContainer_main.TabIndex = 7; // // panel_up // this.panel_up.Controls.Add(this.listView_property); this.panel_up.Controls.Add(this.button_uncheckAll); this.panel_up.Controls.Add(this.button_checkAll); this.panel_up.Dock = System.Windows.Forms.DockStyle.Fill; this.panel_up.Location = new System.Drawing.Point(0, 0); this.panel_up.Name = "panel_up"; this.panel_up.Size = new System.Drawing.Size(586, 234); this.panel_up.TabIndex = 0; // // panel_down // this.panel_down.Controls.Add(this.label_property); this.panel_down.Controls.Add(this.textBox_property); this.panel_down.Dock = System.Windows.Forms.DockStyle.Fill; this.panel_down.Location = new System.Drawing.Point(0, 0); this.panel_down.Name = "panel_down"; this.panel_down.Size = new System.Drawing.Size(586, 99); this.panel_down.TabIndex = 0; // // PropertyDlg // this.AutoScaleBaseSize = new System.Drawing.Size(6, 14); this.ClientSize = new System.Drawing.Size(604, 404); this.Controls.Add(this.splitContainer_main); this.Controls.Add(this.button_Cancel); this.Controls.Add(this.button_OK); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "PropertyDlg"; this.ShowInTaskbar = false; this.Text = "PropertyDlg"; this.Load += new System.EventHandler(this.PropertyDlg_Load); this.splitContainer_main.Panel1.ResumeLayout(false); this.splitContainer_main.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer_main)).EndInit(); this.splitContainer_main.ResumeLayout(false); this.panel_up.ResumeLayout(false); this.panel_up.PerformLayout(); this.panel_down.ResumeLayout(false); this.panel_down.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }