namespace MFire.WinFrmUI
{
partial class SelectCorprationListCtrl
{
///
/// 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();
treeListLookUpEdit1 = new DevExpress.XtraEditors.TreeListLookUpEdit();
treeListLookUpEdit1TreeList = new DevExpress.XtraTreeList.TreeList();
colName = new DevExpress.XtraTreeList.Columns.TreeListColumn();
svgImageTree = new DevExpress.Utils.SvgImageCollection(components);
((System.ComponentModel.ISupportInitialize)treeListLookUpEdit1.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)treeListLookUpEdit1TreeList).BeginInit();
((System.ComponentModel.ISupportInitialize)svgImageTree).BeginInit();
SuspendLayout();
//
// treeListLookUpEdit1
//
treeListLookUpEdit1.Dock = DockStyle.Fill;
treeListLookUpEdit1.EditValue = "选择";
treeListLookUpEdit1.Location = new Point(0, 0);
treeListLookUpEdit1.Margin = new Padding(4, 4, 4, 4);
treeListLookUpEdit1.Name = "treeListLookUpEdit1";
treeListLookUpEdit1.Properties.AllowFocused = false;
treeListLookUpEdit1.Properties.Appearance.Options.UseTextOptions = true;
treeListLookUpEdit1.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
treeListLookUpEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
treeListLookUpEdit1.Properties.DisplayMember = "Name";
treeListLookUpEdit1.Properties.TreeList = treeListLookUpEdit1TreeList;
treeListLookUpEdit1.Properties.ValueMember = "ID";
treeListLookUpEdit1.Size = new Size(269, 24);
treeListLookUpEdit1.TabIndex = 0;
//
// treeListLookUpEdit1TreeList
//
treeListLookUpEdit1TreeList.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] { colName });
treeListLookUpEdit1TreeList.HorzScrollStep = 4;
treeListLookUpEdit1TreeList.Location = new Point(0, 0);
treeListLookUpEdit1TreeList.MinWidth = 25;
treeListLookUpEdit1TreeList.Name = "treeListLookUpEdit1TreeList";
treeListLookUpEdit1TreeList.RootValue = "0";
treeListLookUpEdit1TreeList.Size = new Size(400, 200);
treeListLookUpEdit1TreeList.TabIndex = 0;
treeListLookUpEdit1TreeList.TreeLevelWidth = 22;
//
// colName
//
colName.Caption = "名称";
colName.FieldName = "Name";
colName.MinWidth = 25;
colName.Name = "colName";
colName.Width = 94;
//
// svgImageTree
//
svgImageTree.Add("bo_customer", "image://svgimages/business objects/bo_customer.svg");
//
// SelectCorprationListCtrl
//
AutoScaleDimensions = new SizeF(120F, 120F);
AutoScaleMode = AutoScaleMode.Dpi;
Controls.Add(treeListLookUpEdit1);
Margin = new Padding(4, 4, 4, 4);
Name = "SelectCorprationListCtrl";
Size = new Size(269, 58);
((System.ComponentModel.ISupportInitialize)treeListLookUpEdit1.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)treeListLookUpEdit1TreeList).EndInit();
((System.ComponentModel.ISupportInitialize)svgImageTree).EndInit();
ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.TreeListLookUpEdit treeListLookUpEdit1;
private DevExpress.XtraTreeList.TreeList treeListLookUpEdit1TreeList;
private System.Windows.Forms.BindingSource corprationBindingSource;
private DevExpress.XtraTreeList.Columns.TreeListColumn colShortName;
private DevExpress.XtraTreeList.Columns.TreeListColumn colName;
private DevExpress.Utils.SvgImageCollection svgImageTree;
}
}