using DevExpress.Utils; using DevExpress.XtraEditors; using DevExpress.XtraTreeList; using System.ComponentModel; using System.Drawing; using System.Windows.Forms; namespace HStation.WinFrmUI.Basic { partial class SysTypeTreeListLookUpEdit { /// /// Required designer variable. /// private 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() { ComponentResourceManager resources = new ComponentResourceManager(typeof(SysTypeTreeListLookUpEdit)); treeListLookUpEdit1 = new TreeListLookUpEdit(); treeListLookUpEdit1TreeList = new TreeList(); colName = new DevExpress.XtraTreeList.Columns.TreeListColumn(); ((ISupportInitialize)treeListLookUpEdit1.Properties).BeginInit(); ((ISupportInitialize)treeListLookUpEdit1TreeList).BeginInit(); SuspendLayout(); // // treeListLookUpEdit1 // treeListLookUpEdit1.Dock = DockStyle.Fill; treeListLookUpEdit1.EditValue = ""; treeListLookUpEdit1.Location = new Point(0, 0); treeListLookUpEdit1.Margin = new Padding(2); treeListLookUpEdit1.Name = "treeListLookUpEdit1"; treeListLookUpEdit1.Properties.AllowFocused = false; treeListLookUpEdit1.Properties.Appearance.FontSizeDelta = 1; treeListLookUpEdit1.Properties.Appearance.ForeColor = DevExpress.LookAndFeel.DXSkinColors.ForeColors.Hyperlink; treeListLookUpEdit1.Properties.Appearance.Options.UseFont = true; treeListLookUpEdit1.Properties.Appearance.Options.UseForeColor = true; treeListLookUpEdit1.Properties.BestFitMode = DevExpress.XtraEditors.Controls.BestFitMode.BestFitResizePopup; treeListLookUpEdit1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; treeListLookUpEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); treeListLookUpEdit1.Properties.ButtonsStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; treeListLookUpEdit1.Properties.ContextImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("treeListLookUpEdit1.Properties.ContextImageOptions.SvgImage"); treeListLookUpEdit1.Properties.ContextImageOptions.SvgImageSize = new Size(18, 18); treeListLookUpEdit1.Properties.DisplayMember = "Name"; treeListLookUpEdit1.Properties.TreeList = treeListLookUpEdit1TreeList; treeListLookUpEdit1.Properties.ValueMember = "ID"; treeListLookUpEdit1.Size = new Size(275, 20); treeListLookUpEdit1.TabIndex = 0; // // treeListLookUpEdit1TreeList // treeListLookUpEdit1TreeList.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] { colName }); treeListLookUpEdit1TreeList.Location = new Point(0, 0); treeListLookUpEdit1TreeList.Name = "treeListLookUpEdit1TreeList"; treeListLookUpEdit1TreeList.OptionsView.ShowIndentAsRowStyle = true; treeListLookUpEdit1TreeList.Size = new Size(400, 200); treeListLookUpEdit1TreeList.TabIndex = 0; // // colName // colName.Caption = "名称"; colName.FieldName = "Name"; colName.Name = "colName"; colName.Visible = true; colName.VisibleIndex = 0; // // TypeTreeListLookUpEdit // AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(treeListLookUpEdit1); Name = "TypeTreeListLookUpEdit"; Size = new Size(275, 19); ((ISupportInitialize)treeListLookUpEdit1.Properties).EndInit(); ((ISupportInitialize)treeListLookUpEdit1TreeList).EndInit(); ResumeLayout(false); } #endregion private TreeListLookUpEdit treeListLookUpEdit1; private TreeList treeListLookUpEdit1TreeList; private DevExpress.XtraTreeList.Columns.TreeListColumn colName; } }