namespace HStation.WinFrmUI.PhartRelation { partial class XhsValveMainPhartListCtrl { /// /// 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() { barRoot = new DevExpress.XtraBars.BarSubItem(); layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); treeList1 = new DevExpress.XtraTreeList.TreeList(); colName = new DevExpress.XtraTreeList.Columns.TreeListColumn(); colImportance = new DevExpress.XtraTreeList.Columns.TreeListColumn(); Root = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); barRootBasicInfoMgr = new DevExpress.XtraBars.BarSubItem(); ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit(); layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)treeList1).BeginInit(); ((System.ComponentModel.ISupportInitialize)Root).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit(); SuspendLayout(); // // barRoot // barRoot.Caption = "barSubItem1"; barRoot.Id = 17; barRoot.Name = "barRoot"; // // layoutControl1 // layoutControl1.Controls.Add(treeList1); layoutControl1.Dock = DockStyle.Fill; layoutControl1.Location = new Point(0, 0); layoutControl1.Margin = new Padding(4, 5, 4, 5); layoutControl1.Name = "layoutControl1"; layoutControl1.Root = Root; layoutControl1.Size = new Size(341, 894); layoutControl1.TabIndex = 6; layoutControl1.Text = "layoutControl1"; // // treeList1 // treeList1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; treeList1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] { colName, colImportance }); treeList1.FixedLineWidth = 3; treeList1.HorzScrollStep = 4; treeList1.Location = new Point(0, 0); treeList1.Margin = new Padding(4, 5, 4, 5); treeList1.MinWidth = 29; 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(341, 894); treeList1.TabIndex = 7; treeList1.TreeLevelWidth = 26; treeList1.ViewStyle = DevExpress.XtraTreeList.TreeListViewStyle.TreeView; treeList1.FocusedNodeChanged += treeList1_FocusedNodeChanged; // // colName // colName.Caption = "名称"; colName.FieldName = "Name"; colName.MinWidth = 33; colName.Name = "colName"; colName.Visible = true; colName.VisibleIndex = 0; colName.Width = 301; // // colImportance // colImportance.AppearanceCell.ForeColor = DevExpress.LookAndFeel.DXSkinColors.ForeColors.Hyperlink; colImportance.AppearanceCell.Options.UseForeColor = true; colImportance.Caption = "重要度"; colImportance.FieldName = "Importance"; colImportance.MaxWidth = 40; colImportance.MinWidth = 40; colImportance.Name = "colImportance"; colImportance.Visible = true; colImportance.VisibleIndex = 1; colImportance.Width = 40; // // 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(341, 894); 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(341, 894); layoutControlItem2.TextSize = new Size(0, 0); layoutControlItem2.TextVisible = false; // // barRootBasicInfoMgr // barRootBasicInfoMgr.Caption = "barSubItem1"; barRootBasicInfoMgr.Id = 20; barRootBasicInfoMgr.Name = "barRootBasicInfoMgr"; // // XhsValveMainPhartListCtrl // Appearance.BackColor = SystemColors.Control; Appearance.Options.UseBackColor = true; AutoScaleDimensions = new SizeF(10F, 22F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(layoutControl1); Margin = new Padding(4, 5, 4, 5); Name = "XhsValveMainPhartListCtrl"; Size = new Size(341, 894); ((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); } #endregion 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.XtraTreeList.Columns.TreeListColumn colImportance; } }