namespace DPumpHydr.WinFrmUI.Volute { partial class StepTreeListCtrl { /// /// 必需的设计器变量。 /// 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(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StepTreeListCtrl)); this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); this.treeList1 = new DevExpress.XtraTreeList.TreeList(); this.treeColCaption = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.treeColDataState = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.imageCollectionSel16 = new DevExpress.Utils.ImageCollection(this.components); this.imageCollectionState16 = new DevExpress.Utils.ImageCollection(this.components); this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); this.layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.imageCollectionSel16)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.imageCollectionState16)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); this.SuspendLayout(); // // layoutControl1 // this.layoutControl1.Controls.Add(this.treeList1); this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.layoutControl1.Location = new System.Drawing.Point(0, 0); this.layoutControl1.Name = "layoutControl1"; this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(354, 462, 274, 350); this.layoutControl1.Root = this.layoutControlGroup1; this.layoutControl1.Size = new System.Drawing.Size(257, 615); this.layoutControl1.TabIndex = 0; this.layoutControl1.Text = "layoutControl1"; // // treeList1 // this.treeList1.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(122)))), ((int)(((byte)(204))))); this.treeList1.Appearance.FocusedRow.ForeColor = System.Drawing.Color.White; this.treeList1.Appearance.FocusedRow.Options.UseBackColor = true; this.treeList1.Appearance.FocusedRow.Options.UseForeColor = true; this.treeList1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] { this.treeColCaption, this.treeColDataState}); this.treeList1.Location = new System.Drawing.Point(0, 0); this.treeList1.Name = "treeList1"; this.treeList1.OptionsBehavior.Editable = false; this.treeList1.OptionsBehavior.ReadOnly = true; this.treeList1.OptionsSelection.EnableAppearanceFocusedCell = false; this.treeList1.OptionsView.AnimationType = DevExpress.XtraTreeList.TreeListAnimationType.AnimateAllContent; this.treeList1.OptionsView.FocusRectStyle = DevExpress.XtraTreeList.DrawFocusRectStyle.None; this.treeList1.OptionsView.ShowColumns = false; this.treeList1.OptionsView.ShowHorzLines = false; this.treeList1.OptionsView.ShowIndicator = false; this.treeList1.OptionsView.ShowVertLines = false; this.treeList1.RowHeight = 25; this.treeList1.SelectImageList = this.imageCollectionSel16; this.treeList1.Size = new System.Drawing.Size(257, 615); this.treeList1.StateImageList = this.imageCollectionState16; this.treeList1.TabIndex = 5; // // treeColCaption // this.treeColCaption.Caption = "名称"; this.treeColCaption.FieldName = "Caption"; this.treeColCaption.MinWidth = 65; this.treeColCaption.Name = "treeColCaption"; this.treeColCaption.Visible = true; this.treeColCaption.VisibleIndex = 0; this.treeColCaption.Width = 233; // // treeColDataState // this.treeColDataState.Caption = "数据状态"; this.treeColDataState.FieldName = "数据状态"; this.treeColDataState.Name = "treeColDataState"; this.treeColDataState.OptionsColumn.FixedWidth = true; this.treeColDataState.Visible = true; this.treeColDataState.VisibleIndex = 1; this.treeColDataState.Width = 30; // // imageCollectionSel16 // this.imageCollectionSel16.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollectionSel16.ImageStream"))); this.imageCollectionSel16.Images.SetKeyName(0, "cancel_16x16.png"); this.imageCollectionSel16.Images.SetKeyName(1, "apply_16x16.png"); // // imageCollectionState16 // this.imageCollectionState16.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollectionState16.ImageStream"))); this.imageCollectionState16.Images.SetKeyName(0, "new_16x16.png"); this.imageCollectionState16.Images.SetKeyName(1, "edit_16x16.png"); this.imageCollectionState16.Images.SetKeyName(2, "issue_16x16.png"); // // layoutControlGroup1 // this.layoutControlGroup1.CustomizationFormText = "layoutControlGroup1"; this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.layoutControlGroup1.GroupBordersVisible = false; this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem1}); this.layoutControlGroup1.Name = "Root"; this.layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); this.layoutControlGroup1.Size = new System.Drawing.Size(257, 615); this.layoutControlGroup1.TextVisible = false; // // layoutControlItem1 // this.layoutControlItem1.Control = this.treeList1; this.layoutControlItem1.CustomizationFormText = "layoutControlItem1"; this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); this.layoutControlItem1.Name = "layoutControlItem1"; this.layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); this.layoutControlItem1.Size = new System.Drawing.Size(257, 615); this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem1.TextVisible = false; // // StepTreeListCtrl // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.layoutControl1); this.Name = "StepTreeListCtrl"; this.Size = new System.Drawing.Size(257, 615); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); this.layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.imageCollectionSel16)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.imageCollectionState16)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1; private DevExpress.XtraTreeList.TreeList treeList1; private DevExpress.XtraTreeList.Columns.TreeListColumn treeColCaption; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.Utils.ImageCollection imageCollectionSel16; private DevExpress.Utils.ImageCollection imageCollectionState16; private DevExpress.XtraTreeList.Columns.TreeListColumn treeColDataState; } }