lixiaojun
2024-12-21 9b08736cc1346d71a43603b690324cf1d33a16e4
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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
namespace HStation.WinFrmUI
{
    partial class XhsProjectResultRevitCtrl
    {
        /// <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.XtraGrid.GridFormatRule gridFormatRule1 = new DevExpress.XtraGrid.GridFormatRule();
            FormatConditionRule2ColorScale formatConditionRule2ColorScale1 = new FormatConditionRule2ColorScale();
            gridControl1 = new DevExpress.XtraGrid.GridControl();
            gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
            colCatalog = new DevExpress.XtraGrid.Columns.GridColumn();
            colName = new DevExpress.XtraGrid.Columns.GridColumn();
            colCode = new DevExpress.XtraGrid.Columns.GridColumn();
            colPropName = new DevExpress.XtraGrid.Columns.GridColumn();
            colPropStatus = new DevExpress.XtraGrid.Columns.GridColumn();
            colStatusInfo = new DevExpress.XtraGrid.Columns.GridColumn();
            layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
            generalSearchAndExportCtrl1 = new GeneralSearchAndExportCtrl();
            imgCmbPropStatus = new ImageComboBoxEdit();
            txtName = new TextEdit();
            txtCode = new TextEdit();
            txtCatalog = new TextEdit();
            Root = new DevExpress.XtraLayout.LayoutControlGroup();
            layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
            layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
            layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
            layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
            layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
            layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
            layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
            xhsProjectResultRevitViewModelBindingSource = new BindingSource(components);
            ((ISupportInitialize)gridControl1).BeginInit();
            ((ISupportInitialize)gridView1).BeginInit();
            ((ISupportInitialize)layoutControl1).BeginInit();
            layoutControl1.SuspendLayout();
            ((ISupportInitialize)imgCmbPropStatus.Properties).BeginInit();
            ((ISupportInitialize)txtName.Properties).BeginInit();
            ((ISupportInitialize)txtCode.Properties).BeginInit();
            ((ISupportInitialize)txtCatalog.Properties).BeginInit();
            ((ISupportInitialize)Root).BeginInit();
            ((ISupportInitialize)layoutControlItem1).BeginInit();
            ((ISupportInitialize)layoutControlGroup1).BeginInit();
            ((ISupportInitialize)layoutControlItem2).BeginInit();
            ((ISupportInitialize)layoutControlItem4).BeginInit();
            ((ISupportInitialize)layoutControlItem3).BeginInit();
            ((ISupportInitialize)layoutControlItem5).BeginInit();
            ((ISupportInitialize)layoutControlItem6).BeginInit();
            ((ISupportInitialize)xhsProjectResultRevitViewModelBindingSource).BeginInit();
            SuspendLayout();
            // 
            // gridControl1
            // 
            gridControl1.DataSource = xhsProjectResultRevitViewModelBindingSource;
            gridControl1.Location = new Point(2, 71);
            gridControl1.MainView = gridView1;
            gridControl1.Name = "gridControl1";
            gridControl1.Size = new Size(1120, 625);
            gridControl1.TabIndex = 0;
            gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 });
            // 
            // gridView1
            // 
            gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true;
            gridView1.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colCatalog, colName, colCode, colPropName, colPropStatus, colStatusInfo });
            gridFormatRule1.Name = "Format0";
            gridFormatRule1.Rule = formatConditionRule2ColorScale1;
            gridView1.FormatRules.Add(gridFormatRule1);
            gridView1.GridControl = gridControl1;
            gridView1.Name = "gridView1";
            gridView1.OptionsView.ShowGroupPanel = false;
            gridView1.CustomDrawCell += gridView1_CustomDrawCell;
            // 
            // colCatalog
            // 
            colCatalog.FieldName = "Catalog";
            colCatalog.Name = "colCatalog";
            colCatalog.Visible = true;
            colCatalog.VisibleIndex = 0;
            // 
            // colName
            // 
            colName.AppearanceCell.Options.UseTextOptions = true;
            colName.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            colName.FieldName = "Name";
            colName.Name = "colName";
            colName.Visible = true;
            colName.VisibleIndex = 1;
            colName.Width = 107;
            // 
            // colCode
            // 
            colCode.AppearanceCell.Options.UseTextOptions = true;
            colCode.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            colCode.FieldName = "Code";
            colCode.Name = "colCode";
            colCode.Visible = true;
            colCode.VisibleIndex = 2;
            colCode.Width = 127;
            // 
            // colPropName
            // 
            colPropName.FieldName = "PropName";
            colPropName.Name = "colPropName";
            colPropName.Visible = true;
            colPropName.VisibleIndex = 3;
            // 
            // colPropStatus
            // 
            colPropStatus.FieldName = "PropStatus";
            colPropStatus.Name = "colPropStatus";
            colPropStatus.Visible = true;
            colPropStatus.VisibleIndex = 4;
            colPropStatus.Width = 77;
            // 
            // colStatusInfo
            // 
            colStatusInfo.FieldName = "StatusInfo";
            colStatusInfo.Name = "colStatusInfo";
            colStatusInfo.Visible = true;
            colStatusInfo.VisibleIndex = 5;
            // 
            // layoutControl1
            // 
            layoutControl1.Controls.Add(generalSearchAndExportCtrl1);
            layoutControl1.Controls.Add(imgCmbPropStatus);
            layoutControl1.Controls.Add(txtName);
            layoutControl1.Controls.Add(txtCode);
            layoutControl1.Controls.Add(txtCatalog);
            layoutControl1.Controls.Add(gridControl1);
            layoutControl1.Dock = DockStyle.Fill;
            layoutControl1.Location = new Point(0, 0);
            layoutControl1.Name = "layoutControl1";
            layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(1257, 409, 650, 400);
            layoutControl1.Root = Root;
            layoutControl1.Size = new Size(1124, 698);
            layoutControl1.TabIndex = 1;
            layoutControl1.Text = "layoutControl1";
            // 
            // generalSearchAndExportCtrl1
            // 
            generalSearchAndExportCtrl1.Location = new Point(704, 34);
            generalSearchAndExportCtrl1.Margin = new Padding(2);
            generalSearchAndExportCtrl1.Name = "generalSearchAndExportCtrl1";
            generalSearchAndExportCtrl1.Size = new Size(406, 24);
            generalSearchAndExportCtrl1.TabIndex = 8;
            // 
            // imgCmbPropStatus
            // 
            imgCmbPropStatus.Location = new Point(598, 36);
            imgCmbPropStatus.Name = "imgCmbPropStatus";
            imgCmbPropStatus.Properties.Buttons.AddRange(new EditorButton[] { new EditorButton(ButtonPredefines.Combo) });
            imgCmbPropStatus.Size = new Size(102, 20);
            imgCmbPropStatus.StyleController = layoutControl1;
            imgCmbPropStatus.TabIndex = 7;
            // 
            // txtName
            // 
            txtName.Location = new Point(258, 36);
            txtName.Name = "txtName";
            txtName.Size = new Size(102, 20);
            txtName.StyleController = layoutControl1;
            txtName.TabIndex = 6;
            // 
            // txtCode
            // 
            txtCode.Location = new Point(428, 36);
            txtCode.Name = "txtCode";
            txtCode.Size = new Size(102, 20);
            txtCode.StyleController = layoutControl1;
            txtCode.TabIndex = 5;
            // 
            // txtCatalog
            // 
            txtCatalog.Location = new Point(78, 36);
            txtCatalog.Name = "txtCatalog";
            txtCatalog.Size = new Size(112, 20);
            txtCatalog.StyleController = layoutControl1;
            txtCatalog.TabIndex = 4;
            // 
            // Root
            // 
            Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
            Root.GroupBordersVisible = false;
            Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlGroup1 });
            Root.Name = "Root";
            Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            Root.Size = new Size(1124, 698);
            Root.TextVisible = false;
            // 
            // layoutControlItem1
            // 
            layoutControlItem1.Control = gridControl1;
            layoutControlItem1.Location = new Point(0, 71);
            layoutControlItem1.Name = "layoutControlItem1";
            layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 0, 2);
            layoutControlItem1.Size = new Size(1124, 627);
            layoutControlItem1.TextSize = new Size(0, 0);
            layoutControlItem1.TextVisible = false;
            // 
            // layoutControlGroup1
            // 
            layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem2, layoutControlItem4, layoutControlItem3, layoutControlItem5, layoutControlItem6 });
            layoutControlGroup1.Location = new Point(0, 0);
            layoutControlGroup1.Name = "layoutControlGroup1";
            layoutControlGroup1.Size = new Size(1124, 71);
            layoutControlGroup1.Spacing = new DevExpress.XtraLayout.Utils.Padding(2, 2, 1, 1);
            layoutControlGroup1.Text = "检索";
            // 
            // layoutControlItem2
            // 
            layoutControlItem2.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
            layoutControlItem2.Control = txtCatalog;
            layoutControlItem2.Location = new Point(0, 0);
            layoutControlItem2.MaxSize = new Size(180, 24);
            layoutControlItem2.MinSize = new Size(180, 24);
            layoutControlItem2.Name = "layoutControlItem2";
            layoutControlItem2.Size = new Size(180, 28);
            layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            layoutControlItem2.Text = "构件类型:";
            layoutControlItem2.TextSize = new Size(52, 14);
            // 
            // layoutControlItem4
            // 
            layoutControlItem4.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
            layoutControlItem4.Control = txtName;
            layoutControlItem4.Location = new Point(180, 0);
            layoutControlItem4.MaxSize = new Size(170, 24);
            layoutControlItem4.MinSize = new Size(170, 24);
            layoutControlItem4.Name = "layoutControlItem4";
            layoutControlItem4.Size = new Size(170, 28);
            layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            layoutControlItem4.Text = "构件名称:";
            layoutControlItem4.TextSize = new Size(52, 14);
            // 
            // layoutControlItem3
            // 
            layoutControlItem3.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
            layoutControlItem3.Control = txtCode;
            layoutControlItem3.Location = new Point(350, 0);
            layoutControlItem3.MaxSize = new Size(170, 24);
            layoutControlItem3.MinSize = new Size(170, 24);
            layoutControlItem3.Name = "layoutControlItem3";
            layoutControlItem3.Size = new Size(170, 28);
            layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            layoutControlItem3.Text = "构件编码:";
            layoutControlItem3.TextSize = new Size(52, 14);
            // 
            // layoutControlItem5
            // 
            layoutControlItem5.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
            layoutControlItem5.Control = imgCmbPropStatus;
            layoutControlItem5.Location = new Point(520, 0);
            layoutControlItem5.MaxSize = new Size(170, 24);
            layoutControlItem5.MinSize = new Size(170, 24);
            layoutControlItem5.Name = "layoutControlItem5";
            layoutControlItem5.Size = new Size(170, 28);
            layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            layoutControlItem5.Text = "属性状态:";
            layoutControlItem5.TextSize = new Size(52, 14);
            // 
            // layoutControlItem6
            // 
            layoutControlItem6.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
            layoutControlItem6.Control = generalSearchAndExportCtrl1;
            layoutControlItem6.Location = new Point(690, 0);
            layoutControlItem6.Name = "layoutControlItem6";
            layoutControlItem6.Size = new Size(410, 28);
            layoutControlItem6.TextSize = new Size(0, 0);
            layoutControlItem6.TextVisible = false;
            // 
            // xhsProjectResultRevitViewModelBindingSource
            // 
            xhsProjectResultRevitViewModelBindingSource.DataSource = typeof(XhsProjectResultRevitViewModel);
            // 
            // XhsProjectResultRevitCtrl
            // 
            AutoScaleDimensions = new SizeF(7F, 14F);
            AutoScaleMode = AutoScaleMode.Font;
            Controls.Add(layoutControl1);
            Name = "XhsProjectResultRevitCtrl";
            Size = new Size(1124, 698);
            ((ISupportInitialize)gridControl1).EndInit();
            ((ISupportInitialize)gridView1).EndInit();
            ((ISupportInitialize)layoutControl1).EndInit();
            layoutControl1.ResumeLayout(false);
            ((ISupportInitialize)imgCmbPropStatus.Properties).EndInit();
            ((ISupportInitialize)txtName.Properties).EndInit();
            ((ISupportInitialize)txtCode.Properties).EndInit();
            ((ISupportInitialize)txtCatalog.Properties).EndInit();
            ((ISupportInitialize)Root).EndInit();
            ((ISupportInitialize)layoutControlItem1).EndInit();
            ((ISupportInitialize)layoutControlGroup1).EndInit();
            ((ISupportInitialize)layoutControlItem2).EndInit();
            ((ISupportInitialize)layoutControlItem4).EndInit();
            ((ISupportInitialize)layoutControlItem3).EndInit();
            ((ISupportInitialize)layoutControlItem5).EndInit();
            ((ISupportInitialize)layoutControlItem6).EndInit();
            ((ISupportInitialize)xhsProjectResultRevitViewModelBindingSource).EndInit();
            ResumeLayout(false);
        }
 
        #endregion
 
        private DevExpress.XtraGrid.GridControl gridControl1;
        private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
        private DevExpress.XtraGrid.Columns.GridColumn colName;
        private DevExpress.XtraGrid.Columns.GridColumn colCode;
        private DevExpress.XtraGrid.Columns.GridColumn colPropStatus;
        private DevExpress.XtraGrid.Columns.GridColumn colCatalog;
        private DevExpress.XtraGrid.Columns.GridColumn colPropName;
        private DevExpress.XtraGrid.Columns.GridColumn colStatusInfo;
        private DevExpress.XtraLayout.LayoutControl layoutControl1;
        private ImageComboBoxEdit imgCmbPropStatus;
        private TextEdit txtName;
        private TextEdit txtCode;
        private TextEdit txtCatalog;
        private DevExpress.XtraLayout.LayoutControlGroup Root;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
        private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
        private GeneralSearchAndExportCtrl generalSearchAndExportCtrl1;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
        private BindingSource xhsProjectResultRevitViewModelBindingSource;
    }
}