namespace CommonAIEditor { partial class DataManagerPanel { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.treeView = new CommonFroms.G2D.G2DTreeView(); this.propertyGrid = new CommonFroms.G2D.DataGrid.G2DPropertyGrid(); this.toolStrip = new System.Windows.Forms.ToolStrip(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.groupMenu = new System.Windows.Forms.ContextMenuStrip(this.components); this.groupBtn_AddNode = new System.Windows.Forms.ToolStripMenuItem(); this.groupBtn_AddGroup = new System.Windows.Forms.ToolStripMenuItem(); this.groupBtn_Rename = new System.Windows.Forms.ToolStripMenuItem(); this.groupBtn_EditAll = new System.Windows.Forms.ToolStripMenuItem(); this.groupBtn_Balance = new System.Windows.Forms.ToolStripMenuItem(); this.childMenu = new System.Windows.Forms.ContextMenuStrip(this.components); this.childBtn_SetID = new System.Windows.Forms.ToolStripMenuItem(); this.childBtn_Duplicate = new System.Windows.Forms.ToolStripMenuItem(); this.childBtn_EditGrid = new System.Windows.Forms.ToolStripMenuItem(); this.childBtn_Delete = new System.Windows.Forms.ToolStripMenuItem(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.groupMenu.SuspendLayout(); this.childMenu.SuspendLayout(); this.SuspendLayout(); // // treeView // this.treeView.AllowDrop = true; this.treeView.Dock = System.Windows.Forms.DockStyle.Fill; this.treeView.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.treeView.FullRowSelect = true; this.treeView.HideSelection = false; this.treeView.ImeMode = System.Windows.Forms.ImeMode.On; this.treeView.Location = new System.Drawing.Point(0, 25); this.treeView.Name = "treeView"; this.treeView.PathSeparator = "/"; this.treeView.Size = new System.Drawing.Size(285, 504); this.treeView.TabIndex = 0; this.treeView.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.treeView_ItemDrag); this.treeView.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeView_NodeMouseClick); this.treeView.DragDrop += new System.Windows.Forms.DragEventHandler(this.treeView_DragDrop); this.treeView.DragEnter += new System.Windows.Forms.DragEventHandler(this.treeView_DragEnter); this.treeView.DragOver += new System.Windows.Forms.DragEventHandler(this.treeView_DragOver); // // toolStrip // this.toolStrip.Location = new System.Drawing.Point(0, 0); this.toolStrip.Name = "toolStrip"; this.toolStrip.Size = new System.Drawing.Size(285, 25); this.toolStrip.TabIndex = 1; this.toolStrip.Text = "toolStrip1"; // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.treeView); this.splitContainer1.Panel1.Controls.Add(this.toolStrip); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.propertyGrid); this.splitContainer1.Size = new System.Drawing.Size(632, 529); this.splitContainer1.SplitterDistance = 285; this.splitContainer1.TabIndex = 2; // // propertyGrid // this.propertyGrid.Dock = System.Windows.Forms.DockStyle.Fill; this.propertyGrid.ImeMode = System.Windows.Forms.ImeMode.On; this.propertyGrid.Location = new System.Drawing.Point(0, 0); this.propertyGrid.Name = "propertyGrid"; this.propertyGrid.Size = new System.Drawing.Size(343, 529); this.propertyGrid.TabIndex = 0; this.propertyGrid.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.propertyGrid_PropertyValueChanged); // // groupMenu // this.groupMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.groupBtn_AddNode, this.groupBtn_AddGroup, this.groupBtn_Rename, this.groupBtn_EditAll, this.groupBtn_Balance}); this.groupMenu.Name = "groupMenu"; this.groupMenu.Size = new System.Drawing.Size(137, 114); // // groupBtn_AddNode // this.groupBtn_AddNode.Name = "groupBtn_AddNode"; this.groupBtn_AddNode.Size = new System.Drawing.Size(136, 22); this.groupBtn_AddNode.Click += new System.EventHandler(this.groupBtn_AddNode_Click); // // groupBtn_AddGroup // this.groupBtn_AddGroup.Name = "groupBtn_AddGroup"; this.groupBtn_AddGroup.Size = new System.Drawing.Size(136, 22); this.groupBtn_AddGroup.Text = "添加过滤器"; this.groupBtn_AddGroup.Click += new System.EventHandler(this.groupBtn_AddGroup_Click); // // groupBtn_Rename // this.groupBtn_Rename.Name = "groupBtn_Rename"; this.groupBtn_Rename.Size = new System.Drawing.Size(136, 22); this.groupBtn_Rename.Text = "重命名"; this.groupBtn_Rename.Click += new System.EventHandler(this.groupBtn_Rename_Click); // // groupBtn_EditAll // this.groupBtn_EditAll.Name = "groupBtn_EditAll"; this.groupBtn_EditAll.Size = new System.Drawing.Size(136, 22); this.groupBtn_EditAll.Text = "编辑所有"; this.groupBtn_EditAll.Click += new System.EventHandler(this.groupBtn_EditAll_Click); // // groupBtn_Balance // this.groupBtn_Balance.Name = "groupBtn_Balance"; this.groupBtn_Balance.Size = new System.Drawing.Size(136, 22); this.groupBtn_Balance.Text = "配平数据"; this.groupBtn_Balance.Click += new System.EventHandler(this.groupBtn_Balance_Click); // // childMenu // this.childMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.childBtn_SetID, this.childBtn_Duplicate, this.childBtn_EditGrid, this.childBtn_Delete}); this.childMenu.Name = "childMenu"; this.childMenu.Size = new System.Drawing.Size(114, 92); // // childBtn_SetID // this.childBtn_SetID.Name = "childBtn_SetID"; this.childBtn_SetID.Size = new System.Drawing.Size(113, 22); this.childBtn_SetID.Text = "设置ID"; this.childBtn_SetID.Click += new System.EventHandler(this.childBtn_SetID_Click); // // childBtn_Duplicate // this.childBtn_Duplicate.Name = "childBtn_Duplicate"; this.childBtn_Duplicate.Size = new System.Drawing.Size(113, 22); this.childBtn_Duplicate.Text = "复制"; this.childBtn_Duplicate.Click += new System.EventHandler(this.childBtn_Duplicate_Click); // // childBtn_EditGrid // this.childBtn_EditGrid.Name = "childBtn_EditGrid"; this.childBtn_EditGrid.Size = new System.Drawing.Size(113, 22); this.childBtn_EditGrid.Text = "编辑"; this.childBtn_EditGrid.Click += new System.EventHandler(this.childBtn_EditSingle_Click); // // childBtn_Delete // this.childBtn_Delete.Name = "childBtn_Delete"; this.childBtn_Delete.Size = new System.Drawing.Size(113, 22); this.childBtn_Delete.Text = "删除"; this.childBtn_Delete.Click += new System.EventHandler(this.childBtn_Delete_Click); // // DataManagerPanel // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.splitContainer1); this.Name = "DataManagerPanel"; this.Size = new System.Drawing.Size(632, 529); 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.groupMenu.ResumeLayout(false); this.childMenu.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ToolStrip toolStrip; private System.Windows.Forms.SplitContainer splitContainer1; protected CommonFroms.G2D.G2DTreeView treeView; protected CommonFroms.G2D.DataGrid.G2DPropertyGrid propertyGrid; protected System.Windows.Forms.ToolStripMenuItem groupBtn_AddNode; protected System.Windows.Forms.ToolStripMenuItem groupBtn_AddGroup; protected System.Windows.Forms.ToolStripMenuItem groupBtn_Rename; protected System.Windows.Forms.ToolStripMenuItem groupBtn_EditAll; protected System.Windows.Forms.ToolStripMenuItem groupBtn_Balance; protected System.Windows.Forms.ContextMenuStrip groupMenu; protected System.Windows.Forms.ToolStripMenuItem childBtn_SetID; protected System.Windows.Forms.ToolStripMenuItem childBtn_Duplicate; protected System.Windows.Forms.ToolStripMenuItem childBtn_EditGrid; protected System.Windows.Forms.ToolStripMenuItem childBtn_Delete; protected System.Windows.Forms.ContextMenuStrip childMenu; } }