duheng
2024-10-14 05d57af48f51d2ac8292bc3faaa01ca753763790
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
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
namespace HStation.WinFrmUI
{
    partial class DetailInfo4DsDlg
    {
        /// <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 Windows Form 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();
            ComponentResourceManager resources = new ComponentResourceManager(typeof(DetailInfo4DsDlg));
            DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip2 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipItem toolTipItem2 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip3 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipItem toolTipItem3 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip4 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipItem toolTipItem4 = new DevExpress.Utils.ToolTipItem();
            tileNavPaneTop = new DevExpress.XtraBars.Navigation.TileNavPane();
            navBtnTitle = new DevExpress.XtraBars.Navigation.NavButton();
            navBtn手机页面 = new DevExpress.XtraBars.Navigation.NavButton();
            navBtn寿命成本计算 = new DevExpress.XtraBars.Navigation.NavButton();
            navBtn导出 = new DevExpress.XtraBars.Navigation.NavButton();
            navButton8 = new DevExpress.XtraBars.Navigation.NavButton();
            navBtnbutton9 = new DevExpress.XtraBars.Navigation.NavButton();
            navBtnbutton10 = new DevExpress.XtraBars.Navigation.NavButton();
            popupMenu1 = new DevExpress.XtraBars.PopupMenu(components);
            bbi导出安装图 = new DevExpress.XtraBars.BarButtonItem();
            bbi导出性能曲线 = new DevExpress.XtraBars.BarButtonItem();
            bbi下载BIM文件 = new DevExpress.XtraBars.BarButtonItem();
            bbi导出属性表 = new DevExpress.XtraBars.BarButtonItem();
            barManager1 = new DevExpress.XtraBars.BarManager(components);
            barDockControlTop = new DevExpress.XtraBars.BarDockControl();
            barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
            barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
            barDockControlRight = new DevExpress.XtraBars.BarDockControl();
            imageCollection1 = new DevExpress.Utils.ImageCollection(components);
            tileNavPane1 = new DevExpress.XtraBars.Navigation.TileNavPane();
            navButton1 = new DevExpress.XtraBars.Navigation.NavButton();
            navButton2 = new DevExpress.XtraBars.Navigation.NavButton();
            navButton3 = new DevExpress.XtraBars.Navigation.NavButton();
            navButton4 = new DevExpress.XtraBars.Navigation.NavButton();
            navButton5 = new DevExpress.XtraBars.Navigation.NavButton();
            navButton6 = new DevExpress.XtraBars.Navigation.NavButton();
            panelMain = new Panel();
            pumpFullInfoCtrl1 = new PumpFullInfoCtrl();
            tileNavPane3 = new DevExpress.XtraBars.Navigation.TileNavPane();
            bsiWindowInfo = new DevExpress.XtraBars.Navigation.NavButton();
            bsiSplit1 = new DevExpress.XtraBars.Navigation.NavButton();
            bsiPromptInfo = new DevExpress.XtraBars.Navigation.NavButton();
            navButton询价 = new DevExpress.XtraBars.Navigation.NavButton();
            bbi添加收藏 = new DevExpress.XtraBars.Navigation.NavButton();
            bbi添加比较 = new DevExpress.XtraBars.Navigation.NavButton();
            bbi添加串并联 = new DevExpress.XtraBars.Navigation.NavButton();
            barManager2 = new DevExpress.XtraBars.BarManager(components);
            barDockControl1 = new DevExpress.XtraBars.BarDockControl();
            barDockControl2 = new DevExpress.XtraBars.BarDockControl();
            barDockControl3 = new DevExpress.XtraBars.BarDockControl();
            barDockControl4 = new DevExpress.XtraBars.BarDockControl();
            bbi复制泵型号文字 = new DevExpress.XtraBars.BarButtonItem();
            popupMenu2 = new DevExpress.XtraBars.PopupMenu(components);
            ((ISupportInitialize)tileNavPaneTop).BeginInit();
            ((ISupportInitialize)popupMenu1).BeginInit();
            ((ISupportInitialize)barManager1).BeginInit();
            ((ISupportInitialize)imageCollection1).BeginInit();
            ((ISupportInitialize)tileNavPane1).BeginInit();
            panelMain.SuspendLayout();
            ((ISupportInitialize)tileNavPane3).BeginInit();
            ((ISupportInitialize)barManager2).BeginInit();
            ((ISupportInitialize)popupMenu2).BeginInit();
            SuspendLayout();
            // 
            // tileNavPaneTop
            // 
            tileNavPaneTop.AllowGlyphSkinning = true;
            tileNavPaneTop.ButtonPadding = new Padding(6);
            tileNavPaneTop.Buttons.Add(navBtnTitle);
            tileNavPaneTop.Buttons.Add(navBtn手机页面);
            tileNavPaneTop.Buttons.Add(navBtn寿命成本计算);
            tileNavPaneTop.Buttons.Add(navBtn导出);
            tileNavPaneTop.Buttons.Add(navButton8);
            tileNavPaneTop.Buttons.Add(navBtnbutton9);
            tileNavPaneTop.Buttons.Add(navBtnbutton10);
            // 
            // tileNavCategory1
            // 
            tileNavPaneTop.DefaultCategory.Name = "tileNavCategory1";
            // 
            // 
            // 
            tileNavPaneTop.DefaultCategory.Tile.DropDownOptions.BeakColor = Color.Empty;
            tileNavPaneTop.Dock = DockStyle.Top;
            tileNavPaneTop.Location = new Point(2, 2);
            tileNavPaneTop.Name = "tileNavPaneTop";
            tileNavPaneTop.Size = new Size(1274, 40);
            tileNavPaneTop.TabIndex = 0;
            tileNavPaneTop.Text = "tileNavPane1";
            tileNavPaneTop.MouseDown += tileNavPane1_MouseDown;
            // 
            // navBtnTitle
            // 
            navBtnTitle.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Left;
            navBtnTitle.Appearance.BackColor = Color.Transparent;
            navBtnTitle.Appearance.ForeColor = Color.White;
            navBtnTitle.Appearance.Options.UseBackColor = true;
            navBtnTitle.Appearance.Options.UseForeColor = true;
            navBtnTitle.AppearanceHovered.BackColor = Color.Transparent;
            navBtnTitle.AppearanceHovered.ForeColor = Color.White;
            navBtnTitle.AppearanceHovered.Options.UseBackColor = true;
            navBtnTitle.AppearanceHovered.Options.UseForeColor = true;
            navBtnTitle.AppearanceSelected.BackColor = Color.Transparent;
            navBtnTitle.AppearanceSelected.ForeColor = Color.White;
            navBtnTitle.AppearanceSelected.Options.UseBackColor = true;
            navBtnTitle.AppearanceSelected.Options.UseForeColor = true;
            navBtnTitle.Caption = "泵信息";
            navBtnTitle.ImageOptions.Image = (Image)resources.GetObject("navBtnTitle.ImageOptions.Image");
            navBtnTitle.Name = "navBtnTitle";
            navBtnTitle.ElementClick += navBtnTitle_ElementClick;
            // 
            // navBtn手机页面
            // 
            navBtn手机页面.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right;
            navBtn手机页面.Caption = "手机页面";
            navBtn手机页面.Name = "navBtn手机页面";
            navBtn手机页面.ElementClick += navBtn手机页面_ElementClick;
            // 
            // navBtn寿命成本计算
            // 
            navBtn寿命成本计算.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right;
            navBtn寿命成本计算.Caption = "寿命成本计算";
            navBtn寿命成本计算.Name = "navBtn寿命成本计算";
            navBtn寿命成本计算.ElementClick += navBtn寿命成本计算_ElementClick;
            // 
            // navBtn导出
            // 
            navBtn导出.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right;
            navBtn导出.Caption = "下载";
            navBtn导出.Name = "navBtn导出";
            navBtn导出.ElementClick += navBtn导出_ElementClick;
            // 
            // navButton8
            // 
            navButton8.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right;
            navButton8.Caption = null;
            navButton8.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("navButton8.ImageOptions.SvgImage");
            navButton8.Name = "navButton8";
            toolTipItem1.Text = "最小化";
            superToolTip1.Items.Add(toolTipItem1);
            navButton8.SuperTip = superToolTip1;
            navButton8.ElementClick += navBtnMin_ElementClick;
            // 
            // navBtnbutton9
            // 
            navBtnbutton9.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right;
            navBtnbutton9.Caption = null;
            navBtnbutton9.Name = "navBtnbutton9";
            toolTipItem2.Text = "向下还原";
            superToolTip2.Items.Add(toolTipItem2);
            navBtnbutton9.SuperTip = superToolTip2;
            navBtnbutton9.ElementClick += navBtnSize_ElementClick;
            // 
            // navBtnbutton10
            // 
            navBtnbutton10.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right;
            navBtnbutton10.Caption = null;
            navBtnbutton10.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("navBtnbutton10.ImageOptions.SvgImage");
            navBtnbutton10.Name = "navBtnbutton10";
            toolTipItem3.Text = "关闭";
            superToolTip3.Items.Add(toolTipItem3);
            navBtnbutton10.SuperTip = superToolTip3;
            navBtnbutton10.ElementClick += navBtnClose_ElementClick;
            // 
            // popupMenu1
            // 
            popupMenu1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(bbi导出安装图), new DevExpress.XtraBars.LinkPersistInfo(bbi导出性能曲线), new DevExpress.XtraBars.LinkPersistInfo(bbi下载BIM文件), new DevExpress.XtraBars.LinkPersistInfo(bbi导出属性表) });
            popupMenu1.Manager = barManager1;
            popupMenu1.Name = "popupMenu1";
            // 
            // bbi导出安装图
            // 
            bbi导出安装图.Caption = "导出安装图";
            bbi导出安装图.Id = 0;
            bbi导出安装图.Name = "bbi导出安装图";
            bbi导出安装图.ItemClick += bbi导出安装图_ItemClick;
            // 
            // bbi导出性能曲线
            // 
            bbi导出性能曲线.Caption = "导出性能曲线";
            bbi导出性能曲线.Id = 2;
            bbi导出性能曲线.Name = "bbi导出性能曲线";
            bbi导出性能曲线.ItemClick += bbi导出性能曲线_ItemClick;
            // 
            // bbi下载BIM文件
            // 
            bbi下载BIM文件.Caption = "BIM文件";
            bbi下载BIM文件.Id = 3;
            bbi下载BIM文件.Name = "bbi下载BIM文件";
            bbi下载BIM文件.ItemClick += bbi下载BIM文件_ItemClick;
            // 
            // bbi导出属性表
            // 
            bbi导出属性表.Caption = "导出属性表";
            bbi导出属性表.Id = 1;
            bbi导出属性表.Name = "bbi导出属性表";
            bbi导出属性表.ItemClick += bbi导出属性表_ItemClick;
            // 
            // barManager1
            // 
            barManager1.DockControls.Add(barDockControlTop);
            barManager1.DockControls.Add(barDockControlBottom);
            barManager1.DockControls.Add(barDockControlLeft);
            barManager1.DockControls.Add(barDockControlRight);
            barManager1.Form = this;
            barManager1.Images = imageCollection1;
            barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { bbi导出安装图, bbi导出属性表, bbi导出性能曲线, bbi下载BIM文件 });
            barManager1.MaxItemId = 10;
            // 
            // barDockControlTop
            // 
            barDockControlTop.CausesValidation = false;
            barDockControlTop.Dock = DockStyle.Top;
            barDockControlTop.Location = new Point(2, 2);
            barDockControlTop.Manager = barManager1;
            barDockControlTop.Size = new Size(1274, 0);
            // 
            // barDockControlBottom
            // 
            barDockControlBottom.CausesValidation = false;
            barDockControlBottom.Dock = DockStyle.Bottom;
            barDockControlBottom.Location = new Point(2, 729);
            barDockControlBottom.Manager = barManager1;
            barDockControlBottom.Size = new Size(1274, 0);
            // 
            // barDockControlLeft
            // 
            barDockControlLeft.CausesValidation = false;
            barDockControlLeft.Dock = DockStyle.Left;
            barDockControlLeft.Location = new Point(2, 2);
            barDockControlLeft.Manager = barManager1;
            barDockControlLeft.Size = new Size(0, 727);
            // 
            // barDockControlRight
            // 
            barDockControlRight.CausesValidation = false;
            barDockControlRight.Dock = DockStyle.Right;
            barDockControlRight.Location = new Point(1276, 2);
            barDockControlRight.Manager = barManager1;
            barDockControlRight.Size = new Size(0, 727);
            // 
            // imageCollection1
            // 
            imageCollection1.ImageStream = (DevExpress.Utils.ImageCollectionStreamer)resources.GetObject("imageCollection1.ImageStream");
            imageCollection1.Images.SetKeyName(0, "Collect32White.png");
            imageCollection1.Images.SetKeyName(1, "Collect32WhiteSolid.png");
            imageCollection1.Images.SetKeyName(2, "Compare32White.png");
            imageCollection1.Images.SetKeyName(3, "Compare32WhiteSolid.png");
            imageCollection1.Images.SetKeyName(4, "串并联32White.png");
            imageCollection1.Images.SetKeyName(5, "串并联32WhiteSolid.png");
            // 
            // tileNavPane1
            // 
            tileNavPane1.AllowGlyphSkinning = true;
            tileNavPane1.ButtonPadding = new Padding(6);
            // 
            // tileNavCategory2
            // 
            tileNavPane1.DefaultCategory.Name = "tileNavCategory2";
            // 
            // 
            // 
            tileNavPane1.DefaultCategory.Tile.DropDownOptions.BeakColor = Color.Empty;
            tileNavPane1.Location = new Point(0, 0);
            tileNavPane1.Name = "tileNavPane1";
            tileNavPane1.Size = new Size(500, 40);
            tileNavPane1.TabIndex = 0;
            // 
            // navButton1
            // 
            navButton1.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Left;
            navButton1.Appearance.BackColor = Color.Transparent;
            navButton1.Appearance.ForeColor = Color.White;
            navButton1.Appearance.Options.UseBackColor = true;
            navButton1.Appearance.Options.UseForeColor = true;
            navButton1.AppearanceHovered.BackColor = Color.Transparent;
            navButton1.AppearanceHovered.ForeColor = Color.White;
            navButton1.AppearanceHovered.Options.UseBackColor = true;
            navButton1.AppearanceHovered.Options.UseForeColor = true;
            navButton1.AppearanceSelected.BackColor = Color.Transparent;
            navButton1.AppearanceSelected.ForeColor = Color.White;
            navButton1.AppearanceSelected.Options.UseBackColor = true;
            navButton1.AppearanceSelected.Options.UseForeColor = true;
            navButton1.Caption = "泵信息";
            navButton1.Name = "navButton1";
            // 
            // navButton2
            // 
            navButton2.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right;
            navButton2.Caption = "手机页面";
            navButton2.Name = "navButton2";
            // 
            // navButton3
            // 
            navButton3.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right;
            navButton3.Caption = "寿命成本计算";
            navButton3.Name = "navButton3";
            // 
            // navButton4
            // 
            navButton4.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right;
            navButton4.Caption = "选型报告";
            navButton4.Name = "navButton4";
            // 
            // navButton5
            // 
            navButton5.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right;
            navButton5.Caption = "导出";
            navButton5.Name = "navButton5";
            // 
            // navButton6
            // 
            navButton6.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right;
            navButton6.Appearance.ForeColor = Color.White;
            navButton6.Appearance.Options.UseForeColor = true;
            navButton6.AppearanceHovered.BackColor = Color.White;
            navButton6.AppearanceHovered.ForeColor = Color.FromArgb(0, 122, 204);
            navButton6.AppearanceHovered.Options.UseBackColor = true;
            navButton6.AppearanceHovered.Options.UseForeColor = true;
            navButton6.AppearanceSelected.BackColor = Color.White;
            navButton6.AppearanceSelected.ForeColor = Color.FromArgb(0, 122, 204);
            navButton6.AppearanceSelected.Options.UseBackColor = true;
            navButton6.AppearanceSelected.Options.UseForeColor = true;
            navButton6.Caption = null;
            navButton6.Name = "navButton6";
            toolTipItem4.Text = "最小化";
            superToolTip4.Items.Add(toolTipItem4);
            navButton6.SuperTip = superToolTip4;
            // 
            // panelMain
            // 
            panelMain.Controls.Add(pumpFullInfoCtrl1);
            panelMain.Dock = DockStyle.Fill;
            panelMain.Location = new Point(2, 42);
            panelMain.Name = "panelMain";
            panelMain.Size = new Size(1274, 659);
            panelMain.TabIndex = 21;
            // 
            // pumpFullInfoCtrl1
            // 
            pumpFullInfoCtrl1.Dock = DockStyle.Fill;
            pumpFullInfoCtrl1.Location = new Point(0, 0);
            pumpFullInfoCtrl1.Name = "pumpFullInfoCtrl1";
            pumpFullInfoCtrl1.Size = new Size(1274, 659);
            pumpFullInfoCtrl1.TabIndex = 0;
            // 
            // tileNavPane3
            // 
            tileNavPane3.AllowGlyphSkinning = true;
            tileNavPane3.ButtonPadding = new Padding(6, 10, 6, 10);
            tileNavPane3.Buttons.Add(bsiWindowInfo);
            tileNavPane3.Buttons.Add(bsiSplit1);
            tileNavPane3.Buttons.Add(bsiPromptInfo);
            tileNavPane3.Buttons.Add(navButton询价);
            tileNavPane3.Buttons.Add(bbi添加收藏);
            tileNavPane3.Buttons.Add(bbi添加比较);
            tileNavPane3.Buttons.Add(bbi添加串并联);
            // 
            // tileNavCategory3
            // 
            tileNavPane3.DefaultCategory.Name = "tileNavCategory3";
            // 
            // 
            // 
            tileNavPane3.DefaultCategory.Tile.DropDownOptions.BeakColor = Color.Empty;
            tileNavPane3.Dock = DockStyle.Bottom;
            tileNavPane3.Location = new Point(2, 701);
            tileNavPane3.Name = "tileNavPane3";
            tileNavPane3.Size = new Size(1274, 28);
            tileNavPane3.TabIndex = 9;
            tileNavPane3.Text = "tileNavPane1";
            // 
            // bsiWindowInfo
            // 
            bsiWindowInfo.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Left;
            bsiWindowInfo.Appearance.BackColor = Color.Transparent;
            bsiWindowInfo.Appearance.Font = new Font("Tahoma", 8F, FontStyle.Regular, GraphicsUnit.Point);
            bsiWindowInfo.Appearance.ForeColor = Color.White;
            bsiWindowInfo.Appearance.Options.UseBackColor = true;
            bsiWindowInfo.Appearance.Options.UseFont = true;
            bsiWindowInfo.Appearance.Options.UseForeColor = true;
            bsiWindowInfo.AppearanceHovered.BackColor = Color.Transparent;
            bsiWindowInfo.AppearanceHovered.Font = new Font("Tahoma", 8F, FontStyle.Regular, GraphicsUnit.Point);
            bsiWindowInfo.AppearanceHovered.ForeColor = Color.White;
            bsiWindowInfo.AppearanceHovered.Options.UseBackColor = true;
            bsiWindowInfo.AppearanceHovered.Options.UseFont = true;
            bsiWindowInfo.AppearanceHovered.Options.UseForeColor = true;
            bsiWindowInfo.AppearanceSelected.BackColor = Color.Transparent;
            bsiWindowInfo.AppearanceSelected.Font = new Font("Tahoma", 8F, FontStyle.Regular, GraphicsUnit.Point);
            bsiWindowInfo.AppearanceSelected.ForeColor = Color.White;
            bsiWindowInfo.AppearanceSelected.Options.UseBackColor = true;
            bsiWindowInfo.AppearanceSelected.Options.UseFont = true;
            bsiWindowInfo.AppearanceSelected.Options.UseForeColor = true;
            bsiWindowInfo.Caption = "产品信息";
            bsiWindowInfo.Name = "bsiWindowInfo";
            bsiWindowInfo.ElementClick += bsiWindowInfo_ElementClick;
            // 
            // bsiSplit1
            // 
            bsiSplit1.Caption = "|";
            bsiSplit1.Name = "bsiSplit1";
            // 
            // bsiPromptInfo
            // 
            bsiPromptInfo.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Left;
            bsiPromptInfo.Appearance.Font = new Font("Tahoma", 8F, FontStyle.Regular, GraphicsUnit.Point);
            bsiPromptInfo.Appearance.Options.UseFont = true;
            bsiPromptInfo.AppearanceHovered.Font = new Font("Tahoma", 8F, FontStyle.Regular, GraphicsUnit.Point);
            bsiPromptInfo.AppearanceHovered.Options.UseFont = true;
            bsiPromptInfo.AppearanceSelected.Font = new Font("Tahoma", 8F, FontStyle.Regular, GraphicsUnit.Point);
            bsiPromptInfo.AppearanceSelected.Options.UseFont = true;
            bsiPromptInfo.Caption = "操作提示";
            bsiPromptInfo.Name = "bsiPromptInfo";
            // 
            // navButton询价
            // 
            navButton询价.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right;
            navButton询价.Appearance.Font = new Font("Tahoma", 8F, FontStyle.Regular, GraphicsUnit.Point);
            navButton询价.Appearance.Options.UseFont = true;
            navButton询价.AppearanceHovered.Font = new Font("Tahoma", 8F, FontStyle.Regular, GraphicsUnit.Point);
            navButton询价.AppearanceHovered.Options.UseFont = true;
            navButton询价.AppearanceSelected.Font = new Font("Tahoma", 8F, FontStyle.Regular, GraphicsUnit.Point);
            navButton询价.AppearanceSelected.Options.UseFont = true;
            navButton询价.Caption = "询价";
            navButton询价.Name = "navButton询价";
            navButton询价.ElementClick += navButton询价_ElementClick;
            // 
            // bbi添加收藏
            // 
            bbi添加收藏.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right;
            bbi添加收藏.Appearance.Font = new Font("Tahoma", 8F, FontStyle.Regular, GraphicsUnit.Point);
            bbi添加收藏.Appearance.Options.UseFont = true;
            bbi添加收藏.AppearanceHovered.Font = new Font("Tahoma", 8F, FontStyle.Regular, GraphicsUnit.Point);
            bbi添加收藏.AppearanceHovered.Options.UseFont = true;
            bbi添加收藏.AppearanceSelected.Font = new Font("Tahoma", 8F, FontStyle.Regular, GraphicsUnit.Point);
            bbi添加收藏.AppearanceSelected.Options.UseFont = true;
            bbi添加收藏.Caption = "添加收藏";
            bbi添加收藏.Name = "bbi添加收藏";
            bbi添加收藏.Padding = new Padding(5, 0, 10, 0);
            // 
            // bbi添加比较
            // 
            bbi添加比较.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right;
            bbi添加比较.Appearance.Font = new Font("Tahoma", 8F, FontStyle.Regular, GraphicsUnit.Point);
            bbi添加比较.Appearance.Options.UseFont = true;
            bbi添加比较.AppearanceHovered.Font = new Font("Tahoma", 8F, FontStyle.Regular, GraphicsUnit.Point);
            bbi添加比较.AppearanceHovered.Options.UseFont = true;
            bbi添加比较.AppearanceSelected.Font = new Font("Tahoma", 8F, FontStyle.Regular, GraphicsUnit.Point);
            bbi添加比较.AppearanceSelected.Options.UseFont = true;
            bbi添加比较.Caption = "添加比较";
            bbi添加比较.Name = "bbi添加比较";
            bbi添加比较.Padding = new Padding(10, 0, 10, 0);
            // 
            // bbi添加串并联
            // 
            bbi添加串并联.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right;
            bbi添加串并联.Appearance.Font = new Font("Tahoma", 8F, FontStyle.Regular, GraphicsUnit.Point);
            bbi添加串并联.Appearance.Options.UseFont = true;
            bbi添加串并联.AppearanceHovered.Font = new Font("Tahoma", 8F, FontStyle.Regular, GraphicsUnit.Point);
            bbi添加串并联.AppearanceHovered.Options.UseFont = true;
            bbi添加串并联.AppearanceSelected.Font = new Font("Tahoma", 8F, FontStyle.Regular, GraphicsUnit.Point);
            bbi添加串并联.AppearanceSelected.Options.UseFont = true;
            bbi添加串并联.Caption = "添加串并联";
            bbi添加串并联.Name = "bbi添加串并联";
            bbi添加串并联.Padding = new Padding(10, 0, 10, 0);
            // 
            // barManager2
            // 
            barManager2.DockControls.Add(barDockControl1);
            barManager2.DockControls.Add(barDockControl2);
            barManager2.DockControls.Add(barDockControl3);
            barManager2.DockControls.Add(barDockControl4);
            barManager2.Form = this;
            barManager2.Images = imageCollection1;
            barManager2.Items.AddRange(new DevExpress.XtraBars.BarItem[] { bbi复制泵型号文字 });
            barManager2.MaxItemId = 11;
            // 
            // barDockControl1
            // 
            barDockControl1.CausesValidation = false;
            barDockControl1.Dock = DockStyle.Top;
            barDockControl1.Location = new Point(2, 2);
            barDockControl1.Manager = barManager2;
            barDockControl1.Size = new Size(1274, 0);
            // 
            // barDockControl2
            // 
            barDockControl2.CausesValidation = false;
            barDockControl2.Dock = DockStyle.Bottom;
            barDockControl2.Location = new Point(2, 729);
            barDockControl2.Manager = barManager2;
            barDockControl2.Size = new Size(1274, 0);
            // 
            // barDockControl3
            // 
            barDockControl3.CausesValidation = false;
            barDockControl3.Dock = DockStyle.Left;
            barDockControl3.Location = new Point(2, 2);
            barDockControl3.Manager = barManager2;
            barDockControl3.Size = new Size(0, 727);
            // 
            // barDockControl4
            // 
            barDockControl4.CausesValidation = false;
            barDockControl4.Dock = DockStyle.Right;
            barDockControl4.Location = new Point(1276, 2);
            barDockControl4.Manager = barManager2;
            barDockControl4.Size = new Size(0, 727);
            // 
            // bbi复制泵型号文字
            // 
            bbi复制泵型号文字.Caption = "复制泵型号文字";
            bbi复制泵型号文字.Id = 10;
            bbi复制泵型号文字.ImageOptions.Image = (Image)resources.GetObject("bbi复制泵型号文字.ImageOptions.Image");
            bbi复制泵型号文字.ImageOptions.LargeImage = (Image)resources.GetObject("bbi复制泵型号文字.ImageOptions.LargeImage");
            bbi复制泵型号文字.Name = "bbi复制泵型号文字";
            bbi复制泵型号文字.ItemClick += bbi复制泵型号文字_ItemClick;
            // 
            // popupMenu2
            // 
            popupMenu2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(bbi复制泵型号文字) });
            popupMenu2.Manager = barManager2;
            popupMenu2.Name = "popupMenu2";
            // 
            // DetailInfo4DsDlg
            // 
            AutoScaleDimensions = new SizeF(7F, 14F);
            AutoScaleMode = AutoScaleMode.Font;
            ClientSize = new Size(1278, 731);
            Controls.Add(panelMain);
            Controls.Add(tileNavPane3);
            Controls.Add(tileNavPaneTop);
            Controls.Add(barDockControlLeft);
            Controls.Add(barDockControlRight);
            Controls.Add(barDockControlBottom);
            Controls.Add(barDockControlTop);
            Controls.Add(barDockControl3);
            Controls.Add(barDockControl4);
            Controls.Add(barDockControl2);
            Controls.Add(barDockControl1);
            FormBorderEffect = FormBorderEffect.Shadow;
            FormBorderStyle = FormBorderStyle.None;
            IconOptions.ShowIcon = false;
            Name = "DetailInfo4DsDlg";
            Padding = new Padding(2);
            StartPosition = FormStartPosition.CenterScreen;
            Text = "选型步骤";
            ((ISupportInitialize)tileNavPaneTop).EndInit();
            ((ISupportInitialize)popupMenu1).EndInit();
            ((ISupportInitialize)barManager1).EndInit();
            ((ISupportInitialize)imageCollection1).EndInit();
            ((ISupportInitialize)tileNavPane1).EndInit();
            panelMain.ResumeLayout(false);
            ((ISupportInitialize)tileNavPane3).EndInit();
            ((ISupportInitialize)barManager2).EndInit();
            ((ISupportInitialize)popupMenu2).EndInit();
            ResumeLayout(false);
            PerformLayout();
        }
 
        #endregion
 
        private DevExpress.XtraBars.Navigation.TileNavPane tileNavPaneTop;
        private DevExpress.XtraBars.Navigation.NavButton navBtn导出;
        private DevExpress.XtraBars.Navigation.NavButton navBtnMin;
        private DevExpress.XtraBars.Navigation.NavButton navBtnbutton9;
        private DevExpress.XtraBars.Navigation.NavButton navBtnbutton10;
         private DevExpress.XtraBars.Navigation.NavButton navBtn手机页面;
        private DevExpress.XtraBars.Navigation.NavButton navBtn寿命成本计算;
        private DevExpress.XtraBars.Navigation.NavButton navBtnTitle;
        private DevExpress.XtraBars.PopupMenu popupMenu1;
        private DevExpress.XtraBars.BarButtonItem bbi导出安装图;
        private DevExpress.XtraBars.BarManager barManager1;
        private DevExpress.XtraBars.BarDockControl barDockControlTop;
        private DevExpress.XtraBars.BarDockControl barDockControlBottom;
        private DevExpress.XtraBars.BarDockControl barDockControlLeft;
        private DevExpress.XtraBars.BarDockControl barDockControlRight;
        private DevExpress.XtraBars.BarButtonItem bbi导出属性表;
        private DevExpress.XtraBars.BarButtonItem bbi导出性能曲线;
        private DevExpress.XtraBars.BarButtonItem bbi下载BIM文件;
        private DevExpress.Utils.ImageCollection imageCollection1;
        private DevExpress.XtraBars.Navigation.TileNavPane tileNavPane1;
        private DevExpress.XtraBars.Navigation.NavButton navButton1;
        private DevExpress.XtraBars.Navigation.NavButton navButton2;
        private DevExpress.XtraBars.Navigation.NavButton navButton3;
        private DevExpress.XtraBars.Navigation.NavButton navButton4;
        private DevExpress.XtraBars.Navigation.NavButton navButton5;
        private DevExpress.XtraBars.Navigation.NavButton navButton6;
        private System.Windows.Forms.Panel panelMain;
        private DevExpress.XtraBars.Navigation.TileNavPane tileNavPane3;
        private DevExpress.XtraBars.Navigation.NavButton bsiWindowInfo;
        private DevExpress.XtraBars.Navigation.NavButton bsiSplit1;
        private DevExpress.XtraBars.Navigation.NavButton bsiPromptInfo;
        private DevExpress.XtraBars.Navigation.NavButton bbi添加收藏;
        private DevExpress.XtraBars.Navigation.NavButton bbi添加比较;
        private DevExpress.XtraBars.Navigation.NavButton bbi添加串并联;
        private DevExpress.XtraBars.Navigation.NavButton navButton询价;
        private DevExpress.XtraBars.BarDockControl barDockControl1;
        private DevExpress.XtraBars.BarDockControl barDockControl2;
        private DevExpress.XtraBars.BarDockControl barDockControl3;
        private DevExpress.XtraBars.BarDockControl barDockControl4;
        private DevExpress.XtraBars.BarManager barManager2;
        private DevExpress.XtraBars.BarButtonItem bbi复制泵型号文字;
        private DevExpress.XtraBars.PopupMenu popupMenu2;
        private DevExpress.XtraBars.Navigation.NavButton navButton8;
        private PumpFullInfoCtrl pumpFullInfoCtrl1;
    }
}