duheng
7 天以前 4de480ec624d3b79ca690dc906e10cd2fbdc9be7
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
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
namespace IStation.WinFrmUI.CalcErQu 
{
    partial class AnaResultInfoManuCtrl
    {
        /// <summary> 
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;
 
        /// <summary> 
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }
 
        #region 组件设计器生成的代码
 
        /// <summary> 
        /// 设计器支持所需的方法 - 不要修改
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.SecondaryAxisY secondaryAxisY1 = new DevExpress.XtraCharts.SecondaryAxisY();
            DevExpress.XtraCharts.SecondaryAxisY secondaryAxisY2 = new DevExpress.XtraCharts.SecondaryAxisY();
            DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView2 = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView3 = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.Series series4 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView4 = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.XYDiagram xyDiagram2 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.ConstantLine constantLine1 = new DevExpress.XtraCharts.ConstantLine();
            DevExpress.XtraCharts.ConstantLine constantLine2 = new DevExpress.XtraCharts.ConstantLine();
            DevExpress.XtraCharts.ConstantLine constantLine3 = new DevExpress.XtraCharts.ConstantLine();
            DevExpress.XtraCharts.XYDiagramPane xyDiagramPane1 = new DevExpress.XtraCharts.XYDiagramPane();
            DevExpress.XtraCharts.SecondaryAxisY secondaryAxisY3 = new DevExpress.XtraCharts.SecondaryAxisY();
            DevExpress.XtraCharts.SecondaryAxisY secondaryAxisY4 = new DevExpress.XtraCharts.SecondaryAxisY();
            DevExpress.XtraCharts.Series series5 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView5 = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.Series series6 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView6 = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.Series series7 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView7 = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.Series series8 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView8 = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.Series series9 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView9 = new DevExpress.XtraCharts.LineSeriesView();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AnaResultInfoManuCtrl));
            this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
            this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
            this.tabPage今日开机策略 = new DevExpress.XtraTab.XtraTabPage();
            this.blockTimeListDispCtrl1 = new IStation.WinFrmUI.CalcErQu.BlockTimeListDispCtrl();
            this.tabPage实时数据 = new DevExpress.XtraTab.XtraTabPage();
            this.pointTimeListDispCtrl1 = new IStation.WinFrmUI.CalcErQu.PointTimeListDispCtrl();
            this.textEdit总电费 = new DevExpress.XtraEditors.TextEdit();
            this.textEdit千吨水能耗 = new DevExpress.XtraEditors.TextEdit();
            this.textEdit总用电量 = new DevExpress.XtraEditors.TextEdit();
            this.textEdit总供水量 = new DevExpress.XtraEditors.TextEdit();
            this.chartControl累计数据 = new DevExpress.XtraCharts.ChartControl();
            this.chartControl实时数据 = new DevExpress.XtraCharts.ChartControl();
            this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
            this.tabbedControlGroup1 = new DevExpress.XtraLayout.TabbedControlGroup();
            this.layoutControlGroup5 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlGroup6 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
            this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
            this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
            this.simpleLabelItem1 = new DevExpress.XtraLayout.SimpleLabelItem();
            this.simpleLabelItem2 = new DevExpress.XtraLayout.SimpleLabelItem();
            this.simpleLabelItem3 = new DevExpress.XtraLayout.SimpleLabelItem();
            this.simpleLabelItem4 = new DevExpress.XtraLayout.SimpleLabelItem();
            this.contextMenuChart = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.MenuItem显示曲线提示 = new System.Windows.Forms.ToolStripMenuItem();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
            this.layoutControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
            this.xtraTabControl1.SuspendLayout();
            this.tabPage今日开机策略.SuspendLayout();
            this.tabPage实时数据.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.textEdit总电费.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.textEdit千吨水能耗.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.textEdit总用电量.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.textEdit总供水量.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl累计数据)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(secondaryAxisY2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl实时数据)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(secondaryAxisY3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(secondaryAxisY4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tabbedControlGroup1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem4)).BeginInit();
            this.contextMenuChart.SuspendLayout();
            this.SuspendLayout();
            // 
            // layoutControl1
            // 
            this.layoutControl1.Controls.Add(this.xtraTabControl1);
            this.layoutControl1.Controls.Add(this.textEdit总电费);
            this.layoutControl1.Controls.Add(this.textEdit千吨水能耗);
            this.layoutControl1.Controls.Add(this.textEdit总用电量);
            this.layoutControl1.Controls.Add(this.textEdit总供水量);
            this.layoutControl1.Controls.Add(this.chartControl累计数据);
            this.layoutControl1.Controls.Add(this.chartControl实时数据);
            this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.layoutControl1.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlGroup1});
            this.layoutControl1.Location = new System.Drawing.Point(0, 0);
            this.layoutControl1.Name = "layoutControl1";
            this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(693, 360, 650, 400);
            this.layoutControl1.Root = this.Root;
            this.layoutControl1.Size = new System.Drawing.Size(1200, 1000);
            this.layoutControl1.TabIndex = 1;
            this.layoutControl1.Text = "layoutControl1";
            // 
            // xtraTabControl1
            // 
            editorButtonImageOptions1.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
            this.xtraTabControl1.CustomHeaderButtons.AddRange(new DevExpress.XtraTab.Buttons.CustomHeaderButton[] {
            new DevExpress.XtraTab.Buttons.CustomHeaderButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Search, "实时数据", -1, true, true, editorButtonImageOptions1, serializableAppearanceObject1, "", null, null)});
            this.xtraTabControl1.Location = new System.Drawing.Point(5, 131);
            this.xtraTabControl1.Name = "xtraTabControl1";
            this.xtraTabControl1.SelectedTabPage = this.tabPage今日开机策略;
            this.xtraTabControl1.Size = new System.Drawing.Size(1190, 864);
            this.xtraTabControl1.TabIndex = 13;
            this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.tabPage今日开机策略,
            this.tabPage实时数据});
            this.xtraTabControl1.CustomHeaderButtonClick += new DevExpress.XtraTab.ViewInfo.CustomHeaderButtonEventHandler(this.xtraTabControl1_CustomHeaderButtonClick);
            // 
            // tabPage今日开机策略
            // 
            this.tabPage今日开机策略.Controls.Add(this.blockTimeListDispCtrl1);
            this.tabPage今日开机策略.Name = "tabPage今日开机策略";
            this.tabPage今日开机策略.Size = new System.Drawing.Size(1188, 838);
            this.tabPage今日开机策略.Text = "开机策略";
            // 
            // blockTimeListDispCtrl1
            // 
            this.blockTimeListDispCtrl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.blockTimeListDispCtrl1.Location = new System.Drawing.Point(0, 0);
            this.blockTimeListDispCtrl1.MinimumSize = new System.Drawing.Size(0, 1000);
            this.blockTimeListDispCtrl1.Name = "blockTimeListDispCtrl1";
            this.blockTimeListDispCtrl1.Size = new System.Drawing.Size(1188, 1000);
            this.blockTimeListDispCtrl1.TabIndex = 0;
            // 
            // tabPage实时数据
            // 
            this.tabPage实时数据.Controls.Add(this.pointTimeListDispCtrl1);
            this.tabPage实时数据.Name = "tabPage实时数据";
            this.tabPage实时数据.Size = new System.Drawing.Size(1188, 838);
            this.tabPage实时数据.Text = "实时数据";
            // 
            // pointTimeListDispCtrl1
            // 
            this.pointTimeListDispCtrl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pointTimeListDispCtrl1.Location = new System.Drawing.Point(0, 0);
            this.pointTimeListDispCtrl1.Margin = new System.Windows.Forms.Padding(4);
            this.pointTimeListDispCtrl1.Name = "pointTimeListDispCtrl1";
            this.pointTimeListDispCtrl1.Size = new System.Drawing.Size(1188, 838);
            this.pointTimeListDispCtrl1.TabIndex = 0;
            // 
            // textEdit总电费
            // 
            this.textEdit总电费.Location = new System.Drawing.Point(856, 2);
            this.textEdit总电费.Name = "textEdit总电费";
            this.textEdit总电费.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 24F);
            this.textEdit总电费.Properties.Appearance.Options.UseFont = true;
            this.textEdit总电费.Properties.Appearance.Options.UseTextOptions = true;
            this.textEdit总电费.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.textEdit总电费.Size = new System.Drawing.Size(202, 46);
            this.textEdit总电费.StyleController = this.layoutControl1;
            this.textEdit总电费.TabIndex = 11;
            // 
            // textEdit千吨水能耗
            // 
            this.textEdit千吨水能耗.Location = new System.Drawing.Point(856, 52);
            this.textEdit千吨水能耗.Name = "textEdit千吨水能耗";
            this.textEdit千吨水能耗.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 24F);
            this.textEdit千吨水能耗.Properties.Appearance.Options.UseFont = true;
            this.textEdit千吨水能耗.Properties.Appearance.Options.UseTextOptions = true;
            this.textEdit千吨水能耗.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.textEdit千吨水能耗.Size = new System.Drawing.Size(202, 46);
            this.textEdit千吨水能耗.StyleController = this.layoutControl1;
            this.textEdit千吨水能耗.TabIndex = 10;
            // 
            // textEdit总用电量
            // 
            this.textEdit总用电量.Location = new System.Drawing.Point(185, 52);
            this.textEdit总用电量.Name = "textEdit总用电量";
            this.textEdit总用电量.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 24F);
            this.textEdit总用电量.Properties.Appearance.Options.UseFont = true;
            this.textEdit总用电量.Properties.Appearance.Options.UseTextOptions = true;
            this.textEdit总用电量.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.textEdit总用电量.Size = new System.Drawing.Size(306, 46);
            this.textEdit总用电量.StyleController = this.layoutControl1;
            this.textEdit总用电量.TabIndex = 9;
            // 
            // textEdit总供水量
            // 
            this.textEdit总供水量.Location = new System.Drawing.Point(185, 2);
            this.textEdit总供水量.Name = "textEdit总供水量";
            this.textEdit总供水量.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 24F);
            this.textEdit总供水量.Properties.Appearance.Options.UseFont = true;
            this.textEdit总供水量.Properties.Appearance.Options.UseTextOptions = true;
            this.textEdit总供水量.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.textEdit总供水量.Size = new System.Drawing.Size(306, 46);
            this.textEdit总供水量.StyleController = this.layoutControl1;
            this.textEdit总供水量.TabIndex = 8;
            // 
            // chartControl累计数据
            // 
            xyDiagram1.AxisX.DateTimeScaleOptions.AutoGrid = false;
            xyDiagram1.AxisX.DateTimeScaleOptions.GridAlignment = DevExpress.XtraCharts.DateTimeGridAlignment.Hour;
            xyDiagram1.AxisX.DateTimeScaleOptions.MeasureUnit = DevExpress.XtraCharts.DateTimeMeasureUnit.Minute;
            xyDiagram1.AxisX.GridLines.Visible = true;
            xyDiagram1.AxisX.MinorCount = 3;
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.Color = System.Drawing.Color.Blue;
            xyDiagram1.AxisY.InterlacedColor = System.Drawing.Color.Blue;
            xyDiagram1.AxisY.Label.TextColor = System.Drawing.Color.Blue;
            xyDiagram1.AxisY.Title.DXFont = new DevExpress.Drawing.DXFont("Tahoma", 9F);
            xyDiagram1.AxisY.Title.Text = "累计流量(m³/h)";
            xyDiagram1.AxisY.Title.TextColor = System.Drawing.Color.Blue;
            xyDiagram1.AxisY.Title.Visibility = DevExpress.Utils.DefaultBoolean.Default;
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram1.EnableAxisXScrolling = true;
            secondaryAxisY1.AxisID = 0;
            secondaryAxisY1.Color = System.Drawing.Color.Green;
            secondaryAxisY1.InterlacedColor = System.Drawing.Color.Green;
            secondaryAxisY1.Label.TextColor = System.Drawing.Color.Green;
            secondaryAxisY1.Name = "SecondaryDF";
            secondaryAxisY1.Title.DXFont = new DevExpress.Drawing.DXFont("Tahoma", 9F);
            secondaryAxisY1.Title.Text = "累计电费";
            secondaryAxisY1.Title.TextColor = System.Drawing.Color.Green;
            secondaryAxisY1.Title.Visibility = DevExpress.Utils.DefaultBoolean.Default;
            secondaryAxisY1.VisibleInPanesSerializable = "-1";
            secondaryAxisY2.AxisID = 1;
            secondaryAxisY2.Color = System.Drawing.Color.Red;
            secondaryAxisY2.Label.TextColor = System.Drawing.Color.Red;
            secondaryAxisY2.Name = "SecondaryDL";
            secondaryAxisY2.Title.DXFont = new DevExpress.Drawing.DXFont("Tahoma", 9F);
            secondaryAxisY2.Title.Text = "累计用电量";
            secondaryAxisY2.Title.TextColor = System.Drawing.Color.Red;
            secondaryAxisY2.Title.Visibility = DevExpress.Utils.DefaultBoolean.Default;
            secondaryAxisY2.VisibleInPanesSerializable = "-1";
            xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
            secondaryAxisY1,
            secondaryAxisY2});
            this.chartControl累计数据.Diagram = xyDiagram1;
            this.chartControl累计数据.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right;
            this.chartControl累计数据.Legend.Border.Visibility = DevExpress.Utils.DefaultBoolean.False;
            this.chartControl累计数据.Legend.MarkerMode = DevExpress.XtraCharts.LegendMarkerMode.CheckBoxAndMarker;
            this.chartControl累计数据.Legend.Visibility = DevExpress.Utils.DefaultBoolean.True;
            this.chartControl累计数据.Location = new System.Drawing.Point(5, 131);
            this.chartControl累计数据.Name = "chartControl累计数据";
            series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
            series1.Name = "取水量";
            lineSeriesView1.Color = System.Drawing.Color.Blue;
            series1.View = lineSeriesView1;
            series2.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
            series2.Name = "用电量";
            lineSeriesView2.AxisYName = "SecondaryDL";
            lineSeriesView2.Color = System.Drawing.Color.Red;
            series2.View = lineSeriesView2;
            series3.Name = "电费";
            lineSeriesView3.AxisYName = "SecondaryDF";
            lineSeriesView3.Color = System.Drawing.Color.Teal;
            series3.View = lineSeriesView3;
            series4.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
            series4.Name = "用水量";
            lineSeriesView4.Color = System.Drawing.Color.Fuchsia;
            series4.View = lineSeriesView4;
            this.chartControl累计数据.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1,
        series2,
        series3,
        series4};
            this.chartControl累计数据.Size = new System.Drawing.Size(1190, 864);
            this.chartControl累计数据.TabIndex = 7;
            // 
            // chartControl实时数据
            // 
            constantLine1.AxisValueSerializable = "1";
            constantLine1.LegendText = "时间";
            constantLine1.LineStyle.Thickness = 3;
            constantLine1.Name = "Constant Line 1";
            constantLine1.ShowInLegend = false;
            constantLine1.Title.Visible = false;
            constantLine2.AxisValueSerializable = "3";
            constantLine2.Name = "前日";
            constantLine2.ShowInLegend = false;
            constantLine2.Title.Alignment = DevExpress.XtraCharts.ConstantLineTitleAlignment.Far;
            constantLine2.Title.Text = "前日";
            constantLine3.AxisValueSerializable = "2";
            constantLine3.LineStyle.Thickness = 2;
            constantLine3.Name = "昨日";
            constantLine3.ShowInLegend = false;
            constantLine3.Title.Alignment = DevExpress.XtraCharts.ConstantLineTitleAlignment.Far;
            constantLine3.Title.Text = "昨日";
            xyDiagram2.AxisX.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
            constantLine1,
            constantLine2,
            constantLine3});
            xyDiagram2.AxisX.DateTimeScaleOptions.AggregateFunction = DevExpress.XtraCharts.AggregateFunction.None;
            xyDiagram2.AxisX.DateTimeScaleOptions.MeasureUnit = DevExpress.XtraCharts.DateTimeMeasureUnit.Minute;
            xyDiagram2.AxisX.DateTimeScaleOptions.MeasureUnitMultiplier = 10;
            xyDiagram2.AxisX.GridLines.Visible = true;
            xyDiagram2.AxisX.MinorCount = 3;
            xyDiagram2.AxisX.VisibleInPanesSerializable = "-1;0";
            xyDiagram2.AxisY.Color = System.Drawing.Color.Green;
            xyDiagram2.AxisY.InterlacedColor = System.Drawing.Color.Green;
            xyDiagram2.AxisY.Label.TextColor = System.Drawing.Color.Green;
            xyDiagram2.AxisY.Title.DXFont = new DevExpress.Drawing.DXFont("Tahoma", 9F);
            xyDiagram2.AxisY.Title.Text = "水位(m)";
            xyDiagram2.AxisY.Title.TextColor = System.Drawing.Color.Green;
            xyDiagram2.AxisY.Title.Visibility = DevExpress.Utils.DefaultBoolean.Default;
            xyDiagram2.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram2.EnableAxisXScrolling = true;
            xyDiagram2.Margins.Top = 50;
            xyDiagramPane1.Name = "Pane 1";
            xyDiagramPane1.PaneID = 0;
            xyDiagram2.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] {
            xyDiagramPane1});
            secondaryAxisY3.Alignment = DevExpress.XtraCharts.AxisAlignment.Near;
            secondaryAxisY3.AxisID = 0;
            secondaryAxisY3.Color = System.Drawing.Color.Green;
            secondaryAxisY3.GridLines.Visible = true;
            secondaryAxisY3.InterlacedColor = System.Drawing.Color.Green;
            secondaryAxisY3.Label.TextColor = System.Drawing.Color.Green;
            secondaryAxisY3.Name = "SecondaryLL";
            secondaryAxisY3.Title.DXFont = new DevExpress.Drawing.DXFont("Tahoma", 9F);
            secondaryAxisY3.Title.Text = "流量(万m³)";
            secondaryAxisY3.Title.TextColor = System.Drawing.Color.Green;
            secondaryAxisY3.Title.Visibility = DevExpress.Utils.DefaultBoolean.Default;
            secondaryAxisY3.VisibleInPanesSerializable = "0";
            secondaryAxisY4.AxisID = 1;
            secondaryAxisY4.Color = System.Drawing.Color.Red;
            secondaryAxisY4.GridLines.Visible = true;
            secondaryAxisY4.Label.TextColor = System.Drawing.Color.Red;
            secondaryAxisY4.Name = "SecondaryGL";
            secondaryAxisY4.Title.DXFont = new DevExpress.Drawing.DXFont("Tahoma", 9F);
            secondaryAxisY4.Title.Text = "功率 (kW)";
            secondaryAxisY4.Title.TextColor = System.Drawing.Color.Red;
            secondaryAxisY4.Title.Visibility = DevExpress.Utils.DefaultBoolean.Default;
            secondaryAxisY4.VisibleInPanesSerializable = "0";
            xyDiagram2.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
            secondaryAxisY3,
            secondaryAxisY4});
            this.chartControl实时数据.Diagram = xyDiagram2;
            this.chartControl实时数据.Legend.Border.Visibility = DevExpress.Utils.DefaultBoolean.False;
            this.chartControl实时数据.Legend.MarkerMode = DevExpress.XtraCharts.LegendMarkerMode.CheckBoxAndMarker;
            this.chartControl实时数据.Legend.Visibility = DevExpress.Utils.DefaultBoolean.True;
            this.chartControl实时数据.Location = new System.Drawing.Point(5, 131);
            this.chartControl实时数据.Name = "chartControl实时数据";
            series5.CrosshairLabelPattern = "长江水位 {V} (m)";
            series5.LegendTextPattern = "长江水位(m)";
            series5.Name = "SeriesCJSW";
            lineSeriesView5.Color = System.Drawing.Color.Green;
            series5.View = lineSeriesView5;
            series6.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
            series6.CrosshairLabelPattern = "前池水位 {V} (m)";
            series6.LegendTextPattern = "前池水位(m)";
            series6.Name = "SeriesQCSW";
            lineSeriesView6.Color = System.Drawing.Color.Teal;
            series6.View = lineSeriesView6;
            series7.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
            series7.CrosshairLabelPattern = "{A},水库水位 {V} (m)";
            series7.LegendTextPattern = "水库水位(m)";
            series7.Name = "SeriesSKSW";
            lineSeriesView7.Color = System.Drawing.Color.Magenta;
            series7.View = lineSeriesView7;
            series8.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
            series8.CrosshairLabelPattern = "流量 {V} (m³/h)";
            series8.LegendTextPattern = "瞬时流量(m³/h)";
            series8.Name = "SeriesLL";
            lineSeriesView8.AxisYName = "SecondaryLL";
            lineSeriesView8.Color = System.Drawing.Color.Blue;
            lineSeriesView8.PaneName = "Pane 1";
            series8.View = lineSeriesView8;
            series9.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
            series9.CrosshairLabelPattern = "功率 {V} (kW)";
            series9.LegendTextPattern = "瞬时功率(KW)";
            series9.Name = "SeriesGL";
            lineSeriesView9.AxisYName = "SecondaryGL";
            lineSeriesView9.Color = System.Drawing.Color.Red;
            lineSeriesView9.PaneName = "Pane 1";
            series9.View = lineSeriesView9;
            this.chartControl实时数据.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series5,
        series6,
        series7,
        series8,
        series9};
            this.chartControl实时数据.Size = new System.Drawing.Size(1190, 864);
            this.chartControl实时数据.TabIndex = 5;
            // 
            // layoutControlGroup1
            // 
            this.layoutControlGroup1.CaptionImageOptions.ImageUri.Uri = "Replace;Size16x16";
            this.layoutControlGroup1.ExpandButtonVisible = true;
            this.layoutControlGroup1.GroupStyle = DevExpress.Utils.GroupStyle.Title;
            this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup1.Name = "layoutControlGroup1";
            this.layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
            this.layoutControlGroup1.Size = new System.Drawing.Size(1190, 879);
            this.layoutControlGroup1.Text = "运行区段";
            // 
            // Root
            // 
            this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
            this.Root.GroupBordersVisible = false;
            this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.tabbedControlGroup1,
            this.layoutControlItem1,
            this.layoutControlItem7,
            this.layoutControlItem5,
            this.layoutControlItem6,
            this.emptySpaceItem1,
            this.emptySpaceItem2,
            this.simpleLabelItem1,
            this.simpleLabelItem2,
            this.simpleLabelItem3,
            this.simpleLabelItem4});
            this.Root.Name = "Root";
            this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.Root.Size = new System.Drawing.Size(1200, 1000);
            this.Root.TextVisible = false;
            // 
            // tabbedControlGroup1
            // 
            this.tabbedControlGroup1.Location = new System.Drawing.Point(0, 100);
            this.tabbedControlGroup1.Name = "tabbedControlGroup1";
            this.tabbedControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.tabbedControlGroup1.SelectedTabPage = this.layoutControlGroup5;
            this.tabbedControlGroup1.Size = new System.Drawing.Size(1200, 900);
            this.tabbedControlGroup1.TabPages.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlGroup5,
            this.layoutControlGroup6,
            this.layoutControlGroup3});
            this.tabbedControlGroup1.Text = "运行列表";
            // 
            // layoutControlGroup5
            // 
            this.layoutControlGroup5.CaptionImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlGroup5.CaptionImageOptions.SvgImage")));
            this.layoutControlGroup5.CaptionImageOptions.SvgImageSize = new System.Drawing.Size(16, 16);
            this.layoutControlGroup5.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem3});
            this.layoutControlGroup5.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup5.Name = "layoutControlGroup5";
            this.layoutControlGroup5.Size = new System.Drawing.Size(1194, 868);
            this.layoutControlGroup5.Text = "实时数据";
            // 
            // layoutControlItem3
            // 
            this.layoutControlItem3.Control = this.chartControl实时数据;
            this.layoutControlItem3.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem3.MinSize = new System.Drawing.Size(104, 400);
            this.layoutControlItem3.Name = "layoutControlItem3";
            this.layoutControlItem3.Size = new System.Drawing.Size(1194, 868);
            this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem3.Text = "实时数据";
            this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem3.TextVisible = false;
            // 
            // layoutControlGroup6
            // 
            this.layoutControlGroup6.CaptionImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlGroup6.CaptionImageOptions.SvgImage")));
            this.layoutControlGroup6.CaptionImageOptions.SvgImageSize = new System.Drawing.Size(16, 16);
            this.layoutControlGroup6.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem4});
            this.layoutControlGroup6.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup6.Name = "layoutControlGroup6";
            this.layoutControlGroup6.Size = new System.Drawing.Size(1194, 868);
            this.layoutControlGroup6.Text = "累计数据";
            // 
            // layoutControlItem4
            // 
            this.layoutControlItem4.Control = this.chartControl累计数据;
            this.layoutControlItem4.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem4.MinSize = new System.Drawing.Size(104, 400);
            this.layoutControlItem4.Name = "layoutControlItem4";
            this.layoutControlItem4.Size = new System.Drawing.Size(1194, 868);
            this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem4.TextVisible = false;
            // 
            // layoutControlGroup3
            // 
            this.layoutControlGroup3.CaptionImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlGroup3.CaptionImageOptions.SvgImage")));
            this.layoutControlGroup3.CaptionImageOptions.SvgImageSize = new System.Drawing.Size(16, 16);
            this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem2});
            this.layoutControlGroup3.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup3.Name = "layoutControlGroup3";
            this.layoutControlGroup3.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.layoutControlGroup3.Size = new System.Drawing.Size(1194, 868);
            this.layoutControlGroup3.Text = "运行参数";
            // 
            // layoutControlItem2
            // 
            this.layoutControlItem2.Control = this.xtraTabControl1;
            this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem2.Name = "layoutControlItem2";
            this.layoutControlItem2.Size = new System.Drawing.Size(1194, 868);
            this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem2.TextVisible = false;
            // 
            // layoutControlItem1
            // 
            this.layoutControlItem1.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 24F);
            this.layoutControlItem1.AppearanceItemCaption.Options.UseFont = true;
            this.layoutControlItem1.AppearanceItemCaption.Options.UseTextOptions = true;
            this.layoutControlItem1.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.layoutControlItem1.Control = this.textEdit总供水量;
            this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem1.Name = "layoutControlItem1";
            this.layoutControlItem1.Size = new System.Drawing.Size(493, 50);
            this.layoutControlItem1.Text = "总取水量:";
            this.layoutControlItem1.TextSize = new System.Drawing.Size(171, 39);
            // 
            // layoutControlItem7
            // 
            this.layoutControlItem7.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 24F);
            this.layoutControlItem7.AppearanceItemCaption.Options.UseFont = true;
            this.layoutControlItem7.AppearanceItemCaption.Options.UseTextOptions = true;
            this.layoutControlItem7.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.layoutControlItem7.Control = this.textEdit总电费;
            this.layoutControlItem7.Location = new System.Drawing.Point(671, 0);
            this.layoutControlItem7.Name = "layoutControlItem7";
            this.layoutControlItem7.Size = new System.Drawing.Size(389, 50);
            this.layoutControlItem7.Text = "总电费:";
            this.layoutControlItem7.TextSize = new System.Drawing.Size(171, 39);
            // 
            // layoutControlItem5
            // 
            this.layoutControlItem5.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 24F);
            this.layoutControlItem5.AppearanceItemCaption.Options.UseFont = true;
            this.layoutControlItem5.AppearanceItemCaption.Options.UseTextOptions = true;
            this.layoutControlItem5.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.layoutControlItem5.Control = this.textEdit总用电量;
            this.layoutControlItem5.Location = new System.Drawing.Point(0, 50);
            this.layoutControlItem5.Name = "layoutControlItem5";
            this.layoutControlItem5.Size = new System.Drawing.Size(493, 50);
            this.layoutControlItem5.Text = "总用电量:";
            this.layoutControlItem5.TextSize = new System.Drawing.Size(171, 39);
            // 
            // layoutControlItem6
            // 
            this.layoutControlItem6.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 24F);
            this.layoutControlItem6.AppearanceItemCaption.Options.UseFont = true;
            this.layoutControlItem6.AppearanceItemCaption.Options.UseTextOptions = true;
            this.layoutControlItem6.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.layoutControlItem6.Control = this.textEdit千吨水能耗;
            this.layoutControlItem6.Location = new System.Drawing.Point(671, 50);
            this.layoutControlItem6.Name = "layoutControlItem6";
            this.layoutControlItem6.Size = new System.Drawing.Size(389, 50);
            this.layoutControlItem6.Text = "千吨水能耗:";
            this.layoutControlItem6.TextSize = new System.Drawing.Size(171, 39);
            // 
            // emptySpaceItem1
            // 
            this.emptySpaceItem1.AllowHotTrack = false;
            this.emptySpaceItem1.Location = new System.Drawing.Point(1116, 0);
            this.emptySpaceItem1.Name = "emptySpaceItem1";
            this.emptySpaceItem1.Size = new System.Drawing.Size(84, 50);
            this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
            // 
            // emptySpaceItem2
            // 
            this.emptySpaceItem2.AllowHotTrack = false;
            this.emptySpaceItem2.Location = new System.Drawing.Point(1116, 50);
            this.emptySpaceItem2.Name = "emptySpaceItem2";
            this.emptySpaceItem2.Size = new System.Drawing.Size(84, 50);
            this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
            // 
            // simpleLabelItem1
            // 
            this.simpleLabelItem1.AllowHotTrack = false;
            this.simpleLabelItem1.Location = new System.Drawing.Point(493, 0);
            this.simpleLabelItem1.Name = "simpleLabelItem1";
            this.simpleLabelItem1.Size = new System.Drawing.Size(178, 50);
            this.simpleLabelItem1.Text = "万m³";
            this.simpleLabelItem1.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.simpleLabelItem1.TextSize = new System.Drawing.Size(28, 14);
            // 
            // simpleLabelItem2
            // 
            this.simpleLabelItem2.AllowHotTrack = false;
            this.simpleLabelItem2.Location = new System.Drawing.Point(493, 50);
            this.simpleLabelItem2.Name = "simpleLabelItem2";
            this.simpleLabelItem2.Size = new System.Drawing.Size(178, 50);
            this.simpleLabelItem2.Text = "kWh";
            this.simpleLabelItem2.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.simpleLabelItem2.TextSize = new System.Drawing.Size(25, 14);
            // 
            // simpleLabelItem3
            // 
            this.simpleLabelItem3.AllowHotTrack = false;
            this.simpleLabelItem3.Location = new System.Drawing.Point(1060, 0);
            this.simpleLabelItem3.Name = "simpleLabelItem3";
            this.simpleLabelItem3.Size = new System.Drawing.Size(56, 50);
            this.simpleLabelItem3.Text = "元";
            this.simpleLabelItem3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.simpleLabelItem3.TextSize = new System.Drawing.Size(12, 14);
            // 
            // simpleLabelItem4
            // 
            this.simpleLabelItem4.AllowHotTrack = false;
            this.simpleLabelItem4.Location = new System.Drawing.Point(1060, 50);
            this.simpleLabelItem4.Name = "simpleLabelItem4";
            this.simpleLabelItem4.Size = new System.Drawing.Size(56, 50);
            this.simpleLabelItem4.Text = "kWh/km³";
            this.simpleLabelItem4.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.simpleLabelItem4.TextSize = new System.Drawing.Size(52, 14);
            // 
            // contextMenuChart
            // 
            this.contextMenuChart.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.MenuItem显示曲线提示});
            this.contextMenuChart.Name = "contextMenuGrid";
            this.contextMenuChart.Size = new System.Drawing.Size(149, 26);
            // 
            // MenuItem显示曲线提示
            // 
            this.MenuItem显示曲线提示.Checked = true;
            this.MenuItem显示曲线提示.CheckState = System.Windows.Forms.CheckState.Checked;
            this.MenuItem显示曲线提示.Name = "MenuItem显示曲线提示";
            this.MenuItem显示曲线提示.Size = new System.Drawing.Size(148, 22);
            this.MenuItem显示曲线提示.Text = "显示曲线提示";
            this.MenuItem显示曲线提示.Click += new System.EventHandler(this.MenuItem显示曲线提示_Click);
            // 
            // AnaResultInfoManuCtrl
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.Controls.Add(this.layoutControl1);
            this.MinimumSize = new System.Drawing.Size(0, 500);
            this.Name = "AnaResultInfoManuCtrl";
            this.Size = new System.Drawing.Size(1200, 1000);
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
            this.layoutControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
            this.xtraTabControl1.ResumeLayout(false);
            this.tabPage今日开机策略.ResumeLayout(false);
            this.tabPage实时数据.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.textEdit总电费.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.textEdit千吨水能耗.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.textEdit总用电量.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.textEdit总供水量.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(secondaryAxisY2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl累计数据)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(secondaryAxisY3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(secondaryAxisY4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl实时数据)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tabbedControlGroup1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem4)).EndInit();
            this.contextMenuChart.ResumeLayout(false);
            this.ResumeLayout(false);
 
        }
 
        #endregion
        private DevExpress.XtraLayout.LayoutControl layoutControl1;
        private DevExpress.XtraLayout.LayoutControlGroup Root;
        private DevExpress.XtraCharts.ChartControl chartControl实时数据;
        private DevExpress.XtraLayout.TabbedControlGroup tabbedControlGroup1;
        private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup3;
        private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
        private DevExpress.XtraCharts.ChartControl chartControl累计数据;
        private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup5;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
        private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup6;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
        private DevExpress.XtraEditors.TextEdit textEdit千吨水能耗;
        private DevExpress.XtraEditors.TextEdit textEdit总用电量;
        private DevExpress.XtraEditors.TextEdit textEdit总供水量;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
        private DevExpress.XtraEditors.TextEdit textEdit总电费;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
        private System.Windows.Forms.ContextMenuStrip contextMenuChart;
        private System.Windows.Forms.ToolStripMenuItem MenuItem显示曲线提示;
        private DevExpress.XtraTab.XtraTabControl xtraTabControl1;
        private DevExpress.XtraTab.XtraTabPage tabPage今日开机策略;
        private DevExpress.XtraTab.XtraTabPage tabPage实时数据;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
        private PointTimeListDispCtrl pointTimeListDispCtrl1;
        private BlockTimeListDispCtrl blockTimeListDispCtrl1;
        private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
        private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
        private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem1;
        private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem2;
        private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem3;
        private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem4;
    }
}