Beispiel #1
0
        private void chartControl1_MouseUp(object sender, MouseEventArgs e)
        {
            var chart = sender as DevExpress.XtraCharts.ChartControl;

            if (e.Button == System.Windows.Forms.MouseButtons.Left && this.targetLine != null)
            {
                var info = (chart.Diagram as DevExpress.XtraCharts.SwiftPlotDiagram).PointToDiagram(e.Location);
                if (targetLine.Name == "X" && !info.IsEmpty && targetLine.AxisValue.ToString() != this.currentElement.SeriesPoint.Argument)
                {
                    targetLine.AxisValue  = this.currentElement.SeriesPoint.Argument;
                    targetLine.Title.Text = targetLine.AxisValue.ToString();
                    RefreshXStrip();
                }
                else if (targetLine.Name == "Y" && !info.IsEmpty && Convert.ToDouble(targetLine.AxisValue) != info.NumericalValue)
                {
                    targetLine.AxisValue  = info.NumericalValue;
                    targetLine.Title.Text = targetLine.AxisValue.ToString();
                    RefreshYStrip();
                }
            }
            this.targetLine = null;
        }
Beispiel #2
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(FRM_SMT_PH_OEE_YEAR));
     DevExpress.XtraCharts.XYDiagram                xyDiagram1                = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.ConstantLine             constantLine1             = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.Series                   series1                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesView  sideBySideBarSeriesView1  = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     DevExpress.XtraCharts.HatchFillOptions         hatchFillOptions1         = new DevExpress.XtraCharts.HatchFillOptions();
     this.splMain  = new System.Windows.Forms.SplitContainer();
     this.ChartOEE = new DevExpress.XtraCharts.ChartControl();
     this.axfpView = new AxFPUSpreadADO.AxfpSpread();
     this.pnHeader.SuspendLayout();
     this.pnButton.SuspendLayout();
     this.pnFormType.SuspendLayout();
     this.pn2.SuspendLayout();
     this.pn1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splMain)).BeginInit();
     this.splMain.Panel1.SuspendLayout();
     this.splMain.Panel2.SuspendLayout();
     this.splMain.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ChartOEE)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.axfpView)).BeginInit();
     this.SuspendLayout();
     //
     // lblDate
     //
     this.lblDate.Text = "2018-10-18\n08:54:52";
     //
     // cmdYear
     //
     this.cmdYear.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.cmdYear.Appearance.BackColor2           = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.cmdYear.Appearance.Font                 = new System.Drawing.Font("Calibri", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdYear.Appearance.GradientMode         = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.cmdYear.Appearance.Options.UseBackColor = true;
     this.cmdYear.Appearance.Options.UseFont      = true;
     this.cmdYear.ImageOptions.Image              = ((System.Drawing.Image)(resources.GetObject("cmdYear.ImageOptions.Image")));
     //
     // cmdMonth
     //
     this.cmdMonth.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.cmdMonth.Appearance.BackColor2           = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.cmdMonth.Appearance.Font                 = new System.Drawing.Font("Calibri", 27.75F, System.Drawing.FontStyle.Bold);
     this.cmdMonth.Appearance.GradientMode         = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.cmdMonth.Appearance.Options.UseBackColor = true;
     this.cmdMonth.Appearance.Options.UseFont      = true;
     this.cmdMonth.ImageOptions.Image              = ((System.Drawing.Image)(resources.GetObject("cmdMonth.ImageOptions.Image")));
     //
     // cmdDay
     //
     this.cmdDay.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.cmdDay.Appearance.BackColor2           = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.cmdDay.Appearance.Font                 = new System.Drawing.Font("Calibri", 27.75F, System.Drawing.FontStyle.Bold);
     this.cmdDay.Appearance.GradientMode         = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.cmdDay.Appearance.Options.UseBackColor = true;
     this.cmdDay.Appearance.Options.UseFont      = true;
     this.cmdDay.ImageOptions.Image              = ((System.Drawing.Image)(resources.GetObject("cmdDay.ImageOptions.Image")));
     //
     // tmrTime
     //
     this.tmrTime.Tick += new System.EventHandler(this.tmrTime_Tick);
     //
     // cmdBack
     //
     this.cmdBack.FlatAppearance.BorderColor = System.Drawing.Color.Yellow;
     this.cmdBack.FlatAppearance.BorderSize  = 0;
     //
     // lblShift
     //
     this.lblShift.Size = new System.Drawing.Size(413, 53);
     this.lblShift.Text = "Shift 1 (06:00 ~ 14:00)";
     //
     // lblPhylon
     //
     this.lblPhylon.Click += new System.EventHandler(this.lblPhylon_Click);
     //
     // lblCMP
     //
     this.lblCMP.Click += new System.EventHandler(this.lblCMP_Click);
     //
     // splMain
     //
     this.splMain.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splMain.Location    = new System.Drawing.Point(0, 163);
     this.splMain.Name        = "splMain";
     this.splMain.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splMain.Panel1
     //
     this.splMain.Panel1.Controls.Add(this.ChartOEE);
     //
     // splMain.Panel2
     //
     this.splMain.Panel2.Controls.Add(this.axfpView);
     this.splMain.Size             = new System.Drawing.Size(1920, 917);
     this.splMain.SplitterDistance = 568;
     this.splMain.TabIndex         = 19;
     //
     // ChartOEE
     //
     this.ChartOEE.AnimationStartMode = DevExpress.XtraCharts.ChartAnimationMode.OnDataChanged;
     this.ChartOEE.DataBindings       = null;
     xyDiagram1.AxisX.Label.Angle     = -35;
     xyDiagram1.AxisX.Label.ResolveOverlappingOptions.AllowHide = false;
     xyDiagram1.AxisX.Title.Text                 = "Machine";
     xyDiagram1.AxisX.Title.Visibility           = DevExpress.Utils.DefaultBoolean.Default;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     constantLine1.AxisValueSerializable         = "80";
     constantLine1.Color = System.Drawing.Color.DeepPink;
     constantLine1.LineStyle.LineJoin  = System.Drawing.Drawing2D.LineJoin.Bevel;
     constantLine1.LineStyle.Thickness = 2;
     constantLine1.Name                = "OEE Target";
     constantLine1.Title.Font          = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     constantLine1.Title.ShowBelowLine = true;
     constantLine1.Title.Text          = "Target: 80%";
     constantLine1.Title.TextColor     = System.Drawing.Color.FromArgb(((int)(((byte)(112)))), ((int)(((byte)(48)))), ((int)(((byte)(160)))));
     xyDiagram1.AxisY.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
         constantLine1
     });
     xyDiagram1.AxisY.Title.Font                 = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     xyDiagram1.AxisY.Title.Text                 = "Percent (%)";
     xyDiagram1.AxisY.Title.Visibility           = DevExpress.Utils.DefaultBoolean.Default;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.ChartOEE.Diagram = xyDiagram1;
     this.ChartOEE.Dock    = System.Windows.Forms.DockStyle.Fill;
     this.ChartOEE.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.ChartOEE.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside;
     this.ChartOEE.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.ChartOEE.Legend.Name          = "Default Legend";
     this.ChartOEE.Location             = new System.Drawing.Point(0, 0);
     this.ChartOEE.LookAndFeel.SkinName = "Office 2016 Colorful";
     this.ChartOEE.LookAndFeel.UseDefaultLookAndFeel = false;
     this.ChartOEE.Name = "ChartOEE";
     sideBySideBarSeriesLabel1.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
     sideBySideBarSeriesLabel1.Border.Color      = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
     sideBySideBarSeriesLabel1.Border.Thickness  = 2;
     sideBySideBarSeriesLabel1.Border.Visibility = DevExpress.Utils.DefaultBoolean.False;
     sideBySideBarSeriesLabel1.Font = new System.Drawing.Font("Tahoma", 10F);
     sideBySideBarSeriesLabel1.LineStyle.DashStyle    = DevExpress.XtraCharts.DashStyle.Dash;
     sideBySideBarSeriesLabel1.LineStyle.LineJoin     = System.Drawing.Drawing2D.LineJoin.Round;
     sideBySideBarSeriesLabel1.LineVisibility         = DevExpress.Utils.DefaultBoolean.True;
     sideBySideBarSeriesLabel1.Position               = DevExpress.XtraCharts.BarSeriesLabelPosition.Top;
     sideBySideBarSeriesLabel1.ResolveOverlappingMode = DevExpress.XtraCharts.ResolveOverlappingMode.Default;
     sideBySideBarSeriesLabel1.Shadow.Visible         = true;
     sideBySideBarSeriesLabel1.TextColor              = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     series1.Label            = sideBySideBarSeriesLabel1;
     series1.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True;
     series1.Name             = "OEE";
     sideBySideBarSeriesView1.Border.Color       = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(150)))), ((int)(((byte)(70)))));
     sideBySideBarSeriesView1.Color              = System.Drawing.Color.RoyalBlue;
     sideBySideBarSeriesView1.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Hatch;
     hatchFillOptions1.Color2     = System.Drawing.Color.FromArgb(((int)(((byte)(84)))), ((int)(((byte)(141)))), ((int)(((byte)(212)))));
     hatchFillOptions1.HatchStyle = System.Drawing.Drawing2D.HatchStyle.Percent05;
     sideBySideBarSeriesView1.FillStyle.Options = hatchFillOptions1;
     series1.View = sideBySideBarSeriesView1;
     this.ChartOEE.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.ChartOEE.Size     = new System.Drawing.Size(1920, 568);
     this.ChartOEE.TabIndex = 0;
     //
     // axfpView
     //
     this.axfpView.DataSource = null;
     this.axfpView.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.axfpView.Location   = new System.Drawing.Point(0, 0);
     this.axfpView.Name       = "axfpView";
     this.axfpView.OcxState   = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axfpView.OcxState")));
     this.axfpView.Size       = new System.Drawing.Size(1920, 345);
     this.axfpView.TabIndex   = 0;
     //
     // FRM_SMT_PH_OEE_YEAR
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1920, 1080);
     this.Controls.Add(this.splMain);
     this.Name            = "FRM_SMT_PH_OEE_YEAR";
     this.Text            = "FRM_SMT_PH_OEE";
     this.Load           += new System.EventHandler(this.FRM_SMT_PH_OEE_Load);
     this.VisibleChanged += new System.EventHandler(this.FRM_SMT_PH_OEE_VisibleChanged);
     this.Controls.SetChildIndex(this.pnHeader, 0);
     this.Controls.SetChildIndex(this.pnFormType, 0);
     this.Controls.SetChildIndex(this.splMain, 0);
     this.pnHeader.ResumeLayout(false);
     this.pnHeader.PerformLayout();
     this.pnButton.ResumeLayout(false);
     this.pnFormType.ResumeLayout(false);
     this.pn2.ResumeLayout(false);
     this.pn1.ResumeLayout(false);
     this.splMain.Panel1.ResumeLayout(false);
     this.splMain.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splMain)).EndInit();
     this.splMain.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ChartOEE)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.axfpView)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #3
0
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.ConstantLine constantLine1 = new DevExpress.XtraCharts.ConstantLine();
            DevExpress.XtraCharts.ConstantLine constantLine2 = new DevExpress.XtraCharts.ConstantLine();
            DevExpress.XtraCharts.ConstantLine constantLine3 = new DevExpress.XtraCharts.ConstantLine();
            DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SeriesPoint seriesPoint1 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2015, 9, 5, 0, 0, 0, 0), new object[] {
            ((object)(90D))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint2 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2015, 9, 6, 0, 0, 0, 0), new object[] {
            ((object)(80D))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint3 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2015, 9, 8, 0, 0, 0, 0), new object[] {
            ((object)(96.46D))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint4 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2015, 9, 7, 0, 0, 0, 0), new object[] {
            ((object)(90D))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint5 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2015, 9, 9, 0, 0, 0, 0), new object[] {
            ((object)(94.48D))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint6 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2015, 9, 10, 0, 0, 0, 0), new object[] {
            ((object)(98.78D))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint7 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2015, 9, 11, 0, 0, 0, 0), new object[] {
            ((object)(80D))});
            DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView2 = new DevExpress.XtraCharts.LineSeriesView();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Qx));
            this.circularGauge1 = new DevExpress.XtraGauges.Win.Gauges.Circular.CircularGauge();
            this.labelComponent1 = new DevExpress.XtraGauges.Win.Base.LabelComponent();
            this.arcScaleComponent1 = new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleComponent();
            this.arcScaleRangeBarComponent1 = new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleRangeBarComponent();
            this.panelContainer = new System.Windows.Forms.Panel();
            this.panel5 = new System.Windows.Forms.Panel();
            this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
            this.label6 = new System.Windows.Forms.Label();
            this.panel1 = new System.Windows.Forms.Panel();
            this.lblTemperature5 = new System.Windows.Forms.Label();
            this.lblTemperature4 = new System.Windows.Forms.Label();
            this.lblTemperature3 = new System.Windows.Forms.Label();
            this.lblTemperature1 = new System.Windows.Forms.Label();
            this.lblTemperature2 = new System.Windows.Forms.Label();
            this.lblDateTime1 = new System.Windows.Forms.Label();
            this.pboxFigure4 = new System.Windows.Forms.PictureBox();
            this.label1 = new System.Windows.Forms.Label();
            this.pboxFigure3 = new System.Windows.Forms.PictureBox();
            this.pboxFigure1 = new System.Windows.Forms.PictureBox();
            this.pboxFigure2 = new System.Windows.Forms.PictureBox();
            this.lblDateTime4 = new System.Windows.Forms.Label();
            this.lblDateTime2 = new System.Windows.Forms.Label();
            this.lblDateTime3 = new System.Windows.Forms.Label();
            this.panel4 = new System.Windows.Forms.Panel();
            this.lbDjsw = new System.Windows.Forms.Label();
            this.pboxSW = new com.tk.dam.Views.PictureBoxModel();
            this.pboxS = new System.Windows.Forms.PictureBox();
            this.label5 = new System.Windows.Forms.Label();
            this.panel3 = new System.Windows.Forms.Panel();
            this.gaugeControl1 = new DevExpress.XtraGauges.Win.GaugeControl();
            this.circularGauge2 = new DevExpress.XtraGauges.Win.Gauges.Circular.CircularGauge();
            this.labelComponent2 = new DevExpress.XtraGauges.Win.Base.LabelComponent();
            this.arcScaleRangeBarComponent2 = new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleRangeBarComponent();
            this.arcScaleComponent2 = new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleComponent();
            this.label3 = new System.Windows.Forms.Label();
            this.panel2 = new System.Windows.Forms.Panel();
            this.lblPower = new System.Windows.Forms.Label();
            this.lblDirection = new System.Windows.Forms.Label();
            this.pboxDirectionW = new System.Windows.Forms.PictureBox();
            this.pboxDirectionWN = new System.Windows.Forms.PictureBox();
            this.pboxDirectionSW = new System.Windows.Forms.PictureBox();
            this.pboxDirectionES = new System.Windows.Forms.PictureBox();
            this.pboxDirectionNE = new System.Windows.Forms.PictureBox();
            this.pboxDirectionN = new System.Windows.Forms.PictureBox();
            this.pboxDirectionE = new System.Windows.Forms.PictureBox();
            this.pboxDirectionS = new System.Windows.Forms.PictureBox();
            this.pboxDirection = new System.Windows.Forms.PictureBox();
            this.label2 = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.circularGauge1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.labelComponent1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.arcScaleComponent1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.arcScaleRangeBarComponent1)).BeginInit();
            this.panelContainer.SuspendLayout();
            this.panel5.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pboxFigure4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pboxFigure3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pboxFigure1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pboxFigure2)).BeginInit();
            this.panel4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pboxS)).BeginInit();
            this.panel3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.circularGauge2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.labelComponent2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.arcScaleRangeBarComponent2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.arcScaleComponent2)).BeginInit();
            this.panel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pboxDirectionW)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pboxDirectionWN)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pboxDirectionSW)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pboxDirectionES)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pboxDirectionNE)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pboxDirectionN)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pboxDirectionE)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pboxDirectionS)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pboxDirection)).BeginInit();
            this.SuspendLayout();
            // 
            // circularGauge1
            // 
            this.circularGauge1.Bounds = new System.Drawing.Rectangle(6, 6, 248, 248);
            this.circularGauge1.Name = "circularGauge1";
            // 
            // labelComponent1
            // 
            this.labelComponent1.AppearanceText.Font = new System.Drawing.Font("Segoe UI", 27.75F);
            this.labelComponent1.Name = "circularGauge1_Label1";
            this.labelComponent1.Size = new System.Drawing.SizeF(140F, 60F);
            this.labelComponent1.Text = "910";
            this.labelComponent1.UseColorScheme = false;
            this.labelComponent1.ZOrder = -1001;
            // 
            // arcScaleComponent1
            // 
            this.arcScaleComponent1.AppearanceMajorTickmark.BorderBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White");
            this.arcScaleComponent1.AppearanceMajorTickmark.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White");
            this.arcScaleComponent1.AppearanceMinorTickmark.BorderBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White");
            this.arcScaleComponent1.AppearanceMinorTickmark.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White");
            this.arcScaleComponent1.AppearanceTickmarkText.Font = new System.Drawing.Font("Tahoma", 8.5F);
            this.arcScaleComponent1.AppearanceTickmarkText.TextBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#484E5A");
            this.arcScaleComponent1.Center = new DevExpress.XtraGauges.Core.Base.PointF2D(125F, 125F);
            this.arcScaleComponent1.EndAngle = 90F;
            this.arcScaleComponent1.MajorTickCount = 0;
            this.arcScaleComponent1.MajorTickmark.FormatString = "{0:F0}";
            this.arcScaleComponent1.MajorTickmark.ShapeOffset = -14F;
            this.arcScaleComponent1.MajorTickmark.ShapeType = DevExpress.XtraGauges.Core.Model.TickmarkShapeType.Circular_Style16_1;
            this.arcScaleComponent1.MajorTickmark.TextOrientation = DevExpress.XtraGauges.Core.Model.LabelOrientation.LeftToRight;
            this.arcScaleComponent1.MaxValue = 100F;
            this.arcScaleComponent1.MinorTickCount = 0;
            this.arcScaleComponent1.MinorTickmark.ShapeOffset = -7F;
            this.arcScaleComponent1.MinorTickmark.ShapeType = DevExpress.XtraGauges.Core.Model.TickmarkShapeType.Circular_Style16_2;
            this.arcScaleComponent1.Name = "scale1";
            this.arcScaleComponent1.StartAngle = -270F;
            this.arcScaleComponent1.Value = 20F;
            // 
            // arcScaleRangeBarComponent1
            // 
            this.arcScaleRangeBarComponent1.Name = "circularGauge1_RangeBar2";
            this.arcScaleRangeBarComponent1.RoundedCaps = true;
            this.arcScaleRangeBarComponent1.ShowBackground = true;
            this.arcScaleRangeBarComponent1.StartOffset = 80F;
            this.arcScaleRangeBarComponent1.ZOrder = -10;
            // 
            // panelContainer
            // 
            this.panelContainer.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.panelContainer.BackColor = System.Drawing.Color.Transparent;
            this.panelContainer.Controls.Add(this.panel5);
            this.panelContainer.Controls.Add(this.panel1);
            this.panelContainer.Controls.Add(this.panel4);
            this.panelContainer.Controls.Add(this.panel3);
            this.panelContainer.Controls.Add(this.panel2);
            this.panelContainer.Location = new System.Drawing.Point(70, 35);
            this.panelContainer.Name = "panelContainer";
            this.panelContainer.Size = new System.Drawing.Size(1220, 530);
            this.panelContainer.TabIndex = 24;
            // 
            // panel5
            // 
            this.panel5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.panel5.AutoSize = true;
            this.panel5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(145)))), ((int)(((byte)(250)))));
            this.panel5.Controls.Add(this.chartControl1);
            this.panel5.Controls.Add(this.label6);
            this.panel5.Location = new System.Drawing.Point(738, 17);
            this.panel5.Name = "panel5";
            this.panel5.Size = new System.Drawing.Size(486, 500);
            this.panel5.TabIndex = 23;
            // 
            // chartControl1
            // 
            this.chartControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.chartControl1.BackColor = System.Drawing.Color.Transparent;
            this.chartControl1.BorderOptions.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(145)))), ((int)(((byte)(250)))));
            xyDiagram1.AxisX.DateTimeScaleOptions.AggregateFunction = DevExpress.XtraCharts.AggregateFunction.None;
            xyDiagram1.AxisX.DateTimeScaleOptions.AutoGrid = false;
            xyDiagram1.AxisX.DateTimeScaleOptions.GridSpacing = 3D;
            xyDiagram1.AxisX.DateTimeScaleOptions.ScaleMode = DevExpress.XtraCharts.ScaleMode.Automatic;
            xyDiagram1.AxisX.GridLines.Visible = true;
            xyDiagram1.AxisX.Label.TextPattern = "{A:MMMd日}";
            xyDiagram1.AxisX.Title.Alignment = System.Drawing.StringAlignment.Far;
            xyDiagram1.AxisX.Title.Antialiasing = false;
            xyDiagram1.AxisX.Title.Text = "时间";
            xyDiagram1.AxisX.Title.TextColor = System.Drawing.Color.White;
            xyDiagram1.AxisX.Title.Visibility = DevExpress.Utils.DefaultBoolean.True;
            xyDiagram1.AxisX.Visibility = DevExpress.Utils.DefaultBoolean.True;
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            constantLine1.AxisValueSerializable = "100";
            constantLine1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            constantLine1.LineStyle.Thickness = 3;
            constantLine1.Name = "设计水位";
            constantLine1.Title.Alignment = DevExpress.XtraCharts.ConstantLineTitleAlignment.Far;
            constantLine1.Title.Visible = false;
            constantLine2.AxisValueSerializable = "96.5";
            constantLine2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(228)))), ((int)(((byte)(0)))));
            constantLine2.LineStyle.Thickness = 3;
            constantLine2.Name = "正常水位";
            constantLine2.Title.Text = "正常水位";
            constantLine2.Title.Visible = false;
            constantLine3.AxisValueSerializable = "93";
            constantLine3.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(96)))), ((int)(((byte)(245)))));
            constantLine3.LineStyle.Thickness = 3;
            constantLine3.Name = "汛限水位";
            constantLine3.Title.Text = "汛限水位";
            constantLine3.Title.Visible = false;
            xyDiagram1.AxisY.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
            constantLine1,
            constantLine2,
            constantLine3});
            xyDiagram1.AxisY.GridLines.MinorColor = System.Drawing.Color.Transparent;
            xyDiagram1.AxisY.Label.TextPattern = "{V}m";
            xyDiagram1.AxisY.Tickmarks.Visible = false;
            xyDiagram1.AxisY.Title.Alignment = System.Drawing.StringAlignment.Far;
            xyDiagram1.AxisY.Title.Antialiasing = false;
            xyDiagram1.AxisY.Title.Text = "水位";
            xyDiagram1.AxisY.Title.TextColor = System.Drawing.Color.White;
            xyDiagram1.AxisY.Title.Visibility = DevExpress.Utils.DefaultBoolean.True;
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.VisualRange.Auto = false;
            xyDiagram1.AxisY.VisualRange.MaxValueSerializable = "100";
            xyDiagram1.AxisY.VisualRange.MinValueSerializable = "80";
            xyDiagram1.AxisY.WholeRange.AlwaysShowZeroLevel = false;
            xyDiagram1.AxisY.WholeRange.Auto = false;
            xyDiagram1.AxisY.WholeRange.MaxValueSerializable = "100";
            xyDiagram1.AxisY.WholeRange.MinValueSerializable = "70";
            xyDiagram1.DefaultPane.BackColor = System.Drawing.Color.Transparent;
            xyDiagram1.DefaultPane.BorderColor = System.Drawing.Color.Transparent;
            this.chartControl1.Diagram = xyDiagram1;
            this.chartControl1.Legend.BackColor = System.Drawing.Color.Transparent;
            this.chartControl1.Legend.Border.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(145)))), ((int)(((byte)(250)))));
            this.chartControl1.Legend.Font = new System.Drawing.Font("Tahoma", 10F);
            this.chartControl1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.True;
            this.chartControl1.Location = new System.Drawing.Point(13, 95);
            this.chartControl1.Name = "chartControl1";
            this.chartControl1.PaletteName = "Yellow";
            series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
            series1.Name = "水位";
            series1.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
            seriesPoint1,
            seriesPoint2,
            seriesPoint3,
            seriesPoint4,
            seriesPoint5,
            seriesPoint6,
            seriesPoint7});
            lineSeriesView1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(228)))), ((int)(((byte)(0)))));
            lineSeriesView1.LineStyle.Thickness = 1;
            lineSeriesView1.MarkerVisibility = DevExpress.Utils.DefaultBoolean.True;
            series1.View = lineSeriesView1;
            this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1};
            this.chartControl1.SeriesTemplate.View = lineSeriesView2;
            this.chartControl1.Size = new System.Drawing.Size(468, 375);
            this.chartControl1.TabIndex = 1;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Font = new System.Drawing.Font("Tahoma", 24F);
            this.label6.ForeColor = System.Drawing.Color.White;
            this.label6.Location = new System.Drawing.Point(3, 4);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(145, 39);
            this.label6.TabIndex = 0;
            this.label6.Text = "水位曲线";
            // 
            // panel1
            // 
            this.panel1.AutoSize = true;
            this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(5)))), ((int)(((byte)(167)))), ((int)(((byte)(108)))));
            this.panel1.Controls.Add(this.lblTemperature5);
            this.panel1.Controls.Add(this.lblTemperature4);
            this.panel1.Controls.Add(this.lblTemperature3);
            this.panel1.Controls.Add(this.lblTemperature1);
            this.panel1.Controls.Add(this.lblTemperature2);
            this.panel1.Controls.Add(this.lblDateTime1);
            this.panel1.Controls.Add(this.pboxFigure4);
            this.panel1.Controls.Add(this.label1);
            this.panel1.Controls.Add(this.pboxFigure3);
            this.panel1.Controls.Add(this.pboxFigure1);
            this.panel1.Controls.Add(this.pboxFigure2);
            this.panel1.Controls.Add(this.lblDateTime4);
            this.panel1.Controls.Add(this.lblDateTime2);
            this.panel1.Controls.Add(this.lblDateTime3);
            this.panel1.Location = new System.Drawing.Point(0, 17);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(252, 500);
            this.panel1.TabIndex = 0;
            // 
            // lblTemperature5
            // 
            this.lblTemperature5.AutoSize = true;
            this.lblTemperature5.ForeColor = System.Drawing.Color.White;
            this.lblTemperature5.Location = new System.Drawing.Point(197, 413);
            this.lblTemperature5.Name = "lblTemperature5";
            this.lblTemperature5.Size = new System.Drawing.Size(31, 14);
            this.lblTemperature5.TabIndex = 14;
            this.lblTemperature5.Text = "23℃";
            // 
            // lblTemperature4
            // 
            this.lblTemperature4.AutoSize = true;
            this.lblTemperature4.ForeColor = System.Drawing.Color.White;
            this.lblTemperature4.Location = new System.Drawing.Point(106, 413);
            this.lblTemperature4.Name = "lblTemperature4";
            this.lblTemperature4.Size = new System.Drawing.Size(31, 14);
            this.lblTemperature4.TabIndex = 13;
            this.lblTemperature4.Text = "21℃";
            // 
            // lblTemperature3
            // 
            this.lblTemperature3.AutoSize = true;
            this.lblTemperature3.ForeColor = System.Drawing.Color.White;
            this.lblTemperature3.Location = new System.Drawing.Point(23, 414);
            this.lblTemperature3.Name = "lblTemperature3";
            this.lblTemperature3.Size = new System.Drawing.Size(31, 14);
            this.lblTemperature3.TabIndex = 16;
            this.lblTemperature3.Text = "26℃";
            // 
            // lblTemperature1
            // 
            this.lblTemperature1.AutoSize = true;
            this.lblTemperature1.Font = new System.Drawing.Font("Tahoma", 24F);
            this.lblTemperature1.ForeColor = System.Drawing.Color.White;
            this.lblTemperature1.Location = new System.Drawing.Point(49, 206);
            this.lblTemperature1.Name = "lblTemperature1";
            this.lblTemperature1.Size = new System.Drawing.Size(78, 39);
            this.lblTemperature1.TabIndex = 9;
            this.lblTemperature1.Text = "28℃";
            // 
            // lblTemperature2
            // 
            this.lblTemperature2.AutoSize = true;
            this.lblTemperature2.Font = new System.Drawing.Font("Tahoma", 16F);
            this.lblTemperature2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(205)))), ((int)(((byte)(2)))));
            this.lblTemperature2.Location = new System.Drawing.Point(123, 215);
            this.lblTemperature2.Name = "lblTemperature2";
            this.lblTemperature2.Size = new System.Drawing.Size(63, 27);
            this.lblTemperature2.TabIndex = 8;
            this.lblTemperature2.Text = "/27℃";
            // 
            // lblDateTime1
            // 
            this.lblDateTime1.AutoSize = true;
            this.lblDateTime1.ForeColor = System.Drawing.Color.White;
            this.lblDateTime1.Location = new System.Drawing.Point(53, 245);
            this.lblDateTime1.Name = "lblDateTime1";
            this.lblDateTime1.Size = new System.Drawing.Size(132, 14);
            this.lblDateTime1.TabIndex = 10;
            this.lblDateTime1.Text = "  9月16日         星期三";
            // 
            // pboxFigure4
            // 
            this.pboxFigure4.Location = new System.Drawing.Point(171, 341);
            this.pboxFigure4.Name = "pboxFigure4";
            this.pboxFigure4.Size = new System.Drawing.Size(78, 78);
            this.pboxFigure4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pboxFigure4.TabIndex = 17;
            this.pboxFigure4.TabStop = false;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("Tahoma", 24F);
            this.label1.ForeColor = System.Drawing.Color.White;
            this.label1.Location = new System.Drawing.Point(3, 4);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(81, 39);
            this.label1.TabIndex = 0;
            this.label1.Text = "天气";
            // 
            // pboxFigure3
            // 
            this.pboxFigure3.Location = new System.Drawing.Point(87, 341);
            this.pboxFigure3.Name = "pboxFigure3";
            this.pboxFigure3.Size = new System.Drawing.Size(78, 78);
            this.pboxFigure3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pboxFigure3.TabIndex = 18;
            this.pboxFigure3.TabStop = false;
            // 
            // pboxFigure1
            // 
            this.pboxFigure1.Location = new System.Drawing.Point(28, 46);
            this.pboxFigure1.Name = "pboxFigure1";
            this.pboxFigure1.Size = new System.Drawing.Size(180, 180);
            this.pboxFigure1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pboxFigure1.TabIndex = 6;
            this.pboxFigure1.TabStop = false;
            // 
            // pboxFigure2
            // 
            this.pboxFigure2.Location = new System.Drawing.Point(3, 341);
            this.pboxFigure2.Name = "pboxFigure2";
            this.pboxFigure2.Size = new System.Drawing.Size(78, 78);
            this.pboxFigure2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pboxFigure2.TabIndex = 19;
            this.pboxFigure2.TabStop = false;
            // 
            // lblDateTime4
            // 
            this.lblDateTime4.AutoSize = true;
            this.lblDateTime4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(121)))), ((int)(((byte)(212)))));
            this.lblDateTime4.ForeColor = System.Drawing.Color.White;
            this.lblDateTime4.Location = new System.Drawing.Point(190, 324);
            this.lblDateTime4.Name = "lblDateTime4";
            this.lblDateTime4.Size = new System.Drawing.Size(43, 14);
            this.lblDateTime4.TabIndex = 15;
            this.lblDateTime4.Text = "星期五";
            // 
            // lblDateTime2
            // 
            this.lblDateTime2.AutoSize = true;
            this.lblDateTime2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(121)))), ((int)(((byte)(212)))));
            this.lblDateTime2.ForeColor = System.Drawing.Color.White;
            this.lblDateTime2.Location = new System.Drawing.Point(19, 324);
            this.lblDateTime2.Name = "lblDateTime2";
            this.lblDateTime2.Size = new System.Drawing.Size(43, 14);
            this.lblDateTime2.TabIndex = 12;
            this.lblDateTime2.Text = "星期三";
            // 
            // lblDateTime3
            // 
            this.lblDateTime3.AutoSize = true;
            this.lblDateTime3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(121)))), ((int)(((byte)(212)))));
            this.lblDateTime3.ForeColor = System.Drawing.Color.White;
            this.lblDateTime3.Location = new System.Drawing.Point(104, 324);
            this.lblDateTime3.Name = "lblDateTime3";
            this.lblDateTime3.Size = new System.Drawing.Size(43, 14);
            this.lblDateTime3.TabIndex = 11;
            this.lblDateTime3.Text = "星期四";
            // 
            // panel4
            // 
            this.panel4.AutoSize = true;
            this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(169)))), ((int)(((byte)(245)))));
            this.panel4.Controls.Add(this.lbDjsw);
            this.panel4.Controls.Add(this.pboxSW);
            this.panel4.Controls.Add(this.pboxS);
            this.panel4.Controls.Add(this.label5);
            this.panel4.Location = new System.Drawing.Point(454, 17);
            this.panel4.Name = "panel4";
            this.panel4.Size = new System.Drawing.Size(278, 500);
            this.panel4.TabIndex = 21;
            // 
            // lbDjsw
            // 
            this.lbDjsw.BackColor = System.Drawing.Color.Transparent;
            this.lbDjsw.Font = new System.Drawing.Font("Tahoma", 12F);
            this.lbDjsw.ForeColor = System.Drawing.Color.WhiteSmoke;
            this.lbDjsw.Location = new System.Drawing.Point(113, 10);
            this.lbDjsw.Name = "lbDjsw";
            this.lbDjsw.Size = new System.Drawing.Size(154, 42);
            this.lbDjsw.TabIndex = 26;
            this.lbDjsw.Text = "当前水位:95m  ";
            this.lbDjsw.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // pboxSW
            // 
            this.pboxSW.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.pboxSW.Location = new System.Drawing.Point(0, 180);
            this.pboxSW.Name = "pboxSW";
            this.pboxSW.Size = new System.Drawing.Size(94, 320);
            this.pboxSW.TabIndex = 25;
            // 
            // pboxS
            // 
            this.pboxS.BackColor = System.Drawing.Color.Transparent;
            this.pboxS.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.pboxS.Image = global::com.tk.dam.Properties.Resources.shui1;
            this.pboxS.Location = new System.Drawing.Point(0, 301);
            this.pboxS.Name = "pboxS";
            this.pboxS.Size = new System.Drawing.Size(278, 199);
            this.pboxS.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pboxS.TabIndex = 1;
            this.pboxS.TabStop = false;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.BackColor = System.Drawing.Color.Transparent;
            this.label5.Font = new System.Drawing.Font("Tahoma", 24F);
            this.label5.ForeColor = System.Drawing.Color.White;
            this.label5.Location = new System.Drawing.Point(3, 4);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(81, 39);
            this.label5.TabIndex = 0;
            this.label5.Text = "水位";
            // 
            // panel3
            // 
            this.panel3.AutoSize = true;
            this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(170)))), ((int)(((byte)(21)))));
            this.panel3.Controls.Add(this.gaugeControl1);
            this.panel3.Controls.Add(this.label3);
            this.panel3.Location = new System.Drawing.Point(258, 282);
            this.panel3.Name = "panel3";
            this.panel3.Size = new System.Drawing.Size(190, 235);
            this.panel3.TabIndex = 21;
            // 
            // gaugeControl1
            // 
            this.gaugeControl1.AutoLayout = false;
            this.gaugeControl1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(170)))), ((int)(((byte)(21)))));
            this.gaugeControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.gaugeControl1.Gauges.AddRange(new DevExpress.XtraGauges.Base.IGauge[] {
            this.circularGauge2});
            this.gaugeControl1.Location = new System.Drawing.Point(15, 59);
            this.gaugeControl1.Name = "gaugeControl1";
            this.gaugeControl1.Size = new System.Drawing.Size(160, 160);
            this.gaugeControl1.TabIndex = 1;
            // 
            // circularGauge2
            // 
            this.circularGauge2.AutoSize = DevExpress.Utils.DefaultBoolean.True;
            this.circularGauge2.Bounds = new System.Drawing.Rectangle(6, 6, 148, 148);
            this.circularGauge2.Labels.AddRange(new DevExpress.XtraGauges.Win.Base.LabelComponent[] {
            this.labelComponent2});
            this.circularGauge2.Name = "circularGauge2";
            this.circularGauge2.RangeBars.AddRange(new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleRangeBarComponent[] {
            this.arcScaleRangeBarComponent2});
            this.circularGauge2.Scales.AddRange(new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleComponent[] {
            this.arcScaleComponent2});
            // 
            // labelComponent2
            // 
            this.labelComponent2.AppearanceText.Font = new System.Drawing.Font("Segoe UI", 27.75F);
            this.labelComponent2.AppearanceText.TextBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White");
            this.labelComponent2.Name = "circularGauge1_Label1";
            this.labelComponent2.Size = new System.Drawing.SizeF(140F, 60F);
            this.labelComponent2.Text = "45%";
            this.labelComponent2.UseColorScheme = false;
            this.labelComponent2.ZOrder = -1001;
            // 
            // arcScaleRangeBarComponent2
            // 
            this.arcScaleRangeBarComponent2.AppearanceRangeBar.BackgroundBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#F8D291");
            this.arcScaleRangeBarComponent2.AppearanceRangeBar.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#F8D291");
            this.arcScaleRangeBarComponent2.ArcScale = this.arcScaleComponent2;
            this.arcScaleRangeBarComponent2.Name = "circularGauge1_RangeBar2";
            this.arcScaleRangeBarComponent2.RoundedCaps = true;
            this.arcScaleRangeBarComponent2.Shader = new DevExpress.XtraGauges.Core.Drawing.ComplexShader("Opacity[1] Colors[Style1:#1F7700;Style2:#1F7700]");
            this.arcScaleRangeBarComponent2.ShowBackground = true;
            this.arcScaleRangeBarComponent2.StartOffset = 80F;
            this.arcScaleRangeBarComponent2.ZOrder = -10;
            // 
            // arcScaleComponent2
            // 
            this.arcScaleComponent2.AppearanceMajorTickmark.BorderBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White");
            this.arcScaleComponent2.AppearanceMajorTickmark.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White");
            this.arcScaleComponent2.AppearanceMinorTickmark.BorderBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White");
            this.arcScaleComponent2.AppearanceMinorTickmark.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White");
            this.arcScaleComponent2.AppearanceTickmarkText.Font = new System.Drawing.Font("Tahoma", 8.5F);
            this.arcScaleComponent2.AppearanceTickmarkText.TextBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#484E5A");
            this.arcScaleComponent2.Center = new DevExpress.XtraGauges.Core.Base.PointF2D(125F, 125F);
            this.arcScaleComponent2.EndAngle = 90F;
            this.arcScaleComponent2.MajorTickCount = 0;
            this.arcScaleComponent2.MajorTickmark.FormatString = "{0:F0}";
            this.arcScaleComponent2.MajorTickmark.ShapeOffset = -14F;
            this.arcScaleComponent2.MajorTickmark.ShapeType = DevExpress.XtraGauges.Core.Model.TickmarkShapeType.Circular_Style14_3;
            this.arcScaleComponent2.MajorTickmark.TextOrientation = DevExpress.XtraGauges.Core.Model.LabelOrientation.LeftToRight;
            this.arcScaleComponent2.MaxValue = 100F;
            this.arcScaleComponent2.MinorTickCount = 0;
            this.arcScaleComponent2.MinorTickmark.ShapeOffset = -7F;
            this.arcScaleComponent2.MinorTickmark.ShapeType = DevExpress.XtraGauges.Core.Model.TickmarkShapeType.Circular_Style16_2;
            this.arcScaleComponent2.Name = "scale1";
            this.arcScaleComponent2.StartAngle = -270F;
            this.arcScaleComponent2.Value = 45F;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Font = new System.Drawing.Font("Tahoma", 24F);
            this.label3.ForeColor = System.Drawing.Color.White;
            this.label3.Location = new System.Drawing.Point(3, 13);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(81, 39);
            this.label3.TabIndex = 0;
            this.label3.Text = "湿度";
            // 
            // panel2
            // 
            this.panel2.AutoSize = true;
            this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(150)))), ((int)(((byte)(145)))));
            this.panel2.Controls.Add(this.lblPower);
            this.panel2.Controls.Add(this.lblDirection);
            this.panel2.Controls.Add(this.pboxDirectionW);
            this.panel2.Controls.Add(this.pboxDirectionWN);
            this.panel2.Controls.Add(this.pboxDirectionSW);
            this.panel2.Controls.Add(this.pboxDirectionES);
            this.panel2.Controls.Add(this.pboxDirectionNE);
            this.panel2.Controls.Add(this.pboxDirectionN);
            this.panel2.Controls.Add(this.pboxDirectionE);
            this.panel2.Controls.Add(this.pboxDirectionS);
            this.panel2.Controls.Add(this.pboxDirection);
            this.panel2.Controls.Add(this.label2);
            this.panel2.Location = new System.Drawing.Point(258, 17);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(190, 255);
            this.panel2.TabIndex = 20;
            // 
            // lblPower
            // 
            this.lblPower.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lblPower.ForeColor = System.Drawing.Color.White;
            this.lblPower.Location = new System.Drawing.Point(57, 139);
            this.lblPower.Name = "lblPower";
            this.lblPower.Size = new System.Drawing.Size(70, 24);
            this.lblPower.TabIndex = 7;
            this.lblPower.Text = "4~6级";
            this.lblPower.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lblDirection
            // 
            this.lblDirection.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lblDirection.ForeColor = System.Drawing.Color.White;
            this.lblDirection.Location = new System.Drawing.Point(45, 117);
            this.lblDirection.Name = "lblDirection";
            this.lblDirection.Size = new System.Drawing.Size(97, 21);
            this.lblDirection.TabIndex = 6;
            this.lblDirection.Text = "东北风";
            this.lblDirection.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // pboxDirectionW
            // 
            this.pboxDirectionW.Image = global::com.tk.dam.Properties.Resources.wind_direction_arrow_w;
            this.pboxDirectionW.Location = new System.Drawing.Point(-4, 129);
            this.pboxDirectionW.Name = "pboxDirectionW";
            this.pboxDirectionW.Size = new System.Drawing.Size(34, 34);
            this.pboxDirectionW.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pboxDirectionW.TabIndex = 8;
            this.pboxDirectionW.TabStop = false;
            this.pboxDirectionW.Visible = false;
            // 
            // pboxDirectionWN
            // 
            this.pboxDirectionWN.Image = global::com.tk.dam.Properties.Resources.wind_direction_arrow_wn;
            this.pboxDirectionWN.Location = new System.Drawing.Point(15, 65);
            this.pboxDirectionWN.Name = "pboxDirectionWN";
            this.pboxDirectionWN.Size = new System.Drawing.Size(34, 34);
            this.pboxDirectionWN.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pboxDirectionWN.TabIndex = 8;
            this.pboxDirectionWN.TabStop = false;
            this.pboxDirectionWN.Visible = false;
            // 
            // pboxDirectionSW
            // 
            this.pboxDirectionSW.Image = global::com.tk.dam.Properties.Resources.wind_direction_arrow_sw;
            this.pboxDirectionSW.Location = new System.Drawing.Point(13, 185);
            this.pboxDirectionSW.Name = "pboxDirectionSW";
            this.pboxDirectionSW.Size = new System.Drawing.Size(34, 34);
            this.pboxDirectionSW.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pboxDirectionSW.TabIndex = 8;
            this.pboxDirectionSW.TabStop = false;
            this.pboxDirectionSW.Visible = false;
            // 
            // pboxDirectionES
            // 
            this.pboxDirectionES.Image = global::com.tk.dam.Properties.Resources.wind_direction_arrow_es;
            this.pboxDirectionES.Location = new System.Drawing.Point(138, 183);
            this.pboxDirectionES.Name = "pboxDirectionES";
            this.pboxDirectionES.Size = new System.Drawing.Size(34, 34);
            this.pboxDirectionES.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pboxDirectionES.TabIndex = 8;
            this.pboxDirectionES.TabStop = false;
            this.pboxDirectionES.Visible = false;
            // 
            // pboxDirectionNE
            // 
            this.pboxDirectionNE.Image = global::com.tk.dam.Properties.Resources.wind_direction_arrow_ne;
            this.pboxDirectionNE.Location = new System.Drawing.Point(134, 63);
            this.pboxDirectionNE.Name = "pboxDirectionNE";
            this.pboxDirectionNE.Size = new System.Drawing.Size(34, 34);
            this.pboxDirectionNE.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pboxDirectionNE.TabIndex = 8;
            this.pboxDirectionNE.TabStop = false;
            this.pboxDirectionNE.Visible = false;
            // 
            // pboxDirectionN
            // 
            this.pboxDirectionN.Image = global::com.tk.dam.Properties.Resources.wind_direction_arrow_n;
            this.pboxDirectionN.Location = new System.Drawing.Point(75, 49);
            this.pboxDirectionN.Name = "pboxDirectionN";
            this.pboxDirectionN.Size = new System.Drawing.Size(34, 34);
            this.pboxDirectionN.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pboxDirectionN.TabIndex = 8;
            this.pboxDirectionN.TabStop = false;
            this.pboxDirectionN.Visible = false;
            // 
            // pboxDirectionE
            // 
            this.pboxDirectionE.Image = global::com.tk.dam.Properties.Resources.wind_direction_arrow_e;
            this.pboxDirectionE.Location = new System.Drawing.Point(153, 129);
            this.pboxDirectionE.Name = "pboxDirectionE";
            this.pboxDirectionE.Size = new System.Drawing.Size(34, 34);
            this.pboxDirectionE.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pboxDirectionE.TabIndex = 8;
            this.pboxDirectionE.TabStop = false;
            this.pboxDirectionE.Visible = false;
            // 
            // pboxDirectionS
            // 
            this.pboxDirectionS.Image = ((System.Drawing.Image)(resources.GetObject("pboxDirectionS.Image")));
            this.pboxDirectionS.Location = new System.Drawing.Point(75, 202);
            this.pboxDirectionS.Name = "pboxDirectionS";
            this.pboxDirectionS.Size = new System.Drawing.Size(34, 34);
            this.pboxDirectionS.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pboxDirectionS.TabIndex = 8;
            this.pboxDirectionS.TabStop = false;
            this.pboxDirectionS.Visible = false;
            // 
            // pboxDirection
            // 
            this.pboxDirection.Image = global::com.tk.dam.Properties.Resources.wind_direction;
            this.pboxDirection.Location = new System.Drawing.Point(25, 79);
            this.pboxDirection.Name = "pboxDirection";
            this.pboxDirection.Size = new System.Drawing.Size(131, 128);
            this.pboxDirection.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pboxDirection.TabIndex = 1;
            this.pboxDirection.TabStop = false;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("Tahoma", 24F);
            this.label2.ForeColor = System.Drawing.Color.White;
            this.label2.Location = new System.Drawing.Point(3, 4);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(81, 39);
            this.label2.TabIndex = 0;
            this.label2.Text = "风向";
            // 
            // Qx
            // 
            this.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(126)))), ((int)(((byte)(206)))));
            this.Appearance.Options.UseBackColor = true;
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.panelContainer);
            this.Name = "Qx";
            this.Size = new System.Drawing.Size(1300, 670);
            this.Load += new System.EventHandler(this.Qx_Load);
            ((System.ComponentModel.ISupportInitialize)(this.circularGauge1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.labelComponent1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.arcScaleComponent1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.arcScaleRangeBarComponent1)).EndInit();
            this.panelContainer.ResumeLayout(false);
            this.panelContainer.PerformLayout();
            this.panel5.ResumeLayout(false);
            this.panel5.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pboxFigure4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pboxFigure3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pboxFigure1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pboxFigure2)).EndInit();
            this.panel4.ResumeLayout(false);
            this.panel4.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pboxS)).EndInit();
            this.panel3.ResumeLayout(false);
            this.panel3.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.circularGauge2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.labelComponent2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.arcScaleRangeBarComponent2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.arcScaleComponent2)).EndInit();
            this.panel2.ResumeLayout(false);
            this.panel2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pboxDirectionW)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pboxDirectionWN)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pboxDirectionSW)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pboxDirectionES)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pboxDirectionNE)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pboxDirectionN)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pboxDirectionE)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pboxDirectionS)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pboxDirection)).EndInit();
            this.ResumeLayout(false);

        }
Beispiel #4
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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FRM_MGL_FG_PREDICTION));
     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.Series           series1           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.Series           series2           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView2 = new DevExpress.XtraCharts.SplineSeriesView();
     this.tblMain       = new System.Windows.Forms.TableLayoutPanel();
     this.pnTitle       = new System.Windows.Forms.Panel();
     this.lblDate       = new System.Windows.Forms.Label();
     this.cmdBack       = new System.Windows.Forms.Button();
     this.lblTitle      = new DevExpress.XtraEditors.LabelControl();
     this.pnChart       = new System.Windows.Forms.Panel();
     this.chartControl2 = new DevExpress.XtraCharts.ChartControl();
     this.timer1        = new System.Windows.Forms.Timer(this.components);
     this.tmr           = new System.Windows.Forms.Timer(this.components);
     this.tmrDelay      = new System.Windows.Forms.Timer(this.components);
     this.tblMain.SuspendLayout();
     this.pnTitle.SuspendLayout();
     this.pnChart.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).BeginInit();
     this.SuspendLayout();
     //
     // tblMain
     //
     this.tblMain.BackColor   = System.Drawing.Color.White;
     this.tblMain.ColumnCount = 1;
     this.tblMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tblMain.Controls.Add(this.pnTitle, 0, 0);
     this.tblMain.Controls.Add(this.pnChart, 0, 1);
     this.tblMain.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tblMain.Location = new System.Drawing.Point(0, 0);
     this.tblMain.Name     = "tblMain";
     this.tblMain.RowCount = 2;
     this.tblMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 100F));
     this.tblMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tblMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tblMain.Size     = new System.Drawing.Size(1924, 1061);
     this.tblMain.TabIndex = 0;
     //
     // pnTitle
     //
     this.pnTitle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.pnTitle.Controls.Add(this.lblDate);
     this.pnTitle.Controls.Add(this.cmdBack);
     this.pnTitle.Controls.Add(this.lblTitle);
     this.pnTitle.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnTitle.Location = new System.Drawing.Point(3, 3);
     this.pnTitle.Name     = "pnTitle";
     this.pnTitle.Size     = new System.Drawing.Size(1918, 94);
     this.pnTitle.TabIndex = 0;
     //
     // lblDate
     //
     this.lblDate.BackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.lblDate.Dock       = System.Windows.Forms.DockStyle.Right;
     this.lblDate.Font       = new System.Drawing.Font("Calibri", 31F, System.Drawing.FontStyle.Bold);
     this.lblDate.ForeColor  = System.Drawing.Color.White;
     this.lblDate.ImageAlign = System.Drawing.ContentAlignment.TopLeft;
     this.lblDate.Location   = new System.Drawing.Point(1645, 0);
     this.lblDate.Name       = "lblDate";
     this.lblDate.Size       = new System.Drawing.Size(273, 94);
     this.lblDate.TabIndex   = 52;
     this.lblDate.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // cmdBack
     //
     this.cmdBack.BackColor                  = System.Drawing.Color.Transparent;
     this.cmdBack.BackgroundImage            = ((System.Drawing.Image)(resources.GetObject("cmdBack.BackgroundImage")));
     this.cmdBack.BackgroundImageLayout      = System.Windows.Forms.ImageLayout.Stretch;
     this.cmdBack.FlatAppearance.BorderColor = System.Drawing.Color.Yellow;
     this.cmdBack.FlatAppearance.BorderSize  = 0;
     this.cmdBack.FlatStyle                  = System.Windows.Forms.FlatStyle.Flat;
     this.cmdBack.Location = new System.Drawing.Point(1402, 0);
     this.cmdBack.Name     = "cmdBack";
     this.cmdBack.Size     = new System.Drawing.Size(108, 101);
     this.cmdBack.TabIndex = 51;
     this.cmdBack.UseVisualStyleBackColor = false;
     this.cmdBack.Click += new System.EventHandler(this.cmdBack_Click);
     //
     // lblTitle
     //
     this.lblTitle.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.lblTitle.Appearance.Font                 = new System.Drawing.Font("Calibri", 62F, System.Drawing.FontStyle.Bold);
     this.lblTitle.Appearance.ForeColor            = System.Drawing.Color.White;
     this.lblTitle.Appearance.Options.UseBackColor = true;
     this.lblTitle.Appearance.Options.UseFont      = true;
     this.lblTitle.Appearance.Options.UseForeColor = true;
     this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.lblTitle.Dock         = System.Windows.Forms.DockStyle.Left;
     this.lblTitle.LineColor    = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.lblTitle.LineVisible  = true;
     this.lblTitle.Location     = new System.Drawing.Point(0, 0);
     this.lblTitle.Name         = "lblTitle";
     this.lblTitle.Size         = new System.Drawing.Size(849, 94);
     this.lblTitle.TabIndex     = 3;
     this.lblTitle.Tag          = "Minimized";
     this.lblTitle.Text         = "ISB Prediction";
     //
     // pnChart
     //
     this.pnChart.Controls.Add(this.chartControl2);
     this.pnChart.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnChart.Location = new System.Drawing.Point(3, 103);
     this.pnChart.Name     = "pnChart";
     this.pnChart.Size     = new System.Drawing.Size(1918, 955);
     this.pnChart.TabIndex = 1;
     //
     // chartControl2
     //
     this.chartControl2.AnimationStartMode = DevExpress.XtraCharts.ChartAnimationMode.OnDataChanged;
     this.chartControl2.DataBindings       = null;
     constantLine1.AxisValueSerializable   = "1";
     constantLine1.Color               = System.Drawing.Color.Black;
     constantLine1.LegendName          = "Default Legend";
     constantLine1.LineStyle.Thickness = 5;
     constantLine1.Name                     = "cxLine1";
     constantLine1.ShowInLegend             = false;
     constantLine1.Title.Font               = new System.Drawing.Font("Calibri", 15.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     constantLine1.Title.ShowBelowLine      = true;
     constantLine1.Title.Text               = "Precent";
     constantLine2.AxisValueSerializable    = "5";
     constantLine2.Color                    = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     constantLine2.LineStyle.Thickness      = 5;
     constantLine2.Name                     = "cxLine2";
     constantLine2.ShowInLegend             = false;
     constantLine2.Title.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.False;
     constantLine2.Title.Font               = new System.Drawing.Font("Calibri", 15.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     constantLine2.Title.Text               = "Present + Prediction";
     xyDiagram1.AxisX.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
         constantLine1,
         constantLine2
     });
     xyDiagram1.AxisX.Label.Font = new System.Drawing.Font("Calibri", 12F);
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     constantLine3.AxisValueSerializable         = "90";
     constantLine3.Color = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     constantLine3.LineStyle.Thickness = 5;
     constantLine3.Name                  = "cyLine1";
     constantLine3.ShowInLegend          = false;
     constantLine3.Title.Font            = new System.Drawing.Font("Calibri", 15.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     constantLine3.Title.Text            = "ISB Target";
     constantLine4.AxisValueSerializable = "60";
     constantLine4.Color                 = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     constantLine4.LineStyle.DashStyle   = DevExpress.XtraCharts.DashStyle.Dash;
     constantLine4.LineStyle.Thickness   = 5;
     constantLine4.Name                  = "cyLine2";
     constantLine4.ShowInLegend          = false;
     constantLine4.Title.Font            = new System.Drawing.Font("Calibri", 15.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))));
     constantLine4.Title.ShowBelowLine   = true;
     constantLine4.Title.Text            = "ISB allow range";
     xyDiagram1.AxisY.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
         constantLine3,
         constantLine4
     });
     xyDiagram1.AxisY.Interlaced                      = true;
     xyDiagram1.AxisY.Label.Font                      = new System.Drawing.Font("Calibri", 12F);
     xyDiagram1.AxisY.Label.TextPattern               = "{V:#,#}";
     xyDiagram1.AxisY.Title.Font                      = new System.Drawing.Font("Calibri", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     xyDiagram1.AxisY.Title.Text                      = "ISB(%)";
     xyDiagram1.AxisY.Title.Visibility                = DevExpress.Utils.DefaultBoolean.Default;
     xyDiagram1.AxisY.VisibleInPanesSerializable      = "-1";
     xyDiagram1.AxisY.WholeRange.Auto                 = false;
     xyDiagram1.AxisY.WholeRange.AutoSideMargins      = false;
     xyDiagram1.AxisY.WholeRange.MaxValueSerializable = "100";
     xyDiagram1.AxisY.WholeRange.MinValueSerializable = "30";
     xyDiagram1.AxisY.WholeRange.SideMarginsValue     = 10D;
     this.chartControl2.Diagram = xyDiagram1;
     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.Font    = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chartControl2.Legend.Name    = "Default Legend";
     this.chartControl2.Location       = new System.Drawing.Point(0, 0);
     this.chartControl2.Name           = "chartControl2";
     this.chartControl2.Padding.Bottom = 10;
     this.chartControl2.Padding.Left   = 10;
     this.chartControl2.Padding.Right  = 10;
     this.chartControl2.Padding.Top    = 10;
     series1.CrosshairLabelPattern     = "{V:#,#}";
     pointSeriesLabel1.TextPattern     = "{V:#.0}";
     series1.Label           = pointSeriesLabel1;
     series1.Name            = "Series 1";
     series1.ShowInLegend    = false;
     splineSeriesView1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
     splineSeriesView1.LineStyle.Thickness = 4;
     series1.View            = splineSeriesView1;
     series2.Name            = "Series 2";
     series2.ShowInLegend    = false;
     splineSeriesView2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(240)))));
     splineSeriesView2.LineStyle.Thickness = 4;
     series2.View = splineSeriesView2;
     this.chartControl2.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     this.chartControl2.Size     = new System.Drawing.Size(1918, 955);
     this.chartControl2.TabIndex = 2;
     //
     // timer1
     //
     this.timer1.Enabled  = true;
     this.timer1.Interval = 1000;
     this.timer1.Tick    += new System.EventHandler(this.timer1_Tick);
     //
     // tmr
     //
     this.tmr.Enabled  = true;
     this.tmr.Interval = 1000;
     this.tmr.Tick    += new System.EventHandler(this.tmr_Tick);
     //
     // tmrDelay
     //
     this.tmrDelay.Enabled  = true;
     this.tmrDelay.Interval = 1000;
     this.tmrDelay.Tick    += new System.EventHandler(this.tmrDelay_Tick);
     //
     // FRM_SMT_FG_PREDICTION
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1924, 1061);
     this.Controls.Add(this.tblMain);
     this.Name            = "FRM_SMT_FG_PREDICTION";
     this.Text            = "FRM_SMT_FG_PREDICTION";
     this.Load           += new System.EventHandler(this.FRM_SMT_FG_PREDICTION_Load);
     this.VisibleChanged += new System.EventHandler(this.FRM_SMT_FG_PREDICTION_VisibleChanged);
     this.tblMain.ResumeLayout(false);
     this.pnTitle.ResumeLayout(false);
     this.pnChart.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #5
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要修改
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraCharts.SwiftPlotDiagram    swiftPlotDiagram1    = new DevExpress.XtraCharts.SwiftPlotDiagram();
     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.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.ChartTitle          chartTitle1          = new DevExpress.XtraCharts.ChartTitle();
     DevExpress.XtraCharts.SwiftPlotDiagram    swiftPlotDiagram2    = new DevExpress.XtraCharts.SwiftPlotDiagram();
     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.Series              series5              = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView5 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.ChartTitle          chartTitle2          = new DevExpress.XtraCharts.ChartTitle();
     this.meHandShakeData     = new DevExpress.XtraEditors.MemoEdit();
     this.splitterControl1    = new DevExpress.XtraEditors.SplitterControl();
     this.layoutControl1      = new DevExpress.XtraLayout.LayoutControl();
     this.ccInfraredDebug     = new DevExpress.XtraCharts.ChartControl();
     this.ccUltravioletDebug  = new DevExpress.XtraCharts.ChartControl();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1  = new DevExpress.XtraLayout.LayoutControlItem();
     this.simpleSeparator1    = new DevExpress.XtraLayout.SimpleSeparator();
     this.layoutControlItem2  = new DevExpress.XtraLayout.LayoutControlItem();
     ((System.ComponentModel.ISupportInitialize)(this.mvvmContext1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.meHandShakeData.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ccInfraredDebug)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ccUltravioletDebug)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     this.SuspendLayout();
     //
     // meHandShakeData
     //
     this.meHandShakeData.Dock     = System.Windows.Forms.DockStyle.Right;
     this.meHandShakeData.Location = new System.Drawing.Point(529, 3);
     this.meHandShakeData.Name     = "meHandShakeData";
     this.meHandShakeData.Properties.Appearance.BackColor            = System.Drawing.Color.White;
     this.meHandShakeData.Properties.Appearance.Options.UseBackColor = true;
     this.meHandShakeData.Properties.ReadOnly = true;
     this.meHandShakeData.Size     = new System.Drawing.Size(80, 695);
     this.meHandShakeData.TabIndex = 6;
     //
     // splitterControl1
     //
     this.splitterControl1.Dock     = System.Windows.Forms.DockStyle.Right;
     this.splitterControl1.Location = new System.Drawing.Point(517, 3);
     this.splitterControl1.Name     = "splitterControl1";
     this.splitterControl1.Size     = new System.Drawing.Size(12, 695);
     this.splitterControl1.TabIndex = 8;
     this.splitterControl1.TabStop  = false;
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.ccInfraredDebug);
     this.layoutControl1.Controls.Add(this.ccUltravioletDebug);
     this.layoutControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(3, 3);
     this.layoutControl1.Name     = "layoutControl1";
     this.layoutControl1.Root     = this.layoutControlGroup1;
     this.layoutControl1.Size     = new System.Drawing.Size(514, 695);
     this.layoutControl1.TabIndex = 9;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // ccInfraredDebug
     //
     this.ccInfraredDebug.BorderOptions.Visibility = DevExpress.Utils.DefaultBoolean.False;
     constantLine1.AxisValueSerializable           = "0.1";
     constantLine1.CheckableInLegend = false;
     constantLine1.CheckedInLegend   = false;
     constantLine1.Color             = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(146)))), ((int)(((byte)(60)))));
     constantLine1.LegendName        = "Default Legend";
     constantLine1.Name                  = "Line1";
     constantLine1.ShowInLegend          = false;
     constantLine1.Title.Visible         = false;
     constantLine2.AxisValueSerializable = "0.2";
     constantLine2.Color                 = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(146)))), ((int)(((byte)(60)))));
     constantLine2.Name                  = "Line2";
     constantLine2.ShowInLegend          = false;
     constantLine2.Title.Visible         = false;
     constantLine2.Visible               = false;
     constantLine3.AxisValueSerializable = "0.4";
     constantLine3.Color                 = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(146)))), ((int)(((byte)(60)))));
     constantLine3.Name                  = "Line3";
     constantLine3.ShowInLegend          = false;
     constantLine3.Title.Visible         = false;
     constantLine4.AxisValueSerializable = "0.5";
     constantLine4.Color                 = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(179)))), ((int)(((byte)(226)))));
     constantLine4.Name                  = "Line4";
     constantLine4.ShowInLegend          = false;
     constantLine4.Title.Visible         = false;
     constantLine5.AxisValueSerializable = "1";
     constantLine5.Color                 = System.Drawing.Color.FromArgb(((int)(((byte)(84)))), ((int)(((byte)(141)))), ((int)(((byte)(212)))));
     constantLine5.Name                  = "Line5";
     constantLine5.ShowInLegend          = false;
     constantLine5.Title.Visible         = false;
     constantLine5.Visible               = false;
     constantLine6.AxisValueSerializable = "1";
     constantLine6.Color                 = System.Drawing.Color.FromArgb(((int)(((byte)(84)))), ((int)(((byte)(141)))), ((int)(((byte)(212)))));
     constantLine6.Name                  = "Line6";
     constantLine6.ShowInLegend          = false;
     constantLine6.Title.Visible         = false;
     swiftPlotDiagram1.AxisX.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
         constantLine1,
         constantLine2,
         constantLine3,
         constantLine4,
         constantLine5,
         constantLine6
     });
     swiftPlotDiagram1.AxisX.GridLines.Visible          = true;
     swiftPlotDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     swiftPlotDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.ccInfraredDebug.Diagram = swiftPlotDiagram1;
     this.ccInfraredDebug.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Left;
     this.ccInfraredDebug.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside;
     this.ccInfraredDebug.Legend.Border.Visibility   = DevExpress.Utils.DefaultBoolean.False;
     this.ccInfraredDebug.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.ccInfraredDebug.Legend.MarkerMode          = DevExpress.XtraCharts.LegendMarkerMode.CheckBox;
     this.ccInfraredDebug.Legend.Name = "Default Legend";
     this.ccInfraredDebug.Location    = new System.Drawing.Point(2, 347);
     this.ccInfraredDebug.Name        = "ccInfraredDebug";
     series1.CrosshairLabelPattern    = "{V:f2}";
     series1.Name = "Active Original Harmonic";
     swiftPlotSeriesView1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(112)))), ((int)(((byte)(192)))));
     series1.View                            = swiftPlotSeriesView1;
     series2.CheckedInLegend                 = false;
     series2.CrosshairLabelPattern           = "{V:f2}";
     series2.Name                            = "Telemetry Original Harmonic";
     swiftPlotSeriesView2.Color              = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     series2.View                            = swiftPlotSeriesView2;
     this.ccInfraredDebug.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     this.ccInfraredDebug.Size     = new System.Drawing.Size(510, 346);
     this.ccInfraredDebug.TabIndex = 5;
     chartTitle1.Font   = new System.Drawing.Font("Tahoma", 10F);
     chartTitle1.Indent = 0;
     chartTitle1.Text   = "Infrared";
     this.ccInfraredDebug.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     //
     // ccUltravioletDebug
     //
     this.ccUltravioletDebug.BorderOptions.Visibility   = DevExpress.Utils.DefaultBoolean.False;
     swiftPlotDiagram2.AxisX.VisibleInPanesSerializable = "-1";
     swiftPlotDiagram2.AxisY.VisibleInPanesSerializable = "-1";
     this.ccUltravioletDebug.Diagram = swiftPlotDiagram2;
     this.ccUltravioletDebug.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Left;
     this.ccUltravioletDebug.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside;
     this.ccUltravioletDebug.Legend.Border.Visibility   = DevExpress.Utils.DefaultBoolean.False;
     this.ccUltravioletDebug.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.ccUltravioletDebug.Legend.MarkerMode          = DevExpress.XtraCharts.LegendMarkerMode.CheckBox;
     this.ccUltravioletDebug.Legend.Name = "Default Legend";
     this.ccUltravioletDebug.Location    = new System.Drawing.Point(2, 2);
     this.ccUltravioletDebug.Name        = "ccUltravioletDebug";
     series3.ArgumentScaleType           = DevExpress.XtraCharts.ScaleType.Numerical;
     series3.CrosshairLabelPattern       = "{V:f2}";
     series3.Name                  = "Active Spectrum";
     series3.ShowInLegend          = false;
     swiftPlotSeriesView3.Color    = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(112)))), ((int)(((byte)(192)))));
     series3.View                  = swiftPlotSeriesView3;
     series4.CheckedInLegend       = false;
     series4.CrosshairLabelPattern = "{V:f2}";
     series4.Name                  = "Ultraviolet Backgroud Spectrum";
     swiftPlotSeriesView4.Color    = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     series4.View                  = swiftPlotSeriesView4;
     series4.Visible               = false;
     series5.CheckedInLegend       = false;
     series5.CrosshairLabelPattern = "{V:f2}";
     series5.Name                  = "Telemetry Spectrum";
     swiftPlotSeriesView5.Color    = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(88)))), ((int)(((byte)(103)))));
     series5.View                  = swiftPlotSeriesView5;
     series5.Visible               = false;
     this.ccUltravioletDebug.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series3,
         series4,
         series5
     };
     this.ccUltravioletDebug.Size     = new System.Drawing.Size(510, 340);
     this.ccUltravioletDebug.TabIndex = 4;
     chartTitle2.Font   = new System.Drawing.Font("Tahoma", 10F);
     chartTitle2.Indent = 0;
     chartTitle2.Text   = "Ultraviolet";
     this.ccUltravioletDebug.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle2
     });
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem1,
         this.simpleSeparator1,
         this.layoutControlItem2
     });
     this.layoutControlGroup1.Name        = "Root";
     this.layoutControlGroup1.Padding     = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
     this.layoutControlGroup1.Size        = new System.Drawing.Size(514, 695);
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control     = this.ccUltravioletDebug;
     this.layoutControlItem1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.Name        = "layoutControlItem1";
     this.layoutControlItem1.Size        = new System.Drawing.Size(514, 344);
     this.layoutControlItem1.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextVisible = false;
     //
     // simpleSeparator1
     //
     this.simpleSeparator1.AllowHotTrack = false;
     this.simpleSeparator1.Location      = new System.Drawing.Point(0, 344);
     this.simpleSeparator1.Name          = "simpleSeparator1";
     this.simpleSeparator1.Size          = new System.Drawing.Size(514, 1);
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control     = this.ccInfraredDebug;
     this.layoutControlItem2.Location    = new System.Drawing.Point(0, 345);
     this.layoutControlItem2.Name        = "layoutControlItem2";
     this.layoutControlItem2.Size        = new System.Drawing.Size(514, 350);
     this.layoutControlItem2.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextVisible = false;
     //
     // ucCalibrationDebugView
     //
     this.Appearance.BackColor            = System.Drawing.Color.WhiteSmoke;
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleDimensions             = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.layoutControl1);
     this.Controls.Add(this.splitterControl1);
     this.Controls.Add(this.meHandShakeData);
     this.Name    = "ucCalibrationDebugView";
     this.Padding = new System.Windows.Forms.Padding(3);
     this.Size    = new System.Drawing.Size(612, 701);
     this.Resize += new System.EventHandler(this.ucCalibrationDebugView_Resize);
     ((System.ComponentModel.ISupportInitialize)(this.mvvmContext1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.meHandShakeData.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((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)(this.ccInfraredDebug)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram2)).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)(series5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ccUltravioletDebug)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要修改
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.SwiftPlotDiagram    swiftPlotDiagram1    = new DevExpress.XtraCharts.SwiftPlotDiagram();
     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.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.ChartTitle          chartTitle1          = new DevExpress.XtraCharts.ChartTitle();
     DevExpress.XtraCharts.SwiftPlotDiagram    swiftPlotDiagram2    = new DevExpress.XtraCharts.SwiftPlotDiagram();
     DevExpress.XtraCharts.ConstantLine        constantLine7        = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.ConstantLine        constantLine8        = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.ConstantLine        constantLine9        = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.ConstantLine        constantLine10       = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.ConstantLine        constantLine11       = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.ConstantLine        constantLine12       = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.Series              series5              = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView5 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.Series              series6              = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView6 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.Series              series7              = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView7 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.ChartTitle          chartTitle2          = new DevExpress.XtraCharts.ChartTitle();
     this.layoutControl1      = new DevExpress.XtraLayout.LayoutControl();
     this.ccInfraredHT        = new DevExpress.XtraCharts.ChartControl();
     this.ccUltravioletHT     = new DevExpress.XtraCharts.ChartControl();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem2  = new DevExpress.XtraLayout.LayoutControlItem();
     ((System.ComponentModel.ISupportInitialize)(this.mvvmContext1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ccInfraredHT)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram1)).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)(this.ccUltravioletHT)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     this.SuspendLayout();
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.ccInfraredHT);
     this.layoutControl1.Controls.Add(this.ccUltravioletHT);
     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(796, 684);
     this.layoutControl1.TabIndex = 0;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // ccInfraredHT
     //
     this.ccInfraredHT.BorderOptions.Visibility = DevExpress.Utils.DefaultBoolean.False;
     constantLine1.AxisValueSerializable        = "1";
     constantLine1.Color                    = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(146)))), ((int)(((byte)(60)))));
     constantLine1.Name                     = "Line1";
     constantLine1.ShowInLegend             = false;
     constantLine1.Title.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.False;
     constantLine1.Title.Text               = "0";
     constantLine2.AxisValueSerializable    = "2";
     constantLine2.Color                    = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(146)))), ((int)(((byte)(60)))));
     constantLine2.Name                     = "Line2";
     constantLine2.ShowInLegend             = false;
     constantLine2.Title.Text               = "0";
     constantLine2.Title.Visible            = false;
     constantLine2.Visible                  = false;
     constantLine3.AxisValueSerializable    = "4";
     constantLine3.Color                    = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(146)))), ((int)(((byte)(60)))));
     constantLine3.Name                     = "Line3";
     constantLine3.ShowInLegend             = false;
     constantLine3.Title.Visible            = false;
     constantLine4.AxisValueSerializable    = "5";
     constantLine4.Color                    = System.Drawing.Color.FromArgb(((int)(((byte)(84)))), ((int)(((byte)(141)))), ((int)(((byte)(212)))));
     constantLine4.Name                     = "Line4";
     constantLine4.ShowInLegend             = false;
     constantLine4.Title.Text               = "0";
     constantLine5.AxisValueSerializable    = "1";
     constantLine5.Color                    = System.Drawing.Color.FromArgb(((int)(((byte)(84)))), ((int)(((byte)(141)))), ((int)(((byte)(212)))));
     constantLine5.Name                     = "Line5";
     constantLine5.ShowInLegend             = false;
     constantLine5.Title.Text               = "0";
     constantLine5.Title.Visible            = false;
     constantLine5.Visible                  = false;
     constantLine6.AxisValueSerializable    = "1";
     constantLine6.Color                    = System.Drawing.Color.FromArgb(((int)(((byte)(84)))), ((int)(((byte)(141)))), ((int)(((byte)(212)))));
     constantLine6.Name                     = "Line6";
     constantLine6.ShowInLegend             = false;
     constantLine6.Title.Visible            = false;
     swiftPlotDiagram1.AxisX.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
         constantLine1,
         constantLine2,
         constantLine3,
         constantLine4,
         constantLine5,
         constantLine6
     });
     swiftPlotDiagram1.AxisX.GridLines.Visible          = true;
     swiftPlotDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     swiftPlotDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.ccInfraredHT.Diagram = swiftPlotDiagram1;
     this.ccInfraredHT.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Left;
     this.ccInfraredHT.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside;
     this.ccInfraredHT.Legend.Border.Visibility   = DevExpress.Utils.DefaultBoolean.False;
     this.ccInfraredHT.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.ccInfraredHT.Legend.MarkerMode          = DevExpress.XtraCharts.LegendMarkerMode.CheckBox;
     this.ccInfraredHT.Legend.Name = "Default Legend";
     this.ccInfraredHT.Location    = new System.Drawing.Point(2, 344);
     this.ccInfraredHT.Name        = "ccInfraredHT";
     series1.CrosshairLabelPattern = "{V:f2}";
     series1.Name = "CO Harmonic";
     swiftPlotSeriesView1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     series1.View = swiftPlotSeriesView1;
     series2.CrosshairLabelPattern = "{V:f2}";
     series2.Name = "CO₂ Harmonic";
     swiftPlotSeriesView2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(79)))), ((int)(((byte)(97)))), ((int)(((byte)(40)))));
     series2.View = swiftPlotSeriesView2;
     series3.CrosshairLabelPattern = "{V:f2}";
     series3.Name = "Infrared Backgroud Harmonic";
     swiftPlotSeriesView3.Color = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(72)))), ((int)(((byte)(6)))));
     series3.View = swiftPlotSeriesView3;
     series4.CrosshairLabelPattern = "{V:f2}";
     series4.Name = "Telemetry Harmonic";
     swiftPlotSeriesView4.Color = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(88)))), ((int)(((byte)(103)))));
     series4.View = swiftPlotSeriesView4;
     this.ccInfraredHT.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2,
         series3,
         series4
     };
     this.ccInfraredHT.Size     = new System.Drawing.Size(792, 338);
     this.ccInfraredHT.TabIndex = 6;
     chartTitle1.Font           = new System.Drawing.Font("Tahoma", 10F);
     chartTitle1.Indent         = 0;
     chartTitle1.Text           = "Infrared";
     this.ccInfraredHT.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     //
     // ccUltravioletHT
     //
     this.ccUltravioletHT.BorderOptions.Visibility = DevExpress.Utils.DefaultBoolean.False;
     constantLine7.AxisValueSerializable           = "1";
     constantLine7.Color                  = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(146)))), ((int)(((byte)(60)))));
     constantLine7.Name                   = "Constant Line 1";
     constantLine7.ShowInLegend           = false;
     constantLine7.Title.Visible          = false;
     constantLine8.AxisValueSerializable  = "1";
     constantLine8.Color                  = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(146)))), ((int)(((byte)(60)))));
     constantLine8.Name                   = "Constant Line 2";
     constantLine8.ShowInLegend           = false;
     constantLine8.Title.Visible          = false;
     constantLine8.Visible                = false;
     constantLine9.AxisValueSerializable  = "1";
     constantLine9.Color                  = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(146)))), ((int)(((byte)(60)))));
     constantLine9.Name                   = "Constant Line 3";
     constantLine9.ShowInLegend           = false;
     constantLine9.Title.Visible          = false;
     constantLine10.AxisValueSerializable = "1";
     constantLine10.Color                 = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(96)))), ((int)(((byte)(146)))));
     constantLine10.Name                  = "Constant Line 4";
     constantLine10.ShowInLegend          = false;
     constantLine10.Title.Visible         = false;
     constantLine11.AxisValueSerializable = "1";
     constantLine11.Color                 = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(96)))), ((int)(((byte)(146)))));
     constantLine11.Name                  = "Constant Line 5";
     constantLine11.ShowInLegend          = false;
     constantLine11.Title.Visible         = false;
     constantLine11.Visible               = false;
     constantLine12.AxisValueSerializable = "1";
     constantLine12.Color                 = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(96)))), ((int)(((byte)(146)))));
     constantLine12.Name                  = "Constant Line 6";
     constantLine12.ShowInLegend          = false;
     constantLine12.Title.Visible         = false;
     swiftPlotDiagram2.AxisX.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
         constantLine7,
         constantLine8,
         constantLine9,
         constantLine10,
         constantLine11,
         constantLine12
     });
     swiftPlotDiagram2.AxisX.GridLines.Visible          = true;
     swiftPlotDiagram2.AxisX.VisibleInPanesSerializable = "-1";
     swiftPlotDiagram2.AxisY.VisibleInPanesSerializable = "-1";
     this.ccUltravioletHT.Diagram = swiftPlotDiagram2;
     this.ccUltravioletHT.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Left;
     this.ccUltravioletHT.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside;
     this.ccUltravioletHT.Legend.Border.Visibility   = DevExpress.Utils.DefaultBoolean.False;
     this.ccUltravioletHT.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.ccUltravioletHT.Legend.MarkerMode          = DevExpress.XtraCharts.LegendMarkerMode.CheckBox;
     this.ccUltravioletHT.Legend.Name = "Default Legend";
     this.ccUltravioletHT.Location    = new System.Drawing.Point(2, 2);
     this.ccUltravioletHT.Name        = "ccUltravioletHT";
     series5.CrosshairLabelPattern    = "{V:f2}";
     series5.Name = "NO Absorbance";
     swiftPlotSeriesView5.Color = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     series5.View = swiftPlotSeriesView5;
     series6.CrosshairLabelPattern = "{V:f2}";
     series6.Name = "HC Absorbance";
     swiftPlotSeriesView6.Color = System.Drawing.Color.FromArgb(((int)(((byte)(79)))), ((int)(((byte)(97)))), ((int)(((byte)(40)))));
     series6.View = swiftPlotSeriesView6;
     series7.CrosshairLabelPattern = "{V:f2}";
     series7.Name = "Telemetry Absorbance";
     swiftPlotSeriesView7.Color = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(88)))), ((int)(((byte)(103)))));
     series7.View = swiftPlotSeriesView7;
     this.ccUltravioletHT.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series5,
         series6,
         series7
     };
     this.ccUltravioletHT.Size     = new System.Drawing.Size(792, 338);
     this.ccUltravioletHT.TabIndex = 5;
     chartTitle2.Font   = new System.Drawing.Font("Tahoma", 10F);
     chartTitle2.Indent = 0;
     chartTitle2.Text   = "Ultraviolet";
     this.ccUltravioletHT.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle2
     });
     //
     // 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.Name        = "layoutControlGroup1";
     this.layoutControlGroup1.Padding     = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
     this.layoutControlGroup1.Size        = new System.Drawing.Size(796, 684);
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control     = this.ccUltravioletHT;
     this.layoutControlItem1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.Name        = "layoutControlItem1";
     this.layoutControlItem1.Size        = new System.Drawing.Size(796, 342);
     this.layoutControlItem1.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextVisible = false;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control     = this.ccInfraredHT;
     this.layoutControlItem2.Location    = new System.Drawing.Point(0, 342);
     this.layoutControlItem2.Name        = "layoutControlItem2";
     this.layoutControlItem2.Size        = new System.Drawing.Size(796, 342);
     this.layoutControlItem2.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextVisible = false;
     //
     // ucHistoryHarmenic
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.layoutControl1);
     this.Name    = "ucHistoryHarmenic";
     this.Size    = new System.Drawing.Size(796, 684);
     this.Resize += new System.EventHandler(this.ucHistoryHarmenic_Resize);
     ((System.ComponentModel.ISupportInitialize)(this.mvvmContext1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((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)(this.ccInfraredHT)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ccUltravioletHT)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).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.RectangleGradientFillOptions rectangleGradientFillOptions1 = new DevExpress.XtraCharts.RectangleGradientFillOptions();
			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(0D, new object[] {
            ((object)(0D))});
			DevExpress.XtraCharts.SeriesPoint seriesPoint2 = new DevExpress.XtraCharts.SeriesPoint(0.3D, new object[] {
            ((object)(0D))});
			DevExpress.XtraCharts.SeriesPoint seriesPoint3 = new DevExpress.XtraCharts.SeriesPoint(1.4D, new object[] {
            ((object)(0D))});
			DevExpress.XtraCharts.SeriesPoint seriesPoint4 = new DevExpress.XtraCharts.SeriesPoint(2.5D, new object[] {
            ((object)(0D))});
			DevExpress.XtraCharts.SeriesPoint seriesPoint5 = new DevExpress.XtraCharts.SeriesPoint(3.6D, new object[] {
            ((object)(0D))});
			DevExpress.XtraCharts.SeriesPoint seriesPoint6 = new DevExpress.XtraCharts.SeriesPoint(4.7D, new object[] {
            ((object)(0D))});
			DevExpress.XtraCharts.SeriesPoint seriesPoint7 = new DevExpress.XtraCharts.SeriesPoint(5.8D, new object[] {
            ((object)(0D))});
			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 seriesPoint8 = new DevExpress.XtraCharts.SeriesPoint(0D, new object[] {
            ((object)(0D))});
			DevExpress.XtraCharts.SeriesPoint seriesPoint9 = new DevExpress.XtraCharts.SeriesPoint(0.3D, new object[] {
            ((object)(0D))});
			DevExpress.XtraCharts.SeriesPoint seriesPoint10 = new DevExpress.XtraCharts.SeriesPoint(1.4D, new object[] {
            ((object)(0D))});
			DevExpress.XtraCharts.SeriesPoint seriesPoint11 = new DevExpress.XtraCharts.SeriesPoint(2.5D, new object[] {
            ((object)(0D))});
			DevExpress.XtraCharts.SeriesPoint seriesPoint12 = new DevExpress.XtraCharts.SeriesPoint(3.6D, new object[] {
            ((object)(0D))});
			DevExpress.XtraCharts.SeriesPoint seriesPoint13 = new DevExpress.XtraCharts.SeriesPoint(4.7D, new object[] {
            ((object)(0D))});
			DevExpress.XtraCharts.SeriesPoint seriesPoint14 = new DevExpress.XtraCharts.SeriesPoint(5.8D, new object[] {
            ((object)(0D))});
			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.SeriesPoint seriesPoint15 = new DevExpress.XtraCharts.SeriesPoint(0D, new object[] {
            ((object)(0D))});
			DevExpress.XtraCharts.SeriesPoint seriesPoint16 = new DevExpress.XtraCharts.SeriesPoint(0.3D, new object[] {
            ((object)(0D))});
			DevExpress.XtraCharts.SeriesPoint seriesPoint17 = new DevExpress.XtraCharts.SeriesPoint(1.4D, new object[] {
            ((object)(0D))});
			DevExpress.XtraCharts.SeriesPoint seriesPoint18 = new DevExpress.XtraCharts.SeriesPoint(2.5D, new object[] {
            ((object)(0D))});
			DevExpress.XtraCharts.SeriesPoint seriesPoint19 = new DevExpress.XtraCharts.SeriesPoint(3.6D, new object[] {
            ((object)(0D))});
			DevExpress.XtraCharts.SeriesPoint seriesPoint20 = new DevExpress.XtraCharts.SeriesPoint(4.7D, new object[] {
            ((object)(0D))});
			DevExpress.XtraCharts.SeriesPoint seriesPoint21 = new DevExpress.XtraCharts.SeriesPoint(5.8D, new object[] {
            ((object)(0D))});
			DevExpress.XtraCharts.LineSeriesView lineSeriesView3 = new DevExpress.XtraCharts.LineSeriesView();
			DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel4 = new DevExpress.XtraCharts.PointSeriesLabel();
			DevExpress.XtraCharts.LineSeriesView lineSeriesView4 = new DevExpress.XtraCharts.LineSeriesView();
			this.beamLineChartControl = new DevExpress.XtraCharts.ChartControl();
			((System.ComponentModel.ISupportInitialize)(this.beamLineChartControl)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(xyDiagram1)).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();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel4)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(lineSeriesView4)).BeginInit();
			this.SuspendLayout();
			// 
			// beamLineChartControl
			// 
			this.beamLineChartControl.AppearanceName = "Light";
			this.beamLineChartControl.CacheToMemory = true;
			xyDiagram1.AxisX.Alignment = DevExpress.XtraCharts.AxisAlignment.Zero;
			xyDiagram1.AxisX.InterlacedColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
			xyDiagram1.AxisX.InterlacedFillStyle.FillMode = DevExpress.XtraCharts.FillMode.Gradient;
			rectangleGradientFillOptions1.Color2 = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
			xyDiagram1.AxisX.InterlacedFillStyle.Options = rectangleGradientFillOptions1;
			xyDiagram1.AxisX.Label.EndText = " m";
			xyDiagram1.AxisX.Range.Auto = false;
			xyDiagram1.AxisX.Range.MaxValueSerializable = "42";
			xyDiagram1.AxisX.Range.MinValueSerializable = "0";
			xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
			xyDiagram1.AxisX.Range.SideMarginsEnabled = true;
			xyDiagram1.AxisX.Title.Alignment = System.Drawing.StringAlignment.Near;
			xyDiagram1.AxisX.Title.Antialiasing = false;
			xyDiagram1.AxisX.Title.Font = new System.Drawing.Font("Tahoma", 8F);
			xyDiagram1.AxisX.Title.Text = "Sector Lenght (m)";
			xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
			constantLine1.AxisValueSerializable = "0";
			constantLine1.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Solid;
			constantLine1.Name = "Drift Tube";
			constantLine1.ShowInLegend = false;
			xyDiagram1.AxisY.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
            constantLine1});
			xyDiagram1.AxisY.Range.Auto = false;
			xyDiagram1.AxisY.Range.MaxValueSerializable = "25";
			xyDiagram1.AxisY.Range.MinValueSerializable = "-25";
			xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
			xyDiagram1.AxisY.Range.SideMarginsEnabled = true;
			xyDiagram1.AxisY.Title.Antialiasing = false;
			xyDiagram1.AxisY.Title.Font = new System.Drawing.Font("Tahoma", 8F);
			xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
			xyDiagram1.DefaultPane.SizeInPixels = 840;
			xyDiagram1.DefaultPane.SizeMode = DevExpress.XtraCharts.PaneSizeMode.UseSizeInPixels;
			xyDiagram1.Margins.Bottom = 0;
			xyDiagram1.Margins.Left = 1;
			xyDiagram1.Margins.Top = 0;
			this.beamLineChartControl.Diagram = xyDiagram1;
			this.beamLineChartControl.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.LeftOutside;
			this.beamLineChartControl.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.Bottom;
			this.beamLineChartControl.Legend.Margins.Bottom = 1;
			this.beamLineChartControl.Legend.Margins.Left = 1;
			this.beamLineChartControl.Legend.Margins.Right = 1;
			this.beamLineChartControl.Legend.Margins.Top = 1;
			this.beamLineChartControl.Location = new System.Drawing.Point(0, 0);
			this.beamLineChartControl.Name = "beamLineChartControl";
			this.beamLineChartControl.Padding.Bottom = 0;
			this.beamLineChartControl.Padding.Left = 0;
			this.beamLineChartControl.Padding.Right = 0;
			this.beamLineChartControl.Padding.Top = 0;
			this.beamLineChartControl.PaletteName = "Nature Colors";
			this.beamLineChartControl.RefreshDataOnRepaint = false;
			this.beamLineChartControl.RuntimeHitTesting = false;
			series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
			pointSeriesLabel1.Angle = -45;
			pointSeriesLabel1.Font = new System.Drawing.Font("Tahoma", 7F);
			pointSeriesLabel1.LineVisible = true;
			pointSeriesLabel1.ResolveOverlappingMode = DevExpress.XtraCharts.ResolveOverlappingMode.Default;
			pointSeriesLabel1.Visible = false;
			series1.Label = pointSeriesLabel1;
			series1.Name = "X-Position (mm)";
			series1.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
            seriesPoint1,
            seriesPoint2,
            seriesPoint3,
            seriesPoint4,
            seriesPoint5,
            seriesPoint6,
            seriesPoint7});
			lineSeriesView1.LineMarkerOptions.Size = 5;
			series1.View = lineSeriesView1;
			series2.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
			pointSeriesLabel2.Angle = -135;
			pointSeriesLabel2.Font = new System.Drawing.Font("Tahoma", 7F);
			pointSeriesLabel2.LineVisible = true;
			pointSeriesLabel2.ResolveOverlappingMode = DevExpress.XtraCharts.ResolveOverlappingMode.Default;
			pointSeriesLabel2.Visible = false;
			series2.Label = pointSeriesLabel2;
			series2.Name = "Y-Position (mm)";
			series2.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
            seriesPoint8,
            seriesPoint9,
            seriesPoint10,
            seriesPoint11,
            seriesPoint12,
            seriesPoint13,
            seriesPoint14});
			lineSeriesView2.LineMarkerOptions.Size = 5;
			series2.View = lineSeriesView2;
			series3.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
			pointSeriesLabel3.Angle = -90;
			pointSeriesLabel3.Font = new System.Drawing.Font("Tahoma", 7F);
			pointSeriesLabel3.LineLength = 7;
			pointSeriesLabel3.LineVisible = true;
			pointSeriesLabel3.ResolveOverlappingMode = DevExpress.XtraCharts.ResolveOverlappingMode.Default;
			pointSeriesLabel3.Visible = false;
			series3.Label = pointSeriesLabel3;
			series3.Name = "Current (10 µA)";
			series3.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
            seriesPoint15,
            seriesPoint16,
            seriesPoint17,
            seriesPoint18,
            seriesPoint19,
            seriesPoint20,
            seriesPoint21});
			lineSeriesView3.LineMarkerOptions.Size = 5;
			series3.View = lineSeriesView3;
			this.beamLineChartControl.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1,
        series2,
        series3};
			pointSeriesLabel4.LineVisible = true;
			this.beamLineChartControl.SeriesTemplate.Label = pointSeriesLabel4;
			this.beamLineChartControl.SeriesTemplate.View = lineSeriesView4;
			this.beamLineChartControl.Size = new System.Drawing.Size(9160, 125);
			this.beamLineChartControl.TabIndex = 2;
			this.beamLineChartControl.TabStop = false;
			// 
			// BeamLineChart
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.Controls.Add(this.beamLineChartControl);
			this.Name = "BeamLineChart";
			this.Size = new System.Drawing.Size(9160, 125);
			((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)(pointSeriesLabel4)).EndInit();
			((System.ComponentModel.ISupportInitialize)(lineSeriesView4)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.beamLineChartControl)).EndInit();
			this.ResumeLayout(false);

		}
Beispiel #8
0
        //创建数据模拟量监测图表
        public static Control GetChart(string name, float ConstantU, float ConstantL)
        {
            //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.Series           series1           = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.LineSeriesView   lineSeriesView1   = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.ChartControl     chartControl1     = new DevExpress.XtraCharts.ChartControl();
            DevExpress.XtraCharts.XYDiagram        xyDiagram1        = (DevExpress.XtraCharts.XYDiagram)chartControl1.Diagram;
            DevExpress.XtraCharts.ChartTitle       chartTitle1       = new DevExpress.XtraCharts.ChartTitle();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView();

            chartControl1.BorderOptions.Visibility          = DevExpress.Utils.DefaultBoolean.True;
            chartControl1.CrosshairEnabled                  = DevExpress.Utils.DefaultBoolean.False;
            xyDiagram1.AxisX.DateTimeScaleOptions.ScaleMode = DevExpress.XtraCharts.ScaleMode.Continuous;
            xyDiagram1.AxisX.GridLines.Visible              = true;
            //xyDiagram1.AxisX.Title.Text = "Time of Day";
            xyDiagram1.AxisY.GridLines.MinorVisible     = true;
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            constantLine1.AxisValueSerializable         = ConstantU.ToString();
            constantLine1.Color                 = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            constantLine1.LegendText            = "UCL";
            constantLine1.Name                  = "U";
            constantLine2.AxisValueSerializable = ConstantL.ToString();
            constantLine2.Color                 = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            constantLine2.LegendText            = "LCL";
            constantLine2.Name                  = "L";
            xyDiagram1.AxisY.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
                constantLine1,
                constantLine2
            });
            xyDiagram1.AxisY.Interlaced        = true;
            xyDiagram1.AxisY.Label.TextPattern = "{V:G}";
            //xyDiagram1.AxisY.Title.Text = "Power, kW";
            xyDiagram1.AxisY.Visibility = DevExpress.Utils.DefaultBoolean.True;
            xyDiagram1.AxisY.VisibleInPanesSerializable     = "-1";
            xyDiagram1.AxisY.WholeRange.AlwaysShowZeroLevel = false;

            chartControl1.Diagram = xyDiagram1;

            chartControl1.Dock             = System.Windows.Forms.DockStyle.Fill;
            chartControl1.Legend.Name      = "Default Legend";
            chartControl1.Location         = new System.Drawing.Point(0, 0);
            chartControl1.Name             = "chartControl1";
            chartControl1.PaletteName      = "Equity";
            chartControl1.SeriesDataMember = "Branch";
            series1.LabelsVisibility       = DevExpress.Utils.DefaultBoolean.False;
            series1.Name          = name;
            lineSeriesView1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(73)))), ((int)(((byte)(125)))));
            lineSeriesView1.LineMarkerOptions.Size = 5;
            lineSeriesView1.MarkerVisibility       = DevExpress.Utils.DefaultBoolean.True;
            series1.View = lineSeriesView1;
            chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
                series1
            };
            chartControl1.SeriesTemplate.ArgumentDataMember           = "Time";
            chartControl1.SeriesTemplate.ArgumentScaleType            = DevExpress.XtraCharts.ScaleType.DateTime;
            chartControl1.SeriesTemplate.CrosshairLabelPattern        = "{S}: {V}kWt";
            chartControl1.SeriesTemplate.ShowInLegend                 = false;
            chartControl1.SeriesTemplate.ValueDataMembersSerializable = "Power";
            chartControl1.SeriesTemplate.View    = splineSeriesView1;
            chartControl1.SeriesTemplate.Visible = false;
            chartControl1.Size     = new System.Drawing.Size(735, 174);
            chartControl1.TabIndex = 1;
            chartControl1.TabStop  = false;

            return(chartControl1);
        }
Beispiel #9
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>
 /// 디자이너 지원에 필요한 메서드입니다.
 /// 이 메서드의 내용을 코드 편집기로 수정하지 마세요.
 /// </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);
 }
Beispiel #11
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.Series         series1         = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView();
     this.groupControlChart            = new DevExpress.XtraEditors.GroupControl();
     this.chartControl1                = new DevExpress.XtraCharts.ChartControl();
     this.layoutControl1               = new DevExpress.XtraLayout.LayoutControl();
     this.simpleButtonClear            = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButtonNoVariationChart = new DevExpress.XtraEditors.SimpleButton();
     this.textBoxYLower                = new System.Windows.Forms.TextBox();
     this.textBoxXLower                = new System.Windows.Forms.TextBox();
     this.textBoxXUpper                = new System.Windows.Forms.TextBox();
     this.textBoxYUpper                = new System.Windows.Forms.TextBox();
     this.layoutControlGroup1          = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1           = new DevExpress.XtraLayout.LayoutControlItem();
     this.simpleLabelItem1             = new DevExpress.XtraLayout.SimpleLabelItem();
     this.layoutControlItem2           = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem3           = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem4           = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem1              = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem5           = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem6           = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem7           = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem3              = new DevExpress.XtraLayout.EmptySpaceItem();
     this.emptySpaceItem2              = new DevExpress.XtraLayout.EmptySpaceItem();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlChart)).BeginInit();
     this.groupControlChart.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
     this.SuspendLayout();
     //
     // groupControlChart
     //
     this.groupControlChart.AppearanceCaption.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.groupControlChart.AppearanceCaption.Options.UseFont        = true;
     this.groupControlChart.AppearanceCaption.Options.UseTextOptions = true;
     this.groupControlChart.AppearanceCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.groupControlChart.Controls.Add(this.chartControl1);
     this.groupControlChart.Location = new System.Drawing.Point(12, 12);
     this.groupControlChart.Name     = "groupControlChart";
     this.groupControlChart.Size     = new System.Drawing.Size(547, 395);
     this.groupControlChart.TabIndex = 2;
     this.groupControlChart.Text     = "Variation Chart";
     //
     // chartControl1
     //
     this.chartControl1.BorderOptions.Color       = System.Drawing.Color.FromArgb(((int)(((byte)(95)))), ((int)(((byte)(73)))), ((int)(((byte)(122)))));
     this.chartControl1.BorderOptions.Thickness   = 3;
     this.chartControl1.CrosshairOptions.SnapMode = DevExpress.XtraCharts.CrosshairSnapMode.NearestValue;
     this.chartControl1.Cursor           = System.Windows.Forms.Cursors.Cross;
     this.chartControl1.DataBindings     = null;
     constantLine1.AxisValueSerializable = "0";
     constantLine1.Name          = "Constant Line 1";
     constantLine1.ShowInLegend  = false;
     constantLine1.Title.Visible = false;
     xyDiagram1.AxisX.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
         constantLine1
     });
     xyDiagram1.AxisX.GridLines.MinorVisible           = true;
     xyDiagram1.AxisX.GridLines.Visible                = true;
     xyDiagram1.AxisX.Interlaced                       = true;
     xyDiagram1.AxisX.NumericScaleOptions.AutoGrid     = false;
     xyDiagram1.AxisX.NumericScaleOptions.GridSpacing  = 5D;
     xyDiagram1.AxisX.Tickmarks.CrossAxis              = true;
     xyDiagram1.AxisX.Title.Font                       = new System.Drawing.Font("Tahoma", 9F);
     xyDiagram1.AxisX.Title.MaxLineCount               = 1;
     xyDiagram1.AxisX.Title.Text                       = "X Axis";
     xyDiagram1.AxisX.Title.Visibility                 = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisX.VisibleInPanesSerializable       = "-1";
     xyDiagram1.AxisX.VisualRange.Auto                 = false;
     xyDiagram1.AxisX.VisualRange.AutoSideMargins      = false;
     xyDiagram1.AxisX.VisualRange.MaxValueSerializable = "25";
     xyDiagram1.AxisX.VisualRange.MinValueSerializable = "-25";
     xyDiagram1.AxisX.VisualRange.SideMarginsValue     = 0D;
     xyDiagram1.AxisX.WholeRange.Auto                  = false;
     xyDiagram1.AxisX.WholeRange.AutoSideMargins       = false;
     xyDiagram1.AxisX.WholeRange.MaxValueSerializable  = "25";
     xyDiagram1.AxisX.WholeRange.MinValueSerializable  = "-25";
     xyDiagram1.AxisX.WholeRange.SideMarginsValue      = 0D;
     constantLine2.AxisValueSerializable               = "0";
     constantLine2.Name          = "Constant Line 1";
     constantLine2.ShowInLegend  = false;
     constantLine2.Title.Visible = false;
     xyDiagram1.AxisY.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
         constantLine2
     });
     xyDiagram1.AxisY.GridLines.MinorVisible          = true;
     xyDiagram1.AxisY.NumericScaleOptions.AutoGrid    = false;
     xyDiagram1.AxisY.NumericScaleOptions.GridSpacing = 0.5D;
     xyDiagram1.AxisY.Tickmarks.CrossAxis             = true;
     xyDiagram1.AxisY.Title.Font                       = new System.Drawing.Font("Tahoma", 9F);
     xyDiagram1.AxisY.Title.Text                       = "Y Axis";
     xyDiagram1.AxisY.Title.Visibility                 = DevExpress.Utils.DefaultBoolean.Default;
     xyDiagram1.AxisY.VisibleInPanesSerializable       = "-1";
     xyDiagram1.AxisY.VisualRange.Auto                 = false;
     xyDiagram1.AxisY.VisualRange.AutoSideMargins      = false;
     xyDiagram1.AxisY.VisualRange.MaxValueSerializable = "5";
     xyDiagram1.AxisY.VisualRange.MinValueSerializable = "-5";
     xyDiagram1.AxisY.VisualRange.SideMarginsValue     = 0D;
     xyDiagram1.AxisY.WholeRange.Auto                  = false;
     xyDiagram1.AxisY.WholeRange.AutoSideMargins       = false;
     xyDiagram1.AxisY.WholeRange.MaxValueSerializable  = "5";
     xyDiagram1.AxisY.WholeRange.MinValueSerializable  = "-5";
     xyDiagram1.AxisY.WholeRange.SideMarginsValue      = 0D;
     xyDiagram1.EnableAxisXScrolling                   = true;
     xyDiagram1.EnableAxisXZooming                     = true;
     xyDiagram1.EnableAxisYScrolling                   = true;
     xyDiagram1.EnableAxisYZooming                     = true;
     this.chartControl1.Diagram = xyDiagram1;
     this.chartControl1.Dock    = System.Windows.Forms.DockStyle.Fill;
     this.chartControl1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right;
     this.chartControl1.Legend.MarkerSize          = new System.Drawing.Size(8, 14);
     this.chartControl1.Legend.Name       = "Default Legend";
     this.chartControl1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.True;
     this.chartControl1.Location          = new System.Drawing.Point(2, 20);
     this.chartControl1.Name          = "chartControl1";
     this.chartControl1.PaletteName   = "Aspect";
     series1.CrosshairEnabled         = DevExpress.Utils.DefaultBoolean.True;
     series1.CrosshairHighlightPoints = DevExpress.Utils.DefaultBoolean.True;
     series1.CrosshairLabelPattern    = "{A}{V:#,#}";
     series1.CrosshairLabelVisibility = DevExpress.Utils.DefaultBoolean.True;
     series1.Name          = "Custom Curve";
     lineSeriesView1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(146)))), ((int)(((byte)(60)))));
     lineSeriesView1.LineMarkerOptions.Size = 5;
     lineSeriesView1.MarkerVisibility       = DevExpress.Utils.DefaultBoolean.True;
     series1.View = lineSeriesView1;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chartControl1.SeriesTemplate.LegendName = "Default Legend";
     this.chartControl1.Size        = new System.Drawing.Size(543, 373);
     this.chartControl1.TabIndex    = 0;
     this.chartControl1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.chartControl1_MouseClick);
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.simpleButtonClear);
     this.layoutControl1.Controls.Add(this.simpleButtonNoVariationChart);
     this.layoutControl1.Controls.Add(this.textBoxYLower);
     this.layoutControl1.Controls.Add(this.textBoxXLower);
     this.layoutControl1.Controls.Add(this.textBoxXUpper);
     this.layoutControl1.Controls.Add(this.textBoxYUpper);
     this.layoutControl1.Controls.Add(this.groupControlChart);
     this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem3,
         this.layoutControlItem4
     });
     this.layoutControl1.Location = new System.Drawing.Point(0, 0);
     this.layoutControl1.Name     = "layoutControl1";
     this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(885, 163, 450, 400);
     this.layoutControl1.Root     = this.layoutControlGroup1;
     this.layoutControl1.Size     = new System.Drawing.Size(650, 419);
     this.layoutControl1.TabIndex = 3;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // simpleButtonClear
     //
     this.simpleButtonClear.Location        = new System.Drawing.Point(563, 216);
     this.simpleButtonClear.Name            = "simpleButtonClear";
     this.simpleButtonClear.Size            = new System.Drawing.Size(75, 22);
     this.simpleButtonClear.StyleController = this.layoutControl1;
     this.simpleButtonClear.TabIndex        = 9;
     this.simpleButtonClear.Text            = "Clear";
     this.simpleButtonClear.Click          += new System.EventHandler(this.simpleButtonClearCharrt_Click);
     //
     // simpleButtonNoVariationChart
     //
     this.simpleButtonNoVariationChart.Location        = new System.Drawing.Point(563, 190);
     this.simpleButtonNoVariationChart.Name            = "simpleButtonNoVariationChart";
     this.simpleButtonNoVariationChart.Size            = new System.Drawing.Size(75, 22);
     this.simpleButtonNoVariationChart.StyleController = this.layoutControl1;
     this.simpleButtonNoVariationChart.TabIndex        = 8;
     this.simpleButtonNoVariationChart.Text            = "No Variation";
     this.simpleButtonNoVariationChart.Click          += new System.EventHandler(this.simpleButtonNOVariationChart_Click);
     //
     // textBoxYLower
     //
     this.textBoxYLower.Location = new System.Drawing.Point(611, 111);
     this.textBoxYLower.Name     = "textBoxYLower";
     this.textBoxYLower.Size     = new System.Drawing.Size(27, 20);
     this.textBoxYLower.TabIndex = 7;
     this.textBoxYLower.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBoxYLower_KeyDown);
     this.textBoxYLower.Leave   += new System.EventHandler(this.textBoxYLower_Leave);
     //
     // textBoxXLower
     //
     this.textBoxXLower.Location = new System.Drawing.Point(611, 29);
     this.textBoxXLower.Name     = "textBoxXLower";
     this.textBoxXLower.Size     = new System.Drawing.Size(27, 20);
     this.textBoxXLower.TabIndex = 6;
     this.textBoxXLower.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBoxXLower_KeyDown);
     this.textBoxXLower.Leave   += new System.EventHandler(this.textBoxXLower_Leave);
     //
     // textBoxXUpper
     //
     this.textBoxXUpper.Location = new System.Drawing.Point(611, 29);
     this.textBoxXUpper.Name     = "textBoxXUpper";
     this.textBoxXUpper.Size     = new System.Drawing.Size(27, 20);
     this.textBoxXUpper.TabIndex = 5;
     this.textBoxXUpper.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBoxXUpper_KeyDown);
     this.textBoxXUpper.Leave   += new System.EventHandler(this.textBoxXUpper_Leave);
     //
     // textBoxYUpper
     //
     this.textBoxYUpper.Location = new System.Drawing.Point(611, 87);
     this.textBoxYUpper.Name     = "textBoxYUpper";
     this.textBoxYUpper.Size     = new System.Drawing.Size(27, 20);
     this.textBoxYUpper.TabIndex = 4;
     this.textBoxYUpper.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBoxYUpper_KeyDown);
     this.textBoxYUpper.Leave   += new System.EventHandler(this.textBoxYUpper_Leave);
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem1,
         this.simpleLabelItem1,
         this.layoutControlItem2,
         this.emptySpaceItem1,
         this.layoutControlItem5,
         this.layoutControlItem6,
         this.layoutControlItem7,
         this.emptySpaceItem3,
         this.emptySpaceItem2
     });
     this.layoutControlGroup1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name        = "Root";
     this.layoutControlGroup1.Size        = new System.Drawing.Size(650, 419);
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control     = this.groupControlChart;
     this.layoutControlItem1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.Name        = "layoutControlItem1";
     this.layoutControlItem1.Size        = new System.Drawing.Size(551, 399);
     this.layoutControlItem1.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextVisible = false;
     //
     // simpleLabelItem1
     //
     this.simpleLabelItem1.AllowHotTrack = false;
     this.simpleLabelItem1.AppearanceItemCaption.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.simpleLabelItem1.AppearanceItemCaption.Options.UseFont        = true;
     this.simpleLabelItem1.AppearanceItemCaption.Options.UseTextOptions = true;
     this.simpleLabelItem1.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.simpleLabelItem1.Location = new System.Drawing.Point(551, 0);
     this.simpleLabelItem1.Name     = "simpleLabelItem1";
     this.simpleLabelItem1.Size     = new System.Drawing.Size(79, 17);
     this.simpleLabelItem1.Text     = "Chart";
     this.simpleLabelItem1.TextSize = new System.Drawing.Size(45, 13);
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control  = this.textBoxYUpper;
     this.layoutControlItem2.Location = new System.Drawing.Point(551, 75);
     this.layoutControlItem2.Name     = "layoutControlItem2";
     this.layoutControlItem2.Size     = new System.Drawing.Size(79, 24);
     this.layoutControlItem2.Text     = "Y : Upper";
     this.layoutControlItem2.TextSize = new System.Drawing.Size(45, 13);
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control  = this.textBoxXUpper;
     this.layoutControlItem3.Location = new System.Drawing.Point(551, 17);
     this.layoutControlItem3.Name     = "layoutControlItem3";
     this.layoutControlItem3.Size     = new System.Drawing.Size(79, 24);
     this.layoutControlItem3.Text     = "X : Upper";
     this.layoutControlItem3.TextSize = new System.Drawing.Size(45, 13);
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control  = this.textBoxXLower;
     this.layoutControlItem4.Location = new System.Drawing.Point(551, 17);
     this.layoutControlItem4.Name     = "layoutControlItem4";
     this.layoutControlItem4.Size     = new System.Drawing.Size(79, 24);
     this.layoutControlItem4.Text     = "X : Lower";
     this.layoutControlItem4.TextSize = new System.Drawing.Size(45, 13);
     //
     // emptySpaceItem1
     //
     this.emptySpaceItem1.AllowHotTrack = false;
     this.emptySpaceItem1.Location      = new System.Drawing.Point(551, 17);
     this.emptySpaceItem1.Name          = "emptySpaceItem1";
     this.emptySpaceItem1.Size          = new System.Drawing.Size(79, 58);
     this.emptySpaceItem1.TextSize      = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem5
     //
     this.layoutControlItem5.Control  = this.textBoxYLower;
     this.layoutControlItem5.Location = new System.Drawing.Point(551, 99);
     this.layoutControlItem5.Name     = "layoutControlItem5";
     this.layoutControlItem5.Size     = new System.Drawing.Size(79, 24);
     this.layoutControlItem5.Text     = "Y : Lower";
     this.layoutControlItem5.TextSize = new System.Drawing.Size(45, 13);
     //
     // layoutControlItem6
     //
     this.layoutControlItem6.Control     = this.simpleButtonNoVariationChart;
     this.layoutControlItem6.Location    = new System.Drawing.Point(551, 178);
     this.layoutControlItem6.Name        = "layoutControlItem6";
     this.layoutControlItem6.Size        = new System.Drawing.Size(79, 26);
     this.layoutControlItem6.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem6.TextVisible = false;
     //
     // layoutControlItem7
     //
     this.layoutControlItem7.Control     = this.simpleButtonClear;
     this.layoutControlItem7.Location    = new System.Drawing.Point(551, 204);
     this.layoutControlItem7.Name        = "layoutControlItem7";
     this.layoutControlItem7.Size        = new System.Drawing.Size(79, 26);
     this.layoutControlItem7.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem7.TextVisible = false;
     //
     // emptySpaceItem3
     //
     this.emptySpaceItem3.AllowHotTrack = false;
     this.emptySpaceItem3.Location      = new System.Drawing.Point(551, 230);
     this.emptySpaceItem3.Name          = "emptySpaceItem3";
     this.emptySpaceItem3.Size          = new System.Drawing.Size(79, 169);
     this.emptySpaceItem3.TextSize      = new System.Drawing.Size(0, 0);
     //
     // emptySpaceItem2
     //
     this.emptySpaceItem2.AllowHotTrack = false;
     this.emptySpaceItem2.Location      = new System.Drawing.Point(551, 123);
     this.emptySpaceItem2.Name          = "emptySpaceItem2";
     this.emptySpaceItem2.Size          = new System.Drawing.Size(79, 55);
     this.emptySpaceItem2.TextSize      = new System.Drawing.Size(0, 0);
     //
     // XUC_KO_GenericChart
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.layoutControl1);
     this.Name = "XUC_KO_GenericChart";
     this.Size = new System.Drawing.Size(650, 419);
     ((System.ComponentModel.ISupportInitialize)(this.groupControlChart)).EndInit();
     this.groupControlChart.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).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.ConstantLine             constantLine1             = new DevExpress.XtraCharts.ConstantLine();
            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.SeriesPoint              seriesPoint1              = new DevExpress.XtraCharts.SeriesPoint("A", new object[] {
                ((object)(2))
            });
            DevExpress.XtraCharts.SeriesPoint seriesPoint2 = new DevExpress.XtraCharts.SeriesPoint("B", new object[] {
                ((object)(15))
            });
            DevExpress.XtraCharts.SeriesPoint seriesPoint3 = new DevExpress.XtraCharts.SeriesPoint("C", new object[] {
                ((object)(8))
            });
            DevExpress.XtraCharts.SeriesPoint seriesPoint4 = new DevExpress.XtraCharts.SeriesPoint("D", new object[] {
                ((object)(6))
            });
            DevExpress.XtraCharts.Series           series2           = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SeriesPoint      seriesPoint5      = new DevExpress.XtraCharts.SeriesPoint("A", new object[] {
                ((object)(700))
            });
            DevExpress.XtraCharts.SeriesPoint seriesPoint6 = new DevExpress.XtraCharts.SeriesPoint("B", new object[] {
                ((object)(400))
            });
            DevExpress.XtraCharts.SeriesPoint seriesPoint7 = new DevExpress.XtraCharts.SeriesPoint("C", new object[] {
                ((object)(600))
            });
            DevExpress.XtraCharts.SeriesPoint seriesPoint8 = new DevExpress.XtraCharts.SeriesPoint("D", new object[] {
                ((object)(200))
            });
            DevExpress.XtraCharts.SplineSeriesView         splineSeriesView1         = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel2 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
            this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).BeginInit();
            this.SuspendLayout();
            //
            // chartControl1
            //

            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            constantLine1.AxisValueSerializable         = "5.5";
            constantLine1.LegendText          = "Constant Line 1";
            constantLine1.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dash;
            constantLine1.Name = "Constant Line 1";
            xyDiagram1.AxisY.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
                constantLine1
            });
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            secondaryAxisY1.AxisID = 0;
            secondaryAxisY1.Name   = "Secondary AxisY 1";
            secondaryAxisY1.VisibleInPanesSerializable = "-1";
            xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
                secondaryAxisY1
            });
            this.chartControl1.Diagram  = xyDiagram1;
            this.chartControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.chartControl1.Location = new System.Drawing.Point(0, 0);
            this.chartControl1.Name     = "chartControl1";
            sideBySideBarSeriesLabel1.LineVisibility = DevExpress.Utils.DefaultBoolean.True;
            series1.Label = sideBySideBarSeriesLabel1;
            series1.Name  = "Series 1";
            series1.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
                seriesPoint1,
                seriesPoint2,
                seriesPoint3,
                seriesPoint4
            });
            pointSeriesLabel1.LineVisibility = DevExpress.Utils.DefaultBoolean.True;
            series2.Label = pointSeriesLabel1;
            series2.Name  = "Series 2";
            series2.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
                seriesPoint5,
                seriesPoint6,
                seriesPoint7,
                seriesPoint8
            });
            splineSeriesView1.AxisYName = "Secondary AxisY 1";
            series2.View = splineSeriesView1;
            this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
                series1,
                series2
            };
            sideBySideBarSeriesLabel2.LineVisibility = DevExpress.Utils.DefaultBoolean.True;
            this.chartControl1.SeriesTemplate.Label  = sideBySideBarSeriesLabel2;
            this.chartControl1.Size              = new System.Drawing.Size(527, 262);
            this.chartControl1.TabIndex          = 0;
            this.chartControl1.ObjectSelected   += new DevExpress.XtraCharts.HotTrackEventHandler(this.chartControl1_ObjectSelected);
            this.chartControl1.ObjectHotTracked += new DevExpress.XtraCharts.HotTrackEventHandler(this.chartControl1_ObjectHotTracked);
            //
            // Form1
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(527, 262);
            this.Controls.Add(this.chartControl1);
            this.Name = "Form1";
            this.Text = "Form1";
            ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
            this.ResumeLayout(false);
        }
Beispiel #13
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.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.PointSeriesView pointSeriesView1 = new DevExpress.XtraCharts.PointSeriesView();
            this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
            this.button1 = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.button3 = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.spinEdit1 = new DevExpress.XtraEditors.SpinEdit();
            this.spinEdit2 = new DevExpress.XtraEditors.SpinEdit();
            this.label2 = new System.Windows.Forms.Label();
            this.button4 = new System.Windows.Forms.Button();
            this.button5 = new System.Windows.Forms.Button();
            this.button6 = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.spinEdit1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.spinEdit2.Properties)).BeginInit();
            this.SuspendLayout();
            // 
            // chartControl1
            // 
            this.chartControl1.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.Interlaced = true;
            xyDiagram1.AxisX.Label.Font = new System.Drawing.Font("Tahoma", 14F);
            xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisX.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisX.Thickness = 2;
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            constantLine1.AxisValueSerializable = "0";
            constantLine1.LineStyle.Thickness = 3;
            constantLine1.Name = "";
            xyDiagram1.AxisY.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
            constantLine1});
            xyDiagram1.AxisY.Label.Font = new System.Drawing.Font("Tahoma", 14F);
            xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisY.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram1.EnableAxisXScrolling = true;
            xyDiagram1.EnableAxisXZooming = true;
            xyDiagram1.EnableAxisYScrolling = true;
            xyDiagram1.EnableAxisYZooming = true;
            this.chartControl1.Diagram = xyDiagram1;
            this.chartControl1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
            this.chartControl1.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.Bottom;
            this.chartControl1.Legend.EquallySpacedItems = false;
            this.chartControl1.Legend.Font = new System.Drawing.Font("Tahoma", 14F);
            this.chartControl1.Location = new System.Drawing.Point(11, 12);
            this.chartControl1.Name = "chartControl1";
            this.chartControl1.PaletteName = "Black and White";
            pointSeriesLabel1.LineVisible = true;
            series1.Label = pointSeriesLabel1;
            series1.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
            series1.LegendText = "Частота 50Гц, Ток демпфирования 100мА";
            series1.Name = "MainSerie";
            lineSeriesView1.LineMarkerOptions.Size = 2;
            series1.View = lineSeriesView1;
            this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1};
            pointSeriesLabel2.LineVisible = true;
            this.chartControl1.SeriesTemplate.Label = pointSeriesLabel2;
            pointSeriesView1.PointMarkerOptions.Size = 10;
            this.chartControl1.SeriesTemplate.View = pointSeriesView1;
            this.chartControl1.Size = new System.Drawing.Size(927, 409);
            this.chartControl1.TabIndex = 0;
            // 
            // button1
            // 
            this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.button1.Location = new System.Drawing.Point(12, 469);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(90, 39);
            this.button1.TabIndex = 1;
            this.button1.Text = "Печать";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // button2
            // 
            this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.button2.Location = new System.Drawing.Point(108, 469);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(124, 39);
            this.button2.TabIndex = 2;
            this.button2.Text = "Сохранить";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // button3
            // 
            this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.button3.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.button3.Location = new System.Drawing.Point(238, 469);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(131, 39);
            this.button3.TabIndex = 3;
            this.button3.Text = "Загрузить";
            this.button3.UseVisualStyleBackColor = true;
            this.button3.Click += new System.EventHandler(this.button3_Click);
            // 
            // label1
            // 
            this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label1.Location = new System.Drawing.Point(12, 424);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(114, 24);
            this.label1.TabIndex = 4;
            this.label1.Text = "Частота, Гц";
            // 
            // spinEdit1
            // 
            this.spinEdit1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.spinEdit1.EditValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.spinEdit1.Location = new System.Drawing.Point(132, 427);
            this.spinEdit1.Name = "spinEdit1";
            this.spinEdit1.Properties.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.spinEdit1.Properties.Appearance.Options.UseFont = true;
            this.spinEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.spinEdit1.Properties.Increment = new decimal(new int[] {
            1,
            0,
            0,
            65536});
            this.spinEdit1.Properties.MaxValue = new decimal(new int[] {
            50,
            0,
            0,
            0});
            this.spinEdit1.Size = new System.Drawing.Size(100, 30);
            this.spinEdit1.TabIndex = 5;
            this.spinEdit1.EditValueChanged += new System.EventHandler(this.spinEdit1_EditValueChanged);
            // 
            // spinEdit2
            // 
            this.spinEdit2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.spinEdit2.EditValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.spinEdit2.Location = new System.Drawing.Point(474, 427);
            this.spinEdit2.Name = "spinEdit2";
            this.spinEdit2.Properties.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.spinEdit2.Properties.Appearance.Options.UseFont = true;
            this.spinEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.spinEdit2.Properties.MaxValue = new decimal(new int[] {
            1000,
            0,
            0,
            0});
            this.spinEdit2.Size = new System.Drawing.Size(100, 30);
            this.spinEdit2.TabIndex = 7;
            this.spinEdit2.EditValueChanged += new System.EventHandler(this.spinEdit2_EditValueChanged);
            // 
            // label2
            // 
            this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label2.Location = new System.Drawing.Point(238, 424);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(230, 24);
            this.label2.TabIndex = 6;
            this.label2.Text = "Ток демпфирования, мА";
            // 
            // button4
            // 
            this.button4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.button4.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.button4.Location = new System.Drawing.Point(375, 469);
            this.button4.Name = "button4";
            this.button4.Size = new System.Drawing.Size(199, 39);
            this.button4.TabIndex = 8;
            this.button4.Text = "Показать ординаты";
            this.button4.UseVisualStyleBackColor = true;
            this.button4.Click += new System.EventHandler(this.button4_Click);
            // 
            // button5
            // 
            this.button5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.button5.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.button5.Location = new System.Drawing.Point(734, 469);
            this.button5.Name = "button5";
            this.button5.Size = new System.Drawing.Size(205, 39);
            this.button5.TabIndex = 9;
            this.button5.Text = "Следующая запись";
            this.button5.UseVisualStyleBackColor = true;
            this.button5.Click += new System.EventHandler(this.button5_Click);
            // 
            // button6
            // 
            this.button6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.button6.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.button6.Location = new System.Drawing.Point(580, 469);
            this.button6.Name = "button6";
            this.button6.Size = new System.Drawing.Size(148, 39);
            this.button6.TabIndex = 10;
            this.button6.Text = "Больше точек";
            this.button6.UseVisualStyleBackColor = true;
            this.button6.Click += new System.EventHandler(this.button6_Click);
            // 
            // VisualisationForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(951, 520);
            this.Controls.Add(this.button6);
            this.Controls.Add(this.button5);
            this.Controls.Add(this.button4);
            this.Controls.Add(this.spinEdit2);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.spinEdit1);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.button3);
            this.Controls.Add(this.button2);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.chartControl1);
            this.Name = "VisualisationForm";
            this.Text = "Визуализация";
            ((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)(this.chartControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.spinEdit1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.spinEdit2.Properties)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
 /// <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.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(2001, 1, 1, 0, 0, 0, 0), new object[] {
         ((object)(4D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint2 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2001, 2, 1, 0, 0, 0, 0), new object[] {
         ((object)(8D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint3 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2001, 3, 1, 0, 0, 0, 0), new object[] {
         ((object)(2D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint4 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2001, 4, 1, 0, 0, 0, 0), new object[] {
         ((object)(16D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint5 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2001, 5, 1, 0, 0, 0, 0), new object[] {
         ((object)(5D))
     });
     DevExpress.XtraCharts.SplineSeriesView         splineSeriesView1         = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
     this.SuspendLayout();
     //
     // chartControl1
     //
     constantLine1.AxisValueSerializable = "02/01/2001 00:00:00.000";
     constantLine1.Name = "ConstantLine1";
     xyDiagram1.AxisX.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
         constantLine1
     });
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     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.ArgumentScaleType            = DevExpress.XtraCharts.ScaleType.DateTime;
     pointSeriesLabel1.LineVisibility     = DevExpress.Utils.DefaultBoolean.True;
     series1.Label            = pointSeriesLabel1;
     series1.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
     series1.Name             = "Series 1";
     series1.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint1,
         seriesPoint2,
         seriesPoint3,
         seriesPoint4,
         seriesPoint5
     });
     series1.View = splineSeriesView1;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     sideBySideBarSeriesLabel1.LineVisibility = DevExpress.Utils.DefaultBoolean.True;
     this.chartControl1.SeriesTemplate.Label  = sideBySideBarSeriesLabel1;
     this.chartControl1.Size       = new System.Drawing.Size(486, 347);
     this.chartControl1.TabIndex   = 0;
     this.chartControl1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.chartControl1_MouseDown);
     this.chartControl1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chartControl1_MouseMove);
     this.chartControl1.MouseUp   += new System.Windows.Forms.MouseEventHandler(this.chartControl1_MouseUp);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(486, 347);
     this.Controls.Add(this.chartControl1);
     this.Name  = "Form1";
     this.Text  = "Form1";
     this.Load += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #15
0
 private void chartControl1_MouseUp(object sender, MouseEventArgs e)
 {
     var chart = sender as DevExpress.XtraCharts.ChartControl;
     if (e.Button == System.Windows.Forms.MouseButtons.Left && this.targetLine != null)
     {
         var info = (chart.Diagram as DevExpress.XtraCharts.SwiftPlotDiagram).PointToDiagram(e.Location);
         if (targetLine.Name == "X" && !info.IsEmpty && targetLine.AxisValue.ToString() != this.currentElement.SeriesPoint.Argument)
         {
             targetLine.AxisValue = this.currentElement.SeriesPoint.Argument;
             targetLine.Title.Text = targetLine.AxisValue.ToString();
             RefreshXStrip();
         }
         else if(targetLine.Name=="Y"&&!info.IsEmpty&&Convert.ToDouble(targetLine.AxisValue) != info.NumericalValue)
         {
             targetLine.AxisValue = info.NumericalValue;
             targetLine.Title.Text = targetLine.AxisValue.ToString();
             RefreshYStrip();
         }
     }
     this.targetLine = null;
 }
Beispiel #16
0
 protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs e)
 {
     base.OnMouseUp(e);
     if (!DesignMode)
     {
         if (this.targetLine != null)
         {
             var info = (this.Diagram as DevExpress.XtraCharts.XYDiagram2D).PointToDiagram(e.Location);
             if (targetLine.Name == "Y" && !info.IsEmpty)
             {
                 targetLine.AxisValue = info.NumericalValue;
                 targetLine.Title.Text = String.Format("{0:N3}", targetLine.AxisValue);
             }
             else if (targetLine.Name == "X" && !info.IsEmpty)
             {
                 object argument;
                 if (info.ArgumentScaleType == DevExpress.XtraCharts.ScaleType.Qualitative)
                     argument = info.QualitativeArgument;
                 else
                     argument = info.NumericalArgument;
                 targetLine.AxisValue = argument;
                 targetLine.Title.Text = String.Format("{0:N3}", targetLine.AxisValue);
             }
         }
         else if (this.targetAxis != null)
         {
             var info = this.CalcHitInfo(e.Location);
             if (info.Axis != null && (this.Diagram as DevExpress.XtraCharts.XYDiagram2D).GetAllAxesY().Contains(info.Axis))
             {
                 DevExpress.XtraCharts.XYDiagramSeriesViewBase sv;
                 DevExpress.XtraCharts.SwiftPlotSeriesViewBase spv;
                 foreach (DevExpress.XtraCharts.Series s in this.Series)
                 {
                     if ((sv = s.View as DevExpress.XtraCharts.XYDiagramSeriesViewBase) != null && sv.AxisY == targetAxis &&(info.Axis as DevExpress.XtraCharts.AxisY).GetVisibilityInPane(sv.Pane))
                         sv.AxisY = info.Axis as DevExpress.XtraCharts.AxisY;
                     else if ((spv = s.View as DevExpress.XtraCharts.SwiftPlotSeriesViewBase) != null && spv.AxisY == targetAxis && (info.Axis as DevExpress.XtraCharts.SwiftPlotDiagramAxisYBase).GetVisibilityInPane(spv.Pane))
                         spv.AxisY = info.Axis as DevExpress.XtraCharts.SwiftPlotDiagramAxisYBase;
                 }
             }
             else if (e.Location.X > this.Width / 2)
                 this.targetAxis.Alignment = DevExpress.XtraCharts.AxisAlignment.Far;
             else
                 this.targetAxis.Alignment = DevExpress.XtraCharts.AxisAlignment.Near;
         }
         this.targetLine = null;
         this.targetAxis = null;
     }
 }
Beispiel #17
0
 private void chartControl1_MouseDown(object sender, MouseEventArgs e)
 {
     var chart = sender as DevExpress.XtraCharts.ChartControl;
     if (chart.Series[0].Points.Count > 0)
     {
         var info = chart.CalcHitInfo(e.Location);
         if (info.Diagram != null)
         {
             string x = this.currentElement.SeriesPoint.Argument;
             var left = (chart.Diagram as DevExpress.XtraCharts.SwiftPlotDiagram).AxisX.ConstantLines[0];
             var right = (chart.Diagram as DevExpress.XtraCharts.SwiftPlotDiagram).AxisX.ConstantLines[1];
             if (e.Button == System.Windows.Forms.MouseButtons.Left)
             {
                 if(info.InConstantLine&&info.ConstantLine.Title.Visible)
                 {
                     this.targetLine = info.ConstantLine;
                 }
                 else if (!left.Visible && !right.Visible)
                 {
                     left.AxisValue = x;
                     left.Title.Text = left.AxisValue.ToString();
                     this.targetLine = left;
                     left.Visible = true;
                 }
                 else if (!right.Visible||!left.Visible)
                 {
                     var temp = right.Visible ? left : right;
                     temp.AxisValue = x;
                     temp.Title.Text = temp.AxisValue.ToString();
                     this.targetLine = temp;
                     temp.Visible = true;
                     RefreshXStrip();
                 }
             }
             else if (e.Button == System.Windows.Forms.MouseButtons.Right)
             {
                 if(info.InConstantLine&&info.ConstantLine.Visible&&info.ConstantLine.Title.Visible)
                 {
                     ConfigPopMenu(ChartBoundRightClickPopupMenu, x, this.currentElement.SeriesPoint.Values[0], info.ConstantLine, info.ConstantLine.Name+"轴边界");
                     this.ChartBoundRightClickPopupMenu.ShowPopup(MousePosition);
                 }
                 else
                 {
                     this.barStaticItem1.Caption = String.Format("X:{0:0.00} Y:{1:0.0000}", x, this.currentElement.SeriesPoint.Values[0]);
                     this.barButtonItem2.Description = x;
                     this.chartPointRightClickPopupMenu.ShowPopup(MousePosition);
                 }
             }
         }
         else
         {
             var yInfo = (chart.Diagram as DevExpress.XtraCharts.SwiftPlotDiagram).PointToDiagram(new Point(chart.Width/2, e.Y));
             if(yInfo.AxisY!=null)
             {
                 double y = yInfo.NumericalValue;
                 var down = (chart.Diagram as DevExpress.XtraCharts.SwiftPlotDiagram).AxisY.ConstantLines[3];
                 var up = (chart.Diagram as DevExpress.XtraCharts.SwiftPlotDiagram).AxisY.ConstantLines[4];
                 if (e.Button == System.Windows.Forms.MouseButtons.Left)
                 {
                     if (!down.Visible && !up.Visible)
                     {
                         down.AxisValue = y;
                         down.Title.Text = down.AxisValue.ToString();
                         this.targetLine = down;
                         down.Visible = true;
                     }
                     else if (!up.Visible || !down.Visible)
                     {
                         var temp = up.Visible ? down : up;
                         temp.AxisValue = y;
                         temp.Title.Text = temp.AxisValue.ToString();
                         this.targetLine = temp;
                         temp.Visible = true;
                         RefreshYStrip();
                     }
                 }
             }
         }
     }
 }
 /// <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.Series         series1         = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView();
     this.chartControl1           = new DevExpress.XtraCharts.ChartControl();
     this.groupControlBSChart     = new DevExpress.XtraEditors.GroupControl();
     this.layoutControl1          = new DevExpress.XtraLayout.LayoutControl();
     this.simpleButtonClearCharrt = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButtonPlotMinBS   = new DevExpress.XtraEditors.SimpleButton();
     this.textBoxStepSize         = new System.Windows.Forms.TextBox();
     this.textBoxYLowerLimit      = new System.Windows.Forms.TextBox();
     this.textBoxYUpperLimit      = new System.Windows.Forms.TextBox();
     this.textBoxXLowerLimit      = new System.Windows.Forms.TextBox();
     this.textBoxXUpperLimit      = new System.Windows.Forms.TextBox();
     this.layoutControlGroup1     = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1      = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem1         = new DevExpress.XtraLayout.EmptySpaceItem();
     this.emptySpaceItem3         = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem2      = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem3      = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem2         = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem4      = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem5      = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem5         = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem6      = new DevExpress.XtraLayout.LayoutControlItem();
     this.simpleLabelItem1        = new DevExpress.XtraLayout.SimpleLabelItem();
     this.emptySpaceItem6         = new DevExpress.XtraLayout.EmptySpaceItem();
     this.emptySpaceItem4         = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem7      = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem7         = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem8      = new DevExpress.XtraLayout.LayoutControlItem();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlBSChart)).BeginInit();
     this.groupControlBSChart.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
     this.SuspendLayout();
     //
     // chartControl1
     //
     this.chartControl1.BorderOptions.Color       = System.Drawing.Color.FromArgb(((int)(((byte)(95)))), ((int)(((byte)(73)))), ((int)(((byte)(122)))));
     this.chartControl1.BorderOptions.Thickness   = 3;
     this.chartControl1.CrosshairOptions.SnapMode = DevExpress.XtraCharts.CrosshairSnapMode.NearestValue;
     this.chartControl1.Cursor           = System.Windows.Forms.Cursors.Cross;
     this.chartControl1.DataBindings     = null;
     constantLine1.AxisValueSerializable = "0";
     constantLine1.Name          = "Constant Line 1";
     constantLine1.ShowInLegend  = false;
     constantLine1.Title.Visible = false;
     xyDiagram1.AxisX.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
         constantLine1
     });
     xyDiagram1.AxisX.GridLines.MinorVisible           = true;
     xyDiagram1.AxisX.GridLines.Visible                = true;
     xyDiagram1.AxisX.Interlaced                       = true;
     xyDiagram1.AxisX.NumericScaleOptions.AutoGrid     = false;
     xyDiagram1.AxisX.NumericScaleOptions.GridSpacing  = 5D;
     xyDiagram1.AxisX.Tickmarks.CrossAxis              = true;
     xyDiagram1.AxisX.Title.Font                       = new System.Drawing.Font("Tahoma", 9F);
     xyDiagram1.AxisX.Title.MaxLineCount               = 1;
     xyDiagram1.AxisX.Title.Text                       = "Wheel Deflection (mm)";
     xyDiagram1.AxisX.Title.Visibility                 = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisX.VisibleInPanesSerializable       = "-1";
     xyDiagram1.AxisX.VisualRange.Auto                 = false;
     xyDiagram1.AxisX.VisualRange.AutoSideMargins      = false;
     xyDiagram1.AxisX.VisualRange.MaxValueSerializable = "25";
     xyDiagram1.AxisX.VisualRange.MinValueSerializable = "-25";
     xyDiagram1.AxisX.VisualRange.SideMarginsValue     = 0D;
     xyDiagram1.AxisX.WholeRange.Auto                  = false;
     xyDiagram1.AxisX.WholeRange.AutoSideMargins       = false;
     xyDiagram1.AxisX.WholeRange.MaxValueSerializable  = "25";
     xyDiagram1.AxisX.WholeRange.MinValueSerializable  = "-25";
     xyDiagram1.AxisX.WholeRange.SideMarginsValue      = 0D;
     constantLine2.AxisValueSerializable               = "0";
     constantLine2.Name          = "Constant Line 1";
     constantLine2.ShowInLegend  = false;
     constantLine2.Title.Visible = false;
     xyDiagram1.AxisY.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
         constantLine2
     });
     xyDiagram1.AxisY.GridLines.MinorVisible          = true;
     xyDiagram1.AxisY.NumericScaleOptions.AutoGrid    = false;
     xyDiagram1.AxisY.NumericScaleOptions.GridSpacing = 0.5D;
     xyDiagram1.AxisY.Tickmarks.CrossAxis             = true;
     xyDiagram1.AxisY.Title.Font                       = new System.Drawing.Font("Tahoma", 9F);
     xyDiagram1.AxisY.Title.Text                       = "Toe Variation (deg)";
     xyDiagram1.AxisY.Title.Visibility                 = DevExpress.Utils.DefaultBoolean.Default;
     xyDiagram1.AxisY.VisibleInPanesSerializable       = "-1";
     xyDiagram1.AxisY.VisualRange.Auto                 = false;
     xyDiagram1.AxisY.VisualRange.AutoSideMargins      = false;
     xyDiagram1.AxisY.VisualRange.MaxValueSerializable = "5";
     xyDiagram1.AxisY.VisualRange.MinValueSerializable = "-5";
     xyDiagram1.AxisY.VisualRange.SideMarginsValue     = 0D;
     xyDiagram1.AxisY.WholeRange.Auto                  = false;
     xyDiagram1.AxisY.WholeRange.AutoSideMargins       = false;
     xyDiagram1.AxisY.WholeRange.MaxValueSerializable  = "5";
     xyDiagram1.AxisY.WholeRange.MinValueSerializable  = "-5";
     xyDiagram1.AxisY.WholeRange.SideMarginsValue      = 0D;
     xyDiagram1.EnableAxisXScrolling                   = true;
     xyDiagram1.EnableAxisXZooming                     = true;
     xyDiagram1.EnableAxisYScrolling                   = true;
     xyDiagram1.EnableAxisYZooming                     = true;
     this.chartControl1.Diagram = xyDiagram1;
     this.chartControl1.Dock    = System.Windows.Forms.DockStyle.Fill;
     this.chartControl1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right;
     this.chartControl1.Legend.MarkerSize          = new System.Drawing.Size(8, 14);
     this.chartControl1.Legend.Name       = "Default Legend";
     this.chartControl1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.True;
     this.chartControl1.Location          = new System.Drawing.Point(2, 20);
     this.chartControl1.Name          = "chartControl1";
     this.chartControl1.PaletteName   = "Aspect";
     series1.CrosshairEnabled         = DevExpress.Utils.DefaultBoolean.True;
     series1.CrosshairHighlightPoints = DevExpress.Utils.DefaultBoolean.True;
     series1.CrosshairLabelPattern    = "{A}{V:#,#}";
     series1.CrosshairLabelVisibility = DevExpress.Utils.DefaultBoolean.True;
     series1.Name          = "Custom BS Curve";
     lineSeriesView1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(146)))), ((int)(((byte)(60)))));
     lineSeriesView1.LineMarkerOptions.Size = 5;
     lineSeriesView1.MarkerVisibility       = DevExpress.Utils.DefaultBoolean.True;
     series1.View = lineSeriesView1;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chartControl1.SeriesTemplate.LegendName = "Default Legend";
     this.chartControl1.Size        = new System.Drawing.Size(550, 412);
     this.chartControl1.TabIndex    = 0;
     this.chartControl1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.chartControl1_MouseClick);
     //
     // groupControlBSChart
     //
     this.groupControlBSChart.AppearanceCaption.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.groupControlBSChart.AppearanceCaption.Options.UseFont        = true;
     this.groupControlBSChart.AppearanceCaption.Options.UseTextOptions = true;
     this.groupControlBSChart.AppearanceCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.groupControlBSChart.Controls.Add(this.chartControl1);
     this.groupControlBSChart.Location = new System.Drawing.Point(12, 22);
     this.groupControlBSChart.Name     = "groupControlBSChart";
     this.groupControlBSChart.Size     = new System.Drawing.Size(554, 434);
     this.groupControlBSChart.TabIndex = 1;
     this.groupControlBSChart.Text     = "Bump Steer Chart";
     this.groupControlBSChart.Paint   += new System.Windows.Forms.PaintEventHandler(this.groupControlBSChart_Paint);
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.simpleButtonClearCharrt);
     this.layoutControl1.Controls.Add(this.simpleButtonPlotMinBS);
     this.layoutControl1.Controls.Add(this.textBoxStepSize);
     this.layoutControl1.Controls.Add(this.textBoxYLowerLimit);
     this.layoutControl1.Controls.Add(this.textBoxYUpperLimit);
     this.layoutControl1.Controls.Add(this.textBoxXLowerLimit);
     this.layoutControl1.Controls.Add(this.textBoxXUpperLimit);
     this.layoutControl1.Controls.Add(this.groupControlBSChart);
     this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem6
     });
     this.layoutControl1.Location = new System.Drawing.Point(0, 0);
     this.layoutControl1.Name     = "layoutControl1";
     this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(591, 317, 450, 400);
     this.layoutControl1.Root     = this.layoutControlGroup1;
     this.layoutControl1.Size     = new System.Drawing.Size(668, 468);
     this.layoutControl1.TabIndex = 2;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // simpleButtonClearCharrt
     //
     this.simpleButtonClearCharrt.Location        = new System.Drawing.Point(570, 283);
     this.simpleButtonClearCharrt.Name            = "simpleButtonClearCharrt";
     this.simpleButtonClearCharrt.Size            = new System.Drawing.Size(86, 22);
     this.simpleButtonClearCharrt.StyleController = this.layoutControl1;
     this.simpleButtonClearCharrt.TabIndex        = 6;
     this.simpleButtonClearCharrt.Text            = "Clear Chart";
     this.simpleButtonClearCharrt.Click          += new System.EventHandler(this.simpleButtonClearCharrt_Click);
     //
     // simpleButtonPlotMinBS
     //
     this.simpleButtonPlotMinBS.Location        = new System.Drawing.Point(570, 247);
     this.simpleButtonPlotMinBS.Name            = "simpleButtonPlotMinBS";
     this.simpleButtonPlotMinBS.Size            = new System.Drawing.Size(86, 22);
     this.simpleButtonPlotMinBS.StyleController = this.layoutControl1;
     this.simpleButtonPlotMinBS.TabIndex        = 5;
     this.simpleButtonPlotMinBS.Text            = "Min. BumpSteer";
     this.simpleButtonPlotMinBS.Click          += new System.EventHandler(this.simpleButtonMinBumpSteerChart_Click);
     //
     // textBoxStepSize
     //
     this.textBoxStepSize.Location = new System.Drawing.Point(609, 50);
     this.textBoxStepSize.Name     = "textBoxStepSize";
     this.textBoxStepSize.Size     = new System.Drawing.Size(36, 20);
     this.textBoxStepSize.TabIndex = 0;
     this.textBoxStepSize.Text     = "5";
     this.textBoxStepSize.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBoxStepSize_KeyDown);
     this.textBoxStepSize.Leave   += new System.EventHandler(this.textBoxStepSize_Leave);
     //
     // textBoxYLowerLimit
     //
     this.textBoxYLowerLimit.Location = new System.Drawing.Point(618, 197);
     this.textBoxYLowerLimit.Name     = "textBoxYLowerLimit";
     this.textBoxYLowerLimit.Size     = new System.Drawing.Size(38, 20);
     this.textBoxYLowerLimit.TabIndex = 4;
     this.textBoxYLowerLimit.Text     = "-6";
     this.textBoxYLowerLimit.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBoxYLowerLimit_KeyDown);
     this.textBoxYLowerLimit.Leave   += new System.EventHandler(this.textBoxYLowerLimit_Leave);
     //
     // textBoxYUpperLimit
     //
     this.textBoxYUpperLimit.Location = new System.Drawing.Point(618, 173);
     this.textBoxYUpperLimit.Name     = "textBoxYUpperLimit";
     this.textBoxYUpperLimit.Size     = new System.Drawing.Size(38, 20);
     this.textBoxYUpperLimit.TabIndex = 3;
     this.textBoxYUpperLimit.Text     = "6";
     this.textBoxYUpperLimit.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBoxYUpperLimit_KeyDown);
     this.textBoxYUpperLimit.Leave   += new System.EventHandler(this.textBoxYUpperLimit_Leave);
     //
     // textBoxXLowerLimit
     //
     this.textBoxXLowerLimit.Location = new System.Drawing.Point(618, 124);
     this.textBoxXLowerLimit.Name     = "textBoxXLowerLimit";
     this.textBoxXLowerLimit.Size     = new System.Drawing.Size(38, 20);
     this.textBoxXLowerLimit.TabIndex = 2;
     this.textBoxXLowerLimit.Text     = "-25";
     this.textBoxXLowerLimit.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBoxXLowerLimit_KeyDown);
     this.textBoxXLowerLimit.Leave   += new System.EventHandler(this.textBoxXLowerLimit_Leave);
     //
     // textBoxXUpperLimit
     //
     this.textBoxXUpperLimit.Location = new System.Drawing.Point(618, 100);
     this.textBoxXUpperLimit.Name     = "textBoxXUpperLimit";
     this.textBoxXUpperLimit.Size     = new System.Drawing.Size(38, 20);
     this.textBoxXUpperLimit.TabIndex = 1;
     this.textBoxXUpperLimit.Text     = "25";
     this.textBoxXUpperLimit.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBoxXUpperLimit_KeyDown);
     this.textBoxXUpperLimit.Leave   += new System.EventHandler(this.textBoxXUpperLimit_Leave);
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem1,
         this.emptySpaceItem1,
         this.emptySpaceItem3,
         this.layoutControlItem2,
         this.layoutControlItem3,
         this.emptySpaceItem2,
         this.layoutControlItem4,
         this.layoutControlItem5,
         this.emptySpaceItem5,
         this.simpleLabelItem1,
         this.emptySpaceItem6,
         this.emptySpaceItem4,
         this.layoutControlItem7,
         this.emptySpaceItem7,
         this.layoutControlItem8
     });
     this.layoutControlGroup1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name        = "Root";
     this.layoutControlGroup1.Size        = new System.Drawing.Size(668, 468);
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control     = this.groupControlBSChart;
     this.layoutControlItem1.Location    = new System.Drawing.Point(0, 10);
     this.layoutControlItem1.Name        = "layoutControlItem1";
     this.layoutControlItem1.Size        = new System.Drawing.Size(558, 438);
     this.layoutControlItem1.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextVisible = false;
     //
     // emptySpaceItem1
     //
     this.emptySpaceItem1.AllowHotTrack = false;
     this.emptySpaceItem1.Location      = new System.Drawing.Point(558, 17);
     this.emptySpaceItem1.Name          = "emptySpaceItem1";
     this.emptySpaceItem1.Size          = new System.Drawing.Size(90, 21);
     this.emptySpaceItem1.TextSize      = new System.Drawing.Size(0, 0);
     //
     // emptySpaceItem3
     //
     this.emptySpaceItem3.AllowHotTrack = false;
     this.emptySpaceItem3.Location      = new System.Drawing.Point(558, 136);
     this.emptySpaceItem3.Name          = "emptySpaceItem3";
     this.emptySpaceItem3.Size          = new System.Drawing.Size(90, 25);
     this.emptySpaceItem3.TextSize      = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control  = this.textBoxXUpperLimit;
     this.layoutControlItem2.Location = new System.Drawing.Point(558, 88);
     this.layoutControlItem2.Name     = "layoutControlItem2";
     this.layoutControlItem2.Size     = new System.Drawing.Size(90, 24);
     this.layoutControlItem2.Text     = "X : Upper";
     this.layoutControlItem2.TextSize = new System.Drawing.Size(45, 13);
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control  = this.textBoxXLowerLimit;
     this.layoutControlItem3.Location = new System.Drawing.Point(558, 112);
     this.layoutControlItem3.Name     = "layoutControlItem3";
     this.layoutControlItem3.Size     = new System.Drawing.Size(90, 24);
     this.layoutControlItem3.Text     = "X : Lower";
     this.layoutControlItem3.TextSize = new System.Drawing.Size(45, 13);
     //
     // emptySpaceItem2
     //
     this.emptySpaceItem2.AllowHotTrack = false;
     this.emptySpaceItem2.Location      = new System.Drawing.Point(558, 209);
     this.emptySpaceItem2.Name          = "emptySpaceItem2";
     this.emptySpaceItem2.Size          = new System.Drawing.Size(90, 26);
     this.emptySpaceItem2.TextSize      = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control  = this.textBoxYUpperLimit;
     this.layoutControlItem4.Location = new System.Drawing.Point(558, 161);
     this.layoutControlItem4.Name     = "layoutControlItem4";
     this.layoutControlItem4.Size     = new System.Drawing.Size(90, 24);
     this.layoutControlItem4.Text     = "Y : Upper";
     this.layoutControlItem4.TextSize = new System.Drawing.Size(45, 13);
     //
     // layoutControlItem5
     //
     this.layoutControlItem5.Control  = this.textBoxYLowerLimit;
     this.layoutControlItem5.Location = new System.Drawing.Point(558, 185);
     this.layoutControlItem5.Name     = "layoutControlItem5";
     this.layoutControlItem5.Size     = new System.Drawing.Size(90, 24);
     this.layoutControlItem5.Text     = "Y : Lower";
     this.layoutControlItem5.TextSize = new System.Drawing.Size(45, 13);
     //
     // emptySpaceItem5
     //
     this.emptySpaceItem5.AllowHotTrack = false;
     this.emptySpaceItem5.Location      = new System.Drawing.Point(558, 38);
     this.emptySpaceItem5.Name          = "emptySpaceItem5";
     this.emptySpaceItem5.Size          = new System.Drawing.Size(90, 50);
     this.emptySpaceItem5.TextSize      = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem6
     //
     this.layoutControlItem6.Control  = this.textBoxStepSize;
     this.layoutControlItem6.Location = new System.Drawing.Point(549, 38);
     this.layoutControlItem6.Name     = "layoutControlItem6";
     this.layoutControlItem6.Size     = new System.Drawing.Size(88, 24);
     this.layoutControlItem6.Text     = "Step Size";
     this.layoutControlItem6.TextSize = new System.Drawing.Size(45, 13);
     //
     // simpleLabelItem1
     //
     this.simpleLabelItem1.AllowHotTrack = false;
     this.simpleLabelItem1.AppearanceItemCaption.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.simpleLabelItem1.AppearanceItemCaption.Options.UseFont        = true;
     this.simpleLabelItem1.AppearanceItemCaption.Options.UseTextOptions = true;
     this.simpleLabelItem1.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.simpleLabelItem1.AppearanceItemCaption.TextOptions.Trimming   = DevExpress.Utils.Trimming.Word;
     this.simpleLabelItem1.AppearanceItemCaption.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.simpleLabelItem1.Location = new System.Drawing.Point(558, 0);
     this.simpleLabelItem1.Name     = "simpleLabelItem1";
     this.simpleLabelItem1.Size     = new System.Drawing.Size(90, 17);
     this.simpleLabelItem1.Text     = "Chart";
     this.simpleLabelItem1.TextSize = new System.Drawing.Size(45, 13);
     //
     // emptySpaceItem6
     //
     this.emptySpaceItem6.AllowHotTrack = false;
     this.emptySpaceItem6.Location      = new System.Drawing.Point(0, 0);
     this.emptySpaceItem6.Name          = "emptySpaceItem6";
     this.emptySpaceItem6.Size          = new System.Drawing.Size(558, 10);
     this.emptySpaceItem6.TextSize      = new System.Drawing.Size(0, 0);
     //
     // emptySpaceItem4
     //
     this.emptySpaceItem4.AllowHotTrack = false;
     this.emptySpaceItem4.Location      = new System.Drawing.Point(558, 261);
     this.emptySpaceItem4.Name          = "emptySpaceItem4";
     this.emptySpaceItem4.Size          = new System.Drawing.Size(90, 10);
     this.emptySpaceItem4.TextSize      = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem7
     //
     this.layoutControlItem7.Control     = this.simpleButtonPlotMinBS;
     this.layoutControlItem7.Location    = new System.Drawing.Point(558, 235);
     this.layoutControlItem7.Name        = "layoutControlItem7";
     this.layoutControlItem7.Size        = new System.Drawing.Size(90, 26);
     this.layoutControlItem7.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem7.TextVisible = false;
     //
     // emptySpaceItem7
     //
     this.emptySpaceItem7.AllowHotTrack = false;
     this.emptySpaceItem7.Location      = new System.Drawing.Point(558, 297);
     this.emptySpaceItem7.Name          = "emptySpaceItem7";
     this.emptySpaceItem7.Size          = new System.Drawing.Size(90, 151);
     this.emptySpaceItem7.TextSize      = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem8
     //
     this.layoutControlItem8.Control     = this.simpleButtonClearCharrt;
     this.layoutControlItem8.Location    = new System.Drawing.Point(558, 271);
     this.layoutControlItem8.Name        = "layoutControlItem8";
     this.layoutControlItem8.Size        = new System.Drawing.Size(90, 26);
     this.layoutControlItem8.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem8.TextVisible = false;
     //
     // BumpSteerCurve
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.layoutControl1);
     this.Cursor = System.Windows.Forms.Cursors.Default;
     this.Name   = "BumpSteerCurve";
     this.Size   = new System.Drawing.Size(668, 468);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlBSChart)).EndInit();
     this.groupControlBSChart.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #19
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);
 }
		/// <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);

		}
 /// <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.ConstantLine             constantLine1    = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.ConstantLine             constantLine2    = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.Series                   series1          = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesView          pointSeriesView1 = new DevExpress.XtraCharts.PointSeriesView();
     System.ComponentModel.ComponentResourceManager resources        = new System.ComponentModel.ComponentResourceManager(typeof(CorelationChartForm));
     this.chartControl1                       = new DevExpress.XtraCharts.ChartControl();
     this.bloodPressureTableAdapter           = new AnotherForm.BloodPressureDBDataSetTableAdapters.BloodPressureTableAdapter();
     this.bloodPressureBindingSource1         = new System.Windows.Forms.BindingSource(this.components);
     this.bloodPressureDBDataSet1             = new AnotherForm.BloodPressureDBDataSet();
     this.bloodPressureDBDataSet              = new AnotherForm.BloodPressureDBDataSet();
     this.bloodPressureDBDataSetBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.bloodPressureBindingSource          = new System.Windows.Forms.BindingSource(this.components);
     this.bloodPressureTableAdapter1          = new AnotherForm.BloodPressureDBDataSetTableAdapters.BloodPressureTableAdapter();
     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.barManager1          = new DevExpress.XtraBars.BarManager(this.components);
     this.barDockControlTop    = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft   = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight  = new DevExpress.XtraBars.BarDockControl();
     this.printDocument1       = new System.Drawing.Printing.PrintDocument();
     this.printPreviewDialog1  = new System.Windows.Forms.PrintPreviewDialog();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bloodPressureBindingSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bloodPressureDBDataSet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bloodPressureDBDataSet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bloodPressureDBDataSetBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bloodPressureBindingSource)).BeginInit();
     this.tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     this.SuspendLayout();
     //
     // chartControl1
     //
     this.chartControl1.DataAdapter      = this.bloodPressureTableAdapter;
     this.chartControl1.DataSource       = this.bloodPressureBindingSource1;
     constantLine1.AxisValueSerializable = "140";
     constantLine1.Name          = "Constant Line 1";
     constantLine1.Title.Visible = false;
     xyDiagram1.AxisX.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
         constantLine1
     });
     xyDiagram1.AxisX.GridLines.Visible                = true;
     xyDiagram1.AxisX.VisibleInPanesSerializable       = "-1";
     xyDiagram1.AxisX.VisualRange.Auto                 = false;
     xyDiagram1.AxisX.VisualRange.MaxValueSerializable = "9";
     xyDiagram1.AxisX.VisualRange.MinValueSerializable = "0";
     constantLine2.AxisValueSerializable               = "90";
     constantLine2.Name          = "Constant Line 2";
     constantLine2.Title.Visible = false;
     xyDiagram1.AxisY.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
         constantLine2
     });
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     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.ArgumentDataMember = "systolic";
     series1.LegendName         = "Default Legend";
     series1.Name = "Series 1";
     series1.ValueDataMembersSerializable = "diastolic";
     series1.View = pointSeriesView1;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chartControl1.SeriesTemplate.ArgumentDataMember           = "systolic";
     this.chartControl1.SeriesTemplate.ValueDataMembersSerializable = "diastolic";
     this.chartControl1.Size     = new System.Drawing.Size(699, 468);
     this.chartControl1.TabIndex = 0;
     //
     // bloodPressureTableAdapter
     //
     this.bloodPressureTableAdapter.ClearBeforeFill = true;
     //
     // bloodPressureBindingSource1
     //
     this.bloodPressureBindingSource1.DataMember = "BloodPressure";
     this.bloodPressureBindingSource1.DataSource = this.bloodPressureDBDataSet1;
     this.bloodPressureBindingSource1.Sort       = "";
     //
     // bloodPressureDBDataSet1
     //
     this.bloodPressureDBDataSet1.DataSetName             = "BloodPressureDBDataSet";
     this.bloodPressureDBDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // bloodPressureDBDataSet
     //
     this.bloodPressureDBDataSet.DataSetName             = "BloodPressureDBDataSet";
     this.bloodPressureDBDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // bloodPressureDBDataSetBindingSource
     //
     this.bloodPressureDBDataSetBindingSource.DataSource = this.bloodPressureDBDataSet;
     this.bloodPressureDBDataSetBindingSource.Position   = 0;
     //
     // bloodPressureBindingSource
     //
     this.bloodPressureBindingSource.DataMember = "BloodPressure";
     this.bloodPressureBindingSource.DataSource = this.bloodPressureDBDataSetBindingSource;
     //
     // bloodPressureTableAdapter1
     //
     this.bloodPressureTableAdapter1.ClearBeforeFill = true;
     //
     // 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, 57F));
     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 = 1;
     //
     // 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(89, 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(112, 129);
     this.fromDateTimePicker.Name          = "fromDateTimePicker";
     this.fromDateTimePicker.Size          = new System.Drawing.Size(200, 22);
     this.fromDateTimePicker.TabIndex      = 3;
     this.fromDateTimePicker.ValueChanged += new System.EventHandler(this.fromDateTimePicker_ValueChanged);
     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(65, 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(65, 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(112, 211);
     this.toDateTimePicker.Name          = "toDateTimePicker";
     this.toDateTimePicker.Size          = new System.Drawing.Size(200, 22);
     this.toDateTimePicker.TabIndex      = 4;
     this.toDateTimePicker.ValueChanged += new System.EventHandler(this.toDateTimePicker_ValueChanged);
     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(85, 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(90, 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);
     //
     // barManager1
     //
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.Form      = this;
     this.barManager1.MaxItemId = 26;
     //
     // 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(1107, 0);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 492);
     this.barDockControlBottom.Manager          = this.barManager1;
     this.barDockControlBottom.Size             = new System.Drawing.Size(1107, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock             = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location         = new System.Drawing.Point(0, 0);
     this.barDockControlLeft.Manager          = this.barManager1;
     this.barDockControlLeft.Size             = new System.Drawing.Size(0, 492);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(1107, 0);
     this.barDockControlRight.Manager          = this.barManager1;
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 492);
     //
     // 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;
     //
     // CorelationChartForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1107, 492);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Controls.Add(this.chartControl1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.Name            = "CorelationChartForm";
     this.ShowIcon        = false;
     this.SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Hide;
     this.Text            = "CorelationPointChartForm";
     this.Load           += new System.EventHandler(this.CorelationChartForm_Load);
     this.Shown          += new System.EventHandler(this.CorelationChartForm_Shown);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bloodPressureBindingSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bloodPressureDBDataSet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bloodPressureDBDataSet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bloodPressureDBDataSetBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bloodPressureBindingSource)).EndInit();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #22
0
        private void chartControl1_MouseDown(object sender, MouseEventArgs e)
        {
            var chart = sender as DevExpress.XtraCharts.ChartControl;

            if (chart.Series[0].Points.Count > 0)
            {
                var info = chart.CalcHitInfo(e.Location);
                if (info.Diagram != null)
                {
                    string x     = this.currentElement.SeriesPoint.Argument;
                    var    left  = (chart.Diagram as DevExpress.XtraCharts.SwiftPlotDiagram).AxisX.ConstantLines[0];
                    var    right = (chart.Diagram as DevExpress.XtraCharts.SwiftPlotDiagram).AxisX.ConstantLines[1];
                    if (e.Button == System.Windows.Forms.MouseButtons.Left)
                    {
                        if (info.InConstantLine && info.ConstantLine.Title.Visible)
                        {
                            this.targetLine = info.ConstantLine;
                        }
                        else if (!left.Visible && !right.Visible)
                        {
                            left.AxisValue  = x;
                            left.Title.Text = left.AxisValue.ToString();
                            this.targetLine = left;
                            left.Visible    = true;
                        }
                        else if (!right.Visible || !left.Visible)
                        {
                            var temp = right.Visible ? left : right;
                            temp.AxisValue  = x;
                            temp.Title.Text = temp.AxisValue.ToString();
                            this.targetLine = temp;
                            temp.Visible    = true;
                            RefreshXStrip();
                        }
                    }
                    else if (e.Button == System.Windows.Forms.MouseButtons.Right)
                    {
                        if (info.InConstantLine && info.ConstantLine.Visible && info.ConstantLine.Title.Visible)
                        {
                            ConfigPopMenu(ChartBoundRightClickPopupMenu, x, this.currentElement.SeriesPoint.Values[0], info.ConstantLine, info.ConstantLine.Name + "轴边界");
                            this.ChartBoundRightClickPopupMenu.ShowPopup(MousePosition);
                        }
                        else
                        {
                            this.barStaticItem1.Caption     = String.Format("X:{0:0.00} Y:{1:0.0000}", x, this.currentElement.SeriesPoint.Values[0]);
                            this.barButtonItem2.Description = x;
                            this.chartPointRightClickPopupMenu.ShowPopup(MousePosition);
                        }
                    }
                }
                else
                {
                    var yInfo = (chart.Diagram as DevExpress.XtraCharts.SwiftPlotDiagram).PointToDiagram(new Point(chart.Width / 2, e.Y));
                    if (yInfo.AxisY != null)
                    {
                        double y    = yInfo.NumericalValue;
                        var    down = (chart.Diagram as DevExpress.XtraCharts.SwiftPlotDiagram).AxisY.ConstantLines[3];
                        var    up   = (chart.Diagram as DevExpress.XtraCharts.SwiftPlotDiagram).AxisY.ConstantLines[4];
                        if (e.Button == System.Windows.Forms.MouseButtons.Left)
                        {
                            if (!down.Visible && !up.Visible)
                            {
                                down.AxisValue  = y;
                                down.Title.Text = down.AxisValue.ToString();
                                this.targetLine = down;
                                down.Visible    = true;
                            }
                            else if (!up.Visible || !down.Visible)
                            {
                                var temp = up.Visible ? down : up;
                                temp.AxisValue  = y;
                                temp.Title.Text = temp.AxisValue.ToString();
                                this.targetLine = temp;
                                temp.Visible    = true;
                                RefreshYStrip();
                            }
                        }
                    }
                }
            }
        }
		/// <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.SimpleDiagram simpleDiagram1 = new DevExpress.XtraCharts.SimpleDiagram();
			DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
			DevExpress.XtraCharts.PieSeriesLabel pieSeriesLabel1 = new DevExpress.XtraCharts.PieSeriesLabel();
			DevExpress.XtraCharts.PieSeriesView pieSeriesView1 = new DevExpress.XtraCharts.PieSeriesView();
			DevExpress.XtraCharts.PieSeriesLabel pieSeriesLabel2 = new DevExpress.XtraCharts.PieSeriesLabel();
			DevExpress.XtraCharts.PieSeriesView pieSeriesView2 = new DevExpress.XtraCharts.PieSeriesView();
			DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
			DevExpress.XtraCharts.ConstantLine constantLine1 = new DevExpress.XtraCharts.ConstantLine();
			DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
			DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
			DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView();
			DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series();
			DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
			DevExpress.XtraCharts.LineSeriesView lineSeriesView2 = new DevExpress.XtraCharts.LineSeriesView();
			DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel3 = new DevExpress.XtraCharts.PointSeriesLabel();
			DevExpress.XtraCharts.LineSeriesView lineSeriesView3 = new DevExpress.XtraCharts.LineSeriesView();
			DevExpress.XtraCharts.XYDiagram xyDiagram2 = new DevExpress.XtraCharts.XYDiagram();
			DevExpress.XtraCharts.ConstantLine constantLine2 = new DevExpress.XtraCharts.ConstantLine();
			DevExpress.XtraCharts.Series series4 = new DevExpress.XtraCharts.Series();
			DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel4 = new DevExpress.XtraCharts.PointSeriesLabel();
			DevExpress.XtraCharts.LineSeriesView lineSeriesView4 = new DevExpress.XtraCharts.LineSeriesView();
			DevExpress.XtraCharts.Series series5 = new DevExpress.XtraCharts.Series();
			DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel5 = new DevExpress.XtraCharts.PointSeriesLabel();
			DevExpress.XtraCharts.LineSeriesView lineSeriesView5 = new DevExpress.XtraCharts.LineSeriesView();
			DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel6 = new DevExpress.XtraCharts.PointSeriesLabel();
			DevExpress.XtraCharts.LineSeriesView lineSeriesView6 = new DevExpress.XtraCharts.LineSeriesView();
			DevExpress.XtraCharts.Series series6 = new DevExpress.XtraCharts.Series();
			DevExpress.XtraCharts.PieSeriesLabel pieSeriesLabel3 = new DevExpress.XtraCharts.PieSeriesLabel();
			DevExpress.XtraCharts.PieSeriesView pieSeriesView3 = new DevExpress.XtraCharts.PieSeriesView();
			DevExpress.XtraCharts.PieSeriesLabel pieSeriesLabel4 = new DevExpress.XtraCharts.PieSeriesLabel();
			DevExpress.XtraCharts.PieSeriesView pieSeriesView4 = new DevExpress.XtraCharts.PieSeriesView();
			DevExpress.XtraCharts.XYDiagram xyDiagram3 = new DevExpress.XtraCharts.XYDiagram();
			DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel7 = new DevExpress.XtraCharts.PointSeriesLabel();
			DevExpress.XtraCharts.StackedAreaSeriesView stackedAreaSeriesView1 = new DevExpress.XtraCharts.StackedAreaSeriesView();
			DevExpress.XtraCharts.XYDiagram xyDiagram4 = new DevExpress.XtraCharts.XYDiagram();
			DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel8 = new DevExpress.XtraCharts.PointSeriesLabel();
			DevExpress.XtraCharts.StackedAreaSeriesView stackedAreaSeriesView2 = new DevExpress.XtraCharts.StackedAreaSeriesView();
			DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
			DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem();
			DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ChartsForm));
			this.adTypesSource = new ShomreiTorah.Journal.Forms.ChartBindingSource(this.components);
			this.thisYearsRunningTotal = new ShomreiTorah.Journal.Forms.ChartBindingSource(this.components);
			this.lastYearsRunningTotal = new ShomreiTorah.Journal.Forms.ChartBindingSource(this.components);
			this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
			this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
			this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
			this.xtraTabPage6 = new DevExpress.XtraTab.XtraTabPage();
			this.chartControl6 = new DevExpress.XtraCharts.ChartControl();
			this.xtraTabPage5 = new DevExpress.XtraTab.XtraTabPage();
			this.chartControl5 = new DevExpress.XtraCharts.ChartControl();
			this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
			this.chartControl2 = new DevExpress.XtraCharts.ChartControl();
			this.xtraTabPage3 = new DevExpress.XtraTab.XtraTabPage();
			this.chartControl3 = new DevExpress.XtraCharts.ChartControl();
			this.runningTotalsSource = new ShomreiTorah.Journal.Forms.ChartBindingSource(this.components);
			this.xtraTabPage4 = new DevExpress.XtraTab.XtraTabPage();
			this.chartControl4 = new DevExpress.XtraCharts.ChartControl();
			this.refresh = new DevExpress.XtraEditors.SimpleButton();
			((System.ComponentModel.ISupportInitialize)(this.adTypesSource)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.thisYearsRunningTotal)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.lastYearsRunningTotal)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
			this.xtraTabControl1.SuspendLayout();
			this.xtraTabPage1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(simpleDiagram1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pieSeriesLabel2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pieSeriesView2)).BeginInit();
			this.xtraTabPage6.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.chartControl6)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).BeginInit();
			this.xtraTabPage5.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.chartControl5)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel4)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(lineSeriesView4)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(series5)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel5)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(lineSeriesView5)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel6)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(lineSeriesView6)).BeginInit();
			this.xtraTabPage2.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.chartControl2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(series6)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pieSeriesLabel3)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pieSeriesView3)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pieSeriesLabel4)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pieSeriesView4)).BeginInit();
			this.xtraTabPage3.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.chartControl3)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(xyDiagram3)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel7)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(stackedAreaSeriesView1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.runningTotalsSource)).BeginInit();
			this.xtraTabPage4.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.chartControl4)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(xyDiagram4)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel8)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(stackedAreaSeriesView2)).BeginInit();
			this.SuspendLayout();
			// 
			// adTypesSource
			// 
			this.adTypesSource.DataSet = ShomreiTorah.Journal.Forms.ChartDataSet.AdTypes;
			// 
			// thisYearsRunningTotal
			// 
			this.thisYearsRunningTotal.DataSet = ShomreiTorah.Journal.Forms.ChartDataSet.ThisYearRunningTotal;
			// 
			// lastYearsRunningTotal
			// 
			this.lastYearsRunningTotal.DataSet = ShomreiTorah.Journal.Forms.ChartDataSet.LastYearRunningTotal;
			// 
			// xtraTabControl1
			// 
			this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.xtraTabControl1.Location = new System.Drawing.Point(0, 0);
			this.xtraTabControl1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
			this.xtraTabControl1.Name = "xtraTabControl1";
			this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
			this.xtraTabControl1.Size = new System.Drawing.Size(1130, 709);
			this.xtraTabControl1.TabIndex = 0;
			this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.xtraTabPage6,
            this.xtraTabPage5,
            this.xtraTabPage1,
            this.xtraTabPage2,
            this.xtraTabPage3,
            this.xtraTabPage4});
			this.xtraTabControl1.Selected += new DevExpress.XtraTab.TabPageEventHandler(this.xtraTabControl1_Selected);
			// 
			// xtraTabPage1
			// 
			this.xtraTabPage1.Controls.Add(this.chartControl1);
			this.xtraTabPage1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
			this.xtraTabPage1.Name = "xtraTabPage1";
			this.xtraTabPage1.Size = new System.Drawing.Size(1120, 667);
			this.xtraTabPage1.Text = "Ad Value by Type";
			// 
			// chartControl1
			// 
			this.chartControl1.DataSource = this.adTypesSource;
			simpleDiagram1.Dimension = 1;
			this.chartControl1.Diagram = simpleDiagram1;
			this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.chartControl1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Left;
			this.chartControl1.Location = new System.Drawing.Point(0, 0);
			this.chartControl1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
			this.chartControl1.Name = "chartControl1";
			series1.ArgumentDataMember = "Type";
			series1.DataSource = this.adTypesSource;
			pieSeriesLabel1.Border.Visibility = DevExpress.Utils.DefaultBoolean.False;
			pieSeriesLabel1.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.True;
			pieSeriesLabel1.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Empty;
			pieSeriesLabel1.Font = new System.Drawing.Font("Calibri", 11F);
			pieSeriesLabel1.LineVisibility = DevExpress.Utils.DefaultBoolean.True;
			pieSeriesLabel1.Position = DevExpress.XtraCharts.PieSeriesLabelPosition.Radial;
			pieSeriesLabel1.TextColor = System.Drawing.Color.White;
			pieSeriesLabel1.TextPattern = "{A}s";
			series1.Label = pieSeriesLabel1;
			series1.LegendTextPattern = "{A}s: {V:C0}";
			series1.Name = "Series 1";
			series1.ValueDataMembersSerializable = "Value";
			series1.View = pieSeriesView1;
			this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1};
			pieSeriesLabel2.LineVisibility = DevExpress.Utils.DefaultBoolean.True;
			this.chartControl1.SeriesTemplate.Label = pieSeriesLabel2;
			this.chartControl1.SeriesTemplate.View = pieSeriesView2;
			this.chartControl1.Size = new System.Drawing.Size(1120, 667);
			this.chartControl1.TabIndex = 0;
			// 
			// xtraTabPage6
			// 
			this.xtraTabPage6.Controls.Add(this.chartControl6);
			this.xtraTabPage6.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
			this.xtraTabPage6.Name = "xtraTabPage6";
			this.xtraTabPage6.Size = new System.Drawing.Size(1120, 667);
			this.xtraTabPage6.Text = "This Year vs. Last Year (Count)";
			// 
			// chartControl6
			// 
			constantLine1.AxisValueSerializable = "0";
			constantLine1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
			constantLine1.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dash;
			constantLine1.LineStyle.Thickness = 2;
			constantLine1.Name = "Deadline";
			constantLine1.ShowBehind = true;
			constantLine1.Title.Alignment = DevExpress.XtraCharts.ConstantLineTitleAlignment.Far;
			constantLine1.Title.Font = new System.Drawing.Font("Tahoma", 10F);
			xyDiagram1.AxisX.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
            constantLine1});
			xyDiagram1.AxisX.Label.TextPattern = "{A:G} days";
			xyDiagram1.AxisX.Reverse = true;
			xyDiagram1.AxisX.Title.Text = "Days until deadline";
			xyDiagram1.AxisX.Title.Visibility = DevExpress.Utils.DefaultBoolean.True;
			xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
			xyDiagram1.AxisY.Label.TextPattern = "{V:N0}";
			xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
			xyDiagram1.LabelsResolveOverlappingMinIndent = 3;
			this.chartControl6.Diagram = xyDiagram1;
			this.chartControl6.Dock = System.Windows.Forms.DockStyle.Fill;
			this.chartControl6.Location = new System.Drawing.Point(0, 0);
			this.chartControl6.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
			this.chartControl6.Name = "chartControl6";
			series2.ArgumentDataMember = "DeadlineDelta";
			series2.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
			series2.DataSource = this.thisYearsRunningTotal;
			pointSeriesLabel1.LineLength = 20;
			pointSeriesLabel1.LineVisibility = DevExpress.Utils.DefaultBoolean.True;
			pointSeriesLabel1.ResolveOverlappingMode = DevExpress.XtraCharts.ResolveOverlappingMode.HideOverlapped;
			pointSeriesLabel1.TextPattern = "This year: {V:C0}";
			series2.Label = pointSeriesLabel1;
			series2.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
			series2.LegendTextPattern = "{S}";
			series2.Name = "This Year";
			series2.ValueDataMembersSerializable = "TotalCount";
			lineSeriesView1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255)))));
			lineSeriesView1.LineMarkerOptions.Color = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
			lineSeriesView1.LineMarkerOptions.Kind = DevExpress.XtraCharts.MarkerKind.Diamond;
			lineSeriesView1.LineMarkerOptions.Size = 12;
			lineSeriesView1.LineStyle.Thickness = 3;
			lineSeriesView1.Shadow.Visible = true;
			series2.View = lineSeriesView1;
			series3.ArgumentDataMember = "DeadlineDelta";
			series3.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
			series3.DataSource = this.lastYearsRunningTotal;
			pointSeriesLabel2.LineVisibility = DevExpress.Utils.DefaultBoolean.True;
			pointSeriesLabel2.TextPattern = "{V:C2}";
			series3.Label = pointSeriesLabel2;
			series3.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
			series3.Name = "LastYear";
			series3.ValueDataMembersSerializable = "TotalCount";
			lineSeriesView2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
			lineSeriesView2.MarkerVisibility = DevExpress.Utils.DefaultBoolean.False;
			series3.View = lineSeriesView2;
			this.chartControl6.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series2,
        series3};
			pointSeriesLabel3.LineVisibility = DevExpress.Utils.DefaultBoolean.True;
			this.chartControl6.SeriesTemplate.Label = pointSeriesLabel3;
			this.chartControl6.SeriesTemplate.View = lineSeriesView3;
			this.chartControl6.Size = new System.Drawing.Size(1120, 667);
			this.chartControl6.TabIndex = 1;
			// 
			// xtraTabPage5
			// 
			this.xtraTabPage5.Controls.Add(this.chartControl5);
			this.xtraTabPage5.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
			this.xtraTabPage5.Name = "xtraTabPage5";
			this.xtraTabPage5.Size = new System.Drawing.Size(1120, 667);
			this.xtraTabPage5.Text = "This Year vs. Last Year (Price)";
			// 
			// chartControl5
			// 
			constantLine2.AxisValueSerializable = "0";
			constantLine2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
			constantLine2.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dash;
			constantLine2.LineStyle.Thickness = 2;
			constantLine2.Name = "Deadline";
			constantLine2.ShowBehind = true;
			constantLine2.Title.Alignment = DevExpress.XtraCharts.ConstantLineTitleAlignment.Far;
			constantLine2.Title.Font = new System.Drawing.Font("Tahoma", 10F);
			xyDiagram2.AxisX.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
            constantLine2});
			xyDiagram2.AxisX.Label.TextPattern = "{A:G} days";
			xyDiagram2.AxisX.Reverse = true;
			xyDiagram2.AxisX.Title.Text = "Days until deadline";
			xyDiagram2.AxisX.Title.Visibility = DevExpress.Utils.DefaultBoolean.True;
			xyDiagram2.AxisX.VisibleInPanesSerializable = "-1";
			xyDiagram2.AxisY.Label.TextPattern = "{V:C0}";
			xyDiagram2.AxisY.VisibleInPanesSerializable = "-1";
			xyDiagram2.LabelsResolveOverlappingMinIndent = 3;
			this.chartControl5.Diagram = xyDiagram2;
			this.chartControl5.Dock = System.Windows.Forms.DockStyle.Fill;
			this.chartControl5.Location = new System.Drawing.Point(0, 0);
			this.chartControl5.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
			this.chartControl5.Name = "chartControl5";
			series4.ArgumentDataMember = "DeadlineDelta";
			series4.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
			series4.DataSource = this.thisYearsRunningTotal;
			pointSeriesLabel4.LineLength = 20;
			pointSeriesLabel4.LineVisibility = DevExpress.Utils.DefaultBoolean.True;
			pointSeriesLabel4.ResolveOverlappingMode = DevExpress.XtraCharts.ResolveOverlappingMode.HideOverlapped;
			pointSeriesLabel4.TextPattern = "This year: {V:C0}";
			series4.Label = pointSeriesLabel4;
			series4.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
			series4.LegendTextPattern = "{S}";
			series4.Name = "This Year";
			series4.ValueDataMembersSerializable = "TotalValue";
			lineSeriesView4.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255)))));
			lineSeriesView4.LineMarkerOptions.Color = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
			lineSeriesView4.LineMarkerOptions.Kind = DevExpress.XtraCharts.MarkerKind.Diamond;
			lineSeriesView4.LineMarkerOptions.Size = 12;
			lineSeriesView4.LineStyle.Thickness = 3;
			lineSeriesView4.Shadow.Visible = true;
			series4.View = lineSeriesView4;
			series5.ArgumentDataMember = "DeadlineDelta";
			series5.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
			series5.DataSource = this.lastYearsRunningTotal;
			pointSeriesLabel5.LineVisibility = DevExpress.Utils.DefaultBoolean.True;
			pointSeriesLabel5.TextPattern = "{V:C2}";
			series5.Label = pointSeriesLabel5;
			series5.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
			series5.Name = "LastYear";
			series5.ValueDataMembersSerializable = "TotalValue";
			lineSeriesView5.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
			lineSeriesView5.MarkerVisibility = DevExpress.Utils.DefaultBoolean.False;
			series5.View = lineSeriesView5;
			this.chartControl5.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series4,
        series5};
			pointSeriesLabel6.LineVisibility = DevExpress.Utils.DefaultBoolean.True;
			this.chartControl5.SeriesTemplate.Label = pointSeriesLabel6;
			this.chartControl5.SeriesTemplate.View = lineSeriesView6;
			this.chartControl5.Size = new System.Drawing.Size(1120, 667);
			this.chartControl5.TabIndex = 0;
			// 
			// xtraTabPage2
			// 
			this.xtraTabPage2.Controls.Add(this.chartControl2);
			this.xtraTabPage2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
			this.xtraTabPage2.Name = "xtraTabPage2";
			this.xtraTabPage2.Size = new System.Drawing.Size(1120, 667);
			this.xtraTabPage2.Text = "Ad Count by Type";
			// 
			// chartControl2
			// 
			this.chartControl2.DataSource = this.adTypesSource;
			this.chartControl2.Dock = System.Windows.Forms.DockStyle.Fill;
			this.chartControl2.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Left;
			this.chartControl2.Location = new System.Drawing.Point(0, 0);
			this.chartControl2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
			this.chartControl2.Name = "chartControl2";
			series6.ArgumentDataMember = "Type";
			series6.DataSource = this.adTypesSource;
			pieSeriesLabel3.Border.Visibility = DevExpress.Utils.DefaultBoolean.False;
			pieSeriesLabel3.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.True;
			pieSeriesLabel3.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Empty;
			pieSeriesLabel3.Font = new System.Drawing.Font("Calibri", 11F);
			pieSeriesLabel3.LineVisibility = DevExpress.Utils.DefaultBoolean.True;
			pieSeriesLabel3.Position = DevExpress.XtraCharts.PieSeriesLabelPosition.Radial;
			pieSeriesLabel3.TextColor = System.Drawing.Color.White;
			pieSeriesLabel3.TextPattern = "{A}s";
			series6.Label = pieSeriesLabel3;
			series6.LegendTextPattern = "{A}s: {V:G}";
			series6.Name = "Series 1";
			series6.ValueDataMembersSerializable = "Count";
			series6.View = pieSeriesView3;
			this.chartControl2.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series6};
			pieSeriesLabel4.LineVisibility = DevExpress.Utils.DefaultBoolean.True;
			this.chartControl2.SeriesTemplate.Label = pieSeriesLabel4;
			this.chartControl2.SeriesTemplate.View = pieSeriesView4;
			this.chartControl2.Size = new System.Drawing.Size(1120, 667);
			this.chartControl2.TabIndex = 0;
			// 
			// xtraTabPage3
			// 
			this.xtraTabPage3.Controls.Add(this.chartControl3);
			this.xtraTabPage3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
			this.xtraTabPage3.Name = "xtraTabPage3";
			this.xtraTabPage3.Size = new System.Drawing.Size(1120, 667);
			this.xtraTabPage3.Text = "Ads over Time";
			// 
			// chartControl3
			// 
			this.chartControl3.DataSource = this.runningTotalsSource;
			xyDiagram3.AxisX.Label.Staggered = true;
			xyDiagram3.AxisX.Label.TextPattern = "{A:m}";
			xyDiagram3.AxisX.VisibleInPanesSerializable = "-1";
			xyDiagram3.AxisX.WholeRange.AutoSideMargins = false;
			xyDiagram3.AxisX.WholeRange.SideMarginsValue = 0D;
			xyDiagram3.AxisY.VisibleInPanesSerializable = "-1";
			this.chartControl3.Diagram = xyDiagram3;
			this.chartControl3.Dock = System.Windows.Forms.DockStyle.Fill;
			this.chartControl3.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Left;
			this.chartControl3.Location = new System.Drawing.Point(0, 0);
			this.chartControl3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
			this.chartControl3.Name = "chartControl3";
			this.chartControl3.SeriesDataMember = "AdType";
			this.chartControl3.SeriesNameTemplate.EndText = "s";
			this.chartControl3.SeriesSerializable = new DevExpress.XtraCharts.Series[0];
			this.chartControl3.SeriesTemplate.ArgumentDataMember = "Date";
			this.chartControl3.SeriesTemplate.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
			pointSeriesLabel7.LineVisibility = DevExpress.Utils.DefaultBoolean.True;
			pointSeriesLabel7.TextPattern = "{V:G}";
			this.chartControl3.SeriesTemplate.Label = pointSeriesLabel7;
			this.chartControl3.SeriesTemplate.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
			this.chartControl3.SeriesTemplate.ValueDataMembersSerializable = "TotalCount";
			this.chartControl3.SeriesTemplate.View = stackedAreaSeriesView1;
			this.chartControl3.Size = new System.Drawing.Size(1120, 667);
			this.chartControl3.TabIndex = 0;
			// 
			// runningTotalsSource
			// 
			this.runningTotalsSource.DataSet = ShomreiTorah.Journal.Forms.ChartDataSet.RunningAdTypeTotals;
			// 
			// xtraTabPage4
			// 
			this.xtraTabPage4.Controls.Add(this.chartControl4);
			this.xtraTabPage4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
			this.xtraTabPage4.Name = "xtraTabPage4";
			this.xtraTabPage4.Size = new System.Drawing.Size(1120, 667);
			this.xtraTabPage4.Text = "Ad Value over Time";
			// 
			// chartControl4
			// 
			this.chartControl4.DataSource = this.runningTotalsSource;
			xyDiagram4.AxisX.Label.TextPattern = "{A:m}";
			xyDiagram4.AxisX.VisibleInPanesSerializable = "-1";
			xyDiagram4.AxisX.WholeRange.AutoSideMargins = false;
			xyDiagram4.AxisX.WholeRange.SideMarginsValue = 0D;
			xyDiagram4.AxisY.Label.TextPattern = "{V:C0}";
			xyDiagram4.AxisY.VisibleInPanesSerializable = "-1";
			this.chartControl4.Diagram = xyDiagram4;
			this.chartControl4.Dock = System.Windows.Forms.DockStyle.Fill;
			this.chartControl4.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Left;
			this.chartControl4.Location = new System.Drawing.Point(0, 0);
			this.chartControl4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
			this.chartControl4.Name = "chartControl4";
			this.chartControl4.SeriesDataMember = "AdType";
			this.chartControl4.SeriesNameTemplate.EndText = "s";
			this.chartControl4.SeriesSerializable = new DevExpress.XtraCharts.Series[0];
			this.chartControl4.SeriesTemplate.ArgumentDataMember = "Date";
			this.chartControl4.SeriesTemplate.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
			pointSeriesLabel8.LineVisibility = DevExpress.Utils.DefaultBoolean.True;
			this.chartControl4.SeriesTemplate.Label = pointSeriesLabel8;
			this.chartControl4.SeriesTemplate.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
			this.chartControl4.SeriesTemplate.ValueDataMembersSerializable = "TotalValue";
			this.chartControl4.SeriesTemplate.View = stackedAreaSeriesView2;
			this.chartControl4.Size = new System.Drawing.Size(1120, 667);
			this.chartControl4.TabIndex = 0;
			// 
			// refresh
			// 
			this.refresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.refresh.Image = global::ShomreiTorah.Journal.Properties.Resources.Refresh16;
			this.refresh.Location = new System.Drawing.Point(1092, 0);
			this.refresh.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
			this.refresh.Name = "refresh";
			this.refresh.Size = new System.Drawing.Size(32, 31);
			toolTipTitleItem1.Text = "Refresh Charts";
			toolTipItem1.LeftIndent = 6;
			toolTipItem1.Text = "Refreshes the data displayed by the charts.";
			superToolTip1.Items.Add(toolTipTitleItem1);
			superToolTip1.Items.Add(toolTipItem1);
			this.refresh.SuperTip = superToolTip1;
			this.refresh.TabIndex = 4;
			this.refresh.Text = "Refresh";
			this.refresh.Click += new System.EventHandler(this.refresh_Click);
			// 
			// ChartsForm
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 19F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(1130, 709);
			this.Controls.Add(this.refresh);
			this.Controls.Add(this.xtraTabControl1);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
			this.Name = "ChartsForm";
			this.Text = "Journal Charts";
			((System.ComponentModel.ISupportInitialize)(this.adTypesSource)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.thisYearsRunningTotal)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.lastYearsRunningTotal)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
			this.xtraTabControl1.ResumeLayout(false);
			this.xtraTabPage1.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(simpleDiagram1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pieSeriesLabel2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pieSeriesView2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
			this.xtraTabPage6.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit();
			((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.chartControl6)).EndInit();
			this.xtraTabPage5.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel4)).EndInit();
			((System.ComponentModel.ISupportInitialize)(lineSeriesView4)).EndInit();
			((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel5)).EndInit();
			((System.ComponentModel.ISupportInitialize)(lineSeriesView5)).EndInit();
			((System.ComponentModel.ISupportInitialize)(series5)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel6)).EndInit();
			((System.ComponentModel.ISupportInitialize)(lineSeriesView6)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.chartControl5)).EndInit();
			this.xtraTabPage2.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(pieSeriesLabel3)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pieSeriesView3)).EndInit();
			((System.ComponentModel.ISupportInitialize)(series6)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pieSeriesLabel4)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pieSeriesView4)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.chartControl2)).EndInit();
			this.xtraTabPage3.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(xyDiagram3)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel7)).EndInit();
			((System.ComponentModel.ISupportInitialize)(stackedAreaSeriesView1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.chartControl3)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.runningTotalsSource)).EndInit();
			this.xtraTabPage4.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(xyDiagram4)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel8)).EndInit();
			((System.ComponentModel.ISupportInitialize)(stackedAreaSeriesView2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.chartControl4)).EndInit();
			this.ResumeLayout(false);

		}
        /// <summary> 
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CPKtoolControl));
            DevExpress.XtraCharts.XYDiagram xyDiagram6 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.ConstantLine constantLine73 = new DevExpress.XtraCharts.ConstantLine();
            DevExpress.XtraCharts.ConstantLine constantLine74 = new DevExpress.XtraCharts.ConstantLine();
            DevExpress.XtraCharts.ConstantLine constantLine75 = new DevExpress.XtraCharts.ConstantLine();
            DevExpress.XtraCharts.ConstantLine constantLine76 = new DevExpress.XtraCharts.ConstantLine();
            DevExpress.XtraCharts.ConstantLine constantLine77 = new DevExpress.XtraCharts.ConstantLine();
            DevExpress.XtraCharts.ConstantLine constantLine78 = new DevExpress.XtraCharts.ConstantLine();
            DevExpress.XtraCharts.SecondaryAxisY secondaryAxisY6 = new DevExpress.XtraCharts.SecondaryAxisY();
            DevExpress.XtraCharts.Series series22 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.Series series23 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView11 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series24 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView12 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.SwiftPlotDiagram swiftPlotDiagram6 = new DevExpress.XtraCharts.SwiftPlotDiagram();
            DevExpress.XtraCharts.ConstantLine constantLine66 = new DevExpress.XtraCharts.ConstantLine();
            DevExpress.XtraCharts.ConstantLine constantLine67 = new DevExpress.XtraCharts.ConstantLine();
            DevExpress.XtraCharts.Strip strip11 = new DevExpress.XtraCharts.Strip();
            DevExpress.XtraCharts.ConstantLine constantLine68 = new DevExpress.XtraCharts.ConstantLine();
            DevExpress.XtraCharts.ConstantLine constantLine69 = new DevExpress.XtraCharts.ConstantLine();
            DevExpress.XtraCharts.ConstantLine constantLine70 = new DevExpress.XtraCharts.ConstantLine();
            DevExpress.XtraCharts.ConstantLine constantLine71 = new DevExpress.XtraCharts.ConstantLine();
            DevExpress.XtraCharts.ConstantLine constantLine72 = new DevExpress.XtraCharts.ConstantLine();
            DevExpress.XtraCharts.Strip strip12 = new DevExpress.XtraCharts.Strip();
            DevExpress.XtraCharts.Series series21 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView11 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
            DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView12 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
            this.barManager1 = new DevExpress.XtraBars.BarManager();
            this.bar2 = new DevExpress.XtraBars.Bar();
            this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem9 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem10 = new DevExpress.XtraBars.BarButtonItem();
            this.barEditItem1 = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemComboBox2 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
            this.barEditItem2 = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.barEditItem4 = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemComboBox3 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
            this.standaloneBarDockControl1 = new DevExpress.XtraBars.StandaloneBarDockControl();
            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.barStaticItem1 = new DevExpress.XtraBars.BarStaticItem();
            this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
            this.barStaticItem2 = new DevExpress.XtraBars.BarStaticItem();
            this.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem();
            this.barEditItem3 = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemTextEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.barButtonItem6 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem8 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem11 = new DevExpress.XtraBars.BarButtonItem();
            this.repositoryItemTextEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
            this.chartControl2 = new DevExpress.XtraCharts.ChartControl();
            this.splitter3 = new System.Windows.Forms.Splitter();
            this.xtraScrollableControl1 = new DevExpress.XtraEditors.XtraScrollableControl();
            this.gridControl1 = new DevExpress.XtraGrid.GridControl();
            this.layoutView1 = new DevExpress.XtraGrid.Views.Layout.LayoutView();
            this.layoutViewColumn1 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn1 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn3 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn3 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn13 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.repositoryItemTextEdit5 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.layoutViewField_layoutViewColumn13 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn4 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.repositoryItemTextEdit6 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.layoutViewField_layoutViewColumn4 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn5 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.repositoryItemTextEdit7 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.layoutViewField_layoutViewColumn5 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn15 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn15 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn14 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn14 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn6 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn6 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn7 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn7 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn8 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn8 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn9 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn9 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn11 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn11 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn12 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn12 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn16 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn16 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn17 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn17 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn18 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn18 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn19 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn19 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn20 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn20 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn21 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.repositoryItemRadioGroup1 = new DevExpress.XtraEditors.Repository.RepositoryItemRadioGroup();
            this.layoutViewField_layoutViewColumn21 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn22 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn22 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn23 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn23 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn24 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn24 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn25 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn25 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn26 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn26 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn27 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn27 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn28 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn28 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn29 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn29 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn30 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn30 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn31 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn31 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn32 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn32 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn2 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn2 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn10 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn10 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn33 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.repositoryItemTextEdit4 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.layoutViewField_layoutViewColumn33 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewCard1 = new DevExpress.XtraGrid.Views.Layout.LayoutViewCard();
            this.Group1 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.Group3 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.Group4 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.Group2 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.Group8 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.Group9 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.Group5 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.Group6 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.item2 = new DevExpress.XtraLayout.SimpleLabelItem();
            this.Group10 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.item1 = new DevExpress.XtraLayout.SimpleLabelItem();
            this.item3 = new DevExpress.XtraLayout.EmptySpaceItem();
            this.Group7 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
            this.DataChart = new DevExpress.XtraCharts.ChartControl();
            this.splitter2 = new System.Windows.Forms.Splitter();
            this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
            this.gridControl2 = new DevExpress.XtraGrid.GridControl();
            this.gridView1 = new SPC.Controls.Base.CanChooseDataGridView();
            this.chartPointRightClickPopupMenu = new DevExpress.XtraBars.PopupMenu();
            this.ChartBoundRightClickPopupMenu = new DevExpress.XtraBars.PopupMenu();
            this.gridViewRightClickPopupMenu = new DevExpress.XtraBars.PopupMenu();
            this.splitter1 = new System.Windows.Forms.Splitter();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
            this.panelControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(secondaryAxisY6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series22)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series23)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series24)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView12)).BeginInit();
            this.xtraScrollableControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn13)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn15)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn14)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn16)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn17)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn18)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn19)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn20)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRadioGroup1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn21)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn22)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn23)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn24)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn25)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn26)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn27)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn28)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn29)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn30)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn31)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn32)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn33)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewCard1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Group1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Group3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Group4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Group2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Group8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Group9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Group5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Group6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.item2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Group10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.item1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.item3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Group7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
            this.panelControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.DataChart)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(strip11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(strip12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series21)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
            this.panelControl3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartPointRightClickPopupMenu)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ChartBoundRightClickPopupMenu)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewRightClickPopupMenu)).BeginInit();
            this.SuspendLayout();
            // 
            // barManager1
            // 
            this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
            this.bar2});
            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.DockControls.Add(this.standaloneBarDockControl1);
            this.barManager1.Form = this;
            this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.barButtonItem3,
            this.barEditItem1,
            this.barEditItem2,
            this.barEditItem4,
            this.barStaticItem1,
            this.barButtonItem2,
            this.barStaticItem2,
            this.barButtonItem5,
            this.barEditItem3,
            this.barButtonItem6,
            this.barButtonItem8,
            this.barButtonItem9,
            this.barButtonItem10,
            this.barButtonItem4,
            this.barButtonItem11});
            this.barManager1.MainMenu = this.bar2;
            this.barManager1.MaxItemId = 31;
            this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemComboBox2,
            this.repositoryItemTextEdit1,
            this.repositoryItemTextEdit2,
            this.repositoryItemComboBox3,
            this.repositoryItemTextEdit3});
            // 
            // bar2
            // 
            this.bar2.BarName = "Main menu";
            this.bar2.DockCol = 0;
            this.bar2.DockRow = 0;
            this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Standalone;
            this.bar2.FloatLocation = new System.Drawing.Point(806, 305);
            this.bar2.FloatSize = new System.Drawing.Size(0, 35);
            this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem3),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem9),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem10),
            new DevExpress.XtraBars.LinkPersistInfo(this.barEditItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.barEditItem2),
            new DevExpress.XtraBars.LinkPersistInfo(this.barEditItem4)});
            this.bar2.OptionsBar.AllowQuickCustomization = false;
            this.bar2.OptionsBar.DrawDragBorder = false;
            this.bar2.OptionsBar.MultiLine = true;
            this.bar2.OptionsBar.UseWholeRow = true;
            this.bar2.StandaloneBarDockControl = this.standaloneBarDockControl1;
            this.bar2.Text = "Main menu";
            // 
            // barButtonItem3
            // 
            this.barButtonItem3.Caption = "计算CPK";
            this.barButtonItem3.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem3.Glyph")));
            this.barButtonItem3.Id = 8;
            this.barButtonItem3.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem3.LargeGlyph")));
            this.barButtonItem3.Name = "barButtonItem3";
            this.barButtonItem3.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem3_ItemClick);
            // 
            // barButtonItem9
            // 
            this.barButtonItem9.Caption = "绘制";
            this.barButtonItem9.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem9.Glyph")));
            this.barButtonItem9.Id = 23;
            this.barButtonItem9.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem9.LargeGlyph")));
            this.barButtonItem9.Name = "barButtonItem9";
            this.barButtonItem9.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem9_ItemClick);
            // 
            // barButtonItem10
            // 
            this.barButtonItem10.Caption = "同步";
            this.barButtonItem10.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem10.Glyph")));
            this.barButtonItem10.Id = 24;
            this.barButtonItem10.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem10.LargeGlyph")));
            this.barButtonItem10.Name = "barButtonItem10";
            this.barButtonItem10.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem10_ItemClick);
            // 
            // barEditItem1
            // 
            this.barEditItem1.Caption = "属性";
            this.barEditItem1.Edit = this.repositoryItemComboBox2;
            this.barEditItem1.Id = 9;
            this.barEditItem1.Name = "barEditItem1";
            this.barEditItem1.Width = 122;
            this.barEditItem1.EditValueChanged += new System.EventHandler(this.barEditItem1_EditValueChanged);
            // 
            // repositoryItemComboBox2
            // 
            this.repositoryItemComboBox2.AllowMouseWheel = false;
            this.repositoryItemComboBox2.Appearance.ForeColor = System.Drawing.SystemColors.ButtonShadow;
            this.repositoryItemComboBox2.Appearance.Options.UseForeColor = true;
            this.repositoryItemComboBox2.AutoHeight = false;
            this.repositoryItemComboBox2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemComboBox2.Name = "repositoryItemComboBox2";
            this.repositoryItemComboBox2.NullText = "选择属性";
            this.repositoryItemComboBox2.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            // 
            // barEditItem2
            // 
            this.barEditItem2.Caption = "数据组数:";
            this.barEditItem2.Edit = this.repositoryItemTextEdit1;
            this.barEditItem2.Id = 10;
            this.barEditItem2.Name = "barEditItem2";
            this.barEditItem2.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barEditItem2.Width = 32;
            this.barEditItem2.EditValueChanged += new System.EventHandler(this.barEditItem2_EditValueChanged);
            // 
            // repositoryItemTextEdit1
            // 
            this.repositoryItemTextEdit1.AutoHeight = false;
            this.repositoryItemTextEdit1.Mask.EditMask = "f0";
            this.repositoryItemTextEdit1.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
            // 
            // barEditItem4
            // 
            this.barEditItem4.Caption = "标准差估算方式";
            this.barEditItem4.Edit = this.repositoryItemComboBox3;
            this.barEditItem4.Id = 12;
            this.barEditItem4.Name = "barEditItem4";
            this.barEditItem4.Width = 76;
            this.barEditItem4.EditValueChanged += new System.EventHandler(this.barEditItem4_EditValueChanged);
            // 
            // repositoryItemComboBox3
            // 
            this.repositoryItemComboBox3.AllowMouseWheel = false;
            this.repositoryItemComboBox3.AutoHeight = false;
            this.repositoryItemComboBox3.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemComboBox3.Name = "repositoryItemComboBox3";
            // 
            // standaloneBarDockControl1
            // 
            this.standaloneBarDockControl1.AutoSize = true;
            this.standaloneBarDockControl1.CausesValidation = false;
            this.standaloneBarDockControl1.Dock = System.Windows.Forms.DockStyle.Top;
            this.standaloneBarDockControl1.Location = new System.Drawing.Point(2, 2);
            this.standaloneBarDockControl1.Name = "standaloneBarDockControl1";
            this.standaloneBarDockControl1.Size = new System.Drawing.Size(730, 29);
            this.standaloneBarDockControl1.Text = "standaloneBarDockControl2";
            // 
            // barDockControlTop
            // 
            this.barDockControlTop.CausesValidation = false;
            this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
            this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
            this.barDockControlTop.Size = new System.Drawing.Size(1362, 0);
            // 
            // barDockControlBottom
            // 
            this.barDockControlBottom.CausesValidation = false;
            this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.barDockControlBottom.Location = new System.Drawing.Point(0, 586);
            this.barDockControlBottom.Size = new System.Drawing.Size(1362, 0);
            // 
            // barDockControlLeft
            // 
            this.barDockControlLeft.CausesValidation = false;
            this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.barDockControlLeft.Location = new System.Drawing.Point(0, 0);
            this.barDockControlLeft.Size = new System.Drawing.Size(0, 586);
            // 
            // barDockControlRight
            // 
            this.barDockControlRight.CausesValidation = false;
            this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.barDockControlRight.Location = new System.Drawing.Point(1362, 0);
            this.barDockControlRight.Size = new System.Drawing.Size(0, 586);
            // 
            // barStaticItem1
            // 
            this.barStaticItem1.Caption = "barStaticItem1";
            this.barStaticItem1.Id = 13;
            this.barStaticItem1.Name = "barStaticItem1";
            this.barStaticItem1.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // barButtonItem2
            // 
            this.barButtonItem2.Caption = "删除";
            this.barButtonItem2.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem2.Glyph")));
            this.barButtonItem2.Id = 14;
            this.barButtonItem2.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem2.LargeGlyph")));
            this.barButtonItem2.Name = "barButtonItem2";
            this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_ItemClick);
            // 
            // barStaticItem2
            // 
            this.barStaticItem2.Caption = "barStaticItem2";
            this.barStaticItem2.Id = 16;
            this.barStaticItem2.Name = "barStaticItem2";
            this.barStaticItem2.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // barButtonItem5
            // 
            this.barButtonItem5.Caption = "删除点";
            this.barButtonItem5.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem5.Glyph")));
            this.barButtonItem5.Id = 17;
            this.barButtonItem5.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem5.LargeGlyph")));
            this.barButtonItem5.Name = "barButtonItem5";
            this.barButtonItem5.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_ItemClick);
            // 
            // barEditItem3
            // 
            this.barEditItem3.Caption = "X轴边界:";
            this.barEditItem3.Edit = this.repositoryItemTextEdit3;
            this.barEditItem3.Id = 18;
            this.barEditItem3.Name = "barEditItem3";
            // 
            // repositoryItemTextEdit3
            // 
            this.repositoryItemTextEdit3.AutoHeight = false;
            this.repositoryItemTextEdit3.Name = "repositoryItemTextEdit3";
            // 
            // barButtonItem6
            // 
            this.barButtonItem6.Caption = "删除X轴边界";
            this.barButtonItem6.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem6.Glyph")));
            this.barButtonItem6.Id = 19;
            this.barButtonItem6.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem6.LargeGlyph")));
            this.barButtonItem6.Name = "barButtonItem6";
            this.barButtonItem6.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem6_ItemClick);
            // 
            // barButtonItem8
            // 
            this.barButtonItem8.Caption = "导入";
            this.barButtonItem8.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem8.Glyph")));
            this.barButtonItem8.Id = 21;
            this.barButtonItem8.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem8.LargeGlyph")));
            this.barButtonItem8.Name = "barButtonItem8";
            this.barButtonItem8.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem8_ItemClick);
            // 
            // barButtonItem4
            // 
            this.barButtonItem4.Caption = "选择";
            this.barButtonItem4.Id = 25;
            this.barButtonItem4.Name = "barButtonItem4";
            this.barButtonItem4.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem4_ItemClick);
            // 
            // barButtonItem11
            // 
            this.barButtonItem11.Caption = "取消选择";
            this.barButtonItem11.Id = 26;
            this.barButtonItem11.Name = "barButtonItem11";
            // 
            // repositoryItemTextEdit2
            // 
            this.repositoryItemTextEdit2.AutoHeight = false;
            this.repositoryItemTextEdit2.Name = "repositoryItemTextEdit2";
            // 
            // panelControl1
            // 
            this.panelControl1.Controls.Add(this.chartControl2);
            this.panelControl1.Controls.Add(this.splitter3);
            this.panelControl1.Controls.Add(this.xtraScrollableControl1);
            this.panelControl1.Dock = System.Windows.Forms.DockStyle.Left;
            this.panelControl1.Location = new System.Drawing.Point(0, 0);
            this.panelControl1.Margin = new System.Windows.Forms.Padding(0);
            this.panelControl1.MaximumSize = new System.Drawing.Size(621, 0);
            this.panelControl1.Name = "panelControl1";
            this.panelControl1.Size = new System.Drawing.Size(621, 586);
            this.panelControl1.TabIndex = 9;
            // 
            // chartControl2
            // 
            xyDiagram6.AxisX.Alignment = DevExpress.XtraCharts.AxisAlignment.Zero;
            constantLine73.AxisValueSerializable = "1";
            constantLine73.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
            constantLine73.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dash;
            constantLine73.Name = "Constant Line 1";
            constantLine73.Title.Visible = false;
            constantLine73.Visible = false;
            constantLine74.AxisValueSerializable = "1";
            constantLine74.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
            constantLine74.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dash;
            constantLine74.Name = "Constant Line 2";
            constantLine74.Title.Visible = false;
            constantLine74.Visible = false;
            constantLine75.AxisValueSerializable = "1";
            constantLine75.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
            constantLine75.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dash;
            constantLine75.Name = "Constant Line 3";
            constantLine75.Title.Visible = false;
            constantLine75.Visible = false;
            constantLine76.AxisValueSerializable = "1";
            constantLine76.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
            constantLine76.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dash;
            constantLine76.Name = "Constant Line 4";
            constantLine76.Title.Visible = false;
            constantLine76.Visible = false;
            constantLine77.AxisValueSerializable = "1";
            constantLine77.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
            constantLine77.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dash;
            constantLine77.Name = "Constant Line 5";
            constantLine77.Title.Visible = false;
            constantLine77.Visible = false;
            constantLine78.AxisValueSerializable = "1";
            constantLine78.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
            constantLine78.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dash;
            constantLine78.Name = "Constant Line 6";
            constantLine78.Title.Visible = false;
            constantLine78.Visible = false;
            xyDiagram6.AxisX.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
            constantLine73,
            constantLine74,
            constantLine75,
            constantLine76,
            constantLine77,
            constantLine78});
            xyDiagram6.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram6.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram6.EnableAxisXScrolling = true;
            xyDiagram6.EnableAxisXZooming = true;
            xyDiagram6.Margins.Bottom = 0;
            xyDiagram6.Margins.Left = 0;
            xyDiagram6.Margins.Right = 0;
            xyDiagram6.Margins.Top = 0;
            secondaryAxisY6.AxisID = 0;
            secondaryAxisY6.Name = "Secondary AxisY 1";
            secondaryAxisY6.VisibleInPanesSerializable = "-1";
            xyDiagram6.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
            secondaryAxisY6});
            this.chartControl2.Diagram = xyDiagram6;
            this.chartControl2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.chartControl2.Legend.Visible = false;
            this.chartControl2.Location = new System.Drawing.Point(2, 2);
            this.chartControl2.MaximumSize = new System.Drawing.Size(621, 0);
            this.chartControl2.Name = "chartControl2";
            this.chartControl2.OptionsPrint.SizeMode = DevExpress.XtraCharts.Printing.PrintSizeMode.Stretch;
            this.chartControl2.Padding.Bottom = 0;
            this.chartControl2.Padding.Left = 0;
            this.chartControl2.Padding.Right = 0;
            this.chartControl2.Padding.Top = 0;
            series22.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            series22.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
            series22.Name = "Series 1";
            series23.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
            series23.Name = "Series 2";
            splineSeriesView11.AxisYName = "Secondary AxisY 1";
            splineSeriesView11.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
            splineSeriesView11.LineStyle.Thickness = 1;
            series23.View = splineSeriesView11;
            series24.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
            series24.Name = "Series 3";
            splineSeriesView12.AxisYName = "Secondary AxisY 1";
            splineSeriesView12.Color = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            splineSeriesView12.LineStyle.Thickness = 1;
            series24.View = splineSeriesView12;
            this.chartControl2.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series22,
        series23,
        series24};
            this.chartControl2.Size = new System.Drawing.Size(617, 199);
            this.chartControl2.TabIndex = 9;
            // 
            // splitter3
            // 
            this.splitter3.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.splitter3.Location = new System.Drawing.Point(2, 201);
            this.splitter3.Name = "splitter3";
            this.splitter3.Size = new System.Drawing.Size(617, 3);
            this.splitter3.TabIndex = 10;
            this.splitter3.TabStop = false;
            // 
            // xtraScrollableControl1
            // 
            this.xtraScrollableControl1.Controls.Add(this.gridControl1);
            this.xtraScrollableControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.xtraScrollableControl1.Location = new System.Drawing.Point(2, 204);
            this.xtraScrollableControl1.Margin = new System.Windows.Forms.Padding(0);
            this.xtraScrollableControl1.MaximumSize = new System.Drawing.Size(621, 380);
            this.xtraScrollableControl1.Name = "xtraScrollableControl1";
            this.xtraScrollableControl1.Size = new System.Drawing.Size(617, 380);
            this.xtraScrollableControl1.TabIndex = 16;
            // 
            // gridControl1
            // 
            this.gridControl1.Location = new System.Drawing.Point(0, 0);
            this.gridControl1.MainView = this.layoutView1;
            this.gridControl1.Margin = new System.Windows.Forms.Padding(0);
            this.gridControl1.MaximumSize = new System.Drawing.Size(621, 361);
            this.gridControl1.MenuManager = this.barManager1;
            this.gridControl1.Name = "gridControl1";
            this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemRadioGroup1,
            this.repositoryItemTextEdit4,
            this.repositoryItemTextEdit5,
            this.repositoryItemTextEdit6,
            this.repositoryItemTextEdit7});
            this.gridControl1.Size = new System.Drawing.Size(617, 361);
            this.gridControl1.TabIndex = 8;
            this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.layoutView1});
            // 
            // layoutView1
            // 
            this.layoutView1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.layoutView1.CardHorzInterval = 0;
            this.layoutView1.CardMinSize = new System.Drawing.Size(0, 0);
            this.layoutView1.CardVertInterval = 0;
            this.layoutView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.LayoutViewColumn[] {
            this.layoutViewColumn1,
            this.layoutViewColumn3,
            this.layoutViewColumn13,
            this.layoutViewColumn4,
            this.layoutViewColumn5,
            this.layoutViewColumn15,
            this.layoutViewColumn14,
            this.layoutViewColumn6,
            this.layoutViewColumn7,
            this.layoutViewColumn8,
            this.layoutViewColumn9,
            this.layoutViewColumn11,
            this.layoutViewColumn12,
            this.layoutViewColumn16,
            this.layoutViewColumn17,
            this.layoutViewColumn18,
            this.layoutViewColumn19,
            this.layoutViewColumn20,
            this.layoutViewColumn21,
            this.layoutViewColumn22,
            this.layoutViewColumn23,
            this.layoutViewColumn24,
            this.layoutViewColumn25,
            this.layoutViewColumn26,
            this.layoutViewColumn27,
            this.layoutViewColumn28,
            this.layoutViewColumn29,
            this.layoutViewColumn30,
            this.layoutViewColumn31,
            this.layoutViewColumn32,
            this.layoutViewColumn2,
            this.layoutViewColumn10,
            this.layoutViewColumn33});
            this.layoutView1.GridControl = this.gridControl1;
            this.layoutView1.Name = "layoutView1";
            this.layoutView1.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.False;
            this.layoutView1.OptionsBehavior.AllowExpandCollapse = false;
            this.layoutView1.OptionsBehavior.AllowPanCards = false;
            this.layoutView1.OptionsBehavior.AllowRuntimeCustomization = false;
            this.layoutView1.OptionsBehavior.AllowSwitchViewModes = false;
            this.layoutView1.OptionsBehavior.ScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Never;
            this.layoutView1.OptionsCustomization.AllowFilter = false;
            this.layoutView1.OptionsCustomization.AllowSort = false;
            this.layoutView1.OptionsFilter.AllowColumnMRUFilterList = false;
            this.layoutView1.OptionsFilter.AllowFilterEditor = false;
            this.layoutView1.OptionsFilter.AllowFilterIncrementalSearch = false;
            this.layoutView1.OptionsFilter.AllowMRUFilterList = false;
            this.layoutView1.OptionsFilter.AllowMultiSelectInCheckedFilterPopup = false;
            this.layoutView1.OptionsFilter.FilterEditorUseMenuForOperandsAndOperators = false;
            this.layoutView1.OptionsFilter.ShowAllTableValuesInCheckedFilterPopup = false;
            this.layoutView1.OptionsFind.AllowFindPanel = false;
            this.layoutView1.OptionsFind.HighlightFindResults = false;
            this.layoutView1.OptionsFind.ShowClearButton = false;
            this.layoutView1.OptionsFind.ShowCloseButton = false;
            this.layoutView1.OptionsFind.ShowFindButton = false;
            this.layoutView1.OptionsHeaderPanel.EnableCarouselModeButton = false;
            this.layoutView1.OptionsHeaderPanel.EnableColumnModeButton = false;
            this.layoutView1.OptionsHeaderPanel.EnableCustomizeButton = false;
            this.layoutView1.OptionsHeaderPanel.EnableMultiColumnModeButton = false;
            this.layoutView1.OptionsHeaderPanel.EnableMultiRowModeButton = false;
            this.layoutView1.OptionsHeaderPanel.EnablePanButton = false;
            this.layoutView1.OptionsHeaderPanel.EnableRowModeButton = false;
            this.layoutView1.OptionsHeaderPanel.EnableSingleModeButton = false;
            this.layoutView1.OptionsItemText.TextToControlDistance = 0;
            this.layoutView1.OptionsLayout.Columns.AddNewColumns = false;
            this.layoutView1.OptionsLayout.Columns.RemoveOldColumns = false;
            this.layoutView1.OptionsView.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
            this.layoutView1.OptionsView.ShowCardCaption = false;
            this.layoutView1.OptionsView.ShowCardExpandButton = false;
            this.layoutView1.OptionsView.ShowCardLines = false;
            this.layoutView1.OptionsView.ShowFieldHints = false;
            this.layoutView1.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
            this.layoutView1.OptionsView.ShowHeaderPanel = false;
            this.layoutView1.TemplateCard = this.layoutViewCard1;
            // 
            // layoutViewColumn1
            // 
            this.layoutViewColumn1.Caption = "总样本数";
            this.layoutViewColumn1.FieldName = "Count";
            this.layoutViewColumn1.LayoutViewField = this.layoutViewField_layoutViewColumn1;
            this.layoutViewColumn1.Name = "layoutViewColumn1";
            this.layoutViewColumn1.OptionsColumn.AllowEdit = false;
            this.layoutViewColumn1.OptionsColumn.ReadOnly = true;
            // 
            // layoutViewField_layoutViewColumn1
            // 
            this.layoutViewField_layoutViewColumn1.EditorPreferredWidth = 91;
            this.layoutViewField_layoutViewColumn1.Location = new System.Drawing.Point(0, 0);
            this.layoutViewField_layoutViewColumn1.Name = "layoutViewField_layoutViewColumn1";
            this.layoutViewField_layoutViewColumn1.Size = new System.Drawing.Size(170, 26);
            this.layoutViewField_layoutViewColumn1.TextSize = new System.Drawing.Size(75, 17);
            // 
            // layoutViewColumn3
            // 
            this.layoutViewColumn3.Caption = "样本均值";
            this.layoutViewColumn3.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn3.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn3.FieldName = "Avg";
            this.layoutViewColumn3.LayoutViewField = this.layoutViewField_layoutViewColumn3;
            this.layoutViewColumn3.Name = "layoutViewColumn3";
            this.layoutViewColumn3.OptionsColumn.AllowEdit = false;
            this.layoutViewColumn3.OptionsColumn.ReadOnly = true;
            // 
            // layoutViewField_layoutViewColumn3
            // 
            this.layoutViewField_layoutViewColumn3.EditorPreferredWidth = 80;
            this.layoutViewField_layoutViewColumn3.Location = new System.Drawing.Point(0, 0);
            this.layoutViewField_layoutViewColumn3.Name = "layoutViewField_layoutViewColumn3";
            this.layoutViewField_layoutViewColumn3.Size = new System.Drawing.Size(159, 26);
            this.layoutViewField_layoutViewColumn3.TextSize = new System.Drawing.Size(75, 17);
            // 
            // layoutViewColumn13
            // 
            this.layoutViewColumn13.Caption = "规格值";
            this.layoutViewColumn13.ColumnEdit = this.repositoryItemTextEdit5;
            this.layoutViewColumn13.FieldName = "Standard";
            this.layoutViewColumn13.LayoutViewField = this.layoutViewField_layoutViewColumn13;
            this.layoutViewColumn13.Name = "layoutViewColumn13";
            // 
            // repositoryItemTextEdit5
            // 
            this.repositoryItemTextEdit5.AutoHeight = false;
            this.repositoryItemTextEdit5.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.repositoryItemTextEdit5.Name = "repositoryItemTextEdit5";
            // 
            // layoutViewField_layoutViewColumn13
            // 
            this.layoutViewField_layoutViewColumn13.EditorPreferredWidth = 54;
            this.layoutViewField_layoutViewColumn13.Location = new System.Drawing.Point(0, 0);
            this.layoutViewField_layoutViewColumn13.Name = "layoutViewField_layoutViewColumn13";
            this.layoutViewField_layoutViewColumn13.Size = new System.Drawing.Size(119, 26);
            this.layoutViewField_layoutViewColumn13.TextSize = new System.Drawing.Size(61, 17);
            this.layoutViewField_layoutViewColumn13.TextToControlDistance = 0;
            // 
            // layoutViewColumn4
            // 
            this.layoutViewColumn4.Caption = "上公差";
            this.layoutViewColumn4.ColumnEdit = this.repositoryItemTextEdit6;
            this.layoutViewColumn4.FieldName = "UpTole";
            this.layoutViewColumn4.LayoutViewField = this.layoutViewField_layoutViewColumn4;
            this.layoutViewColumn4.Name = "layoutViewColumn4";
            // 
            // repositoryItemTextEdit6
            // 
            this.repositoryItemTextEdit6.AutoHeight = false;
            this.repositoryItemTextEdit6.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.repositoryItemTextEdit6.Name = "repositoryItemTextEdit6";
            // 
            // layoutViewField_layoutViewColumn4
            // 
            this.layoutViewField_layoutViewColumn4.EditorPreferredWidth = 54;
            this.layoutViewField_layoutViewColumn4.Location = new System.Drawing.Point(0, 26);
            this.layoutViewField_layoutViewColumn4.Name = "layoutViewField_layoutViewColumn4";
            this.layoutViewField_layoutViewColumn4.Size = new System.Drawing.Size(119, 26);
            this.layoutViewField_layoutViewColumn4.TextSize = new System.Drawing.Size(61, 17);
            // 
            // layoutViewColumn5
            // 
            this.layoutViewColumn5.Caption = "下公差";
            this.layoutViewColumn5.ColumnEdit = this.repositoryItemTextEdit7;
            this.layoutViewColumn5.FieldName = "LowTole";
            this.layoutViewColumn5.LayoutViewField = this.layoutViewField_layoutViewColumn5;
            this.layoutViewColumn5.Name = "layoutViewColumn5";
            // 
            // repositoryItemTextEdit7
            // 
            this.repositoryItemTextEdit7.AutoHeight = false;
            this.repositoryItemTextEdit7.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.repositoryItemTextEdit7.Name = "repositoryItemTextEdit7";
            // 
            // layoutViewField_layoutViewColumn5
            // 
            this.layoutViewField_layoutViewColumn5.EditorPreferredWidth = 54;
            this.layoutViewField_layoutViewColumn5.Location = new System.Drawing.Point(0, 52);
            this.layoutViewField_layoutViewColumn5.Name = "layoutViewField_layoutViewColumn5";
            this.layoutViewField_layoutViewColumn5.Size = new System.Drawing.Size(119, 26);
            this.layoutViewField_layoutViewColumn5.TextSize = new System.Drawing.Size(61, 17);
            this.layoutViewField_layoutViewColumn5.TextToControlDistance = 0;
            // 
            // layoutViewColumn15
            // 
            this.layoutViewColumn15.Caption = "样本最大值";
            this.layoutViewColumn15.FieldName = "Max";
            this.layoutViewColumn15.LayoutViewField = this.layoutViewField_layoutViewColumn15;
            this.layoutViewColumn15.Name = "layoutViewColumn15";
            this.layoutViewColumn15.OptionsColumn.AllowEdit = false;
            this.layoutViewColumn15.OptionsColumn.ReadOnly = true;
            // 
            // layoutViewField_layoutViewColumn15
            // 
            this.layoutViewField_layoutViewColumn15.EditorPreferredWidth = 80;
            this.layoutViewField_layoutViewColumn15.Location = new System.Drawing.Point(0, 26);
            this.layoutViewField_layoutViewColumn15.Name = "layoutViewField_layoutViewColumn15";
            this.layoutViewField_layoutViewColumn15.Size = new System.Drawing.Size(159, 26);
            this.layoutViewField_layoutViewColumn15.TextSize = new System.Drawing.Size(75, 17);
            this.layoutViewField_layoutViewColumn15.TextToControlDistance = 0;
            // 
            // layoutViewColumn14
            // 
            this.layoutViewColumn14.Caption = "样本最小值";
            this.layoutViewColumn14.FieldName = "Min";
            this.layoutViewColumn14.LayoutViewField = this.layoutViewField_layoutViewColumn14;
            this.layoutViewColumn14.Name = "layoutViewColumn14";
            this.layoutViewColumn14.OptionsColumn.AllowEdit = false;
            this.layoutViewColumn14.OptionsColumn.ReadOnly = true;
            // 
            // layoutViewField_layoutViewColumn14
            // 
            this.layoutViewField_layoutViewColumn14.EditorPreferredWidth = 91;
            this.layoutViewField_layoutViewColumn14.Location = new System.Drawing.Point(0, 26);
            this.layoutViewField_layoutViewColumn14.Name = "layoutViewField_layoutViewColumn14";
            this.layoutViewField_layoutViewColumn14.Size = new System.Drawing.Size(170, 26);
            this.layoutViewField_layoutViewColumn14.TextSize = new System.Drawing.Size(75, 17);
            this.layoutViewField_layoutViewColumn14.TextToControlDistance = 0;
            // 
            // layoutViewColumn6
            // 
            this.layoutViewColumn6.Caption = "上规范限";
            this.layoutViewColumn6.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn6.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn6.FieldName = "UpStdLt";
            this.layoutViewColumn6.LayoutViewField = this.layoutViewField_layoutViewColumn6;
            this.layoutViewColumn6.Name = "layoutViewColumn6";
            this.layoutViewColumn6.OptionsColumn.AllowEdit = false;
            this.layoutViewColumn6.OptionsColumn.ReadOnly = true;
            // 
            // layoutViewField_layoutViewColumn6
            // 
            this.layoutViewField_layoutViewColumn6.EditorPreferredWidth = 77;
            this.layoutViewField_layoutViewColumn6.Location = new System.Drawing.Point(0, 0);
            this.layoutViewField_layoutViewColumn6.Name = "layoutViewField_layoutViewColumn6";
            this.layoutViewField_layoutViewColumn6.Size = new System.Drawing.Size(170, 26);
            this.layoutViewField_layoutViewColumn6.TextSize = new System.Drawing.Size(89, 17);
            // 
            // layoutViewColumn7
            // 
            this.layoutViewColumn7.Caption = "下规范限";
            this.layoutViewColumn7.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn7.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn7.FieldName = "LowStdLt";
            this.layoutViewColumn7.LayoutViewField = this.layoutViewField_layoutViewColumn7;
            this.layoutViewColumn7.Name = "layoutViewColumn7";
            this.layoutViewColumn7.OptionsColumn.AllowEdit = false;
            this.layoutViewColumn7.OptionsColumn.ReadOnly = true;
            // 
            // layoutViewField_layoutViewColumn7
            // 
            this.layoutViewField_layoutViewColumn7.EditorPreferredWidth = 80;
            this.layoutViewField_layoutViewColumn7.Location = new System.Drawing.Point(0, 0);
            this.layoutViewField_layoutViewColumn7.Name = "layoutViewField_layoutViewColumn7";
            this.layoutViewField_layoutViewColumn7.Size = new System.Drawing.Size(159, 26);
            this.layoutViewField_layoutViewColumn7.TextSize = new System.Drawing.Size(75, 17);
            // 
            // layoutViewColumn8
            // 
            this.layoutViewColumn8.Caption = "技术公差幅度";
            this.layoutViewColumn8.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn8.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn8.FieldName = "TOffsetWidth";
            this.layoutViewColumn8.LayoutViewField = this.layoutViewField_layoutViewColumn8;
            this.layoutViewColumn8.Name = "layoutViewColumn8";
            this.layoutViewColumn8.OptionsColumn.AllowEdit = false;
            this.layoutViewColumn8.OptionsColumn.ReadOnly = true;
            // 
            // layoutViewField_layoutViewColumn8
            // 
            this.layoutViewField_layoutViewColumn8.EditorPreferredWidth = 77;
            this.layoutViewField_layoutViewColumn8.Location = new System.Drawing.Point(0, 26);
            this.layoutViewField_layoutViewColumn8.Name = "layoutViewField_layoutViewColumn8";
            this.layoutViewField_layoutViewColumn8.Size = new System.Drawing.Size(170, 26);
            this.layoutViewField_layoutViewColumn8.TextSize = new System.Drawing.Size(89, 17);
            // 
            // layoutViewColumn9
            // 
            this.layoutViewColumn9.Caption = "公差中心值";
            this.layoutViewColumn9.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn9.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn9.FieldName = "OffsetMid";
            this.layoutViewColumn9.LayoutViewField = this.layoutViewField_layoutViewColumn9;
            this.layoutViewColumn9.Name = "layoutViewColumn9";
            this.layoutViewColumn9.OptionsColumn.AllowEdit = false;
            this.layoutViewColumn9.OptionsColumn.ReadOnly = true;
            // 
            // layoutViewField_layoutViewColumn9
            // 
            this.layoutViewField_layoutViewColumn9.EditorPreferredWidth = 77;
            this.layoutViewField_layoutViewColumn9.Location = new System.Drawing.Point(0, 52);
            this.layoutViewField_layoutViewColumn9.Name = "layoutViewField_layoutViewColumn9";
            this.layoutViewField_layoutViewColumn9.Size = new System.Drawing.Size(170, 26);
            this.layoutViewField_layoutViewColumn9.TextSize = new System.Drawing.Size(89, 17);
            // 
            // layoutViewColumn11
            // 
            this.layoutViewColumn11.Caption = "样本偏移量";
            this.layoutViewColumn11.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn11.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn11.FieldName = "SpOffset";
            this.layoutViewColumn11.LayoutViewField = this.layoutViewField_layoutViewColumn11;
            this.layoutViewColumn11.Name = "layoutViewColumn11";
            this.layoutViewColumn11.OptionsColumn.AllowEdit = false;
            this.layoutViewColumn11.OptionsColumn.ReadOnly = true;
            // 
            // layoutViewField_layoutViewColumn11
            // 
            this.layoutViewField_layoutViewColumn11.EditorPreferredWidth = 80;
            this.layoutViewField_layoutViewColumn11.Location = new System.Drawing.Point(0, 26);
            this.layoutViewField_layoutViewColumn11.Name = "layoutViewField_layoutViewColumn11";
            this.layoutViewField_layoutViewColumn11.Size = new System.Drawing.Size(159, 26);
            this.layoutViewField_layoutViewColumn11.TextSize = new System.Drawing.Size(75, 17);
            // 
            // layoutViewColumn12
            // 
            this.layoutViewColumn12.Caption = "样本偏移度";
            this.layoutViewColumn12.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn12.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn12.FieldName = "SpOffsetD";
            this.layoutViewColumn12.LayoutViewField = this.layoutViewField_layoutViewColumn12;
            this.layoutViewColumn12.Name = "layoutViewColumn12";
            this.layoutViewColumn12.OptionsColumn.AllowEdit = false;
            this.layoutViewColumn12.OptionsColumn.ReadOnly = true;
            // 
            // layoutViewField_layoutViewColumn12
            // 
            this.layoutViewField_layoutViewColumn12.EditorPreferredWidth = 80;
            this.layoutViewField_layoutViewColumn12.Location = new System.Drawing.Point(0, 52);
            this.layoutViewField_layoutViewColumn12.Name = "layoutViewField_layoutViewColumn12";
            this.layoutViewField_layoutViewColumn12.Size = new System.Drawing.Size(159, 26);
            this.layoutViewField_layoutViewColumn12.TextSize = new System.Drawing.Size(75, 17);
            // 
            // layoutViewColumn16
            // 
            this.layoutViewColumn16.Caption = "PPM Total entirety";
            this.layoutViewColumn16.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn16.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn16.FieldName = "SumBdRate_E";
            this.layoutViewColumn16.LayoutViewField = this.layoutViewField_layoutViewColumn16;
            this.layoutViewColumn16.Name = "layoutViewColumn16";
            this.layoutViewColumn16.OptionsColumn.AllowEdit = false;
            this.layoutViewColumn16.OptionsColumn.ReadOnly = true;
            // 
            // layoutViewField_layoutViewColumn16
            // 
            this.layoutViewField_layoutViewColumn16.EditorPreferredWidth = 254;
            this.layoutViewField_layoutViewColumn16.Location = new System.Drawing.Point(0, 203);
            this.layoutViewField_layoutViewColumn16.Name = "layoutViewField_layoutViewColumn16";
            this.layoutViewField_layoutViewColumn16.Size = new System.Drawing.Size(258, 26);
            this.layoutViewField_layoutViewColumn16.TextSize = new System.Drawing.Size(0, 0);
            this.layoutViewField_layoutViewColumn16.TextToControlDistance = 0;
            this.layoutViewField_layoutViewColumn16.TextVisible = false;
            // 
            // layoutViewColumn17
            // 
            this.layoutViewColumn17.Caption = "PPM>USL entirety";
            this.layoutViewColumn17.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn17.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn17.FieldName = "UpBdRate_E";
            this.layoutViewColumn17.LayoutViewField = this.layoutViewField_layoutViewColumn17;
            this.layoutViewColumn17.Name = "layoutViewColumn17";
            this.layoutViewColumn17.OptionsColumn.AllowEdit = false;
            this.layoutViewColumn17.OptionsColumn.ReadOnly = true;
            // 
            // layoutViewField_layoutViewColumn17
            // 
            this.layoutViewField_layoutViewColumn17.EditorPreferredWidth = 254;
            this.layoutViewField_layoutViewColumn17.Location = new System.Drawing.Point(0, 151);
            this.layoutViewField_layoutViewColumn17.Name = "layoutViewField_layoutViewColumn17";
            this.layoutViewField_layoutViewColumn17.Size = new System.Drawing.Size(258, 26);
            this.layoutViewField_layoutViewColumn17.TextSize = new System.Drawing.Size(0, 0);
            this.layoutViewField_layoutViewColumn17.TextToControlDistance = 0;
            this.layoutViewField_layoutViewColumn17.TextVisible = false;
            // 
            // layoutViewColumn18
            // 
            this.layoutViewColumn18.Caption = "PPM<LSL entirety";
            this.layoutViewColumn18.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn18.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn18.FieldName = "LowBdRate_E";
            this.layoutViewColumn18.LayoutViewField = this.layoutViewField_layoutViewColumn18;
            this.layoutViewColumn18.Name = "layoutViewColumn18";
            this.layoutViewColumn18.OptionsColumn.AllowEdit = false;
            this.layoutViewColumn18.OptionsColumn.ReadOnly = true;
            // 
            // layoutViewField_layoutViewColumn18
            // 
            this.layoutViewField_layoutViewColumn18.EditorPreferredWidth = 254;
            this.layoutViewField_layoutViewColumn18.Location = new System.Drawing.Point(0, 177);
            this.layoutViewField_layoutViewColumn18.Name = "layoutViewField_layoutViewColumn18";
            this.layoutViewField_layoutViewColumn18.Size = new System.Drawing.Size(258, 26);
            this.layoutViewField_layoutViewColumn18.TextSize = new System.Drawing.Size(0, 0);
            this.layoutViewField_layoutViewColumn18.TextToControlDistance = 0;
            this.layoutViewField_layoutViewColumn18.TextVisible = false;
            // 
            // layoutViewColumn19
            // 
            this.layoutViewColumn19.Caption = "Cp entirety";
            this.layoutViewColumn19.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn19.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn19.FieldName = "CP_E";
            this.layoutViewColumn19.LayoutViewField = this.layoutViewField_layoutViewColumn19;
            this.layoutViewColumn19.Name = "layoutViewColumn19";
            this.layoutViewColumn19.OptionsColumn.AllowEdit = false;
            this.layoutViewColumn19.OptionsColumn.ReadOnly = true;
            // 
            // layoutViewField_layoutViewColumn19
            // 
            this.layoutViewField_layoutViewColumn19.EditorPreferredWidth = 254;
            this.layoutViewField_layoutViewColumn19.Location = new System.Drawing.Point(0, 47);
            this.layoutViewField_layoutViewColumn19.Name = "layoutViewField_layoutViewColumn19";
            this.layoutViewField_layoutViewColumn19.Size = new System.Drawing.Size(258, 26);
            this.layoutViewField_layoutViewColumn19.TextSize = new System.Drawing.Size(0, 0);
            this.layoutViewField_layoutViewColumn19.TextToControlDistance = 0;
            this.layoutViewField_layoutViewColumn19.TextVisible = false;
            // 
            // layoutViewColumn20
            // 
            this.layoutViewColumn20.Caption = "Cpk entirety";
            this.layoutViewColumn20.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn20.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn20.FieldName = "CPK_E";
            this.layoutViewColumn20.LayoutViewField = this.layoutViewField_layoutViewColumn20;
            this.layoutViewColumn20.Name = "layoutViewColumn20";
            this.layoutViewColumn20.OptionsColumn.AllowEdit = false;
            this.layoutViewColumn20.OptionsColumn.ReadOnly = true;
            // 
            // layoutViewField_layoutViewColumn20
            // 
            this.layoutViewField_layoutViewColumn20.EditorPreferredWidth = 254;
            this.layoutViewField_layoutViewColumn20.Location = new System.Drawing.Point(0, 73);
            this.layoutViewField_layoutViewColumn20.Name = "layoutViewField_layoutViewColumn20";
            this.layoutViewField_layoutViewColumn20.Size = new System.Drawing.Size(258, 26);
            this.layoutViewField_layoutViewColumn20.TextSize = new System.Drawing.Size(0, 0);
            this.layoutViewField_layoutViewColumn20.TextToControlDistance = 0;
            this.layoutViewField_layoutViewColumn20.TextVisible = false;
            // 
            // layoutViewColumn21
            // 
            this.layoutViewColumn21.Caption = "SelectType";
            this.layoutViewColumn21.ColumnEdit = this.repositoryItemRadioGroup1;
            this.layoutViewColumn21.FieldName = "SelectType";
            this.layoutViewColumn21.LayoutViewField = this.layoutViewField_layoutViewColumn21;
            this.layoutViewColumn21.Name = "layoutViewColumn21";
            // 
            // repositoryItemRadioGroup1
            // 
            this.repositoryItemRadioGroup1.Columns = 1;
            this.repositoryItemRadioGroup1.EnableFocusRect = true;
            this.repositoryItemRadioGroup1.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
            new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "双侧公差"),
            new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "上限公差"),
            new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "下限公差")});
            this.repositoryItemRadioGroup1.Name = "repositoryItemRadioGroup1";
            this.repositoryItemRadioGroup1.EditValueChanged += new System.EventHandler(this.repositoryItemRadioGroup1_EditValueChanged);
            // 
            // layoutViewField_layoutViewColumn21
            // 
            this.layoutViewField_layoutViewColumn21.EditorPreferredWidth = 97;
            this.layoutViewField_layoutViewColumn21.Location = new System.Drawing.Point(119, 0);
            this.layoutViewField_layoutViewColumn21.MinSize = new System.Drawing.Size(101, 23);
            this.layoutViewField_layoutViewColumn21.Name = "layoutViewField_layoutViewColumn21";
            this.layoutViewField_layoutViewColumn21.Size = new System.Drawing.Size(101, 113);
            this.layoutViewField_layoutViewColumn21.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutViewField_layoutViewColumn21.TextSize = new System.Drawing.Size(0, 0);
            this.layoutViewField_layoutViewColumn21.TextToControlDistance = 0;
            this.layoutViewField_layoutViewColumn21.TextVisible = false;
            // 
            // layoutViewColumn22
            // 
            this.layoutViewColumn22.Caption = "+3Sigma";
            this.layoutViewColumn22.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn22.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn22.FieldName = "P3Sigma";
            this.layoutViewColumn22.LayoutViewField = this.layoutViewField_layoutViewColumn22;
            this.layoutViewColumn22.Name = "layoutViewColumn22";
            // 
            // layoutViewField_layoutViewColumn22
            // 
            this.layoutViewField_layoutViewColumn22.EditorPreferredWidth = 91;
            this.layoutViewField_layoutViewColumn22.Location = new System.Drawing.Point(0, 52);
            this.layoutViewField_layoutViewColumn22.Name = "layoutViewField_layoutViewColumn22";
            this.layoutViewField_layoutViewColumn22.Size = new System.Drawing.Size(170, 26);
            this.layoutViewField_layoutViewColumn22.TextSize = new System.Drawing.Size(75, 16);
            this.layoutViewField_layoutViewColumn22.TextToControlDistance = 0;
            // 
            // layoutViewColumn23
            // 
            this.layoutViewColumn23.Caption = "-3Sigma";
            this.layoutViewColumn23.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn23.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn23.FieldName = "N3Sigma";
            this.layoutViewColumn23.LayoutViewField = this.layoutViewField_layoutViewColumn23;
            this.layoutViewColumn23.Name = "layoutViewColumn23";
            // 
            // layoutViewField_layoutViewColumn23
            // 
            this.layoutViewField_layoutViewColumn23.EditorPreferredWidth = 80;
            this.layoutViewField_layoutViewColumn23.Location = new System.Drawing.Point(0, 52);
            this.layoutViewField_layoutViewColumn23.Name = "layoutViewField_layoutViewColumn23";
            this.layoutViewField_layoutViewColumn23.Size = new System.Drawing.Size(159, 26);
            this.layoutViewField_layoutViewColumn23.TextSize = new System.Drawing.Size(75, 16);
            this.layoutViewField_layoutViewColumn23.TextToControlDistance = 0;
            // 
            // layoutViewColumn24
            // 
            this.layoutViewColumn24.Caption = "CPL entirety";
            this.layoutViewColumn24.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn24.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn24.FieldName = "CPL_E";
            this.layoutViewColumn24.LayoutViewField = this.layoutViewField_layoutViewColumn24;
            this.layoutViewColumn24.Name = "layoutViewColumn24";
            // 
            // layoutViewField_layoutViewColumn24
            // 
            this.layoutViewField_layoutViewColumn24.EditorPreferredWidth = 254;
            this.layoutViewField_layoutViewColumn24.Location = new System.Drawing.Point(0, 125);
            this.layoutViewField_layoutViewColumn24.Name = "layoutViewField_layoutViewColumn24";
            this.layoutViewField_layoutViewColumn24.Size = new System.Drawing.Size(258, 26);
            this.layoutViewField_layoutViewColumn24.TextSize = new System.Drawing.Size(0, 0);
            this.layoutViewField_layoutViewColumn24.TextToControlDistance = 0;
            this.layoutViewField_layoutViewColumn24.TextVisible = false;
            // 
            // layoutViewColumn25
            // 
            this.layoutViewColumn25.Caption = "CPU entirety";
            this.layoutViewColumn25.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn25.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn25.FieldName = "CPU_E";
            this.layoutViewColumn25.LayoutViewField = this.layoutViewField_layoutViewColumn25;
            this.layoutViewColumn25.Name = "layoutViewColumn25";
            // 
            // layoutViewField_layoutViewColumn25
            // 
            this.layoutViewField_layoutViewColumn25.EditorPreferredWidth = 254;
            this.layoutViewField_layoutViewColumn25.Location = new System.Drawing.Point(0, 99);
            this.layoutViewField_layoutViewColumn25.Name = "layoutViewField_layoutViewColumn25";
            this.layoutViewField_layoutViewColumn25.Size = new System.Drawing.Size(258, 26);
            this.layoutViewField_layoutViewColumn25.TextSize = new System.Drawing.Size(0, 0);
            this.layoutViewField_layoutViewColumn25.TextToControlDistance = 0;
            this.layoutViewField_layoutViewColumn25.TextVisible = false;
            // 
            // layoutViewColumn26
            // 
            this.layoutViewColumn26.Caption = "PPM>USL";
            this.layoutViewColumn26.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn26.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn26.FieldName = "UpBdRate_G";
            this.layoutViewColumn26.LayoutViewField = this.layoutViewField_layoutViewColumn26;
            this.layoutViewColumn26.Name = "layoutViewColumn26";
            // 
            // layoutViewField_layoutViewColumn26
            // 
            this.layoutViewField_layoutViewColumn26.EditorPreferredWidth = 255;
            this.layoutViewField_layoutViewColumn26.Location = new System.Drawing.Point(0, 151);
            this.layoutViewField_layoutViewColumn26.Name = "layoutViewField_layoutViewColumn26";
            this.layoutViewField_layoutViewColumn26.Size = new System.Drawing.Size(321, 26);
            this.layoutViewField_layoutViewColumn26.TextSize = new System.Drawing.Size(62, 16);
            this.layoutViewField_layoutViewColumn26.TextToControlDistance = 0;
            // 
            // layoutViewColumn27
            // 
            this.layoutViewColumn27.Caption = "PPM<LSL";
            this.layoutViewColumn27.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn27.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn27.FieldName = "LowBdRate_G";
            this.layoutViewColumn27.LayoutViewField = this.layoutViewField_layoutViewColumn27;
            this.layoutViewColumn27.Name = "layoutViewColumn27";
            // 
            // layoutViewField_layoutViewColumn27
            // 
            this.layoutViewField_layoutViewColumn27.EditorPreferredWidth = 255;
            this.layoutViewField_layoutViewColumn27.Location = new System.Drawing.Point(0, 177);
            this.layoutViewField_layoutViewColumn27.Name = "layoutViewField_layoutViewColumn27";
            this.layoutViewField_layoutViewColumn27.Size = new System.Drawing.Size(321, 26);
            this.layoutViewField_layoutViewColumn27.TextSize = new System.Drawing.Size(62, 16);
            this.layoutViewField_layoutViewColumn27.TextToControlDistance = 0;
            // 
            // layoutViewColumn28
            // 
            this.layoutViewColumn28.Caption = "PPM Total";
            this.layoutViewColumn28.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn28.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn28.FieldName = "SumBdRate_G";
            this.layoutViewColumn28.LayoutViewField = this.layoutViewField_layoutViewColumn28;
            this.layoutViewColumn28.Name = "layoutViewColumn28";
            // 
            // layoutViewField_layoutViewColumn28
            // 
            this.layoutViewField_layoutViewColumn28.EditorPreferredWidth = 255;
            this.layoutViewField_layoutViewColumn28.Location = new System.Drawing.Point(0, 203);
            this.layoutViewField_layoutViewColumn28.Name = "layoutViewField_layoutViewColumn28";
            this.layoutViewField_layoutViewColumn28.Size = new System.Drawing.Size(321, 26);
            this.layoutViewField_layoutViewColumn28.TextSize = new System.Drawing.Size(62, 16);
            this.layoutViewField_layoutViewColumn28.TextToControlDistance = 0;
            // 
            // layoutViewColumn29
            // 
            this.layoutViewColumn29.Caption = "Cp";
            this.layoutViewColumn29.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn29.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn29.FieldName = "CP_G";
            this.layoutViewColumn29.LayoutViewField = this.layoutViewField_layoutViewColumn29;
            this.layoutViewColumn29.Name = "layoutViewColumn29";
            // 
            // layoutViewField_layoutViewColumn29
            // 
            this.layoutViewField_layoutViewColumn29.EditorPreferredWidth = 255;
            this.layoutViewField_layoutViewColumn29.Location = new System.Drawing.Point(0, 47);
            this.layoutViewField_layoutViewColumn29.Name = "layoutViewField_layoutViewColumn29";
            this.layoutViewField_layoutViewColumn29.Size = new System.Drawing.Size(321, 26);
            this.layoutViewField_layoutViewColumn29.TextSize = new System.Drawing.Size(62, 16);
            this.layoutViewField_layoutViewColumn29.TextToControlDistance = 0;
            // 
            // layoutViewColumn30
            // 
            this.layoutViewColumn30.Caption = "Cpk";
            this.layoutViewColumn30.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn30.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn30.FieldName = "CPK_G";
            this.layoutViewColumn30.LayoutViewField = this.layoutViewField_layoutViewColumn30;
            this.layoutViewColumn30.Name = "layoutViewColumn30";
            // 
            // layoutViewField_layoutViewColumn30
            // 
            this.layoutViewField_layoutViewColumn30.EditorPreferredWidth = 255;
            this.layoutViewField_layoutViewColumn30.Location = new System.Drawing.Point(0, 73);
            this.layoutViewField_layoutViewColumn30.Name = "layoutViewField_layoutViewColumn30";
            this.layoutViewField_layoutViewColumn30.Size = new System.Drawing.Size(321, 26);
            this.layoutViewField_layoutViewColumn30.TextSize = new System.Drawing.Size(62, 16);
            this.layoutViewField_layoutViewColumn30.TextToControlDistance = 0;
            // 
            // layoutViewColumn31
            // 
            this.layoutViewColumn31.Caption = "CPL";
            this.layoutViewColumn31.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn31.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn31.FieldName = "CPL_G";
            this.layoutViewColumn31.LayoutViewField = this.layoutViewField_layoutViewColumn31;
            this.layoutViewColumn31.Name = "layoutViewColumn31";
            // 
            // layoutViewField_layoutViewColumn31
            // 
            this.layoutViewField_layoutViewColumn31.EditorPreferredWidth = 255;
            this.layoutViewField_layoutViewColumn31.Location = new System.Drawing.Point(0, 125);
            this.layoutViewField_layoutViewColumn31.Name = "layoutViewField_layoutViewColumn31";
            this.layoutViewField_layoutViewColumn31.Size = new System.Drawing.Size(321, 26);
            this.layoutViewField_layoutViewColumn31.TextSize = new System.Drawing.Size(62, 16);
            this.layoutViewField_layoutViewColumn31.TextToControlDistance = 0;
            // 
            // layoutViewColumn32
            // 
            this.layoutViewColumn32.Caption = "CPU";
            this.layoutViewColumn32.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn32.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn32.FieldName = "CPU_G";
            this.layoutViewColumn32.LayoutViewField = this.layoutViewField_layoutViewColumn32;
            this.layoutViewColumn32.Name = "layoutViewColumn32";
            // 
            // layoutViewField_layoutViewColumn32
            // 
            this.layoutViewField_layoutViewColumn32.EditorPreferredWidth = 255;
            this.layoutViewField_layoutViewColumn32.Location = new System.Drawing.Point(0, 99);
            this.layoutViewField_layoutViewColumn32.Name = "layoutViewField_layoutViewColumn32";
            this.layoutViewField_layoutViewColumn32.Size = new System.Drawing.Size(321, 26);
            this.layoutViewField_layoutViewColumn32.TextSize = new System.Drawing.Size(62, 16);
            this.layoutViewField_layoutViewColumn32.TextToControlDistance = 0;
            // 
            // layoutViewColumn2
            // 
            this.layoutViewColumn2.Caption = "STDEV";
            this.layoutViewColumn2.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn2.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn2.FieldName = "STDev_G";
            this.layoutViewColumn2.LayoutViewField = this.layoutViewField_layoutViewColumn2;
            this.layoutViewColumn2.Name = "layoutViewColumn2";
            // 
            // layoutViewField_layoutViewColumn2
            // 
            this.layoutViewField_layoutViewColumn2.EditorPreferredWidth = 255;
            this.layoutViewField_layoutViewColumn2.Location = new System.Drawing.Point(0, 21);
            this.layoutViewField_layoutViewColumn2.Name = "layoutViewField_layoutViewColumn2";
            this.layoutViewField_layoutViewColumn2.Size = new System.Drawing.Size(321, 26);
            this.layoutViewField_layoutViewColumn2.TextSize = new System.Drawing.Size(62, 16);
            this.layoutViewField_layoutViewColumn2.TextToControlDistance = 0;
            // 
            // layoutViewColumn10
            // 
            this.layoutViewColumn10.Caption = "STDEV entirety";
            this.layoutViewColumn10.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn10.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn10.FieldName = "STDev_E";
            this.layoutViewColumn10.LayoutViewField = this.layoutViewField_layoutViewColumn10;
            this.layoutViewColumn10.Name = "layoutViewColumn10";
            // 
            // layoutViewField_layoutViewColumn10
            // 
            this.layoutViewField_layoutViewColumn10.EditorPreferredWidth = 254;
            this.layoutViewField_layoutViewColumn10.Location = new System.Drawing.Point(0, 21);
            this.layoutViewField_layoutViewColumn10.Name = "layoutViewField_layoutViewColumn10";
            this.layoutViewField_layoutViewColumn10.Size = new System.Drawing.Size(258, 26);
            this.layoutViewField_layoutViewColumn10.TextSize = new System.Drawing.Size(0, 0);
            this.layoutViewField_layoutViewColumn10.TextToControlDistance = 0;
            this.layoutViewField_layoutViewColumn10.TextVisible = false;
            // 
            // layoutViewColumn33
            // 
            this.layoutViewColumn33.Caption = "子组大小";
            this.layoutViewColumn33.ColumnEdit = this.repositoryItemTextEdit4;
            this.layoutViewColumn33.FieldName = "GroupLength";
            this.layoutViewColumn33.LayoutViewField = this.layoutViewField_layoutViewColumn33;
            this.layoutViewColumn33.Name = "layoutViewColumn33";
            // 
            // repositoryItemTextEdit4
            // 
            this.repositoryItemTextEdit4.AutoHeight = false;
            this.repositoryItemTextEdit4.Mask.EditMask = "[1-9]\\d*";
            this.repositoryItemTextEdit4.Mask.IgnoreMaskBlank = false;
            this.repositoryItemTextEdit4.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
            this.repositoryItemTextEdit4.Mask.ShowPlaceHolders = false;
            this.repositoryItemTextEdit4.Name = "repositoryItemTextEdit4";
            // 
            // layoutViewField_layoutViewColumn33
            // 
            this.layoutViewField_layoutViewColumn33.EditorPreferredWidth = 54;
            this.layoutViewField_layoutViewColumn33.Location = new System.Drawing.Point(0, 78);
            this.layoutViewField_layoutViewColumn33.Name = "layoutViewField_layoutViewColumn33";
            this.layoutViewField_layoutViewColumn33.Size = new System.Drawing.Size(119, 35);
            this.layoutViewField_layoutViewColumn33.TextSize = new System.Drawing.Size(61, 17);
            this.layoutViewField_layoutViewColumn33.TextToControlDistance = 0;
            // 
            // layoutViewCard1
            // 
            this.layoutViewCard1.AllowDrawBackground = false;
            this.layoutViewCard1.CustomizationFormText = "TemplateCard";
            this.layoutViewCard1.ExpandButtonLocation = DevExpress.Utils.GroupElementLocation.AfterText;
            this.layoutViewCard1.GroupBordersVisible = false;
            this.layoutViewCard1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.Group1,
            this.Group2,
            this.Group5,
            this.Group7});
            this.layoutViewCard1.Name = "layoutViewTemplateCard";
            this.layoutViewCard1.OptionsItemText.TextToControlDistance = 0;
            this.layoutViewCard1.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
            this.layoutViewCard1.Text = "TemplateCard";
            this.layoutViewCard1.TextLocation = DevExpress.Utils.Locations.Bottom;
            // 
            // Group1
            // 
            this.Group1.CustomizationFormText = "Group1";
            this.Group1.GroupBordersVisible = false;
            this.Group1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.Group3,
            this.Group4});
            this.Group1.Location = new System.Drawing.Point(0, 86);
            this.Group1.Name = "Group1";
            this.Group1.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
            this.Group1.Size = new System.Drawing.Size(337, 86);
            this.Group1.Text = "Group1";
            // 
            // Group3
            // 
            this.Group3.CustomizationFormText = "Group3";
            this.Group3.GroupBordersVisible = false;
            this.Group3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutViewField_layoutViewColumn6,
            this.layoutViewField_layoutViewColumn8,
            this.layoutViewField_layoutViewColumn9});
            this.Group3.Location = new System.Drawing.Point(0, 0);
            this.Group3.Name = "Group3";
            this.Group3.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.Group3.Size = new System.Drawing.Size(170, 78);
            this.Group3.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.Group3.Text = "Group3";
            // 
            // Group4
            // 
            this.Group4.CustomizationFormText = "Group4";
            this.Group4.GroupBordersVisible = false;
            this.Group4.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutViewField_layoutViewColumn7,
            this.layoutViewField_layoutViewColumn11,
            this.layoutViewField_layoutViewColumn12});
            this.Group4.Location = new System.Drawing.Point(170, 0);
            this.Group4.Name = "Group4";
            this.Group4.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.Group4.Size = new System.Drawing.Size(159, 78);
            this.Group4.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.Group4.Text = "Group4";
            // 
            // Group2
            // 
            this.Group2.CustomizationFormText = "Group2";
            this.Group2.GroupBordersVisible = false;
            this.Group2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.Group8,
            this.Group9});
            this.Group2.Location = new System.Drawing.Point(0, 0);
            this.Group2.Name = "Group2";
            this.Group2.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
            this.Group2.Size = new System.Drawing.Size(337, 86);
            this.Group2.Text = "Group2";
            // 
            // Group8
            // 
            this.Group8.CustomizationFormText = "Group8";
            this.Group8.GroupBordersVisible = false;
            this.Group8.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutViewField_layoutViewColumn1,
            this.layoutViewField_layoutViewColumn14,
            this.layoutViewField_layoutViewColumn22});
            this.Group8.Location = new System.Drawing.Point(0, 0);
            this.Group8.Name = "Group8";
            this.Group8.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.Group8.Size = new System.Drawing.Size(170, 78);
            this.Group8.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.Group8.Text = "Group8";
            // 
            // Group9
            // 
            this.Group9.CustomizationFormText = "Group9";
            this.Group9.GroupBordersVisible = false;
            this.Group9.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutViewField_layoutViewColumn15,
            this.layoutViewField_layoutViewColumn3,
            this.layoutViewField_layoutViewColumn23});
            this.Group9.Location = new System.Drawing.Point(170, 0);
            this.Group9.Name = "Group9";
            this.Group9.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.Group9.Size = new System.Drawing.Size(159, 78);
            this.Group9.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.Group9.Text = "Group9";
            // 
            // Group5
            // 
            this.Group5.CustomizationFormText = "Group5";
            this.Group5.GroupBordersVisible = false;
            this.Group5.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.Group6,
            this.Group10});
            this.Group5.Location = new System.Drawing.Point(0, 172);
            this.Group5.Name = "Group5";
            this.Group5.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
            this.Group5.Size = new System.Drawing.Size(587, 237);
            this.Group5.Text = "Group5";
            // 
            // Group6
            // 
            this.Group6.CustomizationFormText = "Group6";
            this.Group6.GroupBordersVisible = false;
            this.Group6.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.item2,
            this.layoutViewField_layoutViewColumn16,
            this.layoutViewField_layoutViewColumn18,
            this.layoutViewField_layoutViewColumn17,
            this.layoutViewField_layoutViewColumn24,
            this.layoutViewField_layoutViewColumn25,
            this.layoutViewField_layoutViewColumn20,
            this.layoutViewField_layoutViewColumn19,
            this.layoutViewField_layoutViewColumn10});
            this.Group6.Location = new System.Drawing.Point(321, 0);
            this.Group6.Name = "Group6";
            this.Group6.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.Group6.Size = new System.Drawing.Size(258, 229);
            this.Group6.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.Group6.Text = "Group6";
            // 
            // item2
            // 
            this.item2.AllowHotTrack = false;
            this.item2.AppearanceItemCaption.Options.UseTextOptions = true;
            this.item2.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.item2.CustomizationFormText = "整体";
            this.item2.Location = new System.Drawing.Point(0, 0);
            this.item2.Name = "item2";
            this.item2.Size = new System.Drawing.Size(258, 21);
            this.item2.Text = "整体";
            this.item2.TextSize = new System.Drawing.Size(28, 17);
            // 
            // Group10
            // 
            this.Group10.CustomizationFormText = "Group10";
            this.Group10.GroupBordersVisible = false;
            this.Group10.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.item1,
            this.item3,
            this.layoutViewField_layoutViewColumn29,
            this.layoutViewField_layoutViewColumn30,
            this.layoutViewField_layoutViewColumn32,
            this.layoutViewField_layoutViewColumn31,
            this.layoutViewField_layoutViewColumn26,
            this.layoutViewField_layoutViewColumn27,
            this.layoutViewField_layoutViewColumn28,
            this.layoutViewField_layoutViewColumn2});
            this.Group10.Location = new System.Drawing.Point(0, 0);
            this.Group10.Name = "Group10";
            this.Group10.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.Group10.Size = new System.Drawing.Size(321, 229);
            this.Group10.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.Group10.Text = "Group10";
            // 
            // item1
            // 
            this.item1.AllowHotTrack = false;
            this.item1.AppearanceItemCaption.Options.UseTextOptions = true;
            this.item1.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.item1.CustomizationFormText = "组内";
            this.item1.Location = new System.Drawing.Point(63, 0);
            this.item1.Name = "item1";
            this.item1.Size = new System.Drawing.Size(258, 21);
            this.item1.Text = "组内";
            this.item1.TextSize = new System.Drawing.Size(62, 17);
            // 
            // item3
            // 
            this.item3.AllowHotTrack = false;
            this.item3.CustomizationFormText = "item3";
            this.item3.Location = new System.Drawing.Point(0, 0);
            this.item3.Name = "item3";
            this.item3.Size = new System.Drawing.Size(63, 21);
            this.item3.Text = "item3";
            this.item3.TextSize = new System.Drawing.Size(0, 0);
            // 
            // Group7
            // 
            this.Group7.AppearanceGroup.Font = new System.Drawing.Font("Tahoma", 12.83019F);
            this.Group7.AppearanceGroup.Options.UseFont = true;
            this.Group7.AppearanceGroup.Options.UseTextOptions = true;
            this.Group7.AppearanceGroup.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.Group7.CustomizationFormText = "设定";
            this.Group7.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutViewField_layoutViewColumn4,
            this.layoutViewField_layoutViewColumn13,
            this.layoutViewField_layoutViewColumn5,
            this.layoutViewField_layoutViewColumn33,
            this.layoutViewField_layoutViewColumn21});
            this.Group7.Location = new System.Drawing.Point(337, 0);
            this.Group7.Name = "Group7";
            this.Group7.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
            this.Group7.Size = new System.Drawing.Size(250, 172);
            this.Group7.Spacing = new DevExpress.XtraLayout.Utils.Padding(12, 12, 12, 12);
            this.Group7.Text = "设定";
            // 
            // panelControl2
            // 
            this.panelControl2.Controls.Add(this.DataChart);
            this.panelControl2.Controls.Add(this.splitter2);
            this.panelControl2.Controls.Add(this.panelControl3);
            this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelControl2.Location = new System.Drawing.Point(624, 0);
            this.panelControl2.Name = "panelControl2";
            this.panelControl2.Size = new System.Drawing.Size(738, 586);
            this.panelControl2.TabIndex = 10;
            // 
            // DataChart
            // 
            this.DataChart.AllowDrop = true;
            this.DataChart.BorderOptions.Visible = false;
            constantLine66.AxisValueSerializable = "B";
            constantLine66.Name = "X";
            constantLine66.Title.Text = "X";
            constantLine66.Visible = false;
            constantLine67.AxisValueSerializable = "B";
            constantLine67.Name = "X";
            constantLine67.Title.Text = "X";
            constantLine67.Visible = false;
            swiftPlotDiagram6.AxisX.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
            constantLine66,
            constantLine67});
            swiftPlotDiagram6.AxisX.MinorCount = 1;
            strip11.MaxLimit.AxisValueSerializable = "B";
            strip11.MinLimit.AxisValueSerializable = "A";
            strip11.Name = "XStrip";
            strip11.Visible = false;
            swiftPlotDiagram6.AxisX.Strips.AddRange(new DevExpress.XtraCharts.Strip[] {
            strip11});
            swiftPlotDiagram6.AxisX.VisibleInPanesSerializable = "-1";
            swiftPlotDiagram6.AxisX.WholeRange.AutoSideMargins = false;
            swiftPlotDiagram6.AxisX.WholeRange.SideMarginsValue = 0D;
            constantLine68.AxisValueSerializable = "0";
            constantLine68.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
            constantLine68.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Solid;
            constantLine68.Name = "up";
            constantLine68.ShowInLegend = false;
            constantLine68.Title.Visible = false;
            constantLine68.Visible = false;
            constantLine69.AxisValueSerializable = "0";
            constantLine69.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
            constantLine69.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dash;
            constantLine69.Name = "std";
            constantLine69.ShowInLegend = false;
            constantLine69.Title.Visible = false;
            constantLine69.Visible = false;
            constantLine70.AxisValueSerializable = "0";
            constantLine70.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
            constantLine70.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Solid;
            constantLine70.Name = "low";
            constantLine70.ShowInLegend = false;
            constantLine70.Title.Visible = false;
            constantLine70.Visible = false;
            constantLine71.AxisValueSerializable = "1";
            constantLine71.Name = "Y";
            constantLine71.Title.Text = "Y";
            constantLine71.Visible = false;
            constantLine72.AxisValueSerializable = "1";
            constantLine72.Name = "Y";
            constantLine72.Title.Text = "Y";
            constantLine72.Visible = false;
            swiftPlotDiagram6.AxisY.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
            constantLine68,
            constantLine69,
            constantLine70,
            constantLine71,
            constantLine72});
            strip12.MaxLimit.AxisValueSerializable = "1";
            strip12.MinLimit.AxisValueSerializable = "0";
            strip12.Name = "YStrip";
            strip12.Visible = false;
            swiftPlotDiagram6.AxisY.Strips.AddRange(new DevExpress.XtraCharts.Strip[] {
            strip12});
            swiftPlotDiagram6.AxisY.VisibleInPanesSerializable = "-1";
            swiftPlotDiagram6.AxisY.WholeRange.AlwaysShowZeroLevel = false;
            swiftPlotDiagram6.EnableAxisXScrolling = true;
            swiftPlotDiagram6.EnableAxisXZooming = true;
            swiftPlotDiagram6.Margins.Bottom = 0;
            swiftPlotDiagram6.Margins.Left = 0;
            swiftPlotDiagram6.Margins.Right = 0;
            swiftPlotDiagram6.Margins.Top = 0;
            swiftPlotDiagram6.ScrollingOptions.UseMouse = false;
            this.DataChart.Diagram = swiftPlotDiagram6;
            this.DataChart.Dock = System.Windows.Forms.DockStyle.Fill;
            this.DataChart.Legend.Visible = false;
            this.DataChart.Location = new System.Drawing.Point(2, 2);
            this.DataChart.Name = "DataChart";
            this.DataChart.Padding.Bottom = 0;
            this.DataChart.Padding.Left = 0;
            this.DataChart.Padding.Right = 0;
            this.DataChart.Padding.Top = 0;
            this.DataChart.RuntimeHitTesting = true;
            series21.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative;
            series21.Name = "Series 1";
            series21.View = swiftPlotSeriesView11;
            this.DataChart.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series21};
            swiftPlotSeriesView12.LineStyle.Thickness = 2;
            this.DataChart.SeriesTemplate.View = swiftPlotSeriesView12;
            this.DataChart.Size = new System.Drawing.Size(734, 102);
            this.DataChart.TabIndex = 16;
            this.DataChart.CustomDrawCrosshair += new DevExpress.XtraCharts.CustomDrawCrosshairEventHandler(this.chartControl1_CustomDrawCrosshair);
            this.DataChart.MouseDown += new System.Windows.Forms.MouseEventHandler(this.chartControl1_MouseDown);
            this.DataChart.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chartControl1_MouseMove);
            this.DataChart.MouseUp += new System.Windows.Forms.MouseEventHandler(this.chartControl1_MouseUp);
            // 
            // splitter2
            // 
            this.splitter2.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.splitter2.Location = new System.Drawing.Point(2, 104);
            this.splitter2.Name = "splitter2";
            this.splitter2.Size = new System.Drawing.Size(734, 3);
            this.splitter2.TabIndex = 17;
            this.splitter2.TabStop = false;
            // 
            // panelControl3
            // 
            this.panelControl3.Controls.Add(this.gridControl2);
            this.panelControl3.Controls.Add(this.standaloneBarDockControl1);
            this.panelControl3.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelControl3.Location = new System.Drawing.Point(2, 107);
            this.panelControl3.Name = "panelControl3";
            this.panelControl3.Size = new System.Drawing.Size(734, 477);
            this.panelControl3.TabIndex = 19;
            // 
            // gridControl2
            // 
            this.gridControl2.AllowDrop = true;
            this.gridControl2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridControl2.Location = new System.Drawing.Point(2, 31);
            this.gridControl2.MainView = this.gridView1;
            this.gridControl2.MenuManager = this.barManager1;
            this.gridControl2.Name = "gridControl2";
            this.gridControl2.Size = new System.Drawing.Size(730, 444);
            this.gridControl2.TabIndex = 14;
            this.gridControl2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView1});
            // 
            // gridView1
            // 
            this.gridView1.ChooseColumnName = "choose";
            this.gridView1.GridControl = this.gridControl2;
            this.gridView1.Name = "gridView1";
            this.gridView1.NumberDisplayFormat = "";
            this.gridView1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.False;
            this.gridView1.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.False;
            this.gridView1.OptionsBehavior.Editable = false;
            this.gridView1.OptionsBehavior.ReadOnly = true;
            this.gridView1.OptionsCustomization.AllowQuickHideColumns = false;
            this.gridView1.OptionsSelection.MultiSelect = true;
            this.gridView1.OptionsView.ColumnAutoWidth = false;
            this.gridView1.OptionsView.ShowFooter = true;
            this.gridView1.DragObjectDrop += new DevExpress.XtraGrid.Views.Base.DragObjectDropEventHandler(this.gridView1_DragObjectDrop);
            // 
            // chartPointRightClickPopupMenu
            // 
            this.chartPointRightClickPopupMenu.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.barStaticItem1),
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem2, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)});
            this.chartPointRightClickPopupMenu.Manager = this.barManager1;
            this.chartPointRightClickPopupMenu.Name = "chartPointRightClickPopupMenu";
            // 
            // ChartBoundRightClickPopupMenu
            // 
            this.ChartBoundRightClickPopupMenu.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.barStaticItem2),
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem5, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
            new DevExpress.XtraBars.LinkPersistInfo(this.barEditItem3),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem6)});
            this.ChartBoundRightClickPopupMenu.Manager = this.barManager1;
            this.ChartBoundRightClickPopupMenu.Name = "ChartBoundRightClickPopupMenu";
            // 
            // gridViewRightClickPopupMenu
            // 
            this.gridViewRightClickPopupMenu.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem4),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem11)});
            this.gridViewRightClickPopupMenu.Manager = this.barManager1;
            this.gridViewRightClickPopupMenu.Name = "gridViewRightClickPopupMenu";
            // 
            // splitter1
            // 
            this.splitter1.Location = new System.Drawing.Point(621, 0);
            this.splitter1.Name = "splitter1";
            this.splitter1.Size = new System.Drawing.Size(3, 586);
            this.splitter1.TabIndex = 17;
            this.splitter1.TabStop = false;
            // 
            // CPKtoolControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.panelControl2);
            this.Controls.Add(this.splitter1);
            this.Controls.Add(this.panelControl1);
            this.Controls.Add(this.barDockControlLeft);
            this.Controls.Add(this.barDockControlRight);
            this.Controls.Add(this.barDockControlBottom);
            this.Controls.Add(this.barDockControlTop);
            this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.Name = "CPKtoolControl";
            this.Size = new System.Drawing.Size(1362, 586);
            this.Load += new System.EventHandler(this.CPKtoolControl_Load);
            this.SizeChanged += new System.EventHandler(this.CPKtoolControl_SizeChanged);
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
            this.panelControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(secondaryAxisY6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series22)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series23)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series24)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).EndInit();
            this.xtraScrollableControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn13)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn15)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn14)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn16)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn17)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn18)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn19)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn20)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRadioGroup1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn21)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn22)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn23)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn24)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn25)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn26)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn27)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn28)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn29)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn30)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn31)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn32)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn33)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewCard1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Group1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Group3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Group4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Group2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Group8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Group9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Group5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Group6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.item2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Group10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.item1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.item3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Group7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
            this.panelControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(strip11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(strip12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series21)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.DataChart)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
            this.panelControl3.ResumeLayout(false);
            this.panelControl3.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartPointRightClickPopupMenu)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ChartBoundRightClickPopupMenu)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewRightClickPopupMenu)).EndInit();
            this.ResumeLayout(false);

        }
Beispiel #25
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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SMT_QUALITY_COCKPIT_REWORK_POP));
     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.Series           series1           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView2 = new DevExpress.XtraCharts.SplineSeriesView();
     this.pnTop         = new System.Windows.Forms.Panel();
     this.cmdPm1        = new System.Windows.Forms.Button();
     this.lblHeader     = new DevExpress.XtraEditors.LabelControl();
     this.timer1        = new System.Windows.Forms.Timer(this.components);
     this.gridBand13    = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.pnBody1       = new System.Windows.Forms.Panel();
     this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
     this.pnTop.SuspendLayout();
     this.pnBody1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).BeginInit();
     this.SuspendLayout();
     //
     // pnTop
     //
     this.pnTop.Controls.Add(this.cmdPm1);
     this.pnTop.Controls.Add(this.lblHeader);
     this.pnTop.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnTop.Location = new System.Drawing.Point(0, 0);
     this.pnTop.Name     = "pnTop";
     this.pnTop.Size     = new System.Drawing.Size(1254, 76);
     this.pnTop.TabIndex = 2;
     //
     // cmdPm1
     //
     this.cmdPm1.BackColor                  = System.Drawing.Color.Transparent;
     this.cmdPm1.BackgroundImage            = ((System.Drawing.Image)(resources.GetObject("cmdPm1.BackgroundImage")));
     this.cmdPm1.BackgroundImageLayout      = System.Windows.Forms.ImageLayout.Stretch;
     this.cmdPm1.FlatAppearance.BorderColor = System.Drawing.Color.Yellow;
     this.cmdPm1.FlatAppearance.BorderSize  = 0;
     this.cmdPm1.FlatStyle                  = System.Windows.Forms.FlatStyle.Flat;
     this.cmdPm1.Font      = new System.Drawing.Font("Calibri", 32.75F, System.Drawing.FontStyle.Bold);
     this.cmdPm1.ForeColor = System.Drawing.Color.Navy;
     this.cmdPm1.Location  = new System.Drawing.Point(3, 3);
     this.cmdPm1.Name      = "cmdPm1";
     this.cmdPm1.Size      = new System.Drawing.Size(77, 70);
     this.cmdPm1.TabIndex  = 88;
     this.cmdPm1.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.cmdPm1.UseVisualStyleBackColor = false;
     this.cmdPm1.Click += new System.EventHandler(this.cmdBack_Click);
     //
     // lblHeader
     //
     this.lblHeader.Appearance.Font            = new System.Drawing.Font("Calibri", 48F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblHeader.Appearance.Options.UseFont = true;
     this.lblHeader.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.lblHeader.Dock         = System.Windows.Forms.DockStyle.Left;
     this.lblHeader.LineVisible  = true;
     this.lblHeader.Location     = new System.Drawing.Point(0, 0);
     this.lblHeader.Name         = "lblHeader";
     this.lblHeader.Size         = new System.Drawing.Size(1622, 76);
     this.lblHeader.TabIndex     = 3;
     this.lblHeader.Text         = "        Daily Rework";
     //
     // timer1
     //
     this.timer1.Enabled  = true;
     this.timer1.Interval = 1000;
     this.timer1.Tick    += new System.EventHandler(this.timer1_Tick);
     //
     // gridBand13
     //
     this.gridBand13.Name         = "gridBand13";
     this.gridBand13.VisibleIndex = -1;
     //
     // pnBody1
     //
     this.pnBody1.Controls.Add(this.chartControl1);
     this.pnBody1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnBody1.Location = new System.Drawing.Point(0, 76);
     this.pnBody1.Name     = "pnBody1";
     this.pnBody1.Size     = new System.Drawing.Size(1254, 477);
     this.pnBody1.TabIndex = 3;
     //
     // chartControl1
     //
     this.chartControl1.AnimationStartMode         = DevExpress.XtraCharts.ChartAnimationMode.OnDataChanged;
     this.chartControl1.AppearanceNameSerializable = "Chameleon";
     this.chartControl1.DataBindings             = null;
     xyDiagram1.AxisX.Label.Font                 = new System.Drawing.Font("Calibri", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     xyDiagram1.AxisX.Title.Font                 = new System.Drawing.Font("Calibri", 16F, System.Drawing.FontStyle.Bold);
     xyDiagram1.AxisX.Title.Text                 = "Time";
     xyDiagram1.AxisX.Title.TextColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     xyDiagram1.AxisX.Title.Visibility           = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     constantLine1.AxisValueSerializable         = "6";
     constantLine1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     constantLine1.LineStyle.Thickness = 2;
     constantLine1.Name                  = "MAX";
     constantLine1.Title.Font            = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     constantLine2.AxisValueSerializable = "0";
     constantLine2.Color                 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     constantLine2.LineStyle.Thickness   = 2;
     constantLine2.Name                  = "MIN";
     constantLine2.Title.Font            = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     constantLine3.AxisValueSerializable = "3";
     constantLine3.Color                 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     constantLine3.LineStyle.Thickness   = 2;
     constantLine3.Name                  = "AVERAGE";
     constantLine3.Title.Font            = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     xyDiagram1.AxisY.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
         constantLine1,
         constantLine2,
         constantLine3
     });
     xyDiagram1.AxisY.Label.Font                 = new System.Drawing.Font("Calibri", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     xyDiagram1.AxisY.Title.Font                 = new System.Drawing.Font("Calibri", 16F, System.Drawing.FontStyle.Bold);
     xyDiagram1.AxisY.Title.Text                 = "Rework  (%)";
     xyDiagram1.AxisY.Title.TextColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     xyDiagram1.AxisY.Title.Visibility           = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     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.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
     this.chartControl1.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.chartControl1.Legend.Font       = new System.Drawing.Font("Calibri", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chartControl1.Legend.MarkerSize = new System.Drawing.Size(18, 12);
     this.chartControl1.Legend.Name       = "Default Legend";
     this.chartControl1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.chartControl1.Location          = new System.Drawing.Point(0, 0);
     this.chartControl1.Name        = "chartControl1";
     this.chartControl1.PaletteName = "Marquee";
     pointSeriesLabel1.TextPattern  = "{V:#,0.##}%";
     series1.Label            = pointSeriesLabel1;
     series1.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True;
     series1.Name             = "Rework Rate";
     splineSeriesView1.Color  = System.Drawing.Color.Blue;
     splineSeriesView1.LineMarkerOptions.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     splineSeriesView1.LineMarkerOptions.Size  = 9;
     splineSeriesView1.LineStyle.Thickness     = 3;
     splineSeriesView1.MarkerVisibility        = DevExpress.Utils.DefaultBoolean.True;
     series1.View = splineSeriesView1;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chartControl1.SeriesTemplate.View = splineSeriesView2;
     this.chartControl1.Size     = new System.Drawing.Size(1254, 477);
     this.chartControl1.TabIndex = 13;
     //
     // SMT_QUALITY_COCKPIT_REWORK_POP
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize    = new System.Drawing.Size(1254, 553);
     this.Controls.Add(this.pnBody1);
     this.Controls.Add(this.pnTop);
     this.Name            = "SMT_QUALITY_COCKPIT_REWORK_POP";
     this.Text            = "Rework Detail";
     this.Load           += new System.EventHandler(this.SMT_QUALITY_COCKPIT_FORM1_Load);
     this.VisibleChanged += new System.EventHandler(this.SMT_QUALITY_COCKPIT_REWORK_POP_VisibleChanged);
     this.pnTop.ResumeLayout(false);
     this.pnBody1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #26
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             constantLine3             = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.Series                   series3                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel3 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesView  sideBySideBarSeriesView3  = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     this.lblTitle    = new System.Windows.Forms.Label();
     this.panel1      = new System.Windows.Forms.Panel();
     this.uc_year     = new OS_DSF.UC.UC_YEAR_SELECTION();
     this.ChartOEE    = new DevExpress.XtraCharts.ChartControl();
     this.panel2      = new System.Windows.Forms.Panel();
     this.grdBase     = new DevExpress.XtraGrid.GridControl();
     this.gvwBase     = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.timer1      = new System.Windows.Forms.Timer(this.components);
     this.pnYMD       = new System.Windows.Forms.Panel();
     this.lblDateTime = new System.Windows.Forms.Label();
     this.timer2      = new System.Windows.Forms.Timer(this.components);
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ChartOEE)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView3)).BeginInit();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdBase)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvwBase)).BeginInit();
     this.SuspendLayout();
     //
     // lblTitle
     //
     this.lblTitle.BackColor = System.Drawing.Color.Turquoise;
     this.lblTitle.Dock      = System.Windows.Forms.DockStyle.Top;
     this.lblTitle.Font      = new System.Drawing.Font("Calibri", 48F, System.Drawing.FontStyle.Bold);
     this.lblTitle.ForeColor = System.Drawing.Color.White;
     this.lblTitle.Location  = new System.Drawing.Point(0, 0);
     this.lblTitle.Name      = "lblTitle";
     this.lblTitle.Size      = new System.Drawing.Size(1920, 100);
     this.lblTitle.TabIndex  = 687;
     this.lblTitle.Text      = "Outsole Machine OEE By Year";
     this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.uc_year);
     this.panel1.Controls.Add(this.ChartOEE);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 100);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(1920, 509);
     this.panel1.TabIndex = 688;
     //
     // uc_year
     //
     this.uc_year.AutoSize          = true;
     this.uc_year.Location          = new System.Drawing.Point(10, 4);
     this.uc_year.Name              = "uc_year";
     this.uc_year.Size              = new System.Drawing.Size(229, 47);
     this.uc_year.TabIndex          = 10;
     this.uc_year.ValueChangeEvent += new System.EventHandler(this.uc_year_ValueChangeEvent);
     this.uc_year.Load             += new System.EventHandler(this.uc_year_Load);
     //
     // ChartOEE
     //
     this.ChartOEE.AnimationStartMode = DevExpress.XtraCharts.ChartAnimationMode.OnDataChanged;
     this.ChartOEE.DataBindings       = null;
     xyDiagram3.AxisX.Label.Angle     = -35;
     xyDiagram3.AxisX.Label.ResolveOverlappingOptions.AllowHide = false;
     xyDiagram3.AxisX.Title.Text                 = "Machine";
     xyDiagram3.AxisX.Title.Visibility           = DevExpress.Utils.DefaultBoolean.Default;
     xyDiagram3.AxisX.VisibleInPanesSerializable = "-1";
     constantLine3.AxisValueSerializable         = "80";
     constantLine3.Color = System.Drawing.Color.DeepPink;
     constantLine3.LineStyle.LineJoin  = System.Drawing.Drawing2D.LineJoin.Bevel;
     constantLine3.LineStyle.Thickness = 2;
     constantLine3.Name                = "OEE Target";
     constantLine3.Title.Font          = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     constantLine3.Title.ShowBelowLine = true;
     constantLine3.Title.Text          = "Target: 80%";
     constantLine3.Title.TextColor     = System.Drawing.Color.FromArgb(((int)(((byte)(112)))), ((int)(((byte)(48)))), ((int)(((byte)(160)))));
     xyDiagram3.AxisY.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
         constantLine3
     });
     xyDiagram3.AxisY.Title.Font                 = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     xyDiagram3.AxisY.Title.Text                 = "Percent (%)";
     xyDiagram3.AxisY.Title.Visibility           = DevExpress.Utils.DefaultBoolean.Default;
     xyDiagram3.AxisY.VisibleInPanesSerializable = "-1";
     this.ChartOEE.Diagram = xyDiagram3;
     this.ChartOEE.Dock    = System.Windows.Forms.DockStyle.Bottom;
     this.ChartOEE.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.ChartOEE.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside;
     this.ChartOEE.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.ChartOEE.Legend.Name          = "Default Legend";
     this.ChartOEE.Location             = new System.Drawing.Point(0, 57);
     this.ChartOEE.LookAndFeel.SkinName = "Office 2016 Colorful";
     this.ChartOEE.LookAndFeel.UseDefaultLookAndFeel = false;
     this.ChartOEE.Name = "ChartOEE";
     sideBySideBarSeriesLabel3.BackColor        = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(120)))));
     sideBySideBarSeriesLabel3.Border.Color     = System.Drawing.Color.Red;
     sideBySideBarSeriesLabel3.Border.Thickness = 2;
     sideBySideBarSeriesLabel3.Font             = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     sideBySideBarSeriesLabel3.LineVisibility   = DevExpress.Utils.DefaultBoolean.True;
     sideBySideBarSeriesLabel3.Position         = DevExpress.XtraCharts.BarSeriesLabelPosition.Top;
     sideBySideBarSeriesLabel3.TextColor        = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(32)))), ((int)(((byte)(96)))));
     series3.Label            = sideBySideBarSeriesLabel3;
     series3.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True;
     series3.Name             = "OEE";
     sideBySideBarSeriesView3.Border.Color       = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(150)))), ((int)(((byte)(70)))));
     sideBySideBarSeriesView3.Color              = System.Drawing.Color.RoyalBlue;
     sideBySideBarSeriesView3.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Hatch;
     series3.View = sideBySideBarSeriesView3;
     this.ChartOEE.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series3
     };
     this.ChartOEE.Size     = new System.Drawing.Size(1920, 452);
     this.ChartOEE.TabIndex = 0;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.grdBase);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 609);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(1920, 496);
     this.panel2.TabIndex = 689;
     //
     // grdBase
     //
     this.grdBase.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.grdBase.Location          = new System.Drawing.Point(0, 0);
     this.grdBase.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat;
     this.grdBase.MainView          = this.gvwBase;
     this.grdBase.Name              = "grdBase";
     this.grdBase.Size              = new System.Drawing.Size(1920, 496);
     this.grdBase.TabIndex          = 1;
     this.grdBase.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gvwBase
     });
     //
     // gvwBase
     //
     this.gvwBase.Appearance.HeaderPanel.BorderColor            = System.Drawing.Color.Black;
     this.gvwBase.Appearance.HeaderPanel.Font                   = new System.Drawing.Font("Calibri", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gvwBase.Appearance.HeaderPanel.Options.UseBorderColor = true;
     this.gvwBase.Appearance.HeaderPanel.Options.UseFont        = true;
     this.gvwBase.Appearance.HeaderPanel.Options.UseTextOptions = true;
     this.gvwBase.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gvwBase.Appearance.HeaderPanel.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.gvwBase.Appearance.HorzLine.BackColor                 = System.Drawing.Color.Black;
     this.gvwBase.Appearance.HorzLine.Options.UseBackColor      = true;
     this.gvwBase.Appearance.Row.Font                      = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gvwBase.Appearance.Row.Options.UseFont           = true;
     this.gvwBase.Appearance.Row.Options.UseTextOptions    = true;
     this.gvwBase.Appearance.Row.TextOptions.HAlignment    = DevExpress.Utils.HorzAlignment.Center;
     this.gvwBase.Appearance.Row.TextOptions.VAlignment    = DevExpress.Utils.VertAlignment.Center;
     this.gvwBase.Appearance.VertLine.BackColor            = System.Drawing.Color.Black;
     this.gvwBase.Appearance.VertLine.Options.UseBackColor = true;
     this.gvwBase.ColumnPanelRowHeight                     = 40;
     this.gvwBase.DetailHeight = 360;
     this.gvwBase.GridControl  = this.grdBase;
     this.gvwBase.Name         = "gvwBase";
     this.gvwBase.OptionsBehavior.AllowSortAnimation             = DevExpress.Utils.DefaultBoolean.False;
     this.gvwBase.OptionsBehavior.Editable                       = false;
     this.gvwBase.OptionsCustomization.AllowColumnMoving         = false;
     this.gvwBase.OptionsCustomization.AllowColumnResizing       = false;
     this.gvwBase.OptionsCustomization.AllowFilter               = false;
     this.gvwBase.OptionsCustomization.AllowGroup                = false;
     this.gvwBase.OptionsCustomization.AllowSort                 = false;
     this.gvwBase.OptionsFilter.AllowAutoFilterConditionChange   = DevExpress.Utils.DefaultBoolean.False;
     this.gvwBase.OptionsFilter.AllowColumnMRUFilterList         = false;
     this.gvwBase.OptionsFilter.AllowFilterEditor                = false;
     this.gvwBase.OptionsFind.AllowFindPanel                     = false;
     this.gvwBase.OptionsHint.ShowColumnHeaderHints              = false;
     this.gvwBase.OptionsSelection.EnableAppearanceFocusedCell   = false;
     this.gvwBase.OptionsSelection.EnableAppearanceFocusedRow    = false;
     this.gvwBase.OptionsSelection.EnableAppearanceHideSelection = false;
     this.gvwBase.OptionsView.ShowFilterPanelMode                = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
     this.gvwBase.OptionsView.ShowGroupPanel                     = false;
     this.gvwBase.OptionsView.ShowIndicator                      = false;
     this.gvwBase.RowHeight = 30;
     this.gvwBase.CustomDrawColumnHeader += new DevExpress.XtraGrid.Views.Grid.ColumnHeaderCustomDrawEventHandler(this.gvwBase_CustomDrawColumnHeader_1);
     this.gvwBase.RowCellStyle           += new DevExpress.XtraGrid.Views.Grid.RowCellStyleEventHandler(this.gvwBase_RowCellStyle);
     //
     // timer1
     //
     this.timer1.Enabled  = true;
     this.timer1.Interval = 20000;
     this.timer1.Tick    += new System.EventHandler(this.timer1_Tick);
     //
     // pnYMD
     //
     this.pnYMD.BackColor = System.Drawing.Color.Turquoise;
     this.pnYMD.Location  = new System.Drawing.Point(1169, 4);
     this.pnYMD.Name      = "pnYMD";
     this.pnYMD.Size      = new System.Drawing.Size(450, 96);
     this.pnYMD.TabIndex  = 692;
     //
     // lblDateTime
     //
     this.lblDateTime.BackColor = System.Drawing.Color.Turquoise;
     this.lblDateTime.Font      = new System.Drawing.Font("Calibri", 30F, System.Drawing.FontStyle.Bold);
     this.lblDateTime.ForeColor = System.Drawing.Color.White;
     this.lblDateTime.Location  = new System.Drawing.Point(1679, 0);
     this.lblDateTime.Name      = "lblDateTime";
     this.lblDateTime.Size      = new System.Drawing.Size(225, 100);
     this.lblDateTime.TabIndex  = 693;
     this.lblDateTime.Text      = "20-10-2018\r\n00:00:00";
     this.lblDateTime.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // timer2
     //
     this.timer2.Enabled  = true;
     this.timer2.Interval = 1000;
     this.timer2.Tick    += new System.EventHandler(this.timer2_Tick);
     //
     // FRM_SMT_OS_OEE_YEAR
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1920, 1080);
     this.Controls.Add(this.lblDateTime);
     this.Controls.Add(this.pnYMD);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.lblTitle);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "FRM_SMT_OS_OEE_YEAR";
     this.Text            = "FRM_SMT_OS_OEE";
     this.WindowState     = System.Windows.Forms.FormWindowState.Maximized;
     this.Load           += new System.EventHandler(this.FRM_SMT_OS_OEE_Load);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ChartOEE)).EndInit();
     this.panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grdBase)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvwBase)).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.ConstantLine             constantLine1             = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.Series                   series1                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesView  sideBySideBarSeriesView1  = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     DevExpress.XtraCharts.HatchFillOptions         hatchFillOptions1         = new DevExpress.XtraCharts.HatchFillOptions();
     System.ComponentModel.ComponentResourceManager resources                 = new System.ComponentModel.ComponentResourceManager(typeof(FRM_SMT_IP_OEE_YEAR));
     this.pnHeader    = new System.Windows.Forms.Panel();
     this.pnYMD       = new System.Windows.Forms.Panel();
     this.lblDateTime = new System.Windows.Forms.Label();
     this.lblTitle    = new System.Windows.Forms.Label();
     this.tmrTime     = new System.Windows.Forms.Timer(this.components);
     this.splMain     = new System.Windows.Forms.SplitContainer();
     this.ChartOEE    = new DevExpress.XtraCharts.ChartControl();
     this.axfpView    = new AxFPUSpreadADO.AxfpSpread();
     this.pnHeader.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splMain)).BeginInit();
     this.splMain.Panel1.SuspendLayout();
     this.splMain.Panel2.SuspendLayout();
     this.splMain.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ChartOEE)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.axfpView)).BeginInit();
     this.SuspendLayout();
     //
     // pnHeader
     //
     this.pnHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.pnHeader.Controls.Add(this.pnYMD);
     this.pnHeader.Controls.Add(this.lblDateTime);
     this.pnHeader.Controls.Add(this.lblTitle);
     this.pnHeader.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnHeader.Location = new System.Drawing.Point(0, 0);
     this.pnHeader.Name     = "pnHeader";
     this.pnHeader.Size     = new System.Drawing.Size(1904, 110);
     this.pnHeader.TabIndex = 20;
     //
     // pnYMD
     //
     this.pnYMD.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.pnYMD.Location  = new System.Drawing.Point(1052, 8);
     this.pnYMD.Name      = "pnYMD";
     this.pnYMD.Size      = new System.Drawing.Size(450, 96);
     this.pnYMD.TabIndex  = 691;
     //
     // lblDateTime
     //
     this.lblDateTime.BackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.lblDateTime.Dock       = System.Windows.Forms.DockStyle.Right;
     this.lblDateTime.Font       = new System.Drawing.Font("Calibri", 32F, System.Drawing.FontStyle.Bold);
     this.lblDateTime.ForeColor  = System.Drawing.Color.White;
     this.lblDateTime.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.lblDateTime.Location   = new System.Drawing.Point(1651, 0);
     this.lblDateTime.Name       = "lblDateTime";
     this.lblDateTime.Size       = new System.Drawing.Size(253, 110);
     this.lblDateTime.TabIndex   = 52;
     this.lblDateTime.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblTitle
     //
     this.lblTitle.Font      = new System.Drawing.Font("Calibri", 48F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTitle.ForeColor = System.Drawing.Color.White;
     this.lblTitle.Location  = new System.Drawing.Point(3, 0);
     this.lblTitle.Name      = "lblTitle";
     this.lblTitle.Size      = new System.Drawing.Size(1029, 110);
     this.lblTitle.TabIndex  = 0;
     this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // tmrTime
     //
     this.tmrTime.Enabled  = true;
     this.tmrTime.Interval = 1000;
     this.tmrTime.Tick    += new System.EventHandler(this.tmrTime_Tick);
     //
     // splMain
     //
     this.splMain.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splMain.Location    = new System.Drawing.Point(0, 110);
     this.splMain.Name        = "splMain";
     this.splMain.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splMain.Panel1
     //
     this.splMain.Panel1.Controls.Add(this.ChartOEE);
     //
     // splMain.Panel2
     //
     this.splMain.Panel2.Controls.Add(this.axfpView);
     this.splMain.Size             = new System.Drawing.Size(1904, 931);
     this.splMain.SplitterDistance = 534;
     this.splMain.TabIndex         = 21;
     //
     // ChartOEE
     //
     this.ChartOEE.AnimationStartMode = DevExpress.XtraCharts.ChartAnimationMode.OnDataChanged;
     this.ChartOEE.DataBindings       = null;
     xyDiagram1.AxisX.Label.Angle     = -35;
     xyDiagram1.AxisX.Label.ResolveOverlappingOptions.AllowHide = false;
     xyDiagram1.AxisX.Title.Text                 = "Machine";
     xyDiagram1.AxisX.Title.Visibility           = DevExpress.Utils.DefaultBoolean.Default;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     constantLine1.AxisValueSerializable         = "80";
     constantLine1.Color = System.Drawing.Color.DeepPink;
     constantLine1.LineStyle.LineJoin  = System.Drawing.Drawing2D.LineJoin.Bevel;
     constantLine1.LineStyle.Thickness = 2;
     constantLine1.Name                = "OEE Target";
     constantLine1.Title.Font          = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     constantLine1.Title.ShowBelowLine = true;
     constantLine1.Title.Text          = "Target: 80%";
     constantLine1.Title.TextColor     = System.Drawing.Color.FromArgb(((int)(((byte)(112)))), ((int)(((byte)(48)))), ((int)(((byte)(160)))));
     xyDiagram1.AxisY.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
         constantLine1
     });
     xyDiagram1.AxisY.Title.Font                 = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     xyDiagram1.AxisY.Title.Text                 = "Percent (%)";
     xyDiagram1.AxisY.Title.Visibility           = DevExpress.Utils.DefaultBoolean.Default;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.ChartOEE.Diagram = xyDiagram1;
     this.ChartOEE.Dock    = System.Windows.Forms.DockStyle.Fill;
     this.ChartOEE.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.ChartOEE.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside;
     this.ChartOEE.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.ChartOEE.Legend.Name          = "Default Legend";
     this.ChartOEE.Location             = new System.Drawing.Point(0, 0);
     this.ChartOEE.LookAndFeel.SkinName = "Office 2016 Colorful";
     this.ChartOEE.LookAndFeel.UseDefaultLookAndFeel = false;
     this.ChartOEE.Name = "ChartOEE";
     sideBySideBarSeriesLabel1.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
     sideBySideBarSeriesLabel1.Border.Color      = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
     sideBySideBarSeriesLabel1.Border.Thickness  = 2;
     sideBySideBarSeriesLabel1.Border.Visibility = DevExpress.Utils.DefaultBoolean.False;
     sideBySideBarSeriesLabel1.Font = new System.Drawing.Font("Tahoma", 10F);
     sideBySideBarSeriesLabel1.LineStyle.DashStyle    = DevExpress.XtraCharts.DashStyle.Dash;
     sideBySideBarSeriesLabel1.LineStyle.LineJoin     = System.Drawing.Drawing2D.LineJoin.Round;
     sideBySideBarSeriesLabel1.LineVisibility         = DevExpress.Utils.DefaultBoolean.True;
     sideBySideBarSeriesLabel1.Position               = DevExpress.XtraCharts.BarSeriesLabelPosition.Top;
     sideBySideBarSeriesLabel1.ResolveOverlappingMode = DevExpress.XtraCharts.ResolveOverlappingMode.Default;
     sideBySideBarSeriesLabel1.Shadow.Visible         = true;
     sideBySideBarSeriesLabel1.TextColor              = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     series1.Label            = sideBySideBarSeriesLabel1;
     series1.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True;
     series1.Name             = "OEE";
     sideBySideBarSeriesView1.Border.Color       = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(150)))), ((int)(((byte)(70)))));
     sideBySideBarSeriesView1.Color              = System.Drawing.Color.RoyalBlue;
     sideBySideBarSeriesView1.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Hatch;
     hatchFillOptions1.Color2     = System.Drawing.Color.FromArgb(((int)(((byte)(84)))), ((int)(((byte)(141)))), ((int)(((byte)(212)))));
     hatchFillOptions1.HatchStyle = System.Drawing.Drawing2D.HatchStyle.Percent05;
     sideBySideBarSeriesView1.FillStyle.Options = hatchFillOptions1;
     series1.View = sideBySideBarSeriesView1;
     this.ChartOEE.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.ChartOEE.Size     = new System.Drawing.Size(1904, 534);
     this.ChartOEE.TabIndex = 0;
     //
     // axfpView
     //
     this.axfpView.DataSource = null;
     this.axfpView.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.axfpView.Location   = new System.Drawing.Point(0, 0);
     this.axfpView.Name       = "axfpView";
     this.axfpView.OcxState   = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axfpView.OcxState")));
     this.axfpView.Size       = new System.Drawing.Size(1904, 393);
     this.axfpView.TabIndex   = 0;
     //
     // FRM_SMT_IP_OEE_YEAR
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1904, 1041);
     this.Controls.Add(this.splMain);
     this.Controls.Add(this.pnHeader);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "FRM_SMT_IP_OEE_YEAR";
     this.Text            = "FRM_SMT_IP_OEE_YEAR";
     this.Load           += new System.EventHandler(this.FRM_SMT_PH_OEE_Load);
     this.VisibleChanged += new System.EventHandler(this.FRM_SMT_PH_OEE_VisibleChanged);
     this.pnHeader.ResumeLayout(false);
     this.splMain.Panel1.ResumeLayout(false);
     this.splMain.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splMain)).EndInit();
     this.splMain.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ChartOEE)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.axfpView)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #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.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);
 }
Beispiel #29
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.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.PointSeriesView  pointSeriesView1  = new DevExpress.XtraCharts.PointSeriesView();
     this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
     this.button1       = new System.Windows.Forms.Button();
     this.button2       = new System.Windows.Forms.Button();
     this.button3       = new System.Windows.Forms.Button();
     this.label1        = new System.Windows.Forms.Label();
     this.spinEdit1     = new DevExpress.XtraEditors.SpinEdit();
     this.spinEdit2     = new DevExpress.XtraEditors.SpinEdit();
     this.label2        = new System.Windows.Forms.Label();
     this.button4       = new System.Windows.Forms.Button();
     this.button5       = new System.Windows.Forms.Button();
     this.button6       = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.spinEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.spinEdit2.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // chartControl1
     //
     this.chartControl1.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.Interlaced = true;
     xyDiagram1.AxisX.Label.Font = new System.Drawing.Font("Tahoma", 14F);
     xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisX.Range.SideMarginsEnabled = true;
     xyDiagram1.AxisX.Thickness = 2;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     constantLine1.AxisValueSerializable         = "0";
     constantLine1.LineStyle.Thickness           = 3;
     constantLine1.Name = "";
     xyDiagram1.AxisY.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
         constantLine1
     });
     xyDiagram1.AxisY.Label.Font = new System.Drawing.Font("Tahoma", 14F);
     xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisY.Range.SideMarginsEnabled   = true;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     xyDiagram1.EnableAxisXScrolling             = true;
     xyDiagram1.EnableAxisXZooming   = true;
     xyDiagram1.EnableAxisYScrolling = true;
     xyDiagram1.EnableAxisYZooming   = true;
     this.chartControl1.Diagram      = xyDiagram1;
     this.chartControl1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.chartControl1.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.Bottom;
     this.chartControl1.Legend.EquallySpacedItems  = false;
     this.chartControl1.Legend.Font = new System.Drawing.Font("Tahoma", 14F);
     this.chartControl1.Location    = new System.Drawing.Point(11, 12);
     this.chartControl1.Name        = "chartControl1";
     this.chartControl1.PaletteName = "Black and White";
     pointSeriesLabel1.LineVisible  = true;
     series1.Label            = pointSeriesLabel1;
     series1.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
     series1.LegendText       = "Частота 50Гц, Ток демпфирования 100мА";
     series1.Name             = "MainSerie";
     lineSeriesView1.LineMarkerOptions.Size = 2;
     series1.View = lineSeriesView1;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     pointSeriesLabel2.LineVisible            = true;
     this.chartControl1.SeriesTemplate.Label  = pointSeriesLabel2;
     pointSeriesView1.PointMarkerOptions.Size = 10;
     this.chartControl1.SeriesTemplate.View   = pointSeriesView1;
     this.chartControl1.Size     = new System.Drawing.Size(927, 409);
     this.chartControl1.TabIndex = 0;
     //
     // button1
     //
     this.button1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.button1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.button1.Location = new System.Drawing.Point(12, 469);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(90, 39);
     this.button1.TabIndex = 1;
     this.button1.Text     = "Печать";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.button2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.button2.Location = new System.Drawing.Point(108, 469);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(124, 39);
     this.button2.TabIndex = 2;
     this.button2.Text     = "Сохранить";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // button3
     //
     this.button3.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.button3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.button3.Location = new System.Drawing.Point(238, 469);
     this.button3.Name     = "button3";
     this.button3.Size     = new System.Drawing.Size(131, 39);
     this.button3.TabIndex = 3;
     this.button3.Text     = "Загрузить";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // label1
     //
     this.label1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label1.Location = new System.Drawing.Point(12, 424);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(114, 24);
     this.label1.TabIndex = 4;
     this.label1.Text     = "Частота, Гц";
     //
     // spinEdit1
     //
     this.spinEdit1.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.spinEdit1.EditValue = new decimal(new int[] {
         0,
         0,
         0,
         0
     });
     this.spinEdit1.Location = new System.Drawing.Point(132, 427);
     this.spinEdit1.Name     = "spinEdit1";
     this.spinEdit1.Properties.Appearance.Font            = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.spinEdit1.Properties.Appearance.Options.UseFont = true;
     this.spinEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.spinEdit1.Properties.Increment = new decimal(new int[] {
         1,
         0,
         0,
         65536
     });
     this.spinEdit1.Properties.MaxValue = new decimal(new int[] {
         50,
         0,
         0,
         0
     });
     this.spinEdit1.Size              = new System.Drawing.Size(100, 30);
     this.spinEdit1.TabIndex          = 5;
     this.spinEdit1.EditValueChanged += new System.EventHandler(this.spinEdit1_EditValueChanged);
     //
     // spinEdit2
     //
     this.spinEdit2.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.spinEdit2.EditValue = new decimal(new int[] {
         0,
         0,
         0,
         0
     });
     this.spinEdit2.Location = new System.Drawing.Point(474, 427);
     this.spinEdit2.Name     = "spinEdit2";
     this.spinEdit2.Properties.Appearance.Font            = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.spinEdit2.Properties.Appearance.Options.UseFont = true;
     this.spinEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.spinEdit2.Properties.MaxValue = new decimal(new int[] {
         1000,
         0,
         0,
         0
     });
     this.spinEdit2.Size              = new System.Drawing.Size(100, 30);
     this.spinEdit2.TabIndex          = 7;
     this.spinEdit2.EditValueChanged += new System.EventHandler(this.spinEdit2_EditValueChanged);
     //
     // label2
     //
     this.label2.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label2.Location = new System.Drawing.Point(238, 424);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(230, 24);
     this.label2.TabIndex = 6;
     this.label2.Text     = "Ток демпфирования, мА";
     //
     // button4
     //
     this.button4.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.button4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.button4.Location = new System.Drawing.Point(375, 469);
     this.button4.Name     = "button4";
     this.button4.Size     = new System.Drawing.Size(199, 39);
     this.button4.TabIndex = 8;
     this.button4.Text     = "Показать ординаты";
     this.button4.UseVisualStyleBackColor = true;
     this.button4.Click += new System.EventHandler(this.button4_Click);
     //
     // button5
     //
     this.button5.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.button5.Font     = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.button5.Location = new System.Drawing.Point(734, 469);
     this.button5.Name     = "button5";
     this.button5.Size     = new System.Drawing.Size(205, 39);
     this.button5.TabIndex = 9;
     this.button5.Text     = "Следующая запись";
     this.button5.UseVisualStyleBackColor = true;
     this.button5.Click += new System.EventHandler(this.button5_Click);
     //
     // button6
     //
     this.button6.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.button6.Font     = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.button6.Location = new System.Drawing.Point(580, 469);
     this.button6.Name     = "button6";
     this.button6.Size     = new System.Drawing.Size(148, 39);
     this.button6.TabIndex = 10;
     this.button6.Text     = "Больше точек";
     this.button6.UseVisualStyleBackColor = true;
     this.button6.Click += new System.EventHandler(this.button6_Click);
     //
     // VisualisationForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(951, 520);
     this.Controls.Add(this.button6);
     this.Controls.Add(this.button5);
     this.Controls.Add(this.button4);
     this.Controls.Add(this.spinEdit2);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.spinEdit1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.chartControl1);
     this.Name = "VisualisationForm";
     this.Text = "Визуализация";
     ((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)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.spinEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.spinEdit2.Properties)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #30
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraCharts.XYDiagram                xyDiagram1                = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.ConstantLine             constantLine1             = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.Series                   series1                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesView  sideBySideBarSeriesView1  = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     DevExpress.XtraCharts.HatchFillOptions         hatchFillOptions1         = new DevExpress.XtraCharts.HatchFillOptions();
     this.pnHeader          = new System.Windows.Forms.Panel();
     this.pnYMD             = new System.Windows.Forms.Panel();
     this.lblDateTime       = new System.Windows.Forms.Label();
     this.lblTitle          = new System.Windows.Forms.Label();
     this.tmrTime           = new System.Windows.Forms.Timer(this.components);
     this.splMain           = new System.Windows.Forms.SplitContainer();
     this.ChartOEE          = new DevExpress.XtraCharts.ChartControl();
     this.grdBase           = new DevExpress.XtraGrid.GridControl();
     this.gvwBase           = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridView();
     this.gridBand1         = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.LINE              = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gridBand23        = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.bandedGridColumn4 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gridBand24        = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.bandedGridColumn5 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gridBand25        = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.bandedGridColumn6 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Manual1           = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.bandedGridColumn1 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gridBand2         = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gridBand3         = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gridBand4         = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gridBand5         = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gridBand6         = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gridBand7         = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gridBand8         = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gridBand9         = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gridBand10        = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gridBand11        = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gridBand12        = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gridBand13        = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gridBand14        = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gridBand15        = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gridBand16        = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gridBand17        = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gridBand18        = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gridBand19        = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gridBand21        = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.bandedGridColumn2 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gridBand22        = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.bandedGridColumn3 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gridBand20        = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.bandedGridColumn7 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.uc_year           = new Smart_FTY.Source_PU.UC.UC_YEAR_SELECTION();
     this.pnHeader.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splMain)).BeginInit();
     this.splMain.Panel1.SuspendLayout();
     this.splMain.Panel2.SuspendLayout();
     this.splMain.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ChartOEE)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdBase)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvwBase)).BeginInit();
     this.SuspendLayout();
     //
     // pnHeader
     //
     this.pnHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.pnHeader.Controls.Add(this.pnYMD);
     this.pnHeader.Controls.Add(this.lblDateTime);
     this.pnHeader.Controls.Add(this.lblTitle);
     this.pnHeader.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnHeader.Location = new System.Drawing.Point(0, 0);
     this.pnHeader.Name     = "pnHeader";
     this.pnHeader.Size     = new System.Drawing.Size(1904, 110);
     this.pnHeader.TabIndex = 20;
     //
     // pnYMD
     //
     this.pnYMD.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.pnYMD.Location  = new System.Drawing.Point(1052, 8);
     this.pnYMD.Name      = "pnYMD";
     this.pnYMD.Size      = new System.Drawing.Size(450, 96);
     this.pnYMD.TabIndex  = 691;
     //
     // lblDateTime
     //
     this.lblDateTime.BackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.lblDateTime.Dock       = System.Windows.Forms.DockStyle.Right;
     this.lblDateTime.Font       = new System.Drawing.Font("Calibri", 32F, System.Drawing.FontStyle.Bold);
     this.lblDateTime.ForeColor  = System.Drawing.Color.White;
     this.lblDateTime.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.lblDateTime.Location   = new System.Drawing.Point(1651, 0);
     this.lblDateTime.Name       = "lblDateTime";
     this.lblDateTime.Size       = new System.Drawing.Size(253, 110);
     this.lblDateTime.TabIndex   = 52;
     this.lblDateTime.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblTitle
     //
     this.lblTitle.Font      = new System.Drawing.Font("Calibri", 48F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTitle.ForeColor = System.Drawing.Color.White;
     this.lblTitle.Location  = new System.Drawing.Point(3, 0);
     this.lblTitle.Name      = "lblTitle";
     this.lblTitle.Size      = new System.Drawing.Size(1029, 110);
     this.lblTitle.TabIndex  = 0;
     this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // tmrTime
     //
     this.tmrTime.Enabled  = true;
     this.tmrTime.Interval = 1000;
     this.tmrTime.Tick    += new System.EventHandler(this.tmrTime_Tick);
     //
     // splMain
     //
     this.splMain.Dock        = System.Windows.Forms.DockStyle.Bottom;
     this.splMain.Location    = new System.Drawing.Point(0, 161);
     this.splMain.Name        = "splMain";
     this.splMain.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splMain.Panel1
     //
     this.splMain.Panel1.Controls.Add(this.ChartOEE);
     //
     // splMain.Panel2
     //
     this.splMain.Panel2.Controls.Add(this.grdBase);
     this.splMain.Size             = new System.Drawing.Size(1904, 880);
     this.splMain.SplitterDistance = 424;
     this.splMain.TabIndex         = 21;
     //
     // ChartOEE
     //
     this.ChartOEE.AnimationStartMode = DevExpress.XtraCharts.ChartAnimationMode.OnDataChanged;
     this.ChartOEE.DataBindings       = null;
     xyDiagram1.AxisX.Label.Angle     = -35;
     xyDiagram1.AxisX.Label.ResolveOverlappingOptions.AllowHide = false;
     xyDiagram1.AxisX.Title.Text                 = "Machine";
     xyDiagram1.AxisX.Title.Visibility           = DevExpress.Utils.DefaultBoolean.Default;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     constantLine1.AxisValueSerializable         = "80";
     constantLine1.Color = System.Drawing.Color.DeepPink;
     constantLine1.LineStyle.LineJoin  = System.Drawing.Drawing2D.LineJoin.Bevel;
     constantLine1.LineStyle.Thickness = 2;
     constantLine1.Name                = "OEE Target";
     constantLine1.Title.Font          = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     constantLine1.Title.ShowBelowLine = true;
     constantLine1.Title.Text          = "Target: 80%";
     constantLine1.Title.TextColor     = System.Drawing.Color.FromArgb(((int)(((byte)(112)))), ((int)(((byte)(48)))), ((int)(((byte)(160)))));
     xyDiagram1.AxisY.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
         constantLine1
     });
     xyDiagram1.AxisY.Title.Font                       = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     xyDiagram1.AxisY.Title.Text                       = "Percent (%)";
     xyDiagram1.AxisY.Title.Visibility                 = DevExpress.Utils.DefaultBoolean.Default;
     xyDiagram1.AxisY.VisibleInPanesSerializable       = "-1";
     xyDiagram1.AxisY.VisualRange.Auto                 = false;
     xyDiagram1.AxisY.VisualRange.MaxValueSerializable = "100";
     xyDiagram1.AxisY.VisualRange.MinValueSerializable = "10";
     xyDiagram1.AxisY.WholeRange.Auto                  = false;
     xyDiagram1.AxisY.WholeRange.MaxValueSerializable  = "100";
     xyDiagram1.AxisY.WholeRange.MinValueSerializable  = "0";
     this.ChartOEE.Diagram = xyDiagram1;
     this.ChartOEE.Dock    = System.Windows.Forms.DockStyle.Fill;
     this.ChartOEE.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.ChartOEE.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside;
     this.ChartOEE.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.ChartOEE.Legend.Name          = "Default Legend";
     this.ChartOEE.Location             = new System.Drawing.Point(0, 0);
     this.ChartOEE.LookAndFeel.SkinName = "Office 2016 Colorful";
     this.ChartOEE.LookAndFeel.UseDefaultLookAndFeel = false;
     this.ChartOEE.Name = "ChartOEE";
     sideBySideBarSeriesLabel1.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
     sideBySideBarSeriesLabel1.Border.Color      = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
     sideBySideBarSeriesLabel1.Border.Thickness  = 2;
     sideBySideBarSeriesLabel1.Border.Visibility = DevExpress.Utils.DefaultBoolean.False;
     sideBySideBarSeriesLabel1.Font = new System.Drawing.Font("Tahoma", 10F);
     sideBySideBarSeriesLabel1.LineStyle.DashStyle    = DevExpress.XtraCharts.DashStyle.Dash;
     sideBySideBarSeriesLabel1.LineStyle.LineJoin     = System.Drawing.Drawing2D.LineJoin.Round;
     sideBySideBarSeriesLabel1.LineVisibility         = DevExpress.Utils.DefaultBoolean.True;
     sideBySideBarSeriesLabel1.Position               = DevExpress.XtraCharts.BarSeriesLabelPosition.Top;
     sideBySideBarSeriesLabel1.ResolveOverlappingMode = DevExpress.XtraCharts.ResolveOverlappingMode.Default;
     sideBySideBarSeriesLabel1.Shadow.Visible         = true;
     sideBySideBarSeriesLabel1.TextColor              = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     series1.Label            = sideBySideBarSeriesLabel1;
     series1.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True;
     series1.Name             = "OEE";
     sideBySideBarSeriesView1.Border.Color       = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(150)))), ((int)(((byte)(70)))));
     sideBySideBarSeriesView1.Color              = System.Drawing.Color.RoyalBlue;
     sideBySideBarSeriesView1.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Hatch;
     hatchFillOptions1.Color2     = System.Drawing.Color.FromArgb(((int)(((byte)(84)))), ((int)(((byte)(141)))), ((int)(((byte)(212)))));
     hatchFillOptions1.HatchStyle = System.Drawing.Drawing2D.HatchStyle.Percent05;
     sideBySideBarSeriesView1.FillStyle.Options = hatchFillOptions1;
     series1.View = sideBySideBarSeriesView1;
     this.ChartOEE.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.ChartOEE.Size     = new System.Drawing.Size(1904, 424);
     this.ChartOEE.TabIndex = 0;
     //
     // grdBase
     //
     this.grdBase.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.grdBase.Location          = new System.Drawing.Point(0, 0);
     this.grdBase.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat;
     this.grdBase.MainView          = this.gvwBase;
     this.grdBase.Name              = "grdBase";
     this.grdBase.Size              = new System.Drawing.Size(1904, 452);
     this.grdBase.TabIndex          = 2;
     this.grdBase.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gvwBase
     });
     //
     // gvwBase
     //
     this.gvwBase.Appearance.EvenRow.BackColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.gvwBase.Appearance.EvenRow.Options.UseBackColor       = true;
     this.gvwBase.Appearance.HeaderPanel.BackColor              = System.Drawing.Color.Silver;
     this.gvwBase.Appearance.HeaderPanel.Font                   = new System.Drawing.Font("Calibri", 15.75F, System.Drawing.FontStyle.Bold);
     this.gvwBase.Appearance.HeaderPanel.Options.UseBackColor   = true;
     this.gvwBase.Appearance.HeaderPanel.Options.UseFont        = true;
     this.gvwBase.Appearance.HeaderPanel.Options.UseTextOptions = true;
     this.gvwBase.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gvwBase.Appearance.HeaderPanel.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.gvwBase.Appearance.HorzLine.BackColor                 = System.Drawing.Color.Black;
     this.gvwBase.Appearance.HorzLine.Options.UseBackColor      = true;
     this.gvwBase.Appearance.Row.Font                      = new System.Drawing.Font("Calibri", 12F);
     this.gvwBase.Appearance.Row.Options.UseFont           = true;
     this.gvwBase.Appearance.Row.Options.UseTextOptions    = true;
     this.gvwBase.Appearance.Row.TextOptions.HAlignment    = DevExpress.Utils.HorzAlignment.Center;
     this.gvwBase.Appearance.Row.TextOptions.VAlignment    = DevExpress.Utils.VertAlignment.Center;
     this.gvwBase.Appearance.VertLine.BackColor            = System.Drawing.Color.Black;
     this.gvwBase.Appearance.VertLine.Options.UseBackColor = true;
     this.gvwBase.Bands.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
         this.gridBand1,
         this.gridBand23,
         this.gridBand24,
         this.gridBand25,
         this.Manual1,
         this.gridBand2,
         this.gridBand3,
         this.gridBand4,
         this.gridBand5,
         this.gridBand6,
         this.gridBand7,
         this.gridBand8,
         this.gridBand9,
         this.gridBand10,
         this.gridBand11,
         this.gridBand12,
         this.gridBand13,
         this.gridBand14,
         this.gridBand15,
         this.gridBand16,
         this.gridBand17,
         this.gridBand18,
         this.gridBand19,
         this.gridBand21,
         this.gridBand22,
         this.gridBand20
     });
     this.gvwBase.ColumnPanelRowHeight = 50;
     this.gvwBase.Columns.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn[] {
         this.bandedGridColumn2,
         this.bandedGridColumn3,
         this.bandedGridColumn4,
         this.bandedGridColumn5,
         this.bandedGridColumn6,
         this.bandedGridColumn1,
         this.bandedGridColumn7,
         this.LINE
     });
     this.gvwBase.DetailHeight = 360;
     this.gvwBase.GridControl  = this.grdBase;
     this.gvwBase.Name         = "gvwBase";
     this.gvwBase.OptionsBehavior.AllowAddRows                   = DevExpress.Utils.DefaultBoolean.False;
     this.gvwBase.OptionsBehavior.AllowDeleteRows                = DevExpress.Utils.DefaultBoolean.False;
     this.gvwBase.OptionsBehavior.AllowFixedGroups               = DevExpress.Utils.DefaultBoolean.False;
     this.gvwBase.OptionsBehavior.AllowPixelScrolling            = DevExpress.Utils.DefaultBoolean.False;
     this.gvwBase.OptionsBehavior.AllowSortAnimation             = DevExpress.Utils.DefaultBoolean.False;
     this.gvwBase.OptionsBehavior.Editable                       = false;
     this.gvwBase.OptionsCustomization.AllowColumnMoving         = false;
     this.gvwBase.OptionsCustomization.AllowColumnResizing       = false;
     this.gvwBase.OptionsCustomization.AllowFilter               = false;
     this.gvwBase.OptionsCustomization.AllowGroup                = false;
     this.gvwBase.OptionsCustomization.AllowSort                 = false;
     this.gvwBase.OptionsSelection.EnableAppearanceFocusedCell   = false;
     this.gvwBase.OptionsSelection.EnableAppearanceFocusedRow    = false;
     this.gvwBase.OptionsSelection.EnableAppearanceHideSelection = false;
     this.gvwBase.OptionsView.EnableAppearanceEvenRow            = true;
     this.gvwBase.OptionsView.ShowColumnHeaders                  = false;
     this.gvwBase.OptionsView.ShowGroupPanel                     = false;
     this.gvwBase.OptionsView.ShowIndicator                      = false;
     this.gvwBase.PaintStyleName = "Flat";
     this.gvwBase.RowHeight      = 30;
     this.gvwBase.RowCellStyle  += new DevExpress.XtraGrid.Views.Grid.RowCellStyleEventHandler(this.gvwBase_RowCellStyle);
     //
     // gridBand1
     //
     this.gridBand1.AppearanceHeader.BackColor              = System.Drawing.Color.Gray;
     this.gridBand1.AppearanceHeader.Font                   = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gridBand1.AppearanceHeader.ForeColor              = System.Drawing.Color.White;
     this.gridBand1.AppearanceHeader.Options.UseBackColor   = true;
     this.gridBand1.AppearanceHeader.Options.UseFont        = true;
     this.gridBand1.AppearanceHeader.Options.UseForeColor   = true;
     this.gridBand1.AppearanceHeader.Options.UseTextOptions = true;
     this.gridBand1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridBand1.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.gridBand1.Caption = "MACHINE";
     this.gridBand1.Columns.Add(this.LINE);
     this.gridBand1.Name         = "gridBand1";
     this.gridBand1.RowCount     = 3;
     this.gridBand1.VisibleIndex = 0;
     this.gridBand1.Width        = 200;
     //
     // LINE
     //
     this.LINE.Caption   = "bandedGridColumn8";
     this.LINE.FieldName = "LINE";
     this.LINE.Name      = "LINE";
     this.LINE.Visible   = true;
     this.LINE.Width     = 200;
     //
     // gridBand23
     //
     this.gridBand23.AppearanceHeader.BackColor              = System.Drawing.Color.Gray;
     this.gridBand23.AppearanceHeader.Font                   = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Bold);
     this.gridBand23.AppearanceHeader.ForeColor              = System.Drawing.Color.White;
     this.gridBand23.AppearanceHeader.Options.UseBackColor   = true;
     this.gridBand23.AppearanceHeader.Options.UseFont        = true;
     this.gridBand23.AppearanceHeader.Options.UseForeColor   = true;
     this.gridBand23.AppearanceHeader.Options.UseTextOptions = true;
     this.gridBand23.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridBand23.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.gridBand23.Caption = "Auto 1";
     this.gridBand23.Columns.Add(this.bandedGridColumn4);
     this.gridBand23.Name         = "gridBand23";
     this.gridBand23.VisibleIndex = 1;
     this.gridBand23.Width        = 200;
     //
     // bandedGridColumn4
     //
     this.bandedGridColumn4.Caption   = "bandedGridColumn4";
     this.bandedGridColumn4.FieldName = "Auto 1";
     this.bandedGridColumn4.Name      = "bandedGridColumn4";
     this.bandedGridColumn4.Visible   = true;
     this.bandedGridColumn4.Width     = 200;
     //
     // gridBand24
     //
     this.gridBand24.AppearanceHeader.BackColor              = System.Drawing.Color.Gray;
     this.gridBand24.AppearanceHeader.Font                   = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Bold);
     this.gridBand24.AppearanceHeader.ForeColor              = System.Drawing.Color.White;
     this.gridBand24.AppearanceHeader.Options.UseBackColor   = true;
     this.gridBand24.AppearanceHeader.Options.UseFont        = true;
     this.gridBand24.AppearanceHeader.Options.UseForeColor   = true;
     this.gridBand24.AppearanceHeader.Options.UseTextOptions = true;
     this.gridBand24.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridBand24.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.gridBand24.Caption = "Auto 2";
     this.gridBand24.Columns.Add(this.bandedGridColumn5);
     this.gridBand24.Name         = "gridBand24";
     this.gridBand24.VisibleIndex = 2;
     this.gridBand24.Width        = 200;
     //
     // bandedGridColumn5
     //
     this.bandedGridColumn5.Caption   = "bandedGridColumn5";
     this.bandedGridColumn5.FieldName = "Auto 2";
     this.bandedGridColumn5.Name      = "bandedGridColumn5";
     this.bandedGridColumn5.Visible   = true;
     this.bandedGridColumn5.Width     = 200;
     //
     // gridBand25
     //
     this.gridBand25.AppearanceHeader.BackColor              = System.Drawing.Color.Gray;
     this.gridBand25.AppearanceHeader.Font                   = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Bold);
     this.gridBand25.AppearanceHeader.ForeColor              = System.Drawing.Color.White;
     this.gridBand25.AppearanceHeader.Options.UseBackColor   = true;
     this.gridBand25.AppearanceHeader.Options.UseFont        = true;
     this.gridBand25.AppearanceHeader.Options.UseForeColor   = true;
     this.gridBand25.AppearanceHeader.Options.UseTextOptions = true;
     this.gridBand25.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridBand25.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.gridBand25.Caption = "Auto 3";
     this.gridBand25.Columns.Add(this.bandedGridColumn6);
     this.gridBand25.Name         = "gridBand25";
     this.gridBand25.VisibleIndex = 3;
     this.gridBand25.Width        = 200;
     //
     // bandedGridColumn6
     //
     this.bandedGridColumn6.Caption   = "bandedGridColumn6";
     this.bandedGridColumn6.FieldName = "Auto 3";
     this.bandedGridColumn6.Name      = "bandedGridColumn6";
     this.bandedGridColumn6.Visible   = true;
     this.bandedGridColumn6.Width     = 200;
     //
     // Manual1
     //
     this.Manual1.AppearanceHeader.BackColor              = System.Drawing.Color.Gray;
     this.Manual1.AppearanceHeader.Font                   = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Bold);
     this.Manual1.AppearanceHeader.ForeColor              = System.Drawing.Color.White;
     this.Manual1.AppearanceHeader.Options.UseBackColor   = true;
     this.Manual1.AppearanceHeader.Options.UseFont        = true;
     this.Manual1.AppearanceHeader.Options.UseForeColor   = true;
     this.Manual1.AppearanceHeader.Options.UseTextOptions = true;
     this.Manual1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.Manual1.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.Manual1.Caption = "Manual 1";
     this.Manual1.Columns.Add(this.bandedGridColumn1);
     this.Manual1.Name         = "Manual1";
     this.Manual1.RowCount     = 2;
     this.Manual1.VisibleIndex = 4;
     this.Manual1.Width        = 200;
     //
     // bandedGridColumn1
     //
     this.bandedGridColumn1.Caption   = "bandedGridColumn1";
     this.bandedGridColumn1.FieldName = "Manual 1";
     this.bandedGridColumn1.Name      = "bandedGridColumn1";
     this.bandedGridColumn1.Visible   = true;
     this.bandedGridColumn1.Width     = 200;
     //
     // gridBand2
     //
     this.gridBand2.AppearanceHeader.Font                   = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Bold);
     this.gridBand2.AppearanceHeader.Options.UseFont        = true;
     this.gridBand2.AppearanceHeader.Options.UseTextOptions = true;
     this.gridBand2.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridBand2.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.gridBand2.Caption        = "ZONE 1";
     this.gridBand2.ImageAlignment = System.Drawing.StringAlignment.Center;
     this.gridBand2.Name           = "gridBand2";
     this.gridBand2.RowCount       = 2;
     this.gridBand2.Visible        = false;
     this.gridBand2.VisibleIndex   = -1;
     this.gridBand2.Width          = 150;
     //
     // gridBand3
     //
     this.gridBand3.AppearanceHeader.Font                   = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Bold);
     this.gridBand3.AppearanceHeader.Options.UseFont        = true;
     this.gridBand3.AppearanceHeader.Options.UseTextOptions = true;
     this.gridBand3.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridBand3.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.gridBand3.Caption      = "ZONE 2";
     this.gridBand3.Name         = "gridBand3";
     this.gridBand3.RowCount     = 2;
     this.gridBand3.Visible      = false;
     this.gridBand3.VisibleIndex = -1;
     this.gridBand3.Width        = 225;
     //
     // gridBand4
     //
     this.gridBand4.AppearanceHeader.Font                   = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Bold);
     this.gridBand4.AppearanceHeader.Options.UseFont        = true;
     this.gridBand4.AppearanceHeader.Options.UseTextOptions = true;
     this.gridBand4.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridBand4.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.gridBand4.Caption      = "ZONE 3";
     this.gridBand4.Name         = "gridBand4";
     this.gridBand4.RowCount     = 2;
     this.gridBand4.Visible      = false;
     this.gridBand4.VisibleIndex = -1;
     this.gridBand4.Width        = 75;
     //
     // gridBand5
     //
     this.gridBand5.AppearanceHeader.Font                   = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Bold);
     this.gridBand5.AppearanceHeader.Options.UseFont        = true;
     this.gridBand5.AppearanceHeader.Options.UseTextOptions = true;
     this.gridBand5.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridBand5.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.gridBand5.Caption      = "ZONE 4";
     this.gridBand5.Name         = "gridBand5";
     this.gridBand5.RowCount     = 2;
     this.gridBand5.Visible      = false;
     this.gridBand5.VisibleIndex = -1;
     this.gridBand5.Width        = 75;
     //
     // gridBand6
     //
     this.gridBand6.AppearanceHeader.Font                   = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Bold);
     this.gridBand6.AppearanceHeader.Options.UseFont        = true;
     this.gridBand6.AppearanceHeader.Options.UseTextOptions = true;
     this.gridBand6.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridBand6.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.gridBand6.Caption      = "ZONE 5";
     this.gridBand6.Name         = "gridBand6";
     this.gridBand6.RowCount     = 2;
     this.gridBand6.Visible      = false;
     this.gridBand6.VisibleIndex = -1;
     this.gridBand6.Width        = 20;
     //
     // gridBand7
     //
     this.gridBand7.AppearanceHeader.Font                   = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Bold);
     this.gridBand7.AppearanceHeader.Options.UseFont        = true;
     this.gridBand7.AppearanceHeader.Options.UseTextOptions = true;
     this.gridBand7.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridBand7.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.gridBand7.Caption      = "ZONE 6";
     this.gridBand7.Name         = "gridBand7";
     this.gridBand7.RowCount     = 2;
     this.gridBand7.Visible      = false;
     this.gridBand7.VisibleIndex = -1;
     this.gridBand7.Width        = 150;
     //
     // gridBand8
     //
     this.gridBand8.AppearanceHeader.Font                   = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Bold);
     this.gridBand8.AppearanceHeader.Options.UseFont        = true;
     this.gridBand8.AppearanceHeader.Options.UseTextOptions = true;
     this.gridBand8.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridBand8.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.gridBand8.Caption      = "ZONE 7";
     this.gridBand8.Name         = "gridBand8";
     this.gridBand8.RowCount     = 2;
     this.gridBand8.Visible      = false;
     this.gridBand8.VisibleIndex = -1;
     this.gridBand8.Width        = 75;
     //
     // gridBand9
     //
     this.gridBand9.AppearanceHeader.Font                   = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Bold);
     this.gridBand9.AppearanceHeader.Options.UseFont        = true;
     this.gridBand9.AppearanceHeader.Options.UseTextOptions = true;
     this.gridBand9.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridBand9.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.gridBand9.Name         = "gridBand9";
     this.gridBand9.Visible      = false;
     this.gridBand9.VisibleIndex = -1;
     this.gridBand9.Width        = 75;
     //
     // gridBand10
     //
     this.gridBand10.Caption      = "gridBand10";
     this.gridBand10.Name         = "gridBand10";
     this.gridBand10.Visible      = false;
     this.gridBand10.VisibleIndex = -1;
     //
     // gridBand11
     //
     this.gridBand11.Caption      = "gridBand11";
     this.gridBand11.Name         = "gridBand11";
     this.gridBand11.Visible      = false;
     this.gridBand11.VisibleIndex = -1;
     //
     // gridBand12
     //
     this.gridBand12.Caption      = "gridBand12";
     this.gridBand12.Name         = "gridBand12";
     this.gridBand12.Visible      = false;
     this.gridBand12.VisibleIndex = -1;
     //
     // gridBand13
     //
     this.gridBand13.Caption      = "gridBand13";
     this.gridBand13.Name         = "gridBand13";
     this.gridBand13.Visible      = false;
     this.gridBand13.VisibleIndex = -1;
     //
     // gridBand14
     //
     this.gridBand14.Caption      = "gridBand14";
     this.gridBand14.Name         = "gridBand14";
     this.gridBand14.Visible      = false;
     this.gridBand14.VisibleIndex = -1;
     //
     // gridBand15
     //
     this.gridBand15.Caption      = "gridBand15";
     this.gridBand15.Name         = "gridBand15";
     this.gridBand15.Visible      = false;
     this.gridBand15.VisibleIndex = -1;
     //
     // gridBand16
     //
     this.gridBand16.Caption      = "gridBand16";
     this.gridBand16.Name         = "gridBand16";
     this.gridBand16.Visible      = false;
     this.gridBand16.VisibleIndex = -1;
     //
     // gridBand17
     //
     this.gridBand17.Caption      = "gridBand17";
     this.gridBand17.Name         = "gridBand17";
     this.gridBand17.Visible      = false;
     this.gridBand17.VisibleIndex = -1;
     this.gridBand17.Width        = 93;
     //
     // gridBand18
     //
     this.gridBand18.Caption      = "gridBand18";
     this.gridBand18.Name         = "gridBand18";
     this.gridBand18.Visible      = false;
     this.gridBand18.VisibleIndex = -1;
     //
     // gridBand19
     //
     this.gridBand19.Caption      = "gridBand19";
     this.gridBand19.Name         = "gridBand19";
     this.gridBand19.Visible      = false;
     this.gridBand19.VisibleIndex = -1;
     //
     // gridBand21
     //
     this.gridBand21.AppearanceHeader.BackColor              = System.Drawing.Color.Gray;
     this.gridBand21.AppearanceHeader.Font                   = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Bold);
     this.gridBand21.AppearanceHeader.ForeColor              = System.Drawing.Color.White;
     this.gridBand21.AppearanceHeader.Options.UseBackColor   = true;
     this.gridBand21.AppearanceHeader.Options.UseFont        = true;
     this.gridBand21.AppearanceHeader.Options.UseForeColor   = true;
     this.gridBand21.AppearanceHeader.Options.UseTextOptions = true;
     this.gridBand21.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridBand21.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.gridBand21.Caption = "Manual 2";
     this.gridBand21.Columns.Add(this.bandedGridColumn2);
     this.gridBand21.Name         = "gridBand21";
     this.gridBand21.VisibleIndex = 5;
     this.gridBand21.Width        = 200;
     //
     // bandedGridColumn2
     //
     this.bandedGridColumn2.Caption   = "bandedGridColumn2";
     this.bandedGridColumn2.FieldName = "Manual 2";
     this.bandedGridColumn2.Name      = "bandedGridColumn2";
     this.bandedGridColumn2.Visible   = true;
     this.bandedGridColumn2.Width     = 200;
     //
     // gridBand22
     //
     this.gridBand22.AppearanceHeader.BackColor              = System.Drawing.Color.Gray;
     this.gridBand22.AppearanceHeader.Font                   = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Bold);
     this.gridBand22.AppearanceHeader.ForeColor              = System.Drawing.Color.White;
     this.gridBand22.AppearanceHeader.Options.UseBackColor   = true;
     this.gridBand22.AppearanceHeader.Options.UseFont        = true;
     this.gridBand22.AppearanceHeader.Options.UseForeColor   = true;
     this.gridBand22.AppearanceHeader.Options.UseTextOptions = true;
     this.gridBand22.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridBand22.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.gridBand22.Caption = "Manual 3";
     this.gridBand22.Columns.Add(this.bandedGridColumn3);
     this.gridBand22.Name         = "gridBand22";
     this.gridBand22.VisibleIndex = 6;
     this.gridBand22.Width        = 200;
     //
     // bandedGridColumn3
     //
     this.bandedGridColumn3.Caption   = "bandedGridColumn3";
     this.bandedGridColumn3.FieldName = "Manual 3";
     this.bandedGridColumn3.Name      = "bandedGridColumn3";
     this.bandedGridColumn3.Visible   = true;
     this.bandedGridColumn3.Width     = 200;
     //
     // gridBand20
     //
     this.gridBand20.AppearanceHeader.BackColor              = System.Drawing.Color.Gray;
     this.gridBand20.AppearanceHeader.Font                   = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Bold);
     this.gridBand20.AppearanceHeader.ForeColor              = System.Drawing.Color.White;
     this.gridBand20.AppearanceHeader.Options.UseBackColor   = true;
     this.gridBand20.AppearanceHeader.Options.UseFont        = true;
     this.gridBand20.AppearanceHeader.Options.UseForeColor   = true;
     this.gridBand20.AppearanceHeader.Options.UseTextOptions = true;
     this.gridBand20.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridBand20.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.gridBand20.Caption = "AVG";
     this.gridBand20.Columns.Add(this.bandedGridColumn7);
     this.gridBand20.Name         = "gridBand20";
     this.gridBand20.VisibleIndex = 7;
     this.gridBand20.Width        = 200;
     //
     // bandedGridColumn7
     //
     this.bandedGridColumn7.Caption   = "bandedGridColumn7";
     this.bandedGridColumn7.FieldName = "AVG";
     this.bandedGridColumn7.Name      = "bandedGridColumn7";
     this.bandedGridColumn7.Visible   = true;
     this.bandedGridColumn7.Width     = 200;
     //
     // uc_year
     //
     this.uc_year.AutoSize          = true;
     this.uc_year.Location          = new System.Drawing.Point(3, 112);
     this.uc_year.Name              = "uc_year";
     this.uc_year.Size              = new System.Drawing.Size(229, 47);
     this.uc_year.TabIndex          = 22;
     this.uc_year.ValueChangeEvent += new System.EventHandler(this.uc_year_ValueChangeEvent);
     //
     // FRM_SMT_IP_OEE_YEAR
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1904, 1041);
     this.Controls.Add(this.uc_year);
     this.Controls.Add(this.splMain);
     this.Controls.Add(this.pnHeader);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "FRM_SMT_IP_OEE_YEAR";
     this.Text            = "FRM_SMT_PH_OEE";
     this.WindowState     = System.Windows.Forms.FormWindowState.Maximized;
     this.Load           += new System.EventHandler(this.FRM_SMT_PH_OEE_Load);
     this.VisibleChanged += new System.EventHandler(this.FRM_SMT_PH_OEE_VisibleChanged);
     this.pnHeader.ResumeLayout(false);
     this.splMain.Panel1.ResumeLayout(false);
     this.splMain.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splMain)).EndInit();
     this.splMain.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ChartOEE)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdBase)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvwBase)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #31
0
        protected override void OnMouseDown(System.Windows.Forms.MouseEventArgs e)
        {
            base.OnMouseDown(e);
            if (!DesignMode)
            {
                var info = this.CalcHitInfo(e.Location);
                if (info.Diagram != null)
                {

                    if (e.Button == System.Windows.Forms.MouseButtons.Left && info.InConstantLine)
                    {
                        this.targetLine = info.ConstantLine;
                    }
                    else if (e.Button == System.Windows.Forms.MouseButtons.Right)
                    {
                        var pointinfo = (this.Diagram as DevExpress.XtraCharts.XYDiagram2D).PointToDiagram(e.Location);
                        InitPopupMenu();
                        object argument;
                        if (pointinfo.ArgumentScaleType == DevExpress.XtraCharts.ScaleType.Numerical)
                            argument = pointinfo.NumericalArgument;
                        else
                            argument = pointinfo.QualitativeArgument;
                        popupMenuStaticItem.Caption = string.Format("X:{0} Y:{1:N3}", argument, pointinfo.NumericalValue);
                        this.RightClickPopupMenu.AddItem(popupMenuStaticItem);
                        popupMenuXAddButtonItem.Tag = new object[] { argument, pointinfo.AxisX };
                        this.RightClickPopupMenu.AddItem(popupMenuXAddButtonItem);
                        ShowRightClickPopupMenuEventArgs eventarg;
                        if (info.InConstantLine)
                        {
                            popupMenuEditItem.BeginUpdate();
                            popupMenuEditItem.Caption = info.ConstantLine.Name + "轴边界线";
                            popupMenuEditItem.Tag = info.ConstantLine;
                            popupMenuEditItem.EditValue = info.ConstantLine.AxisValue;
                            popupMenuEditItem.EndUpdate();
                            this.RightClickPopupMenu.AddItem(popupMenuEditItem);
                            popupMenuDeleteButtonItem.Tag = info.ConstantLine;
                            popupMenuDeleteButtonItem.Caption = "删除" + info.ConstantLine.Name + "轴边界线";
                            this.RightClickPopupMenu.AddItem(popupMenuDeleteButtonItem);

                        }
                        eventarg = new ShowRightClickPopupMenuEventArgs(RightClickPopupMenu, info.ConstantLine, true);
                        if (CustomShowRightClickPopupMenu != null)
                            CustomShowRightClickPopupMenu(RightClickPopupMenu, eventarg);
                        if (eventarg.Handle)
                            this.RightClickPopupMenu.ShowPopup(MousePosition);
                    }
                }
                else if (info.Axis != null && (this.Diagram as DevExpress.XtraCharts.XYDiagram2D).GetAllAxesY().Contains(info.Axis))
                {
                    if (e.Button == System.Windows.Forms.MouseButtons.Left)
                    {
                        this.targetAxis = (info.Axis as DevExpress.XtraCharts.Axis2D);
                    }
                    else if (e.Button == System.Windows.Forms.MouseButtons.Right)
                    {
                        var pointinfo = (this.Diagram as DevExpress.XtraCharts.XYDiagram2D).PointToDiagram(new System.Drawing.Point(this.Width / 2, e.Location.Y));
                        InitPopupMenu();
                        var value = pointinfo.GetAxisValue(info.Axis).NumericalValue;
                        popupMenuStaticItem.Caption = string.Format("X: Y:{0:N3}", value);
                        this.RightClickPopupMenu.AddItem(popupMenuStaticItem);
                        popupMenuYAddButtonItem.Tag = new object[] { value, info.Axis };
                        this.RightClickPopupMenu.AddItem(popupMenuYAddButtonItem);
                        ShowRightClickPopupMenuEventArgs eventarg;
                        eventarg = new ShowRightClickPopupMenuEventArgs(RightClickPopupMenu, info.ConstantLine, true);
                        if (CustomShowRightClickPopupMenu != null)
                            CustomShowRightClickPopupMenu(RightClickPopupMenu, eventarg);
                        if (eventarg.Handle)
                            this.RightClickPopupMenu.ShowPopup(MousePosition);
                    }

                }
            }
        }
 /// <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.RectangleGradientFillOptions rectangleGradientFillOptions1 = new DevExpress.XtraCharts.RectangleGradientFillOptions();
     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(0D, new object[] {
         ((object)(0D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint2 = new DevExpress.XtraCharts.SeriesPoint(0.3D, new object[] {
         ((object)(0D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint3 = new DevExpress.XtraCharts.SeriesPoint(1.4D, new object[] {
         ((object)(0D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint4 = new DevExpress.XtraCharts.SeriesPoint(2.5D, new object[] {
         ((object)(0D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint5 = new DevExpress.XtraCharts.SeriesPoint(3.6D, new object[] {
         ((object)(0D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint6 = new DevExpress.XtraCharts.SeriesPoint(4.7D, new object[] {
         ((object)(0D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint7 = new DevExpress.XtraCharts.SeriesPoint(5.8D, new object[] {
         ((object)(0D))
     });
     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      seriesPoint8      = new DevExpress.XtraCharts.SeriesPoint(0D, new object[] {
         ((object)(0D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint9 = new DevExpress.XtraCharts.SeriesPoint(0.3D, new object[] {
         ((object)(0D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint10 = new DevExpress.XtraCharts.SeriesPoint(1.4D, new object[] {
         ((object)(0D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint11 = new DevExpress.XtraCharts.SeriesPoint(2.5D, new object[] {
         ((object)(0D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint12 = new DevExpress.XtraCharts.SeriesPoint(3.6D, new object[] {
         ((object)(0D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint13 = new DevExpress.XtraCharts.SeriesPoint(4.7D, new object[] {
         ((object)(0D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint14 = new DevExpress.XtraCharts.SeriesPoint(5.8D, new object[] {
         ((object)(0D))
     });
     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.SeriesPoint      seriesPoint15     = new DevExpress.XtraCharts.SeriesPoint(0D, new object[] {
         ((object)(0D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint16 = new DevExpress.XtraCharts.SeriesPoint(0.3D, new object[] {
         ((object)(0D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint17 = new DevExpress.XtraCharts.SeriesPoint(1.4D, new object[] {
         ((object)(0D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint18 = new DevExpress.XtraCharts.SeriesPoint(2.5D, new object[] {
         ((object)(0D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint19 = new DevExpress.XtraCharts.SeriesPoint(3.6D, new object[] {
         ((object)(0D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint20 = new DevExpress.XtraCharts.SeriesPoint(4.7D, new object[] {
         ((object)(0D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint21 = new DevExpress.XtraCharts.SeriesPoint(5.8D, new object[] {
         ((object)(0D))
     });
     DevExpress.XtraCharts.LineSeriesView   lineSeriesView3   = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel4 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.LineSeriesView   lineSeriesView4   = new DevExpress.XtraCharts.LineSeriesView();
     this.beamLineChartControl = new DevExpress.XtraCharts.ChartControl();
     ((System.ComponentModel.ISupportInitialize)(this.beamLineChartControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).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();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView4)).BeginInit();
     this.SuspendLayout();
     //
     // beamLineChartControl
     //
     this.beamLineChartControl.AppearanceName = "Light";
     this.beamLineChartControl.CacheToMemory  = true;
     xyDiagram1.AxisX.Alignment       = DevExpress.XtraCharts.AxisAlignment.Zero;
     xyDiagram1.AxisX.InterlacedColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     xyDiagram1.AxisX.InterlacedFillStyle.FillMode = DevExpress.XtraCharts.FillMode.Gradient;
     rectangleGradientFillOptions1.Color2          = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     xyDiagram1.AxisX.InterlacedFillStyle.Options  = rectangleGradientFillOptions1;
     xyDiagram1.AxisX.Label.EndText = " m";
     xyDiagram1.AxisX.Range.Auto    = false;
     xyDiagram1.AxisX.Range.MaxValueSerializable = "42";
     xyDiagram1.AxisX.Range.MinValueSerializable = "0";
     xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisX.Range.SideMarginsEnabled = true;
     xyDiagram1.AxisX.Title.Alignment          = System.Drawing.StringAlignment.Near;
     xyDiagram1.AxisX.Title.Antialiasing       = false;
     xyDiagram1.AxisX.Title.Font = new System.Drawing.Font("Tahoma", 8F);
     xyDiagram1.AxisX.Title.Text = "Sector Lenght (m)";
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     constantLine1.AxisValueSerializable         = "0";
     constantLine1.LineStyle.DashStyle           = DevExpress.XtraCharts.DashStyle.Solid;
     constantLine1.Name         = "Drift Tube";
     constantLine1.ShowInLegend = false;
     xyDiagram1.AxisY.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
         constantLine1
     });
     xyDiagram1.AxisY.Range.Auto = false;
     xyDiagram1.AxisY.Range.MaxValueSerializable = "25";
     xyDiagram1.AxisY.Range.MinValueSerializable = "-25";
     xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisY.Range.SideMarginsEnabled = true;
     xyDiagram1.AxisY.Title.Antialiasing       = false;
     xyDiagram1.AxisY.Title.Font = new System.Drawing.Font("Tahoma", 8F);
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     xyDiagram1.DefaultPane.SizeInPixels         = 840;
     xyDiagram1.DefaultPane.SizeMode             = DevExpress.XtraCharts.PaneSizeMode.UseSizeInPixels;
     xyDiagram1.Margins.Bottom         = 0;
     xyDiagram1.Margins.Left           = 1;
     xyDiagram1.Margins.Top            = 0;
     this.beamLineChartControl.Diagram = xyDiagram1;
     this.beamLineChartControl.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.LeftOutside;
     this.beamLineChartControl.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.Bottom;
     this.beamLineChartControl.Legend.Margins.Bottom      = 1;
     this.beamLineChartControl.Legend.Margins.Left        = 1;
     this.beamLineChartControl.Legend.Margins.Right       = 1;
     this.beamLineChartControl.Legend.Margins.Top         = 1;
     this.beamLineChartControl.Location             = new System.Drawing.Point(0, 0);
     this.beamLineChartControl.Name                 = "beamLineChartControl";
     this.beamLineChartControl.Padding.Bottom       = 0;
     this.beamLineChartControl.Padding.Left         = 0;
     this.beamLineChartControl.Padding.Right        = 0;
     this.beamLineChartControl.Padding.Top          = 0;
     this.beamLineChartControl.PaletteName          = "Nature Colors";
     this.beamLineChartControl.RefreshDataOnRepaint = false;
     this.beamLineChartControl.RuntimeHitTesting    = false;
     series1.ArgumentScaleType                = DevExpress.XtraCharts.ScaleType.Numerical;
     pointSeriesLabel1.Angle                  = -45;
     pointSeriesLabel1.Font                   = new System.Drawing.Font("Tahoma", 7F);
     pointSeriesLabel1.LineVisible            = true;
     pointSeriesLabel1.ResolveOverlappingMode = DevExpress.XtraCharts.ResolveOverlappingMode.Default;
     pointSeriesLabel1.Visible                = false;
     series1.Label = pointSeriesLabel1;
     series1.Name  = "X-Position (mm)";
     series1.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint1,
         seriesPoint2,
         seriesPoint3,
         seriesPoint4,
         seriesPoint5,
         seriesPoint6,
         seriesPoint7
     });
     lineSeriesView1.LineMarkerOptions.Size = 5;
     series1.View = lineSeriesView1;
     series2.ArgumentScaleType                = DevExpress.XtraCharts.ScaleType.Numerical;
     pointSeriesLabel2.Angle                  = -135;
     pointSeriesLabel2.Font                   = new System.Drawing.Font("Tahoma", 7F);
     pointSeriesLabel2.LineVisible            = true;
     pointSeriesLabel2.ResolveOverlappingMode = DevExpress.XtraCharts.ResolveOverlappingMode.Default;
     pointSeriesLabel2.Visible                = false;
     series2.Label = pointSeriesLabel2;
     series2.Name  = "Y-Position (mm)";
     series2.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint8,
         seriesPoint9,
         seriesPoint10,
         seriesPoint11,
         seriesPoint12,
         seriesPoint13,
         seriesPoint14
     });
     lineSeriesView2.LineMarkerOptions.Size = 5;
     series2.View = lineSeriesView2;
     series3.ArgumentScaleType                = DevExpress.XtraCharts.ScaleType.Numerical;
     pointSeriesLabel3.Angle                  = -90;
     pointSeriesLabel3.Font                   = new System.Drawing.Font("Tahoma", 7F);
     pointSeriesLabel3.LineLength             = 7;
     pointSeriesLabel3.LineVisible            = true;
     pointSeriesLabel3.ResolveOverlappingMode = DevExpress.XtraCharts.ResolveOverlappingMode.Default;
     pointSeriesLabel3.Visible                = false;
     series3.Label = pointSeriesLabel3;
     series3.Name  = "Current (10 µA)";
     series3.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint15,
         seriesPoint16,
         seriesPoint17,
         seriesPoint18,
         seriesPoint19,
         seriesPoint20,
         seriesPoint21
     });
     lineSeriesView3.LineMarkerOptions.Size = 5;
     series3.View = lineSeriesView3;
     this.beamLineChartControl.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2,
         series3
     };
     pointSeriesLabel4.LineVisible = true;
     this.beamLineChartControl.SeriesTemplate.Label = pointSeriesLabel4;
     this.beamLineChartControl.SeriesTemplate.View  = lineSeriesView4;
     this.beamLineChartControl.Size     = new System.Drawing.Size(9160, 125);
     this.beamLineChartControl.TabIndex = 2;
     this.beamLineChartControl.TabStop  = false;
     //
     // BeamLineChart
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.beamLineChartControl);
     this.Name = "BeamLineChart";
     this.Size = new System.Drawing.Size(9160, 125);
     ((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)(pointSeriesLabel4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.beamLineChartControl)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #33
0
 private void popupMenuYAddButtonItem_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
 {
     var line = new DevExpress.XtraCharts.ConstantLine("Y", (e.Item.Tag as object[])[0].ToString());
     ((e.Item.Tag as object[])[1] as DevExpress.XtraCharts.Axis2D).ConstantLines.Add(line);
     line.Title.Text = String.Format("{0:N3}", line.AxisValue);
 }
Beispiel #34
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);
 }