duheng
2024-09-06 caf0bf69009cdaee31f2e1cfdac647077aff340d
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
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
namespace HStation.WinFrmUI
{
    partial class XhsProjectMgrPage
    {
        /// <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();
            EditorButtonImageOptions editorButtonImageOptions1 = new EditorButtonImageOptions();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
            ComponentResourceManager resources = new ComponentResourceManager(typeof(XhsProjectMgrPage));
            EditorButtonImageOptions editorButtonImageOptions2 = new EditorButtonImageOptions();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject5 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject6 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject7 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject8 = new DevExpress.Utils.SerializableAppearanceObject();
            ColModelState = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            repositoryItemImageComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
            svgImageCollection1 = new DevExpress.Utils.SvgImageCollection(components);
            ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl();
            barBtnAdd = new DevExpress.XtraBars.BarButtonItem();
            barBtnEdit = new DevExpress.XtraBars.BarButtonItem();
            barBtnDelete = new DevExpress.XtraBars.BarButtonItem();
            barBtnInfo = new DevExpress.XtraBars.BarButtonItem();
            barBtnViewHydro = new DevExpress.XtraBars.BarButtonItem();
            barBtnViewBimface = new DevExpress.XtraBars.BarButtonItem();
            barBtnPublish = new DevExpress.XtraBars.BarButtonItem();
            barBtnDeprecated = new DevExpress.XtraBars.BarButtonItem();
            barCkTreeLine = new DevExpress.XtraBars.BarCheckItem();
            barBtnExpandAll = new DevExpress.XtraBars.BarButtonItem();
            barBtnCollpseAll = new DevExpress.XtraBars.BarButtonItem();
            barBtnSearch = new DevExpress.XtraBars.BarButtonItem();
            barBtnRefresh = new DevExpress.XtraBars.BarButtonItem();
            BtnAddBimfaceFile = new DevExpress.XtraBars.BarButtonItem();
            ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
            ribPageGroupForBasic = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            ribPageGroupForOperation = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            ribPageGroupForHydro = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            ribPageGroupBimface = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            ribPageGroupForMore = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            treeList1 = new DevExpress.XtraTreeList.TreeList();
            colNO = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            colName = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            colAddress = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            colCustomer = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            colFlags = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            colTagName = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            colDescription = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            ColViewBimface = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
            colCreateTime = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            xhsProjectMgrViewModelBindingSource = new BindingSource(components);
            panelControl1 = new PanelControl();
            svgImg32 = new DevExpress.Utils.SvgImageCollection(components);
            ((ISupportInitialize)repositoryItemImageComboBox1).BeginInit();
            ((ISupportInitialize)svgImageCollection1).BeginInit();
            ((ISupportInitialize)ribbonControl1).BeginInit();
            ((ISupportInitialize)treeList1).BeginInit();
            ((ISupportInitialize)repositoryItemButtonEdit1).BeginInit();
            ((ISupportInitialize)xhsProjectMgrViewModelBindingSource).BeginInit();
            ((ISupportInitialize)panelControl1).BeginInit();
            panelControl1.SuspendLayout();
            ((ISupportInitialize)svgImg32).BeginInit();
            SuspendLayout();
            // 
            // ColModelState
            // 
            ColModelState.Caption = "模型状态";
            ColModelState.ColumnEdit = repositoryItemImageComboBox1;
            ColModelState.FieldName = "ModelState";
            ColModelState.Name = "ColModelState";
            ColModelState.Visible = true;
            ColModelState.VisibleIndex = 8;
            ColModelState.Width = 20;
            // 
            // repositoryItemImageComboBox1
            // 
            repositoryItemImageComboBox1.AutoHeight = false;
            serializableAppearanceObject1.Options.UseTextOptions = true;
            serializableAppearanceObject1.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            serializableAppearanceObject2.Options.UseTextOptions = true;
            serializableAppearanceObject2.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            serializableAppearanceObject3.Options.UseTextOptions = true;
            serializableAppearanceObject3.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            serializableAppearanceObject4.Options.UseTextOptions = true;
            serializableAppearanceObject4.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            repositoryItemImageComboBox1.Buttons.AddRange(new EditorButton[] { new EditorButton(ButtonPredefines.Ellipsis, "", -1, true, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default) });
            repositoryItemImageComboBox1.HtmlImages = svgImageCollection1;
            repositoryItemImageComboBox1.Name = "repositoryItemImageComboBox1";
            repositoryItemImageComboBox1.SmallImages = svgImageCollection1;
            // 
            // svgImageCollection1
            // 
            svgImageCollection1.Add("up", "image://svgimages/actions/up.svg");
            svgImageCollection1.Add("finishmerge", "image://svgimages/snap/finishmerge.svg");
            svgImageCollection1.Add("arrangegroups", "image://svgimages/snap/arrangegroups.svg");
            svgImageCollection1.Add("bo_validation", "image://svgimages/business objects/bo_validation.svg");
            svgImageCollection1.Add("charttype_line3dstacked", "image://svgimages/chart/charttype_line3dstacked.svg");
            svgImageCollection1.Add("bo_security_permission_member", "image://svgimages/business objects/bo_security_permission_member.svg");
            svgImageCollection1.Add("relations", "image://svgimages/dashboards/relations.svg");
            svgImageCollection1.Add("bo_security_permission_type", "image://svgimages/business objects/bo_security_permission_type.svg");
            svgImageCollection1.Add("security_warningcircled2", "image://svgimages/icon builder/security_warningcircled2.svg");
            // 
            // ribbonControl1
            // 
            ribbonControl1.ExpandCollapseItem.Id = 0;
            ribbonControl1.ItemPanelStyle = DevExpress.XtraBars.Ribbon.RibbonItemPanelStyle.Classic;
            ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { ribbonControl1.ExpandCollapseItem, barBtnAdd, barBtnEdit, barBtnDelete, barBtnInfo, barBtnViewHydro, barBtnViewBimface, barBtnPublish, barBtnDeprecated, barCkTreeLine, barBtnExpandAll, barBtnCollpseAll, barBtnSearch, barBtnRefresh, BtnAddBimfaceFile });
            ribbonControl1.Location = new Point(0, 0);
            ribbonControl1.MaxItemId = 15;
            ribbonControl1.Name = "ribbonControl1";
            ribbonControl1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] { ribbonPage1 });
            ribbonControl1.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False;
            ribbonControl1.ShowExpandCollapseButton = DevExpress.Utils.DefaultBoolean.False;
            ribbonControl1.ShowPageHeadersInFormCaption = DevExpress.Utils.DefaultBoolean.False;
            ribbonControl1.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Hide;
            ribbonControl1.ShowToolbarCustomizeItem = false;
            ribbonControl1.Size = new Size(998, 101);
            ribbonControl1.Toolbar.ShowCustomizeItem = false;
            ribbonControl1.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden;
            // 
            // barBtnAdd
            // 
            barBtnAdd.Caption = "添加";
            barBtnAdd.Id = 1;
            barBtnAdd.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnAdd.ImageOptions.SvgImage");
            barBtnAdd.Name = "barBtnAdd";
            barBtnAdd.ItemClick += barBtnAdd_ItemClick;
            // 
            // barBtnEdit
            // 
            barBtnEdit.Caption = "编辑";
            barBtnEdit.Id = 2;
            barBtnEdit.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnEdit.ImageOptions.SvgImage");
            barBtnEdit.Name = "barBtnEdit";
            barBtnEdit.ItemClick += barBtnEdit_ItemClick;
            // 
            // barBtnDelete
            // 
            barBtnDelete.Caption = "删除";
            barBtnDelete.Id = 3;
            barBtnDelete.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnDelete.ImageOptions.SvgImage");
            barBtnDelete.Name = "barBtnDelete";
            barBtnDelete.ItemClick += barBtnDelete_ItemClick;
            // 
            // barBtnInfo
            // 
            barBtnInfo.Caption = "详细信息";
            barBtnInfo.Id = 4;
            barBtnInfo.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnInfo.ImageOptions.SvgImage");
            barBtnInfo.Name = "barBtnInfo";
            barBtnInfo.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            barBtnInfo.ItemClick += barBtnInfo_ItemClick;
            // 
            // barBtnViewHydro
            // 
            barBtnViewHydro.Caption = "模型";
            barBtnViewHydro.Id = 5;
            barBtnViewHydro.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnViewHydro.ImageOptions.SvgImage");
            barBtnViewHydro.Name = "barBtnViewHydro";
            barBtnViewHydro.ItemClick += barBtnViewHydro_ItemClick;
            // 
            // barBtnViewBimface
            // 
            barBtnViewBimface.Caption = "模型";
            barBtnViewBimface.Id = 6;
            barBtnViewBimface.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnViewBimface.ImageOptions.SvgImage");
            barBtnViewBimface.Name = "barBtnViewBimface";
            barBtnViewBimface.ItemClick += barBtnViewBimface_ItemClick;
            // 
            // barBtnPublish
            // 
            barBtnPublish.Caption = "发布";
            barBtnPublish.Id = 7;
            barBtnPublish.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnPublish.ImageOptions.SvgImage");
            barBtnPublish.Name = "barBtnPublish";
            // 
            // barBtnDeprecated
            // 
            barBtnDeprecated.Caption = "弃用";
            barBtnDeprecated.Id = 8;
            barBtnDeprecated.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnDeprecated.ImageOptions.SvgImage");
            barBtnDeprecated.Name = "barBtnDeprecated";
            // 
            // barCkTreeLine
            // 
            barCkTreeLine.Caption = "树线";
            barCkTreeLine.Id = 9;
            barCkTreeLine.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barCkTreeLine.ImageOptions.SvgImage");
            barCkTreeLine.Name = "barCkTreeLine";
            barCkTreeLine.CheckedChanged += barCkTreeLine_CheckedChanged;
            // 
            // barBtnExpandAll
            // 
            barBtnExpandAll.Caption = "全部展开";
            barBtnExpandAll.Id = 10;
            barBtnExpandAll.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnExpandAll.ImageOptions.SvgImage");
            barBtnExpandAll.Name = "barBtnExpandAll";
            barBtnExpandAll.ItemClick += barBtnExpandAll_ItemClick;
            // 
            // barBtnCollpseAll
            // 
            barBtnCollpseAll.Caption = "全部折叠";
            barBtnCollpseAll.Id = 11;
            barBtnCollpseAll.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnCollpseAll.ImageOptions.SvgImage");
            barBtnCollpseAll.Name = "barBtnCollpseAll";
            barBtnCollpseAll.ItemClick += barBtnCollpseAll_ItemClick;
            // 
            // barBtnSearch
            // 
            barBtnSearch.Caption = "查询";
            barBtnSearch.Id = 12;
            barBtnSearch.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnSearch.ImageOptions.SvgImage");
            barBtnSearch.Name = "barBtnSearch";
            barBtnSearch.ItemClick += barBtnSearch_ItemClick;
            // 
            // barBtnRefresh
            // 
            barBtnRefresh.Caption = "刷新";
            barBtnRefresh.Id = 13;
            barBtnRefresh.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnRefresh.ImageOptions.SvgImage");
            barBtnRefresh.Name = "barBtnRefresh";
            barBtnRefresh.ItemClick += barBtnRefresh_ItemClick;
            // 
            // BtnAddBimfaceFile
            // 
            BtnAddBimfaceFile.Caption = "导入文件";
            BtnAddBimfaceFile.Id = 14;
            BtnAddBimfaceFile.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("BtnAddBimfaceFile.ImageOptions.SvgImage");
            BtnAddBimfaceFile.Name = "BtnAddBimfaceFile";
            BtnAddBimfaceFile.ItemClick += BtnAddBimfaceFile_ItemClick;
            // 
            // ribbonPage1
            // 
            ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] { ribPageGroupForBasic, ribPageGroupForOperation, ribPageGroupForHydro, ribPageGroupBimface, ribPageGroupForMore });
            ribbonPage1.Name = "ribbonPage1";
            ribbonPage1.Text = "ribbonPage1";
            // 
            // ribPageGroupForBasic
            // 
            ribPageGroupForBasic.ItemLinks.Add(barBtnAdd);
            ribPageGroupForBasic.ItemLinks.Add(barBtnEdit);
            ribPageGroupForBasic.ItemLinks.Add(barBtnDelete);
            ribPageGroupForBasic.ItemLinks.Add(BtnAddBimfaceFile);
            ribPageGroupForBasic.ItemLinks.Add(barBtnInfo);
            ribPageGroupForBasic.Name = "ribPageGroupForBasic";
            ribPageGroupForBasic.Text = "基础";
            // 
            // ribPageGroupForOperation
            // 
            ribPageGroupForOperation.ItemLinks.Add(barBtnPublish);
            ribPageGroupForOperation.ItemLinks.Add(barBtnDeprecated);
            ribPageGroupForOperation.Name = "ribPageGroupForOperation";
            ribPageGroupForOperation.Text = "操作";
            ribPageGroupForOperation.Visible = false;
            // 
            // ribPageGroupForHydro
            // 
            ribPageGroupForHydro.ItemLinks.Add(barBtnViewHydro);
            ribPageGroupForHydro.Name = "ribPageGroupForHydro";
            ribPageGroupForHydro.Text = "水力";
            // 
            // ribPageGroupBimface
            // 
            ribPageGroupBimface.ItemLinks.Add(barBtnViewBimface);
            ribPageGroupBimface.Name = "ribPageGroupBimface";
            ribPageGroupBimface.Text = "三维";
            // 
            // ribPageGroupForMore
            // 
            ribPageGroupForMore.ItemLinks.Add(barBtnExpandAll);
            ribPageGroupForMore.ItemLinks.Add(barBtnCollpseAll);
            ribPageGroupForMore.ItemLinks.Add(barCkTreeLine);
            ribPageGroupForMore.ItemLinks.Add(barBtnSearch);
            ribPageGroupForMore.ItemLinks.Add(barBtnRefresh);
            ribPageGroupForMore.Name = "ribPageGroupForMore";
            ribPageGroupForMore.Text = "更多";
            // 
            // treeList1
            // 
            treeList1.Appearance.HeaderPanel.Options.UseTextOptions = true;
            treeList1.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            treeList1.BorderStyle = BorderStyles.NoBorder;
            treeList1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] { colNO, colName, colAddress, colCustomer, colFlags, colTagName, colDescription, ColModelState, ColViewBimface, colCreateTime });
            treeList1.DataSource = xhsProjectMgrViewModelBindingSource;
            treeList1.Dock = DockStyle.Fill;
            treeList1.Location = new Point(0, 1);
            treeList1.MenuManager = ribbonControl1;
            treeList1.Name = "treeList1";
            treeList1.OptionsBehavior.PopulateServiceColumns = true;
            treeList1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { repositoryItemButtonEdit1, repositoryItemImageComboBox1 });
            treeList1.Size = new Size(998, 568);
            treeList1.TabIndex = 1;
            treeList1.RowCellClick += treeList1_RowCellClick;
            treeList1.CustomDrawRow += treeList1_CustomDrawRow;
            // 
            // colNO
            // 
            colNO.AppearanceCell.Options.UseTextOptions = true;
            colNO.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            colNO.AppearanceHeader.Options.UseTextOptions = true;
            colNO.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            colNO.FieldName = "NO";
            colNO.Name = "colNO";
            colNO.Visible = true;
            colNO.VisibleIndex = 0;
            colNO.Width = 87;
            // 
            // 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 = 167;
            // 
            // colAddress
            // 
            colAddress.AppearanceCell.Options.UseTextOptions = true;
            colAddress.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            colAddress.FieldName = "Address";
            colAddress.Name = "colAddress";
            colAddress.Visible = true;
            colAddress.VisibleIndex = 7;
            colAddress.Width = 257;
            // 
            // colCustomer
            // 
            colCustomer.AppearanceCell.Options.UseTextOptions = true;
            colCustomer.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            colCustomer.FieldName = "Customer";
            colCustomer.Name = "colCustomer";
            colCustomer.Visible = true;
            colCustomer.VisibleIndex = 5;
            colCustomer.Width = 127;
            // 
            // colFlags
            // 
            colFlags.AppearanceCell.Options.UseTextOptions = true;
            colFlags.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            colFlags.FieldName = "Flags";
            colFlags.Name = "colFlags";
            colFlags.Visible = true;
            colFlags.VisibleIndex = 3;
            colFlags.Width = 57;
            // 
            // colTagName
            // 
            colTagName.AppearanceCell.Options.UseTextOptions = true;
            colTagName.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            colTagName.FieldName = "TagName";
            colTagName.Name = "colTagName";
            colTagName.Visible = true;
            colTagName.VisibleIndex = 4;
            colTagName.Width = 58;
            // 
            // colDescription
            // 
            colDescription.AppearanceCell.Options.UseTextOptions = true;
            colDescription.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            colDescription.FieldName = "Description";
            colDescription.Name = "colDescription";
            colDescription.Visible = true;
            colDescription.VisibleIndex = 6;
            colDescription.Width = 57;
            // 
            // ColViewBimface
            // 
            ColViewBimface.AppearanceCell.Options.UseTextOptions = true;
            ColViewBimface.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            ColViewBimface.Caption = "查看方案";
            ColViewBimface.ColumnEdit = repositoryItemButtonEdit1;
            ColViewBimface.Name = "ColViewBimface";
            ColViewBimface.OptionsColumn.AllowEdit = false;
            ColViewBimface.Visible = true;
            ColViewBimface.VisibleIndex = 9;
            ColViewBimface.Width = 20;
            // 
            // repositoryItemButtonEdit1
            // 
            repositoryItemButtonEdit1.AutoHeight = false;
            editorButtonImageOptions2.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("editorButtonImageOptions2.SvgImage");
            editorButtonImageOptions2.SvgImageSize = new Size(25, 25);
            repositoryItemButtonEdit1.Buttons.AddRange(new EditorButton[] { new EditorButton(ButtonPredefines.Glyph, "", -1, true, true, false, editorButtonImageOptions2, new DevExpress.Utils.KeyShortcut(Keys.None), serializableAppearanceObject5, serializableAppearanceObject6, serializableAppearanceObject7, serializableAppearanceObject8, "", null, null, DevExpress.Utils.ToolTipAnchor.Default) });
            repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1";
            repositoryItemButtonEdit1.TextEditStyle = TextEditStyles.HideTextEditor;
            // 
            // colCreateTime
            // 
            colCreateTime.AppearanceCell.Options.UseTextOptions = true;
            colCreateTime.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            colCreateTime.Caption = "创建时间";
            colCreateTime.FieldName = "CreateTime";
            colCreateTime.Name = "colCreateTime";
            colCreateTime.Visible = true;
            colCreateTime.VisibleIndex = 2;
            colCreateTime.Width = 125;
            // 
            // xhsProjectMgrViewModelBindingSource
            // 
            xhsProjectMgrViewModelBindingSource.DataSource = typeof(XhsProjectMgrViewModel);
            // 
            // panelControl1
            // 
            panelControl1.BorderStyle = BorderStyles.NoBorder;
            panelControl1.Controls.Add(treeList1);
            panelControl1.Dock = DockStyle.Fill;
            panelControl1.Location = new Point(0, 101);
            panelControl1.Name = "panelControl1";
            panelControl1.Padding = new Padding(0, 1, 0, 0);
            panelControl1.Size = new Size(998, 569);
            panelControl1.TabIndex = 3;
            // 
            // svgImg32
            // 
            svgImg32.ImageSize = new Size(32, 32);
            svgImg32.Add("productquickshippments", "image://svgimages/outlook inspired/productquickshippments.svg");
            // 
            // XhsProjectMgrPage
            // 
            Appearance.BackColor = SystemColors.Control;
            Appearance.Options.UseBackColor = true;
            AutoScaleDimensions = new SizeF(7F, 14F);
            AutoScaleMode = AutoScaleMode.Font;
            Controls.Add(panelControl1);
            Controls.Add(ribbonControl1);
            Name = "XhsProjectMgrPage";
            Size = new Size(998, 670);
            ((ISupportInitialize)repositoryItemImageComboBox1).EndInit();
            ((ISupportInitialize)svgImageCollection1).EndInit();
            ((ISupportInitialize)ribbonControl1).EndInit();
            ((ISupportInitialize)treeList1).EndInit();
            ((ISupportInitialize)repositoryItemButtonEdit1).EndInit();
            ((ISupportInitialize)xhsProjectMgrViewModelBindingSource).EndInit();
            ((ISupportInitialize)panelControl1).EndInit();
            panelControl1.ResumeLayout(false);
            ((ISupportInitialize)svgImg32).EndInit();
            ResumeLayout(false);
            PerformLayout();
        }
 
        #endregion
 
        private DevExpress.XtraBars.Ribbon.RibbonControl ribbonControl1;
        private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPage1;
        private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribPageGroupForBasic;
        private DevExpress.XtraTreeList.TreeList treeList1;
        private DevExpress.XtraBars.BarButtonItem barBtnAdd;
        private DevExpress.XtraBars.BarButtonItem barBtnEdit;
        private DevExpress.XtraBars.BarButtonItem barBtnDelete;
        private DevExpress.XtraBars.BarButtonItem barBtnInfo;
        private DevExpress.XtraBars.BarButtonItem barBtnViewHydro;
        private DevExpress.XtraBars.BarButtonItem barBtnViewBimface;
        private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribPageGroupForHydro;
        private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribPageGroupBimface;
        private DevExpress.XtraTreeList.Columns.TreeListColumn colNO;
        private DevExpress.XtraTreeList.Columns.TreeListColumn colName;
        private DevExpress.XtraTreeList.Columns.TreeListColumn colAddress;
        private DevExpress.XtraTreeList.Columns.TreeListColumn colCustomer;
        private DevExpress.XtraTreeList.Columns.TreeListColumn colFlags;
        private DevExpress.XtraTreeList.Columns.TreeListColumn colTagName;
        private DevExpress.XtraTreeList.Columns.TreeListColumn colDescription;
        private BindingSource xhsProjectMgrViewModelBindingSource;
        private DevExpress.XtraBars.BarButtonItem barBtnPublish;
        private DevExpress.XtraBars.BarButtonItem barBtnDeprecated;
        private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribPageGroupForOperation;
        private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribPageGroupForMore;
        private DevExpress.XtraBars.BarCheckItem barCkTreeLine;
        private DevExpress.XtraBars.BarButtonItem barBtnExpandAll;
        private DevExpress.XtraBars.BarButtonItem barBtnCollpseAll;
        private DevExpress.XtraBars.BarButtonItem barBtnSearch;
        private DevExpress.XtraBars.BarButtonItem barBtnRefresh;
        private DevExpress.XtraEditors.PanelControl panelControl1;
        private DevExpress.Utils.SvgImageCollection svgImg32;
        private DevExpress.XtraTreeList.Columns.TreeListColumn ColModelState;
        private DevExpress.XtraTreeList.Columns.TreeListColumn ColViewBimface;
        private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1;
        private DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox repositoryItemImageComboBox1;
        private DevExpress.Utils.SvgImageCollection svgImageCollection1;
        private DevExpress.XtraBars.BarButtonItem BtnAddBimfaceFile;
        private DevExpress.XtraTreeList.Columns.TreeListColumn colCreateTime;
    }
}