namespace SIMDP.View { partial class FormNode { /// /// 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(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormNode)); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.tree_Node = new System.Windows.Forms.TreeView(); this.menuTree = new System.Windows.Forms.ContextMenuStrip(this.components); this.menuTree_AddGroup = new System.Windows.Forms.ToolStripMenuItem(); this.menuTree_AddPoint = new System.Windows.Forms.ToolStripMenuItem(); this.menuTree_Delete = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.menuTree_Expand = new System.Windows.Forms.ToolStripMenuItem(); this.menuTree_Collapse = new System.Windows.Forms.ToolStripMenuItem(); this.menuTree_Refresh = new System.Windows.Forms.ToolStripMenuItem(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.gridControl_Node = new DevExpress.XtraGrid.GridControl(); this.gridView_Node = new DevExpress.XtraGrid.Views.Grid.GridView(); this.imageList1 = new System.Windows.Forms.ImageList(this.components); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit(); this.splitContainerControl1.SuspendLayout(); this.menuTree.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridControl_Node)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView_Node)).BeginInit(); this.SuspendLayout(); // // panelControl1 // this.panelControl1.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.panelControl1.Controls.Add(this.splitContainerControl1); this.panelControl1.Location = new System.Drawing.Point(1, 2); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(900, 594); this.panelControl1.TabIndex = 0; // // splitContainerControl1 // this.splitContainerControl1.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.splitContainerControl1.Location = new System.Drawing.Point(0, 0); this.splitContainerControl1.Name = "splitContainerControl1"; this.splitContainerControl1.Panel1.Controls.Add(this.labelControl1); this.splitContainerControl1.Panel1.Controls.Add(this.tree_Node); this.splitContainerControl1.Panel1.Text = "Panel1"; this.splitContainerControl1.Panel2.Controls.Add(this.labelControl2); this.splitContainerControl1.Panel2.Controls.Add(this.gridControl_Node); this.splitContainerControl1.Panel2.Text = "Panel2"; this.splitContainerControl1.Size = new System.Drawing.Size(900, 589); this.splitContainerControl1.SplitterPosition = 301; this.splitContainerControl1.TabIndex = 0; this.splitContainerControl1.Text = "splitContainerControl1"; // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(8, 10); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(225, 18); this.labelControl1.TabIndex = 1; this.labelControl1.Text = "系统树节点信息:(右键可操作)"; // // tree_Node // this.tree_Node.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.tree_Node.ContextMenuStrip = this.menuTree; this.tree_Node.Location = new System.Drawing.Point(3, 37); this.tree_Node.Name = "tree_Node"; this.tree_Node.Size = new System.Drawing.Size(295, 552); this.tree_Node.TabIndex = 0; this.tree_Node.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tree_Node_AfterSelect); // // menuTree // this.menuTree.ImageScalingSize = new System.Drawing.Size(20, 20); this.menuTree.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.menuTree_AddGroup, this.menuTree_AddPoint, this.menuTree_Delete, this.toolStripSeparator1, this.menuTree_Expand, this.menuTree_Collapse, this.menuTree_Refresh}); this.menuTree.Name = "menuTree"; this.menuTree.Size = new System.Drawing.Size(143, 166); // // menuTree_AddGroup // this.menuTree_AddGroup.Image = ((System.Drawing.Image)(resources.GetObject("menuTree_AddGroup.Image"))); this.menuTree_AddGroup.Name = "menuTree_AddGroup"; this.menuTree_AddGroup.Size = new System.Drawing.Size(142, 26); this.menuTree_AddGroup.Text = "添加组"; this.menuTree_AddGroup.Click += new System.EventHandler(this.menuTree_AddGroup_Click); // // menuTree_AddPoint // this.menuTree_AddPoint.Image = ((System.Drawing.Image)(resources.GetObject("menuTree_AddPoint.Image"))); this.menuTree_AddPoint.Name = "menuTree_AddPoint"; this.menuTree_AddPoint.Size = new System.Drawing.Size(142, 26); this.menuTree_AddPoint.Text = "添加点"; this.menuTree_AddPoint.Click += new System.EventHandler(this.menuTree_AddPoint_Click); // // menuTree_Delete // this.menuTree_Delete.Image = global::SIMDP.View.Properties.Resources.Remove_16x16; this.menuTree_Delete.Name = "menuTree_Delete"; this.menuTree_Delete.Size = new System.Drawing.Size(142, 26); this.menuTree_Delete.Text = "删除"; this.menuTree_Delete.Click += new System.EventHandler(this.menuTree_Delete_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(139, 6); // // menuTree_Expand // this.menuTree_Expand.Image = global::SIMDP.View.Properties.Resources.Open_16x16; this.menuTree_Expand.Name = "menuTree_Expand"; this.menuTree_Expand.Size = new System.Drawing.Size(142, 26); this.menuTree_Expand.Text = "全部展开"; this.menuTree_Expand.Click += new System.EventHandler(this.menuTree_Expand_Click); // // menuTree_Collapse // this.menuTree_Collapse.Image = global::SIMDP.View.Properties.Resources.Close_16x16; this.menuTree_Collapse.Name = "menuTree_Collapse"; this.menuTree_Collapse.Size = new System.Drawing.Size(142, 26); this.menuTree_Collapse.Text = "全部折叠"; this.menuTree_Collapse.Click += new System.EventHandler(this.menuTree_Collapse_Click); // // menuTree_Refresh // this.menuTree_Refresh.Image = ((System.Drawing.Image)(resources.GetObject("menuTree_Refresh.Image"))); this.menuTree_Refresh.Name = "menuTree_Refresh"; this.menuTree_Refresh.Size = new System.Drawing.Size(142, 26); this.menuTree_Refresh.Text = "刷新"; this.menuTree_Refresh.Click += new System.EventHandler(this.menuTree_Refresh_Click); // // labelControl2 // this.labelControl2.Location = new System.Drawing.Point(8, 10); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(180, 18); this.labelControl2.TabIndex = 1; this.labelControl2.Text = "数据列表:(双击可修改)"; // // gridControl_Node // this.gridControl_Node.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.gridControl_Node.Location = new System.Drawing.Point(2, 37); this.gridControl_Node.MainView = this.gridView_Node; this.gridControl_Node.Name = "gridControl_Node"; this.gridControl_Node.Size = new System.Drawing.Size(589, 552); this.gridControl_Node.TabIndex = 0; this.gridControl_Node.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView_Node}); this.gridControl_Node.DoubleClick += new System.EventHandler(this.gridControl_Node_DoubleClick); // // gridView_Node // this.gridView_Node.Appearance.HeaderPanel.Options.UseTextOptions = true; this.gridView_Node.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridView_Node.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003; this.gridView_Node.GridControl = this.gridControl_Node; this.gridView_Node.IndicatorWidth = 30; this.gridView_Node.Name = "gridView_Node"; this.gridView_Node.OptionsBehavior.Editable = false; this.gridView_Node.OptionsBehavior.ReadOnly = true; this.gridView_Node.OptionsView.EnableAppearanceEvenRow = true; this.gridView_Node.OptionsView.EnableAppearanceOddRow = true; this.gridView_Node.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.ShowAlways; this.gridView_Node.OptionsView.ShowGroupPanel = false; this.gridView_Node.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridView_Node_CustomDrawRowIndicator); this.gridView_Node.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.gridView_Node_CustomColumnDisplayText); // // imageList1 // this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream"))); this.imageList1.TransparentColor = System.Drawing.Color.Transparent; this.imageList1.Images.SetKeyName(0, "Object_Project.png"); this.imageList1.Images.SetKeyName(1, "Object_Stage.png"); this.imageList1.Images.SetKeyName(2, "Edit_16x16.png"); // // FormNode // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(903, 595); this.Controls.Add(this.panelControl1); this.Name = "FormNode"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "节点配置管理"; ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit(); this.splitContainerControl1.ResumeLayout(false); this.menuTree.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridControl_Node)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView_Node)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1; private DevExpress.XtraGrid.GridControl gridControl_Node; private DevExpress.XtraGrid.Views.Grid.GridView gridView_Node; private DevExpress.XtraEditors.LabelControl labelControl1; private System.Windows.Forms.TreeView tree_Node; private DevExpress.XtraEditors.LabelControl labelControl2; private System.Windows.Forms.ContextMenuStrip menuTree; private System.Windows.Forms.ToolStripMenuItem menuTree_AddGroup; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripMenuItem menuTree_Expand; private System.Windows.Forms.ToolStripMenuItem menuTree_Collapse; private System.Windows.Forms.ToolStripMenuItem menuTree_Refresh; private System.Windows.Forms.ImageList imageList1; private System.Windows.Forms.ToolStripMenuItem menuTree_AddPoint; private System.Windows.Forms.ToolStripMenuItem menuTree_Delete; } }