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
 
 
namespace IStation.WinFrmUI.Curve
{
    partial class ChartMultiCurveCtrl
    {
        /// <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()
        {
            this.components = new System.ComponentModel.Container();
            DevExpress.XtraCharts.TextAnnotation textAnnotation1 = new DevExpress.XtraCharts.TextAnnotation();
            DevExpress.XtraCharts.ChartAnchorPoint chartAnchorPoint1 = new DevExpress.XtraCharts.ChartAnchorPoint();
            DevExpress.XtraCharts.FreePosition freePosition1 = new DevExpress.XtraCharts.FreePosition();
            DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.ConstantLine constantLine1 = new DevExpress.XtraCharts.ConstantLine();
            DevExpress.XtraCharts.ConstantLine constantLine2 = new DevExpress.XtraCharts.ConstantLine();
            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.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView2 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView3 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView4 = new DevExpress.XtraCharts.SplineSeriesView();
            this.chartRightMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.导出成图片Menu = new System.Windows.Forms.ToolStripMenuItem();
            this.显示曲线方程MenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.显示坐标文字MenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.显示曲线名称MenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.显示对比刻度MenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.显示曲线标签MenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.显示右上角面板MenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.设置图形显示Menu = new System.Windows.Forms.ToolStripMenuItem();
            this.调整坐标系Menu = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.根据流量查询MenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.显示装置曲线MenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.设置装置曲线MenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
            this.annoRightMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.修改Anno名称MenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.设置文字颜色AnnoMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.设置背景色ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.设置背景透明AnnoMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.curveRightMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.设置颜色SeriesMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.axisRightMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.设置颜色AxisMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.设置坐标值MenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.lineMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.设置颜色LineMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.设置值LineMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.chartRightMenu.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(textAnnotation1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(secondaryAxisY2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView4)).BeginInit();
            this.annoRightMenu.SuspendLayout();
            this.curveRightMenu.SuspendLayout();
            this.axisRightMenu.SuspendLayout();
            this.lineMenuStrip.SuspendLayout();
            this.SuspendLayout();
            // 
            // chartRightMenu
            // 
            this.chartRightMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.导出成图片Menu,
            this.显示曲线方程MenuItem,
            this.toolStripSeparator1,
            this.显示坐标文字MenuItem,
            this.显示曲线名称MenuItem,
            this.显示对比刻度MenuItem,
            this.显示曲线标签MenuItem,
            this.显示右上角面板MenuItem,
            this.toolStripSeparator2,
            this.设置图形显示Menu,
            this.调整坐标系Menu,
            this.toolStripSeparator3,
            this.根据流量查询MenuItem,
            this.toolStripSeparator4,
            this.显示装置曲线MenuItem,
            this.设置装置曲线MenuItem});
            this.chartRightMenu.Name = "chartRightMenu";
            this.chartRightMenu.ShowCheckMargin = true;
            this.chartRightMenu.ShowImageMargin = false;
            this.chartRightMenu.Size = new System.Drawing.Size(161, 292);
            this.chartRightMenu.Opening += new System.ComponentModel.CancelEventHandler(this.chartRightMenu_Opening);
            // 
            // 导出成图片Menu
            // 
            this.导出成图片Menu.Name = "导出成图片Menu";
            this.导出成图片Menu.Size = new System.Drawing.Size(160, 22);
            this.导出成图片Menu.Text = "导出成图片";
            this.导出成图片Menu.Click += new System.EventHandler(this.导出成图片MenuItem_Click);
            // 
            // 显示曲线方程MenuItem
            // 
            this.显示曲线方程MenuItem.Name = "显示曲线方程MenuItem";
            this.显示曲线方程MenuItem.Size = new System.Drawing.Size(160, 22);
            this.显示曲线方程MenuItem.Text = "显示曲线方程";
            this.显示曲线方程MenuItem.Click += new System.EventHandler(this.显示曲线方程MenuItem_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(157, 6);
            // 
            // 显示坐标文字MenuItem
            // 
            this.显示坐标文字MenuItem.Name = "显示坐标文字MenuItem";
            this.显示坐标文字MenuItem.Size = new System.Drawing.Size(160, 22);
            this.显示坐标文字MenuItem.Text = "不显示坐标标签";
            this.显示坐标文字MenuItem.Click += new System.EventHandler(this.显示坐标文字MenuItem_Click);
            // 
            // 显示曲线名称MenuItem
            // 
            this.显示曲线名称MenuItem.Name = "显示曲线名称MenuItem";
            this.显示曲线名称MenuItem.Size = new System.Drawing.Size(160, 22);
            this.显示曲线名称MenuItem.Text = "不显示曲线名称";
            this.显示曲线名称MenuItem.Click += new System.EventHandler(this.显示曲线名称MenuItem_Click);
            // 
            // 显示对比刻度MenuItem
            // 
            this.显示对比刻度MenuItem.Name = "显示对比刻度MenuItem";
            this.显示对比刻度MenuItem.Size = new System.Drawing.Size(160, 22);
            this.显示对比刻度MenuItem.Text = "不显示曲线对比";
            this.显示对比刻度MenuItem.Click += new System.EventHandler(this.显示对比刻度MenuItem_Click);
            // 
            // 显示曲线标签MenuItem
            // 
            this.显示曲线标签MenuItem.Name = "显示曲线标签MenuItem";
            this.显示曲线标签MenuItem.Size = new System.Drawing.Size(160, 22);
            this.显示曲线标签MenuItem.Text = "不显示曲线标签";
            this.显示曲线标签MenuItem.Click += new System.EventHandler(this.显示曲线标签MenuItem_Click);
            // 
            // 显示右上角面板MenuItem
            // 
            this.显示右上角面板MenuItem.Checked = true;
            this.显示右上角面板MenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
            this.显示右上角面板MenuItem.Name = "显示右上角面板MenuItem";
            this.显示右上角面板MenuItem.Size = new System.Drawing.Size(160, 22);
            this.显示右上角面板MenuItem.Text = "显示右上角面板";
            this.显示右上角面板MenuItem.Click += new System.EventHandler(this.显示右上角面板MenuItem_Click);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(157, 6);
            // 
            // 设置图形显示Menu
            // 
            this.设置图形显示Menu.Name = "设置图形显示Menu";
            this.设置图形显示Menu.Size = new System.Drawing.Size(160, 22);
            this.设置图形显示Menu.Text = "设置图形显示";
            this.设置图形显示Menu.Click += new System.EventHandler(this.设置图形显示MenuItem_Click);
            // 
            // 调整坐标系Menu
            // 
            this.调整坐标系Menu.Name = "调整坐标系Menu";
            this.调整坐标系Menu.Size = new System.Drawing.Size(160, 22);
            this.调整坐标系Menu.Text = "设置坐标系";
            this.调整坐标系Menu.Click += new System.EventHandler(this.调整坐标系MenuItem_Click);
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(157, 6);
            // 
            // 根据流量查询MenuItem
            // 
            this.根据流量查询MenuItem.Name = "根据流量查询MenuItem";
            this.根据流量查询MenuItem.Size = new System.Drawing.Size(160, 22);
            this.根据流量查询MenuItem.Text = "根据扬程查询";
            this.根据流量查询MenuItem.Click += new System.EventHandler(this.根据流量查询MenuItem_Click);
            // 
            // toolStripSeparator4
            // 
            this.toolStripSeparator4.Name = "toolStripSeparator4";
            this.toolStripSeparator4.Size = new System.Drawing.Size(157, 6);
            // 
            // 显示装置曲线MenuItem
            // 
            this.显示装置曲线MenuItem.Name = "显示装置曲线MenuItem";
            this.显示装置曲线MenuItem.Size = new System.Drawing.Size(160, 22);
            this.显示装置曲线MenuItem.Text = "显示装置曲线";
            this.显示装置曲线MenuItem.Click += new System.EventHandler(this.显示装置曲线MenuItem_Click);
            // 
            // 设置装置曲线MenuItem
            // 
            this.设置装置曲线MenuItem.Name = "设置装置曲线MenuItem";
            this.设置装置曲线MenuItem.Size = new System.Drawing.Size(160, 22);
            this.设置装置曲线MenuItem.Text = "设置装置曲线";
            this.设置装置曲线MenuItem.Visible = false;
            this.设置装置曲线MenuItem.Click += new System.EventHandler(this.设置装置曲线MenuItem_Click);
            // 
            // chartControl1
            // 
            chartAnchorPoint1.X = 82;
            chartAnchorPoint1.Y = 49;
            textAnnotation1.AnchorPoint = chartAnchorPoint1;
            textAnnotation1.AutoHeight = true;
            textAnnotation1.AutoWidth = true;
            textAnnotation1.Border.Visibility = DevExpress.Utils.DefaultBoolean.False;
            textAnnotation1.ConnectorStyle = DevExpress.XtraCharts.AnnotationConnectorStyle.None;
            textAnnotation1.Name = "AnnotationRefInfo";
            textAnnotation1.Padding.Bottom = 1;
            textAnnotation1.Padding.Left = 1;
            textAnnotation1.Padding.Right = 1;
            textAnnotation1.Padding.Top = 1;
            textAnnotation1.RuntimeAnchoring = true;
            textAnnotation1.RuntimeMoving = true;
            textAnnotation1.RuntimeResizing = true;
            textAnnotation1.RuntimeRotation = true;
            textAnnotation1.ShapeKind = DevExpress.XtraCharts.ShapeKind.Rectangle;
            freePosition1.DockCorner = DevExpress.XtraCharts.DockCorner.RightBottom;
            freePosition1.DockTargetName = "Default Pane";
            freePosition1.InnerIndents.Left = 0;
            freePosition1.InnerIndents.Top = 0;
            freePosition1.OuterIndents.Left = 2;
            freePosition1.OuterIndents.Top = 2;
            textAnnotation1.ShapePosition = freePosition1;
            textAnnotation1.TextAlignment = System.Drawing.StringAlignment.Near;
            this.chartControl1.AnnotationRepository.AddRange(new DevExpress.XtraCharts.Annotation[] {
            textAnnotation1});
            this.chartControl1.AppearanceNameSerializable = "Chameleon";
            xyDiagram1.AxisX.Color = System.Drawing.Color.Black;
            constantLine1.AxisValueSerializable = "1";
            constantLine1.CheckableInLegend = false;
            constantLine1.CheckedInLegend = false;
            constantLine1.Color = System.Drawing.Color.DarkBlue;
            constantLine1.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dash;
            constantLine1.Name = "ConstantLineRefQ";
            constantLine1.ShowBehind = true;
            constantLine1.ShowInLegend = false;
            constantLine1.Title.Alignment = DevExpress.XtraCharts.ConstantLineTitleAlignment.Far;
            constantLine1.Title.Text = "参考";
            constantLine1.Title.TextColor = System.Drawing.Color.DarkBlue;
            xyDiagram1.AxisX.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
            constantLine1});
            xyDiagram1.AxisX.GridLines.Color = System.Drawing.Color.Silver;
            xyDiagram1.AxisX.GridLines.LineStyle.LineJoin = System.Drawing.Drawing2D.LineJoin.MiterClipped;
            xyDiagram1.AxisX.GridLines.MinorColor = System.Drawing.Color.Gainsboro;
            xyDiagram1.AxisX.GridLines.MinorLineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.DashDot;
            xyDiagram1.AxisX.GridLines.MinorVisible = true;
            xyDiagram1.AxisX.GridLines.Visible = true;
            xyDiagram1.AxisX.Label.TextColor = System.Drawing.Color.Black;
            xyDiagram1.AxisX.Label.TextPattern = "{A:N0}";
            xyDiagram1.AxisX.ScaleBreakOptions.Style = DevExpress.XtraCharts.ScaleBreakStyle.Straight;
            xyDiagram1.AxisX.Title.Text = "流量/(m3·h-1)";
            xyDiagram1.AxisX.Title.TextColor = System.Drawing.Color.Black;
            xyDiagram1.AxisX.Title.Visibility = DevExpress.Utils.DefaultBoolean.True;
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(0)))), ((int)(((byte)(255)))));
            constantLine2.AxisValueSerializable = "1";
            constantLine2.CheckableInLegend = false;
            constantLine2.CheckedInLegend = false;
            constantLine2.Color = System.Drawing.Color.Magenta;
            constantLine2.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dash;
            constantLine2.Name = "ConstantLineRefH";
            constantLine2.ShowBehind = true;
            constantLine2.ShowInLegend = false;
            constantLine2.Title.Text = "参考";
            constantLine2.Title.TextColor = System.Drawing.Color.Magenta;
            xyDiagram1.AxisY.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
            constantLine2});
            xyDiagram1.AxisY.GridLines.Visible = false;
            xyDiagram1.AxisY.Label.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(0)))), ((int)(((byte)(255)))));
            xyDiagram1.AxisY.MinorCount = 4;
            xyDiagram1.AxisY.Title.Alignment = System.Drawing.StringAlignment.Far;
            xyDiagram1.AxisY.Title.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.False;
            xyDiagram1.AxisY.Title.Text = "扬程/m";
            xyDiagram1.AxisY.Title.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(0)))), ((int)(((byte)(255)))));
            xyDiagram1.AxisY.Title.Visibility = DevExpress.Utils.DefaultBoolean.True;
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram1.DefaultPane.BackColor = System.Drawing.Color.White;
            xyDiagram1.DefaultPane.BorderColor = System.Drawing.SystemColors.Desktop;
            xyDiagram1.Margins.Bottom = 3;
            xyDiagram1.Margins.Left = 3;
            xyDiagram1.Margins.Right = 3;
            xyDiagram1.Margins.Top = 3;
            xyDiagram1.PaneDistance = 2;
            secondaryAxisY1.AxisID = 0;
            secondaryAxisY1.Color = System.Drawing.Color.Peru;
            secondaryAxisY1.GridLines.Visible = true;
            secondaryAxisY1.Label.TextColor = System.Drawing.Color.Peru;
            secondaryAxisY1.MinorCount = 4;
            secondaryAxisY1.Name = "QEAxisY";
            secondaryAxisY1.Title.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.False;
            secondaryAxisY1.Title.Text = "效率/%";
            secondaryAxisY1.Title.TextColor = System.Drawing.Color.Peru;
            secondaryAxisY1.Title.Visibility = DevExpress.Utils.DefaultBoolean.True;
            secondaryAxisY1.VisibleInPanesSerializable = "-1";
            secondaryAxisY2.AxisID = 1;
            secondaryAxisY2.Color = System.Drawing.SystemColors.HotTrack;
            secondaryAxisY2.Label.DXFont = new DevExpress.Drawing.DXFont("Tahoma", 8.25F, DevExpress.Drawing.DXFontStyle.Regular, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] {
            new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))});
            secondaryAxisY2.Label.TextColor = System.Drawing.SystemColors.HotTrack;
            secondaryAxisY2.MinorCount = 4;
            secondaryAxisY2.Name = "QPAxisY";
            secondaryAxisY2.Title.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.False;
            secondaryAxisY2.Title.Text = "功率/kW";
            secondaryAxisY2.Title.TextColor = System.Drawing.SystemColors.HotTrack;
            secondaryAxisY2.Title.Visibility = DevExpress.Utils.DefaultBoolean.True;
            secondaryAxisY2.VisibleInPanesSerializable = "-1";
            xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
            secondaryAxisY1,
            secondaryAxisY2});
            this.chartControl1.Diagram = xyDiagram1;
            this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.chartControl1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right;
            this.chartControl1.Legend.HorizontalIndent = 1;
            this.chartControl1.Legend.Margins.Bottom = 2;
            this.chartControl1.Legend.Margins.Left = 2;
            this.chartControl1.Legend.Margins.Right = 2;
            this.chartControl1.Legend.Margins.Top = 2;
            this.chartControl1.Legend.MarkerMode = DevExpress.XtraCharts.LegendMarkerMode.MarkerAndCheckBox;
            this.chartControl1.Legend.Name = "Default Legend";
            this.chartControl1.Location = new System.Drawing.Point(0, 0);
            this.chartControl1.Margin = new System.Windows.Forms.Padding(1);
            this.chartControl1.Name = "chartControl1";
            this.chartControl1.Padding.Bottom = 1;
            this.chartControl1.Padding.Left = 1;
            this.chartControl1.Padding.Right = 1;
            this.chartControl1.Padding.Top = 1;
            series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            series1.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
            series1.LegendTextPattern = "流量扬程曲线";
            series1.Name = "SeriesQHdefault";
            series1.ShowInLegend = false;
            splineSeriesView1.Color = System.Drawing.Color.Black;
            splineSeriesView1.MarkerVisibility = DevExpress.Utils.DefaultBoolean.False;
            series1.View = splineSeriesView1;
            series2.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            series2.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
            series2.LegendTextPattern = "流量效率曲线";
            series2.Name = "SeriesQEdefault";
            series2.ShowInLegend = false;
            series2.ToolTipSeriesPattern = "流量效率曲线";
            splineSeriesView2.AxisYName = "QEAxisY";
            splineSeriesView2.Color = System.Drawing.Color.Black;
            splineSeriesView2.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dash;
            series2.View = splineSeriesView2;
            series3.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            series3.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
            series3.LegendTextPattern = "流量功率曲线";
            series3.Name = "SeriesQPdefault";
            series3.ShowInLegend = false;
            splineSeriesView3.AxisYName = "QPAxisY";
            splineSeriesView3.Color = System.Drawing.Color.Black;
            splineSeriesView3.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dash;
            series3.View = splineSeriesView3;
            this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1,
        series2,
        series3};
            this.chartControl1.SeriesTemplate.View = splineSeriesView4;
            this.chartControl1.Size = new System.Drawing.Size(800, 600);
            this.chartControl1.SmallChartText.Text = "";
            this.chartControl1.TabIndex = 0;
            // 
            // annoRightMenu
            // 
            this.annoRightMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.修改Anno名称MenuItem,
            this.设置文字颜色AnnoMenuItem,
            this.设置背景色ToolStripMenuItem,
            this.设置背景透明AnnoMenuItem});
            this.annoRightMenu.Name = "annoRightMenu";
            this.annoRightMenu.Size = new System.Drawing.Size(149, 92);
            // 
            // 修改Anno名称MenuItem
            // 
            this.修改Anno名称MenuItem.Name = "修改Anno名称MenuItem";
            this.修改Anno名称MenuItem.Size = new System.Drawing.Size(148, 22);
            this.修改Anno名称MenuItem.Text = "修改名称";
            this.修改Anno名称MenuItem.Click += new System.EventHandler(this.修改Anno名称MenuItem_Click);
            // 
            // 设置文字颜色AnnoMenuItem
            // 
            this.设置文字颜色AnnoMenuItem.Name = "设置文字颜色AnnoMenuItem";
            this.设置文字颜色AnnoMenuItem.Size = new System.Drawing.Size(148, 22);
            this.设置文字颜色AnnoMenuItem.Text = "设置文字颜色";
            this.设置文字颜色AnnoMenuItem.Click += new System.EventHandler(this.设置颜色AnnoMenuItem_Click);
            // 
            // 设置背景色ToolStripMenuItem
            // 
            this.设置背景色ToolStripMenuItem.Name = "设置背景色ToolStripMenuItem";
            this.设置背景色ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
            this.设置背景色ToolStripMenuItem.Text = "设置背景色";
            this.设置背景色ToolStripMenuItem.Click += new System.EventHandler(this.设置背景色ToolStripMenuItem_Click);
            // 
            // 设置背景透明AnnoMenuItem
            // 
            this.设置背景透明AnnoMenuItem.Name = "设置背景透明AnnoMenuItem";
            this.设置背景透明AnnoMenuItem.Size = new System.Drawing.Size(148, 22);
            this.设置背景透明AnnoMenuItem.Text = "设置背景透明";
            this.设置背景透明AnnoMenuItem.Click += new System.EventHandler(this.设置背景透明AnnoMenuItem_Click);
            // 
            // curveRightMenu
            // 
            this.curveRightMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.设置颜色SeriesMenuItem});
            this.curveRightMenu.Name = "annoRightMenu";
            this.curveRightMenu.Size = new System.Drawing.Size(125, 26);
            // 
            // 设置颜色SeriesMenuItem
            // 
            this.设置颜色SeriesMenuItem.Name = "设置颜色SeriesMenuItem";
            this.设置颜色SeriesMenuItem.Size = new System.Drawing.Size(124, 22);
            this.设置颜色SeriesMenuItem.Text = "设置颜色";
            this.设置颜色SeriesMenuItem.Click += new System.EventHandler(this.设置颜色SeriesMenuItem_Click);
            // 
            // axisRightMenu
            // 
            this.axisRightMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.设置颜色AxisMenuItem,
            this.设置坐标值MenuItem});
            this.axisRightMenu.Name = "annoRightMenu";
            this.axisRightMenu.Size = new System.Drawing.Size(137, 48);
            // 
            // 设置颜色AxisMenuItem
            // 
            this.设置颜色AxisMenuItem.Name = "设置颜色AxisMenuItem";
            this.设置颜色AxisMenuItem.Size = new System.Drawing.Size(136, 22);
            this.设置颜色AxisMenuItem.Text = "设置颜色";
            this.设置颜色AxisMenuItem.Click += new System.EventHandler(this.设置颜色AxisMenuItem_Click);
            // 
            // 设置坐标值MenuItem
            // 
            this.设置坐标值MenuItem.Name = "设置坐标值MenuItem";
            this.设置坐标值MenuItem.Size = new System.Drawing.Size(136, 22);
            this.设置坐标值MenuItem.Text = "设置坐标值";
            this.设置坐标值MenuItem.Click += new System.EventHandler(this.设置坐标值MenuItem_Click);
            // 
            // lineMenuStrip
            // 
            this.lineMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.设置颜色LineMenuItem,
            this.设置值LineMenuItem});
            this.lineMenuStrip.Name = "annoRightMenu";
            this.lineMenuStrip.Size = new System.Drawing.Size(125, 48);
            // 
            // 设置颜色LineMenuItem
            // 
            this.设置颜色LineMenuItem.Name = "设置颜色LineMenuItem";
            this.设置颜色LineMenuItem.Size = new System.Drawing.Size(124, 22);
            this.设置颜色LineMenuItem.Text = "设置颜色";
            this.设置颜色LineMenuItem.Click += new System.EventHandler(this.设置颜色LineMenuItem_Click);
            // 
            // 设置值LineMenuItem
            // 
            this.设置值LineMenuItem.Name = "设置值LineMenuItem";
            this.设置值LineMenuItem.Size = new System.Drawing.Size(124, 22);
            this.设置值LineMenuItem.Text = "设置值";
            this.设置值LineMenuItem.Click += new System.EventHandler(this.设置值LineMenuItem_Click);
            // 
            // ChartMultiCurveCtrl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.chartControl1);
            this.Name = "ChartMultiCurveCtrl";
            this.Size = new System.Drawing.Size(800, 600);
            this.Load += new System.EventHandler(this.LoadWindow);
            this.chartRightMenu.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(textAnnotation1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(secondaryAxisY2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
            this.annoRightMenu.ResumeLayout(false);
            this.curveRightMenu.ResumeLayout(false);
            this.axisRightMenu.ResumeLayout(false);
            this.lineMenuStrip.ResumeLayout(false);
            this.ResumeLayout(false);
 
        }
 
        #endregion
 
        private System.Windows.Forms.ContextMenuStrip chartRightMenu;
        private System.Windows.Forms.ToolStripMenuItem 显示坐标文字MenuItem;
        private System.Windows.Forms.ToolStripMenuItem 导出成图片Menu;
        private System.Windows.Forms.ToolStripMenuItem 调整坐标系Menu;
        private System.Windows.Forms.ToolStripMenuItem 设置图形显示Menu;
        private DevExpress.XtraCharts.ChartControl chartControl1;
        private System.Windows.Forms.ToolStripMenuItem 显示曲线方程MenuItem;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
        private System.Windows.Forms.ToolStripMenuItem 显示曲线标签MenuItem;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
        private System.Windows.Forms.ToolStripMenuItem 显示曲线名称MenuItem;
        private System.Windows.Forms.ContextMenuStrip annoRightMenu;
        private System.Windows.Forms.ToolStripMenuItem 修改Anno名称MenuItem;
        private System.Windows.Forms.ToolStripMenuItem 设置文字颜色AnnoMenuItem;
        private System.Windows.Forms.ContextMenuStrip curveRightMenu;
        private System.Windows.Forms.ToolStripMenuItem 设置颜色SeriesMenuItem;
        private System.Windows.Forms.ContextMenuStrip axisRightMenu;
        private System.Windows.Forms.ToolStripMenuItem 设置颜色AxisMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 设置坐标值MenuItem;
        private System.Windows.Forms.ContextMenuStrip lineMenuStrip;
        private System.Windows.Forms.ToolStripMenuItem 设置颜色LineMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 设置值LineMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 根据流量查询MenuItem;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
        private System.Windows.Forms.ToolStripMenuItem 显示装置曲线MenuItem;
        private System.Windows.Forms.ToolStripMenuItem 设置装置曲线MenuItem;
        private System.Windows.Forms.ToolStripMenuItem 设置背景色ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 设置背景透明AnnoMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 显示对比刻度MenuItem;
        private System.Windows.Forms.ToolStripMenuItem 显示右上角面板MenuItem;
        
    }
}