lixiaojun
2024-12-18 25233345bd14e2389e9b8110e38f831057dd4f65
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
namespace HStation.WinFrmUI
{
    partial class CreateXhsSchemeChangeRecordPage
    {
        /// <summary> 
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.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()
        {
            treeList1 = new DevExpress.XtraTreeList.TreeList();
            colSvg = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            repositoryItemPictureEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit();
            colName = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            ((ISupportInitialize)treeList1).BeginInit();
            ((ISupportInitialize)repositoryItemPictureEdit1).BeginInit();
            SuspendLayout();
            // 
            // treeList1
            // 
            treeList1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] { colSvg, colName });
            treeList1.Dock = DockStyle.Fill;
            treeList1.Location = new Point(0, 0);
            treeList1.Name = "treeList1";
            treeList1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { repositoryItemPictureEdit1 });
            treeList1.Size = new Size(1227, 729);
            treeList1.TabIndex = 0;
            // 
            // colSvg
            // 
            colSvg.Caption = "SvgImage";
            colSvg.ColumnEdit = repositoryItemPictureEdit1;
            colSvg.FieldName = "SvgImage";
            colSvg.MaxWidth = 60;
            colSvg.MinWidth = 60;
            colSvg.Name = "colSvg";
            colSvg.Visible = true;
            colSvg.VisibleIndex = 0;
            colSvg.Width = 60;
            // 
            // repositoryItemPictureEdit1
            // 
            repositoryItemPictureEdit1.Name = "repositoryItemPictureEdit1";
            // 
            // colName
            // 
            colName.AppearanceCell.Font = new Font("Tahoma", 12F, FontStyle.Regular, GraphicsUnit.Point);
            colName.AppearanceCell.ForeColor = Color.DodgerBlue;
            colName.AppearanceCell.Options.UseFont = true;
            colName.AppearanceCell.Options.UseForeColor = true;
            colName.Caption = "Name";
            colName.FieldName = "Name";
            colName.Name = "colName";
            colName.Visible = true;
            colName.VisibleIndex = 1;
            colName.Width = 1131;
            // 
            // CreateXhsSchemeChangeRecordPage
            // 
            AutoScaleDimensions = new SizeF(10F, 22F);
            AutoScaleMode = AutoScaleMode.Font;
            Controls.Add(treeList1);
            Margin = new Padding(4, 5, 4, 5);
            Name = "CreateXhsSchemeChangeRecordPage";
            Size = new Size(1227, 729);
            ((ISupportInitialize)treeList1).EndInit();
            ((ISupportInitialize)repositoryItemPictureEdit1).EndInit();
            ResumeLayout(false);
        }
 
        #endregion
 
        private DevExpress.XtraTreeList.TreeList treeList1;
        private DevExpress.XtraTreeList.Columns.TreeListColumn colSvg;
        private DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit repositoryItemPictureEdit1;
        private DevExpress.XtraTreeList.Columns.TreeListColumn colName;
    }
}