namespace IBox.WinFrmUI { partial class PackageTressListCtrl { /// /// 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() { treeList1 = new DevExpress.XtraTreeList.TreeList(); treeListColumn1 = new DevExpress.XtraTreeList.Columns.TreeListColumn(); ((System.ComponentModel.ISupportInitialize)treeList1).BeginInit(); SuspendLayout(); // // treeList1 // treeList1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] { treeListColumn1 }); treeList1.Dock = DockStyle.Fill; treeList1.Location = new Point(0, 0); treeList1.Name = "treeList1"; treeList1.Size = new Size(235, 497); treeList1.TabIndex = 0; treeList1.FocusedNodeChanged += treeList1_FocusedNodeChanged; // // treeListColumn1 // treeListColumn1.Caption = "名称"; treeListColumn1.FieldName = "PumpName"; treeListColumn1.Name = "treeListColumn1"; treeListColumn1.Visible = true; treeListColumn1.VisibleIndex = 0; // // PackageTressListCtrl // AutoScaleDimensions = new SizeF(8F, 18F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(treeList1); Name = "PackageTressListCtrl"; Size = new Size(235, 497); ((System.ComponentModel.ISupportInitialize)treeList1).EndInit(); ResumeLayout(false); } #endregion private DevExpress.XtraTreeList.TreeList treeList1; private DevExpress.XtraTreeList.Columns.TreeListColumn treeListColumn1; } }