duheng
2024-04-15 154d4c352b9ab06a925451f1fdcea6afd1701e10
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
using DevExpress.Utils;
using DevExpress.XtraEditors;
using DevExpress.XtraTreeList;
using Yw.Untity;
using System.ComponentModel;
using System.Drawing;
using System.Windows.Forms;
 
namespace ISupply.WinFrm.Main
{
    partial class RegionTreeListLookUpEdit
    {
        /// <summary> 
        /// Required designer variable.
        /// </summary>
        private IContainer components = null;
 
        /// <summary> 
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }
 
        #region Component Designer generated code
 
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            ComponentResourceManager resources = new ComponentResourceManager(typeof(RegionTreeListLookUpEdit));
            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;
            // 
            // RegionTreeListLookUpEdit
            // 
            AutoScaleDimensions = new SizeF(7F, 14F);
            AutoScaleMode = AutoScaleMode.Font;
            Controls.Add(treeListLookUpEdit1);
            Name = "RegionTreeListLookUpEdit";
            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;
    }
}