/// <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.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.PointSeriesView pointSeriesView1 = new DevExpress.XtraCharts.PointSeriesView();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel3 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView2 = new DevExpress.XtraCharts.LineSeriesView();
            this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).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)(pointSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
            this.SuspendLayout();
            // 
            // chartControl1
            // 
            xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisX.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1;0";
            xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisY.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram1.EnableAxisXScrolling = true;
            xyDiagram1.EnableAxisXZooming = true;
            xyDiagramPane1.Name = "Pane 1";
            xyDiagramPane1.PaneID = 0;
            xyDiagramPane1.Weight = 0.6D;
            xyDiagram1.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] {
            xyDiagramPane1});
            secondaryAxisY1.Alignment = DevExpress.XtraCharts.AxisAlignment.Near;
            secondaryAxisY1.AxisID = 0;
            secondaryAxisY1.Name = "Secondary AxisY 1";
            secondaryAxisY1.Range.ScrollingRange.SideMarginsEnabled = true;
            secondaryAxisY1.Range.SideMarginsEnabled = true;
            secondaryAxisY1.VisibleInPanesSerializable = "0";
            xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
            secondaryAxisY1});
            this.chartControl1.Diagram = xyDiagram1;
            this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.chartControl1.Legend.Visible = false;
            this.chartControl1.Location = new System.Drawing.Point(0, 0);
            this.chartControl1.Name = "chartControl1";
            pointSeriesLabel1.LineVisible = true;
            series1.Label = pointSeriesLabel1;
            series1.Name = "Series 1";
            series1.View = lineSeriesView1;
            pointSeriesLabel2.LineVisible = true;
            series2.Label = pointSeriesLabel2;
            series2.Name = "Series 2";
            pointSeriesView1.AxisYName = "Secondary AxisY 1";
            pointSeriesView1.PaneName = "Pane 1";
            series2.View = pointSeriesView1;
            this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1,
        series2};
            pointSeriesLabel3.LineVisible = true;
            this.chartControl1.SeriesTemplate.Label = pointSeriesLabel3;
            this.chartControl1.SeriesTemplate.View = lineSeriesView2;
            this.chartControl1.Size = new System.Drawing.Size(672, 464);
            this.chartControl1.TabIndex = 0;
            // 
            // SPCDetermineDrawBoard
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.chartControl1);
            this.Name = "SPCDetermineDrawBoard";
            this.Size = new System.Drawing.Size(672, 464);
            ((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)(pointSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
            this.ResumeLayout(false);

        }
Exemplo n.º 2
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.SwiftPlotDiagram swiftPlotDiagram1 = new DevExpress.XtraCharts.SwiftPlotDiagram();
     DevExpress.XtraCharts.XYDiagramPane    xyDiagramPane1    = new DevExpress.XtraCharts.XYDiagramPane();
     DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisY swiftPlotDiagramSecondaryAxisY1 = new DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisY();
     DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView1 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView2 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView3 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     this.chartControl1 = new SPC.Controls.Base.AdvChartControl();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagramSecondaryAxisY1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView3)).BeginInit();
     this.SuspendLayout();
     //
     // chartControl1
     //
     this.chartControl1.CrosshairOptions.ShowOnlyInFocusedPane = false;
     swiftPlotDiagram1.AxisX.VisibleInPanesSerializable        = "0";
     swiftPlotDiagram1.AxisY.Title.Text    = "平均值";
     swiftPlotDiagram1.AxisY.Title.Visible = true;
     swiftPlotDiagram1.AxisY.VisibleInPanesSerializable     = "-1";
     swiftPlotDiagram1.AxisY.WholeRange.AlwaysShowZeroLevel = false;
     swiftPlotDiagram1.EnableAxisXScrolling = true;
     swiftPlotDiagram1.PaneDistance         = 1;
     xyDiagramPane1.Name   = "Pane 1";
     xyDiagramPane1.PaneID = 0;
     swiftPlotDiagram1.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] {
         xyDiagramPane1
     });
     swiftPlotDiagram1.ScrollingOptions.UseKeyboard    = false;
     swiftPlotDiagram1.ScrollingOptions.UseMouse       = false;
     swiftPlotDiagram1.ScrollingOptions.UseTouchDevice = false;
     swiftPlotDiagramSecondaryAxisY1.Alignment         = DevExpress.XtraCharts.AxisAlignment.Near;
     swiftPlotDiagramSecondaryAxisY1.AxisID            = 0;
     swiftPlotDiagramSecondaryAxisY1.GridLines.Visible = true;
     swiftPlotDiagramSecondaryAxisY1.Name          = "Secondary AxisY 1";
     swiftPlotDiagramSecondaryAxisY1.Title.Text    = "极差";
     swiftPlotDiagramSecondaryAxisY1.Title.Visible = true;
     swiftPlotDiagramSecondaryAxisY1.VisibleInPanesSerializable     = "0";
     swiftPlotDiagramSecondaryAxisY1.WholeRange.AlwaysShowZeroLevel = false;
     swiftPlotDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisY[] {
         swiftPlotDiagramSecondaryAxisY1
     });
     swiftPlotDiagram1.ZoomingOptions.UseMouseWheel = false;
     this.chartControl1.Diagram           = swiftPlotDiagram1;
     this.chartControl1.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.chartControl1.Legend.Visible    = false;
     this.chartControl1.Location          = new System.Drawing.Point(0, 0);
     this.chartControl1.Name              = "chartControl1";
     this.chartControl1.RuntimeHitTesting = true;
     series1.ArgumentScaleType            = DevExpress.XtraCharts.ScaleType.Qualitative;
     series1.Name = "Series 1";
     swiftPlotSeriesView1.LineStyle.Thickness = 2;
     series1.View = swiftPlotSeriesView1;
     series2.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative;
     series2.Name = "Series 2";
     swiftPlotSeriesView2.AxisYName           = "Secondary AxisY 1";
     swiftPlotSeriesView2.LineStyle.Thickness = 2;
     swiftPlotSeriesView2.PaneName            = "Pane 1";
     series2.View = swiftPlotSeriesView2;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     swiftPlotSeriesView3.LineStyle.Thickness = 2;
     this.chartControl1.SeriesTemplate.View   = swiftPlotSeriesView3;
     this.chartControl1.Size     = new System.Drawing.Size(682, 334);
     this.chartControl1.TabIndex = 0;
     //
     // DataControlDrawBoard
     //
     this.Appearance.BackColor            = System.Drawing.SystemColors.Control;
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleDimensions             = new System.Drawing.SizeF(7F, 16F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.chartControl1);
     this.Name = "DataControlDrawBoard";
     this.Size = new System.Drawing.Size(682, 334);
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagramSecondaryAxisY1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <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);
 }
Exemplo n.º 4
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.Strip            strip1            = new DevExpress.XtraCharts.Strip();
     DevExpress.XtraCharts.XYDiagramPane    xyDiagramPane1    = new DevExpress.XtraCharts.XYDiagramPane();
     DevExpress.XtraCharts.SecondaryAxisX   secondaryAxisX1   = new DevExpress.XtraCharts.SecondaryAxisX();
     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.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.PointOptions     pointOptions1     = new DevExpress.XtraCharts.PointOptions();
     DevExpress.XtraCharts.LineSeriesView   lineSeriesView2   = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.ChartTitle       chartTitle1       = new DevExpress.XtraCharts.ChartTitle();
     DevExpress.XtraCharts.ChartTitle       chartTitle2       = new DevExpress.XtraCharts.ChartTitle();
     DevExpress.XtraCharts.XYDiagram        xyDiagram2        = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Strip            strip2            = new DevExpress.XtraCharts.Strip();
     DevExpress.XtraCharts.XYDiagramPane    xyDiagramPane2    = new DevExpress.XtraCharts.XYDiagramPane();
     DevExpress.XtraCharts.SecondaryAxisX   secondaryAxisX2   = new DevExpress.XtraCharts.SecondaryAxisX();
     DevExpress.XtraCharts.Strip            strip3            = new DevExpress.XtraCharts.Strip();
     DevExpress.XtraCharts.SecondaryAxisY   secondaryAxisY2   = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.Series           series2           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel3 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.LineSeriesView   lineSeriesView3   = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel4 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.PointOptions     pointOptions2     = new DevExpress.XtraCharts.PointOptions();
     DevExpress.XtraCharts.LineSeriesView   lineSeriesView4   = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.ChartTitle       chartTitle3       = new DevExpress.XtraCharts.ChartTitle();
     this.KEY               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gvCount           = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.VALUE             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcCount           = new DevExpress.XtraGrid.GridControl();
     this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.chartControl1     = new DevExpress.XtraCharts.ChartControl();
     this.chartControl2     = new DevExpress.XtraCharts.ChartControl();
     this.saveFileDialog1   = new System.Windows.Forms.SaveFileDialog();
     ((System.ComponentModel.ISupportInitialize)(this.gvCount)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcCount)).BeginInit();
     this.tableLayoutPanel3.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(strip1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisX1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(strip2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisX2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(strip3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView4)).BeginInit();
     this.SuspendLayout();
     //
     // KEY
     //
     this.KEY.AppearanceHeader.Font            = new System.Drawing.Font("Tahoma", 12F);
     this.KEY.AppearanceHeader.Options.UseFont = true;
     this.KEY.Caption      = "统计量";
     this.KEY.FieldName    = "KEY";
     this.KEY.Name         = "KEY";
     this.KEY.Visible      = true;
     this.KEY.VisibleIndex = 0;
     this.KEY.Width        = 58;
     //
     // gvCount
     //
     this.gvCount.ColumnPanelRowHeight = 28;
     this.gvCount.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.KEY,
         this.VALUE
     });
     this.gvCount.GridControl = this.gcCount;
     this.gvCount.Name        = "gvCount";
     this.gvCount.OptionsBehavior.ReadOnly            = true;
     this.gvCount.OptionsView.EnableAppearanceEvenRow = true;
     this.gvCount.OptionsView.ShowGroupPanel          = false;
     this.gvCount.RowHeight = 26;
     //
     // VALUE
     //
     this.VALUE.AppearanceHeader.Font            = new System.Drawing.Font("Tahoma", 12F);
     this.VALUE.AppearanceHeader.Options.UseFont = true;
     this.VALUE.Caption      = "值";
     this.VALUE.FieldName    = "VALUE";
     this.VALUE.Name         = "VALUE";
     this.VALUE.Visible      = true;
     this.VALUE.VisibleIndex = 1;
     this.VALUE.Width        = 78;
     //
     // gcCount
     //
     this.gcCount.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gcCount.Location = new System.Drawing.Point(0, 3);
     this.gcCount.MainView = this.gvCount;
     this.gcCount.Margin   = new System.Windows.Forms.Padding(0, 3, 3, 3);
     this.gcCount.Name     = "gcCount";
     this.gcCount.Size     = new System.Drawing.Size(157, 397);
     this.gcCount.TabIndex = 3;
     this.gcCount.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gvCount
     });
     //
     // tableLayoutPanel3
     //
     this.tableLayoutPanel3.ColumnCount = 2;
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 160F));
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel3.Controls.Add(this.tableLayoutPanel1, 1, 0);
     this.tableLayoutPanel3.Controls.Add(this.gcCount, 0, 0);
     this.tableLayoutPanel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel3.Name     = "tableLayoutPanel3";
     this.tableLayoutPanel3.RowCount = 1;
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel3.Size     = new System.Drawing.Size(730, 403);
     this.tableLayoutPanel3.TabIndex = 4;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.Controls.Add(this.chartControl1, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.chartControl2, 0, 1);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(160, 0);
     this.tableLayoutPanel1.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 2;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 53.48101F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 46.51899F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(570, 403);
     this.tableLayoutPanel1.TabIndex = 2;
     //
     // chartControl1
     //
     this.chartControl1.AppearanceName   = "Northern Lights";
     xyDiagram1.AxisX.GridLines.Visible  = true;
     xyDiagram1.AxisX.Label.Angle        = -45;
     xyDiagram1.AxisX.Label.Antialiasing = true;
     xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisX.Range.SideMarginsEnabled = true;
     strip1.MaxLimit.Enabled = false;
     strip1.MinLimit.Enabled = false;
     strip1.Name             = "Strip 1";
     strip1.ShowInLegend     = false;
     xyDiagram1.AxisX.Strips.AddRange(new DevExpress.XtraCharts.Strip[] {
         strip1
     });
     xyDiagram1.AxisX.Tickmarks.MinorVisible = false;
     xyDiagram1.AxisX.Tickmarks.Visible      = false;
     xyDiagram1.AxisX.Title.Font             = new System.Drawing.Font("Tahoma", 8F);
     xyDiagram1.AxisX.Title.Text             = "X控制图";
     xyDiagram1.AxisX.Visible = false;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "0";
     xyDiagram1.AxisY.GridLines.Visible          = false;
     xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisY.Range.SideMarginsEnabled = true;
     xyDiagram1.AxisY.Visible = false;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "0";
     xyDiagram1.DefaultPane.Visible  = false;
     xyDiagram1.EnableAxisXScrolling = true;
     xyDiagram1.EnableAxisYScrolling = true;
     xyDiagram1.EnableAxisXZooming   = true;
     xyDiagram1.EnableAxisYZooming   = true;
     xyDiagramPane1.Name             = "xPane";
     xyDiagramPane1.PaneID           = 0;
     xyDiagramPane1.Weight           = 1.0053191489361701;
     xyDiagram1.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] {
         xyDiagramPane1
     });
     secondaryAxisX1.Alignment          = DevExpress.XtraCharts.AxisAlignment.Near;
     secondaryAxisX1.AxisID             = 0;
     secondaryAxisX1.Label.Angle        = -45;
     secondaryAxisX1.Label.Antialiasing = true;
     secondaryAxisX1.Name = "xX";
     secondaryAxisX1.Range.ScrollingRange.SideMarginsEnabled = true;
     secondaryAxisX1.Range.SideMarginsEnabled   = true;
     secondaryAxisX1.Tickmarks.Visible          = false;
     secondaryAxisX1.VisibleInPanesSerializable = "0";
     xyDiagram1.SecondaryAxesX.AddRange(new DevExpress.XtraCharts.SecondaryAxisX[] {
         secondaryAxisX1
     });
     secondaryAxisY1.Alignment = DevExpress.XtraCharts.AxisAlignment.Near;
     secondaryAxisY1.AxisID    = 0;
     secondaryAxisY1.Name      = "xY";
     secondaryAxisY1.Range.ScrollingRange.SideMarginsEnabled = true;
     secondaryAxisY1.Range.SideMarginsEnabled   = true;
     secondaryAxisY1.VisibleInPanesSerializable = "0";
     xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY1
     });
     this.chartControl1.Diagram                   = xyDiagram1;
     this.chartControl1.Dock                      = System.Windows.Forms.DockStyle.Fill;
     this.chartControl1.Legend.BackColor          = System.Drawing.Color.Thistle;
     this.chartControl1.Legend.Border.Color       = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255)))));
     this.chartControl1.Legend.EquallySpacedItems = false;
     this.chartControl1.Legend.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Solid;
     this.chartControl1.Legend.MarkerSize         = new System.Drawing.Size(15, 15);
     this.chartControl1.Legend.SpacingVertical    = 5;
     this.chartControl1.Location                  = new System.Drawing.Point(0, 0);
     this.chartControl1.Margin                    = new System.Windows.Forms.Padding(0);
     this.chartControl1.Name                      = "chartControl1";
     pointSeriesLabel1.LineVisible                = true;
     pointSeriesLabel1.Visible                    = false;
     series1.Label             = pointSeriesLabel1;
     series1.Name              = "xSeries";
     lineSeriesView1.AxisXName = "xX";
     lineSeriesView1.AxisYName = "xY";
     lineSeriesView1.LineMarkerOptions.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Solid;
     lineSeriesView1.LineMarkerOptions.Size = 8;
     lineSeriesView1.LineStyle.Thickness    = 1;
     lineSeriesView1.PaneName = "xPane";
     series1.View             = lineSeriesView1;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chartControl1.SeriesTemplate.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
     pointSeriesLabel2.LineVisible           = true;
     this.chartControl1.SeriesTemplate.Label = pointSeriesLabel2;
     this.chartControl1.SeriesTemplate.LegendPointOptions      = pointOptions1;
     this.chartControl1.SeriesTemplate.SynchronizePointOptions = false;
     this.chartControl1.SeriesTemplate.View = lineSeriesView2;
     this.chartControl1.Size     = new System.Drawing.Size(570, 215);
     this.chartControl1.TabIndex = 0;
     chartTitle1.Font            = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     chartTitle2.Alignment       = System.Drawing.StringAlignment.Near;
     chartTitle2.Dock            = DevExpress.XtraCharts.ChartTitleDockStyle.Bottom;
     chartTitle2.Font            = new System.Drawing.Font("Tahoma", 9F);
     chartTitle2.Visible         = false;
     this.chartControl1.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1,
         chartTitle2
     });
     this.chartControl1.CustomDrawSeriesPoint += new DevExpress.XtraCharts.CustomDrawSeriesPointEventHandler(this.chartControl1_CustomDrawSeriesPoint);
     this.chartControl1.MouseDown             += new System.Windows.Forms.MouseEventHandler(this.chartControl1_MouseDown);
     this.chartControl1.ObjectHotTracked      += new DevExpress.XtraCharts.HotTrackEventHandler(this.chartControl1_ObjectHotTracked);
     //
     // chartControl2
     //
     this.chartControl2.AppearanceName   = "Northern Lights";
     xyDiagram2.AxisX.GridLines.Visible  = true;
     xyDiagram2.AxisX.Label.Angle        = -45;
     xyDiagram2.AxisX.Label.Antialiasing = true;
     xyDiagram2.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram2.AxisX.Range.SideMarginsEnabled = true;
     strip2.MaxLimit.Enabled = false;
     strip2.MinLimit.Enabled = false;
     strip2.Name             = "Strip 1";
     strip2.ShowInLegend     = false;
     xyDiagram2.AxisX.Strips.AddRange(new DevExpress.XtraCharts.Strip[] {
         strip2
     });
     xyDiagram2.AxisX.Tickmarks.Visible          = false;
     xyDiagram2.AxisX.Title.Alignment            = System.Drawing.StringAlignment.Near;
     xyDiagram2.AxisX.Title.Antialiasing         = false;
     xyDiagram2.AxisX.Title.Font                 = new System.Drawing.Font("Tahoma", 8F);
     xyDiagram2.AxisX.Title.Text                 = "S控制图";
     xyDiagram2.AxisX.Visible                    = false;
     xyDiagram2.AxisX.VisibleInPanesSerializable = "0";
     xyDiagram2.AxisY.GridLines.Visible          = false;
     xyDiagram2.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram2.AxisY.Range.SideMarginsEnabled = true;
     xyDiagram2.AxisY.Visible = false;
     xyDiagram2.AxisY.VisibleInPanesSerializable = "0;0";
     xyDiagram2.DefaultPane.Visible  = false;
     xyDiagram2.EnableAxisXScrolling = true;
     xyDiagram2.EnableAxisYScrolling = true;
     xyDiagram2.EnableAxisXZooming   = true;
     xyDiagram2.EnableAxisYZooming   = true;
     xyDiagramPane2.Name             = "sPane";
     xyDiagramPane2.PaneID           = 0;
     xyDiagramPane2.Weight           = 1.0053191489361701;
     xyDiagram2.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] {
         xyDiagramPane2
     });
     secondaryAxisX2.Alignment          = DevExpress.XtraCharts.AxisAlignment.Near;
     secondaryAxisX2.AxisID             = 0;
     secondaryAxisX2.Label.Angle        = -45;
     secondaryAxisX2.Label.Antialiasing = true;
     secondaryAxisX2.Name = "rX";
     secondaryAxisX2.Range.ScrollingRange.SideMarginsEnabled = true;
     secondaryAxisX2.Range.SideMarginsEnabled = true;
     strip3.MaxLimit.Enabled = false;
     strip3.MinLimit.Enabled = false;
     strip3.Name             = "Strip 1";
     strip3.ShowInLegend     = false;
     secondaryAxisX2.Strips.AddRange(new DevExpress.XtraCharts.Strip[] {
         strip3
     });
     secondaryAxisX2.Tickmarks.Visible          = false;
     secondaryAxisX2.VisibleInPanesSerializable = "0";
     xyDiagram2.SecondaryAxesX.AddRange(new DevExpress.XtraCharts.SecondaryAxisX[] {
         secondaryAxisX2
     });
     secondaryAxisY2.Alignment = DevExpress.XtraCharts.AxisAlignment.Near;
     secondaryAxisY2.AxisID    = 0;
     secondaryAxisY2.Name      = "rY";
     secondaryAxisY2.Range.ScrollingRange.SideMarginsEnabled = true;
     secondaryAxisY2.Range.SideMarginsEnabled   = true;
     secondaryAxisY2.VisibleInPanesSerializable = "0";
     xyDiagram2.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY2
     });
     this.chartControl2.Diagram = xyDiagram2;
     this.chartControl2.Dock    = System.Windows.Forms.DockStyle.Fill;
     this.chartControl2.Legend.EquallySpacedItems = false;
     this.chartControl2.Legend.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Solid;
     this.chartControl2.Legend.MarkerSize         = new System.Drawing.Size(15, 15);
     this.chartControl2.Legend.SpacingVertical    = 5;
     this.chartControl2.Location   = new System.Drawing.Point(0, 215);
     this.chartControl2.Margin     = new System.Windows.Forms.Padding(0);
     this.chartControl2.Name       = "chartControl2";
     pointSeriesLabel3.LineVisible = false;
     pointSeriesLabel3.Visible     = false;
     series2.Label             = pointSeriesLabel3;
     series2.Name              = "rSeries";
     lineSeriesView3.AxisXName = "rX";
     lineSeriesView3.AxisYName = "rY";
     lineSeriesView3.LineMarkerOptions.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Solid;
     lineSeriesView3.LineMarkerOptions.Size = 8;
     lineSeriesView3.LineStyle.Thickness    = 1;
     lineSeriesView3.PaneName = "sPane";
     series2.View             = lineSeriesView3;
     this.chartControl2.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series2
     };
     pointSeriesLabel4.LineVisible           = true;
     this.chartControl2.SeriesTemplate.Label = pointSeriesLabel4;
     this.chartControl2.SeriesTemplate.LegendPointOptions      = pointOptions2;
     this.chartControl2.SeriesTemplate.SynchronizePointOptions = false;
     this.chartControl2.SeriesTemplate.View = lineSeriesView4;
     this.chartControl2.Size     = new System.Drawing.Size(570, 188);
     this.chartControl2.TabIndex = 1;
     chartTitle3.Font            = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chartControl2.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle3
     });
     this.chartControl2.CustomDrawSeriesPoint += new DevExpress.XtraCharts.CustomDrawSeriesPointEventHandler(this.chartControl2_CustomDrawSeriesPoint);
     this.chartControl2.MouseDown             += new System.Windows.Forms.MouseEventHandler(this.chartControl2_MouseDown);
     this.chartControl2.ObjectHotTracked      += new DevExpress.XtraCharts.HotTrackEventHandler(this.chartControl2_ObjectHotTracked);
     //
     // Xbar_RChart
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.tableLayoutPanel3);
     this.Name = "Xbar_RChart";
     this.Size = new System.Drawing.Size(730, 403);
     ((System.ComponentModel.ISupportInitialize)(this.gvCount)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcCount)).EndInit();
     this.tableLayoutPanel3.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(strip1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisX1)).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)(lineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(strip2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(strip3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisX2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 5
0
 /// <summary>
 /// 디자이너 지원에 필요한 메서드입니다.
 /// 이 메서드의 내용을 코드 편집기로 수정하지 마세요.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.XYDiagram     xyDiagram1     = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.ConstantLine  constantLine1  = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.XYDiagramPane xyDiagramPane1 = new DevExpress.XtraCharts.XYDiagramPane();
     DevExpress.XtraCharts.Series        series1        = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SeriesPoint   seriesPoint1   = new DevExpress.XtraCharts.SeriesPoint(double.NaN, new object[] {
         ((object)(12.3D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint2 = new DevExpress.XtraCharts.SeriesPoint(double.NaN, new object[] {
         ((object)(14.5D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint3 = new DevExpress.XtraCharts.SeriesPoint(double.NaN, new object[] {
         ((object)(3.9D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint4 = new DevExpress.XtraCharts.SeriesPoint(double.NaN, new object[] {
         ((object)(8.7D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint5 = new DevExpress.XtraCharts.SeriesPoint(double.NaN, new object[] {
         ((object)(11.1D))
     });
     DevExpress.XtraCharts.Series      series2      = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SeriesPoint seriesPoint6 = new DevExpress.XtraCharts.SeriesPoint(double.NaN, new object[] {
         ((object)(4.8D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint7 = new DevExpress.XtraCharts.SeriesPoint(double.NaN, new object[] {
         ((object)(11.3D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint8 = new DevExpress.XtraCharts.SeriesPoint(double.NaN, new object[] {
         ((object)(7.4D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint9 = new DevExpress.XtraCharts.SeriesPoint(double.NaN, new object[] {
         ((object)(13.1D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint10 = new DevExpress.XtraCharts.SeriesPoint(double.NaN, new object[] {
         ((object)(5.1D))
     });
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView();
     this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
     this.SuspendLayout();
     //
     // chartControl1
     //
     this.chartControl1.CrosshairOptions.ShowArgumentLabels = true;
     this.chartControl1.CrosshairOptions.ShowValueLabels    = true;
     this.chartControl1.CrosshairOptions.ShowValueLine      = true;
     xyDiagram1.AxisX.VisibleInPanesSerializable            = "-1;0";
     constantLine1.AxisValueSerializable = "9";
     constantLine1.Color      = System.Drawing.Color.Fuchsia;
     constantLine1.Name       = "My Constant Line";
     constantLine1.ShowBehind = true;
     xyDiagram1.AxisY.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
         constantLine1
     });
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1;0";
     xyDiagramPane1.Name   = "Pane 1";
     xyDiagramPane1.PaneID = 0;
     xyDiagram1.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] {
         xyDiagramPane1
     });
     this.chartControl1.Diagram = xyDiagram1;
     this.chartControl1.Dock    = System.Windows.Forms.DockStyle.Fill;
     this.chartControl1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.chartControl1.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside;
     this.chartControl1.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.chartControl1.Legend.Name = "Default Legend";
     this.chartControl1.Location    = new System.Drawing.Point(0, 0);
     this.chartControl1.Name        = "chartControl1";
     series1.CrosshairEnabled       = DevExpress.Utils.DefaultBoolean.True;
     series1.Name = "Series 1";
     seriesPoint1.ColorSerializable = "Red";
     seriesPoint2.ColorSerializable = "#FF8000";
     seriesPoint3.ColorSerializable = "Yellow";
     seriesPoint4.ColorSerializable = "Lime";
     seriesPoint5.ColorSerializable = "#0080FF";
     series1.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint1,
         seriesPoint2,
         seriesPoint3,
         seriesPoint4,
         seriesPoint5
     });
     series2.CrosshairEnabled = DevExpress.Utils.DefaultBoolean.True;
     series2.Name             = "Series 2";
     series2.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint6,
         seriesPoint7,
         seriesPoint8,
         seriesPoint9,
         seriesPoint10
     });
     splineSeriesView1.MarkerVisibility = DevExpress.Utils.DefaultBoolean.True;
     splineSeriesView1.PaneName         = "Pane 1";
     series2.View = splineSeriesView1;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     this.chartControl1.SeriesTemplate.SeriesColorizer = null;
     this.chartControl1.Size     = new System.Drawing.Size(908, 494);
     this.chartControl1.TabIndex = 0;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(908, 494);
     this.Controls.Add(this.chartControl1);
     this.Name = "Form1";
     this.Text = "Form1";
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 6
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.SecondaryAxisY  secondaryAxisY1  = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.Series          series1          = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.LineSeriesView  lineSeriesView1  = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series          series2          = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesView pointSeriesView1 = new DevExpress.XtraCharts.PointSeriesView();
     DevExpress.XtraCharts.LineSeriesView  lineSeriesView2  = new DevExpress.XtraCharts.LineSeriesView();
     this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
     this.SuspendLayout();
     //
     // chartControl1
     //
     this.chartControl1.CrosshairOptions.ShowOnlyInFocusedPane = false;
     xyDiagram1.AxisX.VisibleInPanesSerializable     = "-1";
     xyDiagram1.AxisY.VisibleInPanesSerializable     = "-1";
     xyDiagram1.AxisY.WholeRange.AlwaysShowZeroLevel = false;
     xyDiagram1.EnableAxisXScrolling = true;
     xyDiagram1.PaneDistance         = 0;
     xyDiagramPane1.Name             = "Pane 1";
     xyDiagramPane1.PaneID           = 0;
     xyDiagramPane1.Weight           = 0.6D;
     xyDiagram1.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] {
         xyDiagramPane1
     });
     xyDiagram1.ScrollingOptions.UseKeyboard    = false;
     xyDiagram1.ScrollingOptions.UseMouse       = false;
     xyDiagram1.ScrollingOptions.UseTouchDevice = false;
     secondaryAxisY1.Alignment         = DevExpress.XtraCharts.AxisAlignment.Near;
     secondaryAxisY1.AxisID            = 0;
     secondaryAxisY1.GridLines.Visible = true;
     secondaryAxisY1.Name = "Secondary AxisY 1";
     secondaryAxisY1.Tickmarks.MinorVisible         = false;
     secondaryAxisY1.VisibleInPanesSerializable     = "0";
     secondaryAxisY1.WholeRange.AlwaysShowZeroLevel = false;
     secondaryAxisY1.WholeRange.AutoSideMargins     = true;
     xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY1
     });
     xyDiagram1.ZoomingOptions.UseMouseWheel = false;
     this.chartControl1.Diagram        = xyDiagram1;
     this.chartControl1.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.chartControl1.Legend.Visible = false;
     this.chartControl1.Location       = new System.Drawing.Point(4, 2);
     this.chartControl1.Name           = "chartControl1";
     series1.Name = "Series 1";
     lineSeriesView1.LineStyle.Thickness = 1;
     series1.View = lineSeriesView1;
     series2.CrosshairLabelPattern = "规则{V}";
     series2.Name = "Series 2";
     pointSeriesView1.AxisYName = "Secondary AxisY 1";
     pointSeriesView1.PaneName  = "Pane 1";
     pointSeriesView1.PointMarkerOptions.Kind = DevExpress.XtraCharts.MarkerKind.Star;
     series2.View = pointSeriesView1;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     this.chartControl1.SeriesTemplate.View = lineSeriesView2;
     this.chartControl1.Size     = new System.Drawing.Size(689, 444);
     this.chartControl1.TabIndex = 0;
     //
     // SPCDetermineDrawBoard
     //
     this.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleDimensions             = new System.Drawing.SizeF(7F, 16F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.chartControl1);
     this.Name = "SPCDetermineDrawBoard";
     this.Size = new System.Drawing.Size(695, 448);
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 7
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(RangeAreaChartForm));
     DevExpress.XtraCharts.XYDiagram           xyDiagram1           = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.ConstantLine        constantLine1        = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.ConstantLine        constantLine2        = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.XYDiagramPane       xyDiagramPane1       = new DevExpress.XtraCharts.XYDiagramPane();
     DevExpress.XtraCharts.Series              series1              = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.RangeAreaSeriesView rangeAreaSeriesView1 = new DevExpress.XtraCharts.RangeAreaSeriesView();
     DevExpress.XtraCharts.Series              series2              = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.LineSeriesView      lineSeriesView1      = new DevExpress.XtraCharts.LineSeriesView();
     this.printDocument1      = new System.Drawing.Printing.PrintDocument();
     this.printPreviewDialog1 = new System.Windows.Forms.PrintPreviewDialog();
     this.tableLayoutPanel1   = new System.Windows.Forms.TableLayoutPanel();
     this.titleLabel          = new System.Windows.Forms.Label();
     this.fromDateTimePicker  = new System.Windows.Forms.DateTimePicker();
     this.toLabel             = new System.Windows.Forms.Label();
     this.fromLabel           = new System.Windows.Forms.Label();
     this.toDateTimePicker    = new System.Windows.Forms.DateTimePicker();
     this.hourListBox         = new System.Windows.Forms.ListBox();
     this.printButton         = new System.Windows.Forms.Button();
     this.chartControl1       = new DevExpress.XtraCharts.ChartControl();
     this.tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(rangeAreaSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     this.SuspendLayout();
     //
     // printDocument1
     //
     this.printDocument1.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage);
     //
     // printPreviewDialog1
     //
     this.printPreviewDialog1.AutoScrollMargin  = new System.Drawing.Size(0, 0);
     this.printPreviewDialog1.AutoScrollMinSize = new System.Drawing.Size(0, 0);
     this.printPreviewDialog1.ClientSize        = new System.Drawing.Size(400, 300);
     this.printPreviewDialog1.Enabled           = true;
     this.printPreviewDialog1.Icon    = ((System.Drawing.Icon)(resources.GetObject("printPreviewDialog1.Icon")));
     this.printPreviewDialog1.Name    = "printPreviewDialog1";
     this.printPreviewDialog1.Visible = false;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 5;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 36.7347F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 63.2653F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 17F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 211F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 60F));
     this.tableLayoutPanel1.Controls.Add(this.titleLabel, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.fromDateTimePicker, 3, 2);
     this.tableLayoutPanel1.Controls.Add(this.toLabel, 1, 3);
     this.tableLayoutPanel1.Controls.Add(this.fromLabel, 1, 2);
     this.tableLayoutPanel1.Controls.Add(this.toDateTimePicker, 3, 3);
     this.tableLayoutPanel1.Controls.Add(this.hourListBox, 1, 5);
     this.tableLayoutPanel1.Controls.Add(this.printButton, 1, 7);
     this.tableLayoutPanel1.Location = new System.Drawing.Point(12, 12);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 9;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 61.40351F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 38.59649F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 65F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 75F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 12F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 18F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 69F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(378, 469);
     this.tableLayoutPanel1.TabIndex = 3;
     //
     // titleLabel
     //
     this.titleLabel.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.titleLabel.AutoSize = true;
     this.tableLayoutPanel1.SetColumnSpan(this.titleLabel, 3);
     this.titleLabel.Font     = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.titleLabel.Location = new System.Drawing.Point(87, 19);
     this.titleLabel.Name     = "titleLabel";
     this.titleLabel.Size     = new System.Drawing.Size(176, 29);
     this.titleLabel.TabIndex = 0;
     this.titleLabel.Text     = "Dane pacjenta";
     //
     // fromDateTimePicker
     //
     this.fromDateTimePicker.Anchor     = System.Windows.Forms.AnchorStyles.Left;
     this.fromDateTimePicker.Location   = new System.Drawing.Point(109, 130);
     this.fromDateTimePicker.Name       = "fromDateTimePicker";
     this.fromDateTimePicker.Size       = new System.Drawing.Size(200, 22);
     this.fromDateTimePicker.TabIndex   = 3;
     this.fromDateTimePicker.Validated += new System.EventHandler(this.fromDateTimePicker_Validated);
     //
     // toLabel
     //
     this.toLabel.Anchor   = System.Windows.Forms.AnchorStyles.Right;
     this.toLabel.AutoSize = true;
     this.toLabel.Location = new System.Drawing.Point(62, 203);
     this.toLabel.Name     = "toLabel";
     this.toLabel.Size     = new System.Drawing.Size(24, 17);
     this.toLabel.TabIndex = 2;
     this.toLabel.Text     = "do";
     //
     // fromLabel
     //
     this.fromLabel.Anchor   = System.Windows.Forms.AnchorStyles.Right;
     this.fromLabel.AutoSize = true;
     this.fromLabel.Location = new System.Drawing.Point(62, 133);
     this.fromLabel.Name     = "fromLabel";
     this.fromLabel.Size     = new System.Drawing.Size(24, 17);
     this.fromLabel.TabIndex = 1;
     this.fromLabel.Text     = "od";
     //
     // toDateTimePicker
     //
     this.toDateTimePicker.Anchor     = System.Windows.Forms.AnchorStyles.Left;
     this.toDateTimePicker.Location   = new System.Drawing.Point(109, 200);
     this.toDateTimePicker.Name       = "toDateTimePicker";
     this.toDateTimePicker.Size       = new System.Drawing.Size(200, 22);
     this.toDateTimePicker.TabIndex   = 4;
     this.toDateTimePicker.Validated += new System.EventHandler(this.toDateTimePicker_Validated);
     //
     // hourListBox
     //
     this.hourListBox.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.tableLayoutPanel1.SetColumnSpan(this.hourListBox, 3);
     this.hourListBox.FormattingEnabled = true;
     this.hourListBox.ItemHeight        = 16;
     this.hourListBox.Location          = new System.Drawing.Point(43, 277);
     this.hourListBox.Name                  = "hourListBox";
     this.hourListBox.Size                  = new System.Drawing.Size(263, 68);
     this.hourListBox.TabIndex              = 5;
     this.hourListBox.SelectedIndexChanged += new System.EventHandler(this.hourListBox_SelectedIndexChanged);
     //
     // printButton
     //
     this.printButton.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.tableLayoutPanel1.SetColumnSpan(this.printButton, 3);
     this.printButton.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.printButton.Location = new System.Drawing.Point(88, 394);
     this.printButton.Name     = "printButton";
     this.printButton.Size     = new System.Drawing.Size(173, 39);
     this.printButton.TabIndex = 6;
     this.printButton.Text     = "Wydrukuj wykres";
     this.printButton.UseVisualStyleBackColor = true;
     this.printButton.Click += new System.EventHandler(this.printButton_Click);
     //
     // chartControl1
     //
     xyDiagram1.AxisX.GridLines.Visible          = true;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "0";
     constantLine1.AxisValueSerializable         = "140";
     constantLine1.Name                  = "Constant Line 1";
     constantLine1.Title.Visible         = false;
     constantLine2.AxisValueSerializable = "90";
     constantLine2.Name                  = "Constant Line 2";
     constantLine2.Title.Visible         = false;
     xyDiagram1.AxisY.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
         constantLine1,
         constantLine2
     });
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1;0";
     xyDiagramPane1.Name   = "Pane 1";
     xyDiagramPane1.PaneID = 0;
     xyDiagram1.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] {
         xyDiagramPane1
     });
     this.chartControl1.Diagram           = xyDiagram1;
     this.chartControl1.Legend.Name       = "Default Legend";
     this.chartControl1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.chartControl1.Location          = new System.Drawing.Point(396, 12);
     this.chartControl1.Name  = "chartControl1";
     series1.Name             = "pressure";
     series1.View             = rangeAreaSeriesView1;
     series2.Name             = "pulse";
     lineSeriesView1.PaneName = "Pane 1";
     series2.View             = lineSeriesView1;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     this.chartControl1.Size     = new System.Drawing.Size(830, 469);
     this.chartControl1.TabIndex = 4;
     //
     // RangeAreaChartForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1238, 493);
     this.Controls.Add(this.chartControl1);
     this.Controls.Add(this.tableLayoutPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.Name            = "RangeAreaChartForm";
     this.ShowIcon        = false;
     this.SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Hide;
     this.Text            = "RangeAreaGraphForm";
     this.Load           += new System.EventHandler(this.RangeAreaChartForm_Load);
     this.Shown          += new System.EventHandler(this.RangeAreaChartForm_Shown);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(rangeAreaSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <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.XtraGrid.StyleFormatCondition       styleFormatCondition2 = new DevExpress.XtraGrid.StyleFormatCondition();
     System.ComponentModel.ComponentResourceManager resources             = new System.ComponentModel.ComponentResourceManager(typeof(FrmGridConstrolRepository));
     DevExpress.XtraCharts.XYDiagram                xyDiagram2            = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.XYDiagramPane            xyDiagramPane3        = new DevExpress.XtraCharts.XYDiagramPane();
     DevExpress.XtraCharts.XYDiagramPane            xyDiagramPane4        = new DevExpress.XtraCharts.XYDiagramPane();
     DevExpress.XtraCharts.Series                   series2 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel3 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesView  sideBySideBarSeriesView2  = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     DevExpress.XtraCharts.RegressionLine           regressionLine2           = new DevExpress.XtraCharts.RegressionLine();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel4 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.ChartTitle               chartTitle3 = new DevExpress.XtraCharts.ChartTitle();
     DevExpress.XtraCharts.ChartTitle               chartTitle4 = new DevExpress.XtraCharts.ChartTitle();
     DevExpress.Utils.SerializableAppearanceObject  serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
     this.gridColumn2  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridControl1 = new DevExpress.XtraGrid.GridControl();
     this.gridView1    = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCheckedComboBoxEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit();
     this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemPictureEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit();
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.repositoryItemImageComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
     this.repositoryItemImageEdit1     = new DevExpress.XtraEditors.Repository.RepositoryItemImageEdit();
     this.splitContainerControl1       = new DevExpress.XtraEditors.SplitContainerControl();
     this.pivotGridControl1            = new DevExpress.XtraPivotGrid.PivotGridControl();
     this.pivotGridField1        = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField2        = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField3        = new DevExpress.XtraPivotGrid.PivotGridField();
     this.chartControl1          = new DevExpress.XtraCharts.ChartControl();
     this.splitContainerControl2 = new DevExpress.XtraEditors.SplitContainerControl();
     this.itemBarraItensBGM1     = new FGlobus.Componentes.WinForms.ItemBarraItensBGM();
     this.buttonEditBGM1         = new FGlobus.Componentes.WinForms.ButtonEditBGM(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckedComboBoxEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pivotGridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(regressionLine2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).BeginInit();
     this.splitContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.itemBarraItensBGM1.AreaItem)).BeginInit();
     this.itemBarraItensBGM1.AreaItem.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.itemBarraItensBGM1.AreaItens)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.buttonEditBGM1.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // gridColumn2
     //
     this.gridColumn2.Caption   = "gridColumn2";
     this.gridColumn2.FieldName = "Codigo2";
     this.gridColumn2.Name      = "gridColumn2";
     this.gridColumn2.OptionsColumn.AllowEdit = false;
     this.gridColumn2.Visible      = true;
     this.gridColumn2.VisibleIndex = 1;
     //
     // gridControl1
     //
     this.gridControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gridControl1.Location = new System.Drawing.Point(0, 0);
     this.gridControl1.MainView = this.gridView1;
     this.gridControl1.Name     = "gridControl1";
     this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemCheckedComboBoxEdit1,
         this.repositoryItemImageComboBox1,
         this.repositoryItemPictureEdit1,
         this.repositoryItemImageEdit1
     });
     this.gridControl1.Size     = new System.Drawing.Size(202, 564);
     this.gridControl1.TabIndex = 0;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn1,
         this.gridColumn2,
         this.gridColumn3,
         this.gridColumn4,
         this.gridColumn5
     });
     styleFormatCondition2.Appearance.BackColor            = System.Drawing.Color.White;
     styleFormatCondition2.Appearance.Image                = global::WFA_Exemplos.Properties.Resources.NotificacaoPara_48x48;
     styleFormatCondition2.Appearance.Options.UseBackColor = true;
     styleFormatCondition2.Appearance.Options.UseImage     = true;
     styleFormatCondition2.Column    = this.gridColumn2;
     styleFormatCondition2.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
     styleFormatCondition2.Value1    = 1;
     this.gridView1.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
         styleFormatCondition2
     });
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Images      = this.imageList1;
     this.gridView1.Name        = "gridView1";
     this.gridView1.OptionsView.ShowAutoFilterRow   = true;
     this.gridView1.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.ShowAlways;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption      = "gridColumn1";
     this.gridColumn1.FieldName    = "Codigo1";
     this.gridColumn1.Name         = "gridColumn1";
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 0;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption           = "gridColumn3";
     this.gridColumn3.FieldName         = "gridColumn3";
     this.gridColumn3.Name              = "gridColumn3";
     this.gridColumn3.UnboundExpression = "[Codigo1] +\'_\'+ [Codigo2]";
     this.gridColumn3.UnboundType       = DevExpress.Data.UnboundColumnType.String;
     this.gridColumn3.Visible           = true;
     this.gridColumn3.VisibleIndex      = 2;
     //
     // gridColumn4
     //
     this.gridColumn4.Caption           = "gridColumn4";
     this.gridColumn4.ColumnEdit        = this.repositoryItemCheckedComboBoxEdit1;
     this.gridColumn4.FieldName         = "gridColumn4";
     this.gridColumn4.Name              = "gridColumn4";
     this.gridColumn4.UnboundExpression = "[Codigo1] +\'_\'+ [Codigo2]";
     this.gridColumn4.UnboundType       = DevExpress.Data.UnboundColumnType.String;
     this.gridColumn4.Visible           = true;
     this.gridColumn4.VisibleIndex      = 3;
     //
     // repositoryItemCheckedComboBoxEdit1
     //
     this.repositoryItemCheckedComboBoxEdit1.AutoHeight = false;
     this.repositoryItemCheckedComboBoxEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemCheckedComboBoxEdit1.Name = "repositoryItemCheckedComboBoxEdit1";
     //
     // gridColumn5
     //
     this.gridColumn5.AppearanceCell.Image            = global::WFA_Exemplos.Properties.Resources.Cadastros;
     this.gridColumn5.AppearanceCell.Options.UseImage = true;
     this.gridColumn5.Caption    = "gridColumn5";
     this.gridColumn5.ColumnEdit = this.repositoryItemPictureEdit1;
     this.gridColumn5.DisplayFormat.FormatString = "t";
     this.gridColumn5.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.gridColumn5.FieldName  = "Data";
     this.gridColumn5.ImageIndex = 2;
     this.gridColumn5.Name       = "gridColumn5";
     this.gridColumn5.OptionsColumn.AllowEdit = false;
     this.gridColumn5.UnboundType             = DevExpress.Data.UnboundColumnType.DateTime;
     this.gridColumn5.Visible      = true;
     this.gridColumn5.VisibleIndex = 4;
     //
     // repositoryItemPictureEdit1
     //
     this.repositoryItemPictureEdit1.InitialImage = global::WFA_Exemplos.Properties.Resources.Bicha;
     this.repositoryItemPictureEdit1.Name         = "repositoryItemPictureEdit1";
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "addFavoritos16x16.png");
     this.imageList1.Images.SetKeyName(1, "Agenda.png");
     this.imageList1.Images.SetKeyName(2, "AguardeTS_transparente.png");
     this.imageList1.Images.SetKeyName(3, "ajuda16x16.png");
     //
     // repositoryItemImageComboBox1
     //
     this.repositoryItemImageComboBox1.AutoHeight = false;
     this.repositoryItemImageComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemImageComboBox1.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", 1, 0),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", 2, 2),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", 3, 3)
     });
     this.repositoryItemImageComboBox1.LargeImages = this.imageList1;
     this.repositoryItemImageComboBox1.Name        = "repositoryItemImageComboBox1";
     this.repositoryItemImageComboBox1.SmallImages = this.imageList1;
     //
     // repositoryItemImageEdit1
     //
     this.repositoryItemImageEdit1.AutoHeight = false;
     this.repositoryItemImageEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemImageEdit1.Name = "repositoryItemImageEdit1";
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Horizontal = false;
     this.splitContainerControl1.Location   = new System.Drawing.Point(0, 0);
     this.splitContainerControl1.Name       = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.pivotGridControl1);
     this.splitContainerControl1.Panel1.Text = "Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.chartControl1);
     this.splitContainerControl1.Panel2.Text      = "Panel2";
     this.splitContainerControl1.Size             = new System.Drawing.Size(299, 564);
     this.splitContainerControl1.SplitterPosition = 131;
     this.splitContainerControl1.TabIndex         = 0;
     this.splitContainerControl1.Text             = "splitContainerControl1";
     //
     // pivotGridControl1
     //
     this.pivotGridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pivotGridControl1.Fields.AddRange(new DevExpress.XtraPivotGrid.PivotGridField[] {
         this.pivotGridField1,
         this.pivotGridField2,
         this.pivotGridField3
     });
     this.pivotGridControl1.Location = new System.Drawing.Point(0, 0);
     this.pivotGridControl1.Name     = "pivotGridControl1";
     this.pivotGridControl1.OptionsChartDataSource.FieldValuesProvideMode = DevExpress.XtraPivotGrid.PivotChartFieldValuesProvideMode.DisplayText;
     this.pivotGridControl1.Size     = new System.Drawing.Size(299, 131);
     this.pivotGridControl1.TabIndex = 0;
     //
     // pivotGridField1
     //
     this.pivotGridField1.Area      = DevExpress.XtraPivotGrid.PivotArea.RowArea;
     this.pivotGridField1.AreaIndex = 0;
     this.pivotGridField1.FieldName = "Codigo1";
     this.pivotGridField1.Name      = "pivotGridField1";
     //
     // pivotGridField2
     //
     this.pivotGridField2.Area      = DevExpress.XtraPivotGrid.PivotArea.ColumnArea;
     this.pivotGridField2.AreaIndex = 0;
     this.pivotGridField2.FieldName = "Codigo2";
     this.pivotGridField2.Name      = "pivotGridField2";
     //
     // pivotGridField3
     //
     this.pivotGridField3.Area        = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.pivotGridField3.AreaIndex   = 0;
     this.pivotGridField3.FieldName   = "Data";
     this.pivotGridField3.Name        = "pivotGridField3";
     this.pivotGridField3.SummaryType = DevExpress.Data.PivotGrid.PivotSummaryType.Count;
     //
     // chartControl1
     //
     this.chartControl1.DataSource = this.pivotGridControl1;
     xyDiagram2.AxisX.Label.ResolveOverlappingMode = DevExpress.XtraCharts.AxisLabelResolveOverlappingMode.HideOverlapped;
     xyDiagram2.AxisX.Label.Staggered = true;
     xyDiagram2.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram2.AxisX.Range.SideMarginsEnabled   = true;
     xyDiagram2.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram2.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram2.AxisY.Range.SideMarginsEnabled   = true;
     xyDiagram2.AxisY.VisibleInPanesSerializable = "-1";
     xyDiagramPane3.Name   = "Pane 1";
     xyDiagramPane3.PaneID = 0;
     xyDiagramPane4.Name   = "Pane 2";
     xyDiagramPane4.PaneID = 1;
     xyDiagram2.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] {
         xyDiagramPane3,
         xyDiagramPane4
     });
     this.chartControl1.Diagram = xyDiagram2;
     this.chartControl1.Dock    = System.Windows.Forms.DockStyle.Fill;
     this.chartControl1.Legend.MaxHorizontalPercentage = 30D;
     this.chartControl1.Location           = new System.Drawing.Point(0, 0);
     this.chartControl1.Name               = "chartControl1";
     this.chartControl1.SeriesDataMember   = "Series";
     sideBySideBarSeriesLabel3.LineVisible = true;
     series2.Label        = sideBySideBarSeriesLabel3;
     series2.Name         = "Series 1";
     regressionLine2.Name = "Regression Line 1";
     sideBySideBarSeriesView2.Indicators.AddRange(new DevExpress.XtraCharts.Indicator[] {
         regressionLine2
     });
     series2.View = sideBySideBarSeriesView2;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series2
     };
     this.chartControl1.SeriesSorting = DevExpress.XtraCharts.SortingMode.Descending;
     this.chartControl1.SeriesTemplate.ArgumentDataMember = "Arguments";
     sideBySideBarSeriesLabel4.LineVisible            = true;
     sideBySideBarSeriesLabel4.ResolveOverlappingMode = DevExpress.XtraCharts.ResolveOverlappingMode.Default;
     this.chartControl1.SeriesTemplate.Label          = sideBySideBarSeriesLabel4;
     this.chartControl1.SeriesTemplate.ValueDataMembersSerializable = "Values";
     this.chartControl1.Size     = new System.Drawing.Size(299, 428);
     this.chartControl1.TabIndex = 0;
     chartTitle3.Text            = "Back";
     this.chartControl1.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle3,
         chartTitle4
     });
     this.chartControl1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.chartControl1_MouseClick);
     //
     // splitContainerControl2
     //
     this.splitContainerControl2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl2.Location = new System.Drawing.Point(0, 0);
     this.splitContainerControl2.Name     = "splitContainerControl2";
     this.splitContainerControl2.Panel1.Controls.Add(this.gridControl1);
     this.splitContainerControl2.Panel1.Text = "Panel1";
     this.splitContainerControl2.Panel2.Controls.Add(this.itemBarraItensBGM1);
     this.splitContainerControl2.Panel2.Controls.Add(this.splitContainerControl1);
     this.splitContainerControl2.Panel2.Text      = "Panel2";
     this.splitContainerControl2.Size             = new System.Drawing.Size(1088, 564);
     this.splitContainerControl2.SplitterPosition = 202;
     this.splitContainerControl2.TabIndex         = 2;
     this.splitContainerControl2.Text             = "splitContainerControl2";
     //
     // itemBarraItensBGM1
     //
     //
     // itemBarraItensBGM1.AreaItem
     //
     this.itemBarraItensBGM1.AreaItem.Controls.Add(this.buttonEditBGM1);
     this.itemBarraItensBGM1.AreaItem.Dock = System.Windows.Forms.DockStyle.Top;
     this.itemBarraItensBGM1.AreaItem.Size = new System.Drawing.Size(438, 51);
     //
     // itemBarraItensBGM1.AreaItens
     //
     this.itemBarraItensBGM1.AreaItens.Dock   = System.Windows.Forms.DockStyle.Fill;
     this.itemBarraItensBGM1.AreaItens.Size   = new System.Drawing.Size(438, 360);
     this.itemBarraItensBGM1.Location         = new System.Drawing.Point(389, 32);
     this.itemBarraItensBGM1.MinimumSize      = new System.Drawing.Size(260, 150);
     this.itemBarraItensBGM1.Name             = "itemBarraItensBGM1";
     this.itemBarraItensBGM1.PrimeiroControle = null;
     this.itemBarraItensBGM1.Size             = new System.Drawing.Size(442, 434);
     this.itemBarraItensBGM1.TabIndex         = 1;
     this.itemBarraItensBGM1.ClickBotao      += new FGlobus.Componentes.WinForms.ItemBarraItensEventHandler(this.itemBarraItensBGM1_ClickBotao);
     //
     // buttonEditBGM1
     //
     this.buttonEditBGM1.Location = new System.Drawing.Point(20, 16);
     this.buttonEditBGM1.Name     = "buttonEditBGM1";
     this.buttonEditBGM1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Ellipsis, "", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject2, "", "#CONTROLEINTERNO#", null, true)
     });
     this.buttonEditBGM1.Size     = new System.Drawing.Size(100, 20);
     this.buttonEditBGM1.TabIndex = 1;
     //
     // FrmGridConstrolRepository
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1088, 564);
     this.Controls.Add(this.splitContainerControl2);
     this.Name   = "FrmGridConstrolRepository";
     this.Text   = "GridConstrol Repository";
     this.Shown += new System.EventHandler(this.FrmGridConstrolRepository_Shown);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckedComboBoxEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pivotGridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(regressionLine2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).EndInit();
     this.splitContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.itemBarraItensBGM1.AreaItem)).EndInit();
     this.itemBarraItensBGM1.AreaItem.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.itemBarraItensBGM1.AreaItens)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.buttonEditBGM1.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 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.XYDiagramPane    xyDiagramPane1    = new DevExpress.XtraCharts.XYDiagramPane();
     DevExpress.XtraCharts.Legend           legend1           = new DevExpress.XtraCharts.Legend();
     DevExpress.XtraCharts.CustomLegendItem customLegendItem1 = new DevExpress.XtraCharts.CustomLegendItem();
     DevExpress.XtraCharts.Legend           legend2           = new DevExpress.XtraCharts.Legend();
     DevExpress.XtraCharts.CustomLegendItem customLegendItem2 = new DevExpress.XtraCharts.CustomLegendItem();
     DevExpress.XtraCharts.Series           series1           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.LineSeriesView   lineSeriesView1   = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series           series2           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.LineSeriesView   lineSeriesView2   = new DevExpress.XtraCharts.LineSeriesView();
     this.button1       = new System.Windows.Forms.Button();
     this.panel1        = new System.Windows.Forms.Panel();
     this.panel2        = new System.Windows.Forms.Panel();
     this.pbox          = new System.Windows.Forms.PictureBox();
     this.button2       = new System.Windows.Forms.Button();
     this.button3       = new System.Windows.Forms.Button();
     this.pbox2         = new System.Windows.Forms.PictureBox();
     this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pbox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
     this.SuspendLayout();
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(1126, 22);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(100, 31);
     this.button1.TabIndex = 0;
     this.button1.Text     = "button1";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // panel1
     //
     this.panel1.AutoSize = true;
     this.panel1.Controls.Add(this.panel2);
     this.panel1.Location = new System.Drawing.Point(931, 453);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(648, 489);
     this.panel1.TabIndex = 1;
     this.panel1.Paint   += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
     //
     // panel2
     //
     this.panel2.AutoSize = true;
     this.panel2.Location = new System.Drawing.Point(23, 10);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(247, 215);
     this.panel2.TabIndex = 2;
     //
     // pbox
     //
     this.pbox.Location = new System.Drawing.Point(24, 22);
     this.pbox.Name     = "pbox";
     this.pbox.Size     = new System.Drawing.Size(276, 233);
     this.pbox.TabIndex = 3;
     this.pbox.TabStop  = false;
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(1054, 355);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(100, 60);
     this.button2.TabIndex = 4;
     this.button2.Text     = "Report";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(1126, 179);
     this.button3.Name     = "button3";
     this.button3.Size     = new System.Drawing.Size(100, 55);
     this.button3.TabIndex = 5;
     this.button3.Text     = "Image";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // pbox2
     //
     this.pbox2.Location = new System.Drawing.Point(348, 22);
     this.pbox2.Name     = "pbox2";
     this.pbox2.Size     = new System.Drawing.Size(235, 233);
     this.pbox2.TabIndex = 6;
     this.pbox2.TabStop  = false;
     //
     // chartControl1
     //
     xyDiagram1.AxisX.GridLines.Visible          = true;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1;0";
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1;0";
     xyDiagram1.PaneLayoutDirection    = DevExpress.XtraCharts.PaneLayoutDirection.Horizontal;
     xyDiagramPane1.EnableAxisXZooming = DevExpress.Utils.DefaultBoolean.False;
     xyDiagramPane1.Name   = "Pane 1";
     xyDiagramPane1.PaneID = 0;
     xyDiagram1.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] {
         xyDiagramPane1
     });
     xyDiagram1.Rotated         = true;
     this.chartControl1.Diagram = xyDiagram1;
     this.chartControl1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right;
     this.chartControl1.Legend.Border.Visibility   = DevExpress.Utils.DefaultBoolean.False;
     this.chartControl1.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.chartControl1.Legend.MarkerMode          = DevExpress.XtraCharts.LegendMarkerMode.None;
     this.chartControl1.Legend.Name        = "Default Legend";
     this.chartControl1.Legend.TextVisible = false;
     this.chartControl1.Legend.Visibility  = DevExpress.Utils.DefaultBoolean.False;
     legend1.AlignmentHorizontal           = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right;
     customLegendItem1.MarkerImageSizeMode = DevExpress.XtraCharts.ChartImageSizeMode.Stretch;
     customLegendItem1.MarkerVisible       = false;
     customLegendItem1.Name = "Custom Legend Item 1";
     customLegendItem1.Text = "Deepth Value";
     legend1.CustomItems.AddRange(new DevExpress.XtraCharts.CustomLegendItem[] {
         customLegendItem1
     });
     legend1.DockTargetName          = "Default Pane";
     legend1.Name                    = "Legend1";
     legend2.AlignmentHorizontal     = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right;
     customLegendItem2.MarkerVisible = false;
     customLegendItem2.Name          = "Custom Legend Item 1";
     customLegendItem2.Text          = "Ves";
     legend2.CustomItems.AddRange(new DevExpress.XtraCharts.CustomLegendItem[] {
         customLegendItem2
     });
     legend2.DockTargetName = "Pane 1";
     legend2.Name           = "Legend2";
     this.chartControl1.Legends.AddRange(new DevExpress.XtraCharts.Legend[] {
         legend1,
         legend2
     });
     this.chartControl1.Location = new System.Drawing.Point(35, 0);
     this.chartControl1.Name     = "chartControl1";
     series1.ArgumentScaleType   = DevExpress.XtraCharts.ScaleType.DateTime;
     series1.Name         = "Series 1";
     series1.ShowInLegend = false;
     lineSeriesView1.LineMarkerOptions.Size = 8;
     series1.View = lineSeriesView1;
     series2.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
     series2.Name             = "Series 2";
     series2.ShowInLegend     = false;
     lineSeriesView2.PaneName = "Pane 1";
     series2.View             = lineSeriesView2;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     this.chartControl1.Size     = new System.Drawing.Size(997, 479);
     this.chartControl1.TabIndex = 7;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll          = true;
     this.ClientSize          = new System.Drawing.Size(1272, 570);
     this.Controls.Add(this.chartControl1);
     this.Controls.Add(this.pbox2);
     this.Controls.Add(this.pbox);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.button1);
     this.Name   = "Form1";
     this.Text   = "Form1";
     this.Load  += new System.EventHandler(this.Form1_Load);
     this.Paint += new System.Windows.Forms.PaintEventHandler(this.Form1_Paint);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pbox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 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);
 }
Exemplo n.º 11
0
 /// <summary>
 /// 디자이너 지원에 필요한 메서드입니다.
 /// 이 메서드의 내용을 코드 편집기로 수정하지 마세요.
 /// </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.ConstantLine     constantLine1     = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.Series           series1           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.SeriesPoint      seriesPoint1      = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 11, 6, 0, 0, 0), new object[] {
         ((object)(56.48D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint2 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 11, 3, 0, 0, 0), new object[] {
         ((object)(53.78D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint3 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 11, 0, 0, 0, 0), new object[] {
         ((object)(57.74D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint4 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 21, 0, 0, 0), new object[] {
         ((object)(64.4D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint5 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 18, 0, 0, 0), new object[] {
         ((object)(72.5D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint6 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 15, 0, 0, 0), new object[] {
         ((object)(72.68D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint7 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 12, 0, 0, 0), new object[] {
         ((object)(69.62D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint8 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 9, 0, 0, 0), new object[] {
         ((object)(67.28D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint9 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 6, 0, 0, 0), new object[] {
         ((object)(62.42D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint10 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 3, 0, 0, 0), new object[] {
         ((object)(60.62D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint11 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 0, 0, 0, 0), new object[] {
         ((object)(62.6D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint12 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 21, 0, 0, 0), new object[] {
         ((object)(71.96D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint13 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 18, 0, 0, 0), new object[] {
         ((object)(77.9D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint14 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 15, 0, 0, 0), new object[] {
         ((object)(78.98D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint15 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 12, 0, 0, 0), new object[] {
         ((object)(76.28D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint16 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 9, 0, 0, 0), new object[] {
         ((object)(71.06D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint17 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 6, 0, 0, 0), new object[] {
         ((object)(60.8D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint18 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 3, 0, 0, 0), new object[] {
         ((object)(58.64D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint19 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 0, 0, 0, 0), new object[] {
         ((object)(63.14D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint20 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 21, 0, 0, 0), new object[] {
         ((object)(68.54D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint21 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 18, 0, 0, 0), new object[] {
         ((object)(75.2D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint22 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 15, 0, 0, 0), new object[] {
         ((object)(77.18D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint23 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 12, 0, 0, 0), new object[] {
         ((object)(74.48D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint24 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 9, 0, 0, 0), new object[] {
         ((object)(64.58D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint25 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 6, 0, 0, 0), new object[] {
         ((object)(59.36D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint26 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 3, 0, 0, 0), new object[] {
         ((object)(60.08D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint27 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 0, 0, 0, 0), new object[] {
         ((object)(61.16D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint28 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 21, 0, 0, 0), new object[] {
         ((object)(63.86D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint29 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 18, 0, 0, 0), new object[] {
         ((object)(65.66D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint30 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 15, 0, 0, 0), new object[] {
         ((object)(65.12D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint31 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 12, 0, 0, 0), new object[] {
         ((object)(63.86D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint32 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 9, 0, 0, 0), new object[] {
         ((object)(61.52D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint33 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 6, 0, 0, 0), new object[] {
         ((object)(51.8D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint34 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 3, 0, 0, 0), new object[] {
         ((object)(52.34D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint35 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 0, 0, 0, 0), new object[] {
         ((object)(57.2D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint36 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 21, 0, 0, 0), new object[] {
         ((object)(60.44D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint37 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 18, 0, 0, 0), new object[] {
         ((object)(65.48D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint38 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 15, 0, 0, 0), new object[] {
         ((object)(66.56D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint39 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 12, 0, 0, 0), new object[] {
         ((object)(64.04D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint40 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 9, 0, 0, 0), new object[] {
         ((object)(60.26D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint41 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 6, 0, 0, 0), new object[] {
         ((object)(51.44D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint42 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 3, 0, 0, 0), new object[] {
         ((object)(50.18D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint43 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 0, 0, 0, 0), new object[] {
         ((object)(56.12D))
     });
     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.SeriesPoint      seriesPoint44     = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 11, 6, 0, 0, 0), new object[] {
         ((object)(1023D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint45 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 11, 3, 0, 0, 0), new object[] {
         ((object)(1021D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint46 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 11, 0, 0, 0, 0), new object[] {
         ((object)(1023D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint47 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 21, 0, 0, 0), new object[] {
         ((object)(1021D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint48 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 18, 0, 0, 0), new object[] {
         ((object)(1020D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint49 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 15, 0, 0, 0), new object[] {
         ((object)(1021D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint50 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 12, 0, 0, 0), new object[] {
         ((object)(1023D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint51 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 9, 0, 0, 0), new object[] {
         ((object)(1023D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint52 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 6, 0, 0, 0), new object[] {
         ((object)(1023D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint53 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 3, 0, 0, 0), new object[] {
         ((object)(1021D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint54 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 0, 0, 0, 0), new object[] {
         ((object)(1023D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint55 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 21, 0, 0, 0), new object[] {
         ((object)(1023D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint56 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 18, 0, 0, 0), new object[] {
         ((object)(1021D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint57 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 15, 0, 0, 0), new object[] {
         ((object)(1023D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint58 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 12, 0, 0, 0), new object[] {
         ((object)(1024D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint59 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 9, 0, 0, 0), new object[] {
         ((object)(1024D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint60 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 6, 0, 0, 0), new object[] {
         ((object)(1024D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint61 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 3, 0, 0, 0), new object[] {
         ((object)(1023D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint62 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 0, 0, 0, 0), new object[] {
         ((object)(1024D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint63 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 21, 0, 0, 0), new object[] {
         ((object)(1023D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint64 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 18, 0, 0, 0), new object[] {
         ((object)(1021D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint65 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 15, 0, 0, 0), new object[] {
         ((object)(1021D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint66 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 12, 0, 0, 0), new object[] {
         ((object)(1021D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint67 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 9, 0, 0, 0), new object[] {
         ((object)(1021D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint68 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 6, 0, 0, 0), new object[] {
         ((object)(1020D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint69 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 3, 0, 0, 0), new object[] {
         ((object)(1019D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint70 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 0, 0, 0, 0), new object[] {
         ((object)(1019D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint71 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 21, 0, 0, 0), new object[] {
         ((object)(1019D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint72 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 18, 0, 0, 0), new object[] {
         ((object)(1017D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint73 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 15, 0, 0, 0), new object[] {
         ((object)(1017D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint74 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 12, 0, 0, 0), new object[] {
         ((object)(1017D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint75 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 9, 0, 0, 0), new object[] {
         ((object)(1017D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint76 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 6, 0, 0, 0), new object[] {
         ((object)(1017D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint77 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 3, 0, 0, 0), new object[] {
         ((object)(1016D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint78 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 0, 0, 0, 0), new object[] {
         ((object)(1016D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint79 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 21, 0, 0, 0), new object[] {
         ((object)(1016D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint80 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 18, 0, 0, 0), new object[] {
         ((object)(1015D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint81 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 15, 0, 0, 0), new object[] {
         ((object)(1015D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint82 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 12, 0, 0, 0), new object[] {
         ((object)(1015D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint83 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 9, 0, 0, 0), new object[] {
         ((object)(1015D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint84 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 6, 0, 0, 0), new object[] {
         ((object)(1015D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint85 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 3, 0, 0, 0), new object[] {
         ((object)(1015D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint86 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 0, 0, 0, 0), new object[] {
         ((object)(1015D))
     });
     DevExpress.XtraCharts.AreaSeriesView           areaSeriesView1           = new DevExpress.XtraCharts.AreaSeriesView();
     DevExpress.XtraCharts.Series                   series3                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SeriesPoint              seriesPoint87             = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 11, 6, 0, 0, 0), new object[] {
         ((object)(69D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint88 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 11, 3, 0, 0, 0), new object[] {
         ((object)(76D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint89 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 11, 0, 0, 0, 0), new object[] {
         ((object)(66D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint90 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 21, 0, 0, 0), new object[] {
         ((object)(49D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint91 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 18, 0, 0, 0), new object[] {
         ((object)(45D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint92 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 15, 0, 0, 0), new object[] {
         ((object)(48D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint93 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 12, 0, 0, 0), new object[] {
         ((object)(57D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint94 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 9, 0, 0, 0), new object[] {
         ((object)(66D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint95 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 6, 0, 0, 0), new object[] {
         ((object)(78D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint96 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 3, 0, 0, 0), new object[] {
         ((object)(83D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint97 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 0, 0, 0, 0), new object[] {
         ((object)(72D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint98 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 21, 0, 0, 0), new object[] {
         ((object)(52D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint99 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 18, 0, 0, 0), new object[] {
         ((object)(40D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint100 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 15, 0, 0, 0), new object[] {
         ((object)(41D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint101 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 12, 0, 0, 0), new object[] {
         ((object)(37D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint102 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 9, 0, 0, 0), new object[] {
         ((object)(41D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint103 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 6, 0, 0, 0), new object[] {
         ((object)(68D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint104 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 3, 0, 0, 0), new object[] {
         ((object)(78D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint105 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 0, 0, 0, 0), new object[] {
         ((object)(71D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint106 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 21, 0, 0, 0), new object[] {
         ((object)(63D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint107 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 18, 0, 0, 0), new object[] {
         ((object)(47D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint108 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 15, 0, 0, 0), new object[] {
         ((object)(44D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint109 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 12, 0, 0, 0), new object[] {
         ((object)(48D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint110 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 9, 0, 0, 0), new object[] {
         ((object)(68D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint111 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 6, 0, 0, 0), new object[] {
         ((object)(81D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint112 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 3, 0, 0, 0), new object[] {
         ((object)(85D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint113 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 0, 0, 0, 0), new object[] {
         ((object)(76D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint114 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 21, 0, 0, 0), new object[] {
         ((object)(65D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint115 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 18, 0, 0, 0), new object[] {
         ((object)(57D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint116 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 15, 0, 0, 0), new object[] {
         ((object)(62D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint117 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 12, 0, 0, 0), new object[] {
         ((object)(53D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint118 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 9, 0, 0, 0), new object[] {
         ((object)(62D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint119 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 6, 0, 0, 0), new object[] {
         ((object)(76D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint120 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 3, 0, 0, 0), new object[] {
         ((object)(80D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint121 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 0, 0, 0, 0), new object[] {
         ((object)(82D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint122 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 21, 0, 0, 0), new object[] {
         ((object)(73D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint123 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 18, 0, 0, 0), new object[] {
         ((object)(57D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint124 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 15, 0, 0, 0), new object[] {
         ((object)(55D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint125 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 12, 0, 0, 0), new object[] {
         ((object)(64D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint126 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 9, 0, 0, 0), new object[] {
         ((object)(74D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint127 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 6, 0, 0, 0), new object[] {
         ((object)(89D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint128 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 3, 0, 0, 0), new object[] {
         ((object)(87D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint129 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 0, 0, 0, 0), new object[] {
         ((object)(80D))
     });
     DevExpress.XtraCharts.SideBySideBarSeriesView sideBySideBarSeriesView1 = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     DevExpress.XtraCharts.ChartTitle chartTitle1 = new DevExpress.XtraCharts.ChartTitle();
     this.chart = new DevExpress.XtraCharts.ChartControl();
     ((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)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).BeginInit();
     this.SuspendLayout();
     //
     // chart
     //
     this.chart.AutoLayout = false;
     this.chart.CrosshairOptions.ArgumentLineColor           = System.Drawing.Color.DeepSkyBlue;
     this.chart.CrosshairOptions.ArgumentLineStyle.Thickness = 2;
     this.chart.CrosshairOptions.GroupHeaderPattern          = "{A:d MMMM,  H:mm}";
     this.chart.CrosshairOptions.ShowOnlyInFocusedPane       = false;
     this.chart.DataBindings = null;
     xyDiagram1.AxisX.DateTimeScaleOptions.AutoGrid      = false;
     xyDiagram1.AxisX.DateTimeScaleOptions.GridAlignment = DevExpress.XtraCharts.DateTimeGridAlignment.Hour;
     xyDiagram1.AxisX.DateTimeScaleOptions.GridSpacing   = 6D;
     xyDiagram1.AxisX.DateTimeScaleOptions.MeasureUnit   = DevExpress.XtraCharts.DateTimeMeasureUnit.Hour;
     xyDiagram1.AxisX.GridLines.Visible                            = true;
     xyDiagram1.AxisX.Interlaced                                   = true;
     xyDiagram1.AxisX.Label.Staggered                              = true;
     xyDiagram1.AxisX.Label.TextPattern                            = "{A:dd/MM HH:mm}";
     xyDiagram1.AxisX.Label.Visible                                = false;
     xyDiagram1.AxisX.Title.Text                                   = "Date";
     xyDiagram1.AxisX.Title.Visibility                             = DevExpress.Utils.DefaultBoolean.Default;
     xyDiagram1.AxisX.Visibility                                   = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisX.VisibleInPanesSerializable                   = "1";
     xyDiagram1.AxisX.VisualRange.Auto                             = false;
     xyDiagram1.AxisX.VisualRange.MaxValueSerializable             = "06/08/2008 09:00:00.000";
     xyDiagram1.AxisX.VisualRange.MinValueSerializable             = "06/06/2008 00:00:00.000";
     xyDiagram1.AxisY.GridLines.MinorVisible                       = true;
     xyDiagram1.AxisY.Title.Font                                   = new System.Drawing.Font("Tahoma", 10F);
     xyDiagram1.AxisY.Title.Text                                   = "Temperature, F";
     xyDiagram1.AxisY.Title.Visibility                             = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisY.VisibleInPanesSerializable                   = "-1";
     xyDiagram1.AxisY.WholeRange.AlwaysShowZeroLevel               = false;
     xyDiagram1.DefaultPane.ScrollBarOptions.XAxisScrollBarVisible = false;
     xyDiagram1.DefaultPane.ScrollBarOptions.YAxisScrollBarVisible = false;
     xyDiagram1.DefaultPane.Weight                                 = 2D;
     xyDiagram1.EnableAxisXScrolling                               = true;
     xyDiagram1.PaneDistance = 4;
     xyDiagramPane1.Name     = "Pane 1";
     xyDiagramPane1.PaneID   = 0;
     xyDiagramPane1.ScrollBarOptions.XAxisScrollBarVisible = false;
     xyDiagramPane1.ScrollBarOptions.YAxisScrollBarVisible = false;
     xyDiagramPane1.Weight = 2D;
     xyDiagramPane2.Name   = "Pane 2";
     xyDiagramPane2.PaneID = 1;
     xyDiagramPane2.ScrollBarOptions.YAxisScrollBarVisible = false;
     xyDiagramPane2.Weight = 1.7D;
     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.Name = "secondaryAxisY1";
     secondaryAxisY1.NumericScaleOptions.AutoGrid    = false;
     secondaryAxisY1.NumericScaleOptions.GridSpacing = 4D;
     secondaryAxisY1.Title.Font                       = new System.Drawing.Font("Tahoma", 10F);
     secondaryAxisY1.Title.Text                       = "Pressure, mbar";
     secondaryAxisY1.Title.Visibility                 = DevExpress.Utils.DefaultBoolean.True;
     secondaryAxisY1.VisibleInPanesSerializable       = "0";
     secondaryAxisY1.VisualRange.Auto                 = false;
     secondaryAxisY1.VisualRange.AutoSideMargins      = false;
     secondaryAxisY1.VisualRange.MaxValueSerializable = "1025";
     secondaryAxisY1.VisualRange.MinValueSerializable = "1014";
     secondaryAxisY1.VisualRange.SideMarginsValue     = 0D;
     secondaryAxisY1.WholeRange.AlwaysShowZeroLevel   = false;
     secondaryAxisY1.WholeRange.Auto                  = false;
     secondaryAxisY1.WholeRange.AutoSideMargins       = false;
     secondaryAxisY1.WholeRange.MaxValueSerializable  = "1025";
     secondaryAxisY1.WholeRange.MinValueSerializable  = "1014";
     secondaryAxisY1.WholeRange.SideMarginsValue      = 0D;
     secondaryAxisY2.Alignment           = DevExpress.XtraCharts.AxisAlignment.Near;
     secondaryAxisY2.AxisID              = 1;
     constantLine1.AxisValueSerializable = "100";
     constantLine1.Name          = "ConstantLine1";
     constantLine1.ShowInLegend  = false;
     constantLine1.Title.Visible = false;
     secondaryAxisY2.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
         constantLine1
     });
     secondaryAxisY2.GridLines.MinorVisible = true;
     secondaryAxisY2.GridLines.Visible      = true;
     secondaryAxisY2.Name = "secondaryAxisY2";
     secondaryAxisY2.NumericScaleOptions.AutoGrid    = false;
     secondaryAxisY2.NumericScaleOptions.GridSpacing = 50D;
     secondaryAxisY2.Title.Font                       = new System.Drawing.Font("Tahoma", 10F);
     secondaryAxisY2.Title.Text                       = "Humidity, %";
     secondaryAxisY2.Title.Visibility                 = DevExpress.Utils.DefaultBoolean.True;
     secondaryAxisY2.VisibleInPanesSerializable       = "1";
     secondaryAxisY2.VisualRange.Auto                 = false;
     secondaryAxisY2.VisualRange.AutoSideMargins      = false;
     secondaryAxisY2.VisualRange.MaxValueSerializable = "120";
     secondaryAxisY2.VisualRange.MinValueSerializable = "0";
     secondaryAxisY2.VisualRange.SideMarginsValue     = 0D;
     secondaryAxisY2.WholeRange.AlwaysShowZeroLevel   = false;
     secondaryAxisY2.WholeRange.Auto                  = false;
     secondaryAxisY2.WholeRange.AutoSideMargins       = false;
     secondaryAxisY2.WholeRange.MaxValueSerializable  = "120";
     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.Left;
     this.chart.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside;
     this.chart.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.chart.Legend.Name    = "Default Legend";
     this.chart.Location       = new System.Drawing.Point(0, 0);
     this.chart.Name           = "chart";
     series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
     pointSeriesLabel1.Angle   = 90;
     series1.Label             = pointSeriesLabel1;
     series1.Name = "Temperature (F)";
     series1.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint1,
         seriesPoint2,
         seriesPoint3,
         seriesPoint4,
         seriesPoint5,
         seriesPoint6,
         seriesPoint7,
         seriesPoint8,
         seriesPoint9,
         seriesPoint10,
         seriesPoint11,
         seriesPoint12,
         seriesPoint13,
         seriesPoint14,
         seriesPoint15,
         seriesPoint16,
         seriesPoint17,
         seriesPoint18,
         seriesPoint19,
         seriesPoint20,
         seriesPoint21,
         seriesPoint22,
         seriesPoint23,
         seriesPoint24,
         seriesPoint25,
         seriesPoint26,
         seriesPoint27,
         seriesPoint28,
         seriesPoint29,
         seriesPoint30,
         seriesPoint31,
         seriesPoint32,
         seriesPoint33,
         seriesPoint34,
         seriesPoint35,
         seriesPoint36,
         seriesPoint37,
         seriesPoint38,
         seriesPoint39,
         seriesPoint40,
         seriesPoint41,
         seriesPoint42,
         seriesPoint43
     });
     series1.View = lineSeriesView1;
     series2.ArgumentScaleType    = DevExpress.XtraCharts.ScaleType.DateTime;
     pointSeriesLabel2.Angle      = 90;
     pointSeriesLabel2.LineLength = 5;
     series2.Label            = pointSeriesLabel2;
     series2.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
     series2.Name             = "Pressure (mbar)";
     series2.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint44,
         seriesPoint45,
         seriesPoint46,
         seriesPoint47,
         seriesPoint48,
         seriesPoint49,
         seriesPoint50,
         seriesPoint51,
         seriesPoint52,
         seriesPoint53,
         seriesPoint54,
         seriesPoint55,
         seriesPoint56,
         seriesPoint57,
         seriesPoint58,
         seriesPoint59,
         seriesPoint60,
         seriesPoint61,
         seriesPoint62,
         seriesPoint63,
         seriesPoint64,
         seriesPoint65,
         seriesPoint66,
         seriesPoint67,
         seriesPoint68,
         seriesPoint69,
         seriesPoint70,
         seriesPoint71,
         seriesPoint72,
         seriesPoint73,
         seriesPoint74,
         seriesPoint75,
         seriesPoint76,
         seriesPoint77,
         seriesPoint78,
         seriesPoint79,
         seriesPoint80,
         seriesPoint81,
         seriesPoint82,
         seriesPoint83,
         seriesPoint84,
         seriesPoint85,
         seriesPoint86
     });
     areaSeriesView1.AxisYName        = "secondaryAxisY1";
     areaSeriesView1.MarkerVisibility = DevExpress.Utils.DefaultBoolean.False;
     areaSeriesView1.PaneName         = "Pane 1";
     areaSeriesView1.Transparency     = ((byte)(0));
     series2.View = areaSeriesView1;
     series3.ArgumentScaleType          = DevExpress.XtraCharts.ScaleType.DateTime;
     sideBySideBarSeriesLabel1.Position = DevExpress.XtraCharts.BarSeriesLabelPosition.Center;
     series3.Label            = sideBySideBarSeriesLabel1;
     series3.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
     series3.Name             = "Relative humidity (%)";
     series3.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint87,
         seriesPoint88,
         seriesPoint89,
         seriesPoint90,
         seriesPoint91,
         seriesPoint92,
         seriesPoint93,
         seriesPoint94,
         seriesPoint95,
         seriesPoint96,
         seriesPoint97,
         seriesPoint98,
         seriesPoint99,
         seriesPoint100,
         seriesPoint101,
         seriesPoint102,
         seriesPoint103,
         seriesPoint104,
         seriesPoint105,
         seriesPoint106,
         seriesPoint107,
         seriesPoint108,
         seriesPoint109,
         seriesPoint110,
         seriesPoint111,
         seriesPoint112,
         seriesPoint113,
         seriesPoint114,
         seriesPoint115,
         seriesPoint116,
         seriesPoint117,
         seriesPoint118,
         seriesPoint119,
         seriesPoint120,
         seriesPoint121,
         seriesPoint122,
         seriesPoint123,
         seriesPoint124,
         seriesPoint125,
         seriesPoint126,
         seriesPoint127,
         seriesPoint128,
         seriesPoint129
     });
     sideBySideBarSeriesView1.AxisYName = "secondaryAxisY2";
     sideBySideBarSeriesView1.BarWidth  = 1.5D;
     sideBySideBarSeriesView1.PaneName  = "Pane 2";
     series3.View = sideBySideBarSeriesView1;
     this.chart.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2,
         series3
     };
     this.chart.Size     = new System.Drawing.Size(869, 494);
     this.chart.TabIndex = 3;
     chartTitle1.Text    = "Weather in London";
     this.chart.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     this.chart.ToolTipOptions.ShowForPoints = false;
     //
     // Chart02View
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.chart);
     this.Name = "Chart02View";
     this.Size = new System.Drawing.Size(869, 494);
     ((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)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
     this.ResumeLayout(false);
 }
 /// <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.XYDiagramPane               xyDiagramPane1              = new DevExpress.XtraCharts.XYDiagramPane();
     DevExpress.XtraCharts.SecondaryAxisY              secondaryAxisY1             = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.Series                      series1                     = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.LineSeriesView              lineSeriesView1             = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series                      series2                     = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.LineSeriesView              lineSeriesView2             = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series                      series3                     = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.StepAreaSeriesView          stepAreaSeriesView1         = new DevExpress.XtraCharts.StepAreaSeriesView();
     DevExpress.XtraCharts.StepAreaSeriesView          stepAreaSeriesView2         = new DevExpress.XtraCharts.StepAreaSeriesView();
     DevExpress.XtraGrid.GridFormatRule                gridFormatRule1             = new DevExpress.XtraGrid.GridFormatRule();
     DevExpress.XtraEditors.FormatConditionRuleValue   formatConditionRuleValue1   = new DevExpress.XtraEditors.FormatConditionRuleValue();
     DevExpress.XtraGrid.GridFormatRule                gridFormatRule2             = new DevExpress.XtraGrid.GridFormatRule();
     DevExpress.XtraEditors.FormatConditionRuleValue   formatConditionRuleValue2   = new DevExpress.XtraEditors.FormatConditionRuleValue();
     DevExpress.XtraGrid.GridFormatRule                gridFormatRule3             = new DevExpress.XtraGrid.GridFormatRule();
     DevExpress.XtraEditors.FormatConditionRuleDataBar formatConditionRuleDataBar1 = new DevExpress.XtraEditors.FormatConditionRuleDataBar();
     this.colMaxDeviation        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.myChartControl1        = new CryptoMarketClient.MyChartControl();
     this.gridControl1           = new DevExpress.XtraGrid.GridControl();
     this.dependencyArbitrageHistoryItemBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.gridView1               = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colTime                 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLowerAsk             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colUpperBid             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colMaxDeviationExchange = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colMaxDeviationTicker   = new DevExpress.XtraGrid.Columns.GridColumn();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.myChartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stepAreaSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stepAreaSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dependencyArbitrageHistoryItemBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     this.SuspendLayout();
     //
     // colMaxDeviation
     //
     this.colMaxDeviation.DisplayFormat.FormatString = "0.00000000";
     this.colMaxDeviation.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colMaxDeviation.FieldName    = "MaxDeviation";
     this.colMaxDeviation.MinWidth     = 40;
     this.colMaxDeviation.Name         = "colMaxDeviation";
     this.colMaxDeviation.Visible      = true;
     this.colMaxDeviation.VisibleIndex = 1;
     this.colMaxDeviation.Width        = 150;
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.Location = new System.Drawing.Point(0, 0);
     this.splitContainerControl1.Name     = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.myChartControl1);
     this.splitContainerControl1.Panel1.Text = "Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.gridControl1);
     this.splitContainerControl1.Panel2.Text      = "Panel2";
     this.splitContainerControl1.Size             = new System.Drawing.Size(2371, 1099);
     this.splitContainerControl1.SplitterPosition = 1673;
     this.splitContainerControl1.TabIndex         = 0;
     this.splitContainerControl1.Text             = "splitContainerControl1";
     //
     // myChartControl1
     //
     xyDiagram1.AxisX.DateTimeScaleOptions.MeasureUnit = DevExpress.XtraCharts.DateTimeMeasureUnit.Second;
     xyDiagram1.AxisX.GridLines.MinorVisible           = true;
     xyDiagram1.AxisX.GridLines.Visible = true;
     xyDiagram1.AxisX.Label.ResolveOverlappingOptions.AllowRotate  = false;
     xyDiagram1.AxisX.Label.ResolveOverlappingOptions.AllowStagger = false;
     xyDiagram1.AxisX.Label.TextPattern          = "{A:hh:mm:ss}";
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1;0";
     xyDiagram1.AxisY.Alignment                      = DevExpress.XtraCharts.AxisAlignment.Far;
     xyDiagram1.AxisY.Label.TextPattern              = "{V:f8}";
     xyDiagram1.AxisY.VisibleInPanesSerializable     = "-1";
     xyDiagram1.AxisY.WholeRange.AlwaysShowZeroLevel = false;
     xyDiagram1.EnableAxisXScrolling                 = true;
     xyDiagram1.EnableAxisXZooming                   = true;
     xyDiagramPane1.Name   = "Pane 1";
     xyDiagramPane1.PaneID = 0;
     //xyDiagramPane1.Weight = 0.5D;
     xyDiagram1.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] {
         xyDiagramPane1
     });
     secondaryAxisY1.AxisID            = 0;
     secondaryAxisY1.Label.TextPattern = "{V:f8}";
     secondaryAxisY1.Name = "Secondary AxisY 1";
     secondaryAxisY1.VisibleInPanesSerializable = "0";
     xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY1
     });
     this.myChartControl1.Diagram = xyDiagram1;
     this.myChartControl1.Dock    = System.Windows.Forms.DockStyle.Fill;
     this.myChartControl1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Left;
     this.myChartControl1.Legend.Name       = "Default Legend";
     this.myChartControl1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.myChartControl1.Location          = new System.Drawing.Point(0, 0);
     this.myChartControl1.Name = "myChartControl1";
     series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
     series1.Name = "Upper";
     series1.View = lineSeriesView1;
     series2.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
     series2.Name = "Lower";
     series2.View = lineSeriesView2;
     series3.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
     series3.Name = "Deviation";
     stepAreaSeriesView1.AxisYName = "Secondary AxisY 1";
     stepAreaSeriesView1.PaneName  = "Pane 1";
     series3.View = stepAreaSeriesView1;
     this.myChartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2,
         series3
     };
     stepAreaSeriesView2.Transparency         = ((byte)(0));
     this.myChartControl1.SeriesTemplate.View = stepAreaSeriesView2;
     this.myChartControl1.Size     = new System.Drawing.Size(1673, 1099);
     this.myChartControl1.TabIndex = 0;
     //
     // gridControl1
     //
     this.gridControl1.DataSource = this.dependencyArbitrageHistoryItemBindingSource;
     this.gridControl1.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.gridControl1.Location   = new System.Drawing.Point(0, 0);
     this.gridControl1.MainView   = this.gridView1;
     this.gridControl1.Name       = "gridControl1";
     this.gridControl1.Size       = new System.Drawing.Size(688, 1099);
     this.gridControl1.TabIndex   = 0;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     this.gridControl1.Click += new System.EventHandler(this.gridControl1_Click);
     //
     // dependencyArbitrageHistoryItemBindingSource
     //
     this.dependencyArbitrageHistoryItemBindingSource.DataSource = typeof(Crypto.Core.Common.Arbitrages.DependencyArbitrageHistoryItem);
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colTime,
         this.colMaxDeviation,
         this.colLowerAsk,
         this.colUpperBid,
         this.colMaxDeviationExchange,
         this.colMaxDeviationTicker
     });
     this.gridView1.FocusRectStyle                             = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     gridFormatRule1.Name                                      = "Format0";
     formatConditionRuleValue1.Condition                       = DevExpress.XtraEditors.FormatCondition.Greater;
     formatConditionRuleValue1.Expression                      = "[MaxDeviation] > [Thresold]";
     formatConditionRuleValue1.PredefinedName                  = "Green Text";
     gridFormatRule1.Rule                                      = formatConditionRuleValue1;
     gridFormatRule2.ApplyToRow                                = true;
     gridFormatRule2.Name                                      = "Format1";
     formatConditionRuleValue2.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     formatConditionRuleValue2.Appearance.Options.UseBackColor = true;
     formatConditionRuleValue2.Condition                       = DevExpress.XtraEditors.FormatCondition.Equal;
     formatConditionRuleValue2.Value1                          = false;
     gridFormatRule2.Rule                                      = formatConditionRuleValue2;
     gridFormatRule3.Column                                    = this.colMaxDeviation;
     gridFormatRule3.ColumnApplyTo                             = this.colMaxDeviation;
     gridFormatRule3.Name                                      = "FormatDeviation";
     formatConditionRuleDataBar1.AxisColor                     = System.Drawing.Color.White;
     formatConditionRuleDataBar1.DrawAxisAtMiddle              = true;
     formatConditionRuleDataBar1.PredefinedName                = "Green";
     gridFormatRule3.Rule                                      = formatConditionRuleDataBar1;
     this.gridView1.FormatRules.Add(gridFormatRule1);
     this.gridView1.FormatRules.Add(gridFormatRule2);
     this.gridView1.FormatRules.Add(gridFormatRule3);
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.LevelIndent = 0;
     this.gridView1.Name        = "gridView1";
     this.gridView1.OptionsBehavior.AllowPixelScrolling                 = DevExpress.Utils.DefaultBoolean.True;
     this.gridView1.OptionsBehavior.Editable                            = false;
     this.gridView1.OptionsDetail.EnableMasterViewMode                  = false;
     this.gridView1.OptionsSelection.CheckBoxSelectorColumnWidth        = 60;
     this.gridView1.OptionsSelection.CheckBoxSelectorField              = "IsSelectedInDependencyArbitrageForm";
     this.gridView1.OptionsSelection.EnableAppearanceFocusedCell        = false;
     this.gridView1.OptionsSelection.EnableAppearanceFocusedRow         = false;
     this.gridView1.OptionsSelection.MultiSelect                        = true;
     this.gridView1.OptionsSelection.ShowCheckBoxSelectorInColumnHeader = DevExpress.Utils.DefaultBoolean.True;
     this.gridView1.OptionsView.EnableAppearanceEvenRow                 = true;
     this.gridView1.OptionsView.ShowHorizontalLines                     = DevExpress.Utils.DefaultBoolean.False;
     this.gridView1.OptionsView.ShowVerticalLines                       = DevExpress.Utils.DefaultBoolean.False;
     this.gridView1.PreviewIndent = 0;
     //
     // colTime
     //
     this.colTime.DisplayFormat.FormatString = "HH:mm:ss.fff";
     this.colTime.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.colTime.FieldName    = "Time";
     this.colTime.MinWidth     = 40;
     this.colTime.Name         = "colTime";
     this.colTime.Visible      = true;
     this.colTime.VisibleIndex = 0;
     this.colTime.Width        = 150;
     //
     // colLowerAsk
     //
     this.colLowerAsk.DisplayFormat.FormatString = "0.00000000";
     this.colLowerAsk.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colLowerAsk.FieldName    = "LowerAsk";
     this.colLowerAsk.MinWidth     = 40;
     this.colLowerAsk.Name         = "colLowerAsk";
     this.colLowerAsk.Visible      = true;
     this.colLowerAsk.VisibleIndex = 2;
     this.colLowerAsk.Width        = 150;
     //
     // colUpperBid
     //
     this.colUpperBid.DisplayFormat.FormatString = "0.00000000";
     this.colUpperBid.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colUpperBid.FieldName    = "UpperBid";
     this.colUpperBid.MinWidth     = 40;
     this.colUpperBid.Name         = "colUpperBid";
     this.colUpperBid.Visible      = true;
     this.colUpperBid.VisibleIndex = 3;
     this.colUpperBid.Width        = 150;
     //
     // colMaxDeviationExchange
     //
     this.colMaxDeviationExchange.FieldName    = "MaxDeviationExchange";
     this.colMaxDeviationExchange.MinWidth     = 40;
     this.colMaxDeviationExchange.Name         = "colMaxDeviationExchange";
     this.colMaxDeviationExchange.Visible      = true;
     this.colMaxDeviationExchange.VisibleIndex = 4;
     this.colMaxDeviationExchange.Width        = 150;
     //
     // colMaxDeviationTicker
     //
     this.colMaxDeviationTicker.FieldName    = "MaxDeviationTicker";
     this.colMaxDeviationTicker.MinWidth     = 40;
     this.colMaxDeviationTicker.Name         = "colMaxDeviationTicker";
     this.colMaxDeviationTicker.Visible      = true;
     this.colMaxDeviationTicker.VisibleIndex = 5;
     this.colMaxDeviationTicker.Width        = 150;
     //
     // DependencyArbitrageChartForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(2371, 1099);
     this.Controls.Add(this.splitContainerControl1);
     this.Name = "DependencyArbitrageChartForm";
     this.Text = "Dependency Arbitrage Chart";
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stepAreaSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stepAreaSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.myChartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dependencyArbitrageHistoryItemBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <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.CustomLegendItem customLegendItem1  = new DevExpress.XtraCharts.CustomLegendItem();
     DevExpress.XtraCharts.CustomLegendItem customLegendItem2  = new DevExpress.XtraCharts.CustomLegendItem();
     DevExpress.XtraCharts.CustomLegendItem customLegendItem3  = new DevExpress.XtraCharts.CustomLegendItem();
     DevExpress.XtraCharts.CustomLegendItem customLegendItem4  = new DevExpress.XtraCharts.CustomLegendItem();
     DevExpress.XtraCharts.Series           series1            = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView1  = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.Series           series2            = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView2  = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.Series           series3            = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView3  = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.Series           series4            = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView4  = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.Series           series5            = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView5  = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.Series           series6            = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView6  = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.Series           series7            = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView7  = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.Series           series8            = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView8  = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.Series           series9            = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView9  = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.Series           series10           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView10 = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.Series           series11           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView11 = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.Series           series12           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView12 = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.ChartTitle       chartTitle1        = new DevExpress.XtraCharts.ChartTitle();
     this.button1      = new System.Windows.Forms.Button();
     this.btnLoad      = new System.Windows.Forms.Button();
     this.chartControl = new DevExpress.XtraCharts.ChartControl();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl)).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)(splineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series12)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView12)).BeginInit();
     this.SuspendLayout();
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(12, 12);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 0;
     this.button1.Text     = "&Run Tests";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.btnRun_Click);
     //
     // btnLoad
     //
     this.btnLoad.Location = new System.Drawing.Point(93, 12);
     this.btnLoad.Name     = "btnLoad";
     this.btnLoad.Size     = new System.Drawing.Size(75, 23);
     this.btnLoad.TabIndex = 1;
     this.btnLoad.Text     = "&Load Data";
     this.btnLoad.UseVisualStyleBackColor = true;
     this.btnLoad.Click += new System.EventHandler(this.btnLoad_Click);
     //
     // chartControl
     //
     this.chartControl.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)));
     xyDiagram1.AxisX.Logarithmic                = true;
     xyDiagram1.AxisX.Title.Text                 = "Items Count";
     xyDiagram1.AxisX.Title.Visibility           = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1;0;1";
     xyDiagram1.AxisY.Title.Tag                  = "";
     xyDiagram1.AxisY.Title.Text                 = "Milliseconds";
     xyDiagram1.AxisY.Title.Visibility           = DevExpress.Utils.DefaultBoolean.Default;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     xyDiagram1.DefaultPane.Title.Text           = "Double";
     xyDiagram1.DefaultPane.Title.Visibility     = DevExpress.Utils.DefaultBoolean.Default;
     xyDiagram1.PaneLayout.Direction             = DevExpress.XtraCharts.PaneLayoutDirection.Horizontal;
     xyDiagramPane1.Name             = "DateTime";
     xyDiagramPane1.PaneID           = 0;
     xyDiagramPane1.Title.Text       = "DateTime";
     xyDiagramPane1.Title.Visibility = DevExpress.Utils.DefaultBoolean.Default;
     xyDiagramPane2.Name             = "string";
     xyDiagramPane2.PaneID           = 1;
     xyDiagramPane2.Title.Text       = "String";
     xyDiagramPane2.Title.Visibility = DevExpress.Utils.DefaultBoolean.Default;
     xyDiagram1.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] {
         xyDiagramPane1,
         xyDiagramPane2
     });
     xyDiagram1.RuntimePaneCollapse    = false;
     secondaryAxisY1.Alignment         = DevExpress.XtraCharts.AxisAlignment.Near;
     secondaryAxisY1.AxisID            = 0;
     secondaryAxisY1.GridLines.Visible = true;
     secondaryAxisY1.Name                       = "DateTime";
     secondaryAxisY1.Title.Text                 = "Milliseconds";
     secondaryAxisY1.Title.Visibility           = DevExpress.Utils.DefaultBoolean.Default;
     secondaryAxisY1.VisibleInPanesSerializable = "-1";
     secondaryAxisY2.Alignment                  = DevExpress.XtraCharts.AxisAlignment.Near;
     secondaryAxisY2.AxisID                     = 1;
     secondaryAxisY2.GridLines.Visible          = true;
     secondaryAxisY2.Name                       = "string";
     secondaryAxisY2.Title.Text                 = "Milliseconds";
     secondaryAxisY2.Title.Visibility           = DevExpress.Utils.DefaultBoolean.Default;
     secondaryAxisY2.VisibleInPanesSerializable = "-1";
     xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY1,
         secondaryAxisY2
     });
     this.chartControl.Diagram = xyDiagram1;
     this.chartControl.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.chartControl.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside;
     customLegendItem1.MarkerColor = System.Drawing.Color.DarkBlue;
     customLegendItem1.Name        = "Boxing in Full Framework";
     customLegendItem2.MarkerColor = System.Drawing.Color.RoyalBlue;
     customLegendItem2.Name        = "Generic in Full Framework";
     customLegendItem3.MarkerColor = System.Drawing.Color.DarkGreen;
     customLegendItem3.Name        = "Boxing in Net Core";
     customLegendItem4.MarkerColor = System.Drawing.Color.LimeGreen;
     customLegendItem4.Name        = "Generic in Net Core";
     this.chartControl.Legend.CustomItems.AddRange(new DevExpress.XtraCharts.CustomLegendItem[] {
         customLegendItem1,
         customLegendItem2,
         customLegendItem3,
         customLegendItem4
     });
     this.chartControl.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.chartControl.Legend.Name      = "Default Legend";
     this.chartControl.Location         = new System.Drawing.Point(12, 41);
     this.chartControl.Name             = "chartControl";
     series1.Name                         = "doubleBoxingCore";
     splineSeriesView1.Color              = System.Drawing.Color.DarkGreen;
     series1.View                         = splineSeriesView1;
     series2.Name                         = "doubleGenericCore";
     splineSeriesView2.Color              = System.Drawing.Color.LimeGreen;
     series2.View                         = splineSeriesView2;
     series3.Name                         = "doubleBoxingFull";
     splineSeriesView3.Color              = System.Drawing.Color.DarkBlue;
     series3.View                         = splineSeriesView3;
     series4.Name                         = "doubleGenericFull";
     splineSeriesView4.Color              = System.Drawing.Color.RoyalBlue;
     series4.View                         = splineSeriesView4;
     series5.Name                         = "DateTimeBoxingCore";
     splineSeriesView5.Color              = System.Drawing.Color.DarkGreen;
     splineSeriesView5.PaneName           = "DateTime";
     series5.View                         = splineSeriesView5;
     series6.Name                         = "DateTimeGenericCore";
     splineSeriesView6.Color              = System.Drawing.Color.LimeGreen;
     splineSeriesView6.PaneName           = "DateTime";
     series6.View                         = splineSeriesView6;
     series7.Name                         = "DateTimeBoxingFull";
     splineSeriesView7.Color              = System.Drawing.Color.DarkBlue;
     splineSeriesView7.PaneName           = "DateTime";
     series7.View                         = splineSeriesView7;
     series8.Name                         = "DateTimeGenericFull";
     splineSeriesView8.Color              = System.Drawing.Color.RoyalBlue;
     splineSeriesView8.PaneName           = "DateTime";
     series8.View                         = splineSeriesView8;
     series9.Name                         = "stringBoxingCore";
     splineSeriesView9.Color              = System.Drawing.Color.DarkGreen;
     splineSeriesView9.PaneName           = "string";
     series9.View                         = splineSeriesView9;
     series10.Name                        = "stringGenericCore";
     splineSeriesView10.Color             = System.Drawing.Color.LimeGreen;
     splineSeriesView10.PaneName          = "string";
     series10.View                        = splineSeriesView10;
     series11.Name                        = "stringBoxingFull";
     splineSeriesView11.Color             = System.Drawing.Color.DarkBlue;
     splineSeriesView11.PaneName          = "string";
     series11.View                        = splineSeriesView11;
     series12.Name                        = "stringGenericFull";
     splineSeriesView12.Color             = System.Drawing.Color.RoyalBlue;
     splineSeriesView12.PaneName          = "string";
     series12.View                        = splineSeriesView12;
     this.chartControl.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2,
         series3,
         series4,
         series5,
         series6,
         series7,
         series8,
         series9,
         series10,
         series11,
         series12
     };
     this.chartControl.Size     = new System.Drawing.Size(1052, 491);
     this.chartControl.TabIndex = 2;
     chartTitle1.Text           = "List Read/Write";
     this.chartControl.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1076, 544);
     this.Controls.Add(this.chartControl);
     this.Controls.Add(this.btnLoad);
     this.Controls.Add(this.button1);
     this.Name = "MainForm";
     this.Text = "Tests Analizer";
     ((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)(splineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 14
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.SecondaryAxisY  secondaryAxisY1  = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.Series          series1          = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.StockSeriesView stockSeriesView1 = new DevExpress.XtraCharts.StockSeriesView();
     DevExpress.XtraCharts.MovingAverageConvergenceDivergence movingAverageConvergenceDivergence1 = new DevExpress.XtraCharts.MovingAverageConvergenceDivergence();
     DevExpress.XtraCharts.ChartTitle chartTitle1 = new DevExpress.XtraCharts.ChartTitle();
     this.chart = new DevExpress.XtraCharts.ChartControl();
     ((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)(stockSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(movingAverageConvergenceDivergence1)).BeginInit();
     this.SuspendLayout();
     //
     // chart
     //
     xyDiagram1.AxisX.DateTimeScaleOptions.WorkdaysOnly = true;
     xyDiagram1.AxisX.GridLines.MinorVisible            = true;
     xyDiagram1.AxisX.GridLines.Visible               = true;
     xyDiagram1.AxisX.Interlaced                      = true;
     xyDiagram1.AxisX.VisibleInPanesSerializable      = "-1;0";
     xyDiagram1.AxisX.WholeRange.Auto                 = false;
     xyDiagram1.AxisX.WholeRange.MaxValueSerializable = "06/30/2015 00:00:00.000";
     xyDiagram1.AxisX.WholeRange.MinValueSerializable = "02/25/2015 00:00:00.000";
     xyDiagram1.AxisY.Interlaced                      = true;
     xyDiagram1.AxisY.VisibleInPanesSerializable      = "-1";
     xyDiagram1.AxisY.WholeRange.AlwaysShowZeroLevel  = false;
     xyDiagramPane1.Name   = "macdPane";
     xyDiagramPane1.PaneID = 0;
     xyDiagram1.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] {
         xyDiagramPane1
     });
     secondaryAxisY1.Alignment         = DevExpress.XtraCharts.AxisAlignment.Near;
     secondaryAxisY1.AxisID            = 0;
     secondaryAxisY1.GridLines.Visible = true;
     secondaryAxisY1.Interlaced        = true;
     secondaryAxisY1.Name = "Secondary AxisY 1";
     secondaryAxisY1.VisibleInPanesSerializable = "0";
     xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY1
     });
     this.chart.Diagram = xyDiagram1;
     this.chart.Dock    = System.Windows.Forms.DockStyle.Fill;
     this.chart.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Left;
     this.chart.Legend.DockTargetName      = "Default Pane";
     this.chart.Legend.Name    = "Default Legend";
     this.chart.Location       = new System.Drawing.Point(0, 0);
     this.chart.Name           = "chart";
     series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
     series1.Name = "AUDUSD Daily";
     movingAverageConvergenceDivergence1.AxisYName    = "Secondary AxisY 1";
     movingAverageConvergenceDivergence1.Name         = "MACD";
     movingAverageConvergenceDivergence1.PaneName     = "macdPane";
     movingAverageConvergenceDivergence1.ShowInLegend = true;
     stockSeriesView1.Indicators.AddRange(new DevExpress.XtraCharts.Indicator[] {
         movingAverageConvergenceDivergence1
     });
     series1.View = stockSeriesView1;
     this.chart.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chart.Size        = new System.Drawing.Size(1264, 681);
     this.chart.TabIndex    = 0;
     chartTitle1.Text       = "AUDUSD Daily";
     chartTitle1.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.chart.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1264, 681);
     this.Controls.Add(this.chart);
     this.Name  = "Form1";
     this.Text  = "Form1";
     this.Load += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(movingAverageConvergenceDivergence1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stockSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
     this.ResumeLayout(false);
 }
 /// <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.Utils.SuperToolTip                  superToolTip1             = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem              toolTipTitleItem1         = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem                   toolTipItem1              = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip                  superToolTip2             = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem              toolTipTitleItem2         = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem                   toolTipItem2              = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip                  superToolTip3             = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem              toolTipTitleItem3         = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem                   toolTipItem3              = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip                  superToolTip4             = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem              toolTipTitleItem4         = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem                   toolTipItem4              = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip                  superToolTip5             = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem              toolTipTitleItem5         = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem                   toolTipItem5              = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip                  superToolTip6             = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem              toolTipTitleItem6         = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem                   toolTipItem6              = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip                  superToolTip7             = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem              toolTipTitleItem7         = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem                   toolTipItem7              = new DevExpress.Utils.ToolTipItem();
     DevExpress.XtraCharts.XYDiagram                xyDiagram1                = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.CustomAxisLabel          customAxisLabel1          = new DevExpress.XtraCharts.CustomAxisLabel();
     DevExpress.XtraCharts.XYDiagramPane            xyDiagramPane1            = new DevExpress.XtraCharts.XYDiagramPane();
     DevExpress.XtraCharts.SecondaryAxisY           secondaryAxisY1           = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.Legend                   legend1                   = new DevExpress.XtraCharts.Legend();
     DevExpress.XtraCharts.Series                   series1                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.CandleStickSeriesView    candleStickSeriesView1    = new DevExpress.XtraCharts.CandleStickSeriesView();
     DevExpress.XtraCharts.Series                   series2                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesView  sideBySideBarSeriesView1  = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     DevExpress.XtraCharts.CandleStickSeriesView    candleStickSeriesView2    = new DevExpress.XtraCharts.CandleStickSeriesView();
     this.barManager1                      = new DevExpress.XtraBars.BarManager(this.components);
     this.barMain                          = new DevExpress.XtraBars.Bar();
     this.stockBarCheckItem                = new DevExpress.XtraBars.BarCheckItem();
     this.candleStickBarCheckItem          = new DevExpress.XtraBars.BarCheckItem();
     this.volumesBarCheckItem              = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItem3                    = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItem4                    = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItem5                    = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItem6                    = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItem7                    = new DevExpress.XtraBars.BarCheckItem();
     this.barStaticItemPeriod              = new DevExpress.XtraBars.BarStaticItem();
     this.comboBoxBarEditItem              = new DevExpress.XtraBars.BarEditItem();
     this.repositoryItemComboBoxPeriod     = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
     this.barCheckItemTrendLine            = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItemFibonacciArcs        = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItemFibonacciFans        = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItemFibonacciRetracement = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItemRemoveIndicator      = new DevExpress.XtraBars.BarCheckItem();
     this.barStaticItemAdvancedIndicators  = new DevExpress.XtraBars.BarStaticItem();
     this.barEditItemAdvancedIndicators    = new DevExpress.XtraBars.BarEditItem();
     this.repositoryItemCheckedComboBoxEditAdvancedIndicators = new DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit();
     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.barCheckItemRegressionLine = new DevExpress.XtraBars.BarCheckItem();
     this.repositoryItemCheckedComboBoxEditMovingAverages = new DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit();
     this.repositoryItemComboBoxRegression = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
     this.stockChart    = new DevExpress.XtraCharts.ChartControl();
     this.barCheckItem1 = new DevExpress.XtraBars.BarCheckItem();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBoxPeriod)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckedComboBoxEditAdvancedIndicators)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barAndDockingController1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckedComboBoxEditMovingAverages)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBoxRegression)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.stockChart)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(candleStickSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(candleStickSeriesView2)).BeginInit();
     this.SuspendLayout();
     //
     // barManager1
     //
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
         this.barMain
     });
     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.stockBarCheckItem,
         this.candleStickBarCheckItem,
         this.volumesBarCheckItem,
         this.barCheckItem3,
         this.barCheckItem4,
         this.barCheckItem5,
         this.barCheckItem6,
         this.barCheckItem7,
         this.barStaticItemPeriod,
         this.comboBoxBarEditItem,
         this.barCheckItemTrendLine,
         this.barCheckItemFibonacciArcs,
         this.barCheckItemFibonacciFans,
         this.barCheckItemFibonacciRetracement,
         this.barCheckItemRemoveIndicator,
         this.barCheckItemRegressionLine,
         this.barStaticItemAdvancedIndicators,
         this.barEditItemAdvancedIndicators
     });
     this.barManager1.MaxItemId = 37;
     this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemComboBoxPeriod,
         this.repositoryItemCheckedComboBoxEditMovingAverages,
         this.repositoryItemComboBoxRegression,
         this.repositoryItemCheckedComboBoxEditAdvancedIndicators
     });
     //
     // barMain
     //
     this.barMain.BarName   = "Main";
     this.barMain.DockCol   = 0;
     this.barMain.DockRow   = 0;
     this.barMain.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.barMain.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.stockBarCheckItem, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.candleStickBarCheckItem),
         new DevExpress.XtraBars.LinkPersistInfo(this.volumesBarCheckItem),
         new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItem3, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItem4),
         new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItem5),
         new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItem6),
         new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItem7),
         new DevExpress.XtraBars.LinkPersistInfo(((DevExpress.XtraBars.BarLinkUserDefines)((DevExpress.XtraBars.BarLinkUserDefines.Caption | DevExpress.XtraBars.BarLinkUserDefines.PaintStyle))), this.barStaticItemPeriod, "Period:", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.Caption),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.Width, this.comboBoxBarEditItem, "", false, true, true, 79),
         new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItemTrendLine, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItemFibonacciArcs),
         new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItemFibonacciFans),
         new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItemFibonacciRetracement),
         new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItemRemoveIndicator),
         new DevExpress.XtraBars.LinkPersistInfo(this.barStaticItemAdvancedIndicators, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.barEditItemAdvancedIndicators)
     });
     this.barMain.OptionsBar.AllowQuickCustomization = false;
     this.barMain.OptionsBar.DrawBorder     = false;
     this.barMain.OptionsBar.DrawDragBorder = false;
     this.barMain.OptionsBar.UseWholeRow    = true;
     this.barMain.Text = "Main";
     //
     // stockBarCheckItem
     //
     this.stockBarCheckItem.Caption         = "Stock";
     this.stockBarCheckItem.GroupIndex      = 2;
     this.stockBarCheckItem.Id              = 16;
     this.stockBarCheckItem.Name            = "stockBarCheckItem";
     this.stockBarCheckItem.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.ChangeViewToStock);
     //
     // candleStickBarCheckItem
     //
     this.candleStickBarCheckItem.BindableChecked = true;
     this.candleStickBarCheckItem.Caption         = "Candle Stick";
     this.candleStickBarCheckItem.Checked         = true;
     this.candleStickBarCheckItem.GroupIndex      = 2;
     this.candleStickBarCheckItem.Id              = 15;
     this.candleStickBarCheckItem.Name            = "candleStickBarCheckItem";
     this.candleStickBarCheckItem.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.ChangeViewToCandleStick);
     //
     // volumesBarCheckItem
     //
     this.volumesBarCheckItem.BindableChecked = true;
     this.volumesBarCheckItem.Caption         = "Volume";
     this.volumesBarCheckItem.Checked         = true;
     this.volumesBarCheckItem.Id              = 2;
     this.volumesBarCheckItem.Name            = "volumesBarCheckItem";
     this.volumesBarCheckItem.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.OnShowVolumeChartChanged);
     //
     // barCheckItem3
     //
     this.barCheckItem3.Caption         = "6m";
     this.barCheckItem3.GroupIndex      = 1;
     this.barCheckItem3.Id              = 4;
     this.barCheckItem3.Name            = "barCheckItem3";
     this.barCheckItem3.Tag             = 120;
     this.barCheckItem3.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.OnPeriodChanged);
     //
     // barCheckItem4
     //
     this.barCheckItem4.Caption         = "1y";
     this.barCheckItem4.GroupIndex      = 1;
     this.barCheckItem4.Id              = 5;
     this.barCheckItem4.Name            = "barCheckItem4";
     this.barCheckItem4.Tag             = 240;
     this.barCheckItem4.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.OnPeriodChanged);
     //
     // barCheckItem5
     //
     this.barCheckItem5.BindableChecked = true;
     this.barCheckItem5.Caption         = "1.5y";
     this.barCheckItem5.GroupIndex      = 1;
     this.barCheckItem5.Id              = 6;
     this.barCheckItem5.Name            = "barCheckItem5";
     this.barCheckItem5.Tag             = 360;
     this.barCheckItem5.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.OnPeriodChanged);
     //
     // barCheckItem6
     //
     this.barCheckItem6.Caption         = "2y";
     this.barCheckItem6.GroupIndex      = 1;
     this.barCheckItem6.Id              = 7;
     this.barCheckItem6.Name            = "barCheckItem6";
     this.barCheckItem6.Tag             = 480;
     this.barCheckItem6.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.OnPeriodChanged);
     //
     // barCheckItem7
     //
     this.barCheckItem7.Caption         = "4y";
     this.barCheckItem7.GroupIndex      = 1;
     this.barCheckItem7.Checked         = true;
     this.barCheckItem7.Id              = 8;
     this.barCheckItem7.Name            = "barCheckItem7";
     this.barCheckItem7.Tag             = 960;
     this.barCheckItem7.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.OnPeriodChanged);
     //
     // barStaticItemPeriod
     //
     this.barStaticItemPeriod.Caption = "Period:";
     this.barStaticItemPeriod.Id      = 9;
     this.barStaticItemPeriod.Name    = "barStaticItemPeriod";
     //
     // comboBoxBarEditItem
     //
     this.comboBoxBarEditItem.Caption           = "Period";
     this.comboBoxBarEditItem.Edit              = this.repositoryItemComboBoxPeriod;
     this.comboBoxBarEditItem.EditWidth         = 65;
     this.comboBoxBarEditItem.Id                = 13;
     this.comboBoxBarEditItem.Name              = "comboBoxBarEditItem";
     this.comboBoxBarEditItem.EditValueChanged += new System.EventHandler(this.OnTicksChanged);
     //
     // repositoryItemComboBoxPeriod
     //
     this.repositoryItemComboBoxPeriod.AutoHeight = false;
     this.repositoryItemComboBoxPeriod.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemComboBoxPeriod.Name          = "repositoryItemComboBoxPeriod";
     this.repositoryItemComboBoxPeriod.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     //
     // barCheckItemTrendLine
     //
     this.barCheckItemTrendLine.Caption = "Trend Line";
     this.barCheckItemTrendLine.Id      = 19;
     this.barCheckItemTrendLine.Name    = "barCheckItemTrendLine";
     toolTipTitleItem1.Text             = "Trend Line";
     toolTipItem1.LeftIndent            = 6;
     toolTipItem1.Text = "To add a Trend Line, click on the first series point  and drag mouse to the secon" +
                         "d series point.";
     superToolTip1.Items.Add(toolTipTitleItem1);
     superToolTip1.Items.Add(toolTipItem1);
     this.barCheckItemTrendLine.SuperTip        = superToolTip1;
     this.barCheckItemTrendLine.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.UpdateDrawingItems);
     //
     // barCheckItemFibonacciArcs
     //
     this.barCheckItemFibonacciArcs.Caption = "Fibonacci Arcs";
     this.barCheckItemFibonacciArcs.Id      = 20;
     this.barCheckItemFibonacciArcs.Name    = "barCheckItemFibonacciArcs";
     toolTipTitleItem2.Text  = "Fibonacci Arcs";
     toolTipItem2.LeftIndent = 6;
     toolTipItem2.Text       = "To add a Fibonacci Arcs, click on the first series point  and drag mouse to the s" +
                               "econd series point.";
     superToolTip2.Items.Add(toolTipTitleItem2);
     superToolTip2.Items.Add(toolTipItem2);
     this.barCheckItemFibonacciArcs.SuperTip        = superToolTip2;
     this.barCheckItemFibonacciArcs.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.UpdateDrawingItems);
     //
     // barCheckItemFibonacciFans
     //
     this.barCheckItemFibonacciFans.Caption = "Fibonacci Fans";
     this.barCheckItemFibonacciFans.Id      = 21;
     this.barCheckItemFibonacciFans.Name    = "barCheckItemFibonacciFans";
     toolTipTitleItem3.Text  = "Fibonacci Fans";
     toolTipItem3.LeftIndent = 6;
     toolTipItem3.Text       = "To add a Fibonacci Fans, click on the first series point  and drag mouse to the s" +
                               "econd series point.";
     superToolTip3.Items.Add(toolTipTitleItem3);
     superToolTip3.Items.Add(toolTipItem3);
     this.barCheckItemFibonacciFans.SuperTip        = superToolTip3;
     this.barCheckItemFibonacciFans.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.UpdateDrawingItems);
     //
     // barCheckItemFibonacciRetracement
     //
     this.barCheckItemFibonacciRetracement.Caption = "Fibonacci Retracement";
     this.barCheckItemFibonacciRetracement.Id      = 22;
     this.barCheckItemFibonacciRetracement.Name    = "barCheckItemFibonacciRetracement";
     toolTipTitleItem4.Text  = "Fibonacci Retracement";
     toolTipItem4.LeftIndent = 6;
     toolTipItem4.Text       = "To add a Fibonacci Retracement, click on the first series point  and drag mouse t" +
                               "o the second series point.";
     superToolTip4.Items.Add(toolTipTitleItem4);
     superToolTip4.Items.Add(toolTipItem4);
     this.barCheckItemFibonacciRetracement.SuperTip        = superToolTip4;
     this.barCheckItemFibonacciRetracement.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.UpdateDrawingItems);
     //
     // barCheckItemRemoveIndicator
     //
     this.barCheckItemRemoveIndicator.Caption = "Remove Indicator";
     this.barCheckItemRemoveIndicator.Id      = 27;
     this.barCheckItemRemoveIndicator.Name    = "barCheckItemRemoveIndicator";
     toolTipTitleItem5.Text  = "Remove Indicator";
     toolTipItem5.LeftIndent = 6;
     toolTipItem5.Text       = "To remove an indicator, click it or its label.";
     superToolTip5.Items.Add(toolTipTitleItem5);
     superToolTip5.Items.Add(toolTipItem5);
     this.barCheckItemRemoveIndicator.SuperTip        = superToolTip5;
     this.barCheckItemRemoveIndicator.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barCheckItemRemoveIndicator_CheckedChanged);
     //
     // barStaticItemAdvancedIndicators
     //
     this.barStaticItemAdvancedIndicators.Border  = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.barStaticItemAdvancedIndicators.Caption = "Indicators:";
     this.barStaticItemAdvancedIndicators.Id      = 35;
     this.barStaticItemAdvancedIndicators.Name    = "barStaticItemAdvancedIndicators";
     toolTipTitleItem6.Text  = "Advanced Indicators";
     toolTipItem6.LeftIndent = 6;
     toolTipItem6.Text       = "To add an indicator, check it in a drop down list.";
     superToolTip6.Items.Add(toolTipTitleItem6);
     superToolTip6.Items.Add(toolTipItem6);
     this.barStaticItemAdvancedIndicators.SuperTip = superToolTip6;
     //
     // barEditItemAdvancedIndicators
     //
     this.barEditItemAdvancedIndicators.Caption   = "Advanced Indicators";
     this.barEditItemAdvancedIndicators.Edit      = this.repositoryItemCheckedComboBoxEditAdvancedIndicators;
     this.barEditItemAdvancedIndicators.EditWidth = 80;
     this.barEditItemAdvancedIndicators.Id        = 36;
     this.barEditItemAdvancedIndicators.Name      = "barEditItemAdvancedIndicators";
     toolTipTitleItem7.Text  = "Advanced Indicators";
     toolTipItem7.LeftIndent = 6;
     toolTipItem7.Text       = "To add an indicator, check it in a drop down list.";
     superToolTip7.Items.Add(toolTipTitleItem7);
     superToolTip7.Items.Add(toolTipItem7);
     this.barEditItemAdvancedIndicators.SuperTip          = superToolTip7;
     this.barEditItemAdvancedIndicators.EditValueChanged += new System.EventHandler(this.barEditItemAdvancedIndicators_EditValueChanged);
     //
     // repositoryItemCheckedComboBoxEditAdvancedIndicators
     //
     this.repositoryItemCheckedComboBoxEditAdvancedIndicators.AutoHeight = false;
     this.repositoryItemCheckedComboBoxEditAdvancedIndicators.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemCheckedComboBoxEditAdvancedIndicators.Name                 = "repositoryItemCheckedComboBoxEditAdvancedIndicators";
     this.repositoryItemCheckedComboBoxEditAdvancedIndicators.PopupFormSize        = new System.Drawing.Size(240, 410);
     this.repositoryItemCheckedComboBoxEditAdvancedIndicators.SelectAllItemVisible = false;
     //
     // barAndDockingController1
     //
     this.barAndDockingController1.PropertiesBar.AllowLinkLighting = false;
     this.barAndDockingController1.PropertiesDocking.ViewStyle     = DevExpress.XtraBars.Docking2010.Views.DockingViewStyle.Classic;
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock             = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location         = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Manager          = this.barManager1;
     this.barDockControlTop.Size             = new System.Drawing.Size(1157, 20);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 536);
     this.barDockControlBottom.Manager          = this.barManager1;
     this.barDockControlBottom.Size             = new System.Drawing.Size(1157, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock             = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location         = new System.Drawing.Point(0, 20);
     this.barDockControlLeft.Manager          = this.barManager1;
     this.barDockControlLeft.Size             = new System.Drawing.Size(0, 516);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(1157, 20);
     this.barDockControlRight.Manager          = this.barManager1;
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 516);
     //
     // barCheckItemRegressionLine
     //
     this.barCheckItemRegressionLine.Caption = "Regression Line";
     this.barCheckItemRegressionLine.Id      = 28;
     this.barCheckItemRegressionLine.Name    = "barCheckItemRegressionLine";
     //
     // repositoryItemCheckedComboBoxEditMovingAverages
     //
     this.repositoryItemCheckedComboBoxEditMovingAverages.AutoHeight = false;
     this.repositoryItemCheckedComboBoxEditMovingAverages.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemCheckedComboBoxEditMovingAverages.Name = "repositoryItemCheckedComboBoxEditMovingAverages";
     this.repositoryItemCheckedComboBoxEditMovingAverages.SelectAllItemVisible = false;
     //
     // repositoryItemComboBoxRegression
     //
     this.repositoryItemComboBoxRegression.AutoHeight = false;
     this.repositoryItemComboBoxRegression.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemComboBoxRegression.Name          = "repositoryItemComboBoxRegression";
     this.repositoryItemComboBoxRegression.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     //
     // stockChart
     //
     this.stockChart.AccessibleRole           = System.Windows.Forms.AccessibleRole.Application;
     this.stockChart.AutoLayout               = false;
     this.stockChart.BorderOptions.Visibility = DevExpress.Utils.DefaultBoolean.False;
     //this.stockChart.CrosshairOptions.ArgumentLineColor = System.Drawing.Color.White;
     this.stockChart.CrosshairOptions.ShowOnlyInFocusedPane = false;
     //this.stockChart.CrosshairOptions.ValueLineColor = System.Drawing.Color.White;
     xyDiagram1.AxisX.DateTimeScaleOptions.MeasureUnit = DevExpress.XtraCharts.DateTimeMeasureUnit.Week;
     xyDiagram1.AxisX.GridLines.MinorVisible           = true;
     xyDiagram1.AxisX.GridLines.Visible          = true;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "0";
     xyDiagram1.AxisY.Alignment             = DevExpress.XtraCharts.AxisAlignment.Far;
     customAxisLabel1.AxisValueSerializable = "1";
     customAxisLabel1.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(71)))), ((int)(((byte)(71)))), ((int)(((byte)(71)))));
     customAxisLabel1.Name = "$1,0";
     //customAxisLabel1.TextColor = System.Drawing.Color.White;
     xyDiagram1.AxisY.CustomLabels.AddRange(new DevExpress.XtraCharts.CustomAxisLabel[] {
         customAxisLabel1
     });
     xyDiagram1.AxisY.GridLines.MinorVisible = true;
     xyDiagram1.AxisY.Label.ResolveOverlappingOptions.AllowHide    = false;
     xyDiagram1.AxisY.Label.ResolveOverlappingOptions.AllowRotate  = false;
     xyDiagram1.AxisY.Label.ResolveOverlappingOptions.AllowStagger = false;
     xyDiagram1.AxisY.Label.TextPattern              = "${V:F1}";
     xyDiagram1.AxisY.LabelVisibilityMode            = DevExpress.XtraCharts.AxisLabelVisibilityMode.AutoGeneratedAndCustom;
     xyDiagram1.AxisY.Title.Text                     = "";
     xyDiagram1.AxisY.VisibleInPanesSerializable     = "-1";
     xyDiagram1.AxisY.WholeRange.AlwaysShowZeroLevel = false;
     xyDiagram1.DefaultPane.LayoutOptions.RowSpan    = 2;
     xyDiagram1.PaneDistance = 5;
     xyDiagramPane1.Name     = "Volume Pane";
     xyDiagramPane1.PaneID   = 0;
     xyDiagram1.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] {
         xyDiagramPane1
     });
     secondaryAxisY1.AxisID = 1;
     secondaryAxisY1.GridLines.MinorVisible = true;
     secondaryAxisY1.GridLines.Visible      = true;
     secondaryAxisY1.Label.TextPattern      = "{V:F1}M";
     secondaryAxisY1.Name = "Volume Axis";
     secondaryAxisY1.VisibleInPanesSerializable = "0";
     xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY1
     });
     this.stockChart.Diagram = xyDiagram1;
     this.stockChart.Dock    = System.Windows.Forms.DockStyle.Fill;
     this.stockChart.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Left;
     this.stockChart.Legend.Margins.Bottom      = 10;
     this.stockChart.Legend.Margins.Left        = 10;
     this.stockChart.Legend.Margins.Right       = 10;
     this.stockChart.Legend.Margins.Top         = 10;
     this.stockChart.Legend.Name       = "Default Legend";
     this.stockChart.Legend.Visibility = DevExpress.Utils.DefaultBoolean.True;
     legend1.AlignmentHorizontal       = DevExpress.XtraCharts.LegendAlignmentHorizontal.Left;
     legend1.DockTargetName            = "Volume Pane";
     legend1.Margins.Bottom            = 10;
     legend1.Margins.Left  = 10;
     legend1.Margins.Right = 10;
     legend1.Margins.Top   = 10;
     legend1.Name          = "Volume Legend";
     this.stockChart.Legends.AddRange(new DevExpress.XtraCharts.Legend[] {
         legend1
     });
     this.stockChart.Location      = new System.Drawing.Point(0, 20);
     this.stockChart.Name          = "stockChart";
     this.stockChart.SelectionMode = DevExpress.XtraCharts.ElementSelectionMode.Single;
     series1.ArgumentScaleType     = DevExpress.XtraCharts.ScaleType.DateTime;
     series1.Name = "Price";
     candleStickSeriesView1.LevelLineLength = 0.3D;
     candleStickSeriesView1.LineThickness   = 1;
     series1.View = candleStickSeriesView1;
     series2.ArgumentScaleType                = DevExpress.XtraCharts.ScaleType.DateTime;
     series2.CrosshairLabelPattern            = "{S} : {V}M";
     sideBySideBarSeriesLabel1.LineVisibility = DevExpress.Utils.DefaultBoolean.False;
     series2.Label             = sideBySideBarSeriesLabel1;
     series2.LegendName        = "Volume Legend";
     series2.LegendTextPattern = "{A}";
     series2.Name = "Volume";
     sideBySideBarSeriesView1.AxisYName = "Volume Axis";
     sideBySideBarSeriesView1.BarWidth  = 0.8D;
     sideBySideBarSeriesView1.PaneName  = "Volume Pane";
     series2.View = sideBySideBarSeriesView1;
     this.stockChart.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     this.stockChart.SeriesTemplate.View        = candleStickSeriesView2;
     this.stockChart.SideBySideBarDistanceFixed = 0;
     this.stockChart.Size              = new System.Drawing.Size(1157, 516);
     this.stockChart.TabIndex          = 5;
     this.stockChart.ObjectSelected   += new DevExpress.XtraCharts.HotTrackEventHandler(this.stockChart_ObjectSelected);
     this.stockChart.ObjectHotTracked += new DevExpress.XtraCharts.HotTrackEventHandler(this.stockChart_ObjectHotTracked);
     this.stockChart.BoundDataChanged += new DevExpress.XtraCharts.BoundDataChangedEventHandler(this.stockChart_BoundDataChanged);
     this.stockChart.MouseDown        += new System.Windows.Forms.MouseEventHandler(this.stockChart_MouseDown);
     this.stockChart.MouseMove        += new System.Windows.Forms.MouseEventHandler(this.stockChart_MouseMove);
     this.stockChart.MouseUp          += new System.Windows.Forms.MouseEventHandler(this.stockChart_MouseUp);
     //
     // barCheckItem1
     //
     this.barCheckItem1.BindableChecked = true;
     this.barCheckItem1.Caption         = "Crosshair";
     this.barCheckItem1.Checked         = true;
     this.barCheckItem1.GroupIndex      = 3;
     this.barCheckItem1.Id   = 23;
     this.barCheckItem1.Name = "barCheckItem1";
     //
     // StockChartUC
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.stockChart);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Margin = new System.Windows.Forms.Padding(0);
     this.Name   = "StockChartUC";
     this.Size   = new System.Drawing.Size(1157, 536);
     this.Load  += new System.EventHandler(this.StockChartUC_Load);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBoxPeriod)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckedComboBoxEditAdvancedIndicators)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barAndDockingController1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckedComboBoxEditMovingAverages)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBoxRegression)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(candleStickSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(candleStickSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.stockChart)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 16
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.TextAnnotation   textAnnotation1   = new DevExpress.XtraCharts.TextAnnotation();
     DevExpress.XtraCharts.ChartAnchorPoint chartAnchorPoint1 = new DevExpress.XtraCharts.ChartAnchorPoint();
     DevExpress.XtraCharts.FreePosition     freePosition1     = new DevExpress.XtraCharts.FreePosition();
     DevExpress.XtraCharts.TextAnnotation   textAnnotation2   = new DevExpress.XtraCharts.TextAnnotation();
     DevExpress.XtraCharts.ChartAnchorPoint chartAnchorPoint2 = new DevExpress.XtraCharts.ChartAnchorPoint();
     DevExpress.XtraCharts.FreePosition     freePosition2     = new DevExpress.XtraCharts.FreePosition();
     DevExpress.XtraCharts.TextAnnotation   textAnnotation3   = new DevExpress.XtraCharts.TextAnnotation();
     DevExpress.XtraCharts.ChartAnchorPoint chartAnchorPoint3 = new DevExpress.XtraCharts.ChartAnchorPoint();
     DevExpress.XtraCharts.FreePosition     freePosition3     = new DevExpress.XtraCharts.FreePosition();
     DevExpress.XtraCharts.TextAnnotation   textAnnotation4   = new DevExpress.XtraCharts.TextAnnotation();
     DevExpress.XtraCharts.ChartAnchorPoint chartAnchorPoint4 = new DevExpress.XtraCharts.ChartAnchorPoint();
     DevExpress.XtraCharts.FreePosition     freePosition4     = new DevExpress.XtraCharts.FreePosition();
     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.SecondaryAxisY   secondaryAxisY1   = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.SecondaryAxisY   secondaryAxisY2   = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.SecondaryAxisY   secondaryAxisY3   = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.LineSeriesView   lineSeriesView1   = new DevExpress.XtraCharts.LineSeriesView();
     this.layoutControl1      = new DevExpress.XtraLayout.LayoutControl();
     this.ccHousesSales       = new DevExpress.XtraCharts.ChartControl();
     this.pgcHousesSales      = new DevExpress.XtraPivotGrid.PivotGridControl();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem2  = new DevExpress.XtraLayout.LayoutControlItem();
     this.splitterItem2       = new DevExpress.XtraLayout.SplitterItem();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ccHousesSales)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(textAnnotation1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(textAnnotation2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(textAnnotation3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(textAnnotation4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pgcHousesSales)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitterItem2)).BeginInit();
     this.SuspendLayout();
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.ccHousesSales);
     this.layoutControl1.Controls.Add(this.pgcHousesSales);
     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(399, 512, 752, 567);
     this.layoutControl1.Root     = this.layoutControlGroup1;
     this.layoutControl1.Size     = new System.Drawing.Size(1201, 594);
     this.layoutControl1.TabIndex = 0;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // ccHousesSales
     //
     chartAnchorPoint1.X                = 0;
     chartAnchorPoint1.Y                = 0;
     textAnnotation1.AnchorPoint        = chartAnchorPoint1;
     textAnnotation1.BackColor          = System.Drawing.Color.Transparent;
     textAnnotation1.Border.Visibility  = Utils.DefaultBoolean.False;
     textAnnotation1.ConnectorStyle     = DevExpress.XtraCharts.AnnotationConnectorStyle.None;
     textAnnotation1.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.False;
     textAnnotation1.Name               = "Text Annotation 1";
     textAnnotation1.ShapeKind          = DevExpress.XtraCharts.ShapeKind.Rectangle;
     freePosition1.DockTargetName       = "Default Pane";
     freePosition1.InnerIndents.Bottom  = 0;
     freePosition1.InnerIndents.Left    = 0;
     freePosition1.InnerIndents.Right   = 0;
     freePosition1.InnerIndents.Top     = 0;
     textAnnotation1.ShapePosition      = freePosition1;
     textAnnotation1.TextColor          = System.Drawing.Color.White;
     chartAnchorPoint2.X                = 0;
     chartAnchorPoint2.Y                = 0;
     textAnnotation2.AnchorPoint        = chartAnchorPoint2;
     textAnnotation2.BackColor          = System.Drawing.Color.Transparent;
     textAnnotation2.Border.Visibility  = Utils.DefaultBoolean.False;
     textAnnotation2.ConnectorStyle     = DevExpress.XtraCharts.AnnotationConnectorStyle.None;
     textAnnotation2.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.False;
     textAnnotation2.Name               = "Text Annotation 2";
     textAnnotation2.ShapeKind          = DevExpress.XtraCharts.ShapeKind.Rectangle;
     freePosition2.DockTargetName       = "Pane 1";
     freePosition2.InnerIndents.Bottom  = 0;
     freePosition2.InnerIndents.Left    = 0;
     freePosition2.InnerIndents.Right   = 0;
     freePosition2.InnerIndents.Top     = 0;
     textAnnotation2.ShapePosition      = freePosition2;
     textAnnotation2.TextColor          = System.Drawing.Color.White;
     chartAnchorPoint3.X                = 0;
     chartAnchorPoint3.Y                = 0;
     textAnnotation3.AnchorPoint        = chartAnchorPoint3;
     textAnnotation3.BackColor          = System.Drawing.Color.Transparent;
     textAnnotation3.Border.Visibility  = Utils.DefaultBoolean.False;
     textAnnotation3.ConnectorStyle     = DevExpress.XtraCharts.AnnotationConnectorStyle.None;
     textAnnotation3.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.False;
     textAnnotation3.Name               = "Text Annotation 3";
     textAnnotation3.ShapeKind          = DevExpress.XtraCharts.ShapeKind.Rectangle;
     freePosition3.DockTargetName       = "Pane 2";
     freePosition3.InnerIndents.Bottom  = 0;
     freePosition3.InnerIndents.Left    = 0;
     freePosition3.InnerIndents.Right   = 0;
     freePosition3.InnerIndents.Top     = 0;
     textAnnotation3.ShapePosition      = freePosition3;
     textAnnotation3.TextColor          = System.Drawing.Color.White;
     chartAnchorPoint4.X                = 0;
     chartAnchorPoint4.Y                = 0;
     textAnnotation4.AnchorPoint        = chartAnchorPoint4;
     textAnnotation4.BackColor          = System.Drawing.Color.Transparent;
     textAnnotation4.Border.Visibility  = Utils.DefaultBoolean.False;
     textAnnotation4.ConnectorStyle     = DevExpress.XtraCharts.AnnotationConnectorStyle.None;
     textAnnotation4.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.False;
     textAnnotation4.Name               = "Text Annotation 4";
     textAnnotation4.ShapeKind          = DevExpress.XtraCharts.ShapeKind.Rectangle;
     freePosition4.DockTargetName       = "Pane 3";
     freePosition4.InnerIndents.Bottom  = 0;
     freePosition4.InnerIndents.Left    = 0;
     freePosition4.InnerIndents.Right   = 0;
     freePosition4.InnerIndents.Top     = 0;
     textAnnotation4.ShapePosition      = freePosition4;
     textAnnotation4.TextColor          = System.Drawing.Color.White;
     this.ccHousesSales.AnnotationRepository.AddRange(new DevExpress.XtraCharts.Annotation[] {
         textAnnotation1,
         textAnnotation2,
         textAnnotation3,
         textAnnotation4
     });
     this.ccHousesSales.AutoLayoutSettingsEnabled = false;
     this.ccHousesSales.CacheToMemory             = true;
     this.ccHousesSales.DataSource               = this.pgcHousesSales;
     xyDiagram1.AxisX.GridLines.Visible          = true;
     xyDiagram1.AxisX.Label.EnableAntialiasing   = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.GridLines.MinorVisible     = true;
     xyDiagram1.AxisY.Label.EnableAntialiasing   = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     xyDiagram1.Margins.Bottom = 0;
     xyDiagram1.Margins.Left   = 0;
     xyDiagram1.Margins.Right  = 0;
     xyDiagram1.Margins.Top    = 0;
     xyDiagramPane1.Name       = "Pane 1";
     xyDiagramPane1.PaneID     = 0;
     xyDiagramPane2.Name       = "Pane 2";
     xyDiagramPane2.PaneID     = 1;
     xyDiagramPane3.Name       = "Pane 3";
     xyDiagramPane3.PaneID     = 2;
     xyDiagram1.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] {
         xyDiagramPane1,
         xyDiagramPane2,
         xyDiagramPane3
     });
     secondaryAxisY1.Alignment = DevExpress.XtraCharts.AxisAlignment.Near;
     secondaryAxisY1.AxisID    = 0;
     secondaryAxisY1.GridLines.MinorVisible   = true;
     secondaryAxisY1.GridLines.Visible        = true;
     secondaryAxisY1.Label.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.False;
     secondaryAxisY1.Name = "Secondary AxisY 1";
     secondaryAxisY1.VisibleInPanesSerializable = "-1";
     secondaryAxisY2.Alignment = DevExpress.XtraCharts.AxisAlignment.Near;
     secondaryAxisY2.AxisID    = 1;
     secondaryAxisY2.GridLines.MinorVisible   = true;
     secondaryAxisY2.GridLines.Visible        = true;
     secondaryAxisY2.Label.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.False;
     secondaryAxisY2.Name = "Secondary AxisY 2";
     secondaryAxisY2.VisibleInPanesSerializable = "-1";
     secondaryAxisY3.Alignment = DevExpress.XtraCharts.AxisAlignment.Near;
     secondaryAxisY3.AxisID    = 2;
     secondaryAxisY3.GridLines.MinorVisible   = true;
     secondaryAxisY3.GridLines.Visible        = true;
     secondaryAxisY3.Label.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.False;
     secondaryAxisY3.Name = "Secondary AxisY 3";
     secondaryAxisY3.VisibleInPanesSerializable = "-1";
     xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY1,
         secondaryAxisY2,
         secondaryAxisY3
     });
     this.ccHousesSales.Diagram = xyDiagram1;
     this.ccHousesSales.Legend.AlignmentHorizontal   = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right;
     this.ccHousesSales.Legend.AlignmentVertical     = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside;
     this.ccHousesSales.Legend.Direction             = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.ccHousesSales.Legend.EquallySpacedItems    = false;
     this.ccHousesSales.Legend.Margins.Bottom        = 0;
     this.ccHousesSales.Legend.Margins.Top           = 20;
     this.ccHousesSales.Legend.MarkerSize            = new System.Drawing.Size(16, 16);
     this.ccHousesSales.Legend.MaxVerticalPercentage = 30D;
     this.ccHousesSales.Location             = new System.Drawing.Point(801, 2);
     this.ccHousesSales.Name                 = "ccHousesSales";
     this.ccHousesSales.Padding.Bottom       = 20;
     this.ccHousesSales.Padding.Left         = 20;
     this.ccHousesSales.Padding.Right        = 20;
     this.ccHousesSales.Padding.Top          = 20;
     this.ccHousesSales.PaletteName          = "Flow";
     this.ccHousesSales.RefreshDataOnRepaint = false;
     this.ccHousesSales.SeriesDataMember     = "Series";
     this.ccHousesSales.SeriesSerializable   = new DevExpress.XtraCharts.Series[0];
     this.ccHousesSales.SeriesTemplate.ArgumentDataMember           = "Arguments";
     this.ccHousesSales.SeriesTemplate.ArgumentScaleType            = DevExpress.XtraCharts.ScaleType.Qualitative;
     this.ccHousesSales.SeriesTemplate.LabelsVisibility             = DevExpress.Utils.DefaultBoolean.False;
     this.ccHousesSales.SeriesTemplate.ValueDataMembersSerializable = "Values";
     this.ccHousesSales.SeriesTemplate.View = lineSeriesView1;
     this.ccHousesSales.Size                          = new System.Drawing.Size(398, 590);
     this.ccHousesSales.TabIndex                      = 6;
     this.ccHousesSales.BoundDataChanged             += new DevExpress.XtraCharts.BoundDataChangedEventHandler(this.ccHousesSales_BoundDataChanged);
     this.ccHousesSales.CustomizeAutoBindingSettings += new DevExpress.XtraCharts.CustomizeAutoBindingSettingsEventHandler(this.ccHousesSales_CustomizeAutoBindingSettings);
     //
     // pgcHousesSales
     //
     this.pgcHousesSales.Location = new System.Drawing.Point(2, 2);
     this.pgcHousesSales.Name     = "pgcHousesSales";
     this.pgcHousesSales.OptionsChartDataSource.SelectionOnly        = false;
     this.pgcHousesSales.OptionsCustomization.AllowCustomizationForm = false;
     this.pgcHousesSales.OptionsCustomization.AllowDrag       = false;
     this.pgcHousesSales.OptionsCustomization.AllowHideFields = DevExpress.XtraPivotGrid.AllowHideFieldsType.Never;
     this.pgcHousesSales.OptionsSelection.CellSelection       = false;
     this.pgcHousesSales.OptionsView.DrawFocusedCellRect      = false;
     this.pgcHousesSales.OptionsView.ShowColumnGrandTotals    = false;
     this.pgcHousesSales.OptionsView.ShowFilterHeaders        = false;
     this.pgcHousesSales.OptionsView.ShowRowGrandTotals       = false;
     this.pgcHousesSales.Size                   = new System.Drawing.Size(790, 590);
     this.pgcHousesSales.TabIndex               = 4;
     this.pgcHousesSales.GridLayout            += new System.EventHandler(this.pgcHousesSales_GridLayout);
     this.pgcHousesSales.FieldValueDisplayText += new DevExpress.XtraPivotGrid.PivotFieldDisplayTextEventHandler(this.pgcHousesSales_FieldValueDisplayText);
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.CustomizationFormText = "layoutControlGroup1";
     this.layoutControlGroup1.GroupBordersVisible   = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem1,
         this.layoutControlItem2,
         this.splitterItem2
     });
     this.layoutControlGroup1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name        = "Root";
     this.layoutControlGroup1.Size        = new System.Drawing.Size(1201, 594);
     this.layoutControlGroup1.Text        = "Root";
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.pgcHousesSales;
     this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
     this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.Name     = "layoutControlItem1";
     this.layoutControlItem1.Size     = new System.Drawing.Size(794, 594);
     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.ccHousesSales;
     this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
     this.layoutControlItem2.Location = new System.Drawing.Point(799, 0);
     this.layoutControlItem2.Name     = "layoutControlItem2";
     this.layoutControlItem2.Size     = new System.Drawing.Size(402, 594);
     this.layoutControlItem2.Text     = "layoutControlItem2";
     this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextToControlDistance = 0;
     this.layoutControlItem2.TextVisible           = false;
     //
     // splitterItem2
     //
     this.splitterItem2.AllowHotTrack         = true;
     this.splitterItem2.CustomizationFormText = "splitterItem2";
     this.splitterItem2.Location = new System.Drawing.Point(794, 0);
     this.splitterItem2.Name     = "splitterItem2";
     this.splitterItem2.Size     = new System.Drawing.Size(5, 594);
     //
     // ucResearch
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.layoutControl1);
     this.Name = "ucResearch";
     this.Size = new System.Drawing.Size(1201, 594);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(textAnnotation1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(textAnnotation2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(textAnnotation3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(textAnnotation4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ccHousesSales)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pgcHousesSales)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitterItem2)).EndInit();
     this.ResumeLayout(false);
 }
 /// <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.SecondaryAxisX secondaryAxisX1 = new DevExpress.XtraCharts.SecondaryAxisX();
     DevExpress.XtraCharts.SecondaryAxisY secondaryAxisY1 = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.Series         series1         = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SeriesPoint    seriesPoint1    = new DevExpress.XtraCharts.SeriesPoint("A", new object[] {
         ((object)(15D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint2 = new DevExpress.XtraCharts.SeriesPoint("B", new object[] {
         ((object)(6D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint3 = new DevExpress.XtraCharts.SeriesPoint("C", new object[] {
         ((object)(19D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint4 = new DevExpress.XtraCharts.SeriesPoint("D", new object[] {
         ((object)(9D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint5 = new DevExpress.XtraCharts.SeriesPoint("E", new object[] {
         ((object)(21D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint6 = new DevExpress.XtraCharts.SeriesPoint("F", new object[] {
         ((object)(13D))
     });
     DevExpress.XtraCharts.Series      series2      = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SeriesPoint seriesPoint7 = new DevExpress.XtraCharts.SeriesPoint("1", new object[] {
         ((object)(240D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint8 = new DevExpress.XtraCharts.SeriesPoint("2", new object[] {
         ((object)(160D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint9 = new DevExpress.XtraCharts.SeriesPoint("3", new object[] {
         ((object)(260D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint10 = new DevExpress.XtraCharts.SeriesPoint("4", new object[] {
         ((object)(190D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint11 = new DevExpress.XtraCharts.SeriesPoint("5", new object[] {
         ((object)(310D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint12 = new DevExpress.XtraCharts.SeriesPoint("6", new object[] {
         ((object)(170D))
     });
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView();
     this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisX1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
     this.SuspendLayout();
     //
     // chartControl1
     //
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisX.WholeRange.AutoSideMargins = true;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.WholeRange.AutoSideMargins = true;
     xyDiagram1.EnableAxisXScrolling             = true;
     xyDiagramPane1.Name   = "Pane 1";
     xyDiagramPane1.PaneID = 0;
     xyDiagram1.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] {
         xyDiagramPane1
     });
     secondaryAxisX1.Alignment = DevExpress.XtraCharts.AxisAlignment.Near;
     secondaryAxisX1.AxisID    = 0;
     secondaryAxisX1.Name      = "Secondary AxisX 1";
     secondaryAxisX1.VisibleInPanesSerializable       = "0";
     secondaryAxisX1.VisualRange.Auto                 = false;
     secondaryAxisX1.VisualRange.AutoSideMargins      = true;
     secondaryAxisX1.VisualRange.MaxValueSerializable = "5";
     secondaryAxisX1.VisualRange.MinValueSerializable = "1";
     secondaryAxisX1.WholeRange.AutoSideMargins       = true;
     xyDiagram1.SecondaryAxesX.AddRange(new DevExpress.XtraCharts.SecondaryAxisX[] {
         secondaryAxisX1
     });
     secondaryAxisY1.Alignment         = DevExpress.XtraCharts.AxisAlignment.Near;
     secondaryAxisY1.AxisID            = 0;
     secondaryAxisY1.GridLines.Visible = true;
     secondaryAxisY1.Name = "Secondary AxisY 1";
     secondaryAxisY1.VisibleInPanesSerializable = "0";
     secondaryAxisY1.WholeRange.AutoSideMargins = true;
     xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY1
     });
     this.chartControl1.Diagram           = xyDiagram1;
     this.chartControl1.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.chartControl1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.True;
     this.chartControl1.Location          = new System.Drawing.Point(0, 0);
     this.chartControl1.Name              = "chartControl1";
     series1.LabelsVisibility             = DevExpress.Utils.DefaultBoolean.False;
     series1.Name = "Series 1";
     series1.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint1,
         seriesPoint2,
         seriesPoint3,
         seriesPoint4,
         seriesPoint5,
         seriesPoint6
     });
     series2.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
     series2.Name             = "Series 2";
     series2.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint7,
         seriesPoint8,
         seriesPoint9,
         seriesPoint10,
         seriesPoint11,
         seriesPoint12
     });
     splineSeriesView1.AxisXName = "Secondary AxisX 1";
     splineSeriesView1.AxisYName = "Secondary AxisY 1";
     splineSeriesView1.PaneName  = "Pane 1";
     series2.View = splineSeriesView1;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     this.chartControl1.Size     = new System.Drawing.Size(691, 473);
     this.chartControl1.TabIndex = 0;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(691, 473);
     this.Controls.Add(this.chartControl1);
     this.Name  = "Form1";
     this.Text  = "Form1";
     this.Load += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisX1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <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.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.PointSeriesView  pointSeriesView1  = new DevExpress.XtraCharts.PointSeriesView();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel3 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.LineSeriesView   lineSeriesView2   = new DevExpress.XtraCharts.LineSeriesView();
     this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).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)(pointSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
     this.SuspendLayout();
     //
     // chartControl1
     //
     xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisX.Range.SideMarginsEnabled   = true;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1;0";
     xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisY.Range.SideMarginsEnabled   = true;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     xyDiagram1.EnableAxisXScrolling             = true;
     xyDiagram1.EnableAxisXZooming = true;
     xyDiagramPane1.Name           = "Pane 1";
     xyDiagramPane1.PaneID         = 0;
     xyDiagramPane1.Weight         = 0.6D;
     xyDiagram1.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] {
         xyDiagramPane1
     });
     secondaryAxisY1.Alignment = DevExpress.XtraCharts.AxisAlignment.Near;
     secondaryAxisY1.AxisID    = 0;
     secondaryAxisY1.Name      = "Secondary AxisY 1";
     secondaryAxisY1.Range.ScrollingRange.SideMarginsEnabled = true;
     secondaryAxisY1.Range.SideMarginsEnabled   = true;
     secondaryAxisY1.VisibleInPanesSerializable = "0";
     xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY1
     });
     this.chartControl1.Diagram        = xyDiagram1;
     this.chartControl1.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.chartControl1.Legend.Visible = false;
     this.chartControl1.Location       = new System.Drawing.Point(0, 0);
     this.chartControl1.Name           = "chartControl1";
     pointSeriesLabel1.LineVisible     = true;
     series1.Label = pointSeriesLabel1;
     series1.Name  = "Series 1";
     series1.View  = lineSeriesView1;
     pointSeriesLabel2.LineVisible = true;
     series2.Label = pointSeriesLabel2;
     series2.Name  = "Series 2";
     pointSeriesView1.AxisYName = "Secondary AxisY 1";
     pointSeriesView1.PaneName  = "Pane 1";
     series2.View = pointSeriesView1;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     pointSeriesLabel3.LineVisible           = true;
     this.chartControl1.SeriesTemplate.Label = pointSeriesLabel3;
     this.chartControl1.SeriesTemplate.View  = lineSeriesView2;
     this.chartControl1.Size     = new System.Drawing.Size(672, 464);
     this.chartControl1.TabIndex = 0;
     //
     // SPCDetermineDrawBoard
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.chartControl1);
     this.Name = "SPCDetermineDrawBoard";
     this.Size = new System.Drawing.Size(672, 464);
     ((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)(pointSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 19
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(BarChartForm));
     DevExpress.XtraCharts.XYDiagram               xyDiagram5               = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.XYDiagramPane           xyDiagramPane3           = new DevExpress.XtraCharts.XYDiagramPane();
     DevExpress.XtraCharts.Series                  series7                  = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.Series                  series8                  = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesView sideBySideBarSeriesView3 = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     DevExpress.XtraCharts.ChartTitle              chartTitle5              = new DevExpress.XtraCharts.ChartTitle();
     DevExpress.XtraCharts.XYDiagram               xyDiagram6               = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series                  series9                  = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.ChartTitle              chartTitle6              = new DevExpress.XtraCharts.ChartTitle();
     this.tableLayoutPanel1    = new System.Windows.Forms.TableLayoutPanel();
     this.titleLabel           = new System.Windows.Forms.Label();
     this.fromDateTimePicker   = new System.Windows.Forms.DateTimePicker();
     this.toLabel              = new System.Windows.Forms.Label();
     this.fromLabel            = new System.Windows.Forms.Label();
     this.toDateTimePicker     = new System.Windows.Forms.DateTimePicker();
     this.hourListBox          = new System.Windows.Forms.ListBox();
     this.printButton          = new System.Windows.Forms.Button();
     this.printDocument1       = new System.Drawing.Printing.PrintDocument();
     this.printPreviewDialog1  = new System.Windows.Forms.PrintPreviewDialog();
     this.pressureChartControl = new DevExpress.XtraCharts.ChartControl();
     this.pulseChartControl    = new DevExpress.XtraCharts.ChartControl();
     this.tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pressureChartControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pulseChartControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series9)).BeginInit();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 5;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 36.7347F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 63.2653F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 17F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 211F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 61F));
     this.tableLayoutPanel1.Controls.Add(this.titleLabel, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.fromDateTimePicker, 3, 2);
     this.tableLayoutPanel1.Controls.Add(this.toLabel, 1, 3);
     this.tableLayoutPanel1.Controls.Add(this.fromLabel, 1, 2);
     this.tableLayoutPanel1.Controls.Add(this.toDateTimePicker, 3, 3);
     this.tableLayoutPanel1.Controls.Add(this.hourListBox, 1, 5);
     this.tableLayoutPanel1.Controls.Add(this.printButton, 1, 7);
     this.tableLayoutPanel1.Location = new System.Drawing.Point(12, 12);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 9;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 61.40351F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 38.59649F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 65F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 99F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 11F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 77F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 18F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 69F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(378, 468);
     this.tableLayoutPanel1.TabIndex = 2;
     //
     // titleLabel
     //
     this.titleLabel.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.titleLabel.AutoSize = true;
     this.tableLayoutPanel1.SetColumnSpan(this.titleLabel, 3);
     this.titleLabel.Font     = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.titleLabel.Location = new System.Drawing.Point(86, 18);
     this.titleLabel.Name     = "titleLabel";
     this.titleLabel.Size     = new System.Drawing.Size(176, 29);
     this.titleLabel.TabIndex = 0;
     this.titleLabel.Text     = "Dane pacjenta";
     //
     // fromDateTimePicker
     //
     this.fromDateTimePicker.Anchor     = System.Windows.Forms.AnchorStyles.Left;
     this.fromDateTimePicker.Location   = new System.Drawing.Point(108, 129);
     this.fromDateTimePicker.Name       = "fromDateTimePicker";
     this.fromDateTimePicker.Size       = new System.Drawing.Size(200, 22);
     this.fromDateTimePicker.TabIndex   = 3;
     this.fromDateTimePicker.Validated += new System.EventHandler(this.fromDateTimePicker_Validated);
     //
     // toLabel
     //
     this.toLabel.Anchor   = System.Windows.Forms.AnchorStyles.Right;
     this.toLabel.AutoSize = true;
     this.toLabel.Location = new System.Drawing.Point(61, 214);
     this.toLabel.Name     = "toLabel";
     this.toLabel.Size     = new System.Drawing.Size(24, 17);
     this.toLabel.TabIndex = 2;
     this.toLabel.Text     = "do";
     //
     // fromLabel
     //
     this.fromLabel.Anchor   = System.Windows.Forms.AnchorStyles.Right;
     this.fromLabel.AutoSize = true;
     this.fromLabel.Location = new System.Drawing.Point(61, 132);
     this.fromLabel.Name     = "fromLabel";
     this.fromLabel.Size     = new System.Drawing.Size(24, 17);
     this.fromLabel.TabIndex = 1;
     this.fromLabel.Text     = "od";
     //
     // toDateTimePicker
     //
     this.toDateTimePicker.Anchor     = System.Windows.Forms.AnchorStyles.Left;
     this.toDateTimePicker.Location   = new System.Drawing.Point(108, 211);
     this.toDateTimePicker.Name       = "toDateTimePicker";
     this.toDateTimePicker.Size       = new System.Drawing.Size(200, 22);
     this.toDateTimePicker.TabIndex   = 4;
     this.toDateTimePicker.Validated += new System.EventHandler(this.toDateTimePicker_Validated);
     //
     // hourListBox
     //
     this.hourListBox.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.tableLayoutPanel1.SetColumnSpan(this.hourListBox, 3);
     this.hourListBox.FormattingEnabled = true;
     this.hourListBox.ItemHeight        = 16;
     this.hourListBox.Location          = new System.Drawing.Point(82, 295);
     this.hourListBox.Name                  = "hourListBox";
     this.hourListBox.Size                  = new System.Drawing.Size(183, 52);
     this.hourListBox.TabIndex              = 5;
     this.hourListBox.SelectedIndexChanged += new System.EventHandler(this.hourListBox_SelectedIndexChanged);
     //
     // printButton
     //
     this.printButton.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.tableLayoutPanel1.SetColumnSpan(this.printButton, 3);
     this.printButton.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.printButton.Location = new System.Drawing.Point(87, 393);
     this.printButton.Name     = "printButton";
     this.printButton.Size     = new System.Drawing.Size(173, 39);
     this.printButton.TabIndex = 6;
     this.printButton.Text     = "Wydrukuj wykres";
     this.printButton.UseVisualStyleBackColor = true;
     this.printButton.Click += new System.EventHandler(this.printButton_Click);
     //
     // printDocument1
     //
     this.printDocument1.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage);
     //
     // printPreviewDialog1
     //
     this.printPreviewDialog1.AutoScrollMargin  = new System.Drawing.Size(0, 0);
     this.printPreviewDialog1.AutoScrollMinSize = new System.Drawing.Size(0, 0);
     this.printPreviewDialog1.ClientSize        = new System.Drawing.Size(400, 300);
     this.printPreviewDialog1.Enabled           = true;
     this.printPreviewDialog1.Icon    = ((System.Drawing.Icon)(resources.GetObject("printPreviewDialog1.Icon")));
     this.printPreviewDialog1.Name    = "printPreviewDialog1";
     this.printPreviewDialog1.Visible = false;
     //
     // pressureChartControl
     //
     xyDiagram5.AxisX.GridLines.Visible          = true;
     xyDiagram5.AxisX.Title.Alignment            = System.Drawing.StringAlignment.Far;
     xyDiagram5.AxisX.Title.Font                 = new System.Drawing.Font("Tahoma", 6F);
     xyDiagram5.AxisX.Title.Text                 = "mmHg";
     xyDiagram5.AxisX.Title.Visibility           = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram5.AxisX.Visibility                 = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram5.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram5.AxisY.Title.Alignment            = System.Drawing.StringAlignment.Far;
     xyDiagram5.AxisY.Title.Font                 = new System.Drawing.Font("Tahoma", 6F);
     xyDiagram5.AxisY.Title.Text                 = "%";
     xyDiagram5.AxisY.Title.Visibility           = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram5.AxisY.VisibleInPanesSerializable = "-1;0";
     xyDiagram5.PaneLayoutDirection              = DevExpress.XtraCharts.PaneLayoutDirection.Horizontal;
     xyDiagramPane3.Name   = "Pane 1";
     xyDiagramPane3.PaneID = 0;
     xyDiagram5.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] {
         xyDiagramPane3
     });
     xyDiagram5.Rotated = true;
     this.pressureChartControl.Diagram           = xyDiagram5;
     this.pressureChartControl.Legend.Name       = "Default Legend";
     this.pressureChartControl.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.pressureChartControl.Location          = new System.Drawing.Point(396, 12);
     this.pressureChartControl.Name = "pressureChartControl";
     series7.Name = "systolic";
     series8.Name = "diastolic";
     sideBySideBarSeriesView3.PaneName = "Pane 1";
     series8.View = sideBySideBarSeriesView3;
     this.pressureChartControl.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series7,
         series8
     };
     this.pressureChartControl.Size     = new System.Drawing.Size(608, 468);
     this.pressureChartControl.TabIndex = 3;
     chartTitle5.Alignment = System.Drawing.StringAlignment.Near;
     chartTitle5.Font      = new System.Drawing.Font("Tahoma", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     chartTitle5.Indent    = 0;
     chartTitle5.Text      = "                 sys                                                             " +
                             "    dia";
     chartTitle5.Visibility = DevExpress.Utils.DefaultBoolean.True;
     this.pressureChartControl.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle5
     });
     //
     // pulseChartControl
     //
     xyDiagram6.AxisX.GridLines.Visible          = true;
     xyDiagram6.AxisX.Title.Alignment            = System.Drawing.StringAlignment.Far;
     xyDiagram6.AxisX.Title.Font                 = new System.Drawing.Font("Tahoma", 6F);
     xyDiagram6.AxisX.Title.Text                 = "P/min";
     xyDiagram6.AxisX.Title.Visibility           = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram6.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram6.AxisY.Title.Alignment            = System.Drawing.StringAlignment.Far;
     xyDiagram6.AxisY.Title.Font                 = new System.Drawing.Font("Tahoma", 6F);
     xyDiagram6.AxisY.Title.Text                 = "%";
     xyDiagram6.AxisY.Title.Visibility           = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram6.AxisY.VisibleInPanesSerializable = "-1";
     xyDiagram6.Rotated                       = true;
     this.pulseChartControl.Diagram           = xyDiagram6;
     this.pulseChartControl.Legend.Name       = "Default Legend";
     this.pulseChartControl.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.pulseChartControl.Location          = new System.Drawing.Point(1010, 12);
     this.pulseChartControl.Name              = "pulseChartControl";
     series9.Name = "pulse";
     this.pulseChartControl.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series9
     };
     this.pulseChartControl.Size     = new System.Drawing.Size(313, 468);
     this.pulseChartControl.TabIndex = 4;
     chartTitle6.Alignment           = System.Drawing.StringAlignment.Near;
     chartTitle6.Font   = new System.Drawing.Font("Tahoma", 6F);
     chartTitle6.Indent = 0;
     chartTitle6.Text   = "                pulse";
     this.pulseChartControl.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle6
     });
     //
     // BarChartForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1335, 492);
     this.Controls.Add(this.pulseChartControl);
     this.Controls.Add(this.pressureChartControl);
     this.Controls.Add(this.tableLayoutPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.Name            = "BarChartForm";
     this.ShowIcon        = false;
     this.SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Hide;
     this.Text            = "BarChartForm";
     this.Load           += new System.EventHandler(this.BarChartForm_Load);
     this.Shown          += new System.EventHandler(this.BarChartForm_Shown);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pressureChartControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pulseChartControl)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 20
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.SecondaryAxisX secondaryAxisX1 = new DevExpress.XtraCharts.SecondaryAxisX();
     DevExpress.XtraCharts.Series         series1         = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SeriesPoint    seriesPoint1    = new DevExpress.XtraCharts.SeriesPoint("A", new object[] {
         ((object)(12D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint2 = new DevExpress.XtraCharts.SeriesPoint("B", new object[] {
         ((object)(4D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint3 = new DevExpress.XtraCharts.SeriesPoint("C", new object[] {
         ((object)(8D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint4 = new DevExpress.XtraCharts.SeriesPoint("D", new object[] {
         ((object)(2D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint5 = new DevExpress.XtraCharts.SeriesPoint("E", new object[] {
         ((object)(6D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint6 = new DevExpress.XtraCharts.SeriesPoint("F", new object[] {
         ((object)(14D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint7 = new DevExpress.XtraCharts.SeriesPoint("G", new object[] {
         ((object)(8D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint8 = new DevExpress.XtraCharts.SeriesPoint("H", new object[] {
         ((object)(10D))
     });
     DevExpress.XtraCharts.SideBySideBarSeriesView sideBySideBarSeriesView1 = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     DevExpress.XtraCharts.Series      series2      = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SeriesPoint seriesPoint9 = new DevExpress.XtraCharts.SeriesPoint("1", new object[] {
         ((object)(13D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint10 = new DevExpress.XtraCharts.SeriesPoint("2", new object[] {
         ((object)(5D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint11 = new DevExpress.XtraCharts.SeriesPoint("3", new object[] {
         ((object)(9D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint12 = new DevExpress.XtraCharts.SeriesPoint("4", new object[] {
         ((object)(3D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint13 = new DevExpress.XtraCharts.SeriesPoint("5", new object[] {
         ((object)(7D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint14 = new DevExpress.XtraCharts.SeriesPoint("6", new object[] {
         ((object)(15D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint15 = new DevExpress.XtraCharts.SeriesPoint("7", new object[] {
         ((object)(9D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint16 = new DevExpress.XtraCharts.SeriesPoint("8", new object[] {
         ((object)(11D))
     });
     DevExpress.XtraCharts.SideBySideBarSeriesView sideBySideBarSeriesView2 = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisX1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView2)).BeginInit();
     this.SuspendLayout();
     //
     // chartControl1
     //
     xyDiagram1.AxisX.VisibleInPanesSerializable = "0";
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1;0";
     xyDiagram1.EnableAxisXScrolling             = true;
     xyDiagram1.EnableAxisXZooming   = true;
     xyDiagram1.EnableAxisYScrolling = true;
     xyDiagram1.EnableAxisYZooming   = true;
     xyDiagramPane1.Name             = "Pane 1";
     xyDiagramPane1.PaneID           = 0;
     xyDiagram1.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] {
         xyDiagramPane1
     });
     secondaryAxisX1.Alignment = DevExpress.XtraCharts.AxisAlignment.Near;
     secondaryAxisX1.AxisID    = 0;
     secondaryAxisX1.Name      = "Secondary AxisX 1";
     secondaryAxisX1.VisibleInPanesSerializable = "-1";
     xyDiagram1.SecondaryAxesX.AddRange(new DevExpress.XtraCharts.SecondaryAxisX[] {
         secondaryAxisX1
     });
     this.chartControl1.Diagram           = xyDiagram1;
     this.chartControl1.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.chartControl1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.chartControl1.Location          = new System.Drawing.Point(0, 0);
     this.chartControl1.Name              = "chartControl1";
     series1.LabelsVisibility             = DevExpress.Utils.DefaultBoolean.False;
     series1.Name = "Series 1";
     series1.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint1,
         seriesPoint2,
         seriesPoint3,
         seriesPoint4,
         seriesPoint5,
         seriesPoint6,
         seriesPoint7,
         seriesPoint8
     });
     sideBySideBarSeriesView1.AxisXName = "Secondary AxisX 1";
     series1.View             = sideBySideBarSeriesView1;
     series2.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
     series2.Name             = "Series 2";
     series2.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint9,
         seriesPoint10,
         seriesPoint11,
         seriesPoint12,
         seriesPoint13,
         seriesPoint14,
         seriesPoint15,
         seriesPoint16
     });
     sideBySideBarSeriesView2.PaneName = "Pane 1";
     series2.View = sideBySideBarSeriesView2;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     this.chartControl1.Size     = new System.Drawing.Size(792, 515);
     this.chartControl1.TabIndex = 0;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(792, 515);
     this.Controls.Add(this.chartControl1);
     this.Name  = "Form1";
     this.Text  = "Form1";
     this.Load += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisX1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 21
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 xyDiagram3 = new DevExpress.XtraCharts.XYDiagram();
			DevExpress.XtraCharts.ConstantLine constantLine11 = new DevExpress.XtraCharts.ConstantLine();
			DevExpress.XtraCharts.XYDiagramPane xyDiagramPane5 = new DevExpress.XtraCharts.XYDiagramPane();
			DevExpress.XtraCharts.XYDiagramPane xyDiagramPane6 = new DevExpress.XtraCharts.XYDiagramPane();
			DevExpress.XtraCharts.SecondaryAxisY secondaryAxisY11 = new DevExpress.XtraCharts.SecondaryAxisY();
			DevExpress.XtraCharts.ConstantLine constantLine12 = new DevExpress.XtraCharts.ConstantLine();
			DevExpress.XtraCharts.SecondaryAxisY secondaryAxisY12 = new DevExpress.XtraCharts.SecondaryAxisY();
			DevExpress.XtraCharts.ConstantLine constantLine13 = new DevExpress.XtraCharts.ConstantLine();
			DevExpress.XtraCharts.SecondaryAxisY secondaryAxisY13 = new DevExpress.XtraCharts.SecondaryAxisY();
			DevExpress.XtraCharts.ConstantLine constantLine14 = new DevExpress.XtraCharts.ConstantLine();
			DevExpress.XtraCharts.SecondaryAxisY secondaryAxisY14 = new DevExpress.XtraCharts.SecondaryAxisY();
			DevExpress.XtraCharts.ConstantLine constantLine15 = new DevExpress.XtraCharts.ConstantLine();
			DevExpress.XtraCharts.CustomAxisLabel customAxisLabel11 = new DevExpress.XtraCharts.CustomAxisLabel();
			DevExpress.XtraCharts.CustomAxisLabel customAxisLabel12 = new DevExpress.XtraCharts.CustomAxisLabel();
			DevExpress.XtraCharts.CustomAxisLabel customAxisLabel13 = new DevExpress.XtraCharts.CustomAxisLabel();
			DevExpress.XtraCharts.CustomAxisLabel customAxisLabel14 = new DevExpress.XtraCharts.CustomAxisLabel();
			DevExpress.XtraCharts.CustomAxisLabel customAxisLabel15 = new DevExpress.XtraCharts.CustomAxisLabel();
			DevExpress.XtraCharts.SecondaryAxisY secondaryAxisY15 = new DevExpress.XtraCharts.SecondaryAxisY();
			DevExpress.XtraCharts.Series series13 = new DevExpress.XtraCharts.Series();
			DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel15 = new DevExpress.XtraCharts.PointSeriesLabel();
			DevExpress.XtraCharts.AreaSeriesView areaSeriesView7 = new DevExpress.XtraCharts.AreaSeriesView();
			DevExpress.XtraCharts.PolygonGradientFillOptions polygonGradientFillOptions3 = new DevExpress.XtraCharts.PolygonGradientFillOptions();
			DevExpress.XtraCharts.Series series14 = new DevExpress.XtraCharts.Series();
			DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel16 = new DevExpress.XtraCharts.PointSeriesLabel();
			DevExpress.XtraCharts.SplineSeriesView splineSeriesView7 = new DevExpress.XtraCharts.SplineSeriesView();
			DevExpress.XtraCharts.Series series15 = new DevExpress.XtraCharts.Series();
			DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel17 = new DevExpress.XtraCharts.PointSeriesLabel();
			DevExpress.XtraCharts.AreaSeriesView areaSeriesView8 = new DevExpress.XtraCharts.AreaSeriesView();
			DevExpress.XtraCharts.Series series16 = new DevExpress.XtraCharts.Series();
			DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel18 = new DevExpress.XtraCharts.PointSeriesLabel();
			DevExpress.XtraCharts.SplineSeriesView splineSeriesView8 = new DevExpress.XtraCharts.SplineSeriesView();
			DevExpress.XtraCharts.Series series17 = new DevExpress.XtraCharts.Series();
			DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel19 = new DevExpress.XtraCharts.PointSeriesLabel();
			DevExpress.XtraCharts.SplineSeriesView splineSeriesView9 = new DevExpress.XtraCharts.SplineSeriesView();
			DevExpress.XtraCharts.Series series18 = new DevExpress.XtraCharts.Series();
			DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel20 = new DevExpress.XtraCharts.PointSeriesLabel();
			DevExpress.XtraCharts.PointSeriesView pointSeriesView3 = new DevExpress.XtraCharts.PointSeriesView();
			DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel21 = new DevExpress.XtraCharts.PointSeriesLabel();
			DevExpress.XtraCharts.AreaSeriesView areaSeriesView9 = new DevExpress.XtraCharts.AreaSeriesView();
			this.bindingSourceStampValue = new System.Windows.Forms.BindingSource(this.components);
			this.chartControl = new DevExpress.XtraCharts.ChartControl();
			this.bindingSourceReading = new System.Windows.Forms.BindingSource(this.components);
			this.groupControl = new DevExpress.XtraEditors.GroupControl();
			((System.ComponentModel.ISupportInitialize)(this.bindingSourceStampValue)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.chartControl)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(xyDiagram3)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(xyDiagramPane5)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(xyDiagramPane6)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(secondaryAxisY11)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(secondaryAxisY12)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(secondaryAxisY13)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(secondaryAxisY14)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(secondaryAxisY15)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(series13)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel15)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(areaSeriesView7)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(series14)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel16)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(splineSeriesView7)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(series15)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel17)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(areaSeriesView8)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(series16)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel18)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(splineSeriesView8)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(series17)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel19)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(splineSeriesView9)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(series18)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel20)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesView3)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel21)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(areaSeriesView9)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.bindingSourceReading)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.groupControl)).BeginInit();
			this.groupControl.SuspendLayout();
			this.SuspendLayout();
			// 
			// bindingSourceStampValue
			// 
			this.bindingSourceStampValue.AllowNew = false;
			this.bindingSourceStampValue.DataSource = typeof(Atmo.TimeStampedValue);
			// 
			// chartControl
			// 
			this.chartControl.DataSource = this.bindingSourceReading;
			xyDiagram3.AxisX.DateTimeOptions.Format = DevExpress.XtraCharts.DateTimeFormat.MonthAndDay;
			xyDiagram3.AxisX.DateTimeScaleMode = DevExpress.XtraCharts.DateTimeScaleMode.AutomaticIntegral;
			xyDiagram3.AxisX.GridLines.Visible = true;
			xyDiagram3.AxisX.Label.Staggered = true;
			xyDiagram3.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
			xyDiagram3.AxisX.Range.SideMarginsEnabled = false;
			xyDiagram3.AxisX.VisibleInPanesSerializable = "1";
			constantLine11.AxisValueSerializable = "23";
			constantLine11.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dot;
			constantLine11.Name = "current temperature";
			constantLine11.ShowInLegend = false;
			constantLine11.Title.ShowBelowLine = true;
			xyDiagram3.AxisY.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
            constantLine11});
			xyDiagram3.AxisY.GridLines.Color = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
			xyDiagram3.AxisY.NumericOptions.Format = DevExpress.XtraCharts.NumericFormat.FixedPoint;
			xyDiagram3.AxisY.NumericOptions.Precision = 1;
			xyDiagram3.AxisY.Range.AlwaysShowZeroLevel = false;
			xyDiagram3.AxisY.Range.ScrollingRange.Auto = false;
			xyDiagram3.AxisY.Range.ScrollingRange.MaxValueSerializable = "10.6659343977629";
			xyDiagram3.AxisY.Range.ScrollingRange.MinValueSerializable = "0";
			xyDiagram3.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
			xyDiagram3.AxisY.Range.SideMarginsEnabled = false;
			xyDiagram3.AxisY.Tickmarks.Length = 4;
			xyDiagram3.AxisY.Tickmarks.MinorVisible = false;
			xyDiagram3.AxisY.Title.Antialiasing = false;
			xyDiagram3.AxisY.Title.Font = new System.Drawing.Font("Tahoma", 10F);
			xyDiagram3.AxisY.Title.Text = "Temperature";
			xyDiagram3.AxisY.Title.Visible = true;
			xyDiagram3.AxisY.VisibleInPanesSerializable = "-1";
			xyDiagram3.PaneDistance = 0;
			xyDiagramPane5.Name = "UserAndPressure";
			xyDiagramPane5.PaneID = 0;
			xyDiagramPane6.Name = "SpeedAndDirection";
			xyDiagramPane6.PaneID = 1;
			xyDiagram3.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] {
            xyDiagramPane5,
            xyDiagramPane6});
			secondaryAxisY11.AxisID = 0;
			constantLine12.AxisValueSerializable = "0.5";
			constantLine12.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dot;
			constantLine12.Name = "Current Humidity";
			constantLine12.ShowInLegend = false;
			constantLine12.Title.Alignment = DevExpress.XtraCharts.ConstantLineTitleAlignment.Far;
			secondaryAxisY11.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
            constantLine12});
			secondaryAxisY11.GridLines.Visible = true;
			secondaryAxisY11.Name = "Humidity AxisY";
			secondaryAxisY11.NumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Percent;
			secondaryAxisY11.NumericOptions.Precision = 1;
			secondaryAxisY11.Range.AlwaysShowZeroLevel = false;
			secondaryAxisY11.Range.ScrollingRange.Auto = false;
			secondaryAxisY11.Range.ScrollingRange.MaxValueSerializable = "9.72502161975082";
			secondaryAxisY11.Range.ScrollingRange.MinValueSerializable = "1.44583333333333";
			secondaryAxisY11.Range.ScrollingRange.SideMarginsEnabled = false;
			secondaryAxisY11.Range.SideMarginsEnabled = false;
			secondaryAxisY11.Tickmarks.Length = 4;
			secondaryAxisY11.Tickmarks.MinorVisible = false;
			secondaryAxisY11.Title.Antialiasing = false;
			secondaryAxisY11.Title.Font = new System.Drawing.Font("Tahoma", 10F);
			secondaryAxisY11.Title.Text = "Humidity";
			secondaryAxisY11.Title.TextColor = System.Drawing.Color.Black;
			secondaryAxisY11.Title.Visible = true;
			secondaryAxisY11.VisibleInPanesSerializable = "-1";
			secondaryAxisY12.Alignment = DevExpress.XtraCharts.AxisAlignment.Near;
			secondaryAxisY12.AxisID = 1;
			constantLine13.AxisValueSerializable = "1";
			constantLine13.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dot;
			constantLine13.Name = "Current Wind Speed";
			constantLine13.ShowInLegend = false;
			constantLine13.Title.ShowBelowLine = true;
			secondaryAxisY12.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
            constantLine13});
			secondaryAxisY12.GridLines.Color = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
			secondaryAxisY12.GridLines.Visible = true;
			secondaryAxisY12.Name = "Wind Speed AxisY";
			secondaryAxisY12.NumericOptions.Format = DevExpress.XtraCharts.NumericFormat.FixedPoint;
			secondaryAxisY12.NumericOptions.Precision = 1;
			secondaryAxisY12.Range.AlwaysShowZeroLevel = false;
			secondaryAxisY12.Range.ScrollingRange.Auto = false;
			secondaryAxisY12.Range.ScrollingRange.MaxValueSerializable = "8.6";
			secondaryAxisY12.Range.ScrollingRange.MinValueSerializable = "1.9";
			secondaryAxisY12.Range.ScrollingRange.SideMarginsEnabled = false;
			secondaryAxisY12.Range.SideMarginsEnabled = false;
			secondaryAxisY12.Tickmarks.Length = 4;
			secondaryAxisY12.Tickmarks.MinorVisible = false;
			secondaryAxisY12.Title.Antialiasing = false;
			secondaryAxisY12.Title.Font = new System.Drawing.Font("Tahoma", 10F);
			secondaryAxisY12.Title.Text = "Wind Speed";
			secondaryAxisY12.Title.TextColor = System.Drawing.Color.Navy;
			secondaryAxisY12.Title.Visible = true;
			secondaryAxisY12.VisibleInPanesSerializable = "1";
			secondaryAxisY13.AxisID = 2;
			constantLine14.AxisValueSerializable = "98500";
			constantLine14.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dot;
			constantLine14.Name = "Current Pressure";
			constantLine14.ShowInLegend = false;
			constantLine14.Title.Alignment = DevExpress.XtraCharts.ConstantLineTitleAlignment.Far;
			secondaryAxisY13.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
            constantLine14});
			secondaryAxisY13.GridLines.Visible = true;
			secondaryAxisY13.Name = "Pressure AxisY";
			secondaryAxisY13.NumericOptions.Format = DevExpress.XtraCharts.NumericFormat.FixedPoint;
			secondaryAxisY13.NumericOptions.Precision = 0;
			secondaryAxisY13.Range.AlwaysShowZeroLevel = false;
			secondaryAxisY13.Range.ScrollingRange.Auto = false;
			secondaryAxisY13.Range.ScrollingRange.MaxValueSerializable = "9.57300535348458";
			secondaryAxisY13.Range.ScrollingRange.MinValueSerializable = "0.315893839630503";
			secondaryAxisY13.Range.ScrollingRange.SideMarginsEnabled = false;
			secondaryAxisY13.Range.SideMarginsEnabled = false;
			secondaryAxisY13.Tickmarks.Length = 4;
			secondaryAxisY13.Tickmarks.MinorVisible = false;
			secondaryAxisY13.Title.Antialiasing = false;
			secondaryAxisY13.Title.Font = new System.Drawing.Font("Tahoma", 10F);
			secondaryAxisY13.Title.Text = "Pressure";
			secondaryAxisY13.Title.TextColor = System.Drawing.Color.Black;
			secondaryAxisY13.Title.Visible = true;
			secondaryAxisY13.VisibleInPanesSerializable = "0";
			secondaryAxisY14.AxisID = 3;
			constantLine15.AxisValueSerializable = "180";
			constantLine15.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dot;
			constantLine15.Name = "Current Direction";
			constantLine15.ShowInLegend = false;
			constantLine15.Title.Alignment = DevExpress.XtraCharts.ConstantLineTitleAlignment.Far;
			secondaryAxisY14.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
            constantLine15});
			customAxisLabel11.AxisValueSerializable = "180";
			customAxisLabel11.Name = "S";
			customAxisLabel12.AxisValueSerializable = "360";
			customAxisLabel12.Name = "N";
			customAxisLabel13.AxisValueSerializable = "0";
			customAxisLabel13.Name = "N";
			customAxisLabel14.AxisValueSerializable = "270";
			customAxisLabel14.Name = "W";
			customAxisLabel15.AxisValueSerializable = "90";
			customAxisLabel15.Name = "E";
			secondaryAxisY14.CustomLabels.AddRange(new DevExpress.XtraCharts.CustomAxisLabel[] {
            customAxisLabel11,
            customAxisLabel12,
            customAxisLabel13,
            customAxisLabel14,
            customAxisLabel15});
			secondaryAxisY14.GridLines.Visible = true;
			secondaryAxisY14.Name = "Direction AxisY";
			secondaryAxisY14.Range.AlwaysShowZeroLevel = false;
			secondaryAxisY14.Range.Auto = false;
			secondaryAxisY14.Range.MaxValueSerializable = "360";
			secondaryAxisY14.Range.MinValueSerializable = "0";
			secondaryAxisY14.Range.ScrollingRange.Auto = false;
			secondaryAxisY14.Range.ScrollingRange.MaxValueSerializable = "7";
			secondaryAxisY14.Range.ScrollingRange.MinValueSerializable = "2.9";
			secondaryAxisY14.Range.ScrollingRange.SideMarginsEnabled = false;
			secondaryAxisY14.Range.SideMarginsEnabled = false;
			secondaryAxisY14.Tickmarks.MinorVisible = false;
			secondaryAxisY14.Tickmarks.Thickness = 2;
			secondaryAxisY14.Title.Antialiasing = false;
			secondaryAxisY14.Title.Font = new System.Drawing.Font("Tahoma", 10F);
			secondaryAxisY14.Title.Text = "Direction";
			secondaryAxisY14.Title.TextColor = System.Drawing.Color.Black;
			secondaryAxisY14.Title.Visible = true;
			secondaryAxisY14.VisibleInPanesSerializable = "1";
			secondaryAxisY15.Alignment = DevExpress.XtraCharts.AxisAlignment.Near;
			secondaryAxisY15.AxisID = 4;
			secondaryAxisY15.Name = "User";
			secondaryAxisY15.Range.AlwaysShowZeroLevel = false;
			secondaryAxisY15.Range.ScrollingRange.SideMarginsEnabled = true;
			secondaryAxisY15.Range.SideMarginsEnabled = false;
			secondaryAxisY15.Title.Antialiasing = false;
			secondaryAxisY15.Title.Font = new System.Drawing.Font("Tahoma", 10F);
			secondaryAxisY15.Title.Text = "User";
			secondaryAxisY15.Title.TextColor = System.Drawing.Color.Navy;
			secondaryAxisY15.Title.Visible = true;
			secondaryAxisY15.VisibleInPanesSerializable = "0";
			xyDiagram3.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
            secondaryAxisY11,
            secondaryAxisY12,
            secondaryAxisY13,
            secondaryAxisY14,
            secondaryAxisY15});
			this.chartControl.Diagram = xyDiagram3;
			this.chartControl.Dock = System.Windows.Forms.DockStyle.Fill;
			this.chartControl.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right;
			this.chartControl.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside;
			this.chartControl.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight;
			this.chartControl.Legend.HorizontalIndent = 2;
			this.chartControl.Legend.Padding.Bottom = 1;
			this.chartControl.Legend.Padding.Left = 1;
			this.chartControl.Legend.Padding.Right = 1;
			this.chartControl.Legend.Padding.Top = 1;
			this.chartControl.Legend.TextOffset = 1;
			this.chartControl.Legend.VerticalIndent = 1;
			this.chartControl.Legend.Visible = false;
			this.chartControl.Location = new System.Drawing.Point(2, 22);
			this.chartControl.Name = "chartControl";
			this.chartControl.PaletteBaseColorNumber = 4;
			this.chartControl.PaletteName = "Apex";
			this.chartControl.RefreshDataOnRepaint = false;
			this.chartControl.RuntimeHitTesting = false;
			series13.ArgumentDataMember = "TimeStamp";
			series13.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
			pointSeriesLabel15.LineVisible = true;
			pointSeriesLabel15.Visible = false;
			series13.Label = pointSeriesLabel15;
			series13.Name = "Temperature";
			series13.ValueDataMembersSerializable = "TemperatureProperty";
			areaSeriesView7.Color = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(225)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
			areaSeriesView7.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Gradient;
			polygonGradientFillOptions3.Color2 = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(0)))), ((int)(((byte)(96)))), ((int)(((byte)(255)))));
			areaSeriesView7.FillStyle.Options = polygonGradientFillOptions3;
			areaSeriesView7.MarkerOptions.Visible = false;
			series13.View = areaSeriesView7;
			series14.ArgumentDataMember = "TimeStamp";
			series14.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
			pointSeriesLabel16.LineVisible = true;
			pointSeriesLabel16.Visible = false;
			series14.Label = pointSeriesLabel16;
			series14.Name = "Humidity";
			series14.ValueDataMembersSerializable = "HumidityProperty";
			splineSeriesView7.AxisYName = "Humidity AxisY";
			splineSeriesView7.LineMarkerOptions.Visible = false;
			splineSeriesView7.LineTensionPercent = 25;
			series14.View = splineSeriesView7;
			series15.ArgumentDataMember = "TimeStamp";
			series15.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
			pointSeriesLabel17.LineVisible = true;
			pointSeriesLabel17.Visible = false;
			series15.Label = pointSeriesLabel17;
			series15.Name = "Wind Speed";
			series15.ValueDataMembersSerializable = "WindSpeedProperty";
			areaSeriesView8.AxisYName = "Wind Speed AxisY";
			areaSeriesView8.Color = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(96)))), ((int)(((byte)(128)))), ((int)(((byte)(228)))));
			areaSeriesView8.MarkerOptions.Visible = false;
			areaSeriesView8.PaneName = "SpeedAndDirection";
			series15.View = areaSeriesView8;
			series16.ArgumentDataMember = "StampProperty";
			series16.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
			series16.DataSource = this.bindingSourceStampValue;
			pointSeriesLabel18.LineVisible = true;
			pointSeriesLabel18.Visible = false;
			series16.Label = pointSeriesLabel18;
			series16.Name = "User";
			series16.ValueDataMembersSerializable = "ValueProperty";
			splineSeriesView8.AxisYName = "User";
			splineSeriesView8.LineMarkerOptions.Visible = false;
			splineSeriesView8.LineTensionPercent = 25;
			splineSeriesView8.PaneName = "UserAndPressure";
			series16.View = splineSeriesView8;
			series17.ArgumentDataMember = "TimeStamp";
			series17.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
			pointSeriesLabel19.LineVisible = true;
			pointSeriesLabel19.Visible = false;
			series17.Label = pointSeriesLabel19;
			series17.Name = "Pressure";
			series17.ValueDataMembersSerializable = "PressureProperty";
			splineSeriesView9.AxisYName = "Pressure AxisY";
			splineSeriesView9.Color = System.Drawing.Color.Black;
			splineSeriesView9.LineMarkerOptions.Visible = false;
			splineSeriesView9.LineTensionPercent = 25;
			splineSeriesView9.PaneName = "UserAndPressure";
			series17.View = splineSeriesView9;
			series18.ArgumentDataMember = "TimeStamp";
			series18.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
			pointSeriesLabel20.LineVisible = true;
			pointSeriesLabel20.Visible = false;
			series18.Label = pointSeriesLabel20;
			series18.Name = "Direction";
			series18.ValueDataMembersSerializable = "WindDirectionProperty";
			pointSeriesView3.AxisYName = "Direction AxisY";
			pointSeriesView3.Color = System.Drawing.Color.Black;
			pointSeriesView3.PaneName = "SpeedAndDirection";
			pointSeriesView3.PointMarkerOptions.BorderVisible = false;
			pointSeriesView3.PointMarkerOptions.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Solid;
			pointSeriesView3.PointMarkerOptions.Size = 4;
			series18.View = pointSeriesView3;
			this.chartControl.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series13,
        series14,
        series15,
        series16,
        series17,
        series18};
			this.chartControl.SeriesTemplate.ArgumentDataMember = "TimeStamp";
			this.chartControl.SeriesTemplate.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
			pointSeriesLabel21.LineVisible = true;
			this.chartControl.SeriesTemplate.Label = pointSeriesLabel21;
			areaSeriesView9.Transparency = ((byte)(0));
			this.chartControl.SeriesTemplate.View = areaSeriesView9;
			this.chartControl.Size = new System.Drawing.Size(595, 454);
			this.chartControl.TabIndex = 0;
			// 
			// bindingSourceReading
			// 
			this.bindingSourceReading.AllowNew = false;
			this.bindingSourceReading.DataSource = typeof(Atmo.Reading);
			// 
			// groupControl
			// 
			this.groupControl.Controls.Add(this.chartControl);
			this.groupControl.Dock = System.Windows.Forms.DockStyle.Fill;
			this.groupControl.Location = new System.Drawing.Point(0, 0);
			this.groupControl.Name = "groupControl";
			this.groupControl.Size = new System.Drawing.Size(599, 478);
			this.groupControl.TabIndex = 1;
			this.groupControl.Text = "Live Readings";
			// 
			// LiveAtmosphericGraph
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.Controls.Add(this.groupControl);
			this.DoubleBuffered = true;
			this.Name = "LiveAtmosphericGraph";
			this.Size = new System.Drawing.Size(599, 478);
			this.Load += new System.EventHandler(this.LiveAtmosphericGraph_Load);
			((System.ComponentModel.ISupportInitialize)(this.bindingSourceStampValue)).EndInit();
			((System.ComponentModel.ISupportInitialize)(xyDiagramPane5)).EndInit();
			((System.ComponentModel.ISupportInitialize)(xyDiagramPane6)).EndInit();
			((System.ComponentModel.ISupportInitialize)(secondaryAxisY11)).EndInit();
			((System.ComponentModel.ISupportInitialize)(secondaryAxisY12)).EndInit();
			((System.ComponentModel.ISupportInitialize)(secondaryAxisY13)).EndInit();
			((System.ComponentModel.ISupportInitialize)(secondaryAxisY14)).EndInit();
			((System.ComponentModel.ISupportInitialize)(secondaryAxisY15)).EndInit();
			((System.ComponentModel.ISupportInitialize)(xyDiagram3)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel15)).EndInit();
			((System.ComponentModel.ISupportInitialize)(areaSeriesView7)).EndInit();
			((System.ComponentModel.ISupportInitialize)(series13)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel16)).EndInit();
			((System.ComponentModel.ISupportInitialize)(splineSeriesView7)).EndInit();
			((System.ComponentModel.ISupportInitialize)(series14)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel17)).EndInit();
			((System.ComponentModel.ISupportInitialize)(areaSeriesView8)).EndInit();
			((System.ComponentModel.ISupportInitialize)(series15)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel18)).EndInit();
			((System.ComponentModel.ISupportInitialize)(splineSeriesView8)).EndInit();
			((System.ComponentModel.ISupportInitialize)(series16)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel19)).EndInit();
			((System.ComponentModel.ISupportInitialize)(splineSeriesView9)).EndInit();
			((System.ComponentModel.ISupportInitialize)(series17)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel20)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesView3)).EndInit();
			((System.ComponentModel.ISupportInitialize)(series18)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel21)).EndInit();
			((System.ComponentModel.ISupportInitialize)(areaSeriesView9)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.chartControl)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.bindingSourceReading)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.groupControl)).EndInit();
			this.groupControl.ResumeLayout(false);
			this.ResumeLayout(false);

		}
Exemplo n.º 22
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.SwiftPlotDiagram swiftPlotDiagram1 = new DevExpress.XtraCharts.SwiftPlotDiagram();
            DevExpress.XtraCharts.XYDiagramPane xyDiagramPane1 = new DevExpress.XtraCharts.XYDiagramPane();
            DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisY swiftPlotDiagramSecondaryAxisY1 = new DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisY();
            DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView1 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
            DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView2 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
            DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView3 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
            this.chartControl1 = new SPC.Controls.Base.AdvChartControl();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagramSecondaryAxisY1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView3)).BeginInit();
            this.SuspendLayout();
            // 
            // chartControl1
            // 
            this.chartControl1.CrosshairOptions.ShowOnlyInFocusedPane = false;
            swiftPlotDiagram1.AxisX.VisibleInPanesSerializable = "0";
            swiftPlotDiagram1.AxisY.Title.Text = "平均值";
            swiftPlotDiagram1.AxisY.Title.Visible = true;
            swiftPlotDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            swiftPlotDiagram1.AxisY.WholeRange.AlwaysShowZeroLevel = false;
            swiftPlotDiagram1.EnableAxisXScrolling = true;
            swiftPlotDiagram1.PaneDistance = 1;
            xyDiagramPane1.Name = "Pane 1";
            xyDiagramPane1.PaneID = 0;
            swiftPlotDiagram1.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] {
            xyDiagramPane1});
            swiftPlotDiagram1.ScrollingOptions.UseKeyboard = false;
            swiftPlotDiagram1.ScrollingOptions.UseMouse = false;
            swiftPlotDiagram1.ScrollingOptions.UseTouchDevice = false;
            swiftPlotDiagramSecondaryAxisY1.Alignment = DevExpress.XtraCharts.AxisAlignment.Near;
            swiftPlotDiagramSecondaryAxisY1.AxisID = 0;
            swiftPlotDiagramSecondaryAxisY1.GridLines.Visible = true;
            swiftPlotDiagramSecondaryAxisY1.Name = "Secondary AxisY 1";
            swiftPlotDiagramSecondaryAxisY1.Title.Text = "极差";
            swiftPlotDiagramSecondaryAxisY1.Title.Visible = true;
            swiftPlotDiagramSecondaryAxisY1.VisibleInPanesSerializable = "0";
            swiftPlotDiagramSecondaryAxisY1.WholeRange.AlwaysShowZeroLevel = false;
            swiftPlotDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisY[] {
            swiftPlotDiagramSecondaryAxisY1});
            swiftPlotDiagram1.ZoomingOptions.UseMouseWheel = false;
            this.chartControl1.Diagram = swiftPlotDiagram1;
            this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.chartControl1.Legend.Visible = false;
            this.chartControl1.Location = new System.Drawing.Point(0, 0);
            this.chartControl1.Name = "chartControl1";
            this.chartControl1.RuntimeHitTesting = true;
            series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative;
            series1.Name = "Series 1";
            swiftPlotSeriesView1.LineStyle.Thickness = 2;
            series1.View = swiftPlotSeriesView1;
            series2.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative;
            series2.Name = "Series 2";
            swiftPlotSeriesView2.AxisYName = "Secondary AxisY 1";
            swiftPlotSeriesView2.LineStyle.Thickness = 2;
            swiftPlotSeriesView2.PaneName = "Pane 1";
            series2.View = swiftPlotSeriesView2;
            this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1,
        series2};
            swiftPlotSeriesView3.LineStyle.Thickness = 2;
            this.chartControl1.SeriesTemplate.View = swiftPlotSeriesView3;
            this.chartControl1.Size = new System.Drawing.Size(682, 334);
            this.chartControl1.TabIndex = 0;
            // 
            // DataControlDrawBoard
            // 
            this.Appearance.BackColor = System.Drawing.SystemColors.Control;
            this.Appearance.Options.UseBackColor = true;
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.chartControl1);
            this.Name = "DataControlDrawBoard";
            this.Size = new System.Drawing.Size(682, 334);
            ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagramSecondaryAxisY1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
            this.ResumeLayout(false);

        }
Exemplo n.º 23
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.SwiftPlotDiagram         swiftPlotDiagram1     = new DevExpress.XtraCharts.SwiftPlotDiagram();
     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.Series                   series1               = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView      swiftPlotSeriesView1  = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.Series                   series2               = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView      swiftPlotSeriesView2  = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.Series                   series3               = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView      swiftPlotSeriesView3  = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.Series                   series4               = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView      swiftPlotSeriesView4  = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.SwiftPlotSeriesView      swiftPlotSeriesView5  = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.SwiftPlotDiagram         swiftPlotDiagram2     = new DevExpress.XtraCharts.SwiftPlotDiagram();
     DevExpress.XtraCharts.XYDiagramPane            xyDiagramPane4        = new DevExpress.XtraCharts.XYDiagramPane();
     DevExpress.XtraCharts.XYDiagramPane            xyDiagramPane5        = new DevExpress.XtraCharts.XYDiagramPane();
     DevExpress.XtraCharts.XYDiagramPane            xyDiagramPane6        = new DevExpress.XtraCharts.XYDiagramPane();
     DevExpress.XtraCharts.Series                   series5               = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView      swiftPlotSeriesView6  = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.Series                   series6               = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView      swiftPlotSeriesView7  = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.Series                   series7               = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView      swiftPlotSeriesView8  = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.Series                   series8               = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView      swiftPlotSeriesView9  = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.SwiftPlotSeriesView      swiftPlotSeriesView10 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     System.ComponentModel.ComponentResourceManager resources             = new System.ComponentModel.ComponentResourceManager(typeof(RealTimeGraph));
     this.chartControl1     = new DevExpress.XtraCharts.ChartControl();
     this.chartControl2     = new DevExpress.XtraCharts.ChartControl();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     this.metroButton_close = new MetroFramework.Controls.MetroButton();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView10)).BeginInit();
     this.tableLayoutPanel1.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     this.SuspendLayout();
     //
     // chartControl1
     //
     this.chartControl1.AppearanceNameSerializable           = "The Trees";
     swiftPlotDiagram1.AxisX.DateTimeScaleOptions.GridOffset = 5D;
     swiftPlotDiagram1.AxisX.Label.TextPattern          = "{A:mm:ss}";
     swiftPlotDiagram1.AxisX.VisibleInPanesSerializable = "-1;0;1;2";
     swiftPlotDiagram1.AxisY.VisibleInPanesSerializable = "-1;0;1;2";
     swiftPlotDiagram1.PaneLayoutDirection = DevExpress.XtraCharts.PaneLayoutDirection.Horizontal;
     xyDiagramPane1.Name   = "Pane 1";
     xyDiagramPane1.PaneID = 0;
     xyDiagramPane2.Name   = "Pane 2";
     xyDiagramPane2.PaneID = 1;
     xyDiagramPane3.Name   = "Pane 3";
     xyDiagramPane3.PaneID = 2;
     swiftPlotDiagram1.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] {
         xyDiagramPane1,
         xyDiagramPane2,
         xyDiagramPane3
     });
     this.chartControl1.Diagram = swiftPlotDiagram1;
     this.chartControl1.Dock    = System.Windows.Forms.DockStyle.Fill;
     this.chartControl1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.chartControl1.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside;
     this.chartControl1.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.chartControl1.Legend.EquallySpacedItems  = false;
     this.chartControl1.Location    = new System.Drawing.Point(3, 3);
     this.chartControl1.Name        = "chartControl1";
     this.chartControl1.PaletteName = "Mixed";
     series1.ArgumentScaleType      = DevExpress.XtraCharts.ScaleType.DateTime;
     series1.Name = "전압";
     swiftPlotSeriesView1.LineStyle.Thickness = 2;
     series1.View = swiftPlotSeriesView1;
     series2.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
     series2.Name = "전류";
     swiftPlotSeriesView2.LineStyle.Thickness = 2;
     swiftPlotSeriesView2.PaneName            = "Pane 1";
     series2.View = swiftPlotSeriesView2;
     series3.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
     series3.Name = "온도1";
     swiftPlotSeriesView3.LineStyle.Thickness = 2;
     swiftPlotSeriesView3.PaneName            = "Pane 2";
     series3.View = swiftPlotSeriesView3;
     series4.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
     series4.Name = "온도2";
     swiftPlotSeriesView4.LineStyle.Thickness = 2;
     swiftPlotSeriesView4.PaneName            = "Pane 3";
     series4.View = swiftPlotSeriesView4;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2,
         series3,
         series4
     };
     swiftPlotSeriesView5.LineStyle.Thickness = 2;
     this.chartControl1.SeriesTemplate.View   = swiftPlotSeriesView5;
     this.chartControl1.Size     = new System.Drawing.Size(1474, 350);
     this.chartControl1.TabIndex = 0;
     //
     // chartControl2
     //
     this.chartControl2.AppearanceNameSerializable           = "Pastel Kit";
     swiftPlotDiagram2.AxisX.DateTimeScaleOptions.GridOffset = 1D;
     swiftPlotDiagram2.AxisX.Label.TextPattern          = "{A:mm:ss}";
     swiftPlotDiagram2.AxisX.VisibleInPanesSerializable = "-1;2;1;0";
     swiftPlotDiagram2.AxisY.VisibleInPanesSerializable = "-1;2;1;0";
     swiftPlotDiagram2.PaneLayoutDirection = DevExpress.XtraCharts.PaneLayoutDirection.Horizontal;
     xyDiagramPane4.Name   = "Pane 1";
     xyDiagramPane4.PaneID = 0;
     xyDiagramPane5.Name   = "Pane 2";
     xyDiagramPane5.PaneID = 1;
     xyDiagramPane6.Name   = "Pane 3";
     xyDiagramPane6.PaneID = 2;
     swiftPlotDiagram2.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] {
         xyDiagramPane4,
         xyDiagramPane5,
         xyDiagramPane6
     });
     this.chartControl2.Diagram = swiftPlotDiagram2;
     this.chartControl2.Dock    = System.Windows.Forms.DockStyle.Fill;
     this.chartControl2.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.chartControl2.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside;
     this.chartControl2.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.chartControl2.Legend.EquallySpacedItems  = false;
     this.chartControl2.Location = new System.Drawing.Point(3, 359);
     this.chartControl2.Name     = "chartControl2";
     series5.ArgumentScaleType   = DevExpress.XtraCharts.ScaleType.DateTime;
     series5.Name = "온도3";
     swiftPlotSeriesView6.LineStyle.Thickness = 2;
     series5.View = swiftPlotSeriesView6;
     series6.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
     series6.Name = "온도4";
     swiftPlotSeriesView7.LineStyle.Thickness = 2;
     swiftPlotSeriesView7.PaneName            = "Pane 1";
     series6.View = swiftPlotSeriesView7;
     series7.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
     series7.Name = "온도5";
     swiftPlotSeriesView8.LineStyle.Thickness = 2;
     swiftPlotSeriesView8.PaneName            = "Pane 2";
     series7.View = swiftPlotSeriesView8;
     series8.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
     series8.Name = "온도6";
     swiftPlotSeriesView9.LineStyle.Thickness = 2;
     swiftPlotSeriesView9.PaneName            = "Pane 3";
     series8.View = swiftPlotSeriesView9;
     this.chartControl2.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series5,
         series6,
         series7,
         series8
     };
     swiftPlotSeriesView10.LineStyle.Thickness = 2;
     this.chartControl2.SeriesTemplate.View    = swiftPlotSeriesView10;
     this.chartControl2.Size     = new System.Drawing.Size(1474, 350);
     this.chartControl2.TabIndex = 1;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.chartControl2, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.chartControl1, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 2);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(29, 90);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 3;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 48F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 48F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 4F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(1480, 743);
     this.tableLayoutPanel1.TabIndex = 1;
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.ColumnCount = 2;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 80F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
     this.tableLayoutPanel2.Controls.Add(this.metroButton_close, 1, 0);
     this.tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 715);
     this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 1;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(1474, 25);
     this.tableLayoutPanel2.TabIndex = 2;
     //
     // metroButton_close
     //
     this.metroButton_close.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.metroButton_close.Location      = new System.Drawing.Point(1182, 3);
     this.metroButton_close.Name          = "metroButton_close";
     this.metroButton_close.Size          = new System.Drawing.Size(289, 19);
     this.metroButton_close.TabIndex      = 0;
     this.metroButton_close.Text          = "닫기";
     this.metroButton_close.UseSelectable = true;
     this.metroButton_close.Click        += new System.EventHandler(this.metroButton_close_Click);
     //
     // RealTimeGraph
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 18F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1538, 863);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Margin        = new System.Windows.Forms.Padding(4);
     this.Name          = "RealTimeGraph";
     this.Padding       = new System.Windows.Forms.Padding(29, 90, 29, 30);
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "실시간 데이터";
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).EndInit();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 24
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.LineSeriesView   lineSeriesView1   = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series           series2           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.LineSeriesView   lineSeriesView2   = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series           series3           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel3 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.LineSeriesView   lineSeriesView3   = 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)(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)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).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(823, 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.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.VisibleInPanesSerializable                   = "-1";
     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.Name          = "secondaryAxisY1";
     secondaryAxisY1.Title.Font    = new System.Drawing.Font("Tahoma", 10F);
     secondaryAxisY1.Title.Text    = "";
     secondaryAxisY1.Title.Visible = true;
     secondaryAxisY1.VisibleInPanesSerializable = "0";
     secondaryAxisY1.WholeRange.AutoSideMargins = true;
     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.Name          = "secondaryAxisY2";
     secondaryAxisY2.Title.Font    = new System.Drawing.Font("Tahoma", 10F);
     secondaryAxisY2.Title.Text    = "";
     secondaryAxisY2.Title.Visible = true;
     secondaryAxisY2.VisibleInPanesSerializable  = "1";
     secondaryAxisY2.WholeRange.AutoSideMargins  = false;
     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 = "测点1-1";
     series1.View = lineSeriesView1;
     series2.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
     pointSeriesLabel2.Angle   = 90;
     series2.Label             = pointSeriesLabel2;
     series2.Name = "测点2-1";
     lineSeriesView2.AxisYName = "secondaryAxisY1";
     lineSeriesView2.PaneName  = "Pane 1";
     series2.View = lineSeriesView2;
     series3.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
     pointSeriesLabel3.Angle   = 90;
     series3.Label             = pointSeriesLabel3;
     series3.Name = "测点3-1";
     lineSeriesView3.AxisYName = "secondaryAxisY2";
     lineSeriesView3.PaneName  = "Pane 2";
     series3.View = lineSeriesView3;
     this.chart.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2,
         series3
     };
     this.chart.Size     = new System.Drawing.Size(823, 461);
     this.chart.TabIndex = 3;
     chartTitle1.Text    = "模拟量多点同屏";
     this.chart.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     this.chart.ToolTipOptions.ShowForPoints = false;
     //
     // Frm_LineWithScreen
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(823, 488);
     this.Controls.Add(this.chart);
     this.Controls.Add(this.ribbonControl1);
     this.Name   = "Frm_LineWithScreen";
     this.Ribbon = this.ribbonControl1;
     this.Text   = "模拟量多点同屏";
     this.Load  += new System.EventHandler(this.Frm_WithScreen_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)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 25
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.SecondaryAxisY secondaryAxisY1 = new DevExpress.XtraCharts.SecondaryAxisY();
            DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesView pointSeriesView1 = new DevExpress.XtraCharts.PointSeriesView();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView2 = new DevExpress.XtraCharts.LineSeriesView();
            this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
            this.SuspendLayout();
            // 
            // chartControl1
            // 
            this.chartControl1.CrosshairOptions.ShowOnlyInFocusedPane = false;
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.WholeRange.AlwaysShowZeroLevel = false;
            xyDiagram1.EnableAxisXScrolling = true;
            xyDiagram1.PaneDistance = 0;
            xyDiagramPane1.Name = "Pane 1";
            xyDiagramPane1.PaneID = 0;
            xyDiagramPane1.Weight = 0.6D;
            xyDiagram1.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] {
            xyDiagramPane1});
            xyDiagram1.ScrollingOptions.UseKeyboard = false;
            xyDiagram1.ScrollingOptions.UseMouse = false;
            xyDiagram1.ScrollingOptions.UseTouchDevice = false;
            secondaryAxisY1.Alignment = DevExpress.XtraCharts.AxisAlignment.Near;
            secondaryAxisY1.AxisID = 0;
            secondaryAxisY1.GridLines.Visible = true;
            secondaryAxisY1.Name = "Secondary AxisY 1";
            secondaryAxisY1.Tickmarks.MinorVisible = false;
            secondaryAxisY1.VisibleInPanesSerializable = "0";
            secondaryAxisY1.WholeRange.AlwaysShowZeroLevel = false;
            secondaryAxisY1.WholeRange.AutoSideMargins = true;
            xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
            secondaryAxisY1});
            xyDiagram1.ZoomingOptions.UseMouseWheel = false;
            this.chartControl1.Diagram = xyDiagram1;
            this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.chartControl1.Legend.Visible = false;
            this.chartControl1.Location = new System.Drawing.Point(4, 2);
            this.chartControl1.Name = "chartControl1";
            series1.Name = "Series 1";
            lineSeriesView1.LineStyle.Thickness = 1;
            series1.View = lineSeriesView1;
            series2.CrosshairLabelPattern = "规则{V}";
            series2.Name = "Series 2";
            pointSeriesView1.AxisYName = "Secondary AxisY 1";
            pointSeriesView1.PaneName = "Pane 1";
            pointSeriesView1.PointMarkerOptions.Kind = DevExpress.XtraCharts.MarkerKind.Star;
            series2.View = pointSeriesView1;
            this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1,
        series2};
            this.chartControl1.SeriesTemplate.View = lineSeriesView2;
            this.chartControl1.Size = new System.Drawing.Size(689, 444);
            this.chartControl1.TabIndex = 0;
            // 
            // SPCDetermineDrawBoard
            // 
            this.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.Appearance.Options.UseBackColor = true;
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.chartControl1);
            this.Name = "SPCDetermineDrawBoard";
            this.Size = new System.Drawing.Size(695, 448);
            ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
            this.ResumeLayout(false);

        }
 /// <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.Legend         legend1         = new DevExpress.XtraCharts.Legend();
     DevExpress.XtraCharts.Legend         legend2         = new DevExpress.XtraCharts.Legend();
     DevExpress.XtraCharts.Series         series1         = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SeriesPoint    seriesPoint1    = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 11, 6, 0, 0, 0), new object[] {
         ((object)(56.48D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint2 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 11, 3, 0, 0, 0), new object[] {
         ((object)(53.78D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint3 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 11, 0, 0, 0, 0), new object[] {
         ((object)(57.74D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint4 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 21, 0, 0, 0), new object[] {
         ((object)(64.4D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint5 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 18, 0, 0, 0), new object[] {
         ((object)(72.5D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint6 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 15, 0, 0, 0), new object[] {
         ((object)(72.68D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint7 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 12, 0, 0, 0), new object[] {
         ((object)(69.62D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint8 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 9, 0, 0, 0), new object[] {
         ((object)(67.28D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint9 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 6, 0, 0, 0), new object[] {
         ((object)(62.42D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint10 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 3, 0, 0, 0), new object[] {
         ((object)(60.62D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint11 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 0, 0, 0, 0), new object[] {
         ((object)(62.6D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint12 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 21, 0, 0, 0), new object[] {
         ((object)(71.96D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint13 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 18, 0, 0, 0), new object[] {
         ((object)(77.9D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint14 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 15, 0, 0, 0), new object[] {
         ((object)(78.98D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint15 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 12, 0, 0, 0), new object[] {
         ((object)(76.28D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint16 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 9, 0, 0, 0), new object[] {
         ((object)(71.06D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint17 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 6, 0, 0, 0), new object[] {
         ((object)(60.8D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint18 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 3, 0, 0, 0), new object[] {
         ((object)(58.64D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint19 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 0, 0, 0, 0), new object[] {
         ((object)(63.14D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint20 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 21, 0, 0, 0), new object[] {
         ((object)(68.54D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint21 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 18, 0, 0, 0), new object[] {
         ((object)(75.2D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint22 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 15, 0, 0, 0), new object[] {
         ((object)(77.18D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint23 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 12, 0, 0, 0), new object[] {
         ((object)(74.48D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint24 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 9, 0, 0, 0), new object[] {
         ((object)(64.58D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint25 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 6, 0, 0, 0), new object[] {
         ((object)(59.36D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint26 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 3, 0, 0, 0), new object[] {
         ((object)(60.08D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint27 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 0, 0, 0, 0), new object[] {
         ((object)(61.16D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint28 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 21, 0, 0, 0), new object[] {
         ((object)(63.86D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint29 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 18, 0, 0, 0), new object[] {
         ((object)(65.66D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint30 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 15, 0, 0, 0), new object[] {
         ((object)(65.12D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint31 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 12, 0, 0, 0), new object[] {
         ((object)(63.86D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint32 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 9, 0, 0, 0), new object[] {
         ((object)(61.52D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint33 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 6, 0, 0, 0), new object[] {
         ((object)(51.8D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint34 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 3, 0, 0, 0), new object[] {
         ((object)(52.34D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint35 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 0, 0, 0, 0), new object[] {
         ((object)(57.2D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint36 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 21, 0, 0, 0), new object[] {
         ((object)(60.44D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint37 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 18, 0, 0, 0), new object[] {
         ((object)(65.48D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint38 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 15, 0, 0, 0), new object[] {
         ((object)(66.56D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint39 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 12, 0, 0, 0), new object[] {
         ((object)(64.04D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint40 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 9, 0, 0, 0), new object[] {
         ((object)(60.26D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint41 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 6, 0, 0, 0), new object[] {
         ((object)(51.44D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint42 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 3, 0, 0, 0), new object[] {
         ((object)(50.18D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint43 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 0, 0, 0, 0), new object[] {
         ((object)(56.12D))
     });
     DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series         series2         = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SeriesPoint    seriesPoint44   = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 11, 6, 0, 0, 0), new object[] {
         ((object)(1023D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint45 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 11, 3, 0, 0, 0), new object[] {
         ((object)(1021D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint46 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 11, 0, 0, 0, 0), new object[] {
         ((object)(1023D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint47 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 21, 0, 0, 0), new object[] {
         ((object)(1021D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint48 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 18, 0, 0, 0), new object[] {
         ((object)(1020D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint49 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 15, 0, 0, 0), new object[] {
         ((object)(1021D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint50 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 12, 0, 0, 0), new object[] {
         ((object)(1023D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint51 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 9, 0, 0, 0), new object[] {
         ((object)(1023D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint52 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 6, 0, 0, 0), new object[] {
         ((object)(1023D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint53 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 3, 0, 0, 0), new object[] {
         ((object)(1021D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint54 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 0, 0, 0, 0), new object[] {
         ((object)(1023D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint55 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 21, 0, 0, 0), new object[] {
         ((object)(1023D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint56 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 18, 0, 0, 0), new object[] {
         ((object)(1021D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint57 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 15, 0, 0, 0), new object[] {
         ((object)(1023D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint58 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 12, 0, 0, 0), new object[] {
         ((object)(1024D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint59 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 9, 0, 0, 0), new object[] {
         ((object)(1024D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint60 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 6, 0, 0, 0), new object[] {
         ((object)(1024D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint61 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 3, 0, 0, 0), new object[] {
         ((object)(1023D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint62 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 0, 0, 0, 0), new object[] {
         ((object)(1024D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint63 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 21, 0, 0, 0), new object[] {
         ((object)(1023D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint64 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 18, 0, 0, 0), new object[] {
         ((object)(1021D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint65 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 15, 0, 0, 0), new object[] {
         ((object)(1021D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint66 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 12, 0, 0, 0), new object[] {
         ((object)(1021D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint67 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 9, 0, 0, 0), new object[] {
         ((object)(1021D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint68 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 6, 0, 0, 0), new object[] {
         ((object)(1020D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint69 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 3, 0, 0, 0), new object[] {
         ((object)(1019D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint70 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 0, 0, 0, 0), new object[] {
         ((object)(1019D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint71 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 21, 0, 0, 0), new object[] {
         ((object)(1019D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint72 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 18, 0, 0, 0), new object[] {
         ((object)(1017D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint73 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 15, 0, 0, 0), new object[] {
         ((object)(1017D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint74 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 12, 0, 0, 0), new object[] {
         ((object)(1017D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint75 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 9, 0, 0, 0), new object[] {
         ((object)(1017D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint76 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 6, 0, 0, 0), new object[] {
         ((object)(1017D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint77 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 3, 0, 0, 0), new object[] {
         ((object)(1016D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint78 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 0, 0, 0, 0), new object[] {
         ((object)(1016D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint79 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 21, 0, 0, 0), new object[] {
         ((object)(1016D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint80 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 18, 0, 0, 0), new object[] {
         ((object)(1015D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint81 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 15, 0, 0, 0), new object[] {
         ((object)(1015D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint82 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 12, 0, 0, 0), new object[] {
         ((object)(1015D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint83 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 9, 0, 0, 0), new object[] {
         ((object)(1015D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint84 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 6, 0, 0, 0), new object[] {
         ((object)(1015D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint85 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 3, 0, 0, 0), new object[] {
         ((object)(1015D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint86 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 0, 0, 0, 0), new object[] {
         ((object)(1015D))
     });
     DevExpress.XtraCharts.AreaSeriesView areaSeriesView1 = new DevExpress.XtraCharts.AreaSeriesView();
     DevExpress.XtraCharts.Series         series3         = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SeriesPoint    seriesPoint87   = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 11, 6, 0, 0, 0), new object[] {
         ((object)(69D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint88 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 11, 3, 0, 0, 0), new object[] {
         ((object)(76D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint89 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 11, 0, 0, 0, 0), new object[] {
         ((object)(66D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint90 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 21, 0, 0, 0), new object[] {
         ((object)(49D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint91 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 18, 0, 0, 0), new object[] {
         ((object)(45D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint92 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 15, 0, 0, 0), new object[] {
         ((object)(48D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint93 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 12, 0, 0, 0), new object[] {
         ((object)(57D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint94 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 9, 0, 0, 0), new object[] {
         ((object)(66D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint95 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 6, 0, 0, 0), new object[] {
         ((object)(78D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint96 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 3, 0, 0, 0), new object[] {
         ((object)(83D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint97 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 0, 0, 0, 0), new object[] {
         ((object)(72D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint98 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 21, 0, 0, 0), new object[] {
         ((object)(52D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint99 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 18, 0, 0, 0), new object[] {
         ((object)(40D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint100 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 15, 0, 0, 0), new object[] {
         ((object)(41D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint101 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 12, 0, 0, 0), new object[] {
         ((object)(37D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint102 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 9, 0, 0, 0), new object[] {
         ((object)(41D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint103 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 6, 0, 0, 0), new object[] {
         ((object)(68D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint104 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 3, 0, 0, 0), new object[] {
         ((object)(78D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint105 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 0, 0, 0, 0), new object[] {
         ((object)(71D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint106 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 21, 0, 0, 0), new object[] {
         ((object)(63D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint107 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 18, 0, 0, 0), new object[] {
         ((object)(47D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint108 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 15, 0, 0, 0), new object[] {
         ((object)(44D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint109 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 12, 0, 0, 0), new object[] {
         ((object)(48D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint110 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 9, 0, 0, 0), new object[] {
         ((object)(68D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint111 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 6, 0, 0, 0), new object[] {
         ((object)(81D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint112 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 3, 0, 0, 0), new object[] {
         ((object)(85D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint113 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 0, 0, 0, 0), new object[] {
         ((object)(76D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint114 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 21, 0, 0, 0), new object[] {
         ((object)(65D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint115 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 18, 0, 0, 0), new object[] {
         ((object)(57D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint116 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 15, 0, 0, 0), new object[] {
         ((object)(62D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint117 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 12, 0, 0, 0), new object[] {
         ((object)(53D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint118 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 9, 0, 0, 0), new object[] {
         ((object)(62D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint119 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 6, 0, 0, 0), new object[] {
         ((object)(76D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint120 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 3, 0, 0, 0), new object[] {
         ((object)(80D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint121 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 0, 0, 0, 0), new object[] {
         ((object)(82D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint122 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 21, 0, 0, 0), new object[] {
         ((object)(73D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint123 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 18, 0, 0, 0), new object[] {
         ((object)(57D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint124 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 15, 0, 0, 0), new object[] {
         ((object)(55D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint125 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 12, 0, 0, 0), new object[] {
         ((object)(64D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint126 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 9, 0, 0, 0), new object[] {
         ((object)(74D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint127 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 6, 0, 0, 0), new object[] {
         ((object)(89D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint128 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 3, 0, 0, 0), new object[] {
         ((object)(87D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint129 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 0, 0, 0, 0), new object[] {
         ((object)(80D))
     });
     DevExpress.XtraCharts.SideBySideBarSeriesView sideBySideBarSeriesView1 = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     DevExpress.XtraCharts.ChartTitle chartTitle1 = new DevExpress.XtraCharts.ChartTitle();
     this.chartControl = new DevExpress.XtraCharts.ChartControl();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl)).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)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).BeginInit();
     this.SuspendLayout();
     //
     // chartControl
     //
     this.chartControl.CrosshairEnabled = DevExpress.Utils.DefaultBoolean.False;
     this.chartControl.CrosshairOptions.ShowOnlyInFocusedPane = false;
     this.chartControl.DataBindings = null;
     xyDiagram1.AxisX.DateTimeScaleOptions.AggregateFunction = DevExpress.XtraCharts.AggregateFunction.None;
     xyDiagram1.AxisX.DateTimeScaleOptions.AutoGrid          = false;
     xyDiagram1.AxisX.DateTimeScaleOptions.GridAlignment     = DevExpress.XtraCharts.DateTimeGridAlignment.Hour;
     xyDiagram1.AxisX.DateTimeScaleOptions.GridSpacing       = 5D;
     xyDiagram1.AxisX.DateTimeScaleOptions.MeasureUnit       = DevExpress.XtraCharts.DateTimeMeasureUnit.Hour;
     xyDiagram1.AxisX.Label.TextPattern                = "{A:MMMM d, H:mm tt}";
     xyDiagram1.AxisX.VisibleInPanesSerializable       = "-1;1;0";
     xyDiagram1.AxisX.VisualRange.Auto                 = false;
     xyDiagram1.AxisX.VisualRange.MaxValueSerializable = "06/08/2008 06:00:00.000";
     xyDiagram1.AxisX.VisualRange.MinValueSerializable = "06/06/2008 00:00:00.000";
     xyDiagram1.AxisY.Title.Text                     = "Temperature, F";
     xyDiagram1.AxisY.Title.Visibility               = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisY.VisibleInPanesSerializable     = "-1";
     xyDiagram1.AxisY.WholeRange.AlwaysShowZeroLevel = false;
     xyDiagram1.EnableAxisXScrolling                 = true;
     xyDiagramPane1.Name   = "Pane 1";
     xyDiagramPane1.PaneID = 0;
     xyDiagramPane2.Name   = "Pane 2";
     xyDiagramPane2.PaneID = 1;
     xyDiagram1.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] {
         xyDiagramPane1,
         xyDiagramPane2
     });
     secondaryAxisY1.Alignment         = DevExpress.XtraCharts.AxisAlignment.Near;
     secondaryAxisY1.AxisID            = 0;
     secondaryAxisY1.GridLines.Visible = true;
     secondaryAxisY1.Name                           = "Secondary AxisY 1";
     secondaryAxisY1.Title.Text                     = "Pressure, mbar";
     secondaryAxisY1.Title.Visibility               = DevExpress.Utils.DefaultBoolean.True;
     secondaryAxisY1.VisibleInPanesSerializable     = "0";
     secondaryAxisY1.WholeRange.AlwaysShowZeroLevel = false;
     secondaryAxisY2.Alignment                      = DevExpress.XtraCharts.AxisAlignment.Near;
     secondaryAxisY2.AxisID                         = 1;
     secondaryAxisY2.GridLines.Visible              = true;
     secondaryAxisY2.Name                           = "Secondary AxisY 2";
     secondaryAxisY2.Title.Text                     = "Humidity, %";
     secondaryAxisY2.Title.Visibility               = DevExpress.Utils.DefaultBoolean.True;
     secondaryAxisY2.VisibleInPanesSerializable     = "1";
     secondaryAxisY2.WholeRange.AlwaysShowZeroLevel = false;
     xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY1,
         secondaryAxisY2
     });
     this.chartControl.Diagram = xyDiagram1;
     this.chartControl.Dock    = System.Windows.Forms.DockStyle.Fill;
     this.chartControl.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right;
     this.chartControl.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.chartControl.Legend.DockTargetName      = "Default Pane";
     this.chartControl.Legend.Name = "Default Legend";
     legend1.AlignmentHorizontal   = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right;
     legend1.DockTargetName        = "Pane 1";
     legend1.Name = "Legend1";
     legend2.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right;
     legend2.DockTargetName      = "Pane 2";
     legend2.Name = "Legend2";
     this.chartControl.Legends.AddRange(new DevExpress.XtraCharts.Legend[] {
         legend1,
         legend2
     });
     this.chartControl.Location    = new System.Drawing.Point(0, 0);
     this.chartControl.Name        = "chartControl";
     series1.CrosshairLabelPattern = "{S} : {V}F";
     series1.LegendName            = "Default Legend";
     series1.Name = "Temperature";
     series1.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint1,
         seriesPoint2,
         seriesPoint3,
         seriesPoint4,
         seriesPoint5,
         seriesPoint6,
         seriesPoint7,
         seriesPoint8,
         seriesPoint9,
         seriesPoint10,
         seriesPoint11,
         seriesPoint12,
         seriesPoint13,
         seriesPoint14,
         seriesPoint15,
         seriesPoint16,
         seriesPoint17,
         seriesPoint18,
         seriesPoint19,
         seriesPoint20,
         seriesPoint21,
         seriesPoint22,
         seriesPoint23,
         seriesPoint24,
         seriesPoint25,
         seriesPoint26,
         seriesPoint27,
         seriesPoint28,
         seriesPoint29,
         seriesPoint30,
         seriesPoint31,
         seriesPoint32,
         seriesPoint33,
         seriesPoint34,
         seriesPoint35,
         seriesPoint36,
         seriesPoint37,
         seriesPoint38,
         seriesPoint39,
         seriesPoint40,
         seriesPoint41,
         seriesPoint42,
         seriesPoint43
     });
     series1.View = lineSeriesView1;
     series2.CrosshairLabelPattern = "{S} :  {V} mbars";
     series2.LegendName            = "Legend1";
     series2.Name = "Pressure";
     series2.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint44,
         seriesPoint45,
         seriesPoint46,
         seriesPoint47,
         seriesPoint48,
         seriesPoint49,
         seriesPoint50,
         seriesPoint51,
         seriesPoint52,
         seriesPoint53,
         seriesPoint54,
         seriesPoint55,
         seriesPoint56,
         seriesPoint57,
         seriesPoint58,
         seriesPoint59,
         seriesPoint60,
         seriesPoint61,
         seriesPoint62,
         seriesPoint63,
         seriesPoint64,
         seriesPoint65,
         seriesPoint66,
         seriesPoint67,
         seriesPoint68,
         seriesPoint69,
         seriesPoint70,
         seriesPoint71,
         seriesPoint72,
         seriesPoint73,
         seriesPoint74,
         seriesPoint75,
         seriesPoint76,
         seriesPoint77,
         seriesPoint78,
         seriesPoint79,
         seriesPoint80,
         seriesPoint81,
         seriesPoint82,
         seriesPoint83,
         seriesPoint84,
         seriesPoint85,
         seriesPoint86
     });
     areaSeriesView1.AxisYName    = "Secondary AxisY 1";
     areaSeriesView1.PaneName     = "Pane 1";
     areaSeriesView1.Transparency = ((byte)(0));
     series2.View = areaSeriesView1;
     series3.CrosshairLabelPattern = "{S} : {V}%";
     series3.LegendName            = "Legend2";
     series3.Name = "Humidity";
     series3.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint87,
         seriesPoint88,
         seriesPoint89,
         seriesPoint90,
         seriesPoint91,
         seriesPoint92,
         seriesPoint93,
         seriesPoint94,
         seriesPoint95,
         seriesPoint96,
         seriesPoint97,
         seriesPoint98,
         seriesPoint99,
         seriesPoint100,
         seriesPoint101,
         seriesPoint102,
         seriesPoint103,
         seriesPoint104,
         seriesPoint105,
         seriesPoint106,
         seriesPoint107,
         seriesPoint108,
         seriesPoint109,
         seriesPoint110,
         seriesPoint111,
         seriesPoint112,
         seriesPoint113,
         seriesPoint114,
         seriesPoint115,
         seriesPoint116,
         seriesPoint117,
         seriesPoint118,
         seriesPoint119,
         seriesPoint120,
         seriesPoint121,
         seriesPoint122,
         seriesPoint123,
         seriesPoint124,
         seriesPoint125,
         seriesPoint126,
         seriesPoint127,
         seriesPoint128,
         seriesPoint129
     });
     sideBySideBarSeriesView1.AxisYName = "Secondary AxisY 2";
     sideBySideBarSeriesView1.PaneName  = "Pane 2";
     series3.View = sideBySideBarSeriesView1;
     this.chartControl.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2,
         series3
     };
     this.chartControl.Size     = new System.Drawing.Size(1264, 681);
     this.chartControl.TabIndex = 0;
     chartTitle1.Text           = "Weather in London";
     this.chartControl.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     this.chartControl.MouseUp += new System.Windows.Forms.MouseEventHandler(this.OnChartMouseUp);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1264, 681);
     this.Controls.Add(this.chartControl);
     this.Name = "Form1";
     this.Text = "Form1";
     ((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)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 27
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.ConstantLine            constantLine1            = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.ConstantLine            constantLine2            = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.ConstantLine            constantLine3            = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.ConstantLine            constantLine4            = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.ConstantLine            constantLine5            = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.ConstantLine            constantLine6            = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.ConstantLine            constantLine7            = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.ConstantLine            constantLine8            = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.XYDiagramPane           xyDiagramPane1           = new DevExpress.XtraCharts.XYDiagramPane();
     DevExpress.XtraCharts.SecondaryAxisY          secondaryAxisY1          = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.ConstantLine            constantLine9            = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.SecondaryAxisY          secondaryAxisY2          = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.Series                  series1                  = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.LineSeriesView          lineSeriesView1          = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series                  series2                  = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesView sideBySideBarSeriesView1 = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     DevExpress.XtraCharts.Series                  series3                  = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.LineSeriesView          lineSeriesView2          = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.ChartTitle              chartTitle1              = new DevExpress.XtraCharts.ChartTitle();
     this.layoutControl1      = new DevExpress.XtraLayout.LayoutControl();
     this.luTradeInfo         = new DevExpress.XtraEditors.LookUpEdit();
     this.deTrade             = new DevExpress.XtraEditors.DateEdit();
     this.chartControl1       = new DevExpress.XtraCharts.ChartControl();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1  = new DevExpress.XtraLayout.LayoutControlItem();
     this.lcgFilter           = new DevExpress.XtraLayout.LayoutControlGroup();
     this.emptySpaceItem3     = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem3  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem2  = new DevExpress.XtraLayout.LayoutControlItem();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.luTradeInfo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.deTrade.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.deTrade.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lcgFilter)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     this.SuspendLayout();
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.luTradeInfo);
     this.layoutControl1.Controls.Add(this.deTrade);
     this.layoutControl1.Controls.Add(this.chartControl1);
     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(1521, 789);
     this.layoutControl1.TabIndex = 0;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // luTradeInfo
     //
     this.luTradeInfo.Location = new System.Drawing.Point(284, 43);
     this.luTradeInfo.Name     = "luTradeInfo";
     this.luTradeInfo.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.luTradeInfo.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
         new DevExpress.XtraEditors.Controls.LookUpColumnInfo("DisplayText", "DisplayText"),
         new DevExpress.XtraEditors.Controls.LookUpColumnInfo("StockCode", "Name10", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default),
         new DevExpress.XtraEditors.Controls.LookUpColumnInfo("InvestorCode", "Name11", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default),
         new DevExpress.XtraEditors.Controls.LookUpColumnInfo("TradeCode", "Name12", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default)
     });
     this.luTradeInfo.Size              = new System.Drawing.Size(277, 20);
     this.luTradeInfo.StyleController   = this.layoutControl1;
     this.luTradeInfo.TabIndex          = 6;
     this.luTradeInfo.EditValueChanged += new System.EventHandler(this.luTradeInfo_EditValueChanged);
     //
     // deTrade
     //
     this.deTrade.EditValue = null;
     this.deTrade.Location  = new System.Drawing.Point(87, 43);
     this.deTrade.Name      = "deTrade";
     this.deTrade.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.deTrade.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.deTrade.Size              = new System.Drawing.Size(130, 20);
     this.deTrade.StyleController   = this.layoutControl1;
     this.deTrade.TabIndex          = 5;
     this.deTrade.EditValueChanged += new System.EventHandler(this.deTrade_EditValueChanged);
     //
     // chartControl1
     //
     this.chartControl1.AutoLayout = false;
     this.chartControl1.BackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.chartControl1.BorderOptions.Visibility               = DevExpress.Utils.DefaultBoolean.False;
     this.chartControl1.CrosshairOptions.ArgumentLineColor     = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(51)))), ((int)(((byte)(0)))));
     this.chartControl1.CrosshairOptions.HighlightPoints       = false;
     this.chartControl1.CrosshairOptions.ShowArgumentLabels    = true;
     this.chartControl1.CrosshairOptions.ShowOnlyInFocusedPane = false;
     this.chartControl1.CrosshairOptions.ValueLineColor        = System.Drawing.Color.White;
     xyDiagram1.AxisX.Color = System.Drawing.Color.FromArgb(((int)(((byte)(139)))), ((int)(((byte)(37)))), ((int)(((byte)(0)))));
     constantLine1.AxisValueSerializable = "09:30";
     constantLine1.Color                 = System.Drawing.Color.FromArgb(((int)(((byte)(139)))), ((int)(((byte)(37)))), ((int)(((byte)(0)))));
     constantLine1.Name                  = "Constant Line 1";
     constantLine1.ShowBehind            = true;
     constantLine1.ShowInLegend          = false;
     constantLine2.AxisValueSerializable = "10:00";
     constantLine2.Color                 = System.Drawing.Color.FromArgb(((int)(((byte)(139)))), ((int)(((byte)(37)))), ((int)(((byte)(0)))));
     constantLine2.LineStyle.DashStyle   = DevExpress.XtraCharts.DashStyle.Dot;
     constantLine2.Name                  = "Constant Line 2";
     constantLine2.ShowBehind            = true;
     constantLine2.ShowInLegend          = false;
     constantLine3.AxisValueSerializable = "10:30";
     constantLine3.Color                 = System.Drawing.Color.FromArgb(((int)(((byte)(139)))), ((int)(((byte)(37)))), ((int)(((byte)(0)))));
     constantLine3.Name                  = "Constant Line 3";
     constantLine3.ShowBehind            = true;
     constantLine3.ShowInLegend          = false;
     constantLine4.AxisValueSerializable = "11:00";
     constantLine4.Color                 = System.Drawing.Color.FromArgb(((int)(((byte)(139)))), ((int)(((byte)(37)))), ((int)(((byte)(0)))));
     constantLine4.LineStyle.DashStyle   = DevExpress.XtraCharts.DashStyle.Dot;
     constantLine4.Name                  = "Constant Line 4";
     constantLine4.ShowBehind            = true;
     constantLine4.ShowInLegend          = false;
     constantLine5.AxisValueSerializable = "11:30";
     constantLine5.Color                 = System.Drawing.Color.FromArgb(((int)(((byte)(139)))), ((int)(((byte)(37)))), ((int)(((byte)(0)))));
     constantLine5.LineStyle.Thickness   = 2;
     constantLine5.Name                  = "Constant Line 5";
     constantLine5.ShowBehind            = true;
     constantLine5.ShowInLegend          = false;
     constantLine6.AxisValueSerializable = "13:30";
     constantLine6.Color                 = System.Drawing.Color.FromArgb(((int)(((byte)(139)))), ((int)(((byte)(37)))), ((int)(((byte)(0)))));
     constantLine6.LineStyle.DashStyle   = DevExpress.XtraCharts.DashStyle.Dot;
     constantLine6.Name                  = "Constant Line 6";
     constantLine6.ShowBehind            = true;
     constantLine6.ShowInLegend          = false;
     constantLine7.AxisValueSerializable = "14:00";
     constantLine7.Color                 = System.Drawing.Color.FromArgb(((int)(((byte)(139)))), ((int)(((byte)(37)))), ((int)(((byte)(0)))));
     constantLine7.Name                  = "Constant Line 7";
     constantLine7.ShowBehind            = true;
     constantLine7.ShowInLegend          = false;
     constantLine8.AxisValueSerializable = "14:30";
     constantLine8.Color                 = System.Drawing.Color.FromArgb(((int)(((byte)(139)))), ((int)(((byte)(37)))), ((int)(((byte)(0)))));
     constantLine8.LineStyle.DashStyle   = DevExpress.XtraCharts.DashStyle.Dot;
     constantLine8.Name                  = "Constant Line 8";
     constantLine8.ShowBehind            = true;
     constantLine8.ShowInLegend          = false;
     xyDiagram1.AxisX.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
         constantLine1,
         constantLine2,
         constantLine3,
         constantLine4,
         constantLine5,
         constantLine6,
         constantLine7,
         constantLine8
     });
     xyDiagram1.AxisX.GridLines.Color                  = System.Drawing.Color.FromArgb(((int)(((byte)(139)))), ((int)(((byte)(37)))), ((int)(((byte)(0)))));
     xyDiagram1.AxisX.Label.Font                       = new System.Drawing.Font("Tahoma", 9F);
     xyDiagram1.AxisX.Label.TextColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(51)))), ((int)(((byte)(0)))));
     xyDiagram1.AxisX.Tag                              = "x";
     xyDiagram1.AxisX.Tickmarks.MinorVisible           = false;
     xyDiagram1.AxisX.Tickmarks.Visible                = false;
     xyDiagram1.AxisX.Visibility                       = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisX.VisibleInPanesSerializable       = "0";
     xyDiagram1.AxisX.VisualRange.Auto                 = false;
     xyDiagram1.AxisX.VisualRange.MaxValueSerializable = "J";
     xyDiagram1.AxisX.VisualRange.MinValueSerializable = "A";
     xyDiagram1.AxisX.WholeRange.Auto                  = false;
     xyDiagram1.AxisX.WholeRange.MaxValueSerializable  = "J";
     xyDiagram1.AxisX.WholeRange.MinValueSerializable  = "A";
     xyDiagram1.AxisY.Color                            = System.Drawing.Color.FromArgb(((int)(((byte)(139)))), ((int)(((byte)(37)))), ((int)(((byte)(0)))));
     xyDiagram1.AxisY.GridLines.Color                  = System.Drawing.Color.FromArgb(((int)(((byte)(139)))), ((int)(((byte)(37)))), ((int)(((byte)(0)))));
     xyDiagram1.AxisY.Label.Font                       = new System.Drawing.Font("Tahoma", 9F);
     xyDiagram1.AxisY.Label.TextColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(51)))), ((int)(((byte)(0)))));
     xyDiagram1.AxisY.Label.TextPattern                = "{V:F2}";
     xyDiagram1.AxisY.Tag                              = "y";
     xyDiagram1.AxisY.Tickmarks.MinorVisible           = false;
     xyDiagram1.AxisY.Tickmarks.Visible                = false;
     xyDiagram1.AxisY.VisibleInPanesSerializable       = "-1";
     xyDiagram1.DefaultPane.BackColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     xyDiagram1.DefaultPane.BorderColor                = System.Drawing.Color.FromArgb(((int)(((byte)(139)))), ((int)(((byte)(37)))), ((int)(((byte)(0)))));
     xyDiagramPane1.BackColor                          = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     xyDiagramPane1.BorderColor                        = System.Drawing.Color.FromArgb(((int)(((byte)(139)))), ((int)(((byte)(37)))), ((int)(((byte)(0)))));
     xyDiagramPane1.Name   = "Pane 1";
     xyDiagramPane1.PaneID = 0;
     xyDiagramPane1.Weight = 0.27D;
     xyDiagram1.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] {
         xyDiagramPane1
     });
     secondaryAxisY1.AxisID = 0;
     secondaryAxisY1.Color  = System.Drawing.Color.FromArgb(((int)(((byte)(139)))), ((int)(((byte)(37)))), ((int)(((byte)(0)))));
     constantLine9.AxisValueSerializable = "0";
     constantLine9.Color = System.Drawing.Color.FromArgb(((int)(((byte)(139)))), ((int)(((byte)(37)))), ((int)(((byte)(0)))));
     constantLine9.LineStyle.Thickness = 2;
     constantLine9.Name         = "";
     constantLine9.ShowBehind   = true;
     constantLine9.ShowInLegend = false;
     secondaryAxisY1.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
         constantLine9
     });
     secondaryAxisY1.Label.Font        = new System.Drawing.Font("Tahoma", 9F);
     secondaryAxisY1.Label.TextColor   = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(51)))), ((int)(((byte)(0)))));
     secondaryAxisY1.Label.TextPattern = "{V:0.00%}";
     secondaryAxisY1.Name = "Secondary AxisY 1";
     secondaryAxisY1.Tag  = "y1";
     secondaryAxisY1.Tickmarks.MinorVisible     = false;
     secondaryAxisY1.Tickmarks.Visible          = false;
     secondaryAxisY1.VisibleInPanesSerializable = "-1";
     secondaryAxisY2.Alignment         = DevExpress.XtraCharts.AxisAlignment.Near;
     secondaryAxisY2.AxisID            = 1;
     secondaryAxisY2.Color             = System.Drawing.Color.FromArgb(((int)(((byte)(139)))), ((int)(((byte)(37)))), ((int)(((byte)(0)))));
     secondaryAxisY2.GridLines.Color   = System.Drawing.Color.FromArgb(((int)(((byte)(139)))), ((int)(((byte)(37)))), ((int)(((byte)(0)))));
     secondaryAxisY2.GridLines.Visible = true;
     secondaryAxisY2.Label.Font        = new System.Drawing.Font("Tahoma", 9F);
     secondaryAxisY2.Label.TextColor   = System.Drawing.Color.SkyBlue;
     secondaryAxisY2.Name = "Secondary AxisY 2";
     secondaryAxisY2.Tag  = "y2";
     secondaryAxisY2.Tickmarks.MinorVisible     = false;
     secondaryAxisY2.Tickmarks.Visible          = false;
     secondaryAxisY2.VisibleInPanesSerializable = "0";
     xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY1,
         secondaryAxisY2
     });
     this.chartControl1.Diagram  = xyDiagram1;
     this.chartControl1.Location = new System.Drawing.Point(12, 79);
     this.chartControl1.Name     = "chartControl1";
     series1.ArgumentScaleType   = DevExpress.XtraCharts.ScaleType.Qualitative;
     series1.Name          = "Price";
     series1.ShowInLegend  = false;
     lineSeriesView1.Color = System.Drawing.Color.White;
     lineSeriesView1.LineStyle.Thickness = 1;
     series1.View = lineSeriesView1;
     series2.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative;
     series2.Name         = "Volume";
     series2.ShowInLegend = false;
     sideBySideBarSeriesView1.AxisYName          = "Secondary AxisY 2";
     sideBySideBarSeriesView1.BarWidth           = 0.1D;
     sideBySideBarSeriesView1.Border.Color       = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     sideBySideBarSeriesView1.Color              = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     sideBySideBarSeriesView1.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Solid;
     sideBySideBarSeriesView1.PaneName           = "Pane 1";
     series2.View = sideBySideBarSeriesView1;
     series3.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative;
     series3.Name          = "AvgPrice";
     series3.ShowInLegend  = false;
     lineSeriesView2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(102)))));
     lineSeriesView2.LineStyle.Thickness = 1;
     series3.View = lineSeriesView2;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2,
         series3
     };
     this.chartControl1.SeriesTemplate.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative;
     this.chartControl1.Size     = new System.Drawing.Size(1497, 698);
     this.chartControl1.TabIndex = 4;
     chartTitle1.Alignment       = System.Drawing.StringAlignment.Near;
     chartTitle1.Font            = new System.Drawing.Font("Tahoma", 12F);
     chartTitle1.Text            = "分时图";
     chartTitle1.TextColor       = System.Drawing.Color.White;
     this.chartControl1.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     this.chartControl1.CustomDrawAxisLabel += new DevExpress.XtraCharts.CustomDrawAxisLabelEventHandler(this.chartControl1_CustomDrawAxisLabel);
     this.chartControl1.Paint += new System.Windows.Forms.PaintEventHandler(this.chartControl1_Paint);
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem1,
         this.lcgFilter
     });
     this.layoutControlGroup1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name        = "layoutControlGroup1";
     this.layoutControlGroup1.Size        = new System.Drawing.Size(1521, 789);
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control      = this.chartControl1;
     this.layoutControlItem1.Location     = new System.Drawing.Point(0, 67);
     this.layoutControlItem1.Name         = "layoutControlItem1";
     this.layoutControlItem1.Size         = new System.Drawing.Size(1501, 702);
     this.layoutControlItem1.Text         = "分时图";
     this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top;
     this.layoutControlItem1.TextSize     = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextVisible  = false;
     //
     // lcgFilter
     //
     this.lcgFilter.AppearanceGroup.Font            = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     this.lcgFilter.AppearanceGroup.Options.UseFont = true;
     this.lcgFilter.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.emptySpaceItem3,
         this.layoutControlItem3,
         this.layoutControlItem2
     });
     this.lcgFilter.Location = new System.Drawing.Point(0, 0);
     this.lcgFilter.Name     = "lcgFilter";
     this.lcgFilter.Size     = new System.Drawing.Size(1501, 67);
     this.lcgFilter.Text     = "筛选条件";
     //
     // emptySpaceItem3
     //
     this.emptySpaceItem3.AllowHotTrack = false;
     this.emptySpaceItem3.Location      = new System.Drawing.Point(541, 0);
     this.emptySpaceItem3.Name          = "emptySpaceItem3";
     this.emptySpaceItem3.Size          = new System.Drawing.Size(936, 24);
     this.emptySpaceItem3.TextSize      = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control  = this.luTradeInfo;
     this.layoutControlItem3.Location = new System.Drawing.Point(197, 0);
     this.layoutControlItem3.Name     = "layoutControlItem3";
     this.layoutControlItem3.Size     = new System.Drawing.Size(344, 24);
     this.layoutControlItem3.Text     = "交易信息:";
     this.layoutControlItem3.TextSize = new System.Drawing.Size(60, 14);
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control  = this.deTrade;
     this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem2.Name     = "layoutControlItem2";
     this.layoutControlItem2.Size     = new System.Drawing.Size(197, 24);
     this.layoutControlItem2.Text     = "交易日期:";
     this.layoutControlItem2.TextSize = new System.Drawing.Size(60, 14);
     //
     // FrmTimeSharingTradeIdentifier
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1521, 789);
     this.Controls.Add(this.layoutControl1);
     this.Name  = "FrmTimeSharingTradeIdentifier";
     this.Text  = "FrmTimeSharingTradeIdentifier";
     this.Load += new System.EventHandler(this.FrmTimeSharingTradeIdentifier_Load);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.luTradeInfo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.deTrade.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.deTrade.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lcgFilter)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 28
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.Strip                    strip1                    = new DevExpress.XtraCharts.Strip();
     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.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.PointOptions             pointOptions1             = new DevExpress.XtraCharts.PointOptions();
     DevExpress.XtraCharts.SideBySideBarSeriesView  sideBySideBarSeriesView1  = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     DevExpress.XtraCharts.Series                   series2                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel2 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.PointOptions             pointOptions2             = new DevExpress.XtraCharts.PointOptions();
     DevExpress.XtraCharts.SideBySideBarSeriesView  sideBySideBarSeriesView2  = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel3 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     this.xrLabel1               = new DevExpress.XtraReports.UI.XRLabel();
     this.ReportHeader1          = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.xrPictureBox2          = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xrLabel10              = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel11              = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel8               = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel9               = new DevExpress.XtraReports.UI.XRLabel();
     this.TopMargin              = new DevExpress.XtraReports.UI.TopMarginBand();
     this.xrPageInfo1            = new DevExpress.XtraReports.UI.XRPageInfo();
     this.xrPictureBox1          = new DevExpress.XtraReports.UI.XRPictureBox();
     this.Detail                 = new DevExpress.XtraReports.UI.DetailBand();
     this.xrChart1               = new DevExpress.XtraReports.UI.XRChart();
     this.xrLabel3               = new DevExpress.XtraReports.UI.XRLabel();
     this.labelCategory          = new DevExpress.XtraReports.UI.XRLabel();
     this.StyleTitle             = new DevExpress.XtraReports.UI.XRControlStyle();
     this.ReportHeader           = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.StyleHeader            = new DevExpress.XtraReports.UI.XRControlStyle();
     this.Detail1                = new DevExpress.XtraReports.UI.DetailBand();
     this.xrLabel7               = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel6               = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel5               = new DevExpress.XtraReports.UI.XRLabel();
     this.labelProductName       = new DevExpress.XtraReports.UI.XRLabel();
     this.BottomMargin           = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.xrPageInfo2            = new DevExpress.XtraReports.UI.XRPageInfo();
     this.DetailReport           = new DevExpress.XtraReports.UI.DetailReportBand();
     this.productsTableAdapter1  = new Reports.NorthwindTableAdapters.ProductsTableAdapter();
     this.northwind1             = new Reports.Northwind();
     this.StyleDetailHeader      = new DevExpress.XtraReports.UI.XRControlStyle();
     this.StyleEvenRow           = new DevExpress.XtraReports.UI.XRControlStyle();
     this.categoriesTableAdapter = new Reports.NorthwindTableAdapters.CategoriesTableAdapter();
     this.Category               = new DevExpress.XtraReports.Parameters.Parameter();
     this.xrPictureBox3          = new DevExpress.XtraReports.UI.XRPictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(strip1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.northwind1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // xrLabel1
     //
     this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrLabel1.Name          = "xrLabel1";
     this.xrLabel1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF         = new System.Drawing.SizeF(650F, 51.125F);
     this.xrLabel1.StyleName     = "StyleTitle";
     this.xrLabel1.Text          = "Northwind Products";
     //
     // ReportHeader1
     //
     this.ReportHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPictureBox2,
         this.xrLabel10,
         this.xrLabel11,
         this.xrLabel8,
         this.xrLabel9
     });
     this.ReportHeader1.HeightF = 23F;
     this.ReportHeader1.Name    = "ReportHeader1";
     //
     // xrPictureBox2
     //
     this.xrPictureBox2.AnchorVertical = DevExpress.XtraReports.UI.VerticalAnchorStyles.Bottom;
     this.xrPictureBox2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Image", null, "Categories.Icon_17")
     });
     this.xrPictureBox2.LocationFloat = new DevExpress.Utils.PointFloat(23.95833F, 0F);
     this.xrPictureBox2.Name          = "xrPictureBox2";
     this.xrPictureBox2.SizeF         = new System.Drawing.SizeF(33.33334F, 23F);
     this.xrPictureBox2.StyleName     = "StyleDetailHeader";
     //
     // xrLabel10
     //
     this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(550F, 0F);
     this.xrLabel10.Name          = "xrLabel10";
     this.xrLabel10.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel10.SizeF         = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel10.StyleName     = "StyleDetailHeader";
     this.xrLabel10.Text          = "In Stock";
     this.xrLabel10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel11
     //
     this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(450F, 0F);
     this.xrLabel11.Name          = "xrLabel11";
     this.xrLabel11.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel11.SizeF         = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel11.StyleName     = "StyleDetailHeader";
     this.xrLabel11.Text          = "Ordered";
     this.xrLabel11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel8
     //
     this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(57.29168F, 0F);
     this.xrLabel8.Name          = "xrLabel8";
     this.xrLabel8.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel8.SizeF         = new System.Drawing.SizeF(292.7083F, 23F);
     this.xrLabel8.StyleName     = "StyleDetailHeader";
     this.xrLabel8.StylePriority.UseTextAlignment = false;
     this.xrLabel8.Text          = "Product Name";
     this.xrLabel8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel9
     //
     this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(350F, 0F);
     this.xrLabel9.Name          = "xrLabel9";
     this.xrLabel9.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel9.SizeF         = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel9.StyleName     = "StyleDetailHeader";
     this.xrLabel9.Text          = "Price";
     this.xrLabel9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // TopMargin
     //
     this.TopMargin.Name          = "TopMargin";
     this.TopMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrPageInfo1
     //
     this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(10.00001F, 9.999974F);
     this.xrPageInfo1.Name          = "xrPageInfo1";
     this.xrPageInfo1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo1.PageInfo      = DevExpress.XtraPrinting.PageInfo.DateTime;
     this.xrPageInfo1.SizeF         = new System.Drawing.SizeF(198.9583F, 23F);
     //
     // xrPictureBox1
     //
     this.xrPictureBox1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Image", null, "Categories.Picture")
     });
     this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(13.95829F, 32.70833F);
     this.xrPictureBox1.Name          = "xrPictureBox1";
     this.xrPictureBox1.SizeF         = new System.Drawing.SizeF(140F, 104.5833F);
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPictureBox3,
         this.xrChart1,
         this.xrLabel3,
         this.labelCategory,
         this.xrPictureBox1
     });
     this.Detail.HeightF       = 537.2916F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrChart1
     //
     this.xrChart1.BorderColor                   = System.Drawing.Color.Black;
     this.xrChart1.Borders                       = DevExpress.XtraPrinting.BorderSide.None;
     xyDiagram1.AxisX.Alignment                  = DevExpress.XtraCharts.AxisAlignment.Far;
     xyDiagram1.AxisX.Label.Angle                = 45;
     xyDiagram1.AxisX.Label.Antialiasing         = true;
     xyDiagram1.AxisX.Label.Visible              = false;
     xyDiagram1.AxisX.Range.SideMarginsEnabled   = true;
     xyDiagram1.AxisX.Tickmarks.MinorVisible     = false;
     xyDiagram1.AxisX.Tickmarks.Visible          = false;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1;0";
     xyDiagram1.AxisY.Alignment                  = DevExpress.XtraCharts.AxisAlignment.Far;
     xyDiagram1.AxisY.Range.SideMarginsEnabled   = true;
     strip1.Color      = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     strip1.LegendText = "Minimum Reorder Level";
     strip1.MaxLimit.AxisValueSerializable = "25";
     strip1.MinLimit.AxisValueSerializable = "0";
     strip1.Name = "Min Reorder Level";
     xyDiagram1.AxisY.Strips.AddRange(new DevExpress.XtraCharts.Strip[] {
         strip1
     });
     xyDiagram1.AxisY.Title.Text    = "Units in Stock";
     xyDiagram1.AxisY.Title.Visible = true;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     xyDiagramPane1.Name   = "Units on Order";
     xyDiagramPane1.PaneID = 0;
     xyDiagram1.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] {
         xyDiagramPane1
     });
     secondaryAxisY1.AxisID            = 0;
     secondaryAxisY1.GridLines.Visible = true;
     secondaryAxisY1.Name = "On Order Y";
     secondaryAxisY1.Range.SideMarginsEnabled = true;
     secondaryAxisY1.Title.Text    = "Units on Order";
     secondaryAxisY1.Title.Visible = true;
     secondaryAxisY1.VisibleInPanesSerializable = "0";
     xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY1
     });
     this.xrChart1.Diagram = xyDiagram1;
     this.xrChart1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.LeftOutside;
     this.xrChart1.Legend.Antialiasing        = true;
     this.xrChart1.LocationFloat = new DevExpress.Utils.PointFloat(0.0001271566F, 144.5833F);
     this.xrChart1.Name          = "xrChart1";
     this.xrChart1.PaletteRepository.Add("Susanne", new DevExpress.XtraCharts.Palette("Susanne", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] {
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(64))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(64)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.Red, System.Drawing.Color.Red)
     }));
     series1.ArgumentDataMember                       = "Categories.CategoriesProducts.ProductName";
     sideBySideBarSeriesLabel1.Antialiasing           = true;
     sideBySideBarSeriesLabel1.LineVisible            = true;
     sideBySideBarSeriesLabel1.ResolveOverlappingMode = DevExpress.XtraCharts.ResolveOverlappingMode.Default;
     sideBySideBarSeriesLabel1.Visible                = false;
     series1.Label              = sideBySideBarSeriesLabel1;
     pointOptions1.PointView    = DevExpress.XtraCharts.PointView.Argument;
     series1.LegendPointOptions = pointOptions1;
     series1.Name = "Units in Stock";
     series1.SynchronizePointOptions      = false;
     series1.ValueDataMembersSerializable = "Categories.CategoriesProducts.UnitsInStock";
     sideBySideBarSeriesView1.ColorEach   = true;
     series1.View = sideBySideBarSeriesView1;
     series2.ArgumentDataMember             = "Categories.CategoriesProducts.ProductName";
     sideBySideBarSeriesLabel2.Antialiasing = true;
     sideBySideBarSeriesLabel2.LineVisible  = true;
     series2.Label = sideBySideBarSeriesLabel2;
     series2.LegendPointOptions = pointOptions2;
     series2.Name                         = "Units on Order";
     series2.ShowInLegend                 = false;
     series2.SynchronizePointOptions      = false;
     series2.ValueDataMembersSerializable = "Categories.CategoriesProducts.UnitsOnOrder";
     sideBySideBarSeriesView2.AxisYName   = "On Order Y";
     sideBySideBarSeriesView2.ColorEach   = true;
     sideBySideBarSeriesView2.PaneName    = "Units on Order";
     series2.View                         = sideBySideBarSeriesView2;
     this.xrChart1.SeriesSerializable     = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     sideBySideBarSeriesLabel3.LineVisible            = true;
     this.xrChart1.SeriesTemplate.Label               = sideBySideBarSeriesLabel3;
     this.xrChart1.SeriesTemplate.SeriesPointsSorting = DevExpress.XtraCharts.SortingMode.Ascending;
     this.xrChart1.SizeF = new System.Drawing.SizeF(649.9999F, 392.7083F);
     //
     // xrLabel3
     //
     this.xrLabel3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Categories.Description")
     });
     this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(178.9584F, 73.62502F);
     this.xrLabel3.Name          = "xrLabel3";
     this.xrLabel3.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF         = new System.Drawing.SizeF(461.0416F, 40.95831F);
     this.xrLabel3.Text          = "xrLabel3";
     //
     // labelCategory
     //
     this.labelCategory.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Categories.CategoryName"),
         new DevExpress.XtraReports.UI.XRBinding("Bookmark", null, "Categories.CategoryName")
     });
     this.labelCategory.LocationFloat = new DevExpress.Utils.PointFloat(178.9584F, 33.95834F);
     this.labelCategory.Name          = "labelCategory";
     this.labelCategory.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.labelCategory.SizeF         = new System.Drawing.SizeF(461.0416F, 39.66667F);
     this.labelCategory.StyleName     = "StyleHeader";
     this.labelCategory.StylePriority.UseTextAlignment = false;
     this.labelCategory.Text          = "labelCategory";
     this.labelCategory.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft;
     //
     // StyleTitle
     //
     this.StyleTitle.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(60)))), ((int)(((byte)(51)))));
     this.StyleTitle.Font          = new System.Drawing.Font("Verdana", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.StyleTitle.ForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(240)))), ((int)(((byte)(206)))));
     this.StyleTitle.Name          = "StyleTitle";
     this.StyleTitle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // ReportHeader
     //
     this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel1
     });
     this.ReportHeader.HeightF = 51.125F;
     this.ReportHeader.Name    = "ReportHeader";
     //
     // StyleHeader
     //
     this.StyleHeader.BackColor = System.Drawing.Color.Empty;
     this.StyleHeader.Font      = new System.Drawing.Font("Verdana", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.StyleHeader.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(49)))), ((int)(((byte)(53)))));
     this.StyleHeader.Name      = "StyleHeader";
     //
     // Detail1
     //
     this.Detail1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel7,
         this.xrLabel6,
         this.xrLabel5,
         this.labelProductName
     });
     this.Detail1.HeightF = 23F;
     this.Detail1.Name    = "Detail1";
     //
     // xrLabel7
     //
     this.xrLabel7.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Categories.CategoriesProducts.UnitsOnOrder")
     });
     this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(450F, 0F);
     this.xrLabel7.Name          = "xrLabel7";
     this.xrLabel7.OddStyleName  = "StyleEvenRow";
     this.xrLabel7.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel7.SizeF         = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel7.StylePriority.UseTextAlignment = false;
     this.xrLabel7.Text          = "xrLabel7";
     this.xrLabel7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel6
     //
     this.xrLabel6.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Categories.CategoriesProducts.UnitsInStock")
     });
     this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(550F, 0F);
     this.xrLabel6.Name          = "xrLabel6";
     this.xrLabel6.OddStyleName  = "StyleEvenRow";
     this.xrLabel6.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel6.SizeF         = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel6.StylePriority.UseTextAlignment = false;
     this.xrLabel6.Text          = "xrLabel6";
     this.xrLabel6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel5
     //
     this.xrLabel5.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Categories.CategoriesProducts.UnitPrice", "{0:c}")
     });
     this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(350F, 0F);
     this.xrLabel5.Name          = "xrLabel5";
     this.xrLabel5.OddStyleName  = "StyleEvenRow";
     this.xrLabel5.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel5.SizeF         = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel5.StylePriority.UseTextAlignment = false;
     this.xrLabel5.Text          = "xrLabel5";
     this.xrLabel5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // labelProductName
     //
     this.labelProductName.BookmarkParent = this.labelCategory;
     this.labelProductName.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Categories.CategoriesProducts.ProductName"),
         new DevExpress.XtraReports.UI.XRBinding("Bookmark", null, "Categories.CategoriesProducts.ProductName")
     });
     this.labelProductName.LocationFloat = new DevExpress.Utils.PointFloat(23.95833F, 0F);
     this.labelProductName.Name          = "labelProductName";
     this.labelProductName.OddStyleName  = "StyleEvenRow";
     this.labelProductName.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.labelProductName.SizeF         = new System.Drawing.SizeF(326.0417F, 23F);
     this.labelProductName.StylePriority.UseTextAlignment = false;
     this.labelProductName.Text          = "labelProductName";
     this.labelProductName.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // BottomMargin
     //
     this.BottomMargin.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPageInfo2,
         this.xrPageInfo1
     });
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrPageInfo2
     //
     this.xrPageInfo2.LocationFloat = new DevExpress.Utils.PointFloat(539.9999F, 9.999974F);
     this.xrPageInfo2.Name          = "xrPageInfo2";
     this.xrPageInfo2.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo2.SizeF         = new System.Drawing.SizeF(100F, 23F);
     this.xrPageInfo2.StylePriority.UseTextAlignment = false;
     this.xrPageInfo2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // DetailReport
     //
     this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail1,
         this.ReportHeader1
     });
     this.DetailReport.DataAdapter = this.productsTableAdapter1;
     this.DetailReport.DataMember  = "Categories.CategoriesProducts";
     this.DetailReport.DataSource  = this.northwind1;
     this.DetailReport.Level       = 0;
     this.DetailReport.Name        = "DetailReport";
     this.DetailReport.PageBreak   = DevExpress.XtraReports.UI.PageBreak.AfterBand;
     //
     // productsTableAdapter1
     //
     this.productsTableAdapter1.ClearBeforeFill = true;
     //
     // northwind1
     //
     this.northwind1.DataSetName             = "Northwind";
     this.northwind1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // StyleDetailHeader
     //
     this.StyleDetailHeader.BorderColor   = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(60)))), ((int)(((byte)(51)))));
     this.StyleDetailHeader.Borders       = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.StyleDetailHeader.BorderWidth   = 2;
     this.StyleDetailHeader.Font          = new System.Drawing.Font("Verdana", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.StyleDetailHeader.Name          = "StyleDetailHeader";
     this.StyleDetailHeader.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomCenter;
     //
     // StyleEvenRow
     //
     this.StyleEvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(240)))), ((int)(((byte)(206)))));
     this.StyleEvenRow.Name      = "StyleEvenRow";
     //
     // categoriesTableAdapter
     //
     this.categoriesTableAdapter.ClearBeforeFill = true;
     //
     // Category
     //
     this.Category.Name = "Category";
     //
     // xrPictureBox3
     //
     this.xrPictureBox3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Image", null, "Categories.Icon_17")
     });
     this.xrPictureBox3.LocationFloat = new DevExpress.Utils.PointFloat(23.95833F, 9.708341F);
     this.xrPictureBox3.Name          = "xrPictureBox3";
     this.xrPictureBox3.SizeF         = new System.Drawing.SizeF(100F, 23F);
     //
     // ProductReport
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.ReportHeader,
         this.DetailReport
     });
     this.DataAdapter  = this.categoriesTableAdapter;
     this.DataMember   = "Categories";
     this.DataSource   = this.northwind1;
     this.FilterString = "StartsWith([CategoryName], ?Category)";
     this.Font         = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(60)))), ((int)(((byte)(51)))));
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
         this.Category
     });
     this.RequestParameters = false;
     this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
         this.StyleTitle,
         this.StyleHeader,
         this.StyleDetailHeader,
         this.StyleEvenRow
     });
     this.Version = "11.1";
     ((System.ComponentModel.ISupportInitialize)(strip1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.northwind1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Exemplo n.º 29
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                  xyDiagram3                  = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.ConstantLine               constantLine11              = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.XYDiagramPane              xyDiagramPane5              = new DevExpress.XtraCharts.XYDiagramPane();
     DevExpress.XtraCharts.XYDiagramPane              xyDiagramPane6              = new DevExpress.XtraCharts.XYDiagramPane();
     DevExpress.XtraCharts.SecondaryAxisY             secondaryAxisY11            = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.ConstantLine               constantLine12              = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.SecondaryAxisY             secondaryAxisY12            = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.ConstantLine               constantLine13              = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.SecondaryAxisY             secondaryAxisY13            = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.ConstantLine               constantLine14              = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.SecondaryAxisY             secondaryAxisY14            = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.ConstantLine               constantLine15              = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.CustomAxisLabel            customAxisLabel11           = new DevExpress.XtraCharts.CustomAxisLabel();
     DevExpress.XtraCharts.CustomAxisLabel            customAxisLabel12           = new DevExpress.XtraCharts.CustomAxisLabel();
     DevExpress.XtraCharts.CustomAxisLabel            customAxisLabel13           = new DevExpress.XtraCharts.CustomAxisLabel();
     DevExpress.XtraCharts.CustomAxisLabel            customAxisLabel14           = new DevExpress.XtraCharts.CustomAxisLabel();
     DevExpress.XtraCharts.CustomAxisLabel            customAxisLabel15           = new DevExpress.XtraCharts.CustomAxisLabel();
     DevExpress.XtraCharts.SecondaryAxisY             secondaryAxisY15            = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.Series                     series13                    = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel           pointSeriesLabel15          = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.AreaSeriesView             areaSeriesView7             = new DevExpress.XtraCharts.AreaSeriesView();
     DevExpress.XtraCharts.PolygonGradientFillOptions polygonGradientFillOptions3 = new DevExpress.XtraCharts.PolygonGradientFillOptions();
     DevExpress.XtraCharts.Series                     series14                    = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel           pointSeriesLabel16          = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.SplineSeriesView           splineSeriesView7           = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.Series                     series15                    = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel           pointSeriesLabel17          = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.AreaSeriesView             areaSeriesView8             = new DevExpress.XtraCharts.AreaSeriesView();
     DevExpress.XtraCharts.Series                     series16                    = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel           pointSeriesLabel18          = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.SplineSeriesView           splineSeriesView8           = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.Series                     series17                    = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel           pointSeriesLabel19          = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.SplineSeriesView           splineSeriesView9           = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.Series                     series18                    = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel           pointSeriesLabel20          = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.PointSeriesView            pointSeriesView3            = new DevExpress.XtraCharts.PointSeriesView();
     DevExpress.XtraCharts.PointSeriesLabel           pointSeriesLabel21          = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.AreaSeriesView             areaSeriesView9             = new DevExpress.XtraCharts.AreaSeriesView();
     this.bindingSourceStampValue = new System.Windows.Forms.BindingSource(this.components);
     this.chartControl            = new DevExpress.XtraCharts.ChartControl();
     this.bindingSourceReading    = new System.Windows.Forms.BindingSource(this.components);
     this.groupControl            = new DevExpress.XtraEditors.GroupControl();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSourceStampValue)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY12)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY13)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY14)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY15)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series13)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel15)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series14)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel16)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series15)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel17)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series16)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel18)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series17)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel19)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series18)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel20)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel21)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSourceReading)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl)).BeginInit();
     this.groupControl.SuspendLayout();
     this.SuspendLayout();
     //
     // bindingSourceStampValue
     //
     this.bindingSourceStampValue.AllowNew   = false;
     this.bindingSourceStampValue.DataSource = typeof(Atmo.TimeStampedValue);
     //
     // chartControl
     //
     this.chartControl.DataSource            = this.bindingSourceReading;
     xyDiagram3.AxisX.DateTimeOptions.Format = DevExpress.XtraCharts.DateTimeFormat.MonthAndDay;
     xyDiagram3.AxisX.DateTimeScaleMode      = DevExpress.XtraCharts.DateTimeScaleMode.AutomaticIntegral;
     xyDiagram3.AxisX.GridLines.Visible      = true;
     xyDiagram3.AxisX.Label.Staggered        = true;
     xyDiagram3.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram3.AxisX.Range.SideMarginsEnabled   = false;
     xyDiagram3.AxisX.VisibleInPanesSerializable = "1";
     constantLine11.AxisValueSerializable        = "23";
     constantLine11.LineStyle.DashStyle          = DevExpress.XtraCharts.DashStyle.Dot;
     constantLine11.Name                = "current temperature";
     constantLine11.ShowInLegend        = false;
     constantLine11.Title.ShowBelowLine = true;
     xyDiagram3.AxisY.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
         constantLine11
     });
     xyDiagram3.AxisY.GridLines.Color           = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     xyDiagram3.AxisY.NumericOptions.Format     = DevExpress.XtraCharts.NumericFormat.FixedPoint;
     xyDiagram3.AxisY.NumericOptions.Precision  = 1;
     xyDiagram3.AxisY.Range.AlwaysShowZeroLevel = false;
     xyDiagram3.AxisY.Range.ScrollingRange.Auto = false;
     xyDiagram3.AxisY.Range.ScrollingRange.MaxValueSerializable = "10.6659343977629";
     xyDiagram3.AxisY.Range.ScrollingRange.MinValueSerializable = "0";
     xyDiagram3.AxisY.Range.ScrollingRange.SideMarginsEnabled   = true;
     xyDiagram3.AxisY.Range.SideMarginsEnabled = false;
     xyDiagram3.AxisY.Tickmarks.Length         = 4;
     xyDiagram3.AxisY.Tickmarks.MinorVisible   = false;
     xyDiagram3.AxisY.Title.Antialiasing       = false;
     xyDiagram3.AxisY.Title.Font    = new System.Drawing.Font("Tahoma", 10F);
     xyDiagram3.AxisY.Title.Text    = "Temperature";
     xyDiagram3.AxisY.Title.Visible = true;
     xyDiagram3.AxisY.VisibleInPanesSerializable = "-1";
     xyDiagram3.PaneDistance = 0;
     xyDiagramPane5.Name     = "UserAndPressure";
     xyDiagramPane5.PaneID   = 0;
     xyDiagramPane6.Name     = "SpeedAndDirection";
     xyDiagramPane6.PaneID   = 1;
     xyDiagram3.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] {
         xyDiagramPane5,
         xyDiagramPane6
     });
     secondaryAxisY11.AxisID = 0;
     constantLine12.AxisValueSerializable = "0.5";
     constantLine12.LineStyle.DashStyle   = DevExpress.XtraCharts.DashStyle.Dot;
     constantLine12.Name            = "Current Humidity";
     constantLine12.ShowInLegend    = false;
     constantLine12.Title.Alignment = DevExpress.XtraCharts.ConstantLineTitleAlignment.Far;
     secondaryAxisY11.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
         constantLine12
     });
     secondaryAxisY11.GridLines.Visible = true;
     secondaryAxisY11.Name = "Humidity AxisY";
     secondaryAxisY11.NumericOptions.Format     = DevExpress.XtraCharts.NumericFormat.Percent;
     secondaryAxisY11.NumericOptions.Precision  = 1;
     secondaryAxisY11.Range.AlwaysShowZeroLevel = false;
     secondaryAxisY11.Range.ScrollingRange.Auto = false;
     secondaryAxisY11.Range.ScrollingRange.MaxValueSerializable = "9.72502161975082";
     secondaryAxisY11.Range.ScrollingRange.MinValueSerializable = "1.44583333333333";
     secondaryAxisY11.Range.ScrollingRange.SideMarginsEnabled   = false;
     secondaryAxisY11.Range.SideMarginsEnabled = false;
     secondaryAxisY11.Tickmarks.Length         = 4;
     secondaryAxisY11.Tickmarks.MinorVisible   = false;
     secondaryAxisY11.Title.Antialiasing       = false;
     secondaryAxisY11.Title.Font                 = new System.Drawing.Font("Tahoma", 10F);
     secondaryAxisY11.Title.Text                 = "Humidity";
     secondaryAxisY11.Title.TextColor            = System.Drawing.Color.Black;
     secondaryAxisY11.Title.Visible              = true;
     secondaryAxisY11.VisibleInPanesSerializable = "-1";
     secondaryAxisY12.Alignment           = DevExpress.XtraCharts.AxisAlignment.Near;
     secondaryAxisY12.AxisID              = 1;
     constantLine13.AxisValueSerializable = "1";
     constantLine13.LineStyle.DashStyle   = DevExpress.XtraCharts.DashStyle.Dot;
     constantLine13.Name                = "Current Wind Speed";
     constantLine13.ShowInLegend        = false;
     constantLine13.Title.ShowBelowLine = true;
     secondaryAxisY12.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
         constantLine13
     });
     secondaryAxisY12.GridLines.Color   = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     secondaryAxisY12.GridLines.Visible = true;
     secondaryAxisY12.Name = "Wind Speed AxisY";
     secondaryAxisY12.NumericOptions.Format     = DevExpress.XtraCharts.NumericFormat.FixedPoint;
     secondaryAxisY12.NumericOptions.Precision  = 1;
     secondaryAxisY12.Range.AlwaysShowZeroLevel = false;
     secondaryAxisY12.Range.ScrollingRange.Auto = false;
     secondaryAxisY12.Range.ScrollingRange.MaxValueSerializable = "8.6";
     secondaryAxisY12.Range.ScrollingRange.MinValueSerializable = "1.9";
     secondaryAxisY12.Range.ScrollingRange.SideMarginsEnabled   = false;
     secondaryAxisY12.Range.SideMarginsEnabled = false;
     secondaryAxisY12.Tickmarks.Length         = 4;
     secondaryAxisY12.Tickmarks.MinorVisible   = false;
     secondaryAxisY12.Title.Antialiasing       = false;
     secondaryAxisY12.Title.Font                 = new System.Drawing.Font("Tahoma", 10F);
     secondaryAxisY12.Title.Text                 = "Wind Speed";
     secondaryAxisY12.Title.TextColor            = System.Drawing.Color.Navy;
     secondaryAxisY12.Title.Visible              = true;
     secondaryAxisY12.VisibleInPanesSerializable = "1";
     secondaryAxisY13.AxisID = 2;
     constantLine14.AxisValueSerializable = "98500";
     constantLine14.LineStyle.DashStyle   = DevExpress.XtraCharts.DashStyle.Dot;
     constantLine14.Name            = "Current Pressure";
     constantLine14.ShowInLegend    = false;
     constantLine14.Title.Alignment = DevExpress.XtraCharts.ConstantLineTitleAlignment.Far;
     secondaryAxisY13.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
         constantLine14
     });
     secondaryAxisY13.GridLines.Visible = true;
     secondaryAxisY13.Name = "Pressure AxisY";
     secondaryAxisY13.NumericOptions.Format     = DevExpress.XtraCharts.NumericFormat.FixedPoint;
     secondaryAxisY13.NumericOptions.Precision  = 0;
     secondaryAxisY13.Range.AlwaysShowZeroLevel = false;
     secondaryAxisY13.Range.ScrollingRange.Auto = false;
     secondaryAxisY13.Range.ScrollingRange.MaxValueSerializable = "9.57300535348458";
     secondaryAxisY13.Range.ScrollingRange.MinValueSerializable = "0.315893839630503";
     secondaryAxisY13.Range.ScrollingRange.SideMarginsEnabled   = false;
     secondaryAxisY13.Range.SideMarginsEnabled = false;
     secondaryAxisY13.Tickmarks.Length         = 4;
     secondaryAxisY13.Tickmarks.MinorVisible   = false;
     secondaryAxisY13.Title.Antialiasing       = false;
     secondaryAxisY13.Title.Font                 = new System.Drawing.Font("Tahoma", 10F);
     secondaryAxisY13.Title.Text                 = "Pressure";
     secondaryAxisY13.Title.TextColor            = System.Drawing.Color.Black;
     secondaryAxisY13.Title.Visible              = true;
     secondaryAxisY13.VisibleInPanesSerializable = "0";
     secondaryAxisY14.AxisID = 3;
     constantLine15.AxisValueSerializable = "180";
     constantLine15.LineStyle.DashStyle   = DevExpress.XtraCharts.DashStyle.Dot;
     constantLine15.Name            = "Current Direction";
     constantLine15.ShowInLegend    = false;
     constantLine15.Title.Alignment = DevExpress.XtraCharts.ConstantLineTitleAlignment.Far;
     secondaryAxisY14.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
         constantLine15
     });
     customAxisLabel11.AxisValueSerializable = "180";
     customAxisLabel11.Name = "S";
     customAxisLabel12.AxisValueSerializable = "360";
     customAxisLabel12.Name = "N";
     customAxisLabel13.AxisValueSerializable = "0";
     customAxisLabel13.Name = "N";
     customAxisLabel14.AxisValueSerializable = "270";
     customAxisLabel14.Name = "W";
     customAxisLabel15.AxisValueSerializable = "90";
     customAxisLabel15.Name = "E";
     secondaryAxisY14.CustomLabels.AddRange(new DevExpress.XtraCharts.CustomAxisLabel[] {
         customAxisLabel11,
         customAxisLabel12,
         customAxisLabel13,
         customAxisLabel14,
         customAxisLabel15
     });
     secondaryAxisY14.GridLines.Visible = true;
     secondaryAxisY14.Name = "Direction AxisY";
     secondaryAxisY14.Range.AlwaysShowZeroLevel = false;
     secondaryAxisY14.Range.Auto = false;
     secondaryAxisY14.Range.MaxValueSerializable = "360";
     secondaryAxisY14.Range.MinValueSerializable = "0";
     secondaryAxisY14.Range.ScrollingRange.Auto  = false;
     secondaryAxisY14.Range.ScrollingRange.MaxValueSerializable = "7";
     secondaryAxisY14.Range.ScrollingRange.MinValueSerializable = "2.9";
     secondaryAxisY14.Range.ScrollingRange.SideMarginsEnabled   = false;
     secondaryAxisY14.Range.SideMarginsEnabled = false;
     secondaryAxisY14.Tickmarks.MinorVisible   = false;
     secondaryAxisY14.Tickmarks.Thickness      = 2;
     secondaryAxisY14.Title.Antialiasing       = false;
     secondaryAxisY14.Title.Font                 = new System.Drawing.Font("Tahoma", 10F);
     secondaryAxisY14.Title.Text                 = "Direction";
     secondaryAxisY14.Title.TextColor            = System.Drawing.Color.Black;
     secondaryAxisY14.Title.Visible              = true;
     secondaryAxisY14.VisibleInPanesSerializable = "1";
     secondaryAxisY15.Alignment = DevExpress.XtraCharts.AxisAlignment.Near;
     secondaryAxisY15.AxisID    = 4;
     secondaryAxisY15.Name      = "User";
     secondaryAxisY15.Range.AlwaysShowZeroLevel = false;
     secondaryAxisY15.Range.ScrollingRange.SideMarginsEnabled = true;
     secondaryAxisY15.Range.SideMarginsEnabled = false;
     secondaryAxisY15.Title.Antialiasing       = false;
     secondaryAxisY15.Title.Font                 = new System.Drawing.Font("Tahoma", 10F);
     secondaryAxisY15.Title.Text                 = "User";
     secondaryAxisY15.Title.TextColor            = System.Drawing.Color.Navy;
     secondaryAxisY15.Title.Visible              = true;
     secondaryAxisY15.VisibleInPanesSerializable = "0";
     xyDiagram3.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY11,
         secondaryAxisY12,
         secondaryAxisY13,
         secondaryAxisY14,
         secondaryAxisY15
     });
     this.chartControl.Diagram = xyDiagram3;
     this.chartControl.Dock    = System.Windows.Forms.DockStyle.Fill;
     this.chartControl.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right;
     this.chartControl.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside;
     this.chartControl.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.chartControl.Legend.HorizontalIndent    = 2;
     this.chartControl.Legend.Padding.Bottom      = 1;
     this.chartControl.Legend.Padding.Left        = 1;
     this.chartControl.Legend.Padding.Right       = 1;
     this.chartControl.Legend.Padding.Top         = 1;
     this.chartControl.Legend.TextOffset          = 1;
     this.chartControl.Legend.VerticalIndent      = 1;
     this.chartControl.Legend.Visible             = false;
     this.chartControl.Location = new System.Drawing.Point(2, 22);
     this.chartControl.Name     = "chartControl";
     this.chartControl.PaletteBaseColorNumber = 4;
     this.chartControl.PaletteName            = "Apex";
     this.chartControl.RefreshDataOnRepaint   = false;
     this.chartControl.RuntimeHitTesting      = false;
     series13.ArgumentDataMember    = "TimeStamp";
     series13.ArgumentScaleType     = DevExpress.XtraCharts.ScaleType.DateTime;
     pointSeriesLabel15.LineVisible = true;
     pointSeriesLabel15.Visible     = false;
     series13.Label = pointSeriesLabel15;
     series13.Name  = "Temperature";
     series13.ValueDataMembersSerializable = "TemperatureProperty";
     areaSeriesView7.Color = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(225)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
     areaSeriesView7.FillStyle.FillMode    = DevExpress.XtraCharts.FillMode.Gradient;
     polygonGradientFillOptions3.Color2    = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(0)))), ((int)(((byte)(96)))), ((int)(((byte)(255)))));
     areaSeriesView7.FillStyle.Options     = polygonGradientFillOptions3;
     areaSeriesView7.MarkerOptions.Visible = false;
     series13.View = areaSeriesView7;
     series14.ArgumentDataMember    = "TimeStamp";
     series14.ArgumentScaleType     = DevExpress.XtraCharts.ScaleType.DateTime;
     pointSeriesLabel16.LineVisible = true;
     pointSeriesLabel16.Visible     = false;
     series14.Label = pointSeriesLabel16;
     series14.Name  = "Humidity";
     series14.ValueDataMembersSerializable       = "HumidityProperty";
     splineSeriesView7.AxisYName                 = "Humidity AxisY";
     splineSeriesView7.LineMarkerOptions.Visible = false;
     splineSeriesView7.LineTensionPercent        = 25;
     series14.View = splineSeriesView7;
     series15.ArgumentDataMember    = "TimeStamp";
     series15.ArgumentScaleType     = DevExpress.XtraCharts.ScaleType.DateTime;
     pointSeriesLabel17.LineVisible = true;
     pointSeriesLabel17.Visible     = false;
     series15.Label = pointSeriesLabel17;
     series15.Name  = "Wind Speed";
     series15.ValueDataMembersSerializable = "WindSpeedProperty";
     areaSeriesView8.AxisYName             = "Wind Speed AxisY";
     areaSeriesView8.Color = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(96)))), ((int)(((byte)(128)))), ((int)(((byte)(228)))));
     areaSeriesView8.MarkerOptions.Visible = false;
     areaSeriesView8.PaneName                               = "SpeedAndDirection";
     series15.View                                          = areaSeriesView8;
     series16.ArgumentDataMember                            = "StampProperty";
     series16.ArgumentScaleType                             = DevExpress.XtraCharts.ScaleType.DateTime;
     series16.DataSource                                    = this.bindingSourceStampValue;
     pointSeriesLabel18.LineVisible                         = true;
     pointSeriesLabel18.Visible                             = false;
     series16.Label                                         = pointSeriesLabel18;
     series16.Name                                          = "User";
     series16.ValueDataMembersSerializable                  = "ValueProperty";
     splineSeriesView8.AxisYName                            = "User";
     splineSeriesView8.LineMarkerOptions.Visible            = false;
     splineSeriesView8.LineTensionPercent                   = 25;
     splineSeriesView8.PaneName                             = "UserAndPressure";
     series16.View                                          = splineSeriesView8;
     series17.ArgumentDataMember                            = "TimeStamp";
     series17.ArgumentScaleType                             = DevExpress.XtraCharts.ScaleType.DateTime;
     pointSeriesLabel19.LineVisible                         = true;
     pointSeriesLabel19.Visible                             = false;
     series17.Label                                         = pointSeriesLabel19;
     series17.Name                                          = "Pressure";
     series17.ValueDataMembersSerializable                  = "PressureProperty";
     splineSeriesView9.AxisYName                            = "Pressure AxisY";
     splineSeriesView9.Color                                = System.Drawing.Color.Black;
     splineSeriesView9.LineMarkerOptions.Visible            = false;
     splineSeriesView9.LineTensionPercent                   = 25;
     splineSeriesView9.PaneName                             = "UserAndPressure";
     series17.View                                          = splineSeriesView9;
     series18.ArgumentDataMember                            = "TimeStamp";
     series18.ArgumentScaleType                             = DevExpress.XtraCharts.ScaleType.DateTime;
     pointSeriesLabel20.LineVisible                         = true;
     pointSeriesLabel20.Visible                             = false;
     series18.Label                                         = pointSeriesLabel20;
     series18.Name                                          = "Direction";
     series18.ValueDataMembersSerializable                  = "WindDirectionProperty";
     pointSeriesView3.AxisYName                             = "Direction AxisY";
     pointSeriesView3.Color                                 = System.Drawing.Color.Black;
     pointSeriesView3.PaneName                              = "SpeedAndDirection";
     pointSeriesView3.PointMarkerOptions.BorderVisible      = false;
     pointSeriesView3.PointMarkerOptions.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Solid;
     pointSeriesView3.PointMarkerOptions.Size               = 4;
     series18.View                                          = pointSeriesView3;
     this.chartControl.SeriesSerializable                   = new DevExpress.XtraCharts.Series[] {
         series13,
         series14,
         series15,
         series16,
         series17,
         series18
     };
     this.chartControl.SeriesTemplate.ArgumentDataMember = "TimeStamp";
     this.chartControl.SeriesTemplate.ArgumentScaleType  = DevExpress.XtraCharts.ScaleType.DateTime;
     pointSeriesLabel21.LineVisible         = true;
     this.chartControl.SeriesTemplate.Label = pointSeriesLabel21;
     areaSeriesView9.Transparency           = ((byte)(0));
     this.chartControl.SeriesTemplate.View  = areaSeriesView9;
     this.chartControl.Size     = new System.Drawing.Size(595, 454);
     this.chartControl.TabIndex = 0;
     //
     // bindingSourceReading
     //
     this.bindingSourceReading.AllowNew   = false;
     this.bindingSourceReading.DataSource = typeof(Atmo.Reading);
     //
     // groupControl
     //
     this.groupControl.Controls.Add(this.chartControl);
     this.groupControl.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupControl.Location = new System.Drawing.Point(0, 0);
     this.groupControl.Name     = "groupControl";
     this.groupControl.Size     = new System.Drawing.Size(599, 478);
     this.groupControl.TabIndex = 1;
     this.groupControl.Text     = "Live Readings";
     //
     // LiveAtmosphericGraph
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.groupControl);
     this.DoubleBuffered = true;
     this.Name           = "LiveAtmosphericGraph";
     this.Size           = new System.Drawing.Size(599, 478);
     this.Load          += new System.EventHandler(this.LiveAtmosphericGraph_Load);
     ((System.ComponentModel.ISupportInitialize)(this.bindingSourceStampValue)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY13)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY14)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY15)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel15)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series13)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel16)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series14)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel17)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series15)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel18)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series16)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel19)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series17)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel20)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series18)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel21)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSourceReading)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl)).EndInit();
     this.groupControl.ResumeLayout(false);
     this.ResumeLayout(false);
 }