duheng
2024-11-14 60908c00556f4f53d82f5588ae3013f80c443590
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
namespace HStation.WinFrmUI
{
    partial class XhsProjectSimulationSchemeMgrCtrl
    {
        /// <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()
        {
            components = new Container();
            DevExpress.XtraEditors.TableLayout.ItemTemplateBase itemTemplateBase1 = new DevExpress.XtraEditors.TableLayout.ItemTemplateBase();
            DevExpress.XtraEditors.TableLayout.TableColumnDefinition tableColumnDefinition1 = new DevExpress.XtraEditors.TableLayout.TableColumnDefinition();
            DevExpress.XtraEditors.TableLayout.TemplatedItemElement templatedItemElement1 = new DevExpress.XtraEditors.TableLayout.TemplatedItemElement();
            DevExpress.XtraEditors.TableLayout.TableRowDefinition tableRowDefinition1 = new DevExpress.XtraEditors.TableLayout.TableRowDefinition();
            layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
            listBoxControl1 = new ListBoxControl();
            imgCmbProjectSiteList = new ImageComboBoxEdit();
            Root = new DevExpress.XtraLayout.LayoutControlGroup();
            itemForProjectSiteList = new DevExpress.XtraLayout.LayoutControlItem();
            layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
            xhsProjectSimulationSchemeMgrViewModelBindingSource = new BindingSource(components);
            ((ISupportInitialize)layoutControl1).BeginInit();
            layoutControl1.SuspendLayout();
            ((ISupportInitialize)listBoxControl1).BeginInit();
            ((ISupportInitialize)imgCmbProjectSiteList.Properties).BeginInit();
            ((ISupportInitialize)Root).BeginInit();
            ((ISupportInitialize)itemForProjectSiteList).BeginInit();
            ((ISupportInitialize)layoutControlItem1).BeginInit();
            ((ISupportInitialize)xhsProjectSimulationSchemeMgrViewModelBindingSource).BeginInit();
            SuspendLayout();
            // 
            // layoutControl1
            // 
            layoutControl1.Controls.Add(listBoxControl1);
            layoutControl1.Controls.Add(imgCmbProjectSiteList);
            layoutControl1.Dock = DockStyle.Fill;
            layoutControl1.Location = new Point(0, 0);
            layoutControl1.Name = "layoutControl1";
            layoutControl1.Root = Root;
            layoutControl1.Size = new Size(257, 467);
            layoutControl1.TabIndex = 0;
            layoutControl1.Text = "layoutControl1";
            // 
            // listBoxControl1
            // 
            listBoxControl1.DataSource = xhsProjectSimulationSchemeMgrViewModelBindingSource;
            listBoxControl1.DisplayMember = "Name";
            listBoxControl1.ItemHeight = 38;
            listBoxControl1.Location = new Point(0, 21);
            listBoxControl1.Name = "listBoxControl1";
            listBoxControl1.Size = new Size(257, 446);
            listBoxControl1.StyleController = layoutControl1;
            listBoxControl1.TabIndex = 5;
            itemTemplateBase1.Columns.Add(tableColumnDefinition1);
            templatedItemElement1.FieldName = "Name";
            templatedItemElement1.ImageOptions.ImageAlignment = TileItemContentAlignment.MiddleCenter;
            templatedItemElement1.ImageOptions.ImageScaleMode = TileItemImageScaleMode.ZoomInside;
            templatedItemElement1.Text = "Name";
            templatedItemElement1.TextAlignment = TileItemContentAlignment.MiddleLeft;
            templatedItemElement1.TextLocation = new Point(30, 0);
            itemTemplateBase1.Elements.Add(templatedItemElement1);
            itemTemplateBase1.Name = "template1";
            itemTemplateBase1.Rows.Add(tableRowDefinition1);
            listBoxControl1.Templates.Add(itemTemplateBase1);
            listBoxControl1.ValueMember = "ID";
            // 
            // imgCmbProjectSiteList
            // 
            imgCmbProjectSiteList.Location = new Point(0, 0);
            imgCmbProjectSiteList.Name = "imgCmbProjectSiteList";
            imgCmbProjectSiteList.Properties.Buttons.AddRange(new EditorButton[] { new EditorButton(ButtonPredefines.Combo) });
            imgCmbProjectSiteList.Size = new Size(257, 20);
            imgCmbProjectSiteList.StyleController = layoutControl1;
            imgCmbProjectSiteList.TabIndex = 4;
            imgCmbProjectSiteList.SelectedIndexChanged += imgCmbProjectSiteList_SelectedIndexChanged;
            // 
            // Root
            // 
            Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
            Root.GroupBordersVisible = false;
            Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { itemForProjectSiteList, layoutControlItem1 });
            Root.Name = "Root";
            Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            Root.Size = new Size(257, 467);
            Root.TextVisible = false;
            // 
            // itemForProjectSiteList
            // 
            itemForProjectSiteList.Control = imgCmbProjectSiteList;
            itemForProjectSiteList.Location = new Point(0, 0);
            itemForProjectSiteList.Name = "itemForProjectSiteList";
            itemForProjectSiteList.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            itemForProjectSiteList.Size = new Size(257, 20);
            itemForProjectSiteList.Text = "项目站";
            itemForProjectSiteList.TextSize = new Size(0, 0);
            itemForProjectSiteList.TextVisible = false;
            // 
            // layoutControlItem1
            // 
            layoutControlItem1.Control = listBoxControl1;
            layoutControlItem1.Location = new Point(0, 20);
            layoutControlItem1.Name = "layoutControlItem1";
            layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 1, 0);
            layoutControlItem1.Size = new Size(257, 447);
            layoutControlItem1.TextSize = new Size(0, 0);
            layoutControlItem1.TextVisible = false;
            // 
            // xhsProjectSimulationSchemeMgrViewModelBindingSource
            // 
            xhsProjectSimulationSchemeMgrViewModelBindingSource.DataSource = typeof(XhsProjectSimulationSchemeMgrViewModel);
            // 
            // XhsProjectSimulationSchemeMgrCtrl
            // 
            AutoScaleDimensions = new SizeF(7F, 14F);
            AutoScaleMode = AutoScaleMode.Font;
            Controls.Add(layoutControl1);
            Name = "XhsProjectSimulationSchemeMgrCtrl";
            Size = new Size(257, 467);
            ((ISupportInitialize)layoutControl1).EndInit();
            layoutControl1.ResumeLayout(false);
            ((ISupportInitialize)listBoxControl1).EndInit();
            ((ISupportInitialize)imgCmbProjectSiteList.Properties).EndInit();
            ((ISupportInitialize)Root).EndInit();
            ((ISupportInitialize)itemForProjectSiteList).EndInit();
            ((ISupportInitialize)layoutControlItem1).EndInit();
            ((ISupportInitialize)xhsProjectSimulationSchemeMgrViewModelBindingSource).EndInit();
            ResumeLayout(false);
        }
 
        #endregion
 
        private DevExpress.XtraLayout.LayoutControl layoutControl1;
        private DevExpress.XtraEditors.ListBoxControl listBoxControl1;
        private DevExpress.XtraEditors.ImageComboBoxEdit imgCmbProjectSiteList;
        private DevExpress.XtraLayout.LayoutControlGroup Root;
        private DevExpress.XtraLayout.LayoutControlItem itemForProjectSiteList;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
        private BindingSource xhsProjectSimulationSchemeMgrViewModelBindingSource;
    }
}