コード例 #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.XYDiagram                xyDiagram1          = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.SecondaryAxisY           secondaryAxisY1     = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.Series                   series1             = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel         pointSeriesLabel1   = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.StepLineSeriesView       stepLineSeriesView1 = new DevExpress.XtraCharts.StepLineSeriesView();
     DevExpress.XtraCharts.ChartTitle               chartTitle1         = new DevExpress.XtraCharts.ChartTitle();
     System.ComponentModel.ComponentResourceManager resources           = new System.ComponentModel.ComponentResourceManager(typeof(CurvilinearQuery));
     this.layoutControlItem1  = new DevExpress.XtraLayout.LayoutControlItem();
     this.panelControl1       = new DevExpress.XtraEditors.PanelControl();
     this.layoutControl2      = new DevExpress.XtraLayout.LayoutControl();
     this.gridLookUpEditName  = new DevExpress.XtraEditors.GridLookUpEdit();
     this.gridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.btnQuery            = new DevExpress.XtraEditors.SimpleButton();
     this.dateEditStart       = new DevExpress.XtraEditors.DateEdit();
     this.chartControl1       = new DevExpress.XtraCharts.ChartControl();
     this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem3  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem2  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem6  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem4  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControl1      = new DevExpress.XtraLayout.LayoutControl();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).BeginInit();
     this.layoutControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEditName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditStart.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditStart.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stepLineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.panelControl1;
     this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
     this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.Name     = "layoutControlItem1";
     this.layoutControlItem1.Size     = new System.Drawing.Size(1045, 639);
     this.layoutControlItem1.Text     = "layoutControlItem1";
     this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextToControlDistance = 0;
     this.layoutControlItem1.TextVisible           = false;
     //
     // panelControl1
     //
     this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.panelControl1.Controls.Add(this.layoutControl2);
     this.panelControl1.Location = new System.Drawing.Point(3, 3);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(1041, 635);
     this.panelControl1.TabIndex = 11;
     //
     // layoutControl2
     //
     this.layoutControl2.Controls.Add(this.gridLookUpEditName);
     this.layoutControl2.Controls.Add(this.btnQuery);
     this.layoutControl2.Controls.Add(this.dateEditStart);
     this.layoutControl2.Controls.Add(this.chartControl1);
     this.layoutControl2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl2.Location = new System.Drawing.Point(2, 2);
     this.layoutControl2.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.layoutControl2.Name     = "layoutControl2";
     this.layoutControl2.Root     = this.layoutControlGroup2;
     this.layoutControl2.Size     = new System.Drawing.Size(1037, 631);
     this.layoutControl2.TabIndex = 104;
     this.layoutControl2.Text     = "layoutControl2";
     //
     // gridLookUpEditName
     //
     this.gridLookUpEditName.EditValue = "请输入大数据分析模型";
     this.gridLookUpEditName.Location  = new System.Drawing.Point(400, 12);
     this.gridLookUpEditName.Margin    = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.gridLookUpEditName.Name      = "gridLookUpEditName";
     this.gridLookUpEditName.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.gridLookUpEditName.Properties.DisplayMember = "Name";
     this.gridLookUpEditName.Properties.ValueMember   = "Id";
     this.gridLookUpEditName.Properties.View          = this.gridLookUpEdit1View;
     this.gridLookUpEditName.Size              = new System.Drawing.Size(333, 20);
     this.gridLookUpEditName.StyleController   = this.layoutControl2;
     this.gridLookUpEditName.TabIndex          = 104;
     this.gridLookUpEditName.EditValueChanged += new System.EventHandler(this.gridLookUpEditName_EditValueChanged);
     //
     // gridLookUpEdit1View
     //
     this.gridLookUpEdit1View.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn1
     });
     this.gridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gridLookUpEdit1View.Name           = "gridLookUpEdit1View";
     this.gridLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridLookUpEdit1View.OptionsView.ShowGroupPanel = false;
     this.gridLookUpEdit1View.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
         new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumn1, DevExpress.Data.ColumnSortOrder.Ascending)
     });
     //
     // gridColumn1
     //
     this.gridColumn1.Caption      = "模型名称";
     this.gridColumn1.FieldName    = "Name";
     this.gridColumn1.Name         = "gridColumn1";
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 0;
     //
     // btnQuery
     //
     this.btnQuery.Location        = new System.Drawing.Point(737, 12);
     this.btnQuery.Name            = "btnQuery";
     this.btnQuery.Size            = new System.Drawing.Size(90, 22);
     this.btnQuery.StyleController = this.layoutControl2;
     this.btnQuery.TabIndex        = 3;
     this.btnQuery.Text            = "查询";
     this.btnQuery.Click          += new System.EventHandler(this.btnQuery_Click);
     //
     // dateEditStart
     //
     this.dateEditStart.EditValue = null;
     this.dateEditStart.Location  = new System.Drawing.Point(111, 12);
     this.dateEditStart.Name      = "dateEditStart";
     this.dateEditStart.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEditStart.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEditStart.Size              = new System.Drawing.Size(186, 20);
     this.dateEditStart.StyleController   = this.layoutControl2;
     this.dateEditStart.TabIndex          = 1;
     this.dateEditStart.EditValueChanged += new System.EventHandler(this.dateEditStart_EditValueChanged);
     //
     // chartControl1
     //
     this.chartControl1.CrosshairOptions.ArgumentLineColor           = System.Drawing.Color.DeepSkyBlue;
     this.chartControl1.CrosshairOptions.ArgumentLineStyle.Thickness = 2;
     this.chartControl1.CrosshairOptions.ShowArgumentLabels          = true;
     this.chartControl1.CrosshairOptions.ShowGroupHeaders            = false;
     this.chartControl1.CrosshairOptions.ShowOnlyInFocusedPane       = false;
     xyDiagram1.AxisX.DateTimeScaleOptions.AggregateFunction         = DevExpress.XtraCharts.AggregateFunction.None;
     xyDiagram1.AxisX.DateTimeScaleOptions.MeasureUnit = DevExpress.XtraCharts.DateTimeMeasureUnit.Second;
     xyDiagram1.AxisX.Label.DateTimeOptions.AutoFormat = false;
     xyDiagram1.AxisX.Label.DateTimeOptions.Format     = DevExpress.XtraCharts.DateTimeFormat.LongTime;
     xyDiagram1.AxisX.VisibleInPanesSerializable       = "-1";
     xyDiagram1.AxisY.Label.NumericOptions.Format      = DevExpress.XtraCharts.NumericFormat.Number;
     xyDiagram1.AxisY.Label.NumericOptions.Precision   = 0;
     xyDiagram1.AxisY.NumericScaleOptions.AutoGrid     = false;
     xyDiagram1.AxisY.VisibleInPanesSerializable       = "-1";
     xyDiagram1.AxisY.VisualRange.Auto                 = false;
     xyDiagram1.AxisY.VisualRange.AutoSideMargins      = false;
     xyDiagram1.AxisY.VisualRange.MaxValueSerializable = "2";
     xyDiagram1.AxisY.VisualRange.MinValueSerializable = "0";
     xyDiagram1.AxisY.VisualRange.SideMarginsValue     = 0D;
     xyDiagram1.AxisY.WholeRange.AlwaysShowZeroLevel   = false;
     xyDiagram1.AxisY.WholeRange.Auto                 = false;
     xyDiagram1.AxisY.WholeRange.AutoSideMargins      = false;
     xyDiagram1.AxisY.WholeRange.MaxValueSerializable = "2";
     xyDiagram1.AxisY.WholeRange.MinValueSerializable = "0";
     xyDiagram1.AxisY.WholeRange.SideMarginsValue     = 0D;
     xyDiagram1.DefaultPane.ScrollBarOptions.XAxisScrollBarVisible = false;
     xyDiagram1.DefaultPane.ScrollBarOptions.YAxisScrollBarVisible = false;
     xyDiagram1.DefaultPane.Weight                  = 3D;
     xyDiagram1.EnableAxisXScrolling                = true;
     xyDiagram1.EnableAxisXZooming                  = true;
     xyDiagram1.Margins.Top                         = 10;
     xyDiagram1.PaneDistance                        = 4;
     secondaryAxisY1.Alignment                      = DevExpress.XtraCharts.AxisAlignment.Near;
     secondaryAxisY1.AxisID                         = 0;
     secondaryAxisY1.GridLines.Visible              = true;
     secondaryAxisY1.Label.NumericOptions.Format    = DevExpress.XtraCharts.NumericFormat.Number;
     secondaryAxisY1.Label.NumericOptions.Precision = 0;
     secondaryAxisY1.Name = "secondaryAxisY1";
     secondaryAxisY1.NumericScaleOptions.AutoGrid = false;
     secondaryAxisY1.Title.Font    = new System.Drawing.Font("Tahoma", 10F);
     secondaryAxisY1.Title.Text    = "";
     secondaryAxisY1.Title.Visible = true;
     secondaryAxisY1.VisibleInPanesSerializable       = "";
     secondaryAxisY1.VisualRange.Auto                 = false;
     secondaryAxisY1.VisualRange.AutoSideMargins      = false;
     secondaryAxisY1.VisualRange.MaxValueSerializable = "2";
     secondaryAxisY1.VisualRange.MinValueSerializable = "0";
     secondaryAxisY1.VisualRange.SideMarginsValue     = 0D;
     secondaryAxisY1.WholeRange.Auto                 = false;
     secondaryAxisY1.WholeRange.AutoSideMargins      = false;
     secondaryAxisY1.WholeRange.MaxValueSerializable = "2";
     secondaryAxisY1.WholeRange.MinValueSerializable = "0";
     secondaryAxisY1.WholeRange.SideMarginsValue     = 0D;
     xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY1
     });
     this.chartControl1.Diagram = xyDiagram1;
     this.chartControl1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.chartControl1.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside;
     this.chartControl1.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.chartControl1.Legend.Font   = new System.Drawing.Font("Tahoma", 10F);
     this.chartControl1.Location      = new System.Drawing.Point(12, 38);
     this.chartControl1.Name          = "chartControl1";
     series1.ArgumentDataMember       = "AnalysisTime";
     series1.ArgumentScaleType        = DevExpress.XtraCharts.ScaleType.DateTime;
     series1.CrosshairHighlightPoints = DevExpress.Utils.DefaultBoolean.True;
     series1.CrosshairLabelPattern    = "{S} : {V:F2}";
     pointSeriesLabel1.Angle          = 90;
     series1.Label = pointSeriesLabel1;
     series1.Name  = "Series 1";
     series1.ValueDataMembersSerializable    = "AnalysisResult";
     stepLineSeriesView1.AxisYName           = "secondaryAxisY1";
     stepLineSeriesView1.LineStyle.Thickness = 3;
     series1.View = stepLineSeriesView1;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chartControl1.Size     = new System.Drawing.Size(1013, 581);
     this.chartControl1.TabIndex = 0;
     chartTitle1.Font            = new System.Drawing.Font("Tahoma", 10F);
     chartTitle1.Text            = "大数据分析结果曲线\n0-分析未知\n1-分析不成立\n2-分析成立";
     this.chartControl1.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     this.chartControl1.CustomDrawCrosshair += new DevExpress.XtraCharts.CustomDrawCrosshairEventHandler(this.chartControl1_CustomDrawCrosshair);
     //
     // layoutControlGroup2
     //
     this.layoutControlGroup2.CustomizationFormText       = "layoutControlGroup2";
     this.layoutControlGroup2.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup2.GroupBordersVisible         = false;
     this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem3,
         this.layoutControlItem2,
         this.layoutControlItem6,
         this.layoutControlItem4
     });
     this.layoutControlGroup2.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup2.Name        = "layoutControlGroup2";
     this.layoutControlGroup2.Size        = new System.Drawing.Size(1037, 631);
     this.layoutControlGroup2.Text        = "layoutControlGroup2";
     this.layoutControlGroup2.TextVisible = false;
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control = this.dateEditStart;
     this.layoutControlItem3.CustomizationFormText = "日期:";
     this.layoutControlItem3.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem3.Name     = "layoutControlItem3";
     this.layoutControlItem3.Size     = new System.Drawing.Size(289, 26);
     this.layoutControlItem3.Text     = "选择日期:";
     this.layoutControlItem3.TextSize = new System.Drawing.Size(96, 14);
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.chartControl1;
     this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
     this.layoutControlItem2.Location = new System.Drawing.Point(0, 26);
     this.layoutControlItem2.Name     = "layoutControlItem2";
     this.layoutControlItem2.Size     = new System.Drawing.Size(1017, 585);
     this.layoutControlItem2.Text     = "layoutControlItem2";
     this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextToControlDistance = 0;
     this.layoutControlItem2.TextVisible           = false;
     //
     // layoutControlItem6
     //
     this.layoutControlItem6.Control = this.btnQuery;
     this.layoutControlItem6.CustomizationFormText = "layoutControlItem6";
     this.layoutControlItem6.Location = new System.Drawing.Point(725, 0);
     this.layoutControlItem6.Name     = "layoutControlItem6";
     this.layoutControlItem6.Padding  = new DevExpress.XtraLayout.Utils.Padding(2, 200, 2, 2);
     this.layoutControlItem6.Size     = new System.Drawing.Size(292, 26);
     this.layoutControlItem6.Text     = "layoutControlItem6";
     this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem6.TextToControlDistance = 0;
     this.layoutControlItem6.TextVisible           = false;
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control = this.gridLookUpEditName;
     this.layoutControlItem4.CustomizationFormText = "大数据分析模型:";
     this.layoutControlItem4.Location = new System.Drawing.Point(289, 0);
     this.layoutControlItem4.Name     = "layoutControlItem4";
     this.layoutControlItem4.Size     = new System.Drawing.Size(436, 26);
     this.layoutControlItem4.Text     = "大数据分析模型:";
     this.layoutControlItem4.TextSize = new System.Drawing.Size(96, 14);
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.CustomizationFormText       = "layoutControlGroup1";
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem1
     });
     this.layoutControlGroup1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name        = "layoutControlGroup1";
     this.layoutControlGroup1.Padding     = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1);
     this.layoutControlGroup1.Size        = new System.Drawing.Size(1047, 641);
     this.layoutControlGroup1.Text        = "layoutControlGroup1";
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.panelControl1);
     this.layoutControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(0, 0);
     this.layoutControl1.Name     = "layoutControl1";
     this.layoutControl1.Root     = this.layoutControlGroup1;
     this.layoutControl1.Size     = new System.Drawing.Size(1047, 641);
     this.layoutControl1.TabIndex = 15;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // CurvilinearQuery
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1047, 641);
     this.Controls.Add(this.layoutControl1);
     this.Icon  = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name  = "CurvilinearQuery";
     this.Text  = "曲线查询";
     this.Load += new System.EventHandler(this.CurvilinearQuery_Load);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).EndInit();
     this.layoutControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEditName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditStart.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditStart.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stepLineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
コード例 #2
0
 /// <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.XYDiagram                xyDiagram1          = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series                   series1             = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel         pointSeriesLabel1   = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.PointOptions             pointOptions1       = new DevExpress.XtraCharts.PointOptions();
     DevExpress.XtraCharts.StepLineSeriesView       stepLineSeriesView1 = new DevExpress.XtraCharts.StepLineSeriesView();
     DevExpress.XtraCharts.Series                   series2             = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel         pointSeriesLabel2   = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.StepLineSeriesView       stepLineSeriesView2 = new DevExpress.XtraCharts.StepLineSeriesView();
     DevExpress.XtraCharts.PointSeriesLabel         pointSeriesLabel3   = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.StepLineSeriesView       stepLineSeriesView3 = new DevExpress.XtraCharts.StepLineSeriesView();
     System.ComponentModel.ComponentResourceManager resources           = new System.ComponentModel.ComponentResourceManager(typeof(frmProgressChart));
     this.panelControl1            = new DevExpress.XtraEditors.PanelControl();
     this.chartControl1            = new DevExpress.XtraCharts.ChartControl();
     this.barManager1              = new DevExpress.XtraBars.BarManager(this.components);
     this.bar2                     = new DevExpress.XtraBars.Bar();
     this.barStaticItem1           = new DevExpress.XtraBars.BarStaticItem();
     this.barEditItem1             = new DevExpress.XtraBars.BarEditItem();
     this.repositoryItemComboBox1  = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
     this.barButtonItem2           = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem1           = new DevExpress.XtraBars.BarButtonItem();
     this.barAndDockingController1 = new DevExpress.XtraBars.BarAndDockingController(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.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stepLineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stepLineSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stepLineSeriesView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barAndDockingController1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
     this.SuspendLayout();
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.chartControl1);
     this.panelControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelControl1.Location = new System.Drawing.Point(0, 26);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(786, 236);
     this.panelControl1.TabIndex = 0;
     //
     // chartControl1
     //
     this.chartControl1.AppearanceName = "Gray";
     xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisX.Range.SideMarginsEnabled = true;
     xyDiagram1.AxisX.Visible = false;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisY.Range.SideMarginsEnabled    = true;
     xyDiagram1.AxisY.VisibleInPanesSerializable  = "-1";
     xyDiagram1.DefaultPane.BackColor             = System.Drawing.Color.White;
     xyDiagram1.LabelsResolveOverlappingMinIndent = 0;
     this.chartControl1.Diagram = xyDiagram1;
     this.chartControl1.Dock    = System.Windows.Forms.DockStyle.Fill;
     this.chartControl1.Legend.Margins.Bottom = 6;
     this.chartControl1.Legend.Margins.Left   = 6;
     this.chartControl1.Legend.Margins.Right  = 6;
     this.chartControl1.Legend.Margins.Top    = 6;
     this.chartControl1.Legend.Visible        = false;
     this.chartControl1.Location = new System.Drawing.Point(2, 2);
     this.chartControl1.Name     = "chartControl1";
     this.chartControl1.PaletteBaseColorNumber = 5;
     this.chartControl1.PaletteName            = "Nature Colors";
     pointSeriesLabel1.Angle                  = 90;
     pointSeriesLabel1.BackColor              = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     pointSeriesLabel1.LineVisible            = true;
     pointSeriesLabel1.ResolveOverlappingMode = DevExpress.XtraCharts.ResolveOverlappingMode.Default;
     pointSeriesLabel1.TextColor              = System.Drawing.Color.Black;
     pointSeriesLabel1.TextOrientation        = DevExpress.XtraCharts.TextOrientation.BottomToTop;
     series1.Label           = pointSeriesLabel1;
     series1.Name            = "Series 1";
     pointOptions1.PointView = DevExpress.XtraCharts.PointView.Argument;
     //series1.PointOptions = pointOptions1;
     series1.Label.PointOptions     = pointOptions1;
     series1.SeriesPointsSorting    = DevExpress.XtraCharts.SortingMode.Ascending;
     series1.SeriesPointsSortingKey = DevExpress.XtraCharts.SeriesPointKey.Value_1;
     series1.ShowInLegend           = false;
     stepLineSeriesView1.Color      = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     stepLineSeriesView1.ColorEach  = true;
     stepLineSeriesView1.LineMarkerOptions.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     stepLineSeriesView1.LineStyle.Thickness     = 20;
     series1.View = stepLineSeriesView1;
     pointSeriesLabel2.LineVisible = true;
     pointSeriesLabel2.Visible     = false;
     series2.Label                 = pointSeriesLabel2;
     series2.Name                  = "Series 2";
     stepLineSeriesView2.Color     = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
     stepLineSeriesView2.ColorEach = true;
     stepLineSeriesView2.LineMarkerOptions.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
     stepLineSeriesView2.LineStyle.Thickness     = 20;
     series2.View = stepLineSeriesView2;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     pointSeriesLabel3.LineVisible           = true;
     this.chartControl1.SeriesTemplate.Label = pointSeriesLabel3;
     this.chartControl1.SeriesTemplate.View  = stepLineSeriesView3;
     this.chartControl1.Size         = new System.Drawing.Size(782, 232);
     this.chartControl1.TabIndex     = 0;
     this.chartControl1.DoubleClick += new System.EventHandler(this.chartControl1_DoubleClick);
     //
     // barManager1
     //
     this.barManager1.AllowCustomization      = false;
     this.barManager1.AllowQuickCustomization = false;
     this.barManager1.AllowShowToolbarsPopup  = false;
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
         this.bar2
     });
     this.barManager1.Controller = this.barAndDockingController1;
     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.barButtonItem1,
         this.barButtonItem2,
         this.barStaticItem1,
         this.barEditItem1
     });
     this.barManager1.MainMenu  = this.bar2;
     this.barManager1.MaxItemId = 6;
     this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemCheckEdit1,
         this.repositoryItemComboBox1
     });
     //
     // bar2
     //
     this.bar2.BarName   = "Main menu";
     this.bar2.DockCol   = 0;
     this.bar2.DockRow   = 0;
     this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.barStaticItem1, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.barEditItem1),
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem2, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem1)
     });
     this.bar2.OptionsBar.MultiLine   = true;
     this.bar2.OptionsBar.UseWholeRow = true;
     this.bar2.Text = "Main menu";
     //
     // barStaticItem1
     //
     this.barStaticItem1.Alignment     = DevExpress.XtraBars.BarItemLinkAlignment.Right;
     this.barStaticItem1.Caption       = "Text Orientation";
     this.barStaticItem1.Id            = 4;
     this.barStaticItem1.Name          = "barStaticItem1";
     this.barStaticItem1.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // barEditItem1
     //
     this.barEditItem1.Caption           = "Orientation";
     this.barEditItem1.Edit              = this.repositoryItemComboBox1;
     this.barEditItem1.Id                = 5;
     this.barEditItem1.Name              = "barEditItem1";
     this.barEditItem1.Width             = 121;
     this.barEditItem1.EditValueChanged += new System.EventHandler(this.barEditItem1_EditValueChanged_1);
     //
     // repositoryItemComboBox1
     //
     this.repositoryItemComboBox1.AutoHeight = false;
     this.repositoryItemComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemComboBox1.Items.AddRange(new object[] {
         "BottomToTop",
         "Horizontal",
         "TopToBottom"
     });
     this.repositoryItemComboBox1.LookAndFeel.SkinName = "Money Twins";
     this.repositoryItemComboBox1.LookAndFeel.UseDefaultLookAndFeel = false;
     this.repositoryItemComboBox1.Name          = "repositoryItemComboBox1";
     this.repositoryItemComboBox1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     //
     // barButtonItem2
     //
     this.barButtonItem2.Alignment  = DevExpress.XtraBars.BarItemLinkAlignment.Right;
     this.barButtonItem2.Caption    = "Print";
     this.barButtonItem2.Glyph      = ((System.Drawing.Image)(resources.GetObject("barButtonItem2.Glyph")));
     this.barButtonItem2.Id         = 1;
     this.barButtonItem2.Name       = "barButtonItem2";
     this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_ItemClick);
     //
     // barButtonItem1
     //
     this.barButtonItem1.Alignment  = DevExpress.XtraBars.BarItemLinkAlignment.Right;
     this.barButtonItem1.Caption    = "Exit";
     this.barButtonItem1.Glyph      = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.Glyph")));
     this.barButtonItem1.Id         = 0;
     this.barButtonItem1.Name       = "barButtonItem1";
     this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick);
     //
     // barAndDockingController1
     //
     this.barAndDockingController1.LookAndFeel.SkinName = "Money Twins";
     this.barAndDockingController1.LookAndFeel.UseDefaultLookAndFeel = false;
     this.barAndDockingController1.PropertiesBar.AllowLinkLighting   = false;
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock             = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location         = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Size             = new System.Drawing.Size(786, 26);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 262);
     this.barDockControlBottom.Size             = new System.Drawing.Size(786, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock             = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location         = new System.Drawing.Point(0, 26);
     this.barDockControlLeft.Size             = new System.Drawing.Size(0, 236);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(786, 26);
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 236);
     //
     // repositoryItemCheckEdit1
     //
     this.repositoryItemCheckEdit1.AutoHeight = false;
     this.repositoryItemCheckEdit1.Name       = "repositoryItemCheckEdit1";
     //
     // frmProgressChart
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(786, 262);
     this.ControlBox          = false;
     this.Controls.Add(this.panelControl1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name          = "frmProgressChart";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Progress Chart";
     this.Load         += new System.EventHandler(this.frmProgressChart_Load);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stepLineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stepLineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stepLineSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barAndDockingController1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.XYDiagram            xyDiagram1            = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series               series1               = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.StackedBarSeriesView stackedBarSeriesView1 = new DevExpress.XtraCharts.StackedBarSeriesView();
     DevExpress.XtraCharts.XYDiagram            xyDiagram2            = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series               series2               = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.StepLineSeriesView   stepLineSeriesView1   = new DevExpress.XtraCharts.StepLineSeriesView();
     this.chartControl2 = new DevExpress.XtraCharts.ChartControl();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stepLineSeriesView1)).BeginInit();
     this.SuspendLayout();
     //
     // chartControl2
     //
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.chartControl2.Diagram     = xyDiagram1;
     this.chartControl2.Legend.Name = "Default Legend";
     this.chartControl2.Location    = new System.Drawing.Point(710, 46);
     this.chartControl2.Name        = "chartControl2";
     series1.LabelsVisibility       = DevExpress.Utils.DefaultBoolean.True;
     series1.LegendTextPattern      = "{A}";
     series1.Name = "Kayıtlı Banka";
     stackedBarSeriesView1.Border.Color = System.Drawing.Color.FromArgb(((int)(((byte)(149)))), ((int)(((byte)(55)))), ((int)(((byte)(52)))));
     series1.View = stackedBarSeriesView1;
     this.chartControl2.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chartControl2.Size     = new System.Drawing.Size(628, 453);
     this.chartControl2.TabIndex = 1;
     //
     // labelControl1
     //
     this.labelControl1.Appearance.Font            = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.labelControl1.Appearance.Options.UseFont = true;
     this.labelControl1.Location = new System.Drawing.Point(877, 17);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(351, 23);
     this.labelControl1.TabIndex = 2;
     this.labelControl1.Text     = "Müşterilerin Bankalara Göre Dağılımı";
     //
     // labelControl2
     //
     this.labelControl2.Appearance.Font            = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.labelControl2.Appearance.Options.UseFont = true;
     this.labelControl2.Location = new System.Drawing.Point(205, 12);
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(308, 23);
     this.labelControl2.TabIndex = 2;
     this.labelControl2.Text     = "Müşterilerin İllere Göre Dağılımı";
     //
     // chartControl1
     //
     xyDiagram2.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram2.AxisY.VisibleInPanesSerializable = "-1";
     this.chartControl1.Diagram     = xyDiagram2;
     this.chartControl1.Legend.Name = "Default Legend";
     this.chartControl1.Location    = new System.Drawing.Point(6, 46);
     this.chartControl1.Name        = "chartControl1";
     series2.LegendTextPattern      = "{A}";
     series2.Name = "Kayıt Sayısı";
     series2.View = stepLineSeriesView1;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series2
     };
     this.chartControl1.Size     = new System.Drawing.Size(699, 453);
     this.chartControl1.TabIndex = 3;
     //
     // MusteriIstatistik
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1350, 511);
     this.Controls.Add(this.chartControl1);
     this.Controls.Add(this.labelControl2);
     this.Controls.Add(this.labelControl1);
     this.Controls.Add(this.chartControl2);
     this.Name  = "MusteriIstatistik";
     this.Text  = "Müşteri Formu";
     this.Load += new System.EventHandler(this.MusteriIstatistik_Load);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stepLineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources     = new System.ComponentModel.ComponentResourceManager(typeof(MnlAndKzl_LineWithScreen));
     DevExpress.XtraCharts.XYDiagram          xyDiagram1          = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.XYDiagramPane      xyDiagramPane1      = new DevExpress.XtraCharts.XYDiagramPane();
     DevExpress.XtraCharts.SecondaryAxisY     secondaryAxisY1     = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.Series             series1             = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel   pointSeriesLabel1   = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.LineSeriesView     lineSeriesView1     = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series             series2             = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel   pointSeriesLabel2   = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.StepLineSeriesView stepLineSeriesView1 = new DevExpress.XtraCharts.StepLineSeriesView();
     DevExpress.XtraCharts.ChartTitle         chartTitle1         = new DevExpress.XtraCharts.ChartTitle();
     this.panelControl1       = new DevExpress.XtraEditors.PanelControl();
     this.simpleButton5       = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton3       = new DevExpress.XtraEditors.SimpleButton();
     this.checkEdit1          = new DevExpress.XtraEditors.CheckEdit();
     this.radioGroup1         = new DevExpress.XtraEditors.RadioGroup();
     this.dateEdit2           = new DevExpress.XtraEditors.DateEdit();
     this.simpleButton7       = new DevExpress.XtraEditors.SimpleButton();
     this.checkEdit10         = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit9          = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit8          = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit11         = new DevExpress.XtraEditors.CheckEdit();
     this.labelControl6       = new DevExpress.XtraEditors.LabelControl();
     this.checkEdit4          = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit7          = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit2          = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit5          = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit3          = new DevExpress.XtraEditors.CheckEdit();
     this.simpleButton2       = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton4       = new DevExpress.XtraEditors.SimpleButton();
     this.comboBoxEdit2       = new DevExpress.XtraEditors.ComboBoxEdit();
     this.comboBoxEdit1       = new DevExpress.XtraEditors.ComboBoxEdit();
     this.dateEdit1           = new DevExpress.XtraEditors.DateEdit();
     this.labelControl2       = new DevExpress.XtraEditors.LabelControl();
     this.labelControl3       = new DevExpress.XtraEditors.LabelControl();
     this.labelControl4       = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1       = new DevExpress.XtraEditors.LabelControl();
     this.layoutControl1      = new DevExpress.XtraLayout.LayoutControl();
     this.chart               = new DevExpress.XtraCharts.ChartControl();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem2  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem1  = new DevExpress.XtraLayout.LayoutControlItem();
     this.saveFileDialog1     = new System.Windows.Forms.SaveFileDialog();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radioGroup1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit10.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit9.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit8.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit11.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit4.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit7.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit5.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit3.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stepLineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     this.SuspendLayout();
     //
     // panelControl1
     //
     this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.panelControl1.Controls.Add(this.simpleButton5);
     this.panelControl1.Controls.Add(this.simpleButton3);
     this.panelControl1.Controls.Add(this.checkEdit1);
     this.panelControl1.Controls.Add(this.radioGroup1);
     this.panelControl1.Controls.Add(this.dateEdit2);
     this.panelControl1.Controls.Add(this.simpleButton7);
     this.panelControl1.Controls.Add(this.checkEdit10);
     this.panelControl1.Controls.Add(this.checkEdit9);
     this.panelControl1.Controls.Add(this.checkEdit8);
     this.panelControl1.Controls.Add(this.checkEdit11);
     this.panelControl1.Controls.Add(this.labelControl6);
     this.panelControl1.Controls.Add(this.checkEdit4);
     this.panelControl1.Controls.Add(this.checkEdit7);
     this.panelControl1.Controls.Add(this.checkEdit2);
     this.panelControl1.Controls.Add(this.checkEdit5);
     this.panelControl1.Controls.Add(this.checkEdit3);
     this.panelControl1.Controls.Add(this.simpleButton2);
     this.panelControl1.Controls.Add(this.simpleButton4);
     this.panelControl1.Controls.Add(this.comboBoxEdit2);
     this.panelControl1.Controls.Add(this.comboBoxEdit1);
     this.panelControl1.Controls.Add(this.dateEdit1);
     this.panelControl1.Controls.Add(this.labelControl2);
     this.panelControl1.Controls.Add(this.labelControl3);
     this.panelControl1.Controls.Add(this.labelControl4);
     this.panelControl1.Controls.Add(this.labelControl1);
     this.panelControl1.Location = new System.Drawing.Point(2, 2);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(1010, 91);
     this.panelControl1.TabIndex = 12;
     //
     // simpleButton5
     //
     this.simpleButton5.Image    = ((System.Drawing.Image)(resources.GetObject("simpleButton5.Image")));
     this.simpleButton5.Location = new System.Drawing.Point(918, 5);
     this.simpleButton5.Name     = "simpleButton5";
     this.simpleButton5.Size     = new System.Drawing.Size(64, 30);
     this.simpleButton5.TabIndex = 103;
     this.simpleButton5.Text     = "向后";
     this.simpleButton5.Click   += new System.EventHandler(this.simpleButton5_Click);
     //
     // simpleButton3
     //
     this.simpleButton3.Image    = ((System.Drawing.Image)(resources.GetObject("simpleButton3.Image")));
     this.simpleButton3.Location = new System.Drawing.Point(846, 5);
     this.simpleButton3.Name     = "simpleButton3";
     this.simpleButton3.Size     = new System.Drawing.Size(64, 30);
     this.simpleButton3.TabIndex = 104;
     this.simpleButton3.Text     = "向前";
     this.simpleButton3.Click   += new System.EventHandler(this.simpleButton3_Click);
     //
     // checkEdit1
     //
     this.checkEdit1.Location           = new System.Drawing.Point(942, 51);
     this.checkEdit1.Margin             = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.checkEdit1.Name               = "checkEdit1";
     this.checkEdit1.Properties.Caption = "叠加显示";
     this.checkEdit1.Size               = new System.Drawing.Size(77, 19);
     this.checkEdit1.TabIndex           = 102;
     this.checkEdit1.CheckedChanged    += new System.EventHandler(this.checkEdit1_CheckedChanged);
     //
     // radioGroup1
     //
     this.radioGroup1.Location = new System.Drawing.Point(316, 10);
     this.radioGroup1.Name     = "radioGroup1";
     this.radioGroup1.Properties.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.radioGroup1.Properties.Appearance.Options.UseBackColor = true;
     this.radioGroup1.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
         new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "活动测点"),
         new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "所有测点")
     });
     this.radioGroup1.Size                  = new System.Drawing.Size(152, 23);
     this.radioGroup1.TabIndex              = 101;
     this.radioGroup1.SelectedIndexChanged += new System.EventHandler(this.radioGroup1_SelectedIndexChanged);
     //
     // dateEdit2
     //
     this.dateEdit2.EditValue = null;
     this.dateEdit2.Location  = new System.Drawing.Point(190, 11);
     this.dateEdit2.Name      = "dateEdit2";
     this.dateEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEdit2.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEdit2.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.dateEdit2.Size              = new System.Drawing.Size(122, 20);
     this.dateEdit2.TabIndex          = 32;
     this.dateEdit2.EditValueChanged += new System.EventHandler(this.dateEdit2_EditValueChanged);
     //
     // simpleButton7
     //
     this.simpleButton7.Image    = ((System.Drawing.Image)(resources.GetObject("simpleButton7.Image")));
     this.simpleButton7.Location = new System.Drawing.Point(773, 5);
     this.simpleButton7.Name     = "simpleButton7";
     this.simpleButton7.Size     = new System.Drawing.Size(68, 30);
     this.simpleButton7.TabIndex = 3;
     this.simpleButton7.Text     = "查询";
     this.simpleButton7.Click   += new System.EventHandler(this.simpleButton7_Click);
     //
     // checkEdit10
     //
     this.checkEdit10.Location           = new System.Drawing.Point(711, 13);
     this.checkEdit10.Name               = "checkEdit10";
     this.checkEdit10.Properties.Caption = "复电值";
     this.checkEdit10.Size               = new System.Drawing.Size(75, 19);
     this.checkEdit10.TabIndex           = 29;
     this.checkEdit10.CheckedChanged    += new System.EventHandler(this.checkEdit10_CheckedChanged);
     //
     // checkEdit9
     //
     this.checkEdit9.EditValue          = true;
     this.checkEdit9.Location           = new System.Drawing.Point(655, 12);
     this.checkEdit9.Name               = "checkEdit9";
     this.checkEdit9.Properties.Caption = "断电值";
     this.checkEdit9.Size               = new System.Drawing.Size(75, 19);
     this.checkEdit9.TabIndex           = 30;
     this.checkEdit9.CheckedChanged    += new System.EventHandler(this.checkEdit9_CheckedChanged);
     //
     // checkEdit8
     //
     this.checkEdit8.EditValue          = true;
     this.checkEdit8.Location           = new System.Drawing.Point(594, 13);
     this.checkEdit8.Name               = "checkEdit8";
     this.checkEdit8.Properties.Caption = "报警值";
     this.checkEdit8.Size               = new System.Drawing.Size(75, 19);
     this.checkEdit8.TabIndex           = 31;
     this.checkEdit8.CheckedChanged    += new System.EventHandler(this.checkEdit8_CheckedChanged);
     //
     // checkEdit11
     //
     this.checkEdit11.Location           = new System.Drawing.Point(532, 13);
     this.checkEdit11.Name               = "checkEdit11";
     this.checkEdit11.Properties.Caption = "预警值";
     this.checkEdit11.Size               = new System.Drawing.Size(75, 19);
     this.checkEdit11.TabIndex           = 28;
     this.checkEdit11.CheckedChanged    += new System.EventHandler(this.checkEdit11_CheckedChanged);
     //
     // labelControl6
     //
     this.labelControl6.Location = new System.Drawing.Point(473, 15);
     this.labelControl6.Name     = "labelControl6";
     this.labelControl6.Size     = new System.Drawing.Size(60, 14);
     this.labelControl6.TabIndex = 27;
     this.labelControl6.Text     = "阈值设置:";
     //
     // checkEdit4
     //
     this.checkEdit4.Location              = new System.Drawing.Point(520, 41);
     this.checkEdit4.Name                  = "checkEdit4";
     this.checkEdit4.Properties.Caption    = "最小值";
     this.checkEdit4.Properties.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
     this.checkEdit4.Size                  = new System.Drawing.Size(75, 19);
     this.checkEdit4.TabIndex              = 16;
     this.checkEdit4.CheckedChanged       += new System.EventHandler(this.checkEdit4_CheckedChanged);
     //
     // checkEdit7
     //
     this.checkEdit7.Location              = new System.Drawing.Point(665, 42);
     this.checkEdit7.Name                  = "checkEdit7";
     this.checkEdit7.Properties.Caption    = "移动值";
     this.checkEdit7.Properties.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
     this.checkEdit7.Size                  = new System.Drawing.Size(75, 19);
     this.checkEdit7.TabIndex              = 16;
     this.checkEdit7.CheckedChanged       += new System.EventHandler(this.checkEdit7_CheckedChanged);
     //
     // checkEdit2
     //
     this.checkEdit2.Location              = new System.Drawing.Point(377, 41);
     this.checkEdit2.Name                  = "checkEdit2";
     this.checkEdit2.Properties.Caption    = "监测值";
     this.checkEdit2.Properties.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
     this.checkEdit2.Size                  = new System.Drawing.Size(75, 19);
     this.checkEdit2.TabIndex              = 16;
     this.checkEdit2.CheckedChanged       += new System.EventHandler(this.checkEdit2_CheckedChanged);
     //
     // checkEdit5
     //
     this.checkEdit5.Location              = new System.Drawing.Point(592, 42);
     this.checkEdit5.Name                  = "checkEdit5";
     this.checkEdit5.Properties.Caption    = "平均值";
     this.checkEdit5.Properties.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
     this.checkEdit5.Size                  = new System.Drawing.Size(75, 19);
     this.checkEdit5.TabIndex              = 16;
     this.checkEdit5.CheckedChanged       += new System.EventHandler(this.checkEdit5_CheckedChanged);
     //
     // checkEdit3
     //
     this.checkEdit3.EditValue             = true;
     this.checkEdit3.Location              = new System.Drawing.Point(449, 41);
     this.checkEdit3.Name                  = "checkEdit3";
     this.checkEdit3.Properties.Caption    = "最大值";
     this.checkEdit3.Properties.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
     this.checkEdit3.Size                  = new System.Drawing.Size(75, 19);
     this.checkEdit3.TabIndex              = 16;
     this.checkEdit3.CheckedChanged       += new System.EventHandler(this.checkEdit3_CheckedChanged);
     //
     // simpleButton2
     //
     this.simpleButton2.Image    = ((System.Drawing.Image)(resources.GetObject("simpleButton2.Image")));
     this.simpleButton2.Location = new System.Drawing.Point(857, 41);
     this.simpleButton2.Name     = "simpleButton2";
     this.simpleButton2.Size     = new System.Drawing.Size(79, 30);
     this.simpleButton2.TabIndex = 3;
     this.simpleButton2.Text     = "导出图片";
     this.simpleButton2.Click   += new System.EventHandler(this.simpleButton2_Click);
     //
     // simpleButton4
     //
     this.simpleButton4.Image    = ((System.Drawing.Image)(resources.GetObject("simpleButton4.Image")));
     this.simpleButton4.Location = new System.Drawing.Point(773, 40);
     this.simpleButton4.Name     = "simpleButton4";
     this.simpleButton4.Size     = new System.Drawing.Size(78, 30);
     this.simpleButton4.TabIndex = 3;
     this.simpleButton4.Text     = "打印";
     this.simpleButton4.Click   += new System.EventHandler(this.simpleButton4_Click);
     //
     // comboBoxEdit2
     //
     this.comboBoxEdit2.Location = new System.Drawing.Point(68, 64);
     this.comboBoxEdit2.Name     = "comboBoxEdit2";
     this.comboBoxEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.comboBoxEdit2.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.comboBoxEdit2.Size     = new System.Drawing.Size(245, 20);
     this.comboBoxEdit2.TabIndex = 2;
     //
     // comboBoxEdit1
     //
     this.comboBoxEdit1.Location = new System.Drawing.Point(68, 36);
     this.comboBoxEdit1.Name     = "comboBoxEdit1";
     this.comboBoxEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.comboBoxEdit1.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.comboBoxEdit1.Size              = new System.Drawing.Size(245, 20);
     this.comboBoxEdit1.TabIndex          = 2;
     this.comboBoxEdit1.EditValueChanged += new System.EventHandler(this.comboBoxEdit1_EditValueChanged);
     //
     // dateEdit1
     //
     this.dateEdit1.EditValue = null;
     this.dateEdit1.Location  = new System.Drawing.Point(69, 11);
     this.dateEdit1.Name      = "dateEdit1";
     this.dateEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEdit1.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEdit1.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.dateEdit1.Size              = new System.Drawing.Size(115, 20);
     this.dateEdit1.TabIndex          = 1;
     this.dateEdit1.EditValueChanged += new System.EventHandler(this.dateEdit1_EditValueChanged);
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(7, 67);
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(60, 14);
     this.labelControl2.TabIndex = 0;
     this.labelControl2.Text     = "被控区域:";
     //
     // labelControl3
     //
     this.labelControl3.Location = new System.Drawing.Point(7, 39);
     this.labelControl3.Name     = "labelControl3";
     this.labelControl3.Size     = new System.Drawing.Size(60, 14);
     this.labelControl3.TabIndex = 0;
     this.labelControl3.Text     = "选择测点:";
     //
     // labelControl4
     //
     this.labelControl4.Location = new System.Drawing.Point(319, 44);
     this.labelControl4.Name     = "labelControl4";
     this.labelControl4.Size     = new System.Drawing.Size(60, 14);
     this.labelControl4.TabIndex = 0;
     this.labelControl4.Text     = "显示设置:";
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(8, 13);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(60, 14);
     this.labelControl1.TabIndex = 0;
     this.labelControl1.Text     = "选择日期:";
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.panelControl1);
     this.layoutControl1.Controls.Add(this.chart);
     this.layoutControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(0, 0);
     this.layoutControl1.Name     = "layoutControl1";
     this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(467, 270, 250, 350);
     this.layoutControl1.Root     = this.layoutControlGroup1;
     this.layoutControl1.Size     = new System.Drawing.Size(1014, 679);
     this.layoutControl1.TabIndex = 13;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // chart
     //
     this.chart.CrosshairOptions.ArgumentLineColor           = System.Drawing.Color.DeepSkyBlue;
     this.chart.CrosshairOptions.ArgumentLineStyle.Thickness = 2;
     this.chart.CrosshairOptions.GroupHeaderPattern          = "{A:yyyy-MM-dd HH:mm:ss}";
     this.chart.CrosshairOptions.ShowGroupHeaders            = false;
     this.chart.CrosshairOptions.ShowOnlyInFocusedPane       = false;
     xyDiagram1.AxisX.DateTimeScaleOptions.AggregateFunction = DevExpress.XtraCharts.AggregateFunction.None;
     xyDiagram1.AxisX.DateTimeScaleOptions.MeasureUnit       = DevExpress.XtraCharts.DateTimeMeasureUnit.Second;
     xyDiagram1.AxisX.Label.DateTimeOptions.AutoFormat       = false;
     xyDiagram1.AxisX.Label.DateTimeOptions.Format           = DevExpress.XtraCharts.DateTimeFormat.Custom;
     xyDiagram1.AxisX.VisibleInPanesSerializable             = "0";
     xyDiagram1.AxisY.Label.NumericOptions.Format            = DevExpress.XtraCharts.NumericFormat.Number;
     xyDiagram1.AxisY.VisibleInPanesSerializable             = "-1";
     xyDiagram1.AxisY.VisualRange.Auto                 = false;
     xyDiagram1.AxisY.VisualRange.AutoSideMargins      = false;
     xyDiagram1.AxisY.VisualRange.MaxValueSerializable = "10";
     xyDiagram1.AxisY.VisualRange.MinValueSerializable = "0";
     xyDiagram1.AxisY.VisualRange.SideMarginsValue     = 0D;
     xyDiagram1.AxisY.WholeRange.Auto                 = false;
     xyDiagram1.AxisY.WholeRange.AutoSideMargins      = false;
     xyDiagram1.AxisY.WholeRange.MaxValueSerializable = "10";
     xyDiagram1.AxisY.WholeRange.MinValueSerializable = "0";
     xyDiagram1.AxisY.WholeRange.SideMarginsValue     = 0D;
     xyDiagram1.DefaultPane.ScrollBarOptions.XAxisScrollBarVisible = false;
     xyDiagram1.DefaultPane.ScrollBarOptions.YAxisScrollBarVisible = false;
     xyDiagram1.DefaultPane.Weight   = 3D;
     xyDiagram1.EnableAxisXScrolling = true;
     xyDiagram1.EnableAxisXZooming   = true;
     xyDiagram1.PaneDistance         = 4;
     xyDiagramPane1.Name             = "Pane 1";
     xyDiagramPane1.PaneID           = 0;
     xyDiagramPane1.ScrollBarOptions.XAxisScrollBarVisible = false;
     xyDiagramPane1.ScrollBarOptions.YAxisScrollBarVisible = false;
     xyDiagramPane1.Weight = 3D;
     xyDiagram1.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] {
         xyDiagramPane1
     });
     secondaryAxisY1.Alignment = DevExpress.XtraCharts.AxisAlignment.Near;
     secondaryAxisY1.AxisID    = 0;
     secondaryAxisY1.GridLines.MinorVisible         = true;
     secondaryAxisY1.GridLines.Visible              = true;
     secondaryAxisY1.Label.NumericOptions.Format    = DevExpress.XtraCharts.NumericFormat.Number;
     secondaryAxisY1.Label.NumericOptions.Precision = 0;
     secondaryAxisY1.Name = "secondaryAxisY1";
     secondaryAxisY1.NumericScaleOptions.AutoGrid = false;
     secondaryAxisY1.Title.Font    = new System.Drawing.Font("Tahoma", 10F);
     secondaryAxisY1.Title.Text    = "";
     secondaryAxisY1.Title.Visible = true;
     secondaryAxisY1.VisibleInPanesSerializable       = "0";
     secondaryAxisY1.VisualRange.Auto                 = false;
     secondaryAxisY1.VisualRange.AutoSideMargins      = false;
     secondaryAxisY1.VisualRange.MaxValueSerializable = "2";
     secondaryAxisY1.VisualRange.MinValueSerializable = "0";
     secondaryAxisY1.VisualRange.SideMarginsValue     = 0D;
     secondaryAxisY1.WholeRange.AlwaysShowZeroLevel   = false;
     secondaryAxisY1.WholeRange.Auto                 = false;
     secondaryAxisY1.WholeRange.AutoSideMargins      = false;
     secondaryAxisY1.WholeRange.MaxValueSerializable = "2";
     secondaryAxisY1.WholeRange.MinValueSerializable = "0";
     secondaryAxisY1.WholeRange.SideMarginsValue     = 0D;
     xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY1
     });
     this.chart.Diagram = xyDiagram1;
     this.chart.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.chart.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside;
     this.chart.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.chart.Legend.Font    = new System.Drawing.Font("Tahoma", 10F);
     this.chart.Location       = new System.Drawing.Point(3, 96);
     this.chart.Name           = "chart";
     series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
     pointSeriesLabel1.Angle   = 90;
     series1.Label             = pointSeriesLabel1;
     series1.Name = "测点1";
     lineSeriesView1.LineStyle.Thickness = 1;
     series1.View = lineSeriesView1;
     series2.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
     pointSeriesLabel2.Angle   = 90;
     series2.Label             = pointSeriesLabel2;
     series2.Name = "测点2";
     stepLineSeriesView1.AxisYName           = "secondaryAxisY1";
     stepLineSeriesView1.LineStyle.Thickness = 1;
     stepLineSeriesView1.PaneName            = "Pane 1";
     series2.View = stepLineSeriesView1;
     this.chart.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     this.chart.Size     = new System.Drawing.Size(1008, 580);
     this.chart.TabIndex = 3;
     chartTitle1.Font    = new System.Drawing.Font("Tahoma", 10F);
     chartTitle1.Text    = "模拟量馈电异常曲线";
     this.chart.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     this.chart.ToolTipOptions.ShowForPoints = false;
     this.chart.CustomDrawCrosshair         += new DevExpress.XtraCharts.CustomDrawCrosshairEventHandler(this.chart_CustomDrawCrosshair);
     this.chart.CustomDrawSeriesPoint       += new DevExpress.XtraCharts.CustomDrawSeriesPointEventHandler(this.chart_CustomDrawSeriesPoint);
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.CustomizationFormText       = "layoutControlGroup1";
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem2,
         this.layoutControlItem1
     });
     this.layoutControlGroup1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name        = "layoutControlGroup1";
     this.layoutControlGroup1.Padding     = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1);
     this.layoutControlGroup1.Size        = new System.Drawing.Size(1014, 679);
     this.layoutControlGroup1.Text        = "layoutControlGroup1";
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.chart;
     this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
     this.layoutControlItem2.Location = new System.Drawing.Point(0, 93);
     this.layoutControlItem2.Name     = "layoutControlItem2";
     this.layoutControlItem2.Size     = new System.Drawing.Size(1012, 584);
     this.layoutControlItem2.Text     = "layoutControlItem2";
     this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextToControlDistance = 0;
     this.layoutControlItem2.TextVisible           = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.panelControl1;
     this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
     this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.Name     = "layoutControlItem1";
     this.layoutControlItem1.Padding  = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1);
     this.layoutControlItem1.Size     = new System.Drawing.Size(1012, 93);
     this.layoutControlItem1.Text     = "layoutControlItem1";
     this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextToControlDistance = 0;
     this.layoutControlItem1.TextVisible           = false;
     //
     // saveFileDialog1
     //
     this.saveFileDialog1.Filter = "图片文件|*.png";
     //
     // MnlAndKzl_LineWithScreen
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1014, 679);
     this.Controls.Add(this.layoutControl1);
     this.Icon  = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name  = "MnlAndKzl_LineWithScreen";
     this.Text  = "馈电异常曲线查询";
     this.Load += new System.EventHandler(this.Frm_Mnl_LineWithScreen_Load);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     this.panelControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radioGroup1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit10.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit9.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit8.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit11.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit4.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit7.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit5.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit3.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stepLineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.XYDiagram          xyDiagram1          = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series             series1             = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.StepLineSeriesView stepLineSeriesView1 = new DevExpress.XtraCharts.StepLineSeriesView();
     this.gridControl        = new DevExpress.XtraGrid.GridControl();
     this.gridView1          = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.dateEditFrom       = new DevExpress.XtraEditors.DateEdit();
     this.dateEditTo         = new DevExpress.XtraEditors.DateEdit();
     this.cmbCurrency        = new DevExpress.XtraEditors.ComboBoxEdit();
     this.btnGo              = new DevExpress.XtraEditors.SimpleButton();
     this.marqueeProgressBar = new DevExpress.XtraEditors.MarqueeProgressBarControl();
     this.toggleSwitch       = new DevExpress.XtraEditors.ToggleSwitch();
     this.sqLiteCommand1     = new System.Data.SQLite.SQLiteCommand();
     this.chartControl       = new DevExpress.XtraCharts.ChartControl();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditFrom.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditFrom.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditTo.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditTo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbCurrency.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.marqueeProgressBar.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.toggleSwitch.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stepLineSeriesView1)).BeginInit();
     this.SuspendLayout();
     //
     // gridControl
     //
     this.gridControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                      | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.gridControl.Location = new System.Drawing.Point(12, 38);
     this.gridControl.MainView = this.gridView1;
     this.gridControl.Name     = "gridControl";
     this.gridControl.Size     = new System.Drawing.Size(869, 613);
     this.gridControl.TabIndex = 0;
     this.gridControl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     this.gridControl.DataSourceChanged += new System.EventHandler(this.GridControlDataSourceChanged);
     //
     // gridView1
     //
     this.gridView1.GridControl = this.gridControl;
     this.gridView1.Name        = "gridView1";
     //
     // dateEditFrom
     //
     this.dateEditFrom.EditValue = new System.DateTime(2020, 7, 18, 21, 55, 22, 0);
     this.dateEditFrom.Location  = new System.Drawing.Point(12, 12);
     this.dateEditFrom.Name      = "dateEditFrom";
     this.dateEditFrom.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEditFrom.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEditFrom.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.dateEditFrom.Size     = new System.Drawing.Size(100, 20);
     this.dateEditFrom.TabIndex = 1;
     //
     // dateEditTo
     //
     this.dateEditTo.EditValue = new System.DateTime(2020, 7, 18, 21, 55, 29, 0);
     this.dateEditTo.Location  = new System.Drawing.Point(129, 12);
     this.dateEditTo.Name      = "dateEditTo";
     this.dateEditTo.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEditTo.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEditTo.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.dateEditTo.Size     = new System.Drawing.Size(100, 20);
     this.dateEditTo.TabIndex = 2;
     //
     // cmbCurrency
     //
     this.cmbCurrency.EditValue = "USD";
     this.cmbCurrency.Location  = new System.Drawing.Point(246, 12);
     this.cmbCurrency.Name      = "cmbCurrency";
     this.cmbCurrency.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False;
     this.cmbCurrency.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.cmbCurrency.Properties.Items.AddRange(new object[] {
         "USD",
         "EUR"
     });
     this.cmbCurrency.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cmbCurrency.Size     = new System.Drawing.Size(100, 20);
     this.cmbCurrency.TabIndex = 3;
     //
     // btnGo
     //
     this.btnGo.Location = new System.Drawing.Point(364, 12);
     this.btnGo.Name     = "btnGo";
     this.btnGo.Size     = new System.Drawing.Size(75, 20);
     this.btnGo.TabIndex = 4;
     this.btnGo.Text     = "Go";
     this.btnGo.Click   += new System.EventHandler(this.ButtonGoClick);
     //
     // marqueeProgressBar
     //
     this.marqueeProgressBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.marqueeProgressBar.EditValue = 0;
     this.marqueeProgressBar.Location  = new System.Drawing.Point(555, 12);
     this.marqueeProgressBar.Name      = "marqueeProgressBar";
     this.marqueeProgressBar.Size      = new System.Drawing.Size(326, 20);
     this.marqueeProgressBar.TabIndex  = 5;
     this.marqueeProgressBar.Visible   = false;
     //
     // toggleSwitch
     //
     this.toggleSwitch.EditValue          = true;
     this.toggleSwitch.Location           = new System.Drawing.Point(454, 13);
     this.toggleSwitch.Name               = "toggleSwitch";
     this.toggleSwitch.Properties.OffText = "Chart";
     this.toggleSwitch.Properties.OnText  = "Data";
     this.toggleSwitch.Size               = new System.Drawing.Size(95, 18);
     this.toggleSwitch.TabIndex           = 7;
     this.toggleSwitch.Toggled           += new System.EventHandler(this.SwitchToggled);
     //
     // sqLiteCommand1
     //
     this.sqLiteCommand1.CommandText = null;
     //
     // chartControl
     //
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.chartControl.Diagram          = xyDiagram1;
     this.chartControl.Legend.Name      = "Default Legend";
     this.chartControl.Location         = new System.Drawing.Point(12, 38);
     this.chartControl.Name             = "chartControl";
     this.chartControl.SeriesDataMember = "EffectiveDate";
     series1.Name = "Exchange History";
     series1.View = stepLineSeriesView1;
     this.chartControl.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chartControl.SeriesTemplate.ArgumentDataMember           = "EffectiveDate";
     this.chartControl.SeriesTemplate.SeriesDataMember             = "EffectiveDate";
     this.chartControl.SeriesTemplate.ValueDataMembersSerializable = "Mid";
     this.chartControl.Size     = new System.Drawing.Size(869, 613);
     this.chartControl.TabIndex = 8;
     this.chartControl.Visible  = false;
     //
     // ExchangeDataView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(893, 663);
     this.Controls.Add(this.chartControl);
     this.Controls.Add(this.toggleSwitch);
     this.Controls.Add(this.marqueeProgressBar);
     this.Controls.Add(this.btnGo);
     this.Controls.Add(this.cmbCurrency);
     this.Controls.Add(this.dateEditTo);
     this.Controls.Add(this.dateEditFrom);
     this.Controls.Add(this.gridControl);
     this.Name = "ExchangeDataView";
     this.Text = "Exchange Rates - Polish Zloty";
     ((System.ComponentModel.ISupportInitialize)(this.gridControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditFrom.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditFrom.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditTo.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditTo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbCurrency.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.marqueeProgressBar.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.toggleSwitch.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stepLineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources     = new System.ComponentModel.ComponentResourceManager(typeof(Mnl_DdLine));
     DevExpress.XtraCharts.XYDiagram          xyDiagram1          = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series             series1             = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.StepLineSeriesView stepLineSeriesView1 = new DevExpress.XtraCharts.StepLineSeriesView();
     DevExpress.XtraCharts.LineSeriesView     lineSeriesView1     = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.ChartTitle         chartTitle1         = new DevExpress.XtraCharts.ChartTitle();
     this.gridControl1        = new DevExpress.XtraGrid.GridControl();
     this.gridView1           = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn5         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn7         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn8         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn9         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn10        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn11        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn12        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn13        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.panelControl1       = new DevExpress.XtraEditors.PanelControl();
     this.simpleButton5       = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton3       = new DevExpress.XtraEditors.SimpleButton();
     this.radioGroup1         = new DevExpress.XtraEditors.RadioGroup();
     this.simpleButton1       = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton2       = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton4       = new DevExpress.XtraEditors.SimpleButton();
     this.comboBoxEdit1       = new DevExpress.XtraEditors.ComboBoxEdit();
     this.dateEdit2           = new DevExpress.XtraEditors.DateEdit();
     this.dateEdit1           = new DevExpress.XtraEditors.DateEdit();
     this.labelControl2       = new DevExpress.XtraEditors.LabelControl();
     this.labelControl3       = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1       = new DevExpress.XtraEditors.LabelControl();
     this.saveFileDialog1     = new System.Windows.Forms.SaveFileDialog();
     this.barSubItem6         = new DevExpress.XtraBars.BarSubItem();
     this.barSubItem7         = new DevExpress.XtraBars.BarSubItem();
     this.barSubItem8         = new DevExpress.XtraBars.BarSubItem();
     this.barSubItem9         = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItem1      = new DevExpress.XtraBars.BarButtonItem();
     this.chart               = new DevExpress.XtraCharts.ChartControl();
     this.layoutControl1      = new DevExpress.XtraLayout.LayoutControl();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem2  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem3  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem1  = new DevExpress.XtraLayout.LayoutControlItem();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radioGroup1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stepLineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     this.SuspendLayout();
     //
     // gridControl1
     //
     this.gridControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.gridControl1.Location = new System.Drawing.Point(3, 82);
     this.gridControl1.MainView = this.gridView1;
     this.gridControl1.Name     = "gridControl1";
     this.gridControl1.Size     = new System.Drawing.Size(1008, 70);
     this.gridControl1.TabIndex = 10;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // gridView1
     //
     this.gridView1.Appearance.GroupPanel.ForeColor            = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.gridView1.Appearance.GroupPanel.Options.UseForeColor = true;
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn1,
         this.gridColumn2,
         this.gridColumn5,
         this.gridColumn6,
         this.gridColumn7,
         this.gridColumn8,
         this.gridColumn9,
         this.gridColumn10,
         this.gridColumn11,
         this.gridColumn12,
         this.gridColumn13
     });
     this.gridView1.GridControl                = this.gridControl1;
     this.gridView1.GroupPanelText             = "提示:双击曲线查看当前时间点的详细信息";
     this.gridView1.Name                       = "gridView1";
     this.gridView1.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption   = "位置/类型";
     this.gridColumn1.FieldName = "名称及类型";
     this.gridColumn1.Name      = "gridColumn1";
     this.gridColumn1.OptionsColumn.AllowEdit  = false;
     this.gridColumn1.OptionsColumn.AllowFocus = false;
     this.gridColumn1.OptionsColumn.ReadOnly   = true;
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 0;
     this.gridColumn1.Width        = 214;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption   = "报警/断电状态";
     this.gridColumn2.FieldName = "报警断电状态";
     this.gridColumn2.Name      = "gridColumn2";
     this.gridColumn2.OptionsColumn.AllowEdit  = false;
     this.gridColumn2.OptionsColumn.AllowFocus = false;
     this.gridColumn2.OptionsColumn.ReadOnly   = true;
     this.gridColumn2.Visible      = true;
     this.gridColumn2.VisibleIndex = 1;
     this.gridColumn2.Width        = 76;
     //
     // gridColumn5
     //
     this.gridColumn5.Caption   = "时间范围";
     this.gridColumn5.FieldName = "读值时区";
     this.gridColumn5.Name      = "gridColumn5";
     this.gridColumn5.OptionsColumn.AllowEdit  = false;
     this.gridColumn5.OptionsColumn.AllowFocus = false;
     this.gridColumn5.OptionsColumn.ReadOnly   = true;
     this.gridColumn5.Visible      = true;
     this.gridColumn5.VisibleIndex = 2;
     this.gridColumn5.Width        = 164;
     //
     // gridColumn6
     //
     this.gridColumn6.Caption   = "当前时间";
     this.gridColumn6.FieldName = "读值时刻";
     this.gridColumn6.Name      = "gridColumn6";
     this.gridColumn6.OptionsColumn.AllowEdit  = false;
     this.gridColumn6.OptionsColumn.AllowFocus = false;
     this.gridColumn6.OptionsColumn.ReadOnly   = true;
     this.gridColumn6.Visible      = true;
     this.gridColumn6.VisibleIndex = 3;
     this.gridColumn6.Width        = 65;
     //
     // gridColumn7
     //
     this.gridColumn7.Caption   = "开机效率";
     this.gridColumn7.FieldName = "开机效率";
     this.gridColumn7.Name      = "gridColumn7";
     this.gridColumn7.OptionsColumn.AllowEdit  = false;
     this.gridColumn7.OptionsColumn.AllowFocus = false;
     this.gridColumn7.OptionsColumn.ReadOnly   = true;
     this.gridColumn7.Visible      = true;
     this.gridColumn7.VisibleIndex = 4;
     this.gridColumn7.Width        = 65;
     //
     // gridColumn8
     //
     this.gridColumn8.Caption   = "开机时间";
     this.gridColumn8.FieldName = "开机时间";
     this.gridColumn8.Name      = "gridColumn8";
     this.gridColumn8.OptionsColumn.AllowEdit  = false;
     this.gridColumn8.OptionsColumn.AllowFocus = false;
     this.gridColumn8.OptionsColumn.ReadOnly   = true;
     this.gridColumn8.Visible      = true;
     this.gridColumn8.VisibleIndex = 5;
     this.gridColumn8.Width        = 65;
     //
     // gridColumn9
     //
     this.gridColumn9.Caption   = "开停次数";
     this.gridColumn9.FieldName = "开停次数";
     this.gridColumn9.Name      = "gridColumn9";
     this.gridColumn9.OptionsColumn.AllowEdit  = false;
     this.gridColumn9.OptionsColumn.AllowFocus = false;
     this.gridColumn9.OptionsColumn.ReadOnly   = true;
     this.gridColumn9.Visible      = true;
     this.gridColumn9.VisibleIndex = 6;
     this.gridColumn9.Width        = 65;
     //
     // gridColumn10
     //
     this.gridColumn10.Caption   = "报警/解除";
     this.gridColumn10.FieldName = "报警/解除";
     this.gridColumn10.Name      = "gridColumn10";
     this.gridColumn10.OptionsColumn.AllowEdit  = false;
     this.gridColumn10.OptionsColumn.AllowFocus = false;
     this.gridColumn10.OptionsColumn.ReadOnly   = true;
     this.gridColumn10.Visible      = true;
     this.gridColumn10.VisibleIndex = 7;
     this.gridColumn10.Width        = 65;
     //
     // gridColumn11
     //
     this.gridColumn11.Caption   = "断电/复电";
     this.gridColumn11.FieldName = "断电/复电";
     this.gridColumn11.Name      = "gridColumn11";
     this.gridColumn11.OptionsColumn.AllowEdit  = false;
     this.gridColumn11.OptionsColumn.AllowFocus = false;
     this.gridColumn11.OptionsColumn.ReadOnly   = true;
     this.gridColumn11.Visible      = true;
     this.gridColumn11.VisibleIndex = 8;
     this.gridColumn11.Width        = 65;
     //
     // gridColumn12
     //
     this.gridColumn12.Caption   = "馈电状态";
     this.gridColumn12.FieldName = "馈电状态";
     this.gridColumn12.Name      = "gridColumn12";
     this.gridColumn12.OptionsColumn.AllowEdit  = false;
     this.gridColumn12.OptionsColumn.AllowFocus = false;
     this.gridColumn12.OptionsColumn.ReadOnly   = true;
     this.gridColumn12.Visible      = true;
     this.gridColumn12.VisibleIndex = 9;
     this.gridColumn12.Width        = 65;
     //
     // gridColumn13
     //
     this.gridColumn13.Caption   = "措施/时刻";
     this.gridColumn13.FieldName = "措施及时刻";
     this.gridColumn13.Name      = "gridColumn13";
     this.gridColumn13.OptionsColumn.AllowEdit  = false;
     this.gridColumn13.OptionsColumn.AllowFocus = false;
     this.gridColumn13.OptionsColumn.ReadOnly   = true;
     this.gridColumn13.Visible      = true;
     this.gridColumn13.VisibleIndex = 10;
     this.gridColumn13.Width        = 81;
     //
     // panelControl1
     //
     this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.panelControl1.Controls.Add(this.simpleButton5);
     this.panelControl1.Controls.Add(this.simpleButton3);
     this.panelControl1.Controls.Add(this.radioGroup1);
     this.panelControl1.Controls.Add(this.simpleButton1);
     this.panelControl1.Controls.Add(this.simpleButton2);
     this.panelControl1.Controls.Add(this.simpleButton4);
     this.panelControl1.Controls.Add(this.comboBoxEdit1);
     this.panelControl1.Controls.Add(this.dateEdit2);
     this.panelControl1.Controls.Add(this.dateEdit1);
     this.panelControl1.Controls.Add(this.labelControl2);
     this.panelControl1.Controls.Add(this.labelControl3);
     this.panelControl1.Controls.Add(this.labelControl1);
     this.panelControl1.Location = new System.Drawing.Point(3, 3);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(1008, 75);
     this.panelControl1.TabIndex = 11;
     //
     // simpleButton5
     //
     this.simpleButton5.Image    = ((System.Drawing.Image)(resources.GetObject("simpleButton5.Image")));
     this.simpleButton5.Location = new System.Drawing.Point(720, 3);
     this.simpleButton5.Name     = "simpleButton5";
     this.simpleButton5.Size     = new System.Drawing.Size(64, 30);
     this.simpleButton5.TabIndex = 107;
     this.simpleButton5.Text     = "向后";
     this.simpleButton5.Click   += new System.EventHandler(this.simpleButton5_Click);
     //
     // simpleButton3
     //
     this.simpleButton3.Image    = ((System.Drawing.Image)(resources.GetObject("simpleButton3.Image")));
     this.simpleButton3.Location = new System.Drawing.Point(648, 3);
     this.simpleButton3.Name     = "simpleButton3";
     this.simpleButton3.Size     = new System.Drawing.Size(64, 30);
     this.simpleButton3.TabIndex = 108;
     this.simpleButton3.Text     = "向前";
     this.simpleButton3.Click   += new System.EventHandler(this.simpleButton3_Click);
     //
     // radioGroup1
     //
     this.radioGroup1.Location = new System.Drawing.Point(388, 8);
     this.radioGroup1.Name     = "radioGroup1";
     this.radioGroup1.Properties.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.radioGroup1.Properties.Appearance.Options.UseBackColor = true;
     this.radioGroup1.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
         new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "活动测点"),
         new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "所有测点")
     });
     this.radioGroup1.Size                  = new System.Drawing.Size(183, 23);
     this.radioGroup1.TabIndex              = 103;
     this.radioGroup1.SelectedIndexChanged += new System.EventHandler(this.radioGroup1_SelectedIndexChanged);
     //
     // simpleButton1
     //
     this.simpleButton1.Image    = ((System.Drawing.Image)(resources.GetObject("simpleButton1.Image")));
     this.simpleButton1.Location = new System.Drawing.Point(577, 3);
     this.simpleButton1.Name     = "simpleButton1";
     this.simpleButton1.Size     = new System.Drawing.Size(63, 30);
     this.simpleButton1.TabIndex = 3;
     this.simpleButton1.Text     = "查询";
     this.simpleButton1.Click   += new System.EventHandler(this.simpleButton1_Click);
     //
     // simpleButton2
     //
     this.simpleButton2.Image    = ((System.Drawing.Image)(resources.GetObject("simpleButton2.Image")));
     this.simpleButton2.Location = new System.Drawing.Point(666, 38);
     this.simpleButton2.Name     = "simpleButton2";
     this.simpleButton2.Size     = new System.Drawing.Size(81, 30);
     this.simpleButton2.TabIndex = 3;
     this.simpleButton2.Text     = "导出图片";
     this.simpleButton2.Click   += new System.EventHandler(this.simpleButton2_Click);
     //
     // simpleButton4
     //
     this.simpleButton4.Image    = ((System.Drawing.Image)(resources.GetObject("simpleButton4.Image")));
     this.simpleButton4.Location = new System.Drawing.Point(578, 37);
     this.simpleButton4.Name     = "simpleButton4";
     this.simpleButton4.Size     = new System.Drawing.Size(81, 30);
     this.simpleButton4.TabIndex = 3;
     this.simpleButton4.Text     = "打印";
     this.simpleButton4.Click   += new System.EventHandler(this.simpleButton4_Click);
     //
     // comboBoxEdit1
     //
     this.comboBoxEdit1.Location = new System.Drawing.Point(70, 34);
     this.comboBoxEdit1.Name     = "comboBoxEdit1";
     this.comboBoxEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.comboBoxEdit1.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.comboBoxEdit1.Size     = new System.Drawing.Size(302, 20);
     this.comboBoxEdit1.TabIndex = 2;
     //
     // dateEdit2
     //
     this.dateEdit2.EditValue = null;
     this.dateEdit2.Location  = new System.Drawing.Point(227, 9);
     this.dateEdit2.Name      = "dateEdit2";
     this.dateEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEdit2.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEdit2.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.dateEdit2.Size              = new System.Drawing.Size(145, 20);
     this.dateEdit2.TabIndex          = 1;
     this.dateEdit2.EditValueChanged += new System.EventHandler(this.dateEdit2_EditValueChanged);
     //
     // dateEdit1
     //
     this.dateEdit1.EditValue = null;
     this.dateEdit1.Location  = new System.Drawing.Point(71, 9);
     this.dateEdit1.Name      = "dateEdit1";
     this.dateEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEdit1.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEdit1.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.dateEdit1.Size              = new System.Drawing.Size(150, 20);
     this.dateEdit1.TabIndex          = 1;
     this.dateEdit1.EditValueChanged += new System.EventHandler(this.dateEdit1_EditValueChanged);
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(172, 12);
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(12, 14);
     this.labelControl2.TabIndex = 0;
     this.labelControl2.Text     = "至";
     //
     // labelControl3
     //
     this.labelControl3.Location = new System.Drawing.Point(9, 37);
     this.labelControl3.Name     = "labelControl3";
     this.labelControl3.Size     = new System.Drawing.Size(60, 14);
     this.labelControl3.TabIndex = 0;
     this.labelControl3.Text     = "选择测点:";
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(9, 12);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(60, 14);
     this.labelControl1.TabIndex = 0;
     this.labelControl1.Text     = "选择日期:";
     //
     // saveFileDialog1
     //
     this.saveFileDialog1.Filter = "图片文件|*.png";
     //
     // barSubItem6
     //
     this.barSubItem6.Caption = "BMP";
     this.barSubItem6.Id      = 7;
     this.barSubItem6.Name    = "barSubItem6";
     //
     // barSubItem7
     //
     this.barSubItem7.Caption = "JPG";
     this.barSubItem7.Id      = 8;
     this.barSubItem7.Name    = "barSubItem7";
     //
     // barSubItem8
     //
     this.barSubItem8.Caption = "PNG";
     this.barSubItem8.Id      = 9;
     this.barSubItem8.Name    = "barSubItem8";
     //
     // barSubItem9
     //
     this.barSubItem9.Caption = "GIF";
     this.barSubItem9.Id      = 10;
     this.barSubItem9.Name    = "barSubItem9";
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption = "barButtonItem1";
     this.barButtonItem1.Id      = 1;
     this.barButtonItem1.Name    = "barButtonItem1";
     //
     // chart
     //
     this.chart.CrosshairOptions.ArgumentLineColor           = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.chart.CrosshairOptions.GroupHeaderPattern          = "{A:yyyy-MM-dd HH:mm:ss}";
     this.chart.CrosshairOptions.ShowArgumentLabels          = true;
     this.chart.CrosshairOptions.ShowGroupHeaders            = false;
     this.chart.CrosshairOptions.ShowValueLabels             = true;
     this.chart.CrosshairOptions.ShowValueLine               = true;
     this.chart.CrosshairOptions.ValueLineColor              = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     xyDiagram1.AxisX.DateTimeScaleOptions.AggregateFunction = DevExpress.XtraCharts.AggregateFunction.None;
     xyDiagram1.AxisX.DateTimeScaleOptions.MeasureUnit       = DevExpress.XtraCharts.DateTimeMeasureUnit.Second;
     xyDiagram1.AxisX.Label.DateTimeOptions.AutoFormat       = false;
     xyDiagram1.AxisX.Label.DateTimeOptions.Format           = DevExpress.XtraCharts.DateTimeFormat.Custom;
     xyDiagram1.AxisX.VisibleInPanesSerializable             = "-1";
     xyDiagram1.AxisY.Label.NumericOptions.Format            = DevExpress.XtraCharts.NumericFormat.Number;
     xyDiagram1.AxisY.Label.NumericOptions.Precision         = 0;
     xyDiagram1.AxisY.NumericScaleOptions.AutoGrid           = false;
     xyDiagram1.AxisY.VisibleInPanesSerializable             = "-1";
     xyDiagram1.AxisY.VisualRange.Auto                 = false;
     xyDiagram1.AxisY.VisualRange.AutoSideMargins      = false;
     xyDiagram1.AxisY.VisualRange.MaxValueSerializable = "2";
     xyDiagram1.AxisY.VisualRange.MinValueSerializable = "0";
     xyDiagram1.AxisY.VisualRange.SideMarginsValue     = 0D;
     xyDiagram1.AxisY.WholeRange.Auto                 = false;
     xyDiagram1.AxisY.WholeRange.AutoSideMargins      = false;
     xyDiagram1.AxisY.WholeRange.MaxValueSerializable = "2";
     xyDiagram1.AxisY.WholeRange.MinValueSerializable = "0";
     xyDiagram1.AxisY.WholeRange.SideMarginsValue     = 0D;
     xyDiagram1.EnableAxisXScrolling = true;
     xyDiagram1.EnableAxisXZooming   = true;
     this.chart.Diagram = xyDiagram1;
     this.chart.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.chart.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside;
     this.chart.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.chart.Legend.Font        = new System.Drawing.Font("Tahoma", 10F);
     this.chart.Location           = new System.Drawing.Point(3, 156);
     this.chart.Name               = "chart";
     series1.ArgumentScaleType     = DevExpress.XtraCharts.ScaleType.DateTime;
     series1.CrosshairLabelPattern = "{S} : {V:F2}";
     series1.Name = "模拟量断电曲线";
     series1.View = stepLineSeriesView1;
     this.chart.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chart.SeriesTemplate.View = lineSeriesView1;
     this.chart.Size     = new System.Drawing.Size(1008, 582);
     this.chart.TabIndex = 13;
     chartTitle1.Font    = new System.Drawing.Font("Tahoma", 12F);
     chartTitle1.Text    = "模拟量断电曲线图";
     this.chart.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     this.chart.ToolTipOptions.ShowForPoints = false;
     this.chart.CustomDrawCrosshair         += new DevExpress.XtraCharts.CustomDrawCrosshairEventHandler(this.chart_CustomDrawCrosshair);
     this.chart.MouseDoubleClick            += new System.Windows.Forms.MouseEventHandler(this.chart_MouseClick);
     this.chart.MouseDown += new System.Windows.Forms.MouseEventHandler(this.DevUCChart_MouseDown);
     this.chart.MouseMove += new System.Windows.Forms.MouseEventHandler(this.DevUCChart_MouseMove);
     this.chart.MouseUp   += new System.Windows.Forms.MouseEventHandler(this.DevUCChart_MouseUp);
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.panelControl1);
     this.layoutControl1.Controls.Add(this.chart);
     this.layoutControl1.Controls.Add(this.gridControl1);
     this.layoutControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(0, 0);
     this.layoutControl1.Name     = "layoutControl1";
     this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(429, 207, 250, 350);
     this.layoutControl1.Root     = this.layoutControlGroup1;
     this.layoutControl1.Size     = new System.Drawing.Size(1014, 741);
     this.layoutControl1.TabIndex = 14;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.CustomizationFormText       = "layoutControlGroup1";
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem2,
         this.layoutControlItem3,
         this.layoutControlItem1
     });
     this.layoutControlGroup1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name        = "layoutControlGroup1";
     this.layoutControlGroup1.Padding     = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1);
     this.layoutControlGroup1.Size        = new System.Drawing.Size(1014, 741);
     this.layoutControlGroup1.Text        = "layoutControlGroup1";
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.gridControl1;
     this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
     this.layoutControlItem2.Location = new System.Drawing.Point(0, 79);
     this.layoutControlItem2.Name     = "layoutControlItem2";
     this.layoutControlItem2.Size     = new System.Drawing.Size(1012, 74);
     this.layoutControlItem2.Text     = "layoutControlItem2";
     this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextToControlDistance = 0;
     this.layoutControlItem2.TextVisible           = false;
     this.layoutControlItem2.Visibility            = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control = this.chart;
     this.layoutControlItem3.CustomizationFormText = "layoutControlItem3";
     this.layoutControlItem3.Location = new System.Drawing.Point(0, 153);
     this.layoutControlItem3.Name     = "layoutControlItem3";
     this.layoutControlItem3.Size     = new System.Drawing.Size(1012, 586);
     this.layoutControlItem3.Text     = "layoutControlItem3";
     this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem3.TextToControlDistance = 0;
     this.layoutControlItem3.TextVisible           = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.panelControl1;
     this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
     this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.Name     = "layoutControlItem1";
     this.layoutControlItem1.Size     = new System.Drawing.Size(1012, 79);
     this.layoutControlItem1.Text     = "layoutControlItem1";
     this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextToControlDistance = 0;
     this.layoutControlItem1.TextVisible           = false;
     //
     // Mnl_DdLine
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1014, 741);
     this.Controls.Add(this.layoutControl1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "Mnl_DdLine";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "模拟量断电曲线图";
     this.Load         += new System.EventHandler(this.Mnl_DdLine_Load);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     this.panelControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radioGroup1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stepLineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.XYDiagram          xyDiagram1          = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.XYDiagramPane      xyDiagramPane1      = new DevExpress.XtraCharts.XYDiagramPane();
     DevExpress.XtraCharts.XYDiagramPane      xyDiagramPane2      = 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.PointSeriesLabel   pointSeriesLabel1   = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.StepLineSeriesView stepLineSeriesView1 = new DevExpress.XtraCharts.StepLineSeriesView();
     DevExpress.XtraCharts.Series             series2             = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel   pointSeriesLabel2   = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.StepLineSeriesView stepLineSeriesView2 = new DevExpress.XtraCharts.StepLineSeriesView();
     DevExpress.XtraCharts.Series             series3             = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel   pointSeriesLabel3   = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.StepLineSeriesView stepLineSeriesView3 = new DevExpress.XtraCharts.StepLineSeriesView();
     DevExpress.XtraCharts.ChartTitle         chartTitle1         = new DevExpress.XtraCharts.ChartTitle();
     this.ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl();
     this.chart          = new DevExpress.XtraCharts.ChartControl();
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stepLineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stepLineSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stepLineSeriesView3)).BeginInit();
     this.SuspendLayout();
     //
     // ribbonControl1
     //
     this.ribbonControl1.ExpandCollapseItem.Id = 0;
     this.ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.ribbonControl1.ExpandCollapseItem
     });
     this.ribbonControl1.Location                  = new System.Drawing.Point(0, 0);
     this.ribbonControl1.MaxItemId                 = 1;
     this.ribbonControl1.Name                      = "ribbonControl1";
     this.ribbonControl1.ShowApplicationButton     = DevExpress.Utils.DefaultBoolean.False;
     this.ribbonControl1.ShowPageHeadersMode       = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Hide;
     this.ribbonControl1.ShowToolbarCustomizeItem  = false;
     this.ribbonControl1.Size                      = new System.Drawing.Size(909, 27);
     this.ribbonControl1.Toolbar.ShowCustomizeItem = false;
     //
     // chart
     //
     this.chart.CrosshairOptions.ArgumentLineColor           = System.Drawing.Color.DeepSkyBlue;
     this.chart.CrosshairOptions.ArgumentLineStyle.Thickness = 2;
     this.chart.CrosshairOptions.GroupHeaderPattern          = "{A:yyyy-MM-dd HH:mm:ss}";
     this.chart.CrosshairOptions.ShowOnlyInFocusedPane       = false;
     xyDiagram1.AxisX.DateTimeScaleOptions.AggregateFunction = DevExpress.XtraCharts.AggregateFunction.Maximum;
     xyDiagram1.AxisX.DateTimeScaleOptions.AutoGrid          = false;
     xyDiagram1.AxisX.DateTimeScaleOptions.GridSpacing       = 31D;
     xyDiagram1.AxisX.DateTimeScaleOptions.ScaleMode         = DevExpress.XtraCharts.ScaleMode.Automatic;
     xyDiagram1.AxisX.Label.DateTimeOptions.AutoFormat       = false;
     xyDiagram1.AxisX.Label.DateTimeOptions.Format           = DevExpress.XtraCharts.DateTimeFormat.Custom;
     xyDiagram1.AxisX.VisibleInPanesSerializable             = "1";
     xyDiagram1.AxisY.Label.NumericOptions.Format            = DevExpress.XtraCharts.NumericFormat.Number;
     xyDiagram1.AxisY.Label.NumericOptions.Precision         = 0;
     xyDiagram1.AxisY.NumericScaleOptions.AutoGrid           = false;
     xyDiagram1.AxisY.VisibleInPanesSerializable             = "-1";
     xyDiagram1.AxisY.VisualRange.Auto                 = false;
     xyDiagram1.AxisY.VisualRange.AutoSideMargins      = false;
     xyDiagram1.AxisY.VisualRange.MaxValueSerializable = "2";
     xyDiagram1.AxisY.VisualRange.MinValueSerializable = "0";
     xyDiagram1.AxisY.VisualRange.SideMarginsValue     = 0D;
     xyDiagram1.AxisY.WholeRange.AlwaysShowZeroLevel   = false;
     xyDiagram1.AxisY.WholeRange.Auto                 = false;
     xyDiagram1.AxisY.WholeRange.AutoSideMargins      = false;
     xyDiagram1.AxisY.WholeRange.MaxValueSerializable = "2";
     xyDiagram1.AxisY.WholeRange.MinValueSerializable = "0";
     xyDiagram1.AxisY.WholeRange.SideMarginsValue     = 0D;
     xyDiagram1.DefaultPane.ScrollBarOptions.XAxisScrollBarVisible = false;
     xyDiagram1.DefaultPane.ScrollBarOptions.YAxisScrollBarVisible = false;
     xyDiagram1.DefaultPane.Weight   = 3D;
     xyDiagram1.EnableAxisXScrolling = true;
     xyDiagram1.EnableAxisXZooming   = true;
     xyDiagram1.PaneDistance         = 4;
     xyDiagramPane1.Name             = "Pane 1";
     xyDiagramPane1.PaneID           = 0;
     xyDiagramPane1.ScrollBarOptions.XAxisScrollBarVisible = false;
     xyDiagramPane1.ScrollBarOptions.YAxisScrollBarVisible = false;
     xyDiagramPane1.Weight = 3D;
     xyDiagramPane2.Name   = "Pane 2";
     xyDiagramPane2.PaneID = 1;
     xyDiagramPane2.ScrollBarOptions.YAxisScrollBarVisible = false;
     xyDiagramPane2.Weight = 3D;
     xyDiagram1.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] {
         xyDiagramPane1,
         xyDiagramPane2
     });
     secondaryAxisY1.Alignment = DevExpress.XtraCharts.AxisAlignment.Near;
     secondaryAxisY1.AxisID    = 0;
     secondaryAxisY1.GridLines.MinorVisible         = true;
     secondaryAxisY1.GridLines.Visible              = true;
     secondaryAxisY1.Label.NumericOptions.Format    = DevExpress.XtraCharts.NumericFormat.Number;
     secondaryAxisY1.Label.NumericOptions.Precision = 0;
     secondaryAxisY1.Name = "secondaryAxisY1";
     secondaryAxisY1.NumericScaleOptions.AutoGrid = false;
     secondaryAxisY1.Title.Font    = new System.Drawing.Font("Tahoma", 10F);
     secondaryAxisY1.Title.Text    = "";
     secondaryAxisY1.Title.Visible = true;
     secondaryAxisY1.VisibleInPanesSerializable       = "0";
     secondaryAxisY1.VisualRange.Auto                 = false;
     secondaryAxisY1.VisualRange.AutoSideMargins      = false;
     secondaryAxisY1.VisualRange.MaxValueSerializable = "2";
     secondaryAxisY1.VisualRange.MinValueSerializable = "0";
     secondaryAxisY1.VisualRange.SideMarginsValue     = 0D;
     secondaryAxisY1.WholeRange.Auto                 = false;
     secondaryAxisY1.WholeRange.AutoSideMargins      = false;
     secondaryAxisY1.WholeRange.MaxValueSerializable = "2";
     secondaryAxisY1.WholeRange.MinValueSerializable = "0";
     secondaryAxisY1.WholeRange.SideMarginsValue     = 0D;
     secondaryAxisY2.Alignment = DevExpress.XtraCharts.AxisAlignment.Near;
     secondaryAxisY2.AxisID    = 1;
     secondaryAxisY2.GridLines.MinorVisible         = true;
     secondaryAxisY2.GridLines.Visible              = true;
     secondaryAxisY2.Label.NumericOptions.Format    = DevExpress.XtraCharts.NumericFormat.Number;
     secondaryAxisY2.Label.NumericOptions.Precision = 0;
     secondaryAxisY2.Name = "secondaryAxisY2";
     secondaryAxisY2.NumericScaleOptions.AutoGrid = false;
     secondaryAxisY2.Title.Font    = new System.Drawing.Font("Tahoma", 10F);
     secondaryAxisY2.Title.Text    = "";
     secondaryAxisY2.Title.Visible = true;
     secondaryAxisY2.VisibleInPanesSerializable       = "1";
     secondaryAxisY2.VisualRange.Auto                 = false;
     secondaryAxisY2.VisualRange.AutoSideMargins      = false;
     secondaryAxisY2.VisualRange.MaxValueSerializable = "2";
     secondaryAxisY2.VisualRange.MinValueSerializable = "0";
     secondaryAxisY2.VisualRange.SideMarginsValue     = 0D;
     secondaryAxisY2.WholeRange.Auto                 = false;
     secondaryAxisY2.WholeRange.AutoSideMargins      = false;
     secondaryAxisY2.WholeRange.MaxValueSerializable = "2";
     secondaryAxisY2.WholeRange.MinValueSerializable = "0";
     secondaryAxisY2.WholeRange.SideMarginsValue     = 0D;
     xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY1,
         secondaryAxisY2
     });
     this.chart.Diagram = xyDiagram1;
     this.chart.Dock    = System.Windows.Forms.DockStyle.Fill;
     this.chart.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.chart.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside;
     this.chart.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.chart.Location       = new System.Drawing.Point(0, 27);
     this.chart.Name           = "chart";
     series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
     pointSeriesLabel1.Angle   = 90;
     series1.Label             = pointSeriesLabel1;
     series1.Name = "Temperature (F)";
     series1.View = stepLineSeriesView1;
     series2.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
     pointSeriesLabel2.Angle   = 90;
     series2.Label             = pointSeriesLabel2;
     series2.Name = "系列1";
     stepLineSeriesView2.AxisYName = "secondaryAxisY1";
     stepLineSeriesView2.PaneName  = "Pane 1";
     series2.View = stepLineSeriesView2;
     series3.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
     pointSeriesLabel3.Angle   = 90;
     series3.Label             = pointSeriesLabel3;
     series3.Name = "系列2";
     stepLineSeriesView3.AxisYName = "secondaryAxisY2";
     stepLineSeriesView3.PaneName  = "Pane 2";
     series3.View = stepLineSeriesView3;
     this.chart.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2,
         series3
     };
     this.chart.Size     = new System.Drawing.Size(909, 478);
     this.chart.TabIndex = 4;
     chartTitle1.Text    = "开关量多点同屏";
     this.chart.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     this.chart.ToolTipOptions.ShowForPoints = false;
     //
     // Frm_KglLineWithScreen
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(909, 505);
     this.Controls.Add(this.chart);
     this.Controls.Add(this.ribbonControl1);
     this.Name   = "Frm_KglLineWithScreen";
     this.Ribbon = this.ribbonControl1;
     this.Text   = "开关量曲线(多点同屏)";
     this.Load  += new System.EventHandler(this.Frm_KglLineWithScreen_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stepLineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stepLineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stepLineSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.XYDiagram          xyDiagram1          = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series             series1             = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.StepLineSeriesView stepLineSeriesView1 = new DevExpress.XtraCharts.StepLineSeriesView();
     DevExpress.XtraCharts.LineSeriesView     lineSeriesView1     = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.ChartTitle         chartTitle1         = new DevExpress.XtraCharts.ChartTitle();
     this.ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl();
     this.chart          = new DevExpress.XtraCharts.ChartControl();
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stepLineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     this.SuspendLayout();
     //
     // ribbonControl1
     //
     this.ribbonControl1.ExpandCollapseItem.Id = 0;
     this.ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.ribbonControl1.ExpandCollapseItem
     });
     this.ribbonControl1.Location                  = new System.Drawing.Point(0, 0);
     this.ribbonControl1.MaxItemId                 = 1;
     this.ribbonControl1.Name                      = "ribbonControl1";
     this.ribbonControl1.ShowApplicationButton     = DevExpress.Utils.DefaultBoolean.False;
     this.ribbonControl1.ShowPageHeadersMode       = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Hide;
     this.ribbonControl1.ShowToolbarCustomizeItem  = false;
     this.ribbonControl1.Size                      = new System.Drawing.Size(933, 27);
     this.ribbonControl1.Toolbar.ShowCustomizeItem = false;
     //
     // chart
     //
     this.chart.CrosshairOptions.ArgumentLineColor     = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.chart.CrosshairOptions.GroupHeaderPattern    = "{A:yyyy-MM-dd HH:mm:ss}";
     this.chart.CrosshairOptions.ShowArgumentLabels    = true;
     this.chart.CrosshairOptions.ShowValueLabels       = true;
     this.chart.CrosshairOptions.ShowValueLine         = true;
     this.chart.CrosshairOptions.ValueLineColor        = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     xyDiagram1.AxisX.DateTimeScaleOptions.AutoGrid    = false;
     xyDiagram1.AxisX.DateTimeScaleOptions.GridSpacing = 12D;
     xyDiagram1.AxisX.DateTimeScaleOptions.ScaleMode   = DevExpress.XtraCharts.ScaleMode.Automatic;
     xyDiagram1.AxisX.Label.DateTimeOptions.AutoFormat = false;
     xyDiagram1.AxisX.Label.DateTimeOptions.Format     = DevExpress.XtraCharts.DateTimeFormat.Custom;
     xyDiagram1.AxisX.VisibleInPanesSerializable       = "-1";
     xyDiagram1.AxisY.Label.NumericOptions.Format      = DevExpress.XtraCharts.NumericFormat.Number;
     xyDiagram1.AxisY.Label.NumericOptions.Precision   = 0;
     xyDiagram1.AxisY.NumericScaleOptions.AutoGrid     = false;
     xyDiagram1.AxisY.VisibleInPanesSerializable       = "-1";
     xyDiagram1.AxisY.VisualRange.Auto                 = false;
     xyDiagram1.AxisY.VisualRange.AutoSideMargins      = false;
     xyDiagram1.AxisY.VisualRange.MaxValueSerializable = "2";
     xyDiagram1.AxisY.VisualRange.MinValueSerializable = "0";
     xyDiagram1.AxisY.VisualRange.SideMarginsValue     = 0D;
     xyDiagram1.AxisY.WholeRange.Auto                 = false;
     xyDiagram1.AxisY.WholeRange.AutoSideMargins      = false;
     xyDiagram1.AxisY.WholeRange.MaxValueSerializable = "2";
     xyDiagram1.AxisY.WholeRange.MinValueSerializable = "0";
     xyDiagram1.AxisY.WholeRange.SideMarginsValue     = 0D;
     xyDiagram1.EnableAxisXScrolling = true;
     xyDiagram1.EnableAxisXZooming   = true;
     this.chart.Diagram = xyDiagram1;
     this.chart.Dock    = System.Windows.Forms.DockStyle.Fill;
     this.chart.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.chart.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside;
     this.chart.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.chart.Location           = new System.Drawing.Point(0, 27);
     this.chart.Name               = "chart";
     series1.ArgumentScaleType     = DevExpress.XtraCharts.ScaleType.DateTime;
     series1.CrosshairLabelPattern = "{S} : {V:F2}";
     series1.Name = "seriesEurUsd";
     stepLineSeriesView1.LineStyle.Thickness = 5;
     series1.View = stepLineSeriesView1;
     this.chart.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chart.SeriesTemplate.View = lineSeriesView1;
     this.chart.Size     = new System.Drawing.Size(933, 465);
     this.chart.TabIndex = 5;
     chartTitle1.Text    = "开关量曲线图";
     this.chart.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     this.chart.ToolTipOptions.ShowForPoints = false;
     //
     // Frm_KglLineChart
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(933, 492);
     this.Controls.Add(this.chart);
     this.Controls.Add(this.ribbonControl1);
     this.Name   = "Frm_KglLineChart";
     this.Ribbon = this.ribbonControl1;
     this.Text   = "开关量曲线图";
     this.Load  += new System.EventHandler(this.Frm_KglLineChart_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stepLineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.XYDiagram                xyDiagram1            = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series                   series1               = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.StepLineSeriesView       stepLineSeriesView1   = new DevExpress.XtraCharts.StepLineSeriesView();
     DevExpress.XtraCharts.Series                   series2               = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.LineSeriesView           lineSeriesView1       = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.LineSeriesView           lineSeriesView2       = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.ChartTitle               chartTitle1           = new DevExpress.XtraCharts.ChartTitle();
     DevExpress.XtraGrid.StyleFormatCondition       styleFormatCondition1 = new DevExpress.XtraGrid.StyleFormatCondition();
     DevExpress.XtraGrid.StyleFormatCondition       styleFormatCondition2 = new DevExpress.XtraGrid.StyleFormatCondition();
     System.ComponentModel.ComponentResourceManager resources             = new System.ComponentModel.ComponentResourceManager(typeof(Mnl_McLine));
     this.gridColumnState     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.chart               = new DevExpress.XtraCharts.ChartControl();
     this.layoutControl1      = new DevExpress.XtraLayout.LayoutControl();
     this.groupControl1       = new DevExpress.XtraEditors.GroupControl();
     this.gridControl2        = new DevExpress.XtraGrid.GridControl();
     this.gridView2           = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn10        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn11        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn1         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.panelControl1       = new DevExpress.XtraEditors.PanelControl();
     this.checkEdit10         = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit11         = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit12         = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit13         = new DevExpress.XtraEditors.CheckEdit();
     this.labelControl6       = new DevExpress.XtraEditors.LabelControl();
     this.QueryByPoint        = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit3          = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit2          = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit1          = new DevExpress.XtraEditors.CheckEdit();
     this.btn_next            = new DevExpress.XtraEditors.SimpleButton();
     this.btn_pre             = new DevExpress.XtraEditors.SimpleButton();
     this.radioGroup1         = new DevExpress.XtraEditors.RadioGroup();
     this.simpleButton1       = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton2       = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton4       = new DevExpress.XtraEditors.SimpleButton();
     this.comboBoxEdit2       = new DevExpress.XtraEditors.ComboBoxEdit();
     this.comboBoxEdit1       = new DevExpress.XtraEditors.ComboBoxEdit();
     this.dateEdit2           = new DevExpress.XtraEditors.DateEdit();
     this.dateEdit1           = new DevExpress.XtraEditors.DateEdit();
     this.labelControl7       = new DevExpress.XtraEditors.LabelControl();
     this.labelControl4       = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2       = new DevExpress.XtraEditors.LabelControl();
     this.labelControl3       = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1       = new DevExpress.XtraEditors.LabelControl();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem2  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem4  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem1  = new DevExpress.XtraLayout.LayoutControlItem();
     this.saveFileDialog1     = new System.Windows.Forms.SaveFileDialog();
     ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stepLineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit10.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit11.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit12.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit13.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.QueryByPoint.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit3.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radioGroup1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     this.SuspendLayout();
     //
     // gridColumnState
     //
     this.gridColumnState.Caption   = "设备状态编号";
     this.gridColumnState.FieldName = "state";
     this.gridColumnState.Name      = "gridColumnState";
     //
     // chart
     //
     this.chart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                | System.Windows.Forms.AnchorStyles.Left)
                                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.chart.CrosshairOptions.ArgumentLineColor           = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.chart.CrosshairOptions.GroupHeaderPattern          = "{A:yyyy-MM-dd HH:mm:ss.fff}";
     this.chart.CrosshairOptions.ShowArgumentLabels          = true;
     this.chart.CrosshairOptions.ShowGroupHeaders            = false;
     this.chart.CrosshairOptions.ValueLineColor              = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     xyDiagram1.AxisX.DateTimeScaleOptions.AggregateFunction = DevExpress.XtraCharts.AggregateFunction.None;
     xyDiagram1.AxisX.DateTimeScaleOptions.MeasureUnit       = DevExpress.XtraCharts.DateTimeMeasureUnit.Millisecond;
     xyDiagram1.AxisX.Label.DateTimeOptions.AutoFormat       = false;
     xyDiagram1.AxisX.Label.DateTimeOptions.Format           = DevExpress.XtraCharts.DateTimeFormat.Custom;
     xyDiagram1.AxisX.Label.DateTimeOptions.FormatString     = "yyyy-MM-dd HH:mm:ss.fff";
     xyDiagram1.AxisX.VisibleInPanesSerializable             = "-1";
     xyDiagram1.AxisY.Label.NumericOptions.Format            = DevExpress.XtraCharts.NumericFormat.Number;
     xyDiagram1.AxisY.VisibleInPanesSerializable             = "-1";
     xyDiagram1.AxisY.VisualRange.Auto                 = false;
     xyDiagram1.AxisY.VisualRange.AutoSideMargins      = false;
     xyDiagram1.AxisY.VisualRange.MaxValueSerializable = "10";
     xyDiagram1.AxisY.VisualRange.MinValueSerializable = "0";
     xyDiagram1.AxisY.VisualRange.SideMarginsValue     = 0D;
     xyDiagram1.AxisY.WholeRange.AlwaysShowZeroLevel   = false;
     xyDiagram1.AxisY.WholeRange.Auto                 = false;
     xyDiagram1.AxisY.WholeRange.AutoSideMargins      = false;
     xyDiagram1.AxisY.WholeRange.MaxValueSerializable = "10";
     xyDiagram1.AxisY.WholeRange.MinValueSerializable = "0";
     xyDiagram1.AxisY.WholeRange.SideMarginsValue     = 0D;
     xyDiagram1.EnableAxisXScrolling = true;
     xyDiagram1.EnableAxisXZooming   = true;
     this.chart.Diagram = xyDiagram1;
     this.chart.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.chart.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside;
     this.chart.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.chart.Legend.Font          = new System.Drawing.Font("Tahoma", 10F);
     this.chart.Legend.UseCheckBoxes = true;
     this.chart.Location             = new System.Drawing.Point(3, 83);
     this.chart.Name               = "chart";
     series1.ArgumentScaleType     = DevExpress.XtraCharts.ScaleType.DateTime;
     series1.CrosshairLabelPattern = "{S} : {V:F2}";
     series1.Name = "密采值";
     stepLineSeriesView1.LineStyle.Thickness = 1;
     series1.View = stepLineSeriesView1;
     series2.ArgumentScaleType     = DevExpress.XtraCharts.ScaleType.DateTime;
     series2.CheckedInLegend       = false;
     series2.CrosshairLabelPattern = "{S} : {V:F2}";
     series2.Name = "移动值";
     lineSeriesView1.LineStyle.Thickness = 1;
     series2.View = lineSeriesView1;
     this.chart.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     this.chart.SeriesTemplate.View = lineSeriesView2;
     this.chart.Size     = new System.Drawing.Size(849, 593);
     this.chart.TabIndex = 7;
     chartTitle1.Font    = new System.Drawing.Font("Tahoma", 12F);
     chartTitle1.Text    = "模拟量密采曲线";
     this.chart.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     this.chart.ToolTipOptions.ShowForPoints = false;
     this.chart.CustomDrawCrosshair         += new DevExpress.XtraCharts.CustomDrawCrosshairEventHandler(this.chart_CustomDrawCrosshair);
     this.chart.CustomDrawSeriesPoint       += new DevExpress.XtraCharts.CustomDrawSeriesPointEventHandler(this.chart_CustomDrawSeriesPoint);
     this.chart.MouseDown += new System.Windows.Forms.MouseEventHandler(this.DevUCChart_MouseDown);
     this.chart.MouseMove += new System.Windows.Forms.MouseEventHandler(this.DevUCChart_MouseMove);
     this.chart.MouseUp   += new System.Windows.Forms.MouseEventHandler(this.DevUCChart_MouseUp);
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.groupControl1);
     this.layoutControl1.Controls.Add(this.chart);
     this.layoutControl1.Controls.Add(this.panelControl1);
     this.layoutControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(0, 0);
     this.layoutControl1.Name     = "layoutControl1";
     this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(377, 261, 250, 350);
     this.layoutControl1.Root     = this.layoutControlGroup1;
     this.layoutControl1.Size     = new System.Drawing.Size(1223, 679);
     this.layoutControl1.TabIndex = 15;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // groupControl1
     //
     this.groupControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.groupControl1.Controls.Add(this.gridControl2);
     this.groupControl1.Location = new System.Drawing.Point(856, 83);
     this.groupControl1.Name     = "groupControl1";
     this.groupControl1.Size     = new System.Drawing.Size(364, 593);
     this.groupControl1.TabIndex = 18;
     this.groupControl1.Text     = "密采详细信息时间浏览表";
     //
     // gridControl2
     //
     this.gridControl2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gridControl2.Location = new System.Drawing.Point(2, 22);
     this.gridControl2.MainView = this.gridView2;
     this.gridControl2.Name     = "gridControl2";
     this.gridControl2.Size     = new System.Drawing.Size(360, 569);
     this.gridControl2.TabIndex = 4;
     this.gridControl2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView2
     });
     //
     // gridView2
     //
     this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn10,
         this.gridColumn11,
         this.gridColumn2,
         this.gridColumn1,
         this.gridColumnState
     });
     styleFormatCondition1.Appearance.Font                 = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     styleFormatCondition1.Appearance.ForeColor            = System.Drawing.Color.Green;
     styleFormatCondition1.Appearance.Options.UseFont      = true;
     styleFormatCondition1.Appearance.Options.UseForeColor = true;
     styleFormatCondition1.ApplyToRow                      = true;
     styleFormatCondition1.Column                          = this.gridColumnState;
     styleFormatCondition1.Condition                       = DevExpress.XtraGrid.FormatConditionEnum.Equal;
     styleFormatCondition1.Value1                          = "24";
     styleFormatCondition2.Appearance.Font                 = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     styleFormatCondition2.Appearance.ForeColor            = System.Drawing.Color.Blue;
     styleFormatCondition2.Appearance.Options.UseFont      = true;
     styleFormatCondition2.Appearance.Options.UseForeColor = true;
     styleFormatCondition2.ApplyToRow                      = true;
     styleFormatCondition2.Column                          = this.gridColumnState;
     styleFormatCondition2.Condition                       = DevExpress.XtraGrid.FormatConditionEnum.Equal;
     styleFormatCondition2.Value1                          = "42";
     this.gridView2.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
         styleFormatCondition1,
         styleFormatCondition2
     });
     this.gridView2.GridControl    = this.gridControl2;
     this.gridView2.GroupPanelText = "状态变化时间浏览表";
     this.gridView2.Name           = "gridView2";
     this.gridView2.OptionsSelection.EnableAppearanceFocusedCell   = false;
     this.gridView2.OptionsSelection.EnableAppearanceFocusedRow    = false;
     this.gridView2.OptionsSelection.EnableAppearanceHideSelection = false;
     this.gridView2.OptionsSelection.UseIndicatorForSelection      = false;
     this.gridView2.OptionsView.ShowGroupPanel = false;
     this.gridView2.RowCellStyle += new DevExpress.XtraGrid.Views.Grid.RowCellStyleEventHandler(this.gridView2_RowCellStyle);
     //
     // gridColumn10
     //
     this.gridColumn10.Caption = "时间";
     this.gridColumn10.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.gridColumn10.FieldName = "Timer";
     this.gridColumn10.Name      = "gridColumn10";
     this.gridColumn10.OptionsColumn.AllowEdit  = false;
     this.gridColumn10.OptionsColumn.AllowFocus = false;
     this.gridColumn10.OptionsColumn.ReadOnly   = true;
     this.gridColumn10.Visible      = true;
     this.gridColumn10.VisibleIndex = 0;
     this.gridColumn10.Width        = 156;
     //
     // gridColumn11
     //
     this.gridColumn11.Caption   = "当前值";
     this.gridColumn11.FieldName = "A";
     this.gridColumn11.Name      = "gridColumn11";
     this.gridColumn11.OptionsColumn.AllowEdit  = false;
     this.gridColumn11.OptionsColumn.AllowFocus = false;
     this.gridColumn11.OptionsColumn.ReadOnly   = true;
     this.gridColumn11.Visible      = true;
     this.gridColumn11.VisibleIndex = 1;
     this.gridColumn11.Width        = 80;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption      = "状态";
     this.gridColumn2.FieldName    = "typetext";
     this.gridColumn2.Name         = "gridColumn2";
     this.gridColumn2.Visible      = true;
     this.gridColumn2.VisibleIndex = 2;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption      = "设备状态";
     this.gridColumn1.FieldName    = "statetext";
     this.gridColumn1.Name         = "gridColumn1";
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 3;
     //
     // panelControl1
     //
     this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.panelControl1.Controls.Add(this.checkEdit10);
     this.panelControl1.Controls.Add(this.checkEdit11);
     this.panelControl1.Controls.Add(this.checkEdit12);
     this.panelControl1.Controls.Add(this.checkEdit13);
     this.panelControl1.Controls.Add(this.labelControl6);
     this.panelControl1.Controls.Add(this.QueryByPoint);
     this.panelControl1.Controls.Add(this.checkEdit3);
     this.panelControl1.Controls.Add(this.checkEdit2);
     this.panelControl1.Controls.Add(this.checkEdit1);
     this.panelControl1.Controls.Add(this.btn_next);
     this.panelControl1.Controls.Add(this.btn_pre);
     this.panelControl1.Controls.Add(this.radioGroup1);
     this.panelControl1.Controls.Add(this.simpleButton1);
     this.panelControl1.Controls.Add(this.simpleButton2);
     this.panelControl1.Controls.Add(this.simpleButton4);
     this.panelControl1.Controls.Add(this.comboBoxEdit2);
     this.panelControl1.Controls.Add(this.comboBoxEdit1);
     this.panelControl1.Controls.Add(this.dateEdit2);
     this.panelControl1.Controls.Add(this.dateEdit1);
     this.panelControl1.Controls.Add(this.labelControl7);
     this.panelControl1.Controls.Add(this.labelControl4);
     this.panelControl1.Controls.Add(this.labelControl2);
     this.panelControl1.Controls.Add(this.labelControl3);
     this.panelControl1.Controls.Add(this.labelControl1);
     this.panelControl1.Location = new System.Drawing.Point(2, 2);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(1219, 78);
     this.panelControl1.TabIndex = 16;
     //
     // checkEdit10
     //
     this.checkEdit10.Location           = new System.Drawing.Point(892, 8);
     this.checkEdit10.Name               = "checkEdit10";
     this.checkEdit10.Properties.Caption = "复电值";
     this.checkEdit10.Size               = new System.Drawing.Size(75, 19);
     this.checkEdit10.TabIndex           = 103;
     this.checkEdit10.CheckedChanged    += new System.EventHandler(this.checkEdit10_CheckedChanged);
     //
     // checkEdit11
     //
     this.checkEdit11.EditValue          = true;
     this.checkEdit11.Location           = new System.Drawing.Point(834, 7);
     this.checkEdit11.Name               = "checkEdit11";
     this.checkEdit11.Properties.Caption = "断电值";
     this.checkEdit11.Size               = new System.Drawing.Size(75, 19);
     this.checkEdit11.TabIndex           = 104;
     this.checkEdit11.CheckedChanged    += new System.EventHandler(this.checkEdit11_CheckedChanged);
     //
     // checkEdit12
     //
     this.checkEdit12.EditValue          = true;
     this.checkEdit12.Location           = new System.Drawing.Point(774, 8);
     this.checkEdit12.Name               = "checkEdit12";
     this.checkEdit12.Properties.Caption = "报警值";
     this.checkEdit12.Size               = new System.Drawing.Size(75, 19);
     this.checkEdit12.TabIndex           = 105;
     this.checkEdit12.CheckedChanged    += new System.EventHandler(this.checkEdit12_CheckedChanged);
     //
     // checkEdit13
     //
     this.checkEdit13.Location           = new System.Drawing.Point(712, 8);
     this.checkEdit13.Name               = "checkEdit13";
     this.checkEdit13.Properties.Caption = "预警值";
     this.checkEdit13.Size               = new System.Drawing.Size(75, 19);
     this.checkEdit13.TabIndex           = 102;
     this.checkEdit13.CheckedChanged    += new System.EventHandler(this.checkEdit13_CheckedChanged);
     //
     // labelControl6
     //
     this.labelControl6.Location = new System.Drawing.Point(659, 10);
     this.labelControl6.Name     = "labelControl6";
     this.labelControl6.Size     = new System.Drawing.Size(60, 14);
     this.labelControl6.TabIndex = 101;
     this.labelControl6.Text     = "阈值设置:";
     //
     // QueryByPoint
     //
     this.QueryByPoint.Location           = new System.Drawing.Point(1186, 39);
     this.QueryByPoint.Margin             = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.QueryByPoint.Name               = "QueryByPoint";
     this.QueryByPoint.Properties.Caption = "按测点号合并";
     this.QueryByPoint.Size               = new System.Drawing.Size(98, 19);
     this.QueryByPoint.TabIndex           = 102;
     this.QueryByPoint.Visible            = false;
     //
     // checkEdit3
     //
     this.checkEdit3.Location           = new System.Drawing.Point(1189, 12);
     this.checkEdit3.Margin             = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.checkEdit3.Name               = "checkEdit3";
     this.checkEdit3.Properties.Caption = "直接查询";
     this.checkEdit3.Size               = new System.Drawing.Size(72, 19);
     this.checkEdit3.TabIndex           = 102;
     this.checkEdit3.Visible            = false;
     this.checkEdit3.CheckedChanged    += new System.EventHandler(this.checkEdit3_CheckedChanged);
     //
     // checkEdit2
     //
     this.checkEdit2.Location           = new System.Drawing.Point(580, 7);
     this.checkEdit2.Margin             = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.checkEdit2.Name               = "checkEdit2";
     this.checkEdit2.Properties.Caption = "数据过滤";
     this.checkEdit2.Size               = new System.Drawing.Size(86, 19);
     this.checkEdit2.TabIndex           = 108;
     this.checkEdit2.Visible            = false;
     this.checkEdit2.CheckedChanged    += new System.EventHandler(this.checkEdit1_CheckedChanged);
     //
     // checkEdit1
     //
     this.checkEdit1.Location           = new System.Drawing.Point(792, 38);
     this.checkEdit1.Margin             = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.checkEdit1.Name               = "checkEdit1";
     this.checkEdit1.Properties.Caption = "叠加显示";
     this.checkEdit1.Size               = new System.Drawing.Size(86, 19);
     this.checkEdit1.TabIndex           = 108;
     this.checkEdit1.CheckedChanged    += new System.EventHandler(this.checkEdit1_CheckedChanged);
     //
     // btn_next
     //
     this.btn_next.Image    = ((System.Drawing.Image)(resources.GetObject("btn_next.Image")));
     this.btn_next.Location = new System.Drawing.Point(1109, 7);
     this.btn_next.Name     = "btn_next";
     this.btn_next.Size     = new System.Drawing.Size(68, 30);
     this.btn_next.TabIndex = 106;
     this.btn_next.Text     = "向后";
     this.btn_next.Click   += new System.EventHandler(this.btn_next_Click);
     //
     // btn_pre
     //
     this.btn_pre.Image    = ((System.Drawing.Image)(resources.GetObject("btn_pre.Image")));
     this.btn_pre.Location = new System.Drawing.Point(1035, 7);
     this.btn_pre.Name     = "btn_pre";
     this.btn_pre.Size     = new System.Drawing.Size(68, 30);
     this.btn_pre.TabIndex = 107;
     this.btn_pre.Text     = "向前";
     this.btn_pre.Click   += new System.EventHandler(this.btn_pre_Click);
     //
     // radioGroup1
     //
     this.radioGroup1.Location = new System.Drawing.Point(350, 35);
     this.radioGroup1.Name     = "radioGroup1";
     this.radioGroup1.Properties.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.radioGroup1.Properties.Appearance.Options.UseBackColor = true;
     this.radioGroup1.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
         new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "活动测点"),
         new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "所有测点")
     });
     this.radioGroup1.Size                  = new System.Drawing.Size(183, 23);
     this.radioGroup1.TabIndex              = 101;
     this.radioGroup1.SelectedIndexChanged += new System.EventHandler(this.radioGroup1_SelectedIndexChanged);
     //
     // simpleButton1
     //
     this.simpleButton1.Image    = ((System.Drawing.Image)(resources.GetObject("simpleButton1.Image")));
     this.simpleButton1.Location = new System.Drawing.Point(970, 6);
     this.simpleButton1.Name     = "simpleButton1";
     this.simpleButton1.Size     = new System.Drawing.Size(59, 30);
     this.simpleButton1.TabIndex = 3;
     this.simpleButton1.Text     = "查询";
     this.simpleButton1.Click   += new System.EventHandler(this.simpleButton1_Click);
     //
     // simpleButton2
     //
     this.simpleButton2.Image    = ((System.Drawing.Image)(resources.GetObject("simpleButton2.Image")));
     this.simpleButton2.Location = new System.Drawing.Point(1064, 41);
     this.simpleButton2.Name     = "simpleButton2";
     this.simpleButton2.Size     = new System.Drawing.Size(86, 30);
     this.simpleButton2.TabIndex = 3;
     this.simpleButton2.Text     = "导出图片";
     this.simpleButton2.Click   += new System.EventHandler(this.simpleButton2_Click);
     //
     // simpleButton4
     //
     this.simpleButton4.Image    = ((System.Drawing.Image)(resources.GetObject("simpleButton4.Image")));
     this.simpleButton4.Location = new System.Drawing.Point(970, 41);
     this.simpleButton4.Name     = "simpleButton4";
     this.simpleButton4.Size     = new System.Drawing.Size(88, 30);
     this.simpleButton4.TabIndex = 3;
     this.simpleButton4.Text     = "打印";
     this.simpleButton4.Click   += new System.EventHandler(this.simpleButton4_Click);
     //
     // comboBoxEdit2
     //
     this.comboBoxEdit2.EditValue = "密采值";
     this.comboBoxEdit2.Location  = new System.Drawing.Point(475, 7);
     this.comboBoxEdit2.Name      = "comboBoxEdit2";
     this.comboBoxEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.comboBoxEdit2.Properties.Items.AddRange(new object[] {
         "密采值",
         "1分钟",
         "1小时"
     });
     this.comboBoxEdit2.Size     = new System.Drawing.Size(101, 20);
     this.comboBoxEdit2.TabIndex = 2;
     //
     // comboBoxEdit1
     //
     this.comboBoxEdit1.Location = new System.Drawing.Point(65, 38);
     this.comboBoxEdit1.Name     = "comboBoxEdit1";
     this.comboBoxEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.comboBoxEdit1.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.comboBoxEdit1.Size                  = new System.Drawing.Size(278, 20);
     this.comboBoxEdit1.TabIndex              = 2;
     this.comboBoxEdit1.SelectedIndexChanged += new System.EventHandler(this.comboBoxEdit1_SelectedIndexChanged);
     //
     // dateEdit2
     //
     this.dateEdit2.EditValue = null;
     this.dateEdit2.Location  = new System.Drawing.Point(246, 9);
     this.dateEdit2.Name      = "dateEdit2";
     this.dateEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEdit2.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEdit2.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.dateEdit2.Size              = new System.Drawing.Size(169, 20);
     this.dateEdit2.TabIndex          = 1;
     this.dateEdit2.EditValueChanged += new System.EventHandler(this.dateEdit2_EditValueChanged);
     //
     // dateEdit1
     //
     this.dateEdit1.EditValue = null;
     this.dateEdit1.Location  = new System.Drawing.Point(65, 9);
     this.dateEdit1.Name      = "dateEdit1";
     this.dateEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEdit1.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEdit1.Properties.CalendarTimeProperties.EditFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
     this.dateEdit1.Properties.CalendarTimeProperties.Mask.EditMask           = "yyyy-MM-dd HH:mm:ss";
     this.dateEdit1.Properties.CalendarView = DevExpress.XtraEditors.Repository.CalendarView.Vista;
     this.dateEdit1.Properties.DisplayFormat.FormatString = "G";
     this.dateEdit1.Properties.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.dateEdit1.Properties.EditFormat.FormatString    = "G";
     this.dateEdit1.Properties.EditFormat.FormatType      = DevExpress.Utils.FormatType.DateTime;
     this.dateEdit1.Properties.Mask.EditMask    = "G";
     this.dateEdit1.Properties.TextEditStyle    = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.dateEdit1.Properties.VistaDisplayMode = DevExpress.Utils.DefaultBoolean.True;
     this.dateEdit1.Size              = new System.Drawing.Size(175, 20);
     this.dateEdit1.TabIndex          = 1;
     this.dateEdit1.EditValueChanged += new System.EventHandler(this.dateEdit1_EditValueChanged);
     //
     // labelControl7
     //
     this.labelControl7.Location = new System.Drawing.Point(228, 15);
     this.labelControl7.Name     = "labelControl7";
     this.labelControl7.Size     = new System.Drawing.Size(12, 14);
     this.labelControl7.TabIndex = 0;
     this.labelControl7.Text     = "至";
     //
     // labelControl4
     //
     this.labelControl4.Location = new System.Drawing.Point(418, 10);
     this.labelControl4.Name     = "labelControl4";
     this.labelControl4.Size     = new System.Drawing.Size(60, 14);
     this.labelControl4.TabIndex = 0;
     this.labelControl4.Text     = "时间间隔:";
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(172, 12);
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(12, 14);
     this.labelControl2.TabIndex = 0;
     this.labelControl2.Text     = "至";
     //
     // labelControl3
     //
     this.labelControl3.Location = new System.Drawing.Point(10, 41);
     this.labelControl3.Name     = "labelControl3";
     this.labelControl3.Size     = new System.Drawing.Size(60, 14);
     this.labelControl3.TabIndex = 0;
     this.labelControl3.Text     = "选择测点:";
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(10, 10);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(60, 14);
     this.labelControl1.TabIndex = 0;
     this.labelControl1.Text     = "选择日期:";
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.CustomizationFormText       = "layoutControlGroup1";
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem2,
         this.layoutControlItem4,
         this.layoutControlItem1
     });
     this.layoutControlGroup1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name        = "layoutControlGroup1";
     this.layoutControlGroup1.Padding     = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1);
     this.layoutControlGroup1.Size        = new System.Drawing.Size(1223, 679);
     this.layoutControlGroup1.Text        = "layoutControlGroup1";
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.chart;
     this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
     this.layoutControlItem2.Location = new System.Drawing.Point(0, 80);
     this.layoutControlItem2.Name     = "layoutControlItem2";
     this.layoutControlItem2.Size     = new System.Drawing.Size(853, 597);
     this.layoutControlItem2.Text     = "layoutControlItem2";
     this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextToControlDistance = 0;
     this.layoutControlItem2.TextVisible           = false;
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control = this.groupControl1;
     this.layoutControlItem4.CustomizationFormText = "layoutControlItem4";
     this.layoutControlItem4.Location = new System.Drawing.Point(853, 80);
     this.layoutControlItem4.Name     = "layoutControlItem4";
     this.layoutControlItem4.Size     = new System.Drawing.Size(368, 597);
     this.layoutControlItem4.Text     = "layoutControlItem4";
     this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem4.TextToControlDistance = 0;
     this.layoutControlItem4.TextVisible           = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.panelControl1;
     this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
     this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.Name     = "layoutControlItem1";
     this.layoutControlItem1.Padding  = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1);
     this.layoutControlItem1.Size     = new System.Drawing.Size(1221, 80);
     this.layoutControlItem1.Text     = "layoutControlItem1";
     this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextToControlDistance = 0;
     this.layoutControlItem1.TextVisible           = false;
     //
     // saveFileDialog1
     //
     this.saveFileDialog1.Filter = "图片文件|*.png";
     //
     // Mnl_McLine
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1223, 679);
     this.Controls.Add(this.layoutControl1);
     this.Icon  = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name  = "Mnl_McLine";
     this.Text  = "密采曲线";
     this.Load += new System.EventHandler(this.Frm_MnlMcChart_Load);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stepLineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     this.panelControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit10.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit11.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit12.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit13.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.QueryByPoint.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit3.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radioGroup1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #10
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.XYDiagram                xyDiagram1          = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.XYDiagramPane            xyDiagramPane1      = new DevExpress.XtraCharts.XYDiagramPane();
     DevExpress.XtraCharts.XYDiagramPane            xyDiagramPane2      = new DevExpress.XtraCharts.XYDiagramPane();
     DevExpress.XtraCharts.XYDiagramPane            xyDiagramPane3      = new DevExpress.XtraCharts.XYDiagramPane();
     DevExpress.XtraCharts.XYDiagramPane            xyDiagramPane4      = new DevExpress.XtraCharts.XYDiagramPane();
     DevExpress.XtraCharts.XYDiagramPane            xyDiagramPane5      = new DevExpress.XtraCharts.XYDiagramPane();
     DevExpress.XtraCharts.SecondaryAxisY           secondaryAxisY1     = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.SecondaryAxisY           secondaryAxisY2     = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.SecondaryAxisY           secondaryAxisY3     = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.SecondaryAxisY           secondaryAxisY4     = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.SecondaryAxisY           secondaryAxisY5     = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.Series                   series1             = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel         pointSeriesLabel1   = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.StepLineSeriesView       stepLineSeriesView1 = new DevExpress.XtraCharts.StepLineSeriesView();
     DevExpress.XtraCharts.Series                   series2             = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel         pointSeriesLabel2   = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.StepLineSeriesView       stepLineSeriesView2 = new DevExpress.XtraCharts.StepLineSeriesView();
     DevExpress.XtraCharts.Series                   series3             = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel         pointSeriesLabel3   = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.StepLineSeriesView       stepLineSeriesView3 = new DevExpress.XtraCharts.StepLineSeriesView();
     DevExpress.XtraCharts.Series                   series4             = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel         pointSeriesLabel4   = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.StepLineSeriesView       stepLineSeriesView4 = new DevExpress.XtraCharts.StepLineSeriesView();
     DevExpress.XtraCharts.Series                   series5             = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel         pointSeriesLabel5   = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.StepLineSeriesView       stepLineSeriesView5 = new DevExpress.XtraCharts.StepLineSeriesView();
     DevExpress.XtraCharts.Series                   series6             = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel         pointSeriesLabel6   = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.StepLineSeriesView       stepLineSeriesView6 = new DevExpress.XtraCharts.StepLineSeriesView();
     DevExpress.XtraCharts.ChartTitle               chartTitle1         = new DevExpress.XtraCharts.ChartTitle();
     System.ComponentModel.ComponentResourceManager resources           = new System.ComponentModel.ComponentResourceManager(typeof(Kgl_StateLineWidthScreen));
     this.panelControl1       = new DevExpress.XtraEditors.PanelControl();
     this.comboBoxEdit6       = new DevExpress.XtraEditors.ComboBoxEdit();
     this.comboBoxEdit5       = new DevExpress.XtraEditors.ComboBoxEdit();
     this.comboBoxEdit4       = new DevExpress.XtraEditors.ComboBoxEdit();
     this.btn_next            = new DevExpress.XtraEditors.SimpleButton();
     this.btn_pre             = new DevExpress.XtraEditors.SimpleButton();
     this.radioGroup1         = new DevExpress.XtraEditors.RadioGroup();
     this.labelControl5       = new DevExpress.XtraEditors.LabelControl();
     this.checkEdit1          = new DevExpress.XtraEditors.CheckEdit();
     this.simpleButton2       = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton4       = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton1       = new DevExpress.XtraEditors.SimpleButton();
     this.comboBoxEdit3       = new DevExpress.XtraEditors.ComboBoxEdit();
     this.comboBoxEdit2       = new DevExpress.XtraEditors.ComboBoxEdit();
     this.comboBoxEdit1       = new DevExpress.XtraEditors.ComboBoxEdit();
     this.dateEdit1           = new DevExpress.XtraEditors.DateEdit();
     this.labelControl2       = new DevExpress.XtraEditors.LabelControl();
     this.labelControl3       = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1       = new DevExpress.XtraEditors.LabelControl();
     this.saveFileDialog1     = new System.Windows.Forms.SaveFileDialog();
     this.barSubItem6         = new DevExpress.XtraBars.BarSubItem();
     this.barSubItem7         = new DevExpress.XtraBars.BarSubItem();
     this.barSubItem8         = new DevExpress.XtraBars.BarSubItem();
     this.barSubItem9         = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItem1      = new DevExpress.XtraBars.BarButtonItem();
     this.layoutControl1      = new DevExpress.XtraLayout.LayoutControl();
     this.chart               = new DevExpress.XtraCharts.ChartControl();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem2  = new DevExpress.XtraLayout.LayoutControlItem();
     this.checkEdit14         = new DevExpress.XtraEditors.CheckEdit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit6.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit5.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit4.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radioGroup1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit3.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stepLineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stepLineSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stepLineSeriesView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stepLineSeriesView4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stepLineSeriesView5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stepLineSeriesView6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit14.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // panelControl1
     //
     this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.panelControl1.Controls.Add(this.checkEdit14);
     this.panelControl1.Controls.Add(this.comboBoxEdit6);
     this.panelControl1.Controls.Add(this.comboBoxEdit5);
     this.panelControl1.Controls.Add(this.comboBoxEdit4);
     this.panelControl1.Controls.Add(this.btn_next);
     this.panelControl1.Controls.Add(this.btn_pre);
     this.panelControl1.Controls.Add(this.radioGroup1);
     this.panelControl1.Controls.Add(this.labelControl5);
     this.panelControl1.Controls.Add(this.checkEdit1);
     this.panelControl1.Controls.Add(this.simpleButton2);
     this.panelControl1.Controls.Add(this.simpleButton4);
     this.panelControl1.Controls.Add(this.simpleButton1);
     this.panelControl1.Controls.Add(this.comboBoxEdit3);
     this.panelControl1.Controls.Add(this.comboBoxEdit2);
     this.panelControl1.Controls.Add(this.comboBoxEdit1);
     this.panelControl1.Controls.Add(this.dateEdit1);
     this.panelControl1.Controls.Add(this.labelControl2);
     this.panelControl1.Controls.Add(this.labelControl3);
     this.panelControl1.Controls.Add(this.labelControl1);
     this.panelControl1.Location = new System.Drawing.Point(3, 3);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(1175, 147);
     this.panelControl1.TabIndex = 11;
     //
     // comboBoxEdit6
     //
     this.comboBoxEdit6.Location = new System.Drawing.Point(650, 60);
     this.comboBoxEdit6.Name     = "comboBoxEdit6";
     this.comboBoxEdit6.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.comboBoxEdit6.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.comboBoxEdit6.Size     = new System.Drawing.Size(275, 20);
     this.comboBoxEdit6.TabIndex = 112;
     //
     // comboBoxEdit5
     //
     this.comboBoxEdit5.Location = new System.Drawing.Point(355, 60);
     this.comboBoxEdit5.Name     = "comboBoxEdit5";
     this.comboBoxEdit5.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.comboBoxEdit5.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.comboBoxEdit5.Size     = new System.Drawing.Size(289, 20);
     this.comboBoxEdit5.TabIndex = 111;
     //
     // comboBoxEdit4
     //
     this.comboBoxEdit4.Location = new System.Drawing.Point(70, 60);
     this.comboBoxEdit4.Name     = "comboBoxEdit4";
     this.comboBoxEdit4.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.comboBoxEdit4.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.comboBoxEdit4.Size     = new System.Drawing.Size(279, 20);
     this.comboBoxEdit4.TabIndex = 110;
     //
     // btn_next
     //
     this.btn_next.Location = new System.Drawing.Point(618, 6);
     this.btn_next.Name     = "btn_next";
     this.btn_next.Size     = new System.Drawing.Size(68, 23);
     this.btn_next.TabIndex = 108;
     this.btn_next.Text     = "后一天";
     this.btn_next.Click   += new System.EventHandler(this.btn_next_Click);
     //
     // btn_pre
     //
     this.btn_pre.Location = new System.Drawing.Point(544, 6);
     this.btn_pre.Name     = "btn_pre";
     this.btn_pre.Size     = new System.Drawing.Size(68, 23);
     this.btn_pre.TabIndex = 109;
     this.btn_pre.Text     = "前一天";
     this.btn_pre.Click   += new System.EventHandler(this.btn_pre_Click);
     //
     // radioGroup1
     //
     this.radioGroup1.Location = new System.Drawing.Point(848, 6);
     this.radioGroup1.Name     = "radioGroup1";
     this.radioGroup1.Properties.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.radioGroup1.Properties.Appearance.Options.UseBackColor = true;
     this.radioGroup1.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
         new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "已定义测点"),
         new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "已存储测点")
     });
     this.radioGroup1.Size                  = new System.Drawing.Size(183, 23);
     this.radioGroup1.TabIndex              = 101;
     this.radioGroup1.SelectedIndexChanged += new System.EventHandler(this.radioGroup1_SelectedIndexChanged);
     //
     // labelControl5
     //
     this.labelControl5.Appearance.ForeColor = System.Drawing.Color.Gray;
     this.labelControl5.Location             = new System.Drawing.Point(13, 97);
     this.labelControl5.Name     = "labelControl5";
     this.labelControl5.Size     = new System.Drawing.Size(192, 14);
     this.labelControl5.TabIndex = 102;
     this.labelControl5.Text     = "操作提示:鼠标滚轮全局放大或缩小";
     //
     // checkEdit1
     //
     this.checkEdit1.EditValue          = true;
     this.checkEdit1.Location           = new System.Drawing.Point(251, 8);
     this.checkEdit1.Name               = "checkEdit1";
     this.checkEdit1.Properties.Caption = "计算未知状态(系统退出、分站中断)";
     this.checkEdit1.Size               = new System.Drawing.Size(217, 19);
     this.checkEdit1.TabIndex           = 5;
     //
     // simpleButton2
     //
     this.simpleButton2.Location = new System.Drawing.Point(769, 6);
     this.simpleButton2.Name     = "simpleButton2";
     this.simpleButton2.Size     = new System.Drawing.Size(72, 23);
     this.simpleButton2.TabIndex = 3;
     this.simpleButton2.Text     = "导出图片";
     this.simpleButton2.Click   += new System.EventHandler(this.simpleButton2_Click);
     //
     // simpleButton4
     //
     this.simpleButton4.Location = new System.Drawing.Point(692, 6);
     this.simpleButton4.Name     = "simpleButton4";
     this.simpleButton4.Size     = new System.Drawing.Size(72, 23);
     this.simpleButton4.TabIndex = 3;
     this.simpleButton4.Text     = "打印曲线";
     this.simpleButton4.Click   += new System.EventHandler(this.simpleButton4_Click);
     //
     // simpleButton1
     //
     this.simpleButton1.Location = new System.Drawing.Point(474, 6);
     this.simpleButton1.Name     = "simpleButton1";
     this.simpleButton1.Size     = new System.Drawing.Size(64, 23);
     this.simpleButton1.TabIndex = 3;
     this.simpleButton1.Text     = "查询";
     this.simpleButton1.Click   += new System.EventHandler(this.simpleButton1_Click);
     //
     // comboBoxEdit3
     //
     this.comboBoxEdit3.Location = new System.Drawing.Point(650, 34);
     this.comboBoxEdit3.Name     = "comboBoxEdit3";
     this.comboBoxEdit3.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.comboBoxEdit3.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.comboBoxEdit3.Size     = new System.Drawing.Size(275, 20);
     this.comboBoxEdit3.TabIndex = 2;
     //
     // comboBoxEdit2
     //
     this.comboBoxEdit2.Location = new System.Drawing.Point(354, 34);
     this.comboBoxEdit2.Name     = "comboBoxEdit2";
     this.comboBoxEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.comboBoxEdit2.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.comboBoxEdit2.Size     = new System.Drawing.Size(290, 20);
     this.comboBoxEdit2.TabIndex = 2;
     //
     // comboBoxEdit1
     //
     this.comboBoxEdit1.Location = new System.Drawing.Point(69, 34);
     this.comboBoxEdit1.Name     = "comboBoxEdit1";
     this.comboBoxEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.comboBoxEdit1.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.comboBoxEdit1.Size     = new System.Drawing.Size(279, 20);
     this.comboBoxEdit1.TabIndex = 2;
     //
     // dateEdit1
     //
     this.dateEdit1.EditValue = null;
     this.dateEdit1.Location  = new System.Drawing.Point(70, 9);
     this.dateEdit1.Name      = "dateEdit1";
     this.dateEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEdit1.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEdit1.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.dateEdit1.Size              = new System.Drawing.Size(177, 20);
     this.dateEdit1.TabIndex          = 1;
     this.dateEdit1.EditValueChanged += new System.EventHandler(this.dateEdit1_EditValueChanged);
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(172, 12);
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(12, 14);
     this.labelControl2.TabIndex = 0;
     this.labelControl2.Text     = "至";
     //
     // labelControl3
     //
     this.labelControl3.Location = new System.Drawing.Point(12, 37);
     this.labelControl3.Name     = "labelControl3";
     this.labelControl3.Size     = new System.Drawing.Size(60, 14);
     this.labelControl3.TabIndex = 0;
     this.labelControl3.Text     = "选择测点:";
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(13, 11);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(60, 14);
     this.labelControl1.TabIndex = 0;
     this.labelControl1.Text     = "选择日期:";
     //
     // saveFileDialog1
     //
     this.saveFileDialog1.Filter = "图片文件|*.png";
     //
     // barSubItem6
     //
     this.barSubItem6.Caption = "BMP";
     this.barSubItem6.Id      = 7;
     this.barSubItem6.Name    = "barSubItem6";
     //
     // barSubItem7
     //
     this.barSubItem7.Caption = "JPG";
     this.barSubItem7.Id      = 8;
     this.barSubItem7.Name    = "barSubItem7";
     //
     // barSubItem8
     //
     this.barSubItem8.Caption = "PNG";
     this.barSubItem8.Id      = 9;
     this.barSubItem8.Name    = "barSubItem8";
     //
     // barSubItem9
     //
     this.barSubItem9.Caption = "GIF";
     this.barSubItem9.Id      = 10;
     this.barSubItem9.Name    = "barSubItem9";
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption = "barButtonItem1";
     this.barButtonItem1.Id      = 1;
     this.barButtonItem1.Name    = "barButtonItem1";
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.chart);
     this.layoutControl1.Controls.Add(this.panelControl1);
     this.layoutControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(0, 0);
     this.layoutControl1.Name     = "layoutControl1";
     this.layoutControl1.Root     = this.layoutControlGroup1;
     this.layoutControl1.Size     = new System.Drawing.Size(1181, 741);
     this.layoutControl1.TabIndex = 14;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // chart
     //
     this.chart.CrosshairOptions.ArgumentLineColor           = System.Drawing.Color.DeepSkyBlue;
     this.chart.CrosshairOptions.ArgumentLineStyle.Thickness = 2;
     this.chart.CrosshairOptions.ShowArgumentLabels          = true;
     this.chart.CrosshairOptions.ShowGroupHeaders            = false;
     this.chart.CrosshairOptions.ShowOnlyInFocusedPane       = false;
     xyDiagram1.AxisX.DateTimeScaleOptions.AggregateFunction = DevExpress.XtraCharts.AggregateFunction.None;
     xyDiagram1.AxisX.DateTimeScaleOptions.MeasureUnit       = DevExpress.XtraCharts.DateTimeMeasureUnit.Millisecond;
     xyDiagram1.AxisX.Label.DateTimeOptions.AutoFormat       = false;
     xyDiagram1.AxisX.Label.DateTimeOptions.Format           = DevExpress.XtraCharts.DateTimeFormat.Custom;
     xyDiagram1.AxisX.Label.DateTimeOptions.FormatString     = "yyyy-MM-dd HH:mm:ss.fff";
     xyDiagram1.AxisX.VisibleInPanesSerializable             = "";
     xyDiagram1.AxisY.Label.NumericOptions.Format            = DevExpress.XtraCharts.NumericFormat.Number;
     xyDiagram1.AxisY.Label.NumericOptions.Precision         = 0;
     xyDiagram1.AxisY.NumericScaleOptions.AutoGrid           = false;
     xyDiagram1.AxisY.VisibleInPanesSerializable             = "-1";
     xyDiagram1.AxisY.VisualRange.Auto                 = false;
     xyDiagram1.AxisY.VisualRange.AutoSideMargins      = false;
     xyDiagram1.AxisY.VisualRange.MaxValueSerializable = "2";
     xyDiagram1.AxisY.VisualRange.MinValueSerializable = "0";
     xyDiagram1.AxisY.VisualRange.SideMarginsValue     = 0D;
     xyDiagram1.AxisY.WholeRange.AlwaysShowZeroLevel   = false;
     xyDiagram1.AxisY.WholeRange.Auto                 = false;
     xyDiagram1.AxisY.WholeRange.AutoSideMargins      = false;
     xyDiagram1.AxisY.WholeRange.MaxValueSerializable = "2";
     xyDiagram1.AxisY.WholeRange.MinValueSerializable = "0";
     xyDiagram1.AxisY.WholeRange.SideMarginsValue     = 0D;
     xyDiagram1.DefaultPane.ScrollBarOptions.XAxisScrollBarVisible = false;
     xyDiagram1.DefaultPane.ScrollBarOptions.YAxisScrollBarVisible = false;
     xyDiagram1.DefaultPane.Weight       = 3D;
     xyDiagram1.PaneDistance             = 0;
     xyDiagramPane1.EnableAxisXScrolling = DevExpress.Utils.DefaultBoolean.False;
     xyDiagramPane1.Name   = "Pane 1";
     xyDiagramPane1.PaneID = 0;
     xyDiagramPane1.ScrollBarOptions.XAxisScrollBarVisible = false;
     xyDiagramPane1.ScrollBarOptions.YAxisScrollBarVisible = false;
     xyDiagramPane1.Weight = 3D;
     xyDiagramPane2.EnableAxisXScrolling = DevExpress.Utils.DefaultBoolean.False;
     xyDiagramPane2.Name   = "Pane 2";
     xyDiagramPane2.PaneID = 1;
     xyDiagramPane2.ScrollBarOptions.XAxisScrollBarVisible = false;
     xyDiagramPane2.ScrollBarOptions.YAxisScrollBarVisible = false;
     xyDiagramPane2.Weight = 3D;
     xyDiagramPane3.Name   = "Pane 3";
     xyDiagramPane3.PaneID = 2;
     xyDiagramPane3.ScrollBarOptions.XAxisScrollBarVisible = false;
     xyDiagramPane3.ScrollBarOptions.YAxisScrollBarVisible = false;
     xyDiagramPane3.Weight = 3D;
     xyDiagramPane4.Name   = "Pane 4";
     xyDiagramPane4.PaneID = 3;
     xyDiagramPane4.ScrollBarOptions.XAxisScrollBarVisible = false;
     xyDiagramPane4.ScrollBarOptions.YAxisScrollBarVisible = false;
     xyDiagramPane4.Weight = 3D;
     xyDiagramPane5.Name   = "Pane 5";
     xyDiagramPane5.PaneID = 4;
     xyDiagramPane5.ScrollBarOptions.XAxisScrollBarVisible = false;
     xyDiagramPane5.ScrollBarOptions.YAxisScrollBarVisible = false;
     xyDiagramPane5.Weight = 3D;
     xyDiagram1.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] {
         xyDiagramPane1,
         xyDiagramPane2,
         xyDiagramPane3,
         xyDiagramPane4,
         xyDiagramPane5
     });
     secondaryAxisY1.Alignment                      = DevExpress.XtraCharts.AxisAlignment.Near;
     secondaryAxisY1.AxisID                         = 0;
     secondaryAxisY1.GridLines.Visible              = true;
     secondaryAxisY1.Label.NumericOptions.Format    = DevExpress.XtraCharts.NumericFormat.Number;
     secondaryAxisY1.Label.NumericOptions.Precision = 0;
     secondaryAxisY1.Name = "secondaryAxisY1";
     secondaryAxisY1.NumericScaleOptions.AutoGrid = false;
     secondaryAxisY1.Title.Font    = new System.Drawing.Font("Tahoma", 10F);
     secondaryAxisY1.Title.Text    = "";
     secondaryAxisY1.Title.Visible = true;
     secondaryAxisY1.VisibleInPanesSerializable       = "0";
     secondaryAxisY1.VisualRange.Auto                 = false;
     secondaryAxisY1.VisualRange.AutoSideMargins      = false;
     secondaryAxisY1.VisualRange.MaxValueSerializable = "2";
     secondaryAxisY1.VisualRange.MinValueSerializable = "0";
     secondaryAxisY1.VisualRange.SideMarginsValue     = 0D;
     secondaryAxisY1.WholeRange.Auto                 = false;
     secondaryAxisY1.WholeRange.AutoSideMargins      = false;
     secondaryAxisY1.WholeRange.MaxValueSerializable = "2";
     secondaryAxisY1.WholeRange.MinValueSerializable = "0";
     secondaryAxisY1.WholeRange.SideMarginsValue     = 0D;
     secondaryAxisY2.Alignment                      = DevExpress.XtraCharts.AxisAlignment.Near;
     secondaryAxisY2.AxisID                         = 1;
     secondaryAxisY2.GridLines.Visible              = true;
     secondaryAxisY2.Label.NumericOptions.Format    = DevExpress.XtraCharts.NumericFormat.Number;
     secondaryAxisY2.Label.NumericOptions.Precision = 0;
     secondaryAxisY2.Name = "secondaryAxisY2";
     secondaryAxisY2.NumericScaleOptions.AutoGrid = false;
     secondaryAxisY2.Title.Font    = new System.Drawing.Font("Tahoma", 10F);
     secondaryAxisY2.Title.Text    = "";
     secondaryAxisY2.Title.Visible = true;
     secondaryAxisY2.VisibleInPanesSerializable       = "1";
     secondaryAxisY2.VisualRange.Auto                 = false;
     secondaryAxisY2.VisualRange.AutoSideMargins      = false;
     secondaryAxisY2.VisualRange.MaxValueSerializable = "2";
     secondaryAxisY2.VisualRange.MinValueSerializable = "0";
     secondaryAxisY2.VisualRange.SideMarginsValue     = 0D;
     secondaryAxisY2.WholeRange.Auto                 = false;
     secondaryAxisY2.WholeRange.AutoSideMargins      = false;
     secondaryAxisY2.WholeRange.MaxValueSerializable = "2";
     secondaryAxisY2.WholeRange.MinValueSerializable = "0";
     secondaryAxisY2.WholeRange.SideMarginsValue     = 0D;
     secondaryAxisY3.Alignment         = DevExpress.XtraCharts.AxisAlignment.Near;
     secondaryAxisY3.AxisID            = 2;
     secondaryAxisY3.GridLines.Visible = true;
     secondaryAxisY3.Name = "secondaryAxisY3";
     secondaryAxisY3.NumericScaleOptions.AutoGrid = false;
     secondaryAxisY3.Title.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     secondaryAxisY3.VisibleInPanesSerializable       = "2";
     secondaryAxisY3.VisualRange.Auto                 = false;
     secondaryAxisY3.VisualRange.AutoSideMargins      = false;
     secondaryAxisY3.VisualRange.MaxValueSerializable = "2";
     secondaryAxisY3.VisualRange.MinValueSerializable = "0";
     secondaryAxisY3.VisualRange.SideMarginsValue     = 0D;
     secondaryAxisY3.WholeRange.Auto                 = false;
     secondaryAxisY3.WholeRange.AutoSideMargins      = false;
     secondaryAxisY3.WholeRange.MaxValueSerializable = "2";
     secondaryAxisY3.WholeRange.MinValueSerializable = "0";
     secondaryAxisY3.WholeRange.SideMarginsValue     = 0D;
     secondaryAxisY4.Alignment         = DevExpress.XtraCharts.AxisAlignment.Near;
     secondaryAxisY4.AxisID            = 3;
     secondaryAxisY4.GridLines.Visible = true;
     secondaryAxisY4.Name = "secondaryAxisY4";
     secondaryAxisY4.NumericScaleOptions.AutoGrid = false;
     secondaryAxisY4.Title.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     secondaryAxisY4.VisibleInPanesSerializable       = "3";
     secondaryAxisY4.VisualRange.Auto                 = false;
     secondaryAxisY4.VisualRange.AutoSideMargins      = false;
     secondaryAxisY4.VisualRange.MaxValueSerializable = "2";
     secondaryAxisY4.VisualRange.MinValueSerializable = "0";
     secondaryAxisY4.VisualRange.SideMarginsValue     = 0D;
     secondaryAxisY4.WholeRange.Auto                 = false;
     secondaryAxisY4.WholeRange.AutoSideMargins      = false;
     secondaryAxisY4.WholeRange.MaxValueSerializable = "2";
     secondaryAxisY4.WholeRange.MinValueSerializable = "0";
     secondaryAxisY4.WholeRange.SideMarginsValue     = 0D;
     secondaryAxisY5.Alignment         = DevExpress.XtraCharts.AxisAlignment.Near;
     secondaryAxisY5.AxisID            = 4;
     secondaryAxisY5.GridLines.Visible = true;
     secondaryAxisY5.Name = "secondaryAxisY5";
     secondaryAxisY5.NumericScaleOptions.AutoGrid = false;
     secondaryAxisY5.Title.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     secondaryAxisY5.VisibleInPanesSerializable       = "4";
     secondaryAxisY5.VisualRange.Auto                 = false;
     secondaryAxisY5.VisualRange.AutoSideMargins      = false;
     secondaryAxisY5.VisualRange.MaxValueSerializable = "2";
     secondaryAxisY5.VisualRange.MinValueSerializable = "0";
     secondaryAxisY5.VisualRange.SideMarginsValue     = 0D;
     secondaryAxisY5.WholeRange.Auto                 = false;
     secondaryAxisY5.WholeRange.AutoSideMargins      = false;
     secondaryAxisY5.WholeRange.MaxValueSerializable = "2";
     secondaryAxisY5.WholeRange.MinValueSerializable = "0";
     secondaryAxisY5.WholeRange.SideMarginsValue     = 0D;
     xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY1,
         secondaryAxisY2,
         secondaryAxisY3,
         secondaryAxisY4,
         secondaryAxisY5
     });
     this.chart.Diagram = xyDiagram1;
     this.chart.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.chart.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside;
     this.chart.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.chart.Legend.Font        = new System.Drawing.Font("Tahoma", 10F);
     this.chart.Location           = new System.Drawing.Point(3, 154);
     this.chart.Name               = "chart";
     series1.ArgumentScaleType     = DevExpress.XtraCharts.ScaleType.DateTime;
     series1.CrosshairLabelPattern = "{S} : {V:F2}";
     pointSeriesLabel1.Angle       = 90;
     series1.Label                 = pointSeriesLabel1;
     series1.Name                  = "测点1";
     series1.View                  = stepLineSeriesView1;
     series2.ArgumentScaleType     = DevExpress.XtraCharts.ScaleType.DateTime;
     series2.CrosshairLabelPattern = "{S} : {V:F2}";
     pointSeriesLabel2.Angle       = 90;
     series2.Label                 = pointSeriesLabel2;
     series2.Name                  = "测点2";
     stepLineSeriesView2.AxisYName = "secondaryAxisY1";
     stepLineSeriesView2.PaneName  = "Pane 1";
     series2.View                  = stepLineSeriesView2;
     series3.ArgumentScaleType     = DevExpress.XtraCharts.ScaleType.DateTime;
     series3.CrosshairLabelPattern = "{S} : {V:F2}";
     pointSeriesLabel3.Angle       = 90;
     series3.Label                 = pointSeriesLabel3;
     series3.Name                  = "测点3";
     stepLineSeriesView3.AxisYName = "secondaryAxisY2";
     stepLineSeriesView3.PaneName  = "Pane 2";
     series3.View                  = stepLineSeriesView3;
     series4.ArgumentScaleType     = DevExpress.XtraCharts.ScaleType.DateTime;
     series4.CrosshairLabelPattern = "{S} : {V:F2}";
     pointSeriesLabel4.Angle       = 90;
     series4.Label                 = pointSeriesLabel4;
     series4.Name                  = "测点4";
     stepLineSeriesView4.AxisYName = "secondaryAxisY3";
     stepLineSeriesView4.PaneName  = "Pane 3";
     series4.View                  = stepLineSeriesView4;
     series5.ArgumentScaleType     = DevExpress.XtraCharts.ScaleType.DateTime;
     series5.CrosshairLabelPattern = "{S} : {V:F2}";
     pointSeriesLabel5.Angle       = 90;
     series5.Label                 = pointSeriesLabel5;
     series5.Name                  = "测点5";
     stepLineSeriesView5.AxisYName = "secondaryAxisY4";
     stepLineSeriesView5.PaneName  = "Pane 4";
     series5.View                  = stepLineSeriesView5;
     series6.ArgumentScaleType     = DevExpress.XtraCharts.ScaleType.DateTime;
     series6.CrosshairLabelPattern = "{S} : {V:F2}";
     pointSeriesLabel6.Angle       = 90;
     series6.Label                 = pointSeriesLabel6;
     series6.Name                  = "测点6";
     stepLineSeriesView6.AxisYName = "secondaryAxisY5";
     stepLineSeriesView6.PaneName  = "Pane 5";
     series6.View                  = stepLineSeriesView6;
     this.chart.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2,
         series3,
         series4,
         series5,
         series6
     };
     this.chart.Size     = new System.Drawing.Size(1175, 584);
     this.chart.TabIndex = 6;
     chartTitle1.Font    = new System.Drawing.Font("Tahoma", 10F);
     chartTitle1.Text    = "开关量多点同屏";
     this.chart.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     this.chart.ToolTipOptions.ShowForPoints = false;
     this.chart.CustomDrawCrosshair         += new DevExpress.XtraCharts.CustomDrawCrosshairEventHandler(this.chart_CustomDrawCrosshair);
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.CustomizationFormText       = "layoutControlGroup1";
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem1,
         this.layoutControlItem2
     });
     this.layoutControlGroup1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name        = "layoutControlGroup1";
     this.layoutControlGroup1.Padding     = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1);
     this.layoutControlGroup1.Size        = new System.Drawing.Size(1181, 741);
     this.layoutControlGroup1.Text        = "layoutControlGroup1";
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.panelControl1;
     this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
     this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.Name     = "layoutControlItem1";
     this.layoutControlItem1.Size     = new System.Drawing.Size(1179, 151);
     this.layoutControlItem1.Text     = "layoutControlItem1";
     this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextToControlDistance = 0;
     this.layoutControlItem1.TextVisible           = false;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.chart;
     this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
     this.layoutControlItem2.Location = new System.Drawing.Point(0, 151);
     this.layoutControlItem2.Name     = "layoutControlItem2";
     this.layoutControlItem2.Size     = new System.Drawing.Size(1179, 588);
     this.layoutControlItem2.Text     = "layoutControlItem2";
     this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextToControlDistance = 0;
     this.layoutControlItem2.TextVisible           = false;
     //
     // checkEdit14
     //
     this.checkEdit14.Location           = new System.Drawing.Point(211, 94);
     this.checkEdit14.Margin             = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.checkEdit14.Name               = "checkEdit14";
     this.checkEdit14.Properties.Caption = "未知显示0";
     this.checkEdit14.Size               = new System.Drawing.Size(80, 19);
     this.checkEdit14.TabIndex           = 124;
     //
     // Kgl_StateLineWidthScreen
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1181, 741);
     this.Controls.Add(this.layoutControl1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "Kgl_StateLineWidthScreen";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "开关量多点同屏曲线图";
     this.Load         += new System.EventHandler(this.Kgl_StateLineWidthScreen_Load);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     this.panelControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit6.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit5.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit4.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radioGroup1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit3.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stepLineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stepLineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stepLineSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stepLineSeriesView4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stepLineSeriesView5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stepLineSeriesView6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit14.Properties)).EndInit();
     this.ResumeLayout(false);
 }