namespace HStation.WinFrmUI.Xhs.Core { partial class XhsProjectTreeList { /// /// 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(XhsProjectTreeList)); layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); treeList1 = new DevExpress.XtraTreeList.TreeList(); treeListColumn1 = new DevExpress.XtraTreeList.Columns.TreeListColumn(); BtnImportProject = new DevExpress.XtraEditors.SimpleButton(); Root = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); bindingSource1 = new BindingSource(components); ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit(); layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)treeList1).BeginInit(); ((System.ComponentModel.ISupportInitialize)Root).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit(); ((System.ComponentModel.ISupportInitialize)bindingSource1).BeginInit(); SuspendLayout(); // // layoutControl1 // layoutControl1.Controls.Add(treeList1); layoutControl1.Controls.Add(BtnImportProject); layoutControl1.Dock = DockStyle.Fill; layoutControl1.Location = new Point(0, 0); layoutControl1.Name = "layoutControl1"; layoutControl1.Root = Root; layoutControl1.Size = new Size(264, 519); layoutControl1.TabIndex = 0; layoutControl1.Text = "layoutControl1"; // // treeList1 // treeList1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] { treeListColumn1 }); treeList1.Location = new Point(2, 2); treeList1.Name = "treeList1"; treeList1.OptionsBehavior.Editable = false; treeList1.OptionsFind.AlwaysVisible = true; treeList1.OptionsFind.FindNullPrompt = "输入搜索关键词:"; treeList1.Size = new Size(260, 475); treeList1.TabIndex = 0; treeList1.ViewStyle = DevExpress.XtraTreeList.TreeListViewStyle.TreeView; treeList1.FocusedNodeChanged += treeList1_FocusedNodeChanged; treeList1.DoubleClick += treeList1_DoubleClick; // // treeListColumn1 // treeListColumn1.Caption = "treeListColumn1"; treeListColumn1.FieldName = "Name"; treeListColumn1.Name = "treeListColumn1"; treeListColumn1.Visible = true; treeListColumn1.VisibleIndex = 0; // // BtnImportProject // BtnImportProject.Appearance.BackColor = Color.MediumTurquoise; BtnImportProject.Appearance.Font = new Font("Tahoma", 15F, FontStyle.Bold, GraphicsUnit.Point); BtnImportProject.Appearance.Options.UseBackColor = true; BtnImportProject.Appearance.Options.UseFont = true; BtnImportProject.Appearance.Options.UseTextOptions = true; BtnImportProject.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; BtnImportProject.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("BtnImportProject.ImageOptions.SvgImage"); BtnImportProject.Location = new Point(2, 481); BtnImportProject.Name = "BtnImportProject"; BtnImportProject.Size = new Size(260, 36); BtnImportProject.StyleController = layoutControl1; BtnImportProject.TabIndex = 2; BtnImportProject.Text = "导入项目"; BtnImportProject.Click += BtnImportProject_Click; // // Root // Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; Root.GroupBordersVisible = false; Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem2 }); Root.Name = "Root"; Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); Root.Size = new Size(264, 519); Root.TextVisible = false; // // layoutControlItem1 // layoutControlItem1.Control = treeList1; layoutControlItem1.Location = new Point(0, 0); layoutControlItem1.Name = "layoutControlItem1"; layoutControlItem1.Size = new Size(264, 479); layoutControlItem1.TextSize = new Size(0, 0); layoutControlItem1.TextVisible = false; // // layoutControlItem2 // layoutControlItem2.Control = BtnImportProject; layoutControlItem2.Location = new Point(0, 479); layoutControlItem2.Name = "layoutControlItem2"; layoutControlItem2.Size = new Size(264, 40); layoutControlItem2.TextSize = new Size(0, 0); layoutControlItem2.TextVisible = false; // // XhsProjectTreeList // AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(layoutControl1); Name = "XhsProjectTreeList"; Size = new Size(264, 519); ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit(); layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)treeList1).EndInit(); ((System.ComponentModel.ISupportInitialize)Root).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit(); ((System.ComponentModel.ISupportInitialize)bindingSource1).EndInit(); ResumeLayout(false); } #endregion private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraTreeList.TreeList treeList1; private DevExpress.XtraEditors.SimpleButton BtnImportProject; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; private BindingSource bindingSource1; private DevExpress.XtraTreeList.Columns.TreeListColumn treeListColumn1; } }