namespace ISupply.WinFrm.Main { partial class BuildingTreeListCtrl { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BuildingTreeListCtrl)); barManager1 = new DevExpress.XtraBars.BarManager(components); bar1 = new DevExpress.XtraBars.Bar(); barBtnExpandAll = new DevExpress.XtraBars.BarButtonItem(); barBtnCollapseAll = new DevExpress.XtraBars.BarButtonItem(); barCkSearch = new DevExpress.XtraBars.BarCheckItem(); barDockControlTop = new DevExpress.XtraBars.BarDockControl(); barDockControlBottom = new DevExpress.XtraBars.BarDockControl(); barDockControlLeft = new DevExpress.XtraBars.BarDockControl(); barDockControlRight = new DevExpress.XtraBars.BarDockControl(); barRoot = new DevExpress.XtraBars.BarSubItem(); layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); treeList1 = new DevExpress.XtraTreeList.TreeList(); colName = new DevExpress.XtraTreeList.Columns.TreeListColumn(); Root = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); barRootBasicInfoMgr = new DevExpress.XtraBars.BarSubItem(); ((System.ComponentModel.ISupportInitialize)barManager1).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit(); layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)treeList1).BeginInit(); ((System.ComponentModel.ISupportInitialize)Root).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit(); SuspendLayout(); // // barManager1 // barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] { bar1 }); barManager1.Categories.AddRange(new DevExpress.XtraBars.BarManagerCategory[] { new DevExpress.XtraBars.BarManagerCategory("Menu", new Guid("66025f6c-663a-4ef4-927a-145971e982ee")), new DevExpress.XtraBars.BarManagerCategory("Node", new Guid("b558f1d8-eb1b-4761-8cec-661b93c5cda9")) }); barManager1.DockControls.Add(barDockControlTop); barManager1.DockControls.Add(barDockControlBottom); barManager1.DockControls.Add(barDockControlLeft); barManager1.DockControls.Add(barDockControlRight); barManager1.Form = this; barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { barBtnExpandAll, barBtnCollapseAll, barCkSearch }); barManager1.MaxItemId = 45; // // bar1 // bar1.BarName = "Custom 2"; bar1.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Top; bar1.DockCol = 0; bar1.DockRow = 0; bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top; bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(barBtnExpandAll, true), new DevExpress.XtraBars.LinkPersistInfo(barBtnCollapseAll), new DevExpress.XtraBars.LinkPersistInfo(barCkSearch) }); bar1.OptionsBar.AllowQuickCustomization = false; bar1.OptionsBar.DrawBorder = false; bar1.OptionsBar.DrawDragBorder = false; bar1.OptionsBar.MultiLine = true; bar1.OptionsBar.UseWholeRow = true; bar1.Text = "Custom 2"; // // barBtnExpandAll // barBtnExpandAll.Caption = "全部展开"; barBtnExpandAll.CategoryGuid = new Guid("66025f6c-663a-4ef4-927a-145971e982ee"); barBtnExpandAll.Id = 8; barBtnExpandAll.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnExpandAll.ImageOptions.SvgImage"); barBtnExpandAll.Name = "barBtnExpandAll"; barBtnExpandAll.ItemClick += barBtnExpandAll_ItemClick; // // barBtnCollapseAll // barBtnCollapseAll.Caption = "全部折叠"; barBtnCollapseAll.CategoryGuid = new Guid("66025f6c-663a-4ef4-927a-145971e982ee"); barBtnCollapseAll.Id = 9; barBtnCollapseAll.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnCollapseAll.ImageOptions.SvgImage"); barBtnCollapseAll.Name = "barBtnCollapseAll"; barBtnCollapseAll.ItemClick += barBtnCollapseAll_ItemClick; // // barCkSearch // barCkSearch.Caption = "检索"; barCkSearch.Id = 37; barCkSearch.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barCkSearch.ImageOptions.SvgImage"); barCkSearch.Name = "barCkSearch"; barCkSearch.CheckedChanged += barCkSearch_CheckedChanged; // // barDockControlTop // barDockControlTop.CausesValidation = false; barDockControlTop.Dock = DockStyle.Top; barDockControlTop.Location = new Point(0, 0); barDockControlTop.Manager = barManager1; barDockControlTop.Size = new Size(239, 24); // // barDockControlBottom // barDockControlBottom.CausesValidation = false; barDockControlBottom.Dock = DockStyle.Bottom; barDockControlBottom.Location = new Point(0, 569); barDockControlBottom.Manager = barManager1; barDockControlBottom.Size = new Size(239, 0); // // barDockControlLeft // barDockControlLeft.CausesValidation = false; barDockControlLeft.Dock = DockStyle.Left; barDockControlLeft.Location = new Point(0, 24); barDockControlLeft.Manager = barManager1; barDockControlLeft.Size = new Size(0, 545); // // barDockControlRight // barDockControlRight.CausesValidation = false; barDockControlRight.Dock = DockStyle.Right; barDockControlRight.Location = new Point(239, 24); barDockControlRight.Manager = barManager1; barDockControlRight.Size = new Size(0, 545); // // barRoot // barRoot.Caption = "barSubItem1"; barRoot.Id = 17; barRoot.Name = "barRoot"; // // layoutControl1 // layoutControl1.Controls.Add(treeList1); layoutControl1.Dock = DockStyle.Fill; layoutControl1.Location = new Point(0, 24); layoutControl1.Name = "layoutControl1"; layoutControl1.Root = Root; layoutControl1.Size = new Size(239, 545); layoutControl1.TabIndex = 6; layoutControl1.Text = "layoutControl1"; // // treeList1 // treeList1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; treeList1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] { colName }); treeList1.Location = new Point(0, 0); treeList1.Name = "treeList1"; treeList1.OptionsBehavior.Editable = false; treeList1.OptionsBehavior.ReadOnly = true; treeList1.OptionsMenu.EnableNodeMenu = false; treeList1.OptionsSelection.EnableAppearanceFocusedCell = false; treeList1.OptionsView.FocusRectStyle = DevExpress.XtraTreeList.DrawFocusRectStyle.None; treeList1.Size = new Size(239, 545); treeList1.TabIndex = 7; treeList1.ViewStyle = DevExpress.XtraTreeList.TreeListViewStyle.TreeView; treeList1.BeforeFocusNode += treeList1_BeforeFocusNode; treeList1.FocusedNodeChanged += treeList1_FocusedNodeChanged; // // colName // colName.Caption = "名称"; colName.FieldName = "Name"; colName.MinWidth = 23; colName.Name = "colName"; colName.Visible = true; colName.VisibleIndex = 0; colName.Width = 87; // // Root // Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; Root.GroupBordersVisible = false; Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem2 }); Root.Name = "Root"; Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); Root.Size = new Size(239, 545); Root.TextVisible = false; // // layoutControlItem2 // layoutControlItem2.Control = treeList1; layoutControlItem2.Location = new Point(0, 0); layoutControlItem2.Name = "layoutControlItem2"; layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); layoutControlItem2.Size = new Size(239, 545); layoutControlItem2.TextSize = new Size(0, 0); layoutControlItem2.TextVisible = false; // // barRootBasicInfoMgr // barRootBasicInfoMgr.Caption = "barSubItem1"; barRootBasicInfoMgr.Id = 20; barRootBasicInfoMgr.Name = "barRootBasicInfoMgr"; // // BuildingTreeListCtrl // Appearance.BackColor = SystemColors.Control; Appearance.Options.UseBackColor = true; AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(layoutControl1); Controls.Add(barDockControlLeft); Controls.Add(barDockControlRight); Controls.Add(barDockControlBottom); Controls.Add(barDockControlTop); Name = "BuildingTreeListCtrl"; Size = new Size(239, 569); ((System.ComponentModel.ISupportInitialize)barManager1).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit(); layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)treeList1).EndInit(); ((System.ComponentModel.ISupportInitialize)Root).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit(); ResumeLayout(false); PerformLayout(); } #endregion private DevExpress.XtraBars.BarManager barManager1; private DevExpress.XtraBars.BarDockControl barDockControlTop; private DevExpress.XtraBars.BarDockControl barDockControlBottom; private DevExpress.XtraBars.BarDockControl barDockControlLeft; private DevExpress.XtraBars.BarDockControl barDockControlRight; private DevExpress.XtraBars.Bar bar1; private DevExpress.XtraBars.BarButtonItem barBtnExpandAll; private DevExpress.XtraBars.BarButtonItem barBtnCollapseAll; private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraTreeList.TreeList treeList1; private DevExpress.XtraTreeList.Columns.TreeListColumn colName; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; private DevExpress.XtraBars.BarSubItem barRoot; private DevExpress.XtraBars.BarSubItem barRootBasicInfoMgr; private DevExpress.XtraBars.BarCheckItem barCkSearch; } }