yangyin
2024-08-20 98e49c0dd42840a094837f7acae532bc237a719a
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
namespace Yw.WinFrmUI.Phart
{
    partial class XtrPerform2dChartUpdate
    {
        /// <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.RelativePosition relativePosition1 = new DevExpress.XtraCharts.RelativePosition();
            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.XYDiagramPane xyDiagramPane1 = new DevExpress.XtraCharts.XYDiagramPane();
            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.Series series4 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesView pointSeriesView1 = new DevExpress.XtraCharts.PointSeriesView();
            DevExpress.XtraCharts.Series series5 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesView pointSeriesView2 = new DevExpress.XtraCharts.PointSeriesView();
            DevExpress.XtraCharts.Series series6 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesView pointSeriesView3 = new DevExpress.XtraCharts.PointSeriesView();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(XtrPerform2dChart));
            this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
            this.popMenuChart = new DevExpress.XtraBars.PopupMenu(this.components);
            this.barBtnSetChartAxis = new DevExpress.XtraBars.BarButtonItem();
            this.barCekLineVisible = new DevExpress.XtraBars.BarCheckItem();
            this.barCekDefinePointVisible = new DevExpress.XtraBars.BarCheckItem();
            this.barCekSetSplitPanel = new DevExpress.XtraBars.BarCheckItem();
            this.barCekSetAxisNameVisible = new DevExpress.XtraBars.BarCheckItem();
            this.barCekLegendVisible = new DevExpress.XtraBars.BarCheckItem();
            this.barCekChartDisplay = new DevExpress.XtraBars.BarCheckItem();
            this.barBtnSetChartEquation = new DevExpress.XtraBars.BarButtonItem();
            this.barBtnExportXls = new DevExpress.XtraBars.BarButtonItem();
            this.barBtnExportImage = new DevExpress.XtraBars.BarButtonItem();
            this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
            this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
            this.barBtnPositioningMaxQ = new DevExpress.XtraBars.BarButtonItem();
            this.barBtnPositioningMaxE = new DevExpress.XtraBars.BarButtonItem();
            this.barBtnSetAxisQValue = new DevExpress.XtraBars.BarButtonItem();
            this.barBtnSetAxisHValue = new DevExpress.XtraBars.BarButtonItem();
            this.popMenuLine = new DevExpress.XtraBars.PopupMenu(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(textAnnotation1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).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)(series4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesView3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.popMenuChart)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.popMenuLine)).BeginInit();
            this.SuspendLayout();
            // 
            // chartControl1
            // 
            chartAnchorPoint1.X = 871;
            chartAnchorPoint1.Y = 783;
            textAnnotation1.AnchorPoint = chartAnchorPoint1;
            textAnnotation1.AutoHeight = true;
            textAnnotation1.AutoWidth = true;
            textAnnotation1.Name = "TextAnnoWorkPoint";
            relativePosition1.Angle = -205.38790629109593D;
            relativePosition1.ConnectorLength = 65.30696746902278D;
            textAnnotation1.ShapePosition = relativePosition1;
            textAnnotation1.Text = "工作点";
            textAnnotation1.TextAlignment = System.Drawing.StringAlignment.Near;
            this.chartControl1.AnnotationRepository.AddRange(new DevExpress.XtraCharts.Annotation[] {
            textAnnotation1});
            this.chartControl1.BorderOptions.Visibility = DevExpress.Utils.DefaultBoolean.False;
            constantLine1.AxisValueSerializable = "1";
            constantLine1.LineStyle.LineJoin = System.Drawing.Drawing2D.LineJoin.Miter;
            constantLine1.LineStyle.Thickness = 2;
            constantLine1.Name = "WorkPointLine";
            constantLine1.Title.DXFont = new DevExpress.Drawing.DXFont("Tahoma", 8F);
            constantLine1.Title.Text = "工作点";
            xyDiagram1.AxisX.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
            constantLine1});
            xyDiagram1.AxisX.Title.Text = "流量 (m³/h)";
            xyDiagram1.AxisX.Title.Visibility = DevExpress.Utils.DefaultBoolean.Default;
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.Color = System.Drawing.Color.DodgerBlue;
            constantLine2.AxisValueSerializable = "1";
            constantLine2.LineStyle.LineJoin = System.Drawing.Drawing2D.LineJoin.Miter;
            constantLine2.LineStyle.Thickness = 2;
            constantLine2.Name = "WorkHLine";
            constantLine2.Title.Text = "扬程";
            xyDiagram1.AxisY.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
            constantLine2});
            xyDiagram1.AxisY.Label.TextColor = System.Drawing.Color.DodgerBlue;
            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.DodgerBlue;
            xyDiagram1.AxisY.Title.Visibility = DevExpress.Utils.DefaultBoolean.True;
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram1.DefaultPane.BorderVisible = false;
            xyDiagram1.DefaultPane.Title.Text = "无数据";
            xyDiagramPane1.Name = "BottomPanel";
            xyDiagramPane1.PaneID = 0;
            xyDiagramPane1.Visibility = DevExpress.XtraCharts.ChartElementVisibility.Hidden; 
            xyDiagram1.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] {
            xyDiagramPane1});
            secondaryAxisY1.AxisID = 0;
            secondaryAxisY1.Color = System.Drawing.Color.Green;
            secondaryAxisY1.Label.Border.Visibility = DevExpress.Utils.DefaultBoolean.False;
            secondaryAxisY1.Label.TextColor = System.Drawing.Color.Green;
            secondaryAxisY1.Name = "AxisYQE";
            secondaryAxisY1.Title.Text = "效率/%";
            secondaryAxisY1.Title.TextColor = System.Drawing.Color.Green;
            secondaryAxisY1.Title.Visibility = DevExpress.Utils.DefaultBoolean.Default;
            secondaryAxisY1.VisibleInPanesSerializable = "-1";
            secondaryAxisY2.AxisID = 1;
            secondaryAxisY2.Label.Border.Visibility = DevExpress.Utils.DefaultBoolean.False;
            secondaryAxisY2.Label.TextColor = System.Drawing.Color.Crimson;
            secondaryAxisY2.Name = "AxisYQP";
            secondaryAxisY2.NumericScaleOptions.AutoGrid = false;
            secondaryAxisY2.NumericScaleOptions.GridSpacing = 2D;
            secondaryAxisY2.Title.Alignment = System.Drawing.StringAlignment.Near;
            secondaryAxisY2.Title.Text = "功率/kW";
            secondaryAxisY2.Title.TextColor = System.Drawing.Color.Crimson;
            secondaryAxisY2.Title.Visibility = DevExpress.Utils.DefaultBoolean.Default;
            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.Border.Visibility = DevExpress.Utils.DefaultBoolean.False;
            this.chartControl1.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight;
            this.chartControl1.Legend.MarkerMode = DevExpress.XtraCharts.LegendMarkerMode.CheckBoxAndMarker;
            this.chartControl1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.True;
            this.chartControl1.Location = new System.Drawing.Point(0, 0);
            this.chartControl1.Name = "chartControl1";
            series1.Name = "SeriesCurveQH";
            splineSeriesView1.Color = System.Drawing.Color.DodgerBlue;
            series1.View = splineSeriesView1;
            series2.Name = "SeriesCurveQE";
            splineSeriesView2.AxisYName = "AxisYQE";
            splineSeriesView2.Color = System.Drawing.Color.Green;
            series2.View = splineSeriesView2;
            series3.Name = "SeriesCurveQP";
            splineSeriesView3.AxisYName = "AxisYQP";
            splineSeriesView3.Color = System.Drawing.Color.Crimson;
            series3.View = splineSeriesView3;
            series4.Name = "SeriesPointQH";
            pointSeriesView1.Color = System.Drawing.Color.DodgerBlue;
            series4.View = pointSeriesView1;
            series5.Name = "SeriesPointQE";
            pointSeriesView2.AxisYName = "AxisYQE";
            pointSeriesView2.Color = System.Drawing.Color.Green;
            series5.View = pointSeriesView2;
            series6.Name = "SeriesPointQP";
            pointSeriesView3.AxisYName = "AxisYQP";
            pointSeriesView3.Color = System.Drawing.Color.Crimson;
            series6.View = pointSeriesView3;
            this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1,
        series2,
        series3,
        series4,
        series5,
        series6};
            this.chartControl1.Size = new System.Drawing.Size(1023, 857);
            this.chartControl1.TabIndex = 0;
            // 
            // popMenuChart
            // 
            this.popMenuChart.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.barBtnSetChartAxis),
            new DevExpress.XtraBars.LinkPersistInfo(this.barCekLineVisible, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.barCekDefinePointVisible),
            new DevExpress.XtraBars.LinkPersistInfo(this.barCekSetSplitPanel),
            new DevExpress.XtraBars.LinkPersistInfo(this.barCekSetAxisNameVisible),
            new DevExpress.XtraBars.LinkPersistInfo(this.barCekLegendVisible),
            new DevExpress.XtraBars.LinkPersistInfo(this.barCekChartDisplay),
            new DevExpress.XtraBars.LinkPersistInfo(this.barBtnSetChartEquation, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.barBtnExportXls),
            new DevExpress.XtraBars.LinkPersistInfo(this.barBtnExportImage)});
            this.popMenuChart.Manager = this.barManager1;
            this.popMenuChart.Name = "popMenuChart";
            // 
            // barBtnSetChartAxis
            // 
            this.barBtnSetChartAxis.Caption = "修改坐标";
            this.barBtnSetChartAxis.Id = 0;
            this.barBtnSetChartAxis.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnSetChartAxis.ImageOptions.SvgImage")));
            this.barBtnSetChartAxis.Name = "barBtnSetChartAxis";
            this.barBtnSetChartAxis.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnSetChartAxis_ItemClick);
            // 
            // barCekLineVisible
            // 
            this.barCekLineVisible.Caption = "工作点";
            this.barCekLineVisible.Id = 9;
            this.barCekLineVisible.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barCekLineVisible.ImageOptions.SvgImage")));
            this.barCekLineVisible.Name = "barCekLineVisible";
            this.barCekLineVisible.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barCekLineVisible_CheckedChanged);
            // 
            // barCekDefinePointVisible
            // 
            this.barCekDefinePointVisible.BindableChecked = true;
            this.barCekDefinePointVisible.Caption = "定义点";
            this.barCekDefinePointVisible.Checked = true;
            this.barCekDefinePointVisible.Id = 7;
            this.barCekDefinePointVisible.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barCekDefinePointVisible.ImageOptions.SvgImage")));
            this.barCekDefinePointVisible.Name = "barCekDefinePointVisible";
            this.barCekDefinePointVisible.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barCekDefinePointVisible_CheckedChanged);
            // 
            // barCekSetSplitPanel
            // 
            this.barCekSetSplitPanel.Caption = "分割板";
            this.barCekSetSplitPanel.Id = 16;
            this.barCekSetSplitPanel.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barCekSetSplitPanel.ImageOptions.SvgImage")));
            this.barCekSetSplitPanel.Name = "barCekSetSplitPanel";
            this.barCekSetSplitPanel.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barCekSetSplitPanel_CheckedChanged);
            // 
            // barCekSetAxisNameVisible
            // 
            this.barCekSetAxisNameVisible.BindableChecked = true;
            this.barCekSetAxisNameVisible.Caption = "轴名称";
            this.barCekSetAxisNameVisible.Checked = true;
            this.barCekSetAxisNameVisible.Id = 15;
            this.barCekSetAxisNameVisible.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barCekSetAxisNameVisible.ImageOptions.SvgImage")));
            this.barCekSetAxisNameVisible.Name = "barCekSetAxisNameVisible";
            this.barCekSetAxisNameVisible.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barCekSetAxisNameVisible_CheckedChanged);
            // 
            // barCekLegendVisible
            // 
            this.barCekLegendVisible.Caption = "图例";
            this.barCekLegendVisible.Id = 10;
            this.barCekLegendVisible.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barCekLegendVisible.ImageOptions.SvgImage")));
            this.barCekLegendVisible.Name = "barCekLegendVisible";
            this.barCekLegendVisible.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barCekLegendVisible_CheckedChanged);
            // 
            // barCekChartDisplay
            // 
            this.barCekChartDisplay.Caption = "深色模式";
            this.barCekChartDisplay.Id = 2;
            this.barCekChartDisplay.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barCekChartDisplay.ImageOptions.SvgImage")));
            this.barCekChartDisplay.Name = "barCekChartDisplay";
            this.barCekChartDisplay.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barCekChartDisplay_CheckedChanged);
            // 
            // barBtnSetChartEquation
            // 
            this.barBtnSetChartEquation.Caption = "曲线方程";
            this.barBtnSetChartEquation.Id = 1;
            this.barBtnSetChartEquation.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnSetChartEquation.ImageOptions.SvgImage")));
            this.barBtnSetChartEquation.Name = "barBtnSetChartEquation";
            this.barBtnSetChartEquation.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnSetChartEquation_ItemClick);
            // 
            // barBtnExportXls
            // 
            this.barBtnExportXls.Caption = "导出表格";
            this.barBtnExportXls.Id = 3;
            this.barBtnExportXls.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnExportXls.ImageOptions.SvgImage")));
            this.barBtnExportXls.Name = "barBtnExportXls";
            this.barBtnExportXls.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnExportXls_ItemClick);
            // 
            // barBtnExportImage
            // 
            this.barBtnExportImage.Caption = "导出图片";
            this.barBtnExportImage.Id = 4;
            this.barBtnExportImage.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnExportImage.ImageOptions.SvgImage")));
            this.barBtnExportImage.Name = "barBtnExportImage";
            this.barBtnExportImage.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnExportImage_ItemClick);
            // 
            // barManager1
            // 
            this.barManager1.DockControls.Add(this.barDockControlTop);
            this.barManager1.DockControls.Add(this.barDockControlBottom);
            this.barManager1.DockControls.Add(this.barDockControlLeft);
            this.barManager1.DockControls.Add(this.barDockControlRight);
            this.barManager1.Form = this;
            this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.barBtnSetChartAxis,
            this.barBtnSetChartEquation,
            this.barCekChartDisplay,
            this.barBtnExportXls,
            this.barBtnExportImage,
            this.barCekDefinePointVisible,
            this.barCekLineVisible,
            this.barCekLegendVisible,
            this.barBtnPositioningMaxQ,
            this.barBtnPositioningMaxE,
            this.barBtnSetAxisQValue,
            this.barBtnSetAxisHValue,
            this.barCekSetAxisNameVisible,
            this.barCekSetSplitPanel});
            this.barManager1.MaxItemId = 17;
            // 
            // barDockControlTop
            // 
            this.barDockControlTop.CausesValidation = false;
            this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
            this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
            this.barDockControlTop.Manager = this.barManager1;
            this.barDockControlTop.Size = new System.Drawing.Size(1023, 0);
            // 
            // barDockControlBottom
            // 
            this.barDockControlBottom.CausesValidation = false;
            this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.barDockControlBottom.Location = new System.Drawing.Point(0, 857);
            this.barDockControlBottom.Manager = this.barManager1;
            this.barDockControlBottom.Size = new System.Drawing.Size(1023, 0);
            // 
            // barDockControlLeft
            // 
            this.barDockControlLeft.CausesValidation = false;
            this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.barDockControlLeft.Location = new System.Drawing.Point(0, 0);
            this.barDockControlLeft.Manager = this.barManager1;
            this.barDockControlLeft.Size = new System.Drawing.Size(0, 857);
            // 
            // barDockControlRight
            // 
            this.barDockControlRight.CausesValidation = false;
            this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.barDockControlRight.Location = new System.Drawing.Point(1023, 0);
            this.barDockControlRight.Manager = this.barManager1;
            this.barDockControlRight.Size = new System.Drawing.Size(0, 857);
            // 
            // barBtnPositioningMaxQ
            // 
            this.barBtnPositioningMaxQ.Caption = "定位最大流量点";
            this.barBtnPositioningMaxQ.Id = 11;
            this.barBtnPositioningMaxQ.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnPositioningMaxQ.ImageOptions.SvgImage")));
            this.barBtnPositioningMaxQ.Name = "barBtnPositioningMaxQ";
            this.barBtnPositioningMaxQ.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnPositioningMaxQ_ItemClick);
            // 
            // barBtnPositioningMaxE
            // 
            this.barBtnPositioningMaxE.Caption = "定位最高效率点";
            this.barBtnPositioningMaxE.Id = 12;
            this.barBtnPositioningMaxE.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnPositioningMaxE.ImageOptions.SvgImage")));
            this.barBtnPositioningMaxE.Name = "barBtnPositioningMaxE";
            this.barBtnPositioningMaxE.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnPositioningMaxE_ItemClick);
            // 
            // barBtnSetAxisQValue
            // 
            this.barBtnSetAxisQValue.Caption = "定位流量点";
            this.barBtnSetAxisQValue.Id = 13;
            this.barBtnSetAxisQValue.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnSetAxisQValue.ImageOptions.SvgImage")));
            this.barBtnSetAxisQValue.Name = "barBtnSetAxisQValue";
            this.barBtnSetAxisQValue.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnSetAxisQValue_ItemClick);
            // 
            // barBtnSetAxisHValue
            // 
            this.barBtnSetAxisHValue.Caption = "定位扬程点";
            this.barBtnSetAxisHValue.Id = 14;
            this.barBtnSetAxisHValue.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnSetAxisHValue.ImageOptions.SvgImage")));
            this.barBtnSetAxisHValue.Name = "barBtnSetAxisHValue";
            this.barBtnSetAxisHValue.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnSetAxisHValue_ItemClick);
            // 
            // popMenuLine
            // 
            this.popMenuLine.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.barBtnSetAxisQValue),
            new DevExpress.XtraBars.LinkPersistInfo(this.barBtnSetAxisHValue),
            new DevExpress.XtraBars.LinkPersistInfo(this.barBtnPositioningMaxQ, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.barBtnPositioningMaxE)});
            this.popMenuLine.Manager = this.barManager1;
            this.popMenuLine.Name = "popMenuLine";
            // 
            // CurveExpressChart
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.chartControl1);
            this.Controls.Add(this.barDockControlLeft);
            this.Controls.Add(this.barDockControlRight);
            this.Controls.Add(this.barDockControlBottom);
            this.Controls.Add(this.barDockControlTop);
            this.Name = "CurveExpressChart";
            this.Size = new System.Drawing.Size(1023, 857);
            ((System.ComponentModel.ISupportInitialize)(textAnnotation1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).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)(pointSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesView3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.popMenuChart)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.popMenuLine)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();
 
        }
 
        #endregion
 
        private DevExpress.XtraCharts.ChartControl chartControl1;
        private DevExpress.XtraBars.PopupMenu popMenuChart;
        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 barBtnSetChartAxis;
        private DevExpress.XtraBars.BarButtonItem barBtnSetChartEquation;
        private DevExpress.XtraBars.BarCheckItem barCekChartDisplay;
        private DevExpress.XtraBars.BarButtonItem barBtnExportXls;
        private DevExpress.XtraBars.BarButtonItem barBtnExportImage;
        private DevExpress.XtraBars.BarCheckItem barCekDefinePointVisible;
        private DevExpress.XtraBars.BarCheckItem barCekLineVisible;
        private DevExpress.XtraBars.BarCheckItem barCekLegendVisible;
        private DevExpress.XtraBars.BarButtonItem barBtnPositioningMaxQ;
        private DevExpress.XtraBars.BarButtonItem barBtnPositioningMaxE;
        private DevExpress.XtraBars.PopupMenu popMenuLine;
        private DevExpress.XtraBars.BarButtonItem barBtnSetAxisQValue;
        private DevExpress.XtraBars.BarButtonItem barBtnSetAxisHValue;
        private DevExpress.XtraBars.BarCheckItem barCekSetAxisNameVisible;
        private DevExpress.XtraBars.BarCheckItem barCekSetSplitPanel;
    }
}