Esempio n. 1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.XYDiagram                xyDiagram1                = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.SecondaryAxisY           secondaryAxisY1           = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.Series                   series1                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.PointOptions             pointOptions1             = new DevExpress.XtraCharts.PointOptions();
     DevExpress.XtraCharts.SideBySideBarSeriesView  sideBySideBarSeriesView1  = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     DevExpress.XtraCharts.Series                   series2                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.LineSeriesView           lineSeriesView1           = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.StepAreaSeriesView       stepAreaSeriesView1       = new DevExpress.XtraCharts.StepAreaSeriesView();
     this.chartControl1 = new SPC.Controls.Base.AdvChartControl();
     ((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)(sideBySideBarSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stepAreaSeriesView1)).BeginInit();
     this.SuspendLayout();
     //
     // chartControl1
     //
     this.chartControl1.CrosshairOptions.HighlightPoints = false;
     xyDiagram1.AxisX.Tickmarks.MinorVisible             = false;
     xyDiagram1.AxisX.VisibleInPanesSerializable         = "-1";
     xyDiagram1.AxisX.WholeRange.AutoSideMargins         = true;
     xyDiagram1.AxisY.VisibleInPanesSerializable         = "-1";
     xyDiagram1.EnableAxisXScrolling            = true;
     xyDiagram1.ScrollingOptions.UseKeyboard    = false;
     xyDiagram1.ScrollingOptions.UseMouse       = false;
     xyDiagram1.ScrollingOptions.UseTouchDevice = false;
     secondaryAxisY1.AxisID = 0;
     secondaryAxisY1.Name   = "Secondary AxisY 1";
     secondaryAxisY1.VisibleInPanesSerializable       = "-1";
     secondaryAxisY1.VisualRange.Auto                 = false;
     secondaryAxisY1.VisualRange.AutoSideMargins      = false;
     secondaryAxisY1.VisualRange.MaxValueSerializable = "100";
     secondaryAxisY1.VisualRange.MinValueSerializable = "0";
     secondaryAxisY1.VisualRange.SideMarginsValue     = 0D;
     secondaryAxisY1.WholeRange.Auto                 = false;
     secondaryAxisY1.WholeRange.AutoSideMargins      = false;
     secondaryAxisY1.WholeRange.MaxValueSerializable = "100";
     secondaryAxisY1.WholeRange.MinValueSerializable = "0";
     secondaryAxisY1.WholeRange.SideMarginsValue     = 0D;
     xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY1
     });
     xyDiagram1.ZoomingOptions.UseMouseWheel = false;
     this.chartControl1.Diagram                       = xyDiagram1;
     this.chartControl1.Dock                          = System.Windows.Forms.DockStyle.Fill;
     this.chartControl1.Legend.Visible                = false;
     this.chartControl1.Location                      = new System.Drawing.Point(4, 2);
     this.chartControl1.Name                          = "chartControl1";
     this.chartControl1.RuntimeHitTesting             = true;
     series1.ArgumentScaleType                        = DevExpress.XtraCharts.ScaleType.Qualitative;
     sideBySideBarSeriesLabel1.Antialiasing           = true;
     pointOptions1.ArgumentNumericOptions.Format      = DevExpress.XtraCharts.NumericFormat.Number;
     pointOptions1.PointView                          = DevExpress.XtraCharts.PointView.Argument;
     sideBySideBarSeriesLabel1.PointOptions           = pointOptions1;
     sideBySideBarSeriesLabel1.ResolveOverlappingMode = DevExpress.XtraCharts.ResolveOverlappingMode.Default;
     sideBySideBarSeriesLabel1.TextOrientation        = DevExpress.XtraCharts.TextOrientation.TopToBottom;
     series1.Label = sideBySideBarSeriesLabel1;
     series1.Name  = "Series 1";
     sideBySideBarSeriesView1.BarWidth           = 1D;
     sideBySideBarSeriesView1.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Solid;
     series1.View = sideBySideBarSeriesView1;
     series2.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative;
     series2.Name = "Series 2";
     lineSeriesView1.AxisYName = "Secondary AxisY 1";
     lineSeriesView1.LineMarkerOptions.Size = 5;
     lineSeriesView1.MarkerVisibility       = DevExpress.Utils.DefaultBoolean.True;
     series2.View = lineSeriesView1;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     stepAreaSeriesView1.MarkerOptions.Size     = 8;
     this.chartControl1.SeriesTemplate.View     = stepAreaSeriesView1;
     this.chartControl1.SideBySideEqualBarWidth = false;
     this.chartControl1.Size     = new System.Drawing.Size(718, 373);
     this.chartControl1.TabIndex = 0;
     //
     // ParetoDrawBoard
     //
     this.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleDimensions             = new System.Drawing.SizeF(7F, 16F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.chartControl1);
     this.Name = "ParetoDrawBoard";
     this.Size = new System.Drawing.Size(724, 377);
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stepAreaSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.TextAnnotation           textAnnotation1           = new DevExpress.XtraCharts.TextAnnotation();
     DevExpress.XtraCharts.ChartAnchorPoint         chartAnchorPoint1         = new DevExpress.XtraCharts.ChartAnchorPoint();
     DevExpress.XtraCharts.FreePosition             freePosition1             = new DevExpress.XtraCharts.FreePosition();
     DevExpress.XtraCharts.XYDiagram                xyDiagram1                = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.SecondaryAxisY           secondaryAxisY1           = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.Series                   series1                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.PointOptions             pointOptions1             = new DevExpress.XtraCharts.PointOptions();
     DevExpress.XtraCharts.Series                   series2                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.LineSeriesView           lineSeriesView1           = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.ChartTitle               chartTitle1               = new DevExpress.XtraCharts.ChartTitle();
     this.Detail = new DevExpress.XtraReports.UI.DetailBand();
     this.reporteDollarUtilization = new BPMO.SDNI.Flota.Reportes.DA.DollarUtilizationDS();
     this.TopMargin              = new DevExpress.XtraReports.UI.TopMarginBand();
     this.xrPageInfo1            = new DevExpress.XtraReports.UI.XRPageInfo();
     this.xrPageInfo2            = new DevExpress.XtraReports.UI.XRPageInfo();
     this.tblTituloEtiquetas     = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow12           = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell9           = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow13           = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell17          = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow14           = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTCRangoFechas        = new DevExpress.XtraReports.UI.XRTableCell();
     this.pbLogo                 = new DevExpress.XtraReports.UI.XRPictureBox();
     this.BottomMargin           = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.PageHeader             = new DevExpress.XtraReports.UI.PageHeaderBand();
     this.chartDollarUtilization = new DevExpress.XtraReports.UI.XRChart();
     this.ReportHeader           = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.GroupHeader1           = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.TituloGrafica          = new DevExpress.XtraReports.Parameters.Parameter();
     this.xrSRChartDetails       = new DevExpress.XtraReports.UI.XRSubreport();
     ((System.ComponentModel.ISupportInitialize)(this.reporteDollarUtilization)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tblTituloEtiquetas)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartDollarUtilization)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(textAnnotation1)).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)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrSRChartDetails
     });
     this.Detail.HeightF            = 33.41662F;
     this.Detail.KeepTogether       = true;
     this.Detail.MultiColumn.Layout = DevExpress.XtraPrinting.ColumnLayout.AcrossThenDown;
     this.Detail.MultiColumn.Mode   = DevExpress.XtraReports.UI.MultiColumnMode.UseColumnCount;
     this.Detail.Name    = "Detail";
     this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.SortFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] {
         new DevExpress.XtraReports.UI.GroupField("SucursalID", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending),
         new DevExpress.XtraReports.UI.GroupField("NombreSucursal", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)
     });
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // reporteDollarUtilization
     //
     this.reporteDollarUtilization.DataSetName             = "ReporteDollarUtilization";
     this.reporteDollarUtilization.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // TopMargin
     //
     this.TopMargin.HeightF       = 3.708331F;
     this.TopMargin.Name          = "TopMargin";
     this.TopMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrPageInfo1
     //
     this.xrPageInfo1.Format        = "Página {0} de {1}";
     this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(841.5831F, 69.16669F);
     this.xrPageInfo1.Name          = "xrPageInfo1";
     this.xrPageInfo1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo1.SizeF         = new System.Drawing.SizeF(142.2917F, 20.83334F);
     this.xrPageInfo1.StylePriority.UseTextAlignment = false;
     this.xrPageInfo1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrPageInfo2
     //
     this.xrPageInfo2.Format        = "{0:dd/MM/yyyy hh:mm:ss tt}";
     this.xrPageInfo2.LocationFloat = new DevExpress.Utils.PointFloat(841.5834F, 48.33334F);
     this.xrPageInfo2.Name          = "xrPageInfo2";
     this.xrPageInfo2.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo2.PageInfo      = DevExpress.XtraPrinting.PageInfo.DateTime;
     this.xrPageInfo2.SizeF         = new System.Drawing.SizeF(142.2916F, 20.83333F);
     this.xrPageInfo2.StylePriority.UseTextAlignment = false;
     this.xrPageInfo2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // tblTituloEtiquetas
     //
     this.tblTituloEtiquetas.Font          = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tblTituloEtiquetas.LocationFloat = new DevExpress.Utils.PointFloat(243.875F, 28.50001F);
     this.tblTituloEtiquetas.Name          = "tblTituloEtiquetas";
     this.tblTituloEtiquetas.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
     this.tblTituloEtiquetas.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow12,
         this.xrTableRow13,
         this.xrTableRow14
     });
     this.tblTituloEtiquetas.SizeF = new System.Drawing.SizeF(587.5831F, 62.5F);
     this.tblTituloEtiquetas.StylePriority.UseFont          = false;
     this.tblTituloEtiquetas.StylePriority.UsePadding       = false;
     this.tblTituloEtiquetas.StylePriority.UseTextAlignment = false;
     this.tblTituloEtiquetas.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrTableRow12
     //
     this.xrTableRow12.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell9
     });
     this.xrTableRow12.Name   = "xrTableRow12";
     this.xrTableRow12.Weight = 1D;
     //
     // xrTableCell9
     //
     this.xrTableCell9.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "ConfiguracionModulo.NombreCliente")
     });
     this.xrTableCell9.Name = "xrTableCell9";
     this.xrTableCell9.StylePriority.UseFont = false;
     this.xrTableCell9.Weight = 0.99131829478095046D;
     //
     // xrTableRow13
     //
     this.xrTableRow13.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell17
     });
     this.xrTableRow13.Name   = "xrTableRow13";
     this.xrTableRow13.Weight = 1D;
     //
     // xrTableCell17
     //
     this.xrTableCell17.Name = "xrTableCell17";
     this.xrTableCell17.StylePriority.UseFont          = false;
     this.xrTableCell17.StylePriority.UseTextAlignment = false;
     this.xrTableCell17.Text          = "REPORTE DE DOLLAR UTILIZATION";
     this.xrTableCell17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell17.Weight        = 0.99131829478095046D;
     //
     // xrTableRow14
     //
     this.xrTableRow14.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTCRangoFechas
     });
     this.xrTableRow14.Name   = "xrTableRow14";
     this.xrTableRow14.Weight = 1D;
     //
     // xrTCRangoFechas
     //
     this.xrTCRangoFechas.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrTCRangoFechas.Name = "xrTCRangoFechas";
     this.xrTCRangoFechas.StylePriority.UseFont = false;
     this.xrTCRangoFechas.Weight = 0.99131829478095057D;
     //
     // pbLogo
     //
     this.pbLogo.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Image", null, "ConfiguracionesSistema.UrlLogoEmpresa")
     });
     this.pbLogo.LocationFloat = new DevExpress.Utils.PointFloat(74.87501F, 10.00001F);
     this.pbLogo.Name          = "pbLogo";
     this.pbLogo.SizeF         = new System.Drawing.SizeF(159F, 100F);
     this.pbLogo.Sizing        = DevExpress.XtraPrinting.ImageSizeMode.StretchImage;
     this.pbLogo.BeforePrint  += new System.Drawing.Printing.PrintEventHandler(this.pbLogo_BeforePrint);
     //
     // BottomMargin
     //
     this.BottomMargin.HeightF       = 28.87478F;
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // PageHeader
     //
     this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.pbLogo,
         this.tblTituloEtiquetas,
         this.xrPageInfo2,
         this.xrPageInfo1
     });
     this.PageHeader.HeightF = 126.0417F;
     this.PageHeader.Name    = "PageHeader";
     //
     // chartDollarUtilization
     //
     chartAnchorPoint1.X             = 0;
     chartAnchorPoint1.Y             = 43;
     textAnnotation1.AnchorPoint     = chartAnchorPoint1;
     textAnnotation1.Border.Visible  = false;
     textAnnotation1.ConnectorStyle  = DevExpress.XtraCharts.AnnotationConnectorStyle.None;
     textAnnotation1.Font            = new System.Drawing.Font("Arial Narrow", 9.7F);
     textAnnotation1.Name            = "Anotacion";
     textAnnotation1.ShapeKind       = DevExpress.XtraCharts.ShapeKind.Rectangle;
     freePosition1.DockCorner        = DevExpress.XtraCharts.DockCorner.LeftBottom;
     freePosition1.InnerIndents.Left = 0;
     freePosition1.InnerIndents.Top  = 0;
     textAnnotation1.ShapePosition   = freePosition1;
     textAnnotation1.Text            = "* Expresado de Millones de pesos";
     this.chartDollarUtilization.AnnotationRepository.AddRange(new DevExpress.XtraCharts.Annotation[] {
         textAnnotation1
     });
     this.chartDollarUtilization.BackColor       = System.Drawing.Color.Transparent;
     this.chartDollarUtilization.BorderColor     = System.Drawing.Color.Black;
     this.chartDollarUtilization.Borders         = DevExpress.XtraPrinting.BorderSide.None;
     this.chartDollarUtilization.DataMember      = "ResultadoDollarUtilization";
     this.chartDollarUtilization.DataSource      = this.reporteDollarUtilization;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.GridLines.Visible          = false;
     xyDiagram1.AxisY.Title.Font    = new System.Drawing.Font("Arial Narrow", 9.7F);
     xyDiagram1.AxisY.Title.Text    = "* Miles de Pesos";
     xyDiagram1.AxisY.Title.Visible = true;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     xyDiagram1.DefaultPane.EnableAxisXScrolling = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram1.DefaultPane.EnableAxisXZooming   = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram1.DefaultPane.EnableAxisYScrolling = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram1.DefaultPane.EnableAxisYZooming   = DevExpress.Utils.DefaultBoolean.False;
     secondaryAxisY1.AxisID        = 0;
     secondaryAxisY1.Name          = "EjeY Secundaria 1";
     secondaryAxisY1.Title.Font    = new System.Drawing.Font("Arial Narrow", 9.7F);
     secondaryAxisY1.Title.Text    = "DU";
     secondaryAxisY1.Title.Visible = true;
     secondaryAxisY1.VisibleInPanesSerializable = "-1";
     xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY1
     });
     this.chartDollarUtilization.Diagram                    = xyDiagram1;
     this.chartDollarUtilization.FillStyle.FillMode         = DevExpress.XtraCharts.FillMode.Empty;
     this.chartDollarUtilization.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.chartDollarUtilization.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside;
     this.chartDollarUtilization.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.chartDollarUtilization.Legend.EquallySpacedItems  = false;
     this.chartDollarUtilization.LocationFloat              = new DevExpress.Utils.PointFloat(10.00004F, 10.00001F);
     this.chartDollarUtilization.Name            = "chartDollarUtilization";
     series1.ArgumentDataMember                  = "Mes";
     series1.ArgumentScaleType                   = DevExpress.XtraCharts.ScaleType.Qualitative;
     pointOptions1.ValueNumericOptions.Format    = DevExpress.XtraCharts.NumericFormat.Number;
     pointOptions1.ValueNumericOptions.Precision = 0;
     sideBySideBarSeriesLabel1.PointOptions      = pointOptions1;
     sideBySideBarSeriesLabel1.Position          = DevExpress.XtraCharts.BarSeriesLabelPosition.Center;
     series1.Label = sideBySideBarSeriesLabel1;
     series1.Name  = "Valor Flota";
     series1.ValueDataMembersSerializable = "ResultadoDollarUtilization.ValorFlota";
     series2.ArgumentDataMember           = "Mes";
     series2.ArgumentScaleType            = DevExpress.XtraCharts.ScaleType.Qualitative;
     series2.Name = "Dollar Utilization";
     series2.ValueDataMembersSerializable = "ResultadoDollarUtilization.DollarUtilizationMensual";
     lineSeriesView1.AxisYName            = "EjeY Secundaria 1";
     lineSeriesView1.MarkerVisibility     = DevExpress.Utils.DefaultBoolean.True;
     series2.View = lineSeriesView1;
     this.chartDollarUtilization.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     this.chartDollarUtilization.SizeF = new System.Drawing.SizeF(1052F, 577.9167F);
     chartTitle1.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Bold);
     chartTitle1.Text = "DOLLAR UTILIZATION MENSUALIZADO";
     this.chartDollarUtilization.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     //
     // ReportHeader
     //
     this.ReportHeader.HeightF = 4.124991F;
     this.ReportHeader.Name    = "ReportHeader";
     //
     // GroupHeader1
     //
     this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.chartDollarUtilization
     });
     this.GroupHeader1.HeightF = 602.9167F;
     this.GroupHeader1.Name    = "GroupHeader1";
     //
     // TituloGrafica
     //
     this.TituloGrafica.Name      = "TituloGrafica";
     this.TituloGrafica.ValueInfo = "Dollar Utilization Mensualizado";
     this.TituloGrafica.Visible   = false;
     //
     // xrSRChartDetails
     //
     this.xrSRChartDetails.Id            = 0;
     this.xrSRChartDetails.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrSRChartDetails.Name          = "xrSRChartDetails";
     this.xrSRChartDetails.ReportSource  = new BPMO.SDNI.Flota.RPT.DollarUtilizationElementoSucursalRPT();
     this.xrSRChartDetails.SizeF         = new System.Drawing.SizeF(1072F, 32.79163F);
     this.xrSRChartDetails.BeforePrint  += new System.Drawing.Printing.PrintEventHandler(this.xrSRChartDetails_BeforePrint);
     //
     // DollarUtilizationRPT
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.PageHeader,
         this.ReportHeader,
         this.GroupHeader1
     });
     this.DataMember = "Sucursales";
     this.DataSource = this.reporteDollarUtilization;
     this.Landscape  = true;
     this.Margins    = new System.Drawing.Printing.Margins(12, 16, 4, 29);
     this.PageHeight = 850;
     this.PageWidth  = 1100;
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
         this.TituloGrafica
     });
     this.Version      = "13.2";
     this.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.DollarUtilizationRPT_BeforePrint);
     ((System.ComponentModel.ISupportInitialize)(this.reporteDollarUtilization)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tblTituloEtiquetas)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(textAnnotation1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartDollarUtilization)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 /// <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.SecondaryAxisY           secondaryAxisY1        = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.Series                   series1                = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.StackedBarSeriesLabel    stackedBarSeriesLabel1 = new DevExpress.XtraCharts.StackedBarSeriesLabel();
     DevExpress.XtraCharts.StackedBarSeriesView     stackedBarSeriesView1  = new DevExpress.XtraCharts.StackedBarSeriesView();
     DevExpress.XtraCharts.Series                   series2                = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.StackedBarSeriesLabel    stackedBarSeriesLabel2 = new DevExpress.XtraCharts.StackedBarSeriesLabel();
     DevExpress.XtraCharts.StackedBarSeriesView     stackedBarSeriesView2  = new DevExpress.XtraCharts.StackedBarSeriesView();
     DevExpress.XtraCharts.Series                   series3                = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel         pointSeriesLabel1      = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.LineSeriesView           lineSeriesView1        = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.ChartTitle               chartTitle1            = new DevExpress.XtraCharts.ChartTitle();
     System.ComponentModel.ComponentResourceManager resources              = new System.ComponentModel.ComponentResourceManager(typeof(FRM_SMT_PU_OSD_YEAR));
     this.splitmain     = new System.Windows.Forms.SplitContainer();
     this.uc_year       = new Smart_FTY.Source_PU.UC.UC_YEAR_SELECTION();
     this.chartSlabtest = new DevExpress.XtraCharts.ChartControl();
     this.grdView       = new DevExpress.XtraGrid.GridControl();
     this.gvwView       = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridView();
     this.gridBand1     = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gridBand2     = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.DIV           = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.bandYear      = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.band01        = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.COL01         = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.band02        = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.COL02         = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.band03        = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.COL03         = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.band04        = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.COL04         = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.band05        = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.COL05         = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.band06        = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.COL06         = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.band07        = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.COL07         = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.band08        = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.COL08         = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.band09        = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.COL09         = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.band10        = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.COL10         = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.band11        = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.COL11         = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.band12        = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.COL12         = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.bandAVG       = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.COLAVG        = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.timer1        = new System.Windows.Forms.Timer(this.components);
     this.pnHeader      = new System.Windows.Forms.Panel();
     this.cmdMonth      = new DevExpress.XtraEditors.SimpleButton();
     this.cmdYear       = new DevExpress.XtraEditors.SimpleButton();
     this.button1       = new System.Windows.Forms.Button();
     this.lblDateTime   = new System.Windows.Forms.Label();
     this.lblTitle2     = new System.Windows.Forms.Label();
     this.lblTitle1     = new System.Windows.Forms.Label();
     this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
     this.cmdDay        = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.splitmain)).BeginInit();
     this.splitmain.Panel1.SuspendLayout();
     this.splitmain.Panel2.SuspendLayout();
     this.splitmain.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartSlabtest)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvwView)).BeginInit();
     this.pnHeader.SuspendLayout();
     this.SuspendLayout();
     //
     // splitmain
     //
     this.splitmain.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitmain.Location    = new System.Drawing.Point(0, 100);
     this.splitmain.Name        = "splitmain";
     this.splitmain.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitmain.Panel1
     //
     this.splitmain.Panel1.Controls.Add(this.uc_year);
     this.splitmain.Panel1.Controls.Add(this.chartSlabtest);
     //
     // splitmain.Panel2
     //
     this.splitmain.Panel2.Controls.Add(this.grdView);
     this.splitmain.Size             = new System.Drawing.Size(1920, 980);
     this.splitmain.SplitterDistance = 728;
     this.splitmain.TabIndex         = 16;
     //
     // uc_year
     //
     this.uc_year.AutoSize          = true;
     this.uc_year.Location          = new System.Drawing.Point(11, 5);
     this.uc_year.Name              = "uc_year";
     this.uc_year.Size              = new System.Drawing.Size(229, 43);
     this.uc_year.TabIndex          = 10;
     this.uc_year.ValueChangeEvent += new System.EventHandler(this.uc_year_ValueChangeEvent);
     //
     // chartSlabtest
     //
     this.chartSlabtest.AnimationStartMode       = DevExpress.XtraCharts.ChartAnimationMode.OnDataChanged;
     this.chartSlabtest.DataBindings             = null;
     xyDiagram1.AxisX.Label.Angle                = -45;
     xyDiagram1.AxisX.Label.Font                 = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     xyDiagram1.AxisX.Title.Font                 = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Bold);
     xyDiagram1.AxisX.Title.Text                 = "Month";
     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";
     xyDiagram1.AxisY.Label.Font                 = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     xyDiagram1.AxisY.Title.Font                 = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Bold);
     xyDiagram1.AxisY.Title.Text                 = "OS&D (Prs)";
     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.Visibility                 = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     secondaryAxisY1.AxisID            = 0;
     secondaryAxisY1.Label.Font        = new System.Drawing.Font("Tahoma", 14.25F);
     secondaryAxisY1.Label.TextPattern = "{V:#,0.0#}";
     secondaryAxisY1.Name                       = "Secondary AxisY 1";
     secondaryAxisY1.Title.Font                 = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Bold);
     secondaryAxisY1.Title.Text                 = "%";
     secondaryAxisY1.Title.TextColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     secondaryAxisY1.Title.Visibility           = DevExpress.Utils.DefaultBoolean.Default;
     secondaryAxisY1.VisibleInPanesSerializable = "-1";
     xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY1
     });
     this.chartSlabtest.Diagram = xyDiagram1;
     this.chartSlabtest.Dock    = System.Windows.Forms.DockStyle.Bottom;
     this.chartSlabtest.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.chartSlabtest.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside;
     this.chartSlabtest.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.chartSlabtest.Legend.Font            = new System.Drawing.Font("Calibri", 20F, System.Drawing.FontStyle.Bold);
     this.chartSlabtest.Legend.Name            = "Default Legend";
     this.chartSlabtest.Legend.Title.Font      = new System.Drawing.Font("Calibri", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chartSlabtest.Legend.Title.Text      = "Slab Test";
     this.chartSlabtest.Legend.Title.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.chartSlabtest.Location        = new System.Drawing.Point(0, 54);
     this.chartSlabtest.Name            = "chartSlabtest";
     stackedBarSeriesLabel1.Font        = new System.Drawing.Font("Tahoma", 12F);
     stackedBarSeriesLabel1.TextPattern = "{V:#,#}";
     series1.Label                                 = stackedBarSeriesLabel1;
     series1.LabelsVisibility                      = DevExpress.Utils.DefaultBoolean.True;
     series1.Name                                  = "Internal";
     stackedBarSeriesView1.Color                   = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(240)))));
     series1.View                                  = stackedBarSeriesView1;
     stackedBarSeriesLabel2.Font                   = new System.Drawing.Font("Tahoma", 12F);
     stackedBarSeriesLabel2.TextPattern            = "{V:#,#}";
     series2.Label                                 = stackedBarSeriesLabel2;
     series2.LabelsVisibility                      = DevExpress.Utils.DefaultBoolean.True;
     series2.Name                                  = "External";
     stackedBarSeriesView2.Color                   = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
     series2.View                                  = stackedBarSeriesView2;
     pointSeriesLabel1.Font                        = new System.Drawing.Font("Tahoma", 12F);
     pointSeriesLabel1.ResolveOverlappingMode      = DevExpress.XtraCharts.ResolveOverlappingMode.JustifyAroundPoint;
     pointSeriesLabel1.TextPattern                 = "{V:#,0.0#}";
     series3.Label                                 = pointSeriesLabel1;
     series3.LabelsVisibility                      = DevExpress.Utils.DefaultBoolean.True;
     series3.Name                                  = "%";
     lineSeriesView1.AxisYName                     = "Secondary AxisY 1";
     lineSeriesView1.Color                         = System.Drawing.Color.Sienna;
     lineSeriesView1.LineMarkerOptions.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(150)))), ((int)(((byte)(70)))));
     lineSeriesView1.LineMarkerOptions.Color       = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(187)))), ((int)(((byte)(89)))));
     lineSeriesView1.LineStyle.Thickness           = 5;
     lineSeriesView1.MarkerVisibility              = DevExpress.Utils.DefaultBoolean.True;
     series3.View                                  = lineSeriesView1;
     this.chartSlabtest.SeriesSerializable         = new DevExpress.XtraCharts.Series[] {
         series1,
         series2,
         series3
     };
     this.chartSlabtest.Size     = new System.Drawing.Size(1920, 674);
     this.chartSlabtest.TabIndex = 8;
     chartTitle1.Alignment       = System.Drawing.StringAlignment.Near;
     chartTitle1.Font            = new System.Drawing.Font("Calibri", 24F, System.Drawing.FontStyle.Bold);
     chartTitle1.Indent          = 0;
     chartTitle1.Text            = "Stitching 1";
     chartTitle1.TextColor       = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     chartTitle1.Visibility      = DevExpress.Utils.DefaultBoolean.False;
     this.chartSlabtest.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     //
     // grdView
     //
     this.grdView.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.grdView.Location = new System.Drawing.Point(0, 0);
     this.grdView.MainView = this.gvwView;
     this.grdView.Name     = "grdView";
     this.grdView.Size     = new System.Drawing.Size(1920, 248);
     this.grdView.TabIndex = 0;
     this.grdView.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gvwView
     });
     //
     // gvwView
     //
     this.gvwView.Appearance.BandPanel.BackColor              = System.Drawing.Color.Gray;
     this.gvwView.Appearance.BandPanel.Font                   = new System.Drawing.Font("Calibri", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gvwView.Appearance.BandPanel.ForeColor              = System.Drawing.Color.White;
     this.gvwView.Appearance.BandPanel.Options.UseBackColor   = true;
     this.gvwView.Appearance.BandPanel.Options.UseFont        = true;
     this.gvwView.Appearance.BandPanel.Options.UseForeColor   = true;
     this.gvwView.Appearance.BandPanel.Options.UseTextOptions = true;
     this.gvwView.Appearance.BandPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gvwView.Appearance.BandPanel.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.gvwView.Appearance.Row.Font                   = new System.Drawing.Font("Calibri", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gvwView.Appearance.Row.Options.UseFont        = true;
     this.gvwView.Appearance.Row.Options.UseTextOptions = true;
     this.gvwView.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gvwView.Appearance.Row.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.gvwView.BandPanelRowHeight = 40;
     this.gvwView.Bands.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
         this.gridBand1,
         this.bandYear,
         this.bandAVG
     });
     this.gvwView.Columns.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn[] {
         this.DIV,
         this.COL01,
         this.COL02,
         this.COL03,
         this.COL04,
         this.COL05,
         this.COL06,
         this.COL07,
         this.COL08,
         this.COL09,
         this.COL10,
         this.COL11,
         this.COL12,
         this.COLAVG
     });
     this.gvwView.GridControl = this.grdView;
     this.gvwView.Name        = "gvwView";
     this.gvwView.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gvwView.OptionsSelection.EnableAppearanceFocusedRow  = false;
     this.gvwView.OptionsSelection.MultiSelectMode             = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect;
     this.gvwView.OptionsView.ShowColumnHeaders = false;
     this.gvwView.OptionsView.ShowGroupPanel    = false;
     this.gvwView.OptionsView.ShowIndicator     = false;
     this.gvwView.PaintStyleName = "Flat";
     this.gvwView.RowHeight      = 35;
     this.gvwView.RowCellStyle  += new DevExpress.XtraGrid.Views.Grid.RowCellStyleEventHandler(this.gvwView_RowCellStyle);
     //
     // gridBand1
     //
     this.gridBand1.Caption = "Year";
     this.gridBand1.Children.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
         this.gridBand2
     });
     this.gridBand1.Name         = "gridBand1";
     this.gridBand1.VisibleIndex = 0;
     this.gridBand1.Width        = 200;
     //
     // gridBand2
     //
     this.gridBand2.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.gridBand2.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.gridBand2.AppearanceHeader.Options.UseBackColor = true;
     this.gridBand2.AppearanceHeader.Options.UseForeColor = true;
     this.gridBand2.Caption = "Month";
     this.gridBand2.Columns.Add(this.DIV);
     this.gridBand2.Name         = "gridBand2";
     this.gridBand2.VisibleIndex = 0;
     this.gridBand2.Width        = 200;
     //
     // DIV
     //
     this.DIV.Caption   = "DIV";
     this.DIV.FieldName = "DIV";
     this.DIV.Name      = "DIV";
     this.DIV.Visible   = true;
     this.DIV.Width     = 200;
     //
     // bandYear
     //
     this.bandYear.Children.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
         this.band01,
         this.band02,
         this.band03,
         this.band04,
         this.band05,
         this.band06,
         this.band07,
         this.band08,
         this.band09,
         this.band10,
         this.band11,
         this.band12
     });
     this.bandYear.Name         = "bandYear";
     this.bandYear.VisibleIndex = 1;
     this.bandYear.Width        = 1560;
     //
     // band01
     //
     this.band01.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.band01.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band01.AppearanceHeader.Options.UseBackColor = true;
     this.band01.AppearanceHeader.Options.UseForeColor = true;
     this.band01.Caption = "Jan";
     this.band01.Columns.Add(this.COL01);
     this.band01.Name         = "band01";
     this.band01.VisibleIndex = 0;
     this.band01.Width        = 130;
     //
     // COL01
     //
     this.COL01.Caption   = "COL01";
     this.COL01.FieldName = "COL01";
     this.COL01.Name      = "COL01";
     this.COL01.Visible   = true;
     this.COL01.Width     = 130;
     //
     // band02
     //
     this.band02.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.band02.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band02.AppearanceHeader.Options.UseBackColor = true;
     this.band02.AppearanceHeader.Options.UseForeColor = true;
     this.band02.Caption = "Feb";
     this.band02.Columns.Add(this.COL02);
     this.band02.Name         = "band02";
     this.band02.VisibleIndex = 1;
     this.band02.Width        = 130;
     //
     // COL02
     //
     this.COL02.Caption   = "COL02";
     this.COL02.FieldName = "COL02";
     this.COL02.Name      = "COL02";
     this.COL02.Visible   = true;
     this.COL02.Width     = 130;
     //
     // band03
     //
     this.band03.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.band03.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band03.AppearanceHeader.Options.UseBackColor = true;
     this.band03.AppearanceHeader.Options.UseForeColor = true;
     this.band03.Caption = "Mar";
     this.band03.Columns.Add(this.COL03);
     this.band03.Name         = "band03";
     this.band03.VisibleIndex = 2;
     this.band03.Width        = 130;
     //
     // COL03
     //
     this.COL03.Caption   = "COL03";
     this.COL03.FieldName = "COL03";
     this.COL03.Name      = "COL03";
     this.COL03.Visible   = true;
     this.COL03.Width     = 130;
     //
     // band04
     //
     this.band04.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.band04.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band04.AppearanceHeader.Options.UseBackColor = true;
     this.band04.AppearanceHeader.Options.UseForeColor = true;
     this.band04.Caption = "Apr";
     this.band04.Columns.Add(this.COL04);
     this.band04.Name         = "band04";
     this.band04.VisibleIndex = 3;
     this.band04.Width        = 130;
     //
     // COL04
     //
     this.COL04.Caption   = "COL04";
     this.COL04.FieldName = "COL04";
     this.COL04.Name      = "COL04";
     this.COL04.Visible   = true;
     this.COL04.Width     = 130;
     //
     // band05
     //
     this.band05.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.band05.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band05.AppearanceHeader.Options.UseBackColor = true;
     this.band05.AppearanceHeader.Options.UseForeColor = true;
     this.band05.Caption = "May";
     this.band05.Columns.Add(this.COL05);
     this.band05.Name         = "band05";
     this.band05.VisibleIndex = 4;
     this.band05.Width        = 130;
     //
     // COL05
     //
     this.COL05.Caption   = "COL05";
     this.COL05.FieldName = "COL05";
     this.COL05.Name      = "COL05";
     this.COL05.Visible   = true;
     this.COL05.Width     = 130;
     //
     // band06
     //
     this.band06.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.band06.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band06.AppearanceHeader.Options.UseBackColor = true;
     this.band06.AppearanceHeader.Options.UseForeColor = true;
     this.band06.Caption = "Jun";
     this.band06.Columns.Add(this.COL06);
     this.band06.Name         = "band06";
     this.band06.VisibleIndex = 5;
     this.band06.Width        = 130;
     //
     // COL06
     //
     this.COL06.Caption   = "COL06";
     this.COL06.FieldName = "COL06";
     this.COL06.Name      = "COL06";
     this.COL06.Visible   = true;
     this.COL06.Width     = 130;
     //
     // band07
     //
     this.band07.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.band07.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band07.AppearanceHeader.Options.UseBackColor = true;
     this.band07.AppearanceHeader.Options.UseForeColor = true;
     this.band07.Caption = "Jul";
     this.band07.Columns.Add(this.COL07);
     this.band07.Name         = "band07";
     this.band07.VisibleIndex = 6;
     this.band07.Width        = 130;
     //
     // COL07
     //
     this.COL07.Caption   = "COL07";
     this.COL07.FieldName = "COL07";
     this.COL07.Name      = "COL07";
     this.COL07.Visible   = true;
     this.COL07.Width     = 130;
     //
     // band08
     //
     this.band08.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.band08.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band08.AppearanceHeader.Options.UseBackColor = true;
     this.band08.AppearanceHeader.Options.UseForeColor = true;
     this.band08.Caption = "Aug";
     this.band08.Columns.Add(this.COL08);
     this.band08.Name         = "band08";
     this.band08.VisibleIndex = 7;
     this.band08.Width        = 130;
     //
     // COL08
     //
     this.COL08.Caption   = "COL08";
     this.COL08.FieldName = "COL08";
     this.COL08.Name      = "COL08";
     this.COL08.Visible   = true;
     this.COL08.Width     = 130;
     //
     // band09
     //
     this.band09.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.band09.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band09.AppearanceHeader.Options.UseBackColor = true;
     this.band09.AppearanceHeader.Options.UseForeColor = true;
     this.band09.Caption = "Sep";
     this.band09.Columns.Add(this.COL09);
     this.band09.Name         = "band09";
     this.band09.VisibleIndex = 8;
     this.band09.Width        = 130;
     //
     // COL09
     //
     this.COL09.Caption   = "COL09";
     this.COL09.FieldName = "COL09";
     this.COL09.Name      = "COL09";
     this.COL09.Visible   = true;
     this.COL09.Width     = 130;
     //
     // band10
     //
     this.band10.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.band10.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band10.AppearanceHeader.Options.UseBackColor = true;
     this.band10.AppearanceHeader.Options.UseForeColor = true;
     this.band10.Caption = "Oct";
     this.band10.Columns.Add(this.COL10);
     this.band10.Name         = "band10";
     this.band10.VisibleIndex = 9;
     this.band10.Width        = 130;
     //
     // COL10
     //
     this.COL10.Caption   = "COL10";
     this.COL10.FieldName = "COL10";
     this.COL10.Name      = "COL10";
     this.COL10.Visible   = true;
     this.COL10.Width     = 130;
     //
     // band11
     //
     this.band11.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.band11.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band11.AppearanceHeader.Options.UseBackColor = true;
     this.band11.AppearanceHeader.Options.UseForeColor = true;
     this.band11.Caption = "Nov";
     this.band11.Columns.Add(this.COL11);
     this.band11.Name         = "band11";
     this.band11.VisibleIndex = 10;
     this.band11.Width        = 130;
     //
     // COL11
     //
     this.COL11.Caption   = "COL11";
     this.COL11.FieldName = "COL11";
     this.COL11.Name      = "COL11";
     this.COL11.Visible   = true;
     this.COL11.Width     = 130;
     //
     // band12
     //
     this.band12.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.band12.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band12.AppearanceHeader.Options.UseBackColor = true;
     this.band12.AppearanceHeader.Options.UseForeColor = true;
     this.band12.Caption = "Dec";
     this.band12.Columns.Add(this.COL12);
     this.band12.Name         = "band12";
     this.band12.VisibleIndex = 11;
     this.band12.Width        = 130;
     //
     // COL12
     //
     this.COL12.Caption   = "COL12";
     this.COL12.FieldName = "COL12";
     this.COL12.Name      = "COL12";
     this.COL12.Visible   = true;
     this.COL12.Width     = 130;
     //
     // bandAVG
     //
     this.bandAVG.AppearanceHeader.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.bandAVG.AppearanceHeader.Options.UseBackColor = true;
     this.bandAVG.Caption = "AVG";
     this.bandAVG.Columns.Add(this.COLAVG);
     this.bandAVG.Name         = "bandAVG";
     this.bandAVG.VisibleIndex = 2;
     this.bandAVG.Width        = 158;
     //
     // COLAVG
     //
     this.COLAVG.Caption   = "COLAVG";
     this.COLAVG.FieldName = "COLAVG";
     this.COLAVG.Name      = "COLAVG";
     this.COLAVG.Visible   = true;
     this.COLAVG.Width     = 158;
     //
     // timer1
     //
     this.timer1.Interval = 1000;
     this.timer1.Tick    += new System.EventHandler(this.timer1_Tick);
     //
     // pnHeader
     //
     this.pnHeader.BackColor = System.Drawing.Color.Turquoise;
     this.pnHeader.Controls.Add(this.simpleButton1);
     this.pnHeader.Controls.Add(this.cmdDay);
     this.pnHeader.Controls.Add(this.cmdMonth);
     this.pnHeader.Controls.Add(this.cmdYear);
     this.pnHeader.Controls.Add(this.button1);
     this.pnHeader.Controls.Add(this.lblDateTime);
     this.pnHeader.Controls.Add(this.lblTitle2);
     this.pnHeader.Controls.Add(this.lblTitle1);
     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(1920, 100);
     this.pnHeader.TabIndex = 18;
     //
     // 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.ButtonStyle        = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
     this.cmdMonth.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("cmdMonth.ImageOptions.Image")));
     this.cmdMonth.Location           = new System.Drawing.Point(1498, 0);
     this.cmdMonth.Name     = "cmdMonth";
     this.cmdMonth.Size     = new System.Drawing.Size(175, 48);
     this.cmdMonth.TabIndex = 74;
     this.cmdMonth.Text     = "Month";
     this.cmdMonth.Click   += new System.EventHandler(this.cmdMonth_Click);
     //
     // 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.ButtonStyle        = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
     this.cmdYear.Enabled            = false;
     this.cmdYear.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("cmdYear.ImageOptions.Image")));
     this.cmdYear.Location           = new System.Drawing.Point(1498, 51);
     this.cmdYear.Name     = "cmdYear";
     this.cmdYear.Size     = new System.Drawing.Size(175, 48);
     this.cmdYear.TabIndex = 75;
     this.cmdYear.Text     = "Year";
     //
     // button1
     //
     this.button1.BackColor                  = System.Drawing.Color.Turquoise;
     this.button1.BackgroundImage            = global::Smart_FTY.Properties.Resources.Back_Icon;
     this.button1.BackgroundImageLayout      = System.Windows.Forms.ImageLayout.Stretch;
     this.button1.FlatAppearance.BorderColor = System.Drawing.Color.Yellow;
     this.button1.FlatAppearance.BorderSize  = 0;
     this.button1.FlatStyle                  = System.Windows.Forms.FlatStyle.Flat;
     this.button1.Location = new System.Drawing.Point(1203, 0);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(108, 101);
     this.button1.TabIndex = 73;
     this.button1.UseVisualStyleBackColor = false;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // lblDateTime
     //
     this.lblDateTime.BackColor = System.Drawing.Color.Transparent;
     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  = 0;
     this.lblDateTime.Text      = "20-10-2018\r\n00:00:00";
     this.lblDateTime.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblTitle2
     //
     this.lblTitle2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)));
     this.lblTitle2.BackColor = System.Drawing.Color.Transparent;
     this.lblTitle2.Font      = new System.Drawing.Font("Calibri", 48F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTitle2.ForeColor = System.Drawing.Color.White;
     this.lblTitle2.Location  = new System.Drawing.Point(93, 0);
     this.lblTitle2.Name      = "lblTitle2";
     this.lblTitle2.Size      = new System.Drawing.Size(775, 100);
     this.lblTitle2.TabIndex  = 0;
     this.lblTitle2.Text      = "- OS&&D by Year";
     this.lblTitle2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblTitle1
     //
     this.lblTitle1.BackColor = System.Drawing.Color.Transparent;
     this.lblTitle1.Dock      = System.Windows.Forms.DockStyle.Left;
     this.lblTitle1.Font      = new System.Drawing.Font("Calibri", 48F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTitle1.ForeColor = System.Drawing.Color.White;
     this.lblTitle1.Location  = new System.Drawing.Point(0, 0);
     this.lblTitle1.Name      = "lblTitle1";
     this.lblTitle1.Size      = new System.Drawing.Size(109, 100);
     this.lblTitle1.TabIndex  = 0;
     this.lblTitle1.Text      = "PU";
     this.lblTitle1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // simpleButton1
     //
     this.simpleButton1.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.simpleButton1.Appearance.BackColor2           = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.simpleButton1.Appearance.Font                 = new System.Drawing.Font("Calibri", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.simpleButton1.Appearance.GradientMode         = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.simpleButton1.Appearance.Options.UseBackColor = true;
     this.simpleButton1.Appearance.Options.UseFont      = true;
     this.simpleButton1.ButtonStyle        = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
     this.simpleButton1.Enabled            = false;
     this.simpleButton1.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton1.ImageOptions.Image")));
     this.simpleButton1.Location           = new System.Drawing.Point(1317, 51);
     this.simpleButton1.Name     = "simpleButton1";
     this.simpleButton1.Size     = new System.Drawing.Size(175, 48);
     this.simpleButton1.TabIndex = 722;
     this.simpleButton1.Text     = "Week";
     //
     // 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, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdDay.Appearance.GradientMode         = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.cmdDay.Appearance.Options.UseBackColor = true;
     this.cmdDay.Appearance.Options.UseFont      = true;
     this.cmdDay.ButtonStyle        = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
     this.cmdDay.Enabled            = false;
     this.cmdDay.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("cmdDay.ImageOptions.Image")));
     this.cmdDay.Location           = new System.Drawing.Point(1317, 0);
     this.cmdDay.Name     = "cmdDay";
     this.cmdDay.Size     = new System.Drawing.Size(175, 48);
     this.cmdDay.TabIndex = 721;
     this.cmdDay.Text     = "Day";
     //
     // FRM_SMT_PU_OSD_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.splitmain);
     this.Controls.Add(this.pnHeader);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "FRM_SMT_PU_OSD_YEAR";
     this.Text            = "Form1";
     this.Load           += new System.EventHandler(this.FRM_ROLL_SLABTEST_MON_Load);
     this.VisibleChanged += new System.EventHandler(this.FRM_ROLL_SLABTEST_MON_VisibleChanged);
     this.splitmain.Panel1.ResumeLayout(false);
     this.splitmain.Panel1.PerformLayout();
     this.splitmain.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitmain)).EndInit();
     this.splitmain.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartSlabtest)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvwView)).EndInit();
     this.pnHeader.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Esempio n. 4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources                 = new System.ComponentModel.ComponentResourceManager(typeof(FORM_SMT_ROLL_PROD_YEAR));
     DevExpress.XtraCharts.XYDiagram                xyDiagram2                = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.SecondaryAxisY           secondaryAxisY2           = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.Series                   series4                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel3 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesView  sideBySideBarSeriesView3  = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     DevExpress.XtraCharts.Series                   series5                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel4 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesView  sideBySideBarSeriesView4  = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     DevExpress.XtraCharts.Series                   series6                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel         pointSeriesLabel2         = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.LineSeriesView           lineSeriesView2           = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.ChartTitle               chartTitle2               = new DevExpress.XtraCharts.ChartTitle();
     this.panel1          = new System.Windows.Forms.Panel();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.pnRubber        = new Smart_FTY.A1Panel();
     this.lblRubber       = new System.Windows.Forms.Label();
     this.pnEVA           = new Smart_FTY.A1Panel();
     this.lblEVA          = new System.Windows.Forms.Label();
     this.splitmain       = new System.Windows.Forms.SplitContainer();
     this.chartSlabtest   = new DevExpress.XtraCharts.ChartControl();
     this.grdView         = new DevExpress.XtraGrid.GridControl();
     this.gvwView         = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridView();
     this.gridBand1       = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gridBand2       = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.DIV             = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.bandYear        = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.band01          = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.COL01           = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.band02          = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.COL02           = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.band03          = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.COL03           = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.band04          = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.COL04           = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.band05          = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.COL05           = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.band06          = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.COL06           = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.band07          = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.COL07           = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.band08          = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.COL08           = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.band09          = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.COL09           = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.band10          = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.COL10           = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.band11          = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.COL11           = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.band12          = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.COL12           = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.bandAVG         = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.COLAVG          = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.tmr_Load        = new System.Windows.Forms.Timer(this.components);
     this.pnHeader.SuspendLayout();
     this.pnButton.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.pnRubber.SuspendLayout();
     this.pnEVA.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitmain)).BeginInit();
     this.splitmain.Panel1.SuspendLayout();
     this.splitmain.Panel2.SuspendLayout();
     this.splitmain.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartSlabtest)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvwView)).BeginInit();
     this.SuspendLayout();
     //
     // pnHeader
     //
     this.pnHeader.Size = new System.Drawing.Size(1920, 106);
     //
     // lblDate
     //
     this.lblDate.Location = new System.Drawing.Point(1692, 0);
     this.lblDate.Size     = new System.Drawing.Size(225, 106);
     this.lblDate.Text     = "2018-11-23\n13:09:40";
     //
     // 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")));
     //
     // cmdBack
     //
     this.cmdBack.FlatAppearance.BorderColor = System.Drawing.Color.Yellow;
     this.cmdBack.FlatAppearance.BorderSize  = 0;
     //
     // lblTitle
     //
     this.lblTitle.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.lblTitle.Appearance.Font                 = new System.Drawing.Font("Calibri", 50.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     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;
     //
     // lblShift
     //
     this.lblShift.Size = new System.Drawing.Size(413, 53);
     this.lblShift.Text = "Shift 1 (06:00 ~ 14:00)";
     //
     // panel1
     //
     this.panel1.Location = new System.Drawing.Point(1272, 1);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(373, 103);
     this.panel1.TabIndex = 64;
     //
     // splitContainer1
     //
     this.splitContainer1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location    = new System.Drawing.Point(0, 106);
     this.splitContainer1.Name        = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.pnRubber);
     this.splitContainer1.Panel1.Controls.Add(this.pnEVA);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.splitmain);
     this.splitContainer1.Size             = new System.Drawing.Size(1920, 974);
     this.splitContainer1.SplitterDistance = 63;
     this.splitContainer1.TabIndex         = 15;
     //
     // pnRubber
     //
     this.pnRubber.AccessibleDescription = "";
     this.pnRubber.AccessibleName        = "";
     this.pnRubber.BorderColor           = System.Drawing.Color.Empty;
     this.pnRubber.BorderWidth           = 2;
     this.pnRubber.Controls.Add(this.lblRubber);
     this.pnRubber.GradientEndColor   = System.Drawing.Color.Gray;
     this.pnRubber.GradientStartColor = System.Drawing.Color.White;
     this.pnRubber.Image             = null;
     this.pnRubber.ImageLocation     = new System.Drawing.Point(4, 4);
     this.pnRubber.Location          = new System.Drawing.Point(4, 7);
     this.pnRubber.Name              = "pnRubber";
     this.pnRubber.RoundCornerRadius = 20;
     this.pnRubber.ShadowOffSet      = 3;
     this.pnRubber.Size              = new System.Drawing.Size(153, 49);
     this.pnRubber.TabIndex          = 5;
     //
     // lblRubber
     //
     this.lblRubber.BackColor = System.Drawing.Color.Transparent;
     this.lblRubber.Dock      = System.Windows.Forms.DockStyle.Top;
     this.lblRubber.Font      = new System.Drawing.Font("Calibri", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblRubber.Location  = new System.Drawing.Point(0, 0);
     this.lblRubber.Name      = "lblRubber";
     this.lblRubber.Size      = new System.Drawing.Size(153, 49);
     this.lblRubber.TabIndex  = 0;
     this.lblRubber.Text      = "Rubber";
     this.lblRubber.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.lblRubber.Click    += new System.EventHandler(this.lblRubber_Click);
     //
     // pnEVA
     //
     this.pnEVA.AccessibleDescription = "";
     this.pnEVA.AccessibleName        = "";
     this.pnEVA.BorderColor           = System.Drawing.Color.Empty;
     this.pnEVA.BorderWidth           = 2;
     this.pnEVA.Controls.Add(this.lblEVA);
     this.pnEVA.GradientEndColor   = System.Drawing.Color.White;
     this.pnEVA.GradientStartColor = System.Drawing.Color.White;
     this.pnEVA.Image             = null;
     this.pnEVA.ImageLocation     = new System.Drawing.Point(4, 4);
     this.pnEVA.Location          = new System.Drawing.Point(157, 7);
     this.pnEVA.Name              = "pnEVA";
     this.pnEVA.RoundCornerRadius = 20;
     this.pnEVA.ShadowOffSet      = 3;
     this.pnEVA.Size              = new System.Drawing.Size(153, 49);
     this.pnEVA.TabIndex          = 4;
     //
     // lblEVA
     //
     this.lblEVA.BackColor = System.Drawing.Color.Transparent;
     this.lblEVA.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.lblEVA.Font      = new System.Drawing.Font("Calibri", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblEVA.Location  = new System.Drawing.Point(0, 0);
     this.lblEVA.Name      = "lblEVA";
     this.lblEVA.Size      = new System.Drawing.Size(153, 49);
     this.lblEVA.TabIndex  = 1;
     this.lblEVA.Text      = "EVA";
     this.lblEVA.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.lblEVA.Click    += new System.EventHandler(this.lblEVA_Click);
     //
     // splitmain
     //
     this.splitmain.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitmain.Location    = new System.Drawing.Point(0, 0);
     this.splitmain.Name        = "splitmain";
     this.splitmain.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitmain.Panel1
     //
     this.splitmain.Panel1.Controls.Add(this.chartSlabtest);
     //
     // splitmain.Panel2
     //
     this.splitmain.Panel2.Controls.Add(this.grdView);
     this.splitmain.Size             = new System.Drawing.Size(1920, 907);
     this.splitmain.SplitterDistance = 630;
     this.splitmain.TabIndex         = 18;
     //
     // chartSlabtest
     //
     this.chartSlabtest.AnimationStartMode       = DevExpress.XtraCharts.ChartAnimationMode.OnDataChanged;
     this.chartSlabtest.DataBindings             = null;
     xyDiagram2.AxisX.Label.Font                 = new System.Drawing.Font("Tahoma", 14.25F);
     xyDiagram2.AxisX.Title.Font                 = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Bold);
     xyDiagram2.AxisX.Title.Text                 = "Date";
     xyDiagram2.AxisX.Title.TextColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     xyDiagram2.AxisX.Title.Visibility           = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram2.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram2.AxisY.Label.Font                 = new System.Drawing.Font("Tahoma", 12F);
     xyDiagram2.AxisY.Label.TextPattern          = "{V:#,#}";
     xyDiagram2.AxisY.Title.Font                 = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Bold);
     xyDiagram2.AxisY.Title.Text                 = "Quanlity (Prs)";
     xyDiagram2.AxisY.Title.TextColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     xyDiagram2.AxisY.Title.Visibility           = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram2.AxisY.Visibility                 = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram2.AxisY.VisibleInPanesSerializable = "-1";
     secondaryAxisY2.AxisID            = 0;
     secondaryAxisY2.Label.Font        = new System.Drawing.Font("Tahoma", 12F);
     secondaryAxisY2.Label.TextPattern = "{V:#,#}";
     secondaryAxisY2.Name                       = "Secondary AxisY 1";
     secondaryAxisY2.Title.Font                 = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     secondaryAxisY2.Title.Text                 = "POD";
     secondaryAxisY2.Title.TextColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     secondaryAxisY2.Title.Visibility           = DevExpress.Utils.DefaultBoolean.True;
     secondaryAxisY2.Visibility                 = DevExpress.Utils.DefaultBoolean.True;
     secondaryAxisY2.VisibleInPanesSerializable = "-1";
     xyDiagram2.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY2
     });
     this.chartSlabtest.Diagram = xyDiagram2;
     this.chartSlabtest.Dock    = System.Windows.Forms.DockStyle.Fill;
     this.chartSlabtest.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.chartSlabtest.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside;
     this.chartSlabtest.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.chartSlabtest.Legend.Font            = new System.Drawing.Font("Calibri", 20F, System.Drawing.FontStyle.Bold);
     this.chartSlabtest.Legend.Name            = "Default Legend";
     this.chartSlabtest.Legend.Title.Font      = new System.Drawing.Font("Calibri", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chartSlabtest.Legend.Title.Text      = "Slab Test";
     this.chartSlabtest.Legend.Title.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.chartSlabtest.Location        = new System.Drawing.Point(0, 0);
     this.chartSlabtest.Name            = "chartSlabtest";
     sideBySideBarSeriesLabel3.Font     = new System.Drawing.Font("Tahoma", 10F);
     sideBySideBarSeriesLabel3.Position = DevExpress.XtraCharts.BarSeriesLabelPosition.Center;
     sideBySideBarSeriesLabel3.ResolveOverlappingMode = DevExpress.XtraCharts.ResolveOverlappingMode.Default;
     sideBySideBarSeriesLabel3.TextOrientation        = DevExpress.XtraCharts.TextOrientation.BottomToTop;
     sideBySideBarSeriesLabel3.TextPattern            = "{V:#,#}";
     series4.Label                                 = sideBySideBarSeriesLabel3;
     series4.LabelsVisibility                      = DevExpress.Utils.DefaultBoolean.True;
     series4.Name                                  = "Plan";
     sideBySideBarSeriesView3.Color                = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(240)))));
     series4.View                                  = sideBySideBarSeriesView3;
     sideBySideBarSeriesLabel4.Font                = new System.Drawing.Font("Tahoma", 10F);
     sideBySideBarSeriesLabel4.Position            = DevExpress.XtraCharts.BarSeriesLabelPosition.Center;
     sideBySideBarSeriesLabel4.TextOrientation     = DevExpress.XtraCharts.TextOrientation.BottomToTop;
     sideBySideBarSeriesLabel4.TextPattern         = "{V:#,#}";
     series5.Label                                 = sideBySideBarSeriesLabel4;
     series5.LabelsVisibility                      = DevExpress.Utils.DefaultBoolean.True;
     series5.Name                                  = "Production";
     sideBySideBarSeriesView4.Color                = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
     series5.View                                  = sideBySideBarSeriesView4;
     pointSeriesLabel2.Font                        = new System.Drawing.Font("Tahoma", 10F);
     pointSeriesLabel2.TextPattern                 = "{V:#,0.0}";
     series6.Label                                 = pointSeriesLabel2;
     series6.LabelsVisibility                      = DevExpress.Utils.DefaultBoolean.True;
     series6.Name                                  = "POD";
     lineSeriesView2.AxisYName                     = "Secondary AxisY 1";
     lineSeriesView2.Color                         = System.Drawing.Color.OrangeRed;
     lineSeriesView2.LineMarkerOptions.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(240)))));
     lineSeriesView2.LineMarkerOptions.Color       = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
     lineSeriesView2.MarkerVisibility              = DevExpress.Utils.DefaultBoolean.True;
     series6.View                                  = lineSeriesView2;
     this.chartSlabtest.SeriesSerializable         = new DevExpress.XtraCharts.Series[] {
         series4,
         series5,
         series6
     };
     this.chartSlabtest.Size     = new System.Drawing.Size(1920, 630);
     this.chartSlabtest.TabIndex = 7;
     chartTitle2.Alignment       = System.Drawing.StringAlignment.Near;
     chartTitle2.Font            = new System.Drawing.Font("Calibri", 24F, System.Drawing.FontStyle.Bold);
     chartTitle2.Indent          = 0;
     chartTitle2.Text            = "Stitching 1";
     chartTitle2.TextColor       = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     chartTitle2.Visibility      = DevExpress.Utils.DefaultBoolean.False;
     this.chartSlabtest.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle2
     });
     this.chartSlabtest.CustomDrawAxisLabel += new DevExpress.XtraCharts.CustomDrawAxisLabelEventHandler(this.chartSlabtest_CustomDrawAxisLabel);
     //
     // grdView
     //
     this.grdView.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.grdView.Location = new System.Drawing.Point(0, 0);
     this.grdView.MainView = this.gvwView;
     this.grdView.Name     = "grdView";
     this.grdView.Size     = new System.Drawing.Size(1920, 273);
     this.grdView.TabIndex = 1;
     this.grdView.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gvwView
     });
     //
     // gvwView
     //
     this.gvwView.Appearance.BandPanel.BackColor              = System.Drawing.Color.Gray;
     this.gvwView.Appearance.BandPanel.Font                   = new System.Drawing.Font("Calibri", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gvwView.Appearance.BandPanel.ForeColor              = System.Drawing.Color.White;
     this.gvwView.Appearance.BandPanel.Options.UseBackColor   = true;
     this.gvwView.Appearance.BandPanel.Options.UseFont        = true;
     this.gvwView.Appearance.BandPanel.Options.UseForeColor   = true;
     this.gvwView.Appearance.BandPanel.Options.UseTextOptions = true;
     this.gvwView.Appearance.BandPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gvwView.Appearance.BandPanel.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.gvwView.Appearance.Row.Font                   = new System.Drawing.Font("Calibri", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gvwView.Appearance.Row.Options.UseFont        = true;
     this.gvwView.Appearance.Row.Options.UseTextOptions = true;
     this.gvwView.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gvwView.Appearance.Row.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.gvwView.BandPanelRowHeight = 40;
     this.gvwView.Bands.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
         this.gridBand1,
         this.bandYear,
         this.bandAVG
     });
     this.gvwView.Columns.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn[] {
         this.DIV,
         this.COL01,
         this.COL02,
         this.COL03,
         this.COL04,
         this.COL05,
         this.COL06,
         this.COL07,
         this.COL08,
         this.COL09,
         this.COL10,
         this.COL11,
         this.COL12,
         this.COLAVG
     });
     this.gvwView.GridControl = this.grdView;
     this.gvwView.Name        = "gvwView";
     this.gvwView.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gvwView.OptionsSelection.EnableAppearanceFocusedRow  = false;
     this.gvwView.OptionsSelection.MultiSelectMode             = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect;
     this.gvwView.OptionsView.ShowColumnHeaders = false;
     this.gvwView.OptionsView.ShowGroupPanel    = false;
     this.gvwView.OptionsView.ShowIndicator     = false;
     this.gvwView.PaintStyleName = "UltraFlat";
     this.gvwView.RowHeight      = 35;
     //
     // gridBand1
     //
     this.gridBand1.Caption = "Year";
     this.gridBand1.Children.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
         this.gridBand2
     });
     this.gridBand1.Name         = "gridBand1";
     this.gridBand1.VisibleIndex = 0;
     this.gridBand1.Width        = 200;
     //
     // gridBand2
     //
     this.gridBand2.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.gridBand2.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.gridBand2.AppearanceHeader.Options.UseBackColor = true;
     this.gridBand2.AppearanceHeader.Options.UseForeColor = true;
     this.gridBand2.Caption = "Month";
     this.gridBand2.Columns.Add(this.DIV);
     this.gridBand2.Name         = "gridBand2";
     this.gridBand2.VisibleIndex = 0;
     this.gridBand2.Width        = 200;
     //
     // DIV
     //
     this.DIV.Caption   = "DIV";
     this.DIV.FieldName = "DIV";
     this.DIV.Name      = "DIV";
     this.DIV.Visible   = true;
     this.DIV.Width     = 200;
     //
     // bandYear
     //
     this.bandYear.Children.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
         this.band01,
         this.band02,
         this.band03,
         this.band04,
         this.band05,
         this.band06,
         this.band07,
         this.band08,
         this.band09,
         this.band10,
         this.band11,
         this.band12
     });
     this.bandYear.Name         = "bandYear";
     this.bandYear.VisibleIndex = 1;
     this.bandYear.Width        = 1560;
     //
     // band01
     //
     this.band01.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.band01.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band01.AppearanceHeader.Options.UseBackColor = true;
     this.band01.AppearanceHeader.Options.UseForeColor = true;
     this.band01.Caption = "Jan";
     this.band01.Columns.Add(this.COL01);
     this.band01.Name         = "band01";
     this.band01.VisibleIndex = 0;
     this.band01.Width        = 130;
     //
     // COL01
     //
     this.COL01.Caption   = "COL01";
     this.COL01.FieldName = "COL01";
     this.COL01.Name      = "COL01";
     this.COL01.Visible   = true;
     this.COL01.Width     = 130;
     //
     // band02
     //
     this.band02.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.band02.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band02.AppearanceHeader.Options.UseBackColor = true;
     this.band02.AppearanceHeader.Options.UseForeColor = true;
     this.band02.Caption = "Feb";
     this.band02.Columns.Add(this.COL02);
     this.band02.Name         = "band02";
     this.band02.VisibleIndex = 1;
     this.band02.Width        = 130;
     //
     // COL02
     //
     this.COL02.Caption   = "COL02";
     this.COL02.FieldName = "COL02";
     this.COL02.Name      = "COL02";
     this.COL02.Visible   = true;
     this.COL02.Width     = 130;
     //
     // band03
     //
     this.band03.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.band03.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band03.AppearanceHeader.Options.UseBackColor = true;
     this.band03.AppearanceHeader.Options.UseForeColor = true;
     this.band03.Caption = "Mar";
     this.band03.Columns.Add(this.COL03);
     this.band03.Name         = "band03";
     this.band03.VisibleIndex = 2;
     this.band03.Width        = 130;
     //
     // COL03
     //
     this.COL03.Caption   = "COL03";
     this.COL03.FieldName = "COL03";
     this.COL03.Name      = "COL03";
     this.COL03.Visible   = true;
     this.COL03.Width     = 130;
     //
     // band04
     //
     this.band04.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.band04.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band04.AppearanceHeader.Options.UseBackColor = true;
     this.band04.AppearanceHeader.Options.UseForeColor = true;
     this.band04.Caption = "Apr";
     this.band04.Columns.Add(this.COL04);
     this.band04.Name         = "band04";
     this.band04.VisibleIndex = 3;
     this.band04.Width        = 130;
     //
     // COL04
     //
     this.COL04.Caption   = "COL04";
     this.COL04.FieldName = "COL04";
     this.COL04.Name      = "COL04";
     this.COL04.Visible   = true;
     this.COL04.Width     = 130;
     //
     // band05
     //
     this.band05.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.band05.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band05.AppearanceHeader.Options.UseBackColor = true;
     this.band05.AppearanceHeader.Options.UseForeColor = true;
     this.band05.Caption = "May";
     this.band05.Columns.Add(this.COL05);
     this.band05.Name         = "band05";
     this.band05.VisibleIndex = 4;
     this.band05.Width        = 130;
     //
     // COL05
     //
     this.COL05.Caption   = "COL05";
     this.COL05.FieldName = "COL05";
     this.COL05.Name      = "COL05";
     this.COL05.Visible   = true;
     this.COL05.Width     = 130;
     //
     // band06
     //
     this.band06.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.band06.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band06.AppearanceHeader.Options.UseBackColor = true;
     this.band06.AppearanceHeader.Options.UseForeColor = true;
     this.band06.Caption = "Jun";
     this.band06.Columns.Add(this.COL06);
     this.band06.Name         = "band06";
     this.band06.VisibleIndex = 5;
     this.band06.Width        = 130;
     //
     // COL06
     //
     this.COL06.Caption   = "COL06";
     this.COL06.FieldName = "COL06";
     this.COL06.Name      = "COL06";
     this.COL06.Visible   = true;
     this.COL06.Width     = 130;
     //
     // band07
     //
     this.band07.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.band07.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band07.AppearanceHeader.Options.UseBackColor = true;
     this.band07.AppearanceHeader.Options.UseForeColor = true;
     this.band07.Caption = "Jul";
     this.band07.Columns.Add(this.COL07);
     this.band07.Name         = "band07";
     this.band07.VisibleIndex = 6;
     this.band07.Width        = 130;
     //
     // COL07
     //
     this.COL07.Caption   = "COL07";
     this.COL07.FieldName = "COL07";
     this.COL07.Name      = "COL07";
     this.COL07.Visible   = true;
     this.COL07.Width     = 130;
     //
     // band08
     //
     this.band08.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.band08.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band08.AppearanceHeader.Options.UseBackColor = true;
     this.band08.AppearanceHeader.Options.UseForeColor = true;
     this.band08.Caption = "Aug";
     this.band08.Columns.Add(this.COL08);
     this.band08.Name         = "band08";
     this.band08.VisibleIndex = 7;
     this.band08.Width        = 130;
     //
     // COL08
     //
     this.COL08.Caption   = "COL08";
     this.COL08.FieldName = "COL08";
     this.COL08.Name      = "COL08";
     this.COL08.Visible   = true;
     this.COL08.Width     = 130;
     //
     // band09
     //
     this.band09.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.band09.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band09.AppearanceHeader.Options.UseBackColor = true;
     this.band09.AppearanceHeader.Options.UseForeColor = true;
     this.band09.Caption = "Sep";
     this.band09.Columns.Add(this.COL09);
     this.band09.Name         = "band09";
     this.band09.VisibleIndex = 8;
     this.band09.Width        = 130;
     //
     // COL09
     //
     this.COL09.Caption   = "COL09";
     this.COL09.FieldName = "COL09";
     this.COL09.Name      = "COL09";
     this.COL09.Visible   = true;
     this.COL09.Width     = 130;
     //
     // band10
     //
     this.band10.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.band10.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band10.AppearanceHeader.Options.UseBackColor = true;
     this.band10.AppearanceHeader.Options.UseForeColor = true;
     this.band10.Caption = "Oct";
     this.band10.Columns.Add(this.COL10);
     this.band10.Name         = "band10";
     this.band10.VisibleIndex = 9;
     this.band10.Width        = 130;
     //
     // COL10
     //
     this.COL10.Caption   = "COL10";
     this.COL10.FieldName = "COL10";
     this.COL10.Name      = "COL10";
     this.COL10.Visible   = true;
     this.COL10.Width     = 130;
     //
     // band11
     //
     this.band11.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.band11.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band11.AppearanceHeader.Options.UseBackColor = true;
     this.band11.AppearanceHeader.Options.UseForeColor = true;
     this.band11.Caption = "Nov";
     this.band11.Columns.Add(this.COL11);
     this.band11.Name         = "band11";
     this.band11.VisibleIndex = 10;
     this.band11.Width        = 130;
     //
     // COL11
     //
     this.COL11.Caption   = "COL11";
     this.COL11.FieldName = "COL11";
     this.COL11.Name      = "COL11";
     this.COL11.Visible   = true;
     this.COL11.Width     = 130;
     //
     // band12
     //
     this.band12.AppearanceHeader.BackColor            = System.Drawing.Color.LightGray;
     this.band12.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band12.AppearanceHeader.Options.UseBackColor = true;
     this.band12.AppearanceHeader.Options.UseForeColor = true;
     this.band12.Caption = "Dec";
     this.band12.Columns.Add(this.COL12);
     this.band12.Name         = "band12";
     this.band12.VisibleIndex = 11;
     this.band12.Width        = 130;
     //
     // COL12
     //
     this.COL12.Caption   = "COL12";
     this.COL12.FieldName = "COL12";
     this.COL12.Name      = "COL12";
     this.COL12.Visible   = true;
     this.COL12.Width     = 130;
     //
     // bandAVG
     //
     this.bandAVG.AppearanceHeader.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.bandAVG.AppearanceHeader.Options.UseBackColor = true;
     this.bandAVG.Caption = "AVG";
     this.bandAVG.Columns.Add(this.COLAVG);
     this.bandAVG.Name         = "bandAVG";
     this.bandAVG.VisibleIndex = 2;
     this.bandAVG.Width        = 158;
     //
     // COLAVG
     //
     this.COLAVG.Caption   = "COLAVG";
     this.COLAVG.FieldName = "COLAVG";
     this.COLAVG.Name      = "COLAVG";
     this.COLAVG.Visible   = true;
     this.COLAVG.Width     = 158;
     //
     // tmr_Load
     //
     this.tmr_Load.Interval = 1000;
     this.tmr_Load.Tick    += new System.EventHandler(this.tmr_Load_Tick);
     //
     // FORM_SMT_ROLL_PROD_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.splitContainer1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "FORM_SMT_ROLL_PROD_YEAR";
     this.Load           += new System.EventHandler(this.FORM_SMT_ROLL_PROD_YEAR_Load);
     this.VisibleChanged += new System.EventHandler(this.FORM_SMT_ROLL_PROD_YEAR_VisibleChanged);
     this.Controls.SetChildIndex(this.pnHeader, 0);
     this.Controls.SetChildIndex(this.splitContainer1, 0);
     this.pnHeader.ResumeLayout(false);
     this.pnHeader.PerformLayout();
     this.pnButton.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.pnRubber.ResumeLayout(false);
     this.pnEVA.ResumeLayout(false);
     this.splitmain.Panel1.ResumeLayout(false);
     this.splitmain.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitmain)).EndInit();
     this.splitmain.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartSlabtest)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvwView)).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.SecondaryAxisY secondaryAxisY1 = new DevExpress.XtraCharts.SecondaryAxisY();
            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.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView2 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel3 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView3 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series4 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel4 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView4 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel5 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView5 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.ChartTitle chartTitle1 = new DevExpress.XtraCharts.ChartTitle();
            DevExpress.XtraCharts.XYDiagram xyDiagram2 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.SecondaryAxisY secondaryAxisY2 = new DevExpress.XtraCharts.SecondaryAxisY();
            DevExpress.XtraCharts.Series series5 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel6 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView6 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series6 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel7 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView7 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series7 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel8 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView8 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series8 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel9 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView9 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel10 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView10 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.ChartTitle chartTitle2 = new DevExpress.XtraCharts.ChartTitle();
            DevExpress.XtraCharts.XYDiagram xyDiagram3 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series9 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel11 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView11 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series10 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel12 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView12 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel13 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView13 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.ChartTitle chartTitle3 = new DevExpress.XtraCharts.ChartTitle();
            DevExpress.XtraCharts.XYDiagram xyDiagram4 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.SecondaryAxisY secondaryAxisY3 = new DevExpress.XtraCharts.SecondaryAxisY();
            DevExpress.XtraCharts.Series series11 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel14 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView14 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series12 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel15 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView15 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series13 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel16 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView16 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series14 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel17 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView17 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel18 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView18 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.ChartTitle chartTitle4 = new DevExpress.XtraCharts.ChartTitle();
            this.Detail = new DevExpress.XtraReports.UI.DetailBand();
            this.chartZ = new DevExpress.XtraReports.UI.XRChart();
            this.chartY = new DevExpress.XtraReports.UI.XRChart();
            this.chartGT = new DevExpress.XtraReports.UI.XRChart();
            this.chartX = new DevExpress.XtraReports.UI.XRChart();
            this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand();
            this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel();
            this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand();
            this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrPageInfo2 = new DevExpress.XtraReports.UI.XRPageInfo();
            this.xrPageInfo1 = new DevExpress.XtraReports.UI.XRPageInfo();
            this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
            this.ParameterModel1Name = new DevExpress.XtraReports.Parameters.Parameter();
            this.ParameterModel2Name = new DevExpress.XtraReports.Parameters.Parameter();
            this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow();
            this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow();
            this.xrTable1 = new DevExpress.XtraReports.UI.XRTable();
            this.DetailReport1 = new DevExpress.XtraReports.UI.DetailReportBand();
            this.Detail2 = new DevExpress.XtraReports.UI.DetailBand();
            this.ParameterGradeTonnageFieldName = new DevExpress.XtraReports.Parameters.Parameter();
            this.ParameterUserName = new DevExpress.XtraReports.Parameters.Parameter();
            ((System.ComponentModel.ISupportInitialize)(this.chartZ)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartY)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(secondaryAxisY2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartGT)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel13)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView13)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartX)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(secondaryAxisY3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel14)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView14)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel15)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView15)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series13)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel16)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView16)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series14)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel17)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView17)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel18)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView18)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // Detail
            // 
            this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
            this.chartZ,
            this.chartY,
            this.chartGT,
            this.chartX});
            this.Detail.HeightF = 1920.417F;
            this.Detail.Name = "Detail";
            this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
            this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            // 
            // chartZ
            // 
            this.chartZ.BorderColor = System.Drawing.Color.Black;
            this.chartZ.Borders = DevExpress.XtraPrinting.BorderSide.None;
            this.chartZ.DataMember = "st";
            xyDiagram1.AxisX.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisX.Title.Text = "Slice";
            xyDiagram1.AxisX.Title.Visible = true;
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisY.Title.Text = "Grade.Volume";
            xyDiagram1.AxisY.Title.Visible = true;
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram1.DefaultPane.EnableAxisXScrolling = DevExpress.Utils.DefaultBoolean.False;
            xyDiagram1.DefaultPane.EnableAxisXZooming = DevExpress.Utils.DefaultBoolean.False;
            xyDiagram1.DefaultPane.EnableAxisYScrolling = DevExpress.Utils.DefaultBoolean.False;
            xyDiagram1.DefaultPane.EnableAxisYZooming = DevExpress.Utils.DefaultBoolean.False;
            secondaryAxisY1.AxisID = 0;
            secondaryAxisY1.Name = "Samples";
            secondaryAxisY1.Range.SideMarginsEnabled = true;
            secondaryAxisY1.Title.Text = "Samples";
            secondaryAxisY1.Title.Visible = true;
            secondaryAxisY1.VisibleInPanesSerializable = "-1";
            xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
            secondaryAxisY1});
            this.chartZ.Diagram = xyDiagram1;
            this.chartZ.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
            this.chartZ.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside;
            this.chartZ.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight;
            this.chartZ.LocationFloat = new DevExpress.Utils.PointFloat(0F, 959.1666F);
            this.chartZ.Name = "chartZ";
            this.chartZ.PaletteName = "Aspect";
            series1.ArgumentDataMember = "slice";
            series1.DataFilters.ClearAndAddRange(new DevExpress.XtraCharts.DataFilter[] {
            new DevExpress.XtraCharts.DataFilter("m", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            1,
                            0,
                            0,
                            0})),
            new DevExpress.XtraCharts.DataFilter("xyz", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            3,
                            0,
                            0,
                            0}))});
            pointSeriesLabel1.LineVisible = true;
            series1.Label = pointSeriesLabel1;
            series1.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
            series1.Name = "Model 1";
            series1.ValueDataMembersSerializable = "grade";
            splineSeriesView1.LineMarkerOptions.Visible = false;
            series1.View = splineSeriesView1;
            series2.ArgumentDataMember = "slice";
            series2.DataFilters.ClearAndAddRange(new DevExpress.XtraCharts.DataFilter[] {
            new DevExpress.XtraCharts.DataFilter("m", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            2,
                            0,
                            0,
                            0})),
            new DevExpress.XtraCharts.DataFilter("xyz", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            3,
                            0,
                            0,
                            0}))});
            pointSeriesLabel2.LineVisible = true;
            series2.Label = pointSeriesLabel2;
            series2.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
            series2.Name = "Model 2";
            series2.ValueDataMembersSerializable = "grade";
            splineSeriesView2.LineMarkerOptions.Visible = false;
            series2.View = splineSeriesView2;
            series3.ArgumentDataMember = "slice";
            series3.DataFilters.ClearAndAddRange(new DevExpress.XtraCharts.DataFilter[] {
            new DevExpress.XtraCharts.DataFilter("m", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            1,
                            0,
                            0,
                            0})),
            new DevExpress.XtraCharts.DataFilter("xyz", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            3,
                            0,
                            0,
                            0}))});
            pointSeriesLabel3.LineVisible = true;
            series3.Label = pointSeriesLabel3;
            series3.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
            series3.Name = "Samples 1";
            series3.ValueDataMembersSerializable = "samples";
            splineSeriesView3.AxisYName = "Samples";
            splineSeriesView3.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))));
            splineSeriesView3.LineMarkerOptions.Visible = false;
            splineSeriesView3.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dash;
            splineSeriesView3.LineStyle.Thickness = 1;
            series3.View = splineSeriesView3;
            series4.ArgumentDataMember = "slice";
            series4.DataFilters.ClearAndAddRange(new DevExpress.XtraCharts.DataFilter[] {
            new DevExpress.XtraCharts.DataFilter("m", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            2,
                            0,
                            0,
                            0})),
            new DevExpress.XtraCharts.DataFilter("xyz", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            3,
                            0,
                            0,
                            0}))});
            pointSeriesLabel4.LineVisible = true;
            series4.Label = pointSeriesLabel4;
            series4.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
            series4.Name = "Samples 2";
            series4.ValueDataMembersSerializable = "samples";
            splineSeriesView4.AxisYName = "Samples";
            splineSeriesView4.Color = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(180)))), ((int)(((byte)(255)))));
            splineSeriesView4.LineMarkerOptions.Visible = false;
            splineSeriesView4.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dash;
            splineSeriesView4.LineStyle.Thickness = 1;
            series4.View = splineSeriesView4;
            this.chartZ.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1,
        series2,
        series3,
        series4};
            pointSeriesLabel5.LineVisible = true;
            this.chartZ.SeriesTemplate.Label = pointSeriesLabel5;
            this.chartZ.SeriesTemplate.View = splineSeriesView5;
            this.chartZ.SizeF = new System.Drawing.SizeF(627F, 479.5834F);
            chartTitle1.Text = "Z";
            this.chartZ.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
            chartTitle1});
            // 
            // chartY
            // 
            this.chartY.BorderColor = System.Drawing.Color.Black;
            this.chartY.Borders = DevExpress.XtraPrinting.BorderSide.None;
            this.chartY.DataMember = "st";
            xyDiagram2.AxisX.Range.SideMarginsEnabled = true;
            xyDiagram2.AxisX.Title.Text = "Slice";
            xyDiagram2.AxisX.Title.Visible = true;
            xyDiagram2.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram2.AxisY.Range.SideMarginsEnabled = true;
            xyDiagram2.AxisY.Title.Text = "Grade.Volume";
            xyDiagram2.AxisY.Title.Visible = true;
            xyDiagram2.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram2.DefaultPane.EnableAxisXScrolling = DevExpress.Utils.DefaultBoolean.False;
            xyDiagram2.DefaultPane.EnableAxisXZooming = DevExpress.Utils.DefaultBoolean.False;
            xyDiagram2.DefaultPane.EnableAxisYScrolling = DevExpress.Utils.DefaultBoolean.False;
            xyDiagram2.DefaultPane.EnableAxisYZooming = DevExpress.Utils.DefaultBoolean.False;
            secondaryAxisY2.AxisID = 0;
            secondaryAxisY2.Name = "Samples";
            secondaryAxisY2.Range.SideMarginsEnabled = true;
            secondaryAxisY2.Title.Text = "Samples";
            secondaryAxisY2.Title.Visible = true;
            secondaryAxisY2.VisibleInPanesSerializable = "-1";
            xyDiagram2.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
            secondaryAxisY2});
            this.chartY.Diagram = xyDiagram2;
            this.chartY.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
            this.chartY.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside;
            this.chartY.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight;
            this.chartY.LocationFloat = new DevExpress.Utils.PointFloat(0F, 479.5834F);
            this.chartY.Name = "chartY";
            this.chartY.PaletteName = "Aspect";
            series5.ArgumentDataMember = "slice";
            series5.DataFilters.ClearAndAddRange(new DevExpress.XtraCharts.DataFilter[] {
            new DevExpress.XtraCharts.DataFilter("m", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            1,
                            0,
                            0,
                            0})),
            new DevExpress.XtraCharts.DataFilter("xyz", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            2,
                            0,
                            0,
                            0}))});
            pointSeriesLabel6.LineVisible = true;
            series5.Label = pointSeriesLabel6;
            series5.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
            series5.Name = "Model 1";
            series5.ValueDataMembersSerializable = "grade";
            splineSeriesView6.LineMarkerOptions.Visible = false;
            series5.View = splineSeriesView6;
            series6.ArgumentDataMember = "slice";
            series6.DataFilters.ClearAndAddRange(new DevExpress.XtraCharts.DataFilter[] {
            new DevExpress.XtraCharts.DataFilter("m", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            2,
                            0,
                            0,
                            0})),
            new DevExpress.XtraCharts.DataFilter("xyz", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            2,
                            0,
                            0,
                            0}))});
            pointSeriesLabel7.LineVisible = true;
            series6.Label = pointSeriesLabel7;
            series6.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
            series6.Name = "Model 2";
            series6.ValueDataMembersSerializable = "grade";
            splineSeriesView7.LineMarkerOptions.Visible = false;
            series6.View = splineSeriesView7;
            series7.ArgumentDataMember = "slice";
            series7.DataFilters.ClearAndAddRange(new DevExpress.XtraCharts.DataFilter[] {
            new DevExpress.XtraCharts.DataFilter("m", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            1,
                            0,
                            0,
                            0})),
            new DevExpress.XtraCharts.DataFilter("xyz", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            2,
                            0,
                            0,
                            0}))});
            pointSeriesLabel8.LineVisible = true;
            series7.Label = pointSeriesLabel8;
            series7.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
            series7.Name = "Samples 1";
            series7.ValueDataMembersSerializable = "samples";
            splineSeriesView8.AxisYName = "Samples";
            splineSeriesView8.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))));
            splineSeriesView8.LineMarkerOptions.Visible = false;
            splineSeriesView8.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dash;
            splineSeriesView8.LineStyle.Thickness = 1;
            series7.View = splineSeriesView8;
            series8.ArgumentDataMember = "slice";
            series8.DataFilters.ClearAndAddRange(new DevExpress.XtraCharts.DataFilter[] {
            new DevExpress.XtraCharts.DataFilter("m", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            2,
                            0,
                            0,
                            0})),
            new DevExpress.XtraCharts.DataFilter("xyz", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            2,
                            0,
                            0,
                            0}))});
            pointSeriesLabel9.LineVisible = true;
            series8.Label = pointSeriesLabel9;
            series8.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
            series8.Name = "Samples 2";
            series8.ValueDataMembersSerializable = "samples";
            splineSeriesView9.AxisYName = "Samples";
            splineSeriesView9.Color = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(180)))), ((int)(((byte)(255)))));
            splineSeriesView9.LineMarkerOptions.Visible = false;
            splineSeriesView9.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dash;
            splineSeriesView9.LineStyle.Thickness = 1;
            series8.View = splineSeriesView9;
            this.chartY.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series5,
        series6,
        series7,
        series8};
            pointSeriesLabel10.LineVisible = true;
            this.chartY.SeriesTemplate.Label = pointSeriesLabel10;
            this.chartY.SeriesTemplate.View = splineSeriesView10;
            this.chartY.SizeF = new System.Drawing.SizeF(627F, 479.5834F);
            chartTitle2.Text = "Y";
            this.chartY.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
            chartTitle2});
            // 
            // chartGT
            // 
            this.chartGT.BorderColor = System.Drawing.Color.Black;
            this.chartGT.Borders = DevExpress.XtraPrinting.BorderSide.None;
            this.chartGT.DataMember = "gt";
            xyDiagram3.AxisX.NumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Number;
            xyDiagram3.AxisX.NumericOptions.Precision = 0;
            xyDiagram3.AxisX.Range.SideMarginsEnabled = true;
            xyDiagram3.AxisX.Title.Text = "Tonnage";
            xyDiagram3.AxisX.Title.Visible = true;
            xyDiagram3.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram3.AxisY.NumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Percent;
            xyDiagram3.AxisY.NumericOptions.Precision = 4;
            xyDiagram3.AxisY.Range.AlwaysShowZeroLevel = false;
            xyDiagram3.AxisY.Range.SideMarginsEnabled = true;
            xyDiagram3.AxisY.Title.Text = "Grade (%)";
            xyDiagram3.AxisY.Title.Visible = true;
            xyDiagram3.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram3.DefaultPane.EnableAxisXScrolling = DevExpress.Utils.DefaultBoolean.False;
            xyDiagram3.DefaultPane.EnableAxisXZooming = DevExpress.Utils.DefaultBoolean.False;
            xyDiagram3.DefaultPane.EnableAxisYScrolling = DevExpress.Utils.DefaultBoolean.False;
            xyDiagram3.DefaultPane.EnableAxisYZooming = DevExpress.Utils.DefaultBoolean.False;
            this.chartGT.Diagram = xyDiagram3;
            this.chartGT.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
            this.chartGT.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside;
            this.chartGT.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight;
            this.chartGT.LocationFloat = new DevExpress.Utils.PointFloat(0F, 1438.75F);
            this.chartGT.Name = "chartGT";
            this.chartGT.PaletteName = "Aspect";
            series9.ArgumentDataMember = "tonnage";
            series9.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            series9.DataFilters.ClearAndAddRange(new DevExpress.XtraCharts.DataFilter[] {
            new DevExpress.XtraCharts.DataFilter("m", "System.String", DevExpress.XtraCharts.DataFilterCondition.Equal, "1")});
            pointSeriesLabel11.LineVisible = true;
            series9.Label = pointSeriesLabel11;
            series9.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
            series9.Name = "Model 1";
            series9.ValueDataMembersSerializable = "grade";
            splineSeriesView11.LineMarkerOptions.Visible = false;
            series9.View = splineSeriesView11;
            series10.ArgumentDataMember = "tonnage";
            series10.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            series10.DataFilters.ClearAndAddRange(new DevExpress.XtraCharts.DataFilter[] {
            new DevExpress.XtraCharts.DataFilter("m", "System.String", DevExpress.XtraCharts.DataFilterCondition.Equal, "2")});
            pointSeriesLabel12.LineVisible = true;
            series10.Label = pointSeriesLabel12;
            series10.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
            series10.Name = "Model 2";
            series10.ValueDataMembersSerializable = "grade";
            splineSeriesView12.LineMarkerOptions.Visible = false;
            series10.View = splineSeriesView12;
            this.chartGT.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series9,
        series10};
            pointSeriesLabel13.LineVisible = true;
            this.chartGT.SeriesTemplate.Label = pointSeriesLabel13;
            this.chartGT.SeriesTemplate.View = splineSeriesView13;
            this.chartGT.SizeF = new System.Drawing.SizeF(627F, 479.5833F);
            chartTitle3.Text = "Grade Tonnage";
            this.chartGT.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
            chartTitle3});
            // 
            // chartX
            // 
            this.chartX.BorderColor = System.Drawing.Color.Black;
            this.chartX.Borders = DevExpress.XtraPrinting.BorderSide.None;
            this.chartX.DataMember = "st";
            xyDiagram4.AxisX.Range.SideMarginsEnabled = true;
            xyDiagram4.AxisX.Title.Text = "Slice";
            xyDiagram4.AxisX.Title.Visible = true;
            xyDiagram4.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram4.AxisY.Range.SideMarginsEnabled = true;
            xyDiagram4.AxisY.Title.Text = "Grade.Volume";
            xyDiagram4.AxisY.Title.Visible = true;
            xyDiagram4.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram4.DefaultPane.EnableAxisXScrolling = DevExpress.Utils.DefaultBoolean.False;
            xyDiagram4.DefaultPane.EnableAxisXZooming = DevExpress.Utils.DefaultBoolean.False;
            xyDiagram4.DefaultPane.EnableAxisYScrolling = DevExpress.Utils.DefaultBoolean.False;
            xyDiagram4.DefaultPane.EnableAxisYZooming = DevExpress.Utils.DefaultBoolean.False;
            secondaryAxisY3.AxisID = 0;
            secondaryAxisY3.Name = "Samples";
            secondaryAxisY3.Range.SideMarginsEnabled = true;
            secondaryAxisY3.Title.Text = "Samples";
            secondaryAxisY3.Title.Visible = true;
            secondaryAxisY3.VisibleInPanesSerializable = "-1";
            xyDiagram4.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
            secondaryAxisY3});
            this.chartX.Diagram = xyDiagram4;
            this.chartX.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
            this.chartX.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside;
            this.chartX.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight;
            this.chartX.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
            this.chartX.Name = "chartX";
            this.chartX.PaletteName = "Aspect";
            series11.ArgumentDataMember = "slice";
            series11.DataFilters.ClearAndAddRange(new DevExpress.XtraCharts.DataFilter[] {
            new DevExpress.XtraCharts.DataFilter("m", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            1,
                            0,
                            0,
                            0})),
            new DevExpress.XtraCharts.DataFilter("xyz", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            1,
                            0,
                            0,
                            0}))});
            pointSeriesLabel14.LineVisible = true;
            series11.Label = pointSeriesLabel14;
            series11.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
            series11.Name = "Model 1";
            series11.ValueDataMembersSerializable = "grade";
            splineSeriesView14.LineMarkerOptions.Visible = false;
            series11.View = splineSeriesView14;
            series12.ArgumentDataMember = "slice";
            series12.DataFilters.ClearAndAddRange(new DevExpress.XtraCharts.DataFilter[] {
            new DevExpress.XtraCharts.DataFilter("m", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            2,
                            0,
                            0,
                            0})),
            new DevExpress.XtraCharts.DataFilter("xyz", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            1,
                            0,
                            0,
                            0}))});
            pointSeriesLabel15.LineVisible = true;
            series12.Label = pointSeriesLabel15;
            series12.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
            series12.Name = "Model 2";
            series12.ValueDataMembersSerializable = "grade";
            splineSeriesView15.LineMarkerOptions.Visible = false;
            series12.View = splineSeriesView15;
            series13.ArgumentDataMember = "slice";
            series13.DataFilters.ClearAndAddRange(new DevExpress.XtraCharts.DataFilter[] {
            new DevExpress.XtraCharts.DataFilter("m", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            1,
                            0,
                            0,
                            0})),
            new DevExpress.XtraCharts.DataFilter("xyz", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            1,
                            0,
                            0,
                            0}))});
            pointSeriesLabel16.LineVisible = true;
            series13.Label = pointSeriesLabel16;
            series13.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
            series13.Name = "Samples 1";
            series13.ValueDataMembersSerializable = "samples";
            splineSeriesView16.AxisYName = "Samples";
            splineSeriesView16.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))));
            splineSeriesView16.LineMarkerOptions.Visible = false;
            splineSeriesView16.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dash;
            splineSeriesView16.LineStyle.Thickness = 1;
            series13.View = splineSeriesView16;
            series14.ArgumentDataMember = "slice";
            series14.DataFilters.ClearAndAddRange(new DevExpress.XtraCharts.DataFilter[] {
            new DevExpress.XtraCharts.DataFilter("m", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            2,
                            0,
                            0,
                            0})),
            new DevExpress.XtraCharts.DataFilter("xyz", "System.Decimal", DevExpress.XtraCharts.DataFilterCondition.Equal, new decimal(new int[] {
                            1,
                            0,
                            0,
                            0}))});
            pointSeriesLabel17.LineVisible = true;
            series14.Label = pointSeriesLabel17;
            series14.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
            series14.Name = "Samples 2";
            series14.ValueDataMembersSerializable = "samples";
            splineSeriesView17.AxisYName = "Samples";
            splineSeriesView17.Color = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(180)))), ((int)(((byte)(255)))));
            splineSeriesView17.LineMarkerOptions.Visible = false;
            splineSeriesView17.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dash;
            splineSeriesView17.LineStyle.Thickness = 1;
            series14.View = splineSeriesView17;
            this.chartX.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series11,
        series12,
        series13,
        series14};
            pointSeriesLabel18.LineVisible = true;
            this.chartX.SeriesTemplate.Label = pointSeriesLabel18;
            this.chartX.SeriesTemplate.View = splineSeriesView18;
            this.chartX.SizeF = new System.Drawing.SizeF(627F, 479.5833F);
            chartTitle4.Text = "X";
            this.chartX.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
            chartTitle4});
            // 
            // TopMargin
            // 
            this.TopMargin.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
            this.xrLabel4,
            this.xrLabel3,
            this.xrLabel2});
            this.TopMargin.HeightF = 79F;
            this.TopMargin.Name = "TopMargin";
            this.TopMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
            this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            // 
            // xrLabel4
            // 
            this.xrLabel4.Font = new System.Drawing.Font("Arial", 14.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(0F, 45.62499F);
            this.xrLabel4.Name = "xrLabel4";
            this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel4.SizeF = new System.Drawing.SizeF(627F, 33.37501F);
            this.xrLabel4.StylePriority.UseFont = false;
            this.xrLabel4.StylePriority.UseTextAlignment = false;
            this.xrLabel4.Text = "[Parameters.ParameterModel1Name]* & [Parameters.ParameterModel2Name]**";
            this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
            // 
            // xrLabel3
            // 
            this.xrLabel3.Font = new System.Drawing.Font("Arial", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(393.6667F, 0F);
            this.xrLabel3.Name = "xrLabel3";
            this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel3.SizeF = new System.Drawing.SizeF(233.3333F, 45.62499F);
            this.xrLabel3.StylePriority.UseFont = false;
            this.xrLabel3.StylePriority.UseTextAlignment = false;
            this.xrLabel3.Text = "([Parameters.ParameterGradeTonnageFieldName])";
            this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
            // 
            // xrLabel2
            // 
            this.xrLabel2.Font = new System.Drawing.Font("Arial", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
            this.xrLabel2.Name = "xrLabel2";
            this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel2.SizeF = new System.Drawing.SizeF(393.6667F, 45.62499F);
            this.xrLabel2.StylePriority.UseFont = false;
            this.xrLabel2.StylePriority.UseTextAlignment = false;
            this.xrLabel2.Text = "Model Comparison Report";
            this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
            // 
            // BottomMargin
            // 
            this.BottomMargin.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
            this.xrLabel5,
            this.xrPageInfo2,
            this.xrPageInfo1,
            this.xrLabel1});
            this.BottomMargin.HeightF = 85.50002F;
            this.BottomMargin.Name = "BottomMargin";
            this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
            this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            // 
            // xrLabel5
            // 
            this.xrLabel5.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(180F, 62.50002F);
            this.xrLabel5.Name = "xrLabel5";
            this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel5.SizeF = new System.Drawing.SizeF(346.9999F, 23F);
            this.xrLabel5.StylePriority.UseFont = false;
            this.xrLabel5.Text = " by [Parameters.ParameterUserName]";
            // 
            // xrPageInfo2
            // 
            this.xrPageInfo2.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.xrPageInfo2.Format = "Created at {0:h:mm tt, dd MMMM yyyy}";
            this.xrPageInfo2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 62.50002F);
            this.xrPageInfo2.Name = "xrPageInfo2";
            this.xrPageInfo2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrPageInfo2.PageInfo = DevExpress.XtraPrinting.PageInfo.DateTime;
            this.xrPageInfo2.SizeF = new System.Drawing.SizeF(180F, 23F);
            this.xrPageInfo2.StylePriority.UseFont = false;
            // 
            // xrPageInfo1
            // 
            this.xrPageInfo1.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.xrPageInfo1.Format = "Page {0} of {1}";
            this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(527F, 62.50002F);
            this.xrPageInfo1.Name = "xrPageInfo1";
            this.xrPageInfo1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrPageInfo1.SizeF = new System.Drawing.SizeF(100F, 23F);
            this.xrPageInfo1.StylePriority.UseFont = false;
            this.xrPageInfo1.StylePriority.UseTextAlignment = false;
            this.xrPageInfo1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
            // 
            // xrLabel1
            // 
            this.xrLabel1.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
            this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 12.50002F);
            this.xrLabel1.Multiline = true;
            this.xrLabel1.Name = "xrLabel1";
            this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel1.SizeF = new System.Drawing.SizeF(627F, 50F);
            this.xrLabel1.StylePriority.UseFont = false;
            this.xrLabel1.Text = "Filter: [gfs.FilterString]";
            // 
            // ParameterModel1Name
            // 
            this.ParameterModel1Name.Name = "ParameterModel1Name";
            this.ParameterModel1Name.Visible = false;
            // 
            // ParameterModel2Name
            // 
            this.ParameterModel2Name.Name = "ParameterModel2Name";
            // 
            // xrTableCell7
            // 
            this.xrTableCell7.Name = "xrTableCell7";
            this.xrTableCell7.Text = "[Absolute Difference]";
            this.xrTableCell7.Weight = 0.48361556362018571D;
            // 
            // xrTableCell6
            // 
            this.xrTableCell6.Name = "xrTableCell6";
            this.xrTableCell6.Text = "[Model 2 Grade]";
            this.xrTableCell6.Weight = 0.50292299899716031D;
            // 
            // xrTableCell5
            // 
            this.xrTableCell5.Name = "xrTableCell5";
            this.xrTableCell5.Text = "[Model 2 Tonnes]";
            this.xrTableCell5.Weight = 0.56392278624268577D;
            // 
            // xrTableCell4
            // 
            this.xrTableCell4.Name = "xrTableCell4";
            this.xrTableCell4.Text = "[Model 1 Grade]";
            this.xrTableCell4.Weight = 0.50473093224796051D;
            // 
            // xrTableCell3
            // 
            this.xrTableCell3.Name = "xrTableCell3";
            this.xrTableCell3.Text = "[Model 1 Tonnes]";
            this.xrTableCell3.Weight = 0.50442312564857517D;
            // 
            // xrTableCell1
            // 
            this.xrTableCell1.Name = "xrTableCell1";
            this.xrTableCell1.Text = "[Resource Category]";
            this.xrTableCell1.Weight = 0.34807684027867347D;
            // 
            // xrTableRow1
            // 
            this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
            this.xrTableCell1,
            this.xrTableCell3,
            this.xrTableCell4,
            this.xrTableCell5,
            this.xrTableCell6,
            this.xrTableCell7});
            this.xrTableRow1.Name = "xrTableRow1";
            this.xrTableRow1.Weight = 1D;
            // 
            // xrTableCell13
            // 
            this.xrTableCell13.BackColor = System.Drawing.Color.SlateBlue;
            this.xrTableCell13.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
            this.xrTableCell13.ForeColor = System.Drawing.Color.White;
            this.xrTableCell13.Name = "xrTableCell13";
            this.xrTableCell13.StylePriority.UseBackColor = false;
            this.xrTableCell13.StylePriority.UseFont = false;
            this.xrTableCell13.StylePriority.UseForeColor = false;
            this.xrTableCell13.Text = "Difference";
            this.xrTableCell13.Weight = 0.48361556362018571D;
            // 
            // xrTableCell12
            // 
            this.xrTableCell12.BackColor = System.Drawing.Color.SlateBlue;
            this.xrTableCell12.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
            this.xrTableCell12.ForeColor = System.Drawing.Color.White;
            this.xrTableCell12.Name = "xrTableCell12";
            this.xrTableCell12.StylePriority.UseBackColor = false;
            this.xrTableCell12.StylePriority.UseFont = false;
            this.xrTableCell12.StylePriority.UseForeColor = false;
            this.xrTableCell12.Text = "Model ** Grade";
            this.xrTableCell12.Weight = 0.50292299899716031D;
            // 
            // xrTableCell11
            // 
            this.xrTableCell11.BackColor = System.Drawing.Color.SlateBlue;
            this.xrTableCell11.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
            this.xrTableCell11.ForeColor = System.Drawing.Color.White;
            this.xrTableCell11.Name = "xrTableCell11";
            this.xrTableCell11.StylePriority.UseBackColor = false;
            this.xrTableCell11.StylePriority.UseFont = false;
            this.xrTableCell11.StylePriority.UseForeColor = false;
            this.xrTableCell11.Text = "Model ** Tonnes";
            this.xrTableCell11.Weight = 0.56392278624268577D;
            // 
            // xrTableCell10
            // 
            this.xrTableCell10.BackColor = System.Drawing.Color.SlateBlue;
            this.xrTableCell10.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
            this.xrTableCell10.ForeColor = System.Drawing.Color.White;
            this.xrTableCell10.Name = "xrTableCell10";
            this.xrTableCell10.StylePriority.UseBackColor = false;
            this.xrTableCell10.StylePriority.UseFont = false;
            this.xrTableCell10.StylePriority.UseForeColor = false;
            this.xrTableCell10.Text = "Model * Grade";
            this.xrTableCell10.Weight = 0.50473093224796051D;
            // 
            // xrTableCell9
            // 
            this.xrTableCell9.BackColor = System.Drawing.Color.SlateBlue;
            this.xrTableCell9.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
            this.xrTableCell9.ForeColor = System.Drawing.Color.White;
            this.xrTableCell9.Name = "xrTableCell9";
            this.xrTableCell9.StylePriority.UseBackColor = false;
            this.xrTableCell9.StylePriority.UseFont = false;
            this.xrTableCell9.StylePriority.UseForeColor = false;
            this.xrTableCell9.Text = "Model * Tonnes";
            this.xrTableCell9.Weight = 0.50442312564857517D;
            // 
            // xrTableCell8
            // 
            this.xrTableCell8.BackColor = System.Drawing.Color.SlateBlue;
            this.xrTableCell8.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
            this.xrTableCell8.ForeColor = System.Drawing.Color.White;
            this.xrTableCell8.Name = "xrTableCell8";
            this.xrTableCell8.StylePriority.UseBackColor = false;
            this.xrTableCell8.StylePriority.UseFont = false;
            this.xrTableCell8.StylePriority.UseForeColor = false;
            this.xrTableCell8.Text = "Resource";
            this.xrTableCell8.Weight = 0.34807684027867347D;
            // 
            // xrTableRow3
            // 
            this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
            this.xrTableCell8,
            this.xrTableCell9,
            this.xrTableCell10,
            this.xrTableCell11,
            this.xrTableCell12,
            this.xrTableCell13});
            this.xrTableRow3.ForeColor = System.Drawing.Color.Aqua;
            this.xrTableRow3.Name = "xrTableRow3";
            this.xrTableRow3.StylePriority.UseForeColor = false;
            this.xrTableRow3.Weight = 1D;
            // 
            // xrTable1
            // 
            this.xrTable1.BorderColor = System.Drawing.Color.LightGray;
            this.xrTable1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) 
            | DevExpress.XtraPrinting.BorderSide.Right) 
            | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrTable1.Font = new System.Drawing.Font("Arial", 9.75F);
            this.xrTable1.KeepTogether = true;
            this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(1.999982F, 12.91665F);
            this.xrTable1.Name = "xrTable1";
            this.xrTable1.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F);
            this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
            this.xrTableRow3,
            this.xrTableRow1});
            this.xrTable1.SizeF = new System.Drawing.SizeF(625F, 50.00001F);
            this.xrTable1.StylePriority.UseBorderColor = false;
            this.xrTable1.StylePriority.UseBorders = false;
            this.xrTable1.StylePriority.UseFont = false;
            this.xrTable1.StylePriority.UsePadding = false;
            // 
            // DetailReport1
            // 
            this.DetailReport1.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
            this.Detail2});
            this.DetailReport1.DataMember = "gfc";
            this.DetailReport1.Level = 0;
            this.DetailReport1.Name = "DetailReport1";
            // 
            // Detail2
            // 
            this.Detail2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
            this.xrTable1});
            this.Detail2.HeightF = 72.91666F;
            this.Detail2.Name = "Detail2";
            this.Detail2.PageBreak = DevExpress.XtraReports.UI.PageBreak.BeforeBand;
            // 
            // ParameterGradeTonnageFieldName
            // 
            this.ParameterGradeTonnageFieldName.Name = "ParameterGradeTonnageFieldName";
            this.ParameterGradeTonnageFieldName.Visible = false;
            // 
            // ParameterUserName
            // 
            this.ParameterUserName.Name = "ParameterUserName";
            this.ParameterUserName.Visible = false;
            // 
            // CompareModelReport
            // 
            this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
            this.Detail,
            this.TopMargin,
            this.BottomMargin,
            this.DetailReport1});
            this.DataMember = "CompareModelsResult";
            this.Margins = new System.Drawing.Printing.Margins(100, 100, 79, 86);
            this.PageHeight = 1169;
            this.PageWidth = 827;
            this.PaperKind = System.Drawing.Printing.PaperKind.A4;
            this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
            this.ParameterModel1Name,
            this.ParameterModel2Name,
            this.ParameterGradeTonnageFieldName,
            this.ParameterUserName});
            this.Version = "12.1";
            ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartZ)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(secondaryAxisY2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartY)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel13)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView13)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartGT)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(secondaryAxisY3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel14)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView14)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel15)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView15)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel16)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView16)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series13)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel17)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView17)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series14)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel18)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView18)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartX)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();

        }
        /// <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 xyDiagram6 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.SecondaryAxisY secondaryAxisY6 = new DevExpress.XtraCharts.SecondaryAxisY();
            DevExpress.XtraCharts.Series series16 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel6 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointOptions pointOptions6 = new DevExpress.XtraCharts.PointOptions();
            DevExpress.XtraCharts.StepAreaSeriesView stepAreaSeriesView11 = new DevExpress.XtraCharts.StepAreaSeriesView();
            DevExpress.XtraCharts.Series series17 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView11 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series18 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView12 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.StepAreaSeriesView stepAreaSeriesView12 = new DevExpress.XtraCharts.StepAreaSeriesView();
            this.chartControl1 = new SPC.Controls.Base.AdvChartControl();
            this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
            this.repositoryItemCheckEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
            this.barEditItem1 = new DevExpress.XtraBars.BarEditItem();
            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.barManager1 = new DevExpress.XtraBars.BarManager();
            this.barEditItem2 = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemToggleSwitch1 = new DevExpress.XtraEditors.Repository.RepositoryItemToggleSwitch();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(secondaryAxisY6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series16)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(stepAreaSeriesView11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series17)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series18)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(stepAreaSeriesView12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemToggleSwitch1)).BeginInit();
            this.SuspendLayout();
            // 
            // chartControl1
            // 
            this.chartControl1.CrosshairOptions.HighlightPoints = false;
            xyDiagram6.AxisX.Tickmarks.MinorVisible = false;
            xyDiagram6.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram6.AxisX.WholeRange.AutoSideMargins = false;
            xyDiagram6.AxisX.WholeRange.SideMarginsValue = 0D;
            xyDiagram6.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram6.EnableAxisXScrolling = true;
            xyDiagram6.ScrollingOptions.UseKeyboard = false;
            xyDiagram6.ScrollingOptions.UseMouse = false;
            xyDiagram6.ScrollingOptions.UseTouchDevice = false;
            secondaryAxisY6.AxisID = 0;
            secondaryAxisY6.Name = "Secondary AxisY 1";
            secondaryAxisY6.VisibleInPanesSerializable = "-1";
            secondaryAxisY6.VisualRange.Auto = false;
            secondaryAxisY6.VisualRange.AutoSideMargins = false;
            secondaryAxisY6.VisualRange.MaxValueSerializable = "100";
            secondaryAxisY6.VisualRange.MinValueSerializable = "0";
            secondaryAxisY6.VisualRange.SideMarginsValue = 0D;
            secondaryAxisY6.WholeRange.Auto = false;
            secondaryAxisY6.WholeRange.AutoSideMargins = false;
            secondaryAxisY6.WholeRange.MaxValueSerializable = "100";
            secondaryAxisY6.WholeRange.MinValueSerializable = "0";
            secondaryAxisY6.WholeRange.SideMarginsValue = 0D;
            xyDiagram6.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
            secondaryAxisY6});
            xyDiagram6.ZoomingOptions.UseMouseWheel = false;
            this.chartControl1.Diagram = xyDiagram6;
            this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.chartControl1.Legend.Visible = false;
            this.chartControl1.Location = new System.Drawing.Point(4, 2);
            this.chartControl1.Name = "chartControl1";
            this.chartControl1.RuntimeHitTesting = true;
            series16.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            pointSeriesLabel6.Angle = 42;
            pointSeriesLabel6.Antialiasing = true;
            pointOptions6.ArgumentNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Number;
            pointOptions6.PointView = DevExpress.XtraCharts.PointView.Argument;
            pointSeriesLabel6.PointOptions = pointOptions6;
            pointSeriesLabel6.ResolveOverlappingMode = DevExpress.XtraCharts.ResolveOverlappingMode.JustifyAroundPoint;
            pointSeriesLabel6.TextOrientation = DevExpress.XtraCharts.TextOrientation.TopToBottom;
            series16.Label = pointSeriesLabel6;
            series16.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True;
            series16.Name = "Series 1";
            stepAreaSeriesView11.Transparency = ((byte)(0));
            series16.View = stepAreaSeriesView11;
            series17.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            series17.Name = "Series 2";
            splineSeriesView11.AxisYName = "Secondary AxisY 1";
            series17.View = splineSeriesView11;
            series18.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            series18.Name = "Series 3";
            splineSeriesView12.AxisYName = "Secondary AxisY 1";
            series18.View = splineSeriesView12;
            this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series16,
        series17,
        series18};
            stepAreaSeriesView12.MarkerOptions.Size = 8;
            this.chartControl1.SeriesTemplate.View = stepAreaSeriesView12;
            this.chartControl1.SideBySideEqualBarWidth = false;
            this.chartControl1.Size = new System.Drawing.Size(718, 373);
            this.chartControl1.TabIndex = 0;
            this.chartControl1.CustomShowRightClickPopupMenu += new System.EventHandler<SPC.Controls.Base.AdvChartControl.ShowRightClickPopupMenuEventArgs>(this.chartControl1_CustomShowRightClickPopupMenu);
            // 
            // repositoryItemCheckEdit1
            // 
            this.repositoryItemCheckEdit1.AutoHeight = false;
            this.repositoryItemCheckEdit1.Caption = "Check";
            this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
            this.repositoryItemCheckEdit1.EditValueChanging += new DevExpress.XtraEditors.Controls.ChangingEventHandler(this.repositoryItemCheckEdit1_EditValueChanging);
            // 
            // repositoryItemCheckEdit2
            // 
            this.repositoryItemCheckEdit2.AutoHeight = false;
            this.repositoryItemCheckEdit2.Caption = "Check";
            this.repositoryItemCheckEdit2.Name = "repositoryItemCheckEdit2";
            // 
            // barEditItem1
            // 
            this.barEditItem1.Caption = "显示X坐标";
            this.barEditItem1.Edit = this.repositoryItemCheckEdit1;
            this.barEditItem1.Id = 0;
            this.barEditItem1.Name = "barEditItem1";
            // 
            // barDockControlTop
            // 
            this.barDockControlTop.CausesValidation = false;
            this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
            this.barDockControlTop.Location = new System.Drawing.Point(4, 2);
            this.barDockControlTop.Size = new System.Drawing.Size(718, 0);
            // 
            // barDockControlBottom
            // 
            this.barDockControlBottom.CausesValidation = false;
            this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.barDockControlBottom.Location = new System.Drawing.Point(4, 375);
            this.barDockControlBottom.Size = new System.Drawing.Size(718, 0);
            // 
            // barDockControlLeft
            // 
            this.barDockControlLeft.CausesValidation = false;
            this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.barDockControlLeft.Location = new System.Drawing.Point(4, 2);
            this.barDockControlLeft.Size = new System.Drawing.Size(0, 373);
            // 
            // barDockControlRight
            // 
            this.barDockControlRight.CausesValidation = false;
            this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.barDockControlRight.Location = new System.Drawing.Point(722, 2);
            this.barDockControlRight.Size = new System.Drawing.Size(0, 373);
            // 
            // barManager1
            // 
            this.barManager1.DockControls.Add(this.barDockControlTop);
            this.barManager1.DockControls.Add(this.barDockControlBottom);
            this.barManager1.DockControls.Add(this.barDockControlLeft);
            this.barManager1.DockControls.Add(this.barDockControlRight);
            this.barManager1.Form = this;
            this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.barEditItem1,
            this.barEditItem2});
            this.barManager1.MaxItemId = 3;
            this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemCheckEdit1,
            this.repositoryItemCheckEdit2,
            this.repositoryItemToggleSwitch1});
            // 
            // barEditItem2
            // 
            this.barEditItem2.Caption = "填充";
            this.barEditItem2.Edit = this.repositoryItemToggleSwitch1;
            this.barEditItem2.Id = 2;
            this.barEditItem2.Name = "barEditItem2";
            // 
            // repositoryItemToggleSwitch1
            // 
            this.repositoryItemToggleSwitch1.AutoHeight = false;
            this.repositoryItemToggleSwitch1.Name = "repositoryItemToggleSwitch1";
            this.repositoryItemToggleSwitch1.OffText = "Off";
            this.repositoryItemToggleSwitch1.OnText = "On";
            this.repositoryItemToggleSwitch1.EditValueChanging += new DevExpress.XtraEditors.Controls.ChangingEventHandler(this.repositoryItemToggleSwitch1_EditValueChanging);
            // 
            // SpectralDistributionDrawBoard
            // 
            this.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.Appearance.Options.UseBackColor = true;
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.chartControl1);
            this.Controls.Add(this.barDockControlLeft);
            this.Controls.Add(this.barDockControlRight);
            this.Controls.Add(this.barDockControlBottom);
            this.Controls.Add(this.barDockControlTop);
            this.Name = "SpectralDistributionDrawBoard";
            this.Size = new System.Drawing.Size(724, 377);
            ((System.ComponentModel.ISupportInitialize)(secondaryAxisY6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(stepAreaSeriesView11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series16)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series17)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series18)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(stepAreaSeriesView12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemToggleSwitch1)).EndInit();
            this.ResumeLayout(false);

        }
Esempio n. 7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources                 = new System.ComponentModel.ComponentResourceManager(typeof(FRM_SMT_UPPER_RETURN_MONTH));
     DevExpress.XtraCharts.XYDiagram                xyDiagram1                = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.SecondaryAxisY           secondaryAxisY1           = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.Series                   series1                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesView  sideBySideBarSeriesView1  = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     DevExpress.XtraCharts.Series                   series2                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel2 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesView  sideBySideBarSeriesView2  = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     DevExpress.XtraCharts.Series                   series3                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel         pointSeriesLabel1         = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.SplineSeriesView         splineSeriesView1         = new DevExpress.XtraCharts.SplineSeriesView();
     this.pnHeader      = new System.Windows.Forms.Panel();
     this.btnEx         = new DevExpress.XtraEditors.SimpleButton();
     this.btnIn         = new DevExpress.XtraEditors.SimpleButton();
     this.button1       = new System.Windows.Forms.Button();
     this.lblDate       = new System.Windows.Forms.Label();
     this.lblTitle      = new DevExpress.XtraEditors.LabelControl();
     this.pnDateTime    = new System.Windows.Forms.Panel();
     this.UC_MONTH      = new FORM.UC.UC_MONTH_SELECTION();
     this.splMain       = new System.Windows.Forms.SplitContainer();
     this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
     this.grdBase       = new DevExpress.XtraGrid.GridControl();
     this.gvwBase       = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.timer1        = new System.Windows.Forms.Timer(this.components);
     this.pnHeader.SuspendLayout();
     this.pnDateTime.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splMain)).BeginInit();
     this.splMain.Panel1.SuspendLayout();
     this.splMain.Panel2.SuspendLayout();
     this.splMain.SuspendLayout();
     ((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)(sideBySideBarSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).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.btnEx);
     this.pnHeader.Controls.Add(this.btnIn);
     this.pnHeader.Controls.Add(this.button1);
     this.pnHeader.Controls.Add(this.lblDate);
     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 = 13;
     //
     // btnEx
     //
     this.btnEx.Appearance.BackColor            = System.Drawing.Color.MediumOrchid;
     this.btnEx.Appearance.BackColor2           = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.btnEx.Appearance.Font                 = new System.Drawing.Font("Calibri", 24F, System.Drawing.FontStyle.Bold);
     this.btnEx.Appearance.ForeColor            = System.Drawing.Color.White;
     this.btnEx.Appearance.GradientMode         = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.btnEx.Appearance.Options.UseBackColor = true;
     this.btnEx.Appearance.Options.UseFont      = true;
     this.btnEx.Appearance.Options.UseForeColor = true;
     this.btnEx.ButtonStyle        = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
     this.btnEx.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnEx.ImageOptions.Image")));
     this.btnEx.Location           = new System.Drawing.Point(1403, 4);
     this.btnEx.Name     = "btnEx";
     this.btnEx.Size     = new System.Drawing.Size(175, 48);
     this.btnEx.TabIndex = 51;
     this.btnEx.Text     = "External";
     this.btnEx.Visible  = false;
     this.btnEx.Click   += new System.EventHandler(this.btnEx_Click);
     //
     // btnIn
     //
     this.btnIn.Appearance.BackColor            = System.Drawing.Color.MediumBlue;
     this.btnIn.Appearance.BackColor2           = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.btnIn.Appearance.Font                 = new System.Drawing.Font("Calibri", 24F, System.Drawing.FontStyle.Bold);
     this.btnIn.Appearance.ForeColor            = System.Drawing.Color.White;
     this.btnIn.Appearance.GradientMode         = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.btnIn.Appearance.Options.UseBackColor = true;
     this.btnIn.Appearance.Options.UseFont      = true;
     this.btnIn.Appearance.Options.UseForeColor = true;
     this.btnIn.ButtonStyle        = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
     this.btnIn.Enabled            = false;
     this.btnIn.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnIn.ImageOptions.Image")));
     this.btnIn.Location           = new System.Drawing.Point(1403, 58);
     this.btnIn.Name     = "btnIn";
     this.btnIn.Size     = new System.Drawing.Size(175, 48);
     this.btnIn.TabIndex = 51;
     this.btnIn.Text     = "Internal";
     this.btnIn.Visible  = false;
     //
     // button1
     //
     this.button1.BackColor                  = System.Drawing.Color.Transparent;
     this.button1.BackgroundImage            = global::FORM.Properties.Resources.Back_Icon;
     this.button1.BackgroundImageLayout      = System.Windows.Forms.ImageLayout.Stretch;
     this.button1.FlatAppearance.BorderColor = System.Drawing.Color.Yellow;
     this.button1.FlatAppearance.BorderSize  = 0;
     this.button1.FlatStyle                  = System.Windows.Forms.FlatStyle.Flat;
     this.button1.Location = new System.Drawing.Point(1289, 6);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(108, 101);
     this.button1.TabIndex = 50;
     this.button1.UseVisualStyleBackColor = false;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // lblDate
     //
     this.lblDate.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.lblDate.BackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.lblDate.Font       = new System.Drawing.Font("Calibri", 32.25F, 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(1660, 0);
     this.lblDate.Name       = "lblDate";
     this.lblDate.Size       = new System.Drawing.Size(253, 106);
     this.lblDate.TabIndex   = 49;
     this.lblDate.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // 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.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(3, 0);
     this.lblTitle.Name         = "lblTitle";
     this.lblTitle.Size         = new System.Drawing.Size(1910, 107);
     this.lblTitle.TabIndex     = 2;
     this.lblTitle.Text         = "External OS&&D by Month (VJ1 → LT)";
     this.lblTitle.DoubleClick += new System.EventHandler(this.lblTitle_DoubleClick);
     //
     // pnDateTime
     //
     this.pnDateTime.Controls.Add(this.UC_MONTH);
     this.pnDateTime.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnDateTime.Location = new System.Drawing.Point(0, 110);
     this.pnDateTime.Name     = "pnDateTime";
     this.pnDateTime.Size     = new System.Drawing.Size(1904, 63);
     this.pnDateTime.TabIndex = 15;
     //
     // UC_MONTH
     //
     this.UC_MONTH.AutoSize          = true;
     this.UC_MONTH.Location          = new System.Drawing.Point(12, 9);
     this.UC_MONTH.Name              = "UC_MONTH";
     this.UC_MONTH.Size              = new System.Drawing.Size(472, 46);
     this.UC_MONTH.TabIndex          = 0;
     this.UC_MONTH.ValueChangeEvent += new System.EventHandler(this.UC_MONTH_ValueChangeEvent);
     this.UC_MONTH.Load             += new System.EventHandler(this.UC_MONTH_Load);
     //
     // splMain
     //
     this.splMain.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splMain.Location    = new System.Drawing.Point(0, 173);
     this.splMain.Name        = "splMain";
     this.splMain.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splMain.Panel1
     //
     this.splMain.Panel1.Controls.Add(this.chartControl1);
     //
     // splMain.Panel2
     //
     this.splMain.Panel2.Controls.Add(this.grdBase);
     this.splMain.Size             = new System.Drawing.Size(1904, 869);
     this.splMain.SplitterDistance = 650;
     this.splMain.TabIndex         = 16;
     //
     // chartControl1
     //
     this.chartControl1.DataBindings             = null;
     xyDiagram1.AxisX.Title.Text                 = "Date";
     xyDiagram1.AxisX.Title.Visibility           = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.Label.Font                 = new System.Drawing.Font("Tahoma", 12F);
     xyDiagram1.AxisY.Title.Text                 = "Pair (Prs)";
     xyDiagram1.AxisY.Title.Visibility           = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisY.Visibility                 = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     secondaryAxisY1.AxisID                          = 0;
     secondaryAxisY1.Label.Font                      = new System.Drawing.Font("Tahoma", 10F);
     secondaryAxisY1.Name                            = "Secondary AxisY 1";
     secondaryAxisY1.Title.Text                      = "Rate (%)";
     secondaryAxisY1.Title.Visibility                = DevExpress.Utils.DefaultBoolean.True;
     secondaryAxisY1.VisibleInPanesSerializable      = "-1";
     secondaryAxisY1.WholeRange.AlwaysShowZeroLevel  = false;
     secondaryAxisY1.WholeRange.Auto                 = false;
     secondaryAxisY1.WholeRange.AutoSideMargins      = false;
     secondaryAxisY1.WholeRange.MaxValueSerializable = "120";
     secondaryAxisY1.WholeRange.MinValueSerializable = "0";
     secondaryAxisY1.WholeRange.SideMarginsValue     = 0D;
     xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY1
     });
     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.Font            = new System.Drawing.Font("Tahoma", 12F);
     this.chartControl1.Legend.Name            = "Default Legend";
     this.chartControl1.Location               = new System.Drawing.Point(0, 0);
     this.chartControl1.Name                   = "chartControl1";
     sideBySideBarSeriesLabel1.Font            = new System.Drawing.Font("Tahoma", 9F);
     sideBySideBarSeriesLabel1.TextOrientation = DevExpress.XtraCharts.TextOrientation.BottomToTop;
     series1.Label                                   = sideBySideBarSeriesLabel1;
     series1.LabelsVisibility                        = DevExpress.Utils.DefaultBoolean.True;
     series1.Name                                    = "C.Grade Return";
     sideBySideBarSeriesView1.Color                  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     series1.View                                    = sideBySideBarSeriesView1;
     sideBySideBarSeriesLabel2.Font                  = new System.Drawing.Font("Tahoma", 9F);
     sideBySideBarSeriesLabel2.TextOrientation       = DevExpress.XtraCharts.TextOrientation.BottomToTop;
     series2.Label                                   = sideBySideBarSeriesLabel2;
     series2.LabelsVisibility                        = DevExpress.Utils.DefaultBoolean.True;
     series2.Name                                    = "Replenishment";
     sideBySideBarSeriesView2.Color                  = System.Drawing.Color.DodgerBlue;
     series2.View                                    = sideBySideBarSeriesView2;
     pointSeriesLabel1.Font                          = new System.Drawing.Font("Tahoma", 9F);
     series3.Label                                   = pointSeriesLabel1;
     series3.LabelsVisibility                        = DevExpress.Utils.DefaultBoolean.True;
     series3.Name                                    = "Rate (%)";
     splineSeriesView1.AxisYName                     = "Secondary AxisY 1";
     splineSeriesView1.Color                         = System.Drawing.Color.BlueViolet;
     splineSeriesView1.LineMarkerOptions.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(108)))), ((int)(((byte)(9)))));
     splineSeriesView1.LineMarkerOptions.Color       = System.Drawing.Color.Black;
     splineSeriesView1.MarkerVisibility              = DevExpress.Utils.DefaultBoolean.True;
     series3.View                                    = splineSeriesView1;
     this.chartControl1.SeriesSerializable           = new DevExpress.XtraCharts.Series[] {
         series1,
         series2,
         series3
     };
     this.chartControl1.Size     = new System.Drawing.Size(1904, 650);
     this.chartControl1.TabIndex = 1;
     //
     // grdBase
     //
     this.grdBase.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.grdBase.Location             = new System.Drawing.Point(0, 0);
     this.grdBase.LookAndFeel.SkinName = "Office 2010 Blue";
     this.grdBase.LookAndFeel.UseDefaultLookAndFeel = false;
     this.grdBase.MainView = this.gvwBase;
     this.grdBase.Name     = "grdBase";
     this.grdBase.Size     = new System.Drawing.Size(1904, 215);
     this.grdBase.TabIndex = 1;
     this.grdBase.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gvwBase
     });
     //
     // gvwBase
     //
     this.gvwBase.Appearance.HeaderPanel.Font            = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold);
     this.gvwBase.Appearance.HeaderPanel.Options.UseFont = true;
     this.gvwBase.Appearance.Row.Font            = new System.Drawing.Font("Calibri", 14F);
     this.gvwBase.Appearance.Row.Options.UseFont = true;
     this.gvwBase.ColumnPanelRowHeight           = 40;
     this.gvwBase.GridControl = this.grdBase;
     this.gvwBase.Name        = "gvwBase";
     this.gvwBase.OptionsBehavior.AllowPixelScrolling = DevExpress.Utils.DefaultBoolean.True;
     this.gvwBase.OptionsBehavior.AllowSortAnimation  = DevExpress.Utils.DefaultBoolean.True;
     this.gvwBase.OptionsBehavior.Editable            = false;
     this.gvwBase.OptionsDetail.EnableMasterViewMode  = false;
     this.gvwBase.OptionsView.ShowGroupPanel          = false;
     this.gvwBase.OptionsView.ShowIndicator           = false;
     this.gvwBase.OptionsView.WaitAnimationOptions    = DevExpress.XtraEditors.WaitAnimationOptions.Indicator;
     this.gvwBase.PaintStyleName = "Flat";
     this.gvwBase.RowHeight      = 30;
     this.gvwBase.RowCellClick  += new DevExpress.XtraGrid.Views.Grid.RowCellClickEventHandler(this.gvwBase_RowCellClick_1);
     this.gvwBase.RowCellStyle  += new DevExpress.XtraGrid.Views.Grid.RowCellStyleEventHandler(this.gvwBase_RowCellStyle);
     //
     // timer1
     //
     this.timer1.Enabled  = true;
     this.timer1.Interval = 1000;
     this.timer1.Tick    += new System.EventHandler(this.timer1_Tick);
     //
     // FRM_SMT_UPPER_RETURN_MONTH
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1904, 1042);
     this.Controls.Add(this.splMain);
     this.Controls.Add(this.pnDateTime);
     this.Controls.Add(this.pnHeader);
     this.Name            = "FRM_SMT_UPPER_RETURN_MONTH";
     this.Text            = "FRM_SMT_OSD_INTERNAL_PHUOC";
     this.Load           += new System.EventHandler(this.FRM_SMT_OSD_INTERNAL_PHUOC_Load);
     this.VisibleChanged += new System.EventHandler(this.FRM_SMT_OSD_INTERNAL_PHUOC_VisibleChanged);
     this.pnHeader.ResumeLayout(false);
     this.pnDateTime.ResumeLayout(false);
     this.pnDateTime.PerformLayout();
     this.splMain.Panel1.ResumeLayout(false);
     this.splMain.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splMain)).EndInit();
     this.splMain.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((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()
        {
            DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.XYDiagramPane xyDiagramPane1 = new DevExpress.XtraCharts.XYDiagramPane();
            DevExpress.XtraCharts.SecondaryAxisY secondaryAxisY1 = new DevExpress.XtraCharts.SecondaryAxisY();
            DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesView pointSeriesView1 = new DevExpress.XtraCharts.PointSeriesView();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView2 = new DevExpress.XtraCharts.LineSeriesView();
            this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
            this.SuspendLayout();
            // 
            // chartControl1
            // 
            this.chartControl1.CrosshairOptions.ShowOnlyInFocusedPane = false;
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.WholeRange.AlwaysShowZeroLevel = false;
            xyDiagram1.EnableAxisXScrolling = true;
            xyDiagram1.PaneDistance = 0;
            xyDiagramPane1.Name = "Pane 1";
            xyDiagramPane1.PaneID = 0;
            xyDiagramPane1.Weight = 0.6D;
            xyDiagram1.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] {
            xyDiagramPane1});
            xyDiagram1.ScrollingOptions.UseKeyboard = false;
            xyDiagram1.ScrollingOptions.UseMouse = false;
            xyDiagram1.ScrollingOptions.UseTouchDevice = false;
            secondaryAxisY1.Alignment = DevExpress.XtraCharts.AxisAlignment.Near;
            secondaryAxisY1.AxisID = 0;
            secondaryAxisY1.GridLines.Visible = true;
            secondaryAxisY1.Name = "Secondary AxisY 1";
            secondaryAxisY1.Tickmarks.MinorVisible = false;
            secondaryAxisY1.VisibleInPanesSerializable = "0";
            secondaryAxisY1.WholeRange.AlwaysShowZeroLevel = false;
            secondaryAxisY1.WholeRange.AutoSideMargins = true;
            xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
            secondaryAxisY1});
            xyDiagram1.ZoomingOptions.UseMouseWheel = false;
            this.chartControl1.Diagram = xyDiagram1;
            this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.chartControl1.Legend.Visible = false;
            this.chartControl1.Location = new System.Drawing.Point(4, 2);
            this.chartControl1.Name = "chartControl1";
            series1.Name = "Series 1";
            lineSeriesView1.LineStyle.Thickness = 1;
            series1.View = lineSeriesView1;
            series2.CrosshairLabelPattern = "规则{V}";
            series2.Name = "Series 2";
            pointSeriesView1.AxisYName = "Secondary AxisY 1";
            pointSeriesView1.PaneName = "Pane 1";
            pointSeriesView1.PointMarkerOptions.Kind = DevExpress.XtraCharts.MarkerKind.Star;
            series2.View = pointSeriesView1;
            this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1,
        series2};
            this.chartControl1.SeriesTemplate.View = lineSeriesView2;
            this.chartControl1.Size = new System.Drawing.Size(689, 444);
            this.chartControl1.TabIndex = 0;
            // 
            // SPCDetermineDrawBoard
            // 
            this.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.Appearance.Options.UseBackColor = true;
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.chartControl1);
            this.Name = "SPCDetermineDrawBoard";
            this.Size = new System.Drawing.Size(695, 448);
            ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
            this.ResumeLayout(false);

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.XYDiagram          xyDiagram6           = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.SecondaryAxisY     secondaryAxisY6      = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.Series             series16             = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel   pointSeriesLabel6    = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.PointOptions       pointOptions6        = new DevExpress.XtraCharts.PointOptions();
     DevExpress.XtraCharts.StepAreaSeriesView stepAreaSeriesView11 = new DevExpress.XtraCharts.StepAreaSeriesView();
     DevExpress.XtraCharts.Series             series17             = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SplineSeriesView   splineSeriesView11   = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.Series             series18             = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SplineSeriesView   splineSeriesView12   = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.StepAreaSeriesView stepAreaSeriesView12 = new DevExpress.XtraCharts.StepAreaSeriesView();
     this.chartControl1            = new SPC.Controls.Base.AdvChartControl();
     this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.repositoryItemCheckEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.barEditItem1             = new DevExpress.XtraBars.BarEditItem();
     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.barManager1  = new DevExpress.XtraBars.BarManager();
     this.barEditItem2 = new DevExpress.XtraBars.BarEditItem();
     this.repositoryItemToggleSwitch1 = new DevExpress.XtraEditors.Repository.RepositoryItemToggleSwitch();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series16)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stepAreaSeriesView11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series17)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series18)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView12)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stepAreaSeriesView12)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemToggleSwitch1)).BeginInit();
     this.SuspendLayout();
     //
     // chartControl1
     //
     this.chartControl1.CrosshairOptions.HighlightPoints = false;
     xyDiagram6.AxisX.Tickmarks.MinorVisible             = false;
     xyDiagram6.AxisX.VisibleInPanesSerializable         = "-1";
     xyDiagram6.AxisX.WholeRange.AutoSideMargins         = false;
     xyDiagram6.AxisX.WholeRange.SideMarginsValue        = 0D;
     xyDiagram6.AxisY.VisibleInPanesSerializable         = "-1";
     xyDiagram6.EnableAxisXScrolling            = true;
     xyDiagram6.ScrollingOptions.UseKeyboard    = false;
     xyDiagram6.ScrollingOptions.UseMouse       = false;
     xyDiagram6.ScrollingOptions.UseTouchDevice = false;
     secondaryAxisY6.AxisID = 0;
     secondaryAxisY6.Name   = "Secondary AxisY 1";
     secondaryAxisY6.VisibleInPanesSerializable       = "-1";
     secondaryAxisY6.VisualRange.Auto                 = false;
     secondaryAxisY6.VisualRange.AutoSideMargins      = false;
     secondaryAxisY6.VisualRange.MaxValueSerializable = "100";
     secondaryAxisY6.VisualRange.MinValueSerializable = "0";
     secondaryAxisY6.VisualRange.SideMarginsValue     = 0D;
     secondaryAxisY6.WholeRange.Auto                 = false;
     secondaryAxisY6.WholeRange.AutoSideMargins      = false;
     secondaryAxisY6.WholeRange.MaxValueSerializable = "100";
     secondaryAxisY6.WholeRange.MinValueSerializable = "0";
     secondaryAxisY6.WholeRange.SideMarginsValue     = 0D;
     xyDiagram6.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY6
     });
     xyDiagram6.ZoomingOptions.UseMouseWheel = false;
     this.chartControl1.Diagram                  = xyDiagram6;
     this.chartControl1.Dock                     = System.Windows.Forms.DockStyle.Fill;
     this.chartControl1.Legend.Visible           = false;
     this.chartControl1.Location                 = new System.Drawing.Point(4, 2);
     this.chartControl1.Name                     = "chartControl1";
     this.chartControl1.RuntimeHitTesting        = true;
     series16.ArgumentScaleType                  = DevExpress.XtraCharts.ScaleType.Numerical;
     pointSeriesLabel6.Angle                     = 42;
     pointSeriesLabel6.Antialiasing              = true;
     pointOptions6.ArgumentNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Number;
     pointOptions6.PointView                     = DevExpress.XtraCharts.PointView.Argument;
     pointSeriesLabel6.PointOptions              = pointOptions6;
     pointSeriesLabel6.ResolveOverlappingMode    = DevExpress.XtraCharts.ResolveOverlappingMode.JustifyAroundPoint;
     pointSeriesLabel6.TextOrientation           = DevExpress.XtraCharts.TextOrientation.TopToBottom;
     series16.Label                        = pointSeriesLabel6;
     series16.LabelsVisibility             = DevExpress.Utils.DefaultBoolean.True;
     series16.Name                         = "Series 1";
     stepAreaSeriesView11.Transparency     = ((byte)(0));
     series16.View                         = stepAreaSeriesView11;
     series17.ArgumentScaleType            = DevExpress.XtraCharts.ScaleType.Numerical;
     series17.Name                         = "Series 2";
     splineSeriesView11.AxisYName          = "Secondary AxisY 1";
     series17.View                         = splineSeriesView11;
     series18.ArgumentScaleType            = DevExpress.XtraCharts.ScaleType.Numerical;
     series18.Name                         = "Series 3";
     splineSeriesView12.AxisYName          = "Secondary AxisY 1";
     series18.View                         = splineSeriesView12;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series16,
         series17,
         series18
     };
     stepAreaSeriesView12.MarkerOptions.Size    = 8;
     this.chartControl1.SeriesTemplate.View     = stepAreaSeriesView12;
     this.chartControl1.SideBySideEqualBarWidth = false;
     this.chartControl1.Size     = new System.Drawing.Size(718, 373);
     this.chartControl1.TabIndex = 0;
     this.chartControl1.CustomShowRightClickPopupMenu += new System.EventHandler <SPC.Controls.Base.AdvChartControl.ShowRightClickPopupMenuEventArgs>(this.chartControl1_CustomShowRightClickPopupMenu);
     //
     // repositoryItemCheckEdit1
     //
     this.repositoryItemCheckEdit1.AutoHeight         = false;
     this.repositoryItemCheckEdit1.Caption            = "Check";
     this.repositoryItemCheckEdit1.Name               = "repositoryItemCheckEdit1";
     this.repositoryItemCheckEdit1.EditValueChanging += new DevExpress.XtraEditors.Controls.ChangingEventHandler(this.repositoryItemCheckEdit1_EditValueChanging);
     //
     // repositoryItemCheckEdit2
     //
     this.repositoryItemCheckEdit2.AutoHeight = false;
     this.repositoryItemCheckEdit2.Caption    = "Check";
     this.repositoryItemCheckEdit2.Name       = "repositoryItemCheckEdit2";
     //
     // barEditItem1
     //
     this.barEditItem1.Caption = "显示X坐标";
     this.barEditItem1.Edit    = this.repositoryItemCheckEdit1;
     this.barEditItem1.Id      = 0;
     this.barEditItem1.Name    = "barEditItem1";
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock             = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location         = new System.Drawing.Point(4, 2);
     this.barDockControlTop.Size             = new System.Drawing.Size(718, 0);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(4, 375);
     this.barDockControlBottom.Size             = new System.Drawing.Size(718, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock             = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location         = new System.Drawing.Point(4, 2);
     this.barDockControlLeft.Size             = new System.Drawing.Size(0, 373);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(722, 2);
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 373);
     //
     // barManager1
     //
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.Form = this;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.barEditItem1,
         this.barEditItem2
     });
     this.barManager1.MaxItemId = 3;
     this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemCheckEdit1,
         this.repositoryItemCheckEdit2,
         this.repositoryItemToggleSwitch1
     });
     //
     // barEditItem2
     //
     this.barEditItem2.Caption = "填充";
     this.barEditItem2.Edit    = this.repositoryItemToggleSwitch1;
     this.barEditItem2.Id      = 2;
     this.barEditItem2.Name    = "barEditItem2";
     //
     // repositoryItemToggleSwitch1
     //
     this.repositoryItemToggleSwitch1.AutoHeight         = false;
     this.repositoryItemToggleSwitch1.Name               = "repositoryItemToggleSwitch1";
     this.repositoryItemToggleSwitch1.OffText            = "Off";
     this.repositoryItemToggleSwitch1.OnText             = "On";
     this.repositoryItemToggleSwitch1.EditValueChanging += new DevExpress.XtraEditors.Controls.ChangingEventHandler(this.repositoryItemToggleSwitch1_EditValueChanging);
     //
     // SpectralDistributionDrawBoard
     //
     this.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleDimensions             = new System.Drawing.SizeF(7F, 16F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.chartControl1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name = "SpectralDistributionDrawBoard";
     this.Size = new System.Drawing.Size(724, 377);
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stepAreaSeriesView11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series16)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series17)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series18)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stepAreaSeriesView12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemToggleSwitch1)).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);
        }
Esempio n. 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.Strip            strip1            = new DevExpress.XtraCharts.Strip();
     DevExpress.XtraCharts.XYDiagramPane    xyDiagramPane1    = new DevExpress.XtraCharts.XYDiagramPane();
     DevExpress.XtraCharts.SecondaryAxisX   secondaryAxisX1   = new DevExpress.XtraCharts.SecondaryAxisX();
     DevExpress.XtraCharts.Strip            strip2            = new DevExpress.XtraCharts.Strip();
     DevExpress.XtraCharts.SecondaryAxisY   secondaryAxisY1   = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.Series           series1           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.LineSeriesView   lineSeriesView1   = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.PointOptions     pointOptions1     = new DevExpress.XtraCharts.PointOptions();
     DevExpress.XtraCharts.LineSeriesView   lineSeriesView2   = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.ChartTitle       chartTitle1       = new DevExpress.XtraCharts.ChartTitle();
     DevExpress.XtraCharts.ChartTitle       chartTitle2       = new DevExpress.XtraCharts.ChartTitle();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.chartControl1     = new DevExpress.XtraCharts.ChartControl();
     this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     this.gcCount           = new DevExpress.XtraGrid.GridControl();
     this.gvCount           = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.KEY             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.VALUE           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(strip1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisX1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(strip2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
     this.tableLayoutPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcCount)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvCount)).BeginInit();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 1;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(779, 386);
     this.tableLayoutPanel1.TabIndex = 1;
     //
     // chartControl1
     //
     this.chartControl1.AppearanceName   = "Northern Lights";
     xyDiagram1.AxisX.GridLines.Visible  = true;
     xyDiagram1.AxisX.Label.Angle        = -45;
     xyDiagram1.AxisX.Label.Antialiasing = true;
     xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisX.Range.SideMarginsEnabled = true;
     strip1.MaxLimit.Enabled = false;
     strip1.MinLimit.Enabled = false;
     strip1.Name             = "Strip 1";
     strip1.ShowInLegend     = false;
     xyDiagram1.AxisX.Strips.AddRange(new DevExpress.XtraCharts.Strip[] {
         strip1
     });
     xyDiagram1.AxisX.Tickmarks.Visible          = false;
     xyDiagram1.AxisX.Title.Font                 = new System.Drawing.Font("Tahoma", 8F);
     xyDiagram1.AxisX.Title.Text                 = "X控制图";
     xyDiagram1.AxisX.Visible                    = false;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "0";
     xyDiagram1.AxisY.GridLines.Visible          = false;
     xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisY.Range.SideMarginsEnabled = true;
     xyDiagram1.AxisY.Visible = false;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "0";
     xyDiagram1.DefaultPane.Visible  = false;
     xyDiagram1.EnableAxisXScrolling = true;
     xyDiagram1.EnableAxisYScrolling = true;
     xyDiagram1.EnableAxisXZooming   = true;
     xyDiagram1.EnableAxisYZooming   = true;
     xyDiagramPane1.Name             = "xPane";
     xyDiagramPane1.PaneID           = 0;
     xyDiagramPane1.Weight           = 1.0053191489361701;
     xyDiagram1.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] {
         xyDiagramPane1
     });
     secondaryAxisX1.Alignment          = DevExpress.XtraCharts.AxisAlignment.Near;
     secondaryAxisX1.AxisID             = 0;
     secondaryAxisX1.Label.Angle        = -45;
     secondaryAxisX1.Label.Antialiasing = true;
     secondaryAxisX1.Name = "xX";
     secondaryAxisX1.Range.ScrollingRange.SideMarginsEnabled = true;
     secondaryAxisX1.Range.SideMarginsEnabled = true;
     strip2.MaxLimit.Enabled = false;
     strip2.MinLimit.Enabled = false;
     strip2.Name             = "Strip 1";
     strip2.ShowInLegend     = false;
     secondaryAxisX1.Strips.AddRange(new DevExpress.XtraCharts.Strip[] {
         strip2
     });
     secondaryAxisX1.Tickmarks.Visible          = false;
     secondaryAxisX1.VisibleInPanesSerializable = "0";
     xyDiagram1.SecondaryAxesX.AddRange(new DevExpress.XtraCharts.SecondaryAxisX[] {
         secondaryAxisX1
     });
     secondaryAxisY1.Alignment = DevExpress.XtraCharts.AxisAlignment.Near;
     secondaryAxisY1.AxisID    = 0;
     secondaryAxisY1.Name      = "xY";
     secondaryAxisY1.Range.ScrollingRange.SideMarginsEnabled = true;
     secondaryAxisY1.Range.SideMarginsEnabled   = true;
     secondaryAxisY1.VisibleInPanesSerializable = "0";
     xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY1
     });
     this.chartControl1.Diagram                   = xyDiagram1;
     this.chartControl1.Dock                      = System.Windows.Forms.DockStyle.Fill;
     this.chartControl1.Legend.BackColor          = System.Drawing.Color.Thistle;
     this.chartControl1.Legend.Border.Color       = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255)))));
     this.chartControl1.Legend.EquallySpacedItems = false;
     this.chartControl1.Legend.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Solid;
     this.chartControl1.Legend.MarkerSize         = new System.Drawing.Size(15, 15);
     this.chartControl1.Legend.SpacingVertical    = 5;
     this.chartControl1.Location                  = new System.Drawing.Point(160, 0);
     this.chartControl1.Margin                    = new System.Windows.Forms.Padding(0);
     this.chartControl1.Name                      = "chartControl1";
     pointSeriesLabel1.LineVisible                = true;
     pointSeriesLabel1.Visible                    = false;
     series1.Label             = pointSeriesLabel1;
     series1.Name              = "xSeries";
     lineSeriesView1.AxisXName = "xX";
     lineSeriesView1.AxisYName = "xY";
     lineSeriesView1.LineMarkerOptions.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Solid;
     lineSeriesView1.LineMarkerOptions.Size = 8;
     lineSeriesView1.LineStyle.Thickness    = 1;
     lineSeriesView1.PaneName = "xPane";
     series1.View             = lineSeriesView1;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     pointSeriesLabel2.LineVisible           = true;
     this.chartControl1.SeriesTemplate.Label = pointSeriesLabel2;
     this.chartControl1.SeriesTemplate.LegendPointOptions      = pointOptions1;
     this.chartControl1.SeriesTemplate.SynchronizePointOptions = false;
     this.chartControl1.SeriesTemplate.View = lineSeriesView2;
     this.chartControl1.Size     = new System.Drawing.Size(570, 403);
     this.chartControl1.TabIndex = 1;
     chartTitle1.Font            = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     chartTitle2.Alignment       = System.Drawing.StringAlignment.Near;
     chartTitle2.Dock            = DevExpress.XtraCharts.ChartTitleDockStyle.Bottom;
     chartTitle2.Font            = new System.Drawing.Font("Tahoma", 8F);
     chartTitle2.Visible         = false;
     this.chartControl1.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1,
         chartTitle2
     });
     this.chartControl1.CustomDrawSeriesPoint += new DevExpress.XtraCharts.CustomDrawSeriesPointEventHandler(this.chartControl1_CustomDrawSeriesPoint);
     this.chartControl1.MouseDown             += new System.Windows.Forms.MouseEventHandler(this.chartControl1_MouseDown);
     this.chartControl1.ObjectHotTracked      += new DevExpress.XtraCharts.HotTrackEventHandler(this.chartControl1_ObjectHotTracked);
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.ColumnCount = 2;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 160F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.Controls.Add(this.gcCount, 0, 0);
     this.tableLayoutPanel2.Controls.Add(this.chartControl1, 1, 0);
     this.tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 1;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(730, 403);
     this.tableLayoutPanel2.TabIndex = 2;
     //
     // gcCount
     //
     this.gcCount.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gcCount.Location = new System.Drawing.Point(0, 3);
     this.gcCount.MainView = this.gvCount;
     this.gcCount.Margin   = new System.Windows.Forms.Padding(0, 3, 3, 3);
     this.gcCount.Name     = "gcCount";
     this.gcCount.Size     = new System.Drawing.Size(157, 397);
     this.gcCount.TabIndex = 4;
     this.gcCount.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gvCount
     });
     //
     // gvCount
     //
     this.gvCount.ColumnPanelRowHeight = 28;
     this.gvCount.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.KEY,
         this.VALUE
     });
     this.gvCount.GridControl = this.gcCount;
     this.gvCount.Name        = "gvCount";
     this.gvCount.OptionsBehavior.ReadOnly            = true;
     this.gvCount.OptionsView.EnableAppearanceEvenRow = true;
     this.gvCount.OptionsView.ShowGroupPanel          = false;
     this.gvCount.RowHeight = 26;
     //
     // KEY
     //
     this.KEY.AppearanceHeader.Font            = new System.Drawing.Font("Tahoma", 12F);
     this.KEY.AppearanceHeader.Options.UseFont = true;
     this.KEY.Caption      = "统计量";
     this.KEY.FieldName    = "KEY";
     this.KEY.Name         = "KEY";
     this.KEY.Visible      = true;
     this.KEY.VisibleIndex = 0;
     this.KEY.Width        = 58;
     //
     // VALUE
     //
     this.VALUE.AppearanceHeader.Font            = new System.Drawing.Font("Tahoma", 12F);
     this.VALUE.AppearanceHeader.Options.UseFont = true;
     this.VALUE.Caption      = "值";
     this.VALUE.FieldName    = "VALUE";
     this.VALUE.Name         = "VALUE";
     this.VALUE.Visible      = true;
     this.VALUE.VisibleIndex = 1;
     this.VALUE.Width        = 78;
     //
     // XBARChart
     //
     this.Controls.Add(this.tableLayoutPanel2);
     this.Name = "XBARChart";
     this.Size = new System.Drawing.Size(730, 403);
     ((System.ComponentModel.ISupportInitialize)(strip1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(strip2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisX1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.tableLayoutPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gcCount)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvCount)).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.XtraGauges.Core.Model.ArcScaleRange arcScaleRange1            = new DevExpress.XtraGauges.Core.Model.ArcScaleRange();
     DevExpress.XtraGauges.Core.Model.ArcScaleRange arcScaleRange2            = new DevExpress.XtraGauges.Core.Model.ArcScaleRange();
     DevExpress.XtraGauges.Core.Model.ArcScaleRange arcScaleRange3            = new DevExpress.XtraGauges.Core.Model.ArcScaleRange();
     DevExpress.XtraCharts.XYDiagram                xyDiagram1                = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.SecondaryAxisY           secondaryAxisY1           = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.Series                   series1                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesView  sideBySideBarSeriesView1  = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     DevExpress.XtraCharts.Series                   series2                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SplineSeriesView         splineSeriesView1         = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.XYMarkerSlideAnimation   xyMarkerSlideAnimation1   = new DevExpress.XtraCharts.XYMarkerSlideAnimation();
     DevExpress.XtraCharts.ChartTitle               chartTitle1               = new DevExpress.XtraCharts.ChartTitle();
     DevExpress.XtraCharts.XYDiagram                xyDiagram2                = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.SecondaryAxisY           secondaryAxisY2           = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.Series                   series3                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel2 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesView  sideBySideBarSeriesView2  = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     DevExpress.XtraCharts.Series                   series4                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SplineSeriesView         splineSeriesView2         = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.XYMarkerSlideAnimation   xyMarkerSlideAnimation2   = new DevExpress.XtraCharts.XYMarkerSlideAnimation();
     DevExpress.XtraCharts.ChartTitle               chartTitle2               = new DevExpress.XtraCharts.ChartTitle();
     DevExpress.XtraCharts.XYDiagram                xyDiagram3                = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.SecondaryAxisY           secondaryAxisY3           = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.Series                   series5                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel3 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesView  sideBySideBarSeriesView3  = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     DevExpress.XtraCharts.Series                   series6                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SplineSeriesView         splineSeriesView3         = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.XYMarkerSlideAnimation   xyMarkerSlideAnimation3   = new DevExpress.XtraCharts.XYMarkerSlideAnimation();
     DevExpress.XtraCharts.ChartTitle               chartTitle3               = new DevExpress.XtraCharts.ChartTitle();
     DevExpress.XtraCharts.XYDiagram                xyDiagram4                = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.SecondaryAxisY           secondaryAxisY4           = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.Series                   series7                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel4 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesView  sideBySideBarSeriesView4  = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     DevExpress.XtraCharts.Series                   series8                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SplineSeriesView         splineSeriesView4         = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.XYMarkerSlideAnimation   xyMarkerSlideAnimation4   = new DevExpress.XtraCharts.XYMarkerSlideAnimation();
     DevExpress.XtraCharts.ChartTitle               chartTitle4               = new DevExpress.XtraCharts.ChartTitle();
     this.panel1        = new System.Windows.Forms.Panel();
     this.pnYMD         = new System.Windows.Forms.Panel();
     this.lblDate       = new System.Windows.Forms.Label();
     this.lbltitle      = new System.Windows.Forms.Label();
     this.tmr           = new System.Windows.Forms.Timer();
     this.tblMain       = new System.Windows.Forms.TableLayoutPanel();
     this.pnGauge       = new System.Windows.Forms.Panel();
     this.gaugeControl1 = new DevExpress.XtraGauges.Win.GaugeControl();
     this.lblYellow     = new System.Windows.Forms.Label();
     this.lblGreen      = new System.Windows.Forms.Label();
     this.lblRed        = new System.Windows.Forms.Label();
     this.lblTitleProd  = new System.Windows.Forms.Label();
     this.cGauge1       = new DevExpress.XtraGauges.Win.Gauges.Circular.CircularGauge();
     this.arcScaleBackgroundLayerComponent1 = new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleBackgroundLayerComponent();
     this.arcScale = new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleComponent();
     this.arcScaleNeedleComponent1     = new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleNeedleComponent();
     this.arcScaleSpindleCapComponent1 = new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleSpindleCapComponent();
     this.chartUPC  = new DevExpress.XtraCharts.ChartControl();
     this.tblMain2  = new System.Windows.Forms.TableLayoutPanel();
     this.chartUPS2 = new DevExpress.XtraCharts.ChartControl();
     this.chartUPS3 = new DevExpress.XtraCharts.ChartControl();
     this.chartUPS1 = new DevExpress.XtraCharts.ChartControl();
     this.panel1.SuspendLayout();
     this.tblMain.SuspendLayout();
     this.pnGauge.SuspendLayout();
     this.gaugeControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cGauge1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.arcScaleBackgroundLayerComponent1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.arcScale)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.arcScaleNeedleComponent1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.arcScaleSpindleCapComponent1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartUPC)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
     this.tblMain2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartUPS2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartUPS3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartUPS1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView4)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BackColor             = System.Drawing.Color.DarkTurquoise;
     this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.panel1.Controls.Add(this.pnYMD);
     this.panel1.Controls.Add(this.lblDate);
     this.panel1.Controls.Add(this.lbltitle);
     this.panel1.Dock        = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location    = new System.Drawing.Point(0, 0);
     this.panel1.MaximumSize = new System.Drawing.Size(1920, 109);
     this.panel1.MinimumSize = new System.Drawing.Size(1920, 109);
     this.panel1.Name        = "panel1";
     this.panel1.Size        = new System.Drawing.Size(1920, 109);
     this.panel1.TabIndex    = 4;
     //
     // pnYMD
     //
     this.pnYMD.Location = new System.Drawing.Point(1183, 3);
     this.pnYMD.Name     = "pnYMD";
     this.pnYMD.Size     = new System.Drawing.Size(450, 96);
     this.pnYMD.TabIndex = 52;
     //
     // lblDate
     //
     this.lblDate.BackColor  = System.Drawing.Color.DarkTurquoise;
     this.lblDate.Dock       = System.Windows.Forms.DockStyle.Right;
     this.lblDate.Font       = new System.Drawing.Font("Calibri", 32.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDate.ForeColor  = System.Drawing.Color.White;
     this.lblDate.ImageAlign = System.Drawing.ContentAlignment.TopLeft;
     this.lblDate.Location   = new System.Drawing.Point(1639, 0);
     this.lblDate.Name       = "lblDate";
     this.lblDate.Size       = new System.Drawing.Size(281, 109);
     this.lblDate.TabIndex   = 49;
     this.lblDate.Text       = "lblDate";
     this.lblDate.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lbltitle
     //
     this.lbltitle.BackColor = System.Drawing.Color.DarkTurquoise;
     this.lbltitle.Dock      = System.Windows.Forms.DockStyle.Left;
     this.lbltitle.Font      = new System.Drawing.Font("Calibri", 46F, 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, 109);
     this.lbltitle.TabIndex  = 0;
     this.lbltitle.Text      = "VJ1,VJ2 Support Productivity Status by Week";
     this.lbltitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // tmr
     //
     this.tmr.Enabled  = true;
     this.tmr.Interval = 1000;
     this.tmr.Tick    += new System.EventHandler(this.tmr_Tick);
     //
     // tblMain
     //
     this.tblMain.ColumnCount = 2;
     this.tblMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tblMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tblMain.Controls.Add(this.pnGauge, 0, 0);
     this.tblMain.Controls.Add(this.chartUPC, 0, 0);
     this.tblMain.Dock     = System.Windows.Forms.DockStyle.Top;
     this.tblMain.Location = new System.Drawing.Point(0, 109);
     this.tblMain.Name     = "tblMain";
     this.tblMain.RowCount = 1;
     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, 440F));
     this.tblMain.Size     = new System.Drawing.Size(1904, 440);
     this.tblMain.TabIndex = 5;
     //
     // pnGauge
     //
     this.pnGauge.Controls.Add(this.gaugeControl1);
     this.pnGauge.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnGauge.Location = new System.Drawing.Point(955, 3);
     this.pnGauge.Name     = "pnGauge";
     this.pnGauge.Size     = new System.Drawing.Size(946, 434);
     this.pnGauge.TabIndex = 4;
     //
     // gaugeControl1
     //
     this.gaugeControl1.AutoLayout = false;
     this.gaugeControl1.Controls.Add(this.lblYellow);
     this.gaugeControl1.Controls.Add(this.lblGreen);
     this.gaugeControl1.Controls.Add(this.lblRed);
     this.gaugeControl1.Controls.Add(this.lblTitleProd);
     this.gaugeControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gaugeControl1.Gauges.AddRange(new DevExpress.XtraGauges.Base.IGauge[] {
         this.cGauge1
     });
     this.gaugeControl1.Location = new System.Drawing.Point(0, 0);
     this.gaugeControl1.Name     = "gaugeControl1";
     this.gaugeControl1.Size     = new System.Drawing.Size(946, 434);
     this.gaugeControl1.TabIndex = 1;
     //
     // lblYellow
     //
     this.lblYellow.BackColor = System.Drawing.Color.Yellow;
     this.lblYellow.Font      = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold);
     this.lblYellow.Location  = new System.Drawing.Point(726, 0);
     this.lblYellow.Name      = "lblYellow";
     this.lblYellow.Size      = new System.Drawing.Size(134, 51);
     this.lblYellow.TabIndex  = 8;
     this.lblYellow.Text      = "8 ~ 9";
     this.lblYellow.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblGreen
     //
     this.lblGreen.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.lblGreen.Font      = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold);
     this.lblGreen.ForeColor = System.Drawing.Color.White;
     this.lblGreen.Location  = new System.Drawing.Point(866, 0);
     this.lblGreen.Name      = "lblGreen";
     this.lblGreen.Size      = new System.Drawing.Size(76, 51);
     this.lblGreen.TabIndex  = 9;
     this.lblGreen.Text      = ">9";
     this.lblGreen.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblRed
     //
     this.lblRed.BackColor = System.Drawing.Color.Red;
     this.lblRed.Font      = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold);
     this.lblRed.ForeColor = System.Drawing.Color.White;
     this.lblRed.Location  = new System.Drawing.Point(644, 0);
     this.lblRed.Name      = "lblRed";
     this.lblRed.Size      = new System.Drawing.Size(76, 51);
     this.lblRed.TabIndex  = 6;
     this.lblRed.Text      = "<8";
     this.lblRed.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblTitleProd
     //
     this.lblTitleProd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.lblTitleProd.Font      = new System.Drawing.Font("Calibri", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTitleProd.Location  = new System.Drawing.Point(10, 0);
     this.lblTitleProd.Name      = "lblTitleProd";
     this.lblTitleProd.Size      = new System.Drawing.Size(628, 51);
     this.lblTitleProd.TabIndex  = 7;
     this.lblTitleProd.Text      = "POD";
     this.lblTitleProd.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // cGauge1
     //
     this.cGauge1.BackgroundLayers.AddRange(new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleBackgroundLayerComponent[] {
         this.arcScaleBackgroundLayerComponent1
     });
     this.cGauge1.Bounds = new System.Drawing.Rectangle(6, 52, 934, 405);
     this.cGauge1.Name   = "cGauge1";
     this.cGauge1.Needles.AddRange(new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleNeedleComponent[] {
         this.arcScaleNeedleComponent1
     });
     this.cGauge1.Scales.AddRange(new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleComponent[] {
         this.arcScale
     });
     this.cGauge1.SpindleCaps.AddRange(new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleSpindleCapComponent[] {
         this.arcScaleSpindleCapComponent1
     });
     //
     // arcScaleBackgroundLayerComponent1
     //
     this.arcScaleBackgroundLayerComponent1.ArcScale       = this.arcScale;
     this.arcScaleBackgroundLayerComponent1.Name           = "bg1";
     this.arcScaleBackgroundLayerComponent1.ScaleCenterPos = new DevExpress.XtraGauges.Core.Base.PointF2D(0.5F, 0.815F);
     this.arcScaleBackgroundLayerComponent1.ShapeType      = DevExpress.XtraGauges.Core.Model.BackgroundLayerShapeType.CircularHalf_Style3;
     this.arcScaleBackgroundLayerComponent1.Size           = new System.Drawing.SizeF(244F, 152F);
     this.arcScaleBackgroundLayerComponent1.ZOrder         = 1000;
     //
     // arcScale
     //
     this.arcScale.AppearanceMajorTickmark.BorderBrush  = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White");
     this.arcScale.AppearanceMajorTickmark.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White");
     this.arcScale.AppearanceMinorTickmark.BorderBrush  = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White");
     this.arcScale.AppearanceMinorTickmark.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White");
     this.arcScale.AppearanceTickmarkText.Font          = new System.Drawing.Font("Tahoma", 12F);
     this.arcScale.AppearanceTickmarkText.TextBrush     = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#FF8000");
     this.arcScale.Center                        = new DevExpress.XtraGauges.Core.Base.PointF2D(125F, 165F);
     this.arcScale.EndAngle                      = 0F;
     this.arcScale.MajorTickCount                = 7;
     this.arcScale.MajorTickmark.FormatString    = "{0:F0}";
     this.arcScale.MajorTickmark.ShapeType       = DevExpress.XtraGauges.Core.Model.TickmarkShapeType.Circular_Style3_4;
     this.arcScale.MajorTickmark.TextOffset      = -18F;
     this.arcScale.MajorTickmark.TextOrientation = DevExpress.XtraGauges.Core.Model.LabelOrientation.LeftToRight;
     this.arcScale.MaxValue                      = 12F;
     this.arcScale.MinorTickCount                = 4;
     this.arcScale.MinorTickmark.ShapeType       = DevExpress.XtraGauges.Core.Model.TickmarkShapeType.Circular_Style3_3;
     this.arcScale.MinValue                      = 6F;
     this.arcScale.Name    = "scale1";
     this.arcScale.RadiusX = 104F;
     this.arcScale.RadiusY = 104F;
     arcScaleRange1.AppearanceRange.BorderBrush  = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:Red");
     arcScaleRange1.AppearanceRange.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:Red");
     arcScaleRange1.EndThickness   = 5F;
     arcScaleRange1.EndValue       = 8F;
     arcScaleRange1.Name           = "Range0";
     arcScaleRange1.ShapeOffset    = 0F;
     arcScaleRange1.StartThickness = 5F;
     arcScaleRange1.StartValue     = 6F;
     arcScaleRange2.AppearanceRange.BorderBrush  = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:Yellow");
     arcScaleRange2.AppearanceRange.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:Yellow");
     arcScaleRange2.EndThickness   = 5F;
     arcScaleRange2.EndValue       = 9F;
     arcScaleRange2.Name           = "Range1";
     arcScaleRange2.ShapeOffset    = 0F;
     arcScaleRange2.StartThickness = 5F;
     arcScaleRange2.StartValue     = 8F;
     arcScaleRange3.AppearanceRange.BorderBrush  = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:Lime");
     arcScaleRange3.AppearanceRange.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:Lime");
     arcScaleRange3.EndThickness   = 5F;
     arcScaleRange3.EndValue       = 12F;
     arcScaleRange3.Name           = "Range2";
     arcScaleRange3.ShapeOffset    = 0F;
     arcScaleRange3.StartThickness = 5F;
     arcScaleRange3.StartValue     = 9F;
     this.arcScale.Ranges.AddRange(new DevExpress.XtraGauges.Core.Model.IRange[] {
         arcScaleRange1,
         arcScaleRange2,
         arcScaleRange3
     });
     this.arcScale.StartAngle = -180F;
     this.arcScale.Value      = 12F;
     //
     // arcScaleNeedleComponent1
     //
     this.arcScaleNeedleComponent1.ArcScale  = this.arcScale;
     this.arcScaleNeedleComponent1.EndOffset = -8F;
     this.arcScaleNeedleComponent1.Name      = "needle1";
     this.arcScaleNeedleComponent1.ShapeType = DevExpress.XtraGauges.Core.Model.NeedleShapeType.CircularFull_Style3;
     this.arcScaleNeedleComponent1.ZOrder    = -50;
     //
     // arcScaleSpindleCapComponent1
     //
     this.arcScaleSpindleCapComponent1.ArcScale  = this.arcScale;
     this.arcScaleSpindleCapComponent1.Name      = "cap1";
     this.arcScaleSpindleCapComponent1.ShapeType = DevExpress.XtraGauges.Core.Model.SpindleCapShapeType.CircularFull_Style3;
     this.arcScaleSpindleCapComponent1.ZOrder    = -100;
     //
     // chartUPC
     //
     this.chartUPC.AnimationStartMode            = DevExpress.XtraCharts.ChartAnimationMode.OnDataChanged;
     this.chartUPC.DataBindings                  = null;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.Title.Text                 = "Production (Prs)";
     xyDiagram1.AxisY.Title.Visibility           = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     secondaryAxisY1.AxisID = 0;
     secondaryAxisY1.Name   = "Secondary AxisY 1";
     secondaryAxisY1.VisibleInPanesSerializable = "-1";
     xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY1
     });
     this.chartUPC.Diagram              = xyDiagram1;
     this.chartUPC.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.chartUPC.Legend.Name          = "Default Legend";
     this.chartUPC.Location             = new System.Drawing.Point(3, 3);
     this.chartUPC.Name                 = "chartUPC";
     sideBySideBarSeriesLabel1.Position = DevExpress.XtraCharts.BarSeriesLabelPosition.Top;
     series1.Label                          = sideBySideBarSeriesLabel1;
     series1.LabelsVisibility               = DevExpress.Utils.DefaultBoolean.True;
     series1.Name                           = "Stitching 1";
     sideBySideBarSeriesView1.Color         = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80)))));
     series1.View                           = sideBySideBarSeriesView1;
     series2.LabelsVisibility               = DevExpress.Utils.DefaultBoolean.True;
     series2.Name                           = "Target";
     splineSeriesView1.AxisYName            = "Secondary AxisY 1";
     splineSeriesView1.Color                = System.Drawing.Color.FromArgb(((int)(((byte)(112)))), ((int)(((byte)(48)))), ((int)(((byte)(160)))));
     splineSeriesView1.MarkerVisibility     = DevExpress.Utils.DefaultBoolean.True;
     xyMarkerSlideAnimation1.Direction      = DevExpress.XtraCharts.XYMarkerSlideAnimationDirection.FromBottomCenter;
     splineSeriesView1.SeriesPointAnimation = xyMarkerSlideAnimation1;
     series2.View                           = splineSeriesView1;
     this.chartUPC.SeriesSerializable       = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     this.chartUPC.Size     = new System.Drawing.Size(946, 434);
     this.chartUPC.TabIndex = 0;
     chartTitle1.Text       = "Cutting";
     this.chartUPC.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     this.chartUPC.CustomDrawAxisLabel += new DevExpress.XtraCharts.CustomDrawAxisLabelEventHandler(this.chart_CustomDrawAxisLabel);
     //
     // tblMain2
     //
     this.tblMain2.ColumnCount = 3;
     this.tblMain2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this.tblMain2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this.tblMain2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this.tblMain2.Controls.Add(this.chartUPS2, 0, 0);
     this.tblMain2.Controls.Add(this.chartUPS3, 1, 0);
     this.tblMain2.Controls.Add(this.chartUPS1, 0, 0);
     this.tblMain2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.tblMain2.Location = new System.Drawing.Point(0, 549);
     this.tblMain2.Name     = "tblMain2";
     this.tblMain2.RowCount = 1;
     this.tblMain2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tblMain2.Size     = new System.Drawing.Size(1904, 489);
     this.tblMain2.TabIndex = 6;
     //
     // chartUPS2
     //
     this.chartUPS2.AnimationStartMode           = DevExpress.XtraCharts.ChartAnimationMode.OnDataChanged;
     this.chartUPS2.DataBindings                 = null;
     xyDiagram2.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram2.AxisY.Title.Text                 = "Production (Prs)";
     xyDiagram2.AxisY.Title.Visibility           = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram2.AxisY.VisibleInPanesSerializable = "-1";
     secondaryAxisY2.AxisID = 0;
     secondaryAxisY2.Name   = "Secondary AxisY 1";
     secondaryAxisY2.VisibleInPanesSerializable = "-1";
     xyDiagram2.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY2
     });
     this.chartUPS2.Diagram             = xyDiagram2;
     this.chartUPS2.Dock                = System.Windows.Forms.DockStyle.Fill;
     this.chartUPS2.Legend.Name         = "Default Legend";
     this.chartUPS2.Location            = new System.Drawing.Point(637, 3);
     this.chartUPS2.Name                = "chartUPS2";
     sideBySideBarSeriesLabel2.Position = DevExpress.XtraCharts.BarSeriesLabelPosition.Top;
     series3.Label                          = sideBySideBarSeriesLabel2;
     series3.LabelsVisibility               = DevExpress.Utils.DefaultBoolean.True;
     series3.Name                           = "Stitching 2";
     sideBySideBarSeriesView2.Color         = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80)))));
     series3.View                           = sideBySideBarSeriesView2;
     series4.LabelsVisibility               = DevExpress.Utils.DefaultBoolean.True;
     series4.Name                           = "Target";
     splineSeriesView2.AxisYName            = "Secondary AxisY 1";
     splineSeriesView2.Color                = System.Drawing.Color.FromArgb(((int)(((byte)(112)))), ((int)(((byte)(48)))), ((int)(((byte)(160)))));
     splineSeriesView2.MarkerVisibility     = DevExpress.Utils.DefaultBoolean.True;
     xyMarkerSlideAnimation2.Direction      = DevExpress.XtraCharts.XYMarkerSlideAnimationDirection.FromBottomCenter;
     splineSeriesView2.SeriesPointAnimation = xyMarkerSlideAnimation2;
     series4.View                           = splineSeriesView2;
     this.chartUPS2.SeriesSerializable      = new DevExpress.XtraCharts.Series[] {
         series3,
         series4
     };
     this.chartUPS2.Size     = new System.Drawing.Size(628, 483);
     this.chartUPS2.TabIndex = 2;
     chartTitle2.Text        = "Stitching 2";
     this.chartUPS2.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle2
     });
     //
     // chartUPS3
     //
     this.chartUPS3.AnimationStartMode           = DevExpress.XtraCharts.ChartAnimationMode.OnDataChanged;
     this.chartUPS3.DataBindings                 = null;
     xyDiagram3.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram3.AxisY.Title.Text                 = "Production (Prs)";
     xyDiagram3.AxisY.Title.Visibility           = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram3.AxisY.VisibleInPanesSerializable = "-1";
     secondaryAxisY3.AxisID = 0;
     secondaryAxisY3.Name   = "Secondary AxisY 1";
     secondaryAxisY3.VisibleInPanesSerializable = "-1";
     xyDiagram3.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY3
     });
     this.chartUPS3.Diagram             = xyDiagram3;
     this.chartUPS3.Dock                = System.Windows.Forms.DockStyle.Fill;
     this.chartUPS3.Legend.Name         = "Default Legend";
     this.chartUPS3.Location            = new System.Drawing.Point(1271, 3);
     this.chartUPS3.Name                = "chartUPS3";
     sideBySideBarSeriesLabel3.Position = DevExpress.XtraCharts.BarSeriesLabelPosition.Top;
     series5.Label                          = sideBySideBarSeriesLabel3;
     series5.LabelsVisibility               = DevExpress.Utils.DefaultBoolean.True;
     series5.Name                           = "Stitching 3";
     sideBySideBarSeriesView3.Color         = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80)))));
     series5.View                           = sideBySideBarSeriesView3;
     series6.LabelsVisibility               = DevExpress.Utils.DefaultBoolean.True;
     series6.Name                           = "Target";
     splineSeriesView3.AxisYName            = "Secondary AxisY 1";
     splineSeriesView3.Color                = System.Drawing.Color.FromArgb(((int)(((byte)(112)))), ((int)(((byte)(48)))), ((int)(((byte)(160)))));
     splineSeriesView3.MarkerVisibility     = DevExpress.Utils.DefaultBoolean.True;
     xyMarkerSlideAnimation3.Direction      = DevExpress.XtraCharts.XYMarkerSlideAnimationDirection.FromBottomCenter;
     splineSeriesView3.SeriesPointAnimation = xyMarkerSlideAnimation3;
     series6.View                           = splineSeriesView3;
     this.chartUPS3.SeriesSerializable      = new DevExpress.XtraCharts.Series[] {
         series5,
         series6
     };
     this.chartUPS3.Size     = new System.Drawing.Size(630, 483);
     this.chartUPS3.TabIndex = 1;
     chartTitle3.Text        = "Stitching 3";
     this.chartUPS3.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle3
     });
     //
     // chartUPS1
     //
     this.chartUPS1.AnimationStartMode           = DevExpress.XtraCharts.ChartAnimationMode.OnDataChanged;
     this.chartUPS1.DataBindings                 = null;
     xyDiagram4.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram4.AxisY.Title.Text                 = "Production (Prs)";
     xyDiagram4.AxisY.Title.Visibility           = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram4.AxisY.VisibleInPanesSerializable = "-1";
     secondaryAxisY4.AxisID = 0;
     secondaryAxisY4.Name   = "Secondary AxisY 1";
     secondaryAxisY4.VisibleInPanesSerializable = "-1";
     xyDiagram4.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY4
     });
     this.chartUPS1.Diagram             = xyDiagram4;
     this.chartUPS1.Dock                = System.Windows.Forms.DockStyle.Fill;
     this.chartUPS1.Legend.Name         = "Default Legend";
     this.chartUPS1.Location            = new System.Drawing.Point(3, 3);
     this.chartUPS1.Name                = "chartUPS1";
     sideBySideBarSeriesLabel4.Position = DevExpress.XtraCharts.BarSeriesLabelPosition.Top;
     series7.Label                          = sideBySideBarSeriesLabel4;
     series7.LabelsVisibility               = DevExpress.Utils.DefaultBoolean.True;
     series7.Name                           = "Stitching 1";
     sideBySideBarSeriesView4.Color         = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80)))));
     series7.View                           = sideBySideBarSeriesView4;
     series8.LabelsVisibility               = DevExpress.Utils.DefaultBoolean.True;
     series8.Name                           = "Target";
     splineSeriesView4.AxisYName            = "Secondary AxisY 1";
     splineSeriesView4.Color                = System.Drawing.Color.FromArgb(((int)(((byte)(112)))), ((int)(((byte)(48)))), ((int)(((byte)(160)))));
     splineSeriesView4.MarkerVisibility     = DevExpress.Utils.DefaultBoolean.True;
     xyMarkerSlideAnimation4.Direction      = DevExpress.XtraCharts.XYMarkerSlideAnimationDirection.FromBottomCenter;
     splineSeriesView4.SeriesPointAnimation = xyMarkerSlideAnimation4;
     series8.View                           = splineSeriesView4;
     this.chartUPS1.SeriesSerializable      = new DevExpress.XtraCharts.Series[] {
         series7,
         series8
     };
     this.chartUPS1.Size     = new System.Drawing.Size(628, 483);
     this.chartUPS1.TabIndex = 0;
     chartTitle4.Text        = "Stitching 1";
     this.chartUPS1.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle4
     });
     //
     // FRM_MGL_WEEKLY_PRODUCTIVITY
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize    = new System.Drawing.Size(1904, 1041);
     this.Controls.Add(this.tblMain2);
     this.Controls.Add(this.tblMain);
     this.Controls.Add(this.panel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "FRM_MGL_WEEKLY_PRODUCTIVITY";
     this.Text            = "FRM_PRODUCTIVITY_WEEKLY";
     this.WindowState     = System.Windows.Forms.FormWindowState.Maximized;
     this.Load           += new System.EventHandler(this.FRM_PROD_STATUS_DAILY_Load);
     this.VisibleChanged += new System.EventHandler(this.FRM_PROD_STATUS_DAILY_VisibleChanged);
     this.panel1.ResumeLayout(false);
     this.tblMain.ResumeLayout(false);
     this.pnGauge.ResumeLayout(false);
     this.gaugeControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.cGauge1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.arcScaleBackgroundLayerComponent1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.arcScale)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.arcScaleNeedleComponent1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.arcScaleSpindleCapComponent1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartUPC)).EndInit();
     this.tblMain2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartUPS2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartUPS3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartUPS1)).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.SecondaryAxisY                 secondaryAxisY1                 = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.Series                         series1                         = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.StackedBarSeriesView           stackedBarSeriesView1           = new DevExpress.XtraCharts.StackedBarSeriesView();
     DevExpress.XtraCharts.Series                         series2                         = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideStackedBarSeriesView sideBySideStackedBarSeriesView1 = new DevExpress.XtraCharts.SideBySideStackedBarSeriesView();
     DevExpress.XtraCharts.Series                         series3                         = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.LineSeriesView                 lineSeriesView1                 = new DevExpress.XtraCharts.LineSeriesView();
     this.splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::Smart_FTY.WaitForm1), true, true);
     this.lblTitle             = new System.Windows.Forms.Label();
     this.tableLayoutPanel1    = new System.Windows.Forms.TableLayoutPanel();
     this.panel1      = new System.Windows.Forms.Panel();
     this.cmdBack     = new System.Windows.Forms.Button();
     this.lblDateTime = new System.Windows.Forms.Label();
     this.panel2      = new System.Windows.Forms.Panel();
     this.grdBase2    = new DevExpress.XtraGrid.GridControl();
     this.gvwBase2    = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.panel3      = new System.Windows.Forms.Panel();
     this.chart       = new DevExpress.XtraCharts.ChartControl();
     this.gridView1   = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.tmr         = new System.Windows.Forms.Timer(this.components);
     this.tableLayoutPanel1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdBase2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvwBase2)).BeginInit();
     this.panel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideStackedBarSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     this.SuspendLayout();
     //
     // splashScreenManager1
     //
     this.splashScreenManager1.ClosingDelay = 500;
     //
     // lblTitle
     //
     this.lblTitle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.lblTitle.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.lblTitle.Font      = new System.Drawing.Font("Calibri", 54F, 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(1898, 114);
     this.lblTitle.TabIndex  = 4;
     this.lblTitle.Text      = "BOTTOM INVENTORY SET ANALYSIS";
     this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.panel3, 0, 1);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 3;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 120F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(1904, 1041);
     this.tableLayoutPanel1.TabIndex = 1;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.panel1.Controls.Add(this.cmdBack);
     this.panel1.Controls.Add(this.lblDateTime);
     this.panel1.Controls.Add(this.lblTitle);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(3, 3);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(1898, 114);
     this.panel1.TabIndex = 0;
     //
     // cmdBack
     //
     this.cmdBack.BackgroundImage       = global::Smart_FTY.Properties.Resources.Back_Icon;
     this.cmdBack.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.cmdBack.Location = new System.Drawing.Point(1536, 6);
     this.cmdBack.Name     = "cmdBack";
     this.cmdBack.Size     = new System.Drawing.Size(108, 101);
     this.cmdBack.TabIndex = 68;
     this.cmdBack.UseVisualStyleBackColor = false;
     this.cmdBack.Click += new System.EventHandler(this.cmdBack_Click);
     //
     // lblDateTime
     //
     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.TopLeft;
     this.lblDateTime.Location   = new System.Drawing.Point(1651, 0);
     this.lblDateTime.Name       = "lblDateTime";
     this.lblDateTime.Size       = new System.Drawing.Size(244, 109);
     this.lblDateTime.TabIndex   = 50;
     this.lblDateTime.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.grdBase2);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(3, 583);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(1898, 455);
     this.panel2.TabIndex = 3;
     //
     // grdBase2
     //
     this.grdBase2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.grdBase2.Font     = new System.Drawing.Font("Tahoma", 8.25F);
     this.grdBase2.Location = new System.Drawing.Point(0, 0);
     this.grdBase2.MainView = this.gvwBase2;
     this.grdBase2.Margin   = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.grdBase2.Name     = "grdBase2";
     this.grdBase2.Size     = new System.Drawing.Size(1898, 455);
     this.grdBase2.TabIndex = 16;
     this.grdBase2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gvwBase2
     });
     //
     // gvwBase2
     //
     this.gvwBase2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.gvwBase2.GridControl = this.grdBase2;
     this.gvwBase2.Name        = "gvwBase2";
     this.gvwBase2.OptionsView.AllowCellMerge = true;
     this.gvwBase2.OptionsView.ShowGroupPanel = false;
     this.gvwBase2.RowCellStyle += new DevExpress.XtraGrid.Views.Grid.RowCellStyleEventHandler(this.gvwBase2_RowCellStyle);
     //
     // panel3
     //
     this.panel3.Controls.Add(this.chart);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel3.Location = new System.Drawing.Point(3, 123);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(1898, 454);
     this.panel3.TabIndex = 4;
     //
     // chart
     //
     this.chart.BorderOptions.Visibility       = DevExpress.Utils.DefaultBoolean.False;
     this.chart.CacheToMemory                  = true;
     this.chart.CrosshairEnabled               = DevExpress.Utils.DefaultBoolean.Default;
     this.chart.DataBindings                   = null;
     xyDiagram1.AxisX.Label.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisX.Label.Font               = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     xyDiagram1.AxisX.Label.ResolveOverlappingOptions.MinIndent = 0;
     xyDiagram1.AxisX.Tag = "4";
     xyDiagram1.AxisX.Tickmarks.Length           = 6;
     xyDiagram1.AxisX.Tickmarks.MinorVisible     = false;
     xyDiagram1.AxisX.Title.Text                 = "Date";
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.Interlaced                 = true;
     xyDiagram1.AxisY.Label.Font                 = new System.Drawing.Font("DotumChe", 9F, System.Drawing.FontStyle.Bold);
     xyDiagram1.AxisY.Title.Font                 = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
     xyDiagram1.AxisY.Title.Text                 = "Quantity (Prs)";
     xyDiagram1.AxisY.Title.TextColor            = System.Drawing.Color.Blue;
     xyDiagram1.AxisY.Title.Visibility           = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     xyDiagram1.DependentAxesYRange              = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.PaneDistance       = 0;
     secondaryAxisY1.AxisID        = 0;
     secondaryAxisY1.Label.Visible = false;
     secondaryAxisY1.Name          = "Secondary AxisY 1";
     secondaryAxisY1.VisibleInPanesSerializable       = "-1";
     secondaryAxisY1.VisualRange.Auto                 = false;
     secondaryAxisY1.VisualRange.MaxValueSerializable = "130";
     secondaryAxisY1.VisualRange.MinValueSerializable = "0";
     secondaryAxisY1.WholeRange.Auto = false;
     secondaryAxisY1.WholeRange.MaxValueSerializable = "130";
     secondaryAxisY1.WholeRange.MinValueSerializable = "0";
     xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY1
     });
     this.chart.Diagram            = xyDiagram1;
     this.chart.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.chart.Legend.Name        = "Default Legend";
     this.chart.Location           = new System.Drawing.Point(0, 0);
     this.chart.Margin             = new System.Windows.Forms.Padding(2, 2, 2, 1);
     this.chart.Name               = "chart";
     series1.CrosshairLabelPattern = "{S} : {V:#,0}";
     series1.LegendName            = "Default Legend";
     series1.Name = "Inventory";
     stackedBarSeriesView1.Color = System.Drawing.Color.SteelBlue;
     series1.View       = stackedBarSeriesView1;
     series2.LegendName = "Default Legend";
     series2.Name       = "Set";
     sideBySideStackedBarSeriesView1.Color = System.Drawing.Color.YellowGreen;
     series2.View = sideBySideStackedBarSeriesView1;
     series3.CrosshairLabelPattern = "{S} : {V:#,0}";
     series3.Name                  = "Target";
     lineSeriesView1.Color         = System.Drawing.Color.Red;
     series3.View                  = lineSeriesView1;
     this.chart.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2,
         series3
     };
     this.chart.Size     = new System.Drawing.Size(1898, 454);
     this.chart.TabIndex = 198;
     //
     // gridView1
     //
     this.gridView1.Name = "gridView1";
     //
     // tmr
     //
     this.tmr.Enabled  = true;
     this.tmr.Interval = 1000;
     this.tmr.Tick    += new System.EventHandler(this.tmr_Tick);
     //
     // FRM_BOTTOM_INV_SET_ANALYSIS
     //
     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.tableLayoutPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "FRM_BOTTOM_INV_SET_ANALYSIS";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "FRM_BOTTOM_INV_SET_ANALYSIS";
     this.WindowState     = System.Windows.Forms.FormWindowState.Maximized;
     this.Load           += new System.EventHandler(this.FRM_BOTTOM_INV_SET_ANALYSIS_Load_1);
     this.VisibleChanged += new System.EventHandler(this.FRM_BOTTOM_INV_SET_ANALYSIS_VisibleChanged);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grdBase2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvwBase2)).EndInit();
     this.panel3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideStackedBarSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     this.ResumeLayout(false);
 }
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent() {
			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);

		}
Esempio n. 15
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.XYDiagram      xyDiagram1      = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.SecondaryAxisY secondaryAxisY1 = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.Series         series1         = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.Series         series2         = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.ChartTitle     chartTitle1     = new DevExpress.XtraCharts.ChartTitle();
     this.paretoChart          = new DevExpress.XtraCharts.ChartControl();
     this.ProductCb            = new System.Windows.Forms.ComboBox();
     this.label2               = new System.Windows.Forms.Label();
     this.label3               = new System.Windows.Forms.Label();
     this.label4               = new System.Windows.Forms.Label();
     this.label5               = new System.Windows.Forms.Label();
     this.label6               = new System.Windows.Forms.Label();
     this.label7               = new System.Windows.Forms.Label();
     this.label8               = new System.Windows.Forms.Label();
     this.label12              = new System.Windows.Forms.Label();
     this.label13              = new System.Windows.Forms.Label();
     this.label9               = new System.Windows.Forms.Label();
     this.label10              = new System.Windows.Forms.Label();
     this.label11              = new System.Windows.Forms.Label();
     this.label14              = new System.Windows.Forms.Label();
     this.label15              = new System.Windows.Forms.Label();
     this.label16              = new System.Windows.Forms.Label();
     this.moldsTotalLabel      = new System.Windows.Forms.Label();
     this.moldsSuccessLabel    = new System.Windows.Forms.Label();
     this.moldsYieldLabel      = new System.Windows.Forms.Label();
     this.paintYieldLabel      = new System.Windows.Forms.Label();
     this.paintSuccessLabel    = new System.Windows.Forms.Label();
     this.paintTotalLabel      = new System.Windows.Forms.Label();
     this.assemblyYieldLabel   = new System.Windows.Forms.Label();
     this.assemblySuccessLabel = new System.Windows.Forms.Label();
     this.assemblyTotalLabel   = new System.Windows.Forms.Label();
     this.packageYieldLabel    = new System.Windows.Forms.Label();
     this.Refresh              = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.paretoChart)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     this.SuspendLayout();
     //
     // paretoChart
     //
     xyDiagram1.AxisX.Title.Text                 = "Types of Failures";
     xyDiagram1.AxisX.Title.Visibility           = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisX.Visibility                 = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.Title.Text                 = "Frequency";
     xyDiagram1.AxisY.Title.Visibility           = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     secondaryAxisY1.AxisID            = 0;
     secondaryAxisY1.Label.TextPattern = "{V}";
     secondaryAxisY1.Name                             = "Failure Percentage";
     secondaryAxisY1.Title.Text                       = "Failure Percentage";
     secondaryAxisY1.Title.Visibility                 = DevExpress.Utils.DefaultBoolean.True;
     secondaryAxisY1.VisibleInPanesSerializable       = "-1";
     secondaryAxisY1.VisualRange.Auto                 = false;
     secondaryAxisY1.VisualRange.AutoSideMargins      = false;
     secondaryAxisY1.VisualRange.MaxValueSerializable = "100";
     secondaryAxisY1.VisualRange.MinValueSerializable = "0";
     secondaryAxisY1.VisualRange.SideMarginsValue     = 0D;
     secondaryAxisY1.WholeRange.Auto                  = false;
     secondaryAxisY1.WholeRange.AutoSideMargins       = false;
     secondaryAxisY1.WholeRange.MaxValueSerializable  = "110";
     secondaryAxisY1.WholeRange.MinValueSerializable  = "0";
     secondaryAxisY1.WholeRange.SideMarginsValue      = 0D;
     xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY1
     });
     this.paretoChart.Diagram     = xyDiagram1;
     this.paretoChart.Legend.Name = "Default Legend";
     this.paretoChart.Location    = new System.Drawing.Point(237, 22);
     this.paretoChart.Name        = "paretoChart";
     series1.LabelsVisibility     = DevExpress.Utils.DefaultBoolean.False;
     series1.Name = "Failures";
     series1.SeriesPointsSorting          = DevExpress.XtraCharts.SortingMode.Descending;
     series1.SeriesPointsSortingKey       = DevExpress.XtraCharts.SeriesPointKey.Value_1;
     series1.ValueDataMembersSerializable = "5";
     series2.Name = "Cumulative Percentage";
     series2.SeriesPointsSorting    = DevExpress.XtraCharts.SortingMode.Ascending;
     series2.SeriesPointsSortingKey = DevExpress.XtraCharts.SeriesPointKey.Value_1;
     series2.View = lineSeriesView1;
     this.paretoChart.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     this.paretoChart.Size     = new System.Drawing.Size(729, 504);
     this.paretoChart.TabIndex = 8;
     chartTitle1.Text          = "Reasons for Rejection";
     this.paretoChart.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     //
     // ProductCb
     //
     this.ProductCb.FormattingEnabled = true;
     this.ProductCb.Items.AddRange(new object[] {
         "All"
     });
     this.ProductCb.Location              = new System.Drawing.Point(88, 21);
     this.ProductCb.Name                  = "ProductCb";
     this.ProductCb.Size                  = new System.Drawing.Size(121, 21);
     this.ProductCb.TabIndex              = 9;
     this.ProductCb.SelectedIndexChanged += new System.EventHandler(this.ProductCB_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(24, 24);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(44, 13);
     this.label2.TabIndex = 10;
     this.label2.Text     = "Product";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(37, 131);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(37, 13);
     this.label3.TabIndex = 11;
     this.label3.Text     = "Total: ";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(37, 157);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(65, 13);
     this.label4.TabIndex = 12;
     this.label4.Text     = "Successful: ";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(37, 184);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(36, 13);
     this.label5.TabIndex = 13;
     this.label5.Text     = "Yield: ";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(36, 294);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(36, 13);
     this.label6.TabIndex = 16;
     this.label6.Text     = "Yield: ";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(36, 267);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(65, 13);
     this.label7.TabIndex = 15;
     this.label7.Text     = "Successful: ";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(36, 241);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(37, 13);
     this.label8.TabIndex = 14;
     this.label8.Text     = "Total: ";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label12.Location = new System.Drawing.Point(94, 104);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(56, 20);
     this.label12.TabIndex = 20;
     this.label12.Text     = "Molds";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label13.Location = new System.Drawing.Point(94, 214);
     this.label13.Name     = "label13";
     this.label13.Size     = new System.Drawing.Size(50, 20);
     this.label13.TabIndex = 21;
     this.label13.Text     = "Paint";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.Location = new System.Drawing.Point(72, 332);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(85, 20);
     this.label9.TabIndex = 25;
     this.label9.Text     = "Assembly";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(34, 410);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(36, 13);
     this.label10.TabIndex = 24;
     this.label10.Text     = "Yield: ";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(34, 383);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(65, 13);
     this.label11.TabIndex = 23;
     this.label11.Text     = "Successful: ";
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(34, 357);
     this.label14.Name     = "label14";
     this.label14.Size     = new System.Drawing.Size(37, 13);
     this.label14.TabIndex = 22;
     this.label14.Text     = "Total: ";
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label15.Location = new System.Drawing.Point(72, 448);
     this.label15.Name     = "label15";
     this.label15.Size     = new System.Drawing.Size(78, 20);
     this.label15.TabIndex = 27;
     this.label15.Text     = "Package";
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.Location = new System.Drawing.Point(34, 488);
     this.label16.Name     = "label16";
     this.label16.Size     = new System.Drawing.Size(36, 13);
     this.label16.TabIndex = 26;
     this.label16.Text     = "Yield: ";
     //
     // moldsTotalLabel
     //
     this.moldsTotalLabel.AutoSize = true;
     this.moldsTotalLabel.Location = new System.Drawing.Point(107, 131);
     this.moldsTotalLabel.Name     = "moldsTotalLabel";
     this.moldsTotalLabel.Size     = new System.Drawing.Size(13, 13);
     this.moldsTotalLabel.TabIndex = 28;
     this.moldsTotalLabel.Text     = "0";
     //
     // moldsSuccessLabel
     //
     this.moldsSuccessLabel.AutoSize = true;
     this.moldsSuccessLabel.Location = new System.Drawing.Point(107, 157);
     this.moldsSuccessLabel.Name     = "moldsSuccessLabel";
     this.moldsSuccessLabel.Size     = new System.Drawing.Size(13, 13);
     this.moldsSuccessLabel.TabIndex = 29;
     this.moldsSuccessLabel.Text     = "0";
     //
     // moldsYieldLabel
     //
     this.moldsYieldLabel.AutoSize = true;
     this.moldsYieldLabel.Location = new System.Drawing.Point(107, 184);
     this.moldsYieldLabel.Name     = "moldsYieldLabel";
     this.moldsYieldLabel.Size     = new System.Drawing.Size(13, 13);
     this.moldsYieldLabel.TabIndex = 30;
     this.moldsYieldLabel.Text     = "0";
     //
     // paintYieldLabel
     //
     this.paintYieldLabel.AutoSize = true;
     this.paintYieldLabel.Location = new System.Drawing.Point(107, 294);
     this.paintYieldLabel.Name     = "paintYieldLabel";
     this.paintYieldLabel.Size     = new System.Drawing.Size(13, 13);
     this.paintYieldLabel.TabIndex = 33;
     this.paintYieldLabel.Text     = "0";
     //
     // paintSuccessLabel
     //
     this.paintSuccessLabel.AutoSize = true;
     this.paintSuccessLabel.Location = new System.Drawing.Point(107, 267);
     this.paintSuccessLabel.Name     = "paintSuccessLabel";
     this.paintSuccessLabel.Size     = new System.Drawing.Size(13, 13);
     this.paintSuccessLabel.TabIndex = 32;
     this.paintSuccessLabel.Text     = "0";
     //
     // paintTotalLabel
     //
     this.paintTotalLabel.AutoSize = true;
     this.paintTotalLabel.Location = new System.Drawing.Point(107, 241);
     this.paintTotalLabel.Name     = "paintTotalLabel";
     this.paintTotalLabel.Size     = new System.Drawing.Size(13, 13);
     this.paintTotalLabel.TabIndex = 31;
     this.paintTotalLabel.Text     = "0";
     //
     // assemblyYieldLabel
     //
     this.assemblyYieldLabel.AutoSize = true;
     this.assemblyYieldLabel.Location = new System.Drawing.Point(107, 410);
     this.assemblyYieldLabel.Name     = "assemblyYieldLabel";
     this.assemblyYieldLabel.Size     = new System.Drawing.Size(13, 13);
     this.assemblyYieldLabel.TabIndex = 36;
     this.assemblyYieldLabel.Text     = "0";
     //
     // assemblySuccessLabel
     //
     this.assemblySuccessLabel.AutoSize = true;
     this.assemblySuccessLabel.Location = new System.Drawing.Point(107, 383);
     this.assemblySuccessLabel.Name     = "assemblySuccessLabel";
     this.assemblySuccessLabel.Size     = new System.Drawing.Size(13, 13);
     this.assemblySuccessLabel.TabIndex = 35;
     this.assemblySuccessLabel.Text     = "0";
     //
     // assemblyTotalLabel
     //
     this.assemblyTotalLabel.AutoSize = true;
     this.assemblyTotalLabel.Location = new System.Drawing.Point(107, 357);
     this.assemblyTotalLabel.Name     = "assemblyTotalLabel";
     this.assemblyTotalLabel.Size     = new System.Drawing.Size(13, 13);
     this.assemblyTotalLabel.TabIndex = 34;
     this.assemblyTotalLabel.Text     = "0";
     //
     // packageYieldLabel
     //
     this.packageYieldLabel.AutoSize = true;
     this.packageYieldLabel.Location = new System.Drawing.Point(107, 488);
     this.packageYieldLabel.Name     = "packageYieldLabel";
     this.packageYieldLabel.Size     = new System.Drawing.Size(13, 13);
     this.packageYieldLabel.TabIndex = 37;
     this.packageYieldLabel.Text     = "0";
     //
     // Refresh
     //
     this.Refresh.Location = new System.Drawing.Point(76, 61);
     this.Refresh.Name     = "Refresh";
     this.Refresh.Size     = new System.Drawing.Size(75, 23);
     this.Refresh.TabIndex = 38;
     this.Refresh.Text     = "Refresh";
     this.Refresh.UseVisualStyleBackColor = true;
     this.Refresh.Click += new System.EventHandler(this.Refresh_Click);
     //
     // YoYo
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(978, 538);
     this.Controls.Add(this.Refresh);
     this.Controls.Add(this.packageYieldLabel);
     this.Controls.Add(this.assemblyYieldLabel);
     this.Controls.Add(this.assemblySuccessLabel);
     this.Controls.Add(this.assemblyTotalLabel);
     this.Controls.Add(this.paintYieldLabel);
     this.Controls.Add(this.paintSuccessLabel);
     this.Controls.Add(this.paintTotalLabel);
     this.Controls.Add(this.moldsYieldLabel);
     this.Controls.Add(this.moldsSuccessLabel);
     this.Controls.Add(this.moldsTotalLabel);
     this.Controls.Add(this.label15);
     this.Controls.Add(this.label16);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.label14);
     this.Controls.Add(this.label13);
     this.Controls.Add(this.label12);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.ProductCb);
     this.Controls.Add(this.paretoChart);
     this.Name = "YoYo";
     this.Text = "YoYo";
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.paretoChart)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 16
0
        /// <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);

        }
Esempio n. 17
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.XYDiagram        xyDiagram1        = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.SecondaryAxisY   secondaryAxisY1   = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.Series           series1           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView();
     this.simpleButton1       = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton2       = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton3       = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton4       = new DevExpress.XtraEditors.SimpleButton();
     this.chartControl1       = new DevExpress.XtraCharts.ChartControl();
     this.gridControl1        = new DevExpress.XtraGrid.GridControl();
     this.gridView1           = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridView2           = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridView3           = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.labelControl2       = new DevExpress.XtraEditors.LabelControl();
     this.labelControl3       = new DevExpress.XtraEditors.LabelControl();
     this.labelControl4       = new DevExpress.XtraEditors.LabelControl();
     this.progressBarControl1 = new DevExpress.XtraEditors.ProgressBarControl();
     this.labelControl5       = new DevExpress.XtraEditors.LabelControl();
     this.labelControl6       = new DevExpress.XtraEditors.LabelControl();
     this.labelControl7       = new DevExpress.XtraEditors.LabelControl();
     this.labelControl8       = new DevExpress.XtraEditors.LabelControl();
     this.labelControl9       = new DevExpress.XtraEditors.LabelControl();
     this.labelControl10      = new DevExpress.XtraEditors.LabelControl();
     this.labelControl11      = new DevExpress.XtraEditors.LabelControl();
     this.progressBarControl2 = new DevExpress.XtraEditors.ProgressBarControl();
     this.comboBox1           = new System.Windows.Forms.ComboBox();
     this.labelControl12      = new DevExpress.XtraEditors.LabelControl();
     this.labelControl13      = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1       = new DevExpress.XtraEditors.LabelControl();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.progressBarControl1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.progressBarControl2.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // simpleButton1
     //
     this.simpleButton1.Appearance.BackColor              = System.Drawing.Color.Transparent;
     this.simpleButton1.Appearance.BorderColor            = System.Drawing.Color.Transparent;
     this.simpleButton1.Appearance.Font                   = new System.Drawing.Font("微软雅黑", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.simpleButton1.Appearance.Options.UseBackColor   = true;
     this.simpleButton1.Appearance.Options.UseBorderColor = true;
     this.simpleButton1.Appearance.Options.UseFont        = true;
     this.simpleButton1.Location = new System.Drawing.Point(1408, 243);
     this.simpleButton1.Margin   = new System.Windows.Forms.Padding(3, 3, 3, 110);
     this.simpleButton1.Name     = "simpleButton1";
     this.simpleButton1.Size     = new System.Drawing.Size(180, 80);
     this.simpleButton1.TabIndex = 0;
     this.simpleButton1.Text     = "连接蓝牙";
     this.simpleButton1.Click   += new System.EventHandler(this.Bluetooth_Click);
     //
     // simpleButton2
     //
     this.simpleButton2.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.simpleButton2.Appearance.Font                 = new System.Drawing.Font("微软雅黑", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.simpleButton2.Appearance.Options.UseBackColor = true;
     this.simpleButton2.Appearance.Options.UseFont      = true;
     this.simpleButton2.Location = new System.Drawing.Point(1408, 629);
     this.simpleButton2.Margin   = new System.Windows.Forms.Padding(3, 3, 3, 110);
     this.simpleButton2.Name     = "simpleButton2";
     this.simpleButton2.Size     = new System.Drawing.Size(180, 80);
     this.simpleButton2.TabIndex = 1;
     this.simpleButton2.Text     = "删除测点";
     this.simpleButton2.Click   += new System.EventHandler(this.DeletePoint_Click);
     //
     // simpleButton3
     //
     this.simpleButton3.Appearance.Font            = new System.Drawing.Font("微软雅黑", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.simpleButton3.Appearance.Options.UseFont = true;
     this.simpleButton3.BackgroundImageLayout      = System.Windows.Forms.ImageLayout.Stretch;
     this.simpleButton3.Location = new System.Drawing.Point(1408, 822);
     this.simpleButton3.Margin   = new System.Windows.Forms.Padding(3, 3, 3, 110);
     this.simpleButton3.Name     = "simpleButton3";
     this.simpleButton3.Size     = new System.Drawing.Size(180, 80);
     this.simpleButton3.TabIndex = 2;
     this.simpleButton3.Text     = "一键成图";
     this.simpleButton3.Click   += new System.EventHandler(this.Painting_Click);
     //
     // simpleButton4
     //
     this.simpleButton4.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.simpleButton4.Appearance.Font                 = new System.Drawing.Font("微软雅黑", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.simpleButton4.Appearance.Options.UseBackColor = true;
     this.simpleButton4.Appearance.Options.UseFont      = true;
     this.simpleButton4.BackgroundImageLayout           = System.Windows.Forms.ImageLayout.Stretch;
     this.simpleButton4.Location = new System.Drawing.Point(1408, 436);
     this.simpleButton4.Margin   = new System.Windows.Forms.Padding(3, 3, 3, 110);
     this.simpleButton4.Name     = "simpleButton4";
     this.simpleButton4.Size     = new System.Drawing.Size(180, 80);
     this.simpleButton4.TabIndex = 3;
     this.simpleButton4.Text     = "开始测量";
     this.simpleButton4.Click   += new System.EventHandler(this.Measure_Click);
     //
     // chartControl1
     //
     this.chartControl1.CrosshairEnabled = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram1.AxisX.GridLines.Visible  = true;
     xyDiagram1.AxisX.Label.Font         = new System.Drawing.Font("Tahoma", 18F);
     xyDiagram1.AxisX.Label.ResolveOverlappingOptions.AllowRotate  = false;
     xyDiagram1.AxisX.Label.ResolveOverlappingOptions.AllowStagger = false;
     xyDiagram1.AxisX.NumericScaleOptions.AutoGrid  = false;
     xyDiagram1.AxisX.NumericScaleOptions.ScaleMode = DevExpress.XtraCharts.ScaleMode.Automatic;
     xyDiagram1.AxisX.Tickmarks.MinorVisible        = false;
     xyDiagram1.AxisX.Visibility = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisX.VisibleInPanesSerializable  = "-1";
     xyDiagram1.AxisX.WholeRange.AutoSideMargins  = false;
     xyDiagram1.AxisX.WholeRange.SideMarginsValue = 0D;
     xyDiagram1.AxisY.Label.Font = new System.Drawing.Font("Tahoma", 18F);
     xyDiagram1.AxisY.VisibleInPanesSerializable  = "-1";
     xyDiagram1.AxisY.WholeRange.AutoSideMargins  = false;
     xyDiagram1.AxisY.WholeRange.SideMarginsValue = 0D;
     xyDiagram1.EnableAxisXScrolling            = true;
     xyDiagram1.EnableAxisYScrolling            = true;
     secondaryAxisY1.AxisID                     = 0;
     secondaryAxisY1.Label.Font                 = new System.Drawing.Font("Tahoma", 18F);
     secondaryAxisY1.Name                       = "Secondary AxisY 1";
     secondaryAxisY1.Visibility                 = DevExpress.Utils.DefaultBoolean.False;
     secondaryAxisY1.VisibleInPanesSerializable = "-1";
     xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY1
     });
     this.chartControl1.Diagram           = xyDiagram1;
     this.chartControl1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.chartControl1.Location          = new System.Drawing.Point(3, 161);
     this.chartControl1.Name = "chartControl1";
     series1.Name            = "Series 1";
     series1.View            = splineSeriesView1;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chartControl1.Size     = new System.Drawing.Size(1338, 484);
     this.chartControl1.TabIndex = 4;
     //
     // gridControl1
     //
     this.gridControl1.Font     = new System.Drawing.Font("Tahoma", 15F);
     this.gridControl1.Location = new System.Drawing.Point(3, 676);
     this.gridControl1.MainView = this.gridView1;
     this.gridControl1.Name     = "gridControl1";
     this.gridControl1.Size     = new System.Drawing.Size(1340, 383);
     this.gridControl1.TabIndex = 5;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // gridView1
     //
     this.gridView1.Appearance.HeaderPanel.Font                   = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.gridView1.Appearance.HeaderPanel.Options.UseFont        = true;
     this.gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true;
     this.gridView1.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridView1.Appearance.HeaderPanel.TextOptions.Trimming   = DevExpress.Utils.Trimming.Character;
     this.gridView1.Appearance.Row.Font                   = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.gridView1.Appearance.Row.Options.UseFont        = true;
     this.gridView1.Appearance.Row.Options.UseTextOptions = true;
     this.gridView1.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridView1.Appearance.Row.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.NoWrap;
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name        = "gridView1";
     this.gridView1.OptionsBehavior.Editable                   = false;
     this.gridView1.OptionsCustomization.AllowSort             = false;
     this.gridView1.OptionsView.AllowHtmlDrawGroups            = false;
     this.gridView1.OptionsView.ColumnAutoWidth                = false;
     this.gridView1.OptionsView.ColumnHeaderAutoHeight         = DevExpress.Utils.DefaultBoolean.True;
     this.gridView1.OptionsView.RowAutoHeight                  = true;
     this.gridView1.OptionsView.ShowDetailButtons              = false;
     this.gridView1.OptionsView.ShowGroupExpandCollapseButtons = false;
     this.gridView1.OptionsView.ShowGroupPanel                 = false;
     this.gridView1.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridView1_CustomDrawRowIndicator);
     //
     // gridView2
     //
     this.gridView2.Name = "gridView2";
     //
     // gridView3
     //
     this.gridView3.Name = "gridView3";
     //
     // labelControl2
     //
     this.labelControl2.Appearance.Font      = new System.Drawing.Font("微软雅黑", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labelControl2.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(30)))), ((int)(((byte)(100)))));
     this.labelControl2.AutoSizeMode         = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl2.Location             = new System.Drawing.Point(28, 15);
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(152, 54);
     this.labelControl2.TabIndex = 14;
     this.labelControl2.Text     = "蓝牙设备:";
     //
     // labelControl3
     //
     this.labelControl3.Appearance.Font      = new System.Drawing.Font("微软雅黑", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labelControl3.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(30)))), ((int)(((byte)(100)))));
     this.labelControl3.AutoSizeMode         = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl3.Location             = new System.Drawing.Point(781, 15);
     this.labelControl3.Name     = "labelControl3";
     this.labelControl3.Size     = new System.Drawing.Size(174, 54);
     this.labelControl3.TabIndex = 15;
     this.labelControl3.Text     = "剩余电量:";
     this.labelControl3.Visible  = false;
     //
     // labelControl4
     //
     this.labelControl4.Appearance.Font      = new System.Drawing.Font("微软雅黑", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labelControl4.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(30)))), ((int)(((byte)(100)))));
     this.labelControl4.AutoSizeMode         = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl4.Location             = new System.Drawing.Point(186, 15);
     this.labelControl4.Name     = "labelControl4";
     this.labelControl4.Size     = new System.Drawing.Size(250, 54);
     this.labelControl4.TabIndex = 16;
     this.labelControl4.Text     = "未连接";
     //
     // progressBarControl1
     //
     this.progressBarControl1.Location = new System.Drawing.Point(1408, 436);
     this.progressBarControl1.Margin   = new System.Windows.Forms.Padding(3, 3, 3, 110);
     this.progressBarControl1.Name     = "progressBarControl1";
     this.progressBarControl1.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.progressBarControl1.Properties.ShowTitle       = true;
     this.progressBarControl1.Properties.Step            = 1;
     this.progressBarControl1.Size     = new System.Drawing.Size(180, 80);
     this.progressBarControl1.TabIndex = 18;
     this.progressBarControl1.Visible  = false;
     //
     // labelControl5
     //
     this.labelControl5.Appearance.Font      = new System.Drawing.Font("微软雅黑", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labelControl5.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(30)))), ((int)(((byte)(100)))));
     this.labelControl5.AutoSizeMode         = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl5.Location             = new System.Drawing.Point(58, 110);
     this.labelControl5.Name     = "labelControl5";
     this.labelControl5.Size     = new System.Drawing.Size(90, 35);
     this.labelControl5.TabIndex = 19;
     this.labelControl5.Text     = "测线:";
     //
     // labelControl6
     //
     this.labelControl6.Appearance.Font      = new System.Drawing.Font("微软雅黑", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labelControl6.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(30)))), ((int)(((byte)(100)))));
     this.labelControl6.AutoSizeMode         = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl6.Location             = new System.Drawing.Point(139, 110);
     this.labelControl6.Name     = "labelControl6";
     this.labelControl6.Size     = new System.Drawing.Size(248, 35);
     this.labelControl6.TabIndex = 20;
     //
     // labelControl7
     //
     this.labelControl7.Appearance.Font      = new System.Drawing.Font("微软雅黑", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labelControl7.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(30)))), ((int)(((byte)(100)))));
     this.labelControl7.AutoSizeMode         = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl7.Location             = new System.Drawing.Point(391, 109);
     this.labelControl7.Name     = "labelControl7";
     this.labelControl7.Size     = new System.Drawing.Size(89, 35);
     this.labelControl7.TabIndex = 21;
     this.labelControl7.Text     = "点距:";
     //
     // labelControl8
     //
     this.labelControl8.Appearance.Font      = new System.Drawing.Font("微软雅黑", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labelControl8.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(30)))), ((int)(((byte)(100)))));
     this.labelControl8.AutoSizeMode         = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl8.Location             = new System.Drawing.Point(472, 109);
     this.labelControl8.Name     = "labelControl8";
     this.labelControl8.Size     = new System.Drawing.Size(122, 35);
     this.labelControl8.TabIndex = 22;
     //
     // labelControl9
     //
     this.labelControl9.Appearance.Font      = new System.Drawing.Font("微软雅黑", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labelControl9.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(30)))), ((int)(((byte)(100)))));
     this.labelControl9.AutoSizeMode         = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl9.Location             = new System.Drawing.Point(666, 109);
     this.labelControl9.Name     = "labelControl9";
     this.labelControl9.Size     = new System.Drawing.Size(138, 35);
     this.labelControl9.TabIndex = 23;
     this.labelControl9.Text     = "测量地点:";
     //
     // labelControl10
     //
     this.labelControl10.Appearance.Font      = new System.Drawing.Font("微软雅黑", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labelControl10.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(30)))), ((int)(((byte)(100)))));
     this.labelControl10.AutoSizeMode         = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl10.Location             = new System.Drawing.Point(811, 109);
     this.labelControl10.Name     = "labelControl10";
     this.labelControl10.Size     = new System.Drawing.Size(245, 35);
     this.labelControl10.TabIndex = 24;
     //
     // labelControl11
     //
     this.labelControl11.Appearance.Font      = new System.Drawing.Font("微软雅黑", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labelControl11.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(30)))), ((int)(((byte)(100)))));
     this.labelControl11.AutoSizeMode         = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl11.Location             = new System.Drawing.Point(534, 15);
     this.labelControl11.Name     = "labelControl11";
     this.labelControl11.Size     = new System.Drawing.Size(241, 54);
     this.labelControl11.TabIndex = 27;
     //
     // progressBarControl2
     //
     this.progressBarControl2.Location = new System.Drawing.Point(1408, 822);
     this.progressBarControl2.Margin   = new System.Windows.Forms.Padding(3, 3, 3, 110);
     this.progressBarControl2.Name     = "progressBarControl2";
     this.progressBarControl2.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.progressBarControl2.Properties.ShowTitle       = true;
     this.progressBarControl2.Properties.Step            = 1;
     this.progressBarControl2.Size     = new System.Drawing.Size(180, 80);
     this.progressBarControl2.TabIndex = 28;
     this.progressBarControl2.Visible  = false;
     //
     // comboBox1
     //
     this.comboBox1.BackColor             = System.Drawing.SystemColors.Window;
     this.comboBox1.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox1.Font                  = new System.Drawing.Font("微软雅黑", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.comboBox1.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(30)))), ((int)(((byte)(100)))));
     this.comboBox1.FormattingEnabled     = true;
     this.comboBox1.Location              = new System.Drawing.Point(1157, 104);
     this.comboBox1.Name                  = "comboBox1";
     this.comboBox1.Size                  = new System.Drawing.Size(128, 47);
     this.comboBox1.TabIndex              = 29;
     this.comboBox1.Visible               = false;
     this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     //
     // labelControl12
     //
     this.labelControl12.Appearance.Font      = new System.Drawing.Font("微软雅黑", 24F, System.Drawing.FontStyle.Bold);
     this.labelControl12.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(30)))), ((int)(((byte)(100)))));
     this.labelControl12.AutoSizeMode         = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl12.Location             = new System.Drawing.Point(939, 15);
     this.labelControl12.Name     = "labelControl12";
     this.labelControl12.Size     = new System.Drawing.Size(94, 54);
     this.labelControl12.TabIndex = 31;
     this.labelControl12.Text     = "0%";
     this.labelControl12.Visible  = false;
     //
     // labelControl13
     //
     this.labelControl13.Appearance.Font      = new System.Drawing.Font("微软雅黑", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labelControl13.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(30)))), ((int)(((byte)(100)))));
     this.labelControl13.AutoSizeMode         = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl13.Location             = new System.Drawing.Point(1062, 110);
     this.labelControl13.Name     = "labelControl13";
     this.labelControl13.Size     = new System.Drawing.Size(89, 35);
     this.labelControl13.TabIndex = 32;
     this.labelControl13.Text     = "深度:";
     //
     // labelControl1
     //
     this.labelControl1.Appearance.Font      = new System.Drawing.Font("微软雅黑", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labelControl1.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(30)))), ((int)(((byte)(100)))));
     this.labelControl1.AutoSizeMode         = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl1.Location             = new System.Drawing.Point(453, 15);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(82, 54);
     this.labelControl1.TabIndex = 30;
     this.labelControl1.Text     = "版本:";
     //
     // DataForm
     //
     this.Appearance.Options.UseFont = true;
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.BackgroundImageLayoutStore = System.Windows.Forms.ImageLayout.Stretch;
     this.BackgroundImageStore       = global::Monitor_HCCS.Properties.Resources.微信图片_20190830171649;
     this.ClientSize = new System.Drawing.Size(1662, 1109);
     this.ControlBox = false;
     this.Controls.Add(this.labelControl13);
     this.Controls.Add(this.labelControl12);
     this.Controls.Add(this.labelControl1);
     this.Controls.Add(this.comboBox1);
     this.Controls.Add(this.progressBarControl2);
     this.Controls.Add(this.labelControl11);
     this.Controls.Add(this.labelControl10);
     this.Controls.Add(this.labelControl9);
     this.Controls.Add(this.labelControl8);
     this.Controls.Add(this.labelControl7);
     this.Controls.Add(this.labelControl6);
     this.Controls.Add(this.labelControl5);
     this.Controls.Add(this.progressBarControl1);
     this.Controls.Add(this.labelControl4);
     this.Controls.Add(this.labelControl3);
     this.Controls.Add(this.labelControl2);
     this.Controls.Add(this.gridControl1);
     this.Controls.Add(this.chartControl1);
     this.Controls.Add(this.simpleButton4);
     this.Controls.Add(this.simpleButton3);
     this.Controls.Add(this.simpleButton2);
     this.Controls.Add(this.simpleButton1);
     this.DoubleBuffered  = true;
     this.Font            = new System.Drawing.Font("微软雅黑", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "DataForm";
     this.Text            = "DataForm";
     this.WindowState     = System.Windows.Forms.FormWindowState.Maximized;
     this.Load           += new System.EventHandler(this.DataForm_Load);
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.progressBarControl1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.progressBarControl2.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 18
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.SecondaryAxisY secondaryAxisY1 = new DevExpress.XtraCharts.SecondaryAxisY();
			DevExpress.XtraCharts.SecondaryAxisY secondaryAxisY2 = new DevExpress.XtraCharts.SecondaryAxisY();
			DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
			DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
			DevExpress.XtraCharts.SplineAreaSeriesView splineAreaSeriesView1 = new DevExpress.XtraCharts.SplineAreaSeriesView();
			DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
			DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
			DevExpress.XtraCharts.SideBySideBarSeriesView sideBySideBarSeriesView1 = new DevExpress.XtraCharts.SideBySideBarSeriesView();
			DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series();
			DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
			DevExpress.XtraCharts.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView();
			DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel3 = new DevExpress.XtraCharts.PointSeriesLabel();
			DevExpress.XtraCharts.SplineAreaSeriesView splineAreaSeriesView2 = new DevExpress.XtraCharts.SplineAreaSeriesView();
			DevExpress.XtraCharts.PolarDiagram polarDiagram1 = new DevExpress.XtraCharts.PolarDiagram();
			DevExpress.XtraCharts.Series series4 = new DevExpress.XtraCharts.Series();
			DevExpress.XtraCharts.RadarPointSeriesLabel radarPointSeriesLabel1 = new DevExpress.XtraCharts.RadarPointSeriesLabel();
			DevExpress.XtraCharts.PolarAreaSeriesView polarAreaSeriesView1 = new DevExpress.XtraCharts.PolarAreaSeriesView();
			DevExpress.XtraCharts.Series series5 = new DevExpress.XtraCharts.Series();
			DevExpress.XtraCharts.RadarPointSeriesLabel radarPointSeriesLabel2 = new DevExpress.XtraCharts.RadarPointSeriesLabel();
			DevExpress.XtraCharts.PolarAreaSeriesView polarAreaSeriesView2 = new DevExpress.XtraCharts.PolarAreaSeriesView();
			DevExpress.XtraCharts.RadarPointSeriesLabel radarPointSeriesLabel3 = new DevExpress.XtraCharts.RadarPointSeriesLabel();
			DevExpress.XtraCharts.PolarAreaSeriesView polarAreaSeriesView3 = new DevExpress.XtraCharts.PolarAreaSeriesView();
			this.chartControlWindSpeedFreq = new DevExpress.XtraCharts.ChartControl();
			this.chartControlWindDir = new DevExpress.XtraCharts.ChartControl();
			this.groupControl = new DevExpress.XtraEditors.GroupControl();
			this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
			this.rangeTrackBarControlWeibullSpeeds = new DevExpress.XtraEditors.RangeTrackBarControl();
			this.bindingSourceWindSpeedFreq = new System.Windows.Forms.BindingSource(this.components);
			this.bindingSourceWindDir = new System.Windows.Forms.BindingSource(this.components);
			((System.ComponentModel.ISupportInitialize)(this.chartControlWindSpeedFreq)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(secondaryAxisY2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.chartControlWindDir)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(polarDiagram1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(radarPointSeriesLabel1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(polarAreaSeriesView1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(series5)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(radarPointSeriesLabel2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(polarAreaSeriesView2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(radarPointSeriesLabel3)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(polarAreaSeriesView3)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.groupControl)).BeginInit();
			this.groupControl.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.rangeTrackBarControlWeibullSpeeds)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.rangeTrackBarControlWeibullSpeeds.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.bindingSourceWindSpeedFreq)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.bindingSourceWindDir)).BeginInit();
			this.SuspendLayout();
			// 
			// chartControlWindSpeedFreq
			// 
			this.chartControlWindSpeedFreq.AppearanceName = "The Trees";
			this.chartControlWindSpeedFreq.CacheToMemory = true;
			this.chartControlWindSpeedFreq.DataSource = this.bindingSourceWindSpeedFreq;
			xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
			xyDiagram1.AxisX.Range.SideMarginsEnabled = false;
			xyDiagram1.AxisX.ScaleBreakOptions.Style = DevExpress.XtraCharts.ScaleBreakStyle.Straight;
			xyDiagram1.AxisX.Tickmarks.MinorVisible = false;
			xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
			xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = false;
			xyDiagram1.AxisY.Range.SideMarginsEnabled = false;
			xyDiagram1.AxisY.Visible = false;
			xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
			secondaryAxisY1.AxisID = 0;
			secondaryAxisY1.Name = "Secondary AxisY 1";
			secondaryAxisY1.Range.ScrollingRange.SideMarginsEnabled = true;
			secondaryAxisY1.Range.SideMarginsEnabled = false;
			secondaryAxisY1.Visible = false;
			secondaryAxisY1.VisibleInPanesSerializable = "-1";
			secondaryAxisY2.AxisID = 1;
			secondaryAxisY2.Name = "Secondary AxisY 2";
			secondaryAxisY2.Range.ScrollingRange.SideMarginsEnabled = true;
			secondaryAxisY2.Range.SideMarginsEnabled = false;
			secondaryAxisY2.Visible = false;
			secondaryAxisY2.VisibleInPanesSerializable = "-1";
			xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
            secondaryAxisY1,
            secondaryAxisY2});
			this.chartControlWindSpeedFreq.Diagram = xyDiagram1;
			this.chartControlWindSpeedFreq.Dock = System.Windows.Forms.DockStyle.Top;
			this.chartControlWindSpeedFreq.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right;
			this.chartControlWindSpeedFreq.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside;
			this.chartControlWindSpeedFreq.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight;
			this.chartControlWindSpeedFreq.Legend.EquallySpacedItems = false;
			this.chartControlWindSpeedFreq.Legend.Shadow.Visible = true;
			this.chartControlWindSpeedFreq.Location = new System.Drawing.Point(2, 22);
			this.chartControlWindSpeedFreq.Name = "chartControlWindSpeedFreq";
			series1.ArgumentDataMember = "SpeedPropertty";
			series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
			pointSeriesLabel1.LineVisible = true;
			pointSeriesLabel1.Visible = false;
			series1.Label = pointSeriesLabel1;
			series1.Name = "Wind Power";
			series1.ValueDataMembersSerializable = "Power";
			splineAreaSeriesView1.AxisYName = "Secondary AxisY 1";
			splineAreaSeriesView1.Border.Color = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(64)))));
			splineAreaSeriesView1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(196)))), ((int)(((byte)(196)))), ((int)(((byte)(64)))));
			splineAreaSeriesView1.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Solid;
			splineAreaSeriesView1.MarkerOptions.Visible = false;
			splineAreaSeriesView1.Transparency = ((byte)(64));
			series1.View = splineAreaSeriesView1;
			series2.ArgumentDataMember = "SpeedPropertty";
			series2.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
			sideBySideBarSeriesLabel1.LineVisible = true;
			sideBySideBarSeriesLabel1.Visible = false;
			series2.Label = sideBySideBarSeriesLabel1;
			series2.Name = "Wind Speed Frequency";
			series2.ValueDataMembersSerializable = "FrequencyProperty";
			sideBySideBarSeriesView1.BarWidth = 0.5D;
			sideBySideBarSeriesView1.Border.Color = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(96)))), ((int)(((byte)(128)))), ((int)(((byte)(228)))));
			sideBySideBarSeriesView1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(96)))), ((int)(((byte)(128)))), ((int)(((byte)(228)))));
			sideBySideBarSeriesView1.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Solid;
			sideBySideBarSeriesView1.Transparency = ((byte)(196));
			series2.View = sideBySideBarSeriesView1;
			series3.ArgumentDataMember = "SpeedPropertty";
			series3.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
			pointSeriesLabel2.LineVisible = true;
			pointSeriesLabel2.Visible = false;
			series3.Label = pointSeriesLabel2;
			series3.LegendText = "Beta: NaN Theta: NaN";
			series3.Name = "Weibull";
			series3.ValueDataMembersSerializable = "WeibullProperty";
			splineSeriesView1.AxisYName = "Secondary AxisY 2";
			splineSeriesView1.Color = System.Drawing.Color.Red;
			splineSeriesView1.LineMarkerOptions.Visible = false;
			splineSeriesView1.LineStyle.Thickness = 1;
			series3.View = splineSeriesView1;
			this.chartControlWindSpeedFreq.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1,
        series2,
        series3};
			pointSeriesLabel3.LineVisible = true;
			this.chartControlWindSpeedFreq.SeriesTemplate.Label = pointSeriesLabel3;
			splineAreaSeriesView2.Transparency = ((byte)(0));
			this.chartControlWindSpeedFreq.SeriesTemplate.View = splineAreaSeriesView2;
			this.chartControlWindSpeedFreq.SideBySideBarDistanceFixed = 0;
			this.chartControlWindSpeedFreq.SideBySideEqualBarWidth = true;
			this.chartControlWindSpeedFreq.Size = new System.Drawing.Size(894, 203);
			this.chartControlWindSpeedFreq.TabIndex = 0;
			// 
			// chartControlWindDir
			// 
			this.chartControlWindDir.CacheToMemory = true;
			polarDiagram1.AxisY.NumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Percent;
			polarDiagram1.AxisY.NumericOptions.Precision = 1;
			polarDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
			polarDiagram1.AxisY.Range.SideMarginsEnabled = false;
			polarDiagram1.AxisY.Tickmarks.MinorVisible = false;
			polarDiagram1.AxisY.Tickmarks.Visible = false;
			polarDiagram1.AxisY.Visible = false;
			polarDiagram1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
			polarDiagram1.BorderVisible = false;
			polarDiagram1.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Solid;
			polarDiagram1.RotationDirection = DevExpress.XtraCharts.RadarDiagramRotationDirection.Clockwise;
			this.chartControlWindDir.Diagram = polarDiagram1;
			this.chartControlWindDir.Dock = System.Windows.Forms.DockStyle.Fill;
			this.chartControlWindDir.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Left;
			this.chartControlWindDir.Legend.HorizontalIndent = 2;
			this.chartControlWindDir.Legend.Padding.Bottom = 1;
			this.chartControlWindDir.Legend.Padding.Left = 1;
			this.chartControlWindDir.Legend.Padding.Right = 1;
			this.chartControlWindDir.Legend.Padding.Top = 1;
			this.chartControlWindDir.Legend.Shadow.Visible = true;
			this.chartControlWindDir.Legend.TextOffset = 1;
			this.chartControlWindDir.Legend.VerticalIndent = 1;
			this.chartControlWindDir.Location = new System.Drawing.Point(2, 225);
			this.chartControlWindDir.Name = "chartControlWindDir";
			series4.ArgumentDataMember = "DirectionProperty";
			series4.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
			radarPointSeriesLabel1.LineVisible = true;
			radarPointSeriesLabel1.Visible = false;
			series4.Label = radarPointSeriesLabel1;
			series4.Name = "Power From Direction";
			series4.ValueDataMembersSerializable = "PowerProperty";
			polarAreaSeriesView1.Border.Color = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(64)))));
			polarAreaSeriesView1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(196)))), ((int)(((byte)(196)))), ((int)(((byte)(64)))));
			polarAreaSeriesView1.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Solid;
			polarAreaSeriesView1.MarkerOptions.Visible = false;
			polarAreaSeriesView1.Transparency = ((byte)(64));
			series4.View = polarAreaSeriesView1;
			series5.ArgumentDataMember = "DirectionProperty";
			series5.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
			radarPointSeriesLabel2.LineVisible = true;
			radarPointSeriesLabel2.Visible = false;
			series5.Label = radarPointSeriesLabel2;
			series5.Name = "Wind From Direction";
			series5.ValueDataMembersSerializable = "FrequencyProperty";
			polarAreaSeriesView2.Border.Color = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(128)))), ((int)(((byte)(228)))));
			polarAreaSeriesView2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(96)))), ((int)(((byte)(128)))), ((int)(((byte)(228)))));
			polarAreaSeriesView2.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Solid;
			polarAreaSeriesView2.MarkerOptions.Visible = false;
			polarAreaSeriesView2.Transparency = ((byte)(196));
			series5.View = polarAreaSeriesView2;
			this.chartControlWindDir.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series4,
        series5};
			this.chartControlWindDir.SeriesTemplate.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
			radarPointSeriesLabel3.LineVisible = true;
			this.chartControlWindDir.SeriesTemplate.Label = radarPointSeriesLabel3;
			polarAreaSeriesView3.Transparency = ((byte)(0));
			this.chartControlWindDir.SeriesTemplate.View = polarAreaSeriesView3;
			this.chartControlWindDir.Size = new System.Drawing.Size(894, 652);
			this.chartControlWindDir.TabIndex = 1;
			// 
			// groupControl
			// 
			this.groupControl.Controls.Add(this.labelControl1);
			this.groupControl.Controls.Add(this.rangeTrackBarControlWeibullSpeeds);
			this.groupControl.Controls.Add(this.chartControlWindDir);
			this.groupControl.Controls.Add(this.chartControlWindSpeedFreq);
			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(898, 879);
			this.groupControl.TabIndex = 2;
			this.groupControl.Text = "Wind Resource Analysis";
			// 
			// labelControl1
			// 
			this.labelControl1.Location = new System.Drawing.Point(165, 4);
			this.labelControl1.Name = "labelControl1";
			this.labelControl1.Size = new System.Drawing.Size(72, 13);
			this.labelControl1.TabIndex = 3;
			this.labelControl1.Text = "Weibull Range:";
			// 
			// rangeTrackBarControlWeibullSpeeds
			// 
			this.rangeTrackBarControlWeibullSpeeds.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
			this.rangeTrackBarControlWeibullSpeeds.EditValue = new DevExpress.XtraEditors.Repository.TrackBarRange(0, 70);
			this.rangeTrackBarControlWeibullSpeeds.Location = new System.Drawing.Point(243, 0);
			this.rangeTrackBarControlWeibullSpeeds.Name = "rangeTrackBarControlWeibullSpeeds";
			this.rangeTrackBarControlWeibullSpeeds.Properties.AutoSize = false;
			this.rangeTrackBarControlWeibullSpeeds.Properties.Maximum = 70;
			this.rangeTrackBarControlWeibullSpeeds.Properties.ShowValueToolTip = true;
			this.rangeTrackBarControlWeibullSpeeds.Properties.TickFrequency = 2;
			this.rangeTrackBarControlWeibullSpeeds.Size = new System.Drawing.Size(655, 22);
			this.rangeTrackBarControlWeibullSpeeds.TabIndex = 2;
			this.rangeTrackBarControlWeibullSpeeds.Value = new DevExpress.XtraEditors.Repository.TrackBarRange(0, 70);
			this.rangeTrackBarControlWeibullSpeeds.EditValueChanged += new System.EventHandler(this.rangeTrackBarControlWeibullSpeeds_EditValueChanged);
			// 
			// bindingSourceWindSpeedFreq
			// 
			this.bindingSourceWindSpeedFreq.DataSource = typeof(Atmo.Stats.WindSpeedFrequency);
			// 
			// bindingSourceWindDir
			// 
			this.bindingSourceWindDir.DataSource = typeof(Atmo.Stats.WindDirectionEnergy);
			// 
			// WindResourceGraph
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.Controls.Add(this.groupControl);
			this.Name = "WindResourceGraph";
			this.Size = new System.Drawing.Size(898, 879);
			((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(secondaryAxisY2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
			((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit();
			((System.ComponentModel.ISupportInitialize)(splineAreaSeriesView2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.chartControlWindSpeedFreq)).EndInit();
			((System.ComponentModel.ISupportInitialize)(polarDiagram1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(radarPointSeriesLabel1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(polarAreaSeriesView1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
			((System.ComponentModel.ISupportInitialize)(radarPointSeriesLabel2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(polarAreaSeriesView2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(series5)).EndInit();
			((System.ComponentModel.ISupportInitialize)(radarPointSeriesLabel3)).EndInit();
			((System.ComponentModel.ISupportInitialize)(polarAreaSeriesView3)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.chartControlWindDir)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.groupControl)).EndInit();
			this.groupControl.ResumeLayout(false);
			this.groupControl.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this.rangeTrackBarControlWeibullSpeeds.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.rangeTrackBarControlWeibullSpeeds)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.bindingSourceWindSpeedFreq)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.bindingSourceWindDir)).EndInit();
			this.ResumeLayout(false);

		}
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraCharts.XYDiagram                   xyDiagram1                  = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.XYDiagramPane               xyDiagramPane1              = new DevExpress.XtraCharts.XYDiagramPane();
     DevExpress.XtraCharts.SecondaryAxisY              secondaryAxisY1             = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.Series                      series1                     = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.LineSeriesView              lineSeriesView1             = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series                      series2                     = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.LineSeriesView              lineSeriesView2             = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series                      series3                     = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.StepAreaSeriesView          stepAreaSeriesView1         = new DevExpress.XtraCharts.StepAreaSeriesView();
     DevExpress.XtraCharts.StepAreaSeriesView          stepAreaSeriesView2         = new DevExpress.XtraCharts.StepAreaSeriesView();
     DevExpress.XtraGrid.GridFormatRule                gridFormatRule1             = new DevExpress.XtraGrid.GridFormatRule();
     DevExpress.XtraEditors.FormatConditionRuleValue   formatConditionRuleValue1   = new DevExpress.XtraEditors.FormatConditionRuleValue();
     DevExpress.XtraGrid.GridFormatRule                gridFormatRule2             = new DevExpress.XtraGrid.GridFormatRule();
     DevExpress.XtraEditors.FormatConditionRuleValue   formatConditionRuleValue2   = new DevExpress.XtraEditors.FormatConditionRuleValue();
     DevExpress.XtraGrid.GridFormatRule                gridFormatRule3             = new DevExpress.XtraGrid.GridFormatRule();
     DevExpress.XtraEditors.FormatConditionRuleDataBar formatConditionRuleDataBar1 = new DevExpress.XtraEditors.FormatConditionRuleDataBar();
     this.colMaxDeviation        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.myChartControl1        = new CryptoMarketClient.MyChartControl();
     this.gridControl1           = new DevExpress.XtraGrid.GridControl();
     this.dependencyArbitrageHistoryItemBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.gridView1               = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colTime                 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLowerAsk             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colUpperBid             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colMaxDeviationExchange = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colMaxDeviationTicker   = new DevExpress.XtraGrid.Columns.GridColumn();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.myChartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stepAreaSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stepAreaSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dependencyArbitrageHistoryItemBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     this.SuspendLayout();
     //
     // colMaxDeviation
     //
     this.colMaxDeviation.DisplayFormat.FormatString = "0.00000000";
     this.colMaxDeviation.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colMaxDeviation.FieldName    = "MaxDeviation";
     this.colMaxDeviation.MinWidth     = 40;
     this.colMaxDeviation.Name         = "colMaxDeviation";
     this.colMaxDeviation.Visible      = true;
     this.colMaxDeviation.VisibleIndex = 1;
     this.colMaxDeviation.Width        = 150;
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.Location = new System.Drawing.Point(0, 0);
     this.splitContainerControl1.Name     = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.myChartControl1);
     this.splitContainerControl1.Panel1.Text = "Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.gridControl1);
     this.splitContainerControl1.Panel2.Text      = "Panel2";
     this.splitContainerControl1.Size             = new System.Drawing.Size(2371, 1099);
     this.splitContainerControl1.SplitterPosition = 1673;
     this.splitContainerControl1.TabIndex         = 0;
     this.splitContainerControl1.Text             = "splitContainerControl1";
     //
     // myChartControl1
     //
     xyDiagram1.AxisX.DateTimeScaleOptions.MeasureUnit = DevExpress.XtraCharts.DateTimeMeasureUnit.Second;
     xyDiagram1.AxisX.GridLines.MinorVisible           = true;
     xyDiagram1.AxisX.GridLines.Visible = true;
     xyDiagram1.AxisX.Label.ResolveOverlappingOptions.AllowRotate  = false;
     xyDiagram1.AxisX.Label.ResolveOverlappingOptions.AllowStagger = false;
     xyDiagram1.AxisX.Label.TextPattern          = "{A:hh:mm:ss}";
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1;0";
     xyDiagram1.AxisY.Alignment                      = DevExpress.XtraCharts.AxisAlignment.Far;
     xyDiagram1.AxisY.Label.TextPattern              = "{V:f8}";
     xyDiagram1.AxisY.VisibleInPanesSerializable     = "-1";
     xyDiagram1.AxisY.WholeRange.AlwaysShowZeroLevel = false;
     xyDiagram1.EnableAxisXScrolling                 = true;
     xyDiagram1.EnableAxisXZooming                   = true;
     xyDiagramPane1.Name   = "Pane 1";
     xyDiagramPane1.PaneID = 0;
     xyDiagramPane1.Weight = 0.5D;
     xyDiagram1.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] {
         xyDiagramPane1
     });
     secondaryAxisY1.AxisID            = 0;
     secondaryAxisY1.Label.TextPattern = "{V:f8}";
     secondaryAxisY1.Name = "Secondary AxisY 1";
     secondaryAxisY1.VisibleInPanesSerializable = "0";
     xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY1
     });
     this.myChartControl1.Diagram = xyDiagram1;
     this.myChartControl1.Dock    = System.Windows.Forms.DockStyle.Fill;
     this.myChartControl1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Left;
     this.myChartControl1.Legend.Name       = "Default Legend";
     this.myChartControl1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.myChartControl1.Location          = new System.Drawing.Point(0, 0);
     this.myChartControl1.Name = "myChartControl1";
     series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
     series1.Name = "Upper";
     series1.View = lineSeriesView1;
     series2.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
     series2.Name = "Lower";
     series2.View = lineSeriesView2;
     series3.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
     series3.Name = "Deviation";
     stepAreaSeriesView1.AxisYName = "Secondary AxisY 1";
     stepAreaSeriesView1.PaneName  = "Pane 1";
     series3.View = stepAreaSeriesView1;
     this.myChartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2,
         series3
     };
     stepAreaSeriesView2.Transparency         = ((byte)(0));
     this.myChartControl1.SeriesTemplate.View = stepAreaSeriesView2;
     this.myChartControl1.Size     = new System.Drawing.Size(1673, 1099);
     this.myChartControl1.TabIndex = 0;
     //
     // gridControl1
     //
     this.gridControl1.DataSource = this.dependencyArbitrageHistoryItemBindingSource;
     this.gridControl1.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.gridControl1.Location   = new System.Drawing.Point(0, 0);
     this.gridControl1.MainView   = this.gridView1;
     this.gridControl1.Name       = "gridControl1";
     this.gridControl1.Size       = new System.Drawing.Size(688, 1099);
     this.gridControl1.TabIndex   = 0;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     this.gridControl1.Click += new System.EventHandler(this.gridControl1_Click);
     //
     // dependencyArbitrageHistoryItemBindingSource
     //
     this.dependencyArbitrageHistoryItemBindingSource.DataSource = typeof(Crypto.Core.Common.Arbitrages.DependencyArbitrageHistoryItem);
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colTime,
         this.colMaxDeviation,
         this.colLowerAsk,
         this.colUpperBid,
         this.colMaxDeviationExchange,
         this.colMaxDeviationTicker
     });
     this.gridView1.FocusRectStyle                             = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     gridFormatRule1.Name                                      = "Format0";
     formatConditionRuleValue1.Condition                       = DevExpress.XtraEditors.FormatCondition.Greater;
     formatConditionRuleValue1.Expression                      = "[MaxDeviation] > [Thresold]";
     formatConditionRuleValue1.PredefinedName                  = "Green Text";
     gridFormatRule1.Rule                                      = formatConditionRuleValue1;
     gridFormatRule2.ApplyToRow                                = true;
     gridFormatRule2.Name                                      = "Format1";
     formatConditionRuleValue2.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     formatConditionRuleValue2.Appearance.Options.UseBackColor = true;
     formatConditionRuleValue2.Condition                       = DevExpress.XtraEditors.FormatCondition.Equal;
     formatConditionRuleValue2.Value1                          = false;
     gridFormatRule2.Rule                                      = formatConditionRuleValue2;
     gridFormatRule3.Column                                    = this.colMaxDeviation;
     gridFormatRule3.ColumnApplyTo                             = this.colMaxDeviation;
     gridFormatRule3.Name                                      = "FormatDeviation";
     formatConditionRuleDataBar1.AxisColor                     = System.Drawing.Color.White;
     formatConditionRuleDataBar1.DrawAxisAtMiddle              = true;
     formatConditionRuleDataBar1.PredefinedName                = "Green";
     gridFormatRule3.Rule                                      = formatConditionRuleDataBar1;
     this.gridView1.FormatRules.Add(gridFormatRule1);
     this.gridView1.FormatRules.Add(gridFormatRule2);
     this.gridView1.FormatRules.Add(gridFormatRule3);
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.LevelIndent = 0;
     this.gridView1.Name        = "gridView1";
     this.gridView1.OptionsBehavior.AllowPixelScrolling                 = DevExpress.Utils.DefaultBoolean.True;
     this.gridView1.OptionsBehavior.Editable                            = false;
     this.gridView1.OptionsDetail.EnableMasterViewMode                  = false;
     this.gridView1.OptionsSelection.CheckBoxSelectorColumnWidth        = 60;
     this.gridView1.OptionsSelection.CheckBoxSelectorField              = "IsSelectedInDependencyArbitrageForm";
     this.gridView1.OptionsSelection.EnableAppearanceFocusedCell        = false;
     this.gridView1.OptionsSelection.EnableAppearanceFocusedRow         = false;
     this.gridView1.OptionsSelection.MultiSelect                        = true;
     this.gridView1.OptionsSelection.ShowCheckBoxSelectorInColumnHeader = DevExpress.Utils.DefaultBoolean.True;
     this.gridView1.OptionsView.EnableAppearanceEvenRow                 = true;
     this.gridView1.OptionsView.ShowHorizontalLines                     = DevExpress.Utils.DefaultBoolean.False;
     this.gridView1.OptionsView.ShowVerticalLines                       = DevExpress.Utils.DefaultBoolean.False;
     this.gridView1.PreviewIndent = 0;
     //
     // colTime
     //
     this.colTime.DisplayFormat.FormatString = "HH:mm:ss.fff";
     this.colTime.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.colTime.FieldName    = "Time";
     this.colTime.MinWidth     = 40;
     this.colTime.Name         = "colTime";
     this.colTime.Visible      = true;
     this.colTime.VisibleIndex = 0;
     this.colTime.Width        = 150;
     //
     // colLowerAsk
     //
     this.colLowerAsk.DisplayFormat.FormatString = "0.00000000";
     this.colLowerAsk.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colLowerAsk.FieldName    = "LowerAsk";
     this.colLowerAsk.MinWidth     = 40;
     this.colLowerAsk.Name         = "colLowerAsk";
     this.colLowerAsk.Visible      = true;
     this.colLowerAsk.VisibleIndex = 2;
     this.colLowerAsk.Width        = 150;
     //
     // colUpperBid
     //
     this.colUpperBid.DisplayFormat.FormatString = "0.00000000";
     this.colUpperBid.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colUpperBid.FieldName    = "UpperBid";
     this.colUpperBid.MinWidth     = 40;
     this.colUpperBid.Name         = "colUpperBid";
     this.colUpperBid.Visible      = true;
     this.colUpperBid.VisibleIndex = 3;
     this.colUpperBid.Width        = 150;
     //
     // colMaxDeviationExchange
     //
     this.colMaxDeviationExchange.FieldName    = "MaxDeviationExchange";
     this.colMaxDeviationExchange.MinWidth     = 40;
     this.colMaxDeviationExchange.Name         = "colMaxDeviationExchange";
     this.colMaxDeviationExchange.Visible      = true;
     this.colMaxDeviationExchange.VisibleIndex = 4;
     this.colMaxDeviationExchange.Width        = 150;
     //
     // colMaxDeviationTicker
     //
     this.colMaxDeviationTicker.FieldName    = "MaxDeviationTicker";
     this.colMaxDeviationTicker.MinWidth     = 40;
     this.colMaxDeviationTicker.Name         = "colMaxDeviationTicker";
     this.colMaxDeviationTicker.Visible      = true;
     this.colMaxDeviationTicker.VisibleIndex = 5;
     this.colMaxDeviationTicker.Width        = 150;
     //
     // DependencyArbitrageChartForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(2371, 1099);
     this.Controls.Add(this.splitContainerControl1);
     this.Name = "DependencyArbitrageChartForm";
     this.Text = "Dependency Arbitrage Chart";
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stepAreaSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stepAreaSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.myChartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dependencyArbitrageHistoryItemBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     this.ResumeLayout(false);
 }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.XYDiagramPane xyDiagramPane1 = new DevExpress.XtraCharts.XYDiagramPane();
            DevExpress.XtraCharts.SecondaryAxisY secondaryAxisY1 = new DevExpress.XtraCharts.SecondaryAxisY();
            DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView();
            DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointSeriesView pointSeriesView1 = new DevExpress.XtraCharts.PointSeriesView();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel3 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.LineSeriesView lineSeriesView2 = new DevExpress.XtraCharts.LineSeriesView();
            this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
            this.SuspendLayout();
            // 
            // chartControl1
            // 
            xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisX.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1;0";
            xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisY.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram1.EnableAxisXScrolling = true;
            xyDiagram1.EnableAxisXZooming = true;
            xyDiagramPane1.Name = "Pane 1";
            xyDiagramPane1.PaneID = 0;
            xyDiagramPane1.Weight = 0.6D;
            xyDiagram1.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] {
            xyDiagramPane1});
            secondaryAxisY1.Alignment = DevExpress.XtraCharts.AxisAlignment.Near;
            secondaryAxisY1.AxisID = 0;
            secondaryAxisY1.Name = "Secondary AxisY 1";
            secondaryAxisY1.Range.ScrollingRange.SideMarginsEnabled = true;
            secondaryAxisY1.Range.SideMarginsEnabled = true;
            secondaryAxisY1.VisibleInPanesSerializable = "0";
            xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
            secondaryAxisY1});
            this.chartControl1.Diagram = xyDiagram1;
            this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.chartControl1.Legend.Visible = false;
            this.chartControl1.Location = new System.Drawing.Point(0, 0);
            this.chartControl1.Name = "chartControl1";
            pointSeriesLabel1.LineVisible = true;
            series1.Label = pointSeriesLabel1;
            series1.Name = "Series 1";
            series1.View = lineSeriesView1;
            pointSeriesLabel2.LineVisible = true;
            series2.Label = pointSeriesLabel2;
            series2.Name = "Series 2";
            pointSeriesView1.AxisYName = "Secondary AxisY 1";
            pointSeriesView1.PaneName = "Pane 1";
            series2.View = pointSeriesView1;
            this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1,
        series2};
            pointSeriesLabel3.LineVisible = true;
            this.chartControl1.SeriesTemplate.Label = pointSeriesLabel3;
            this.chartControl1.SeriesTemplate.View = lineSeriesView2;
            this.chartControl1.Size = new System.Drawing.Size(672, 464);
            this.chartControl1.TabIndex = 0;
            // 
            // SPCDetermineDrawBoard
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.chartControl1);
            this.Name = "SPCDetermineDrawBoard";
            this.Size = new System.Drawing.Size(672, 464);
            ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
            this.ResumeLayout(false);

        }
 /// <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.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(1D, new object[] {
         ((object)(0D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint2 = new DevExpress.XtraCharts.SeriesPoint(2D, new object[] {
         ((object)(0D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint3 = new DevExpress.XtraCharts.SeriesPoint(3D, new object[] {
         ((object)(0D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint4 = new DevExpress.XtraCharts.SeriesPoint(4D, new object[] {
         ((object)(0D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint5 = new DevExpress.XtraCharts.SeriesPoint(5D, new object[] {
         ((object)(0D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint6 = new DevExpress.XtraCharts.SeriesPoint(6D, new object[] {
         ((object)(0D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint7 = new DevExpress.XtraCharts.SeriesPoint(7D, new object[] {
         ((object)(222D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint8 = new DevExpress.XtraCharts.SeriesPoint(8D, new object[] {
         ((object)(0D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint9 = new DevExpress.XtraCharts.SeriesPoint(9D, new object[] {
         ((object)(0D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint10 = new DevExpress.XtraCharts.SeriesPoint(10D, new object[] {
         ((object)(0D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint11 = new DevExpress.XtraCharts.SeriesPoint(11D, new object[] {
         ((object)(444D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint12 = new DevExpress.XtraCharts.SeriesPoint(12D, new object[] {
         ((object)(0D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint13 = new DevExpress.XtraCharts.SeriesPoint(13D, new object[] {
         ((object)(0D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint14 = new DevExpress.XtraCharts.SeriesPoint(14D, new object[] {
         ((object)(0D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint15 = new DevExpress.XtraCharts.SeriesPoint(15D, new object[] {
         ((object)(0D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint16 = new DevExpress.XtraCharts.SeriesPoint(16D, new object[] {
         ((object)(54D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint17 = new DevExpress.XtraCharts.SeriesPoint(17D, new object[] {
         ((object)(0D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint18 = new DevExpress.XtraCharts.SeriesPoint(18D, new object[] {
         ((object)(0D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint19 = new DevExpress.XtraCharts.SeriesPoint(19D, new object[] {
         ((object)(0D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint20 = new DevExpress.XtraCharts.SeriesPoint(20D, new object[] {
         ((object)(0D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint21 = new DevExpress.XtraCharts.SeriesPoint(21D, new object[] {
         ((object)(212D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint22 = new DevExpress.XtraCharts.SeriesPoint(22D, new object[] {
         ((object)(0D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint23 = new DevExpress.XtraCharts.SeriesPoint(23D, new object[] {
         ((object)(0D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint24 = new DevExpress.XtraCharts.SeriesPoint(24D, new object[] {
         ((object)(111D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint25 = new DevExpress.XtraCharts.SeriesPoint(25D, new object[] {
         ((object)(0D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint26 = new DevExpress.XtraCharts.SeriesPoint(26D, new object[] {
         ((object)(0D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint27 = new DevExpress.XtraCharts.SeriesPoint(27D, new object[] {
         ((object)(0D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint28 = new DevExpress.XtraCharts.SeriesPoint(28D, new object[] {
         ((object)(333D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint29 = new DevExpress.XtraCharts.SeriesPoint(29D, new object[] {
         ((object)(0D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint30 = new DevExpress.XtraCharts.SeriesPoint(30D, new object[] {
         ((object)(0D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint31 = new DevExpress.XtraCharts.SeriesPoint(31D, new object[] {
         ((object)(222D))
     });
     DevExpress.XtraCharts.SideBySideBarSeriesView sideBySideBarSeriesView1 = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     DevExpress.XtraCharts.Series           series2           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.SeriesPoint      seriesPoint32     = new DevExpress.XtraCharts.SeriesPoint("1", new object[] {
         ((object)(22D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint33 = new DevExpress.XtraCharts.SeriesPoint("2", new object[] {
         ((object)(33D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint34 = new DevExpress.XtraCharts.SeriesPoint("3", new object[] {
         ((object)(44D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint35 = new DevExpress.XtraCharts.SeriesPoint("4", new object[] {
         ((object)(55D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint36 = new DevExpress.XtraCharts.SeriesPoint("5", new object[] {
         ((object)(66D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint37 = new DevExpress.XtraCharts.SeriesPoint("6", new object[] {
         ((object)(77D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint38 = new DevExpress.XtraCharts.SeriesPoint("7", new object[] {
         ((object)(88D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint39 = new DevExpress.XtraCharts.SeriesPoint("8", new object[] {
         ((object)(99D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint40 = new DevExpress.XtraCharts.SeriesPoint("9", new object[] {
         ((object)(111D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint41 = new DevExpress.XtraCharts.SeriesPoint("10", new object[] {
         ((object)(222D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint42 = new DevExpress.XtraCharts.SeriesPoint("11", new object[] {
         ((object)(333D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint43 = new DevExpress.XtraCharts.SeriesPoint("12", new object[] {
         ((object)(444D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint44 = new DevExpress.XtraCharts.SeriesPoint("13", new object[] {
         ((object)(122D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint45 = new DevExpress.XtraCharts.SeriesPoint("14", new object[] {
         ((object)(133D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint46 = new DevExpress.XtraCharts.SeriesPoint("15", new object[] {
         ((object)(144D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint47 = new DevExpress.XtraCharts.SeriesPoint("16", new object[] {
         ((object)(211D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint48 = new DevExpress.XtraCharts.SeriesPoint("17", new object[] {
         ((object)(233D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint49 = new DevExpress.XtraCharts.SeriesPoint("18", new object[] {
         ((object)(244D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint50 = new DevExpress.XtraCharts.SeriesPoint("19", new object[] {
         ((object)(255D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint51 = new DevExpress.XtraCharts.SeriesPoint("20", new object[] {
         ((object)(266D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint52 = new DevExpress.XtraCharts.SeriesPoint("21", new object[] {
         ((object)(277D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint53 = new DevExpress.XtraCharts.SeriesPoint("22", new object[] {
         ((object)(288D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint54 = new DevExpress.XtraCharts.SeriesPoint("23", new object[] {
         ((object)(299D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint55 = new DevExpress.XtraCharts.SeriesPoint("24", new object[] {
         ((object)(311D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint56 = new DevExpress.XtraCharts.SeriesPoint("25", new object[] {
         ((object)(322D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint57 = new DevExpress.XtraCharts.SeriesPoint("26", new object[] {
         ((object)(344D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint58 = new DevExpress.XtraCharts.SeriesPoint("27", new object[] {
         ((object)(355D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint59 = new DevExpress.XtraCharts.SeriesPoint("28", new object[] {
         ((object)(366D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint60 = new DevExpress.XtraCharts.SeriesPoint("29", new object[] {
         ((object)(377D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint61 = new DevExpress.XtraCharts.SeriesPoint("30", new object[] {
         ((object)(388D))
     });
     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.SeriesPoint      seriesPoint62     = new DevExpress.XtraCharts.SeriesPoint("1", new object[] {
         ((object)(0.05D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint63 = new DevExpress.XtraCharts.SeriesPoint("2", new object[] {
         ((object)(0.1D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint64 = new DevExpress.XtraCharts.SeriesPoint("3", new object[] {
         ((object)(0.2D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint65 = new DevExpress.XtraCharts.SeriesPoint("4", new object[] {
         ((object)(0.3D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint66 = new DevExpress.XtraCharts.SeriesPoint("5", new object[] {
         ((object)(0.4D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint67 = new DevExpress.XtraCharts.SeriesPoint("6", new object[] {
         ((object)(0.5D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint68 = new DevExpress.XtraCharts.SeriesPoint("7", new object[] {
         ((object)(0.6D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint69 = new DevExpress.XtraCharts.SeriesPoint("8", new object[] {
         ((object)(0.7D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint70 = new DevExpress.XtraCharts.SeriesPoint("9", new object[] {
         ((object)(0.8D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint71 = new DevExpress.XtraCharts.SeriesPoint("10", new object[] {
         ((object)(0.85D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint72 = new DevExpress.XtraCharts.SeriesPoint("11", new object[] {
         ((object)(0.4D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint73 = new DevExpress.XtraCharts.SeriesPoint("12", new object[] {
         ((object)(0.3D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint74 = new DevExpress.XtraCharts.SeriesPoint("13", new object[] {
         ((object)(0.2D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint75 = new DevExpress.XtraCharts.SeriesPoint("14", new object[] {
         ((object)(0.5D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint76 = new DevExpress.XtraCharts.SeriesPoint("15", new object[] {
         ((object)(0.6D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint77 = new DevExpress.XtraCharts.SeriesPoint("16", new object[] {
         ((object)(0.7D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint78 = new DevExpress.XtraCharts.SeriesPoint("17", new object[] {
         ((object)(0.8D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint79 = new DevExpress.XtraCharts.SeriesPoint("18", new object[] {
         ((object)(0.2D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint80 = new DevExpress.XtraCharts.SeriesPoint("19", new object[] {
         ((object)(0.1D))
     });
     DevExpress.XtraCharts.LineSeriesView           lineSeriesView2           = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series                   series4                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.LineSeriesView           lineSeriesView3           = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.XYDiagram                xyDiagram2                = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.SecondaryAxisY           secondaryAxisY2           = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.Series                   series5                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel2 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesView  sideBySideBarSeriesView2  = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     DevExpress.XtraCharts.Series                   series6                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel         pointSeriesLabel3         = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.LineSeriesView           lineSeriesView4           = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series                   series7                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel         pointSeriesLabel4         = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.LineSeriesView           lineSeriesView5           = new DevExpress.XtraCharts.LineSeriesView();
     this.timer1        = new System.Windows.Forms.Timer(this.components);
     this.chartControl2 = new DevExpress.XtraCharts.ChartControl();
     this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(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)(series4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView5)).BeginInit();
     this.SuspendLayout();
     //
     // timer1
     //
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // chartControl2
     //
     this.chartControl2.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.chartControl2.AppearanceNameSerializable = "Chameleon";
     xyDiagram1.AxisX.Title.Font = new System.Drawing.Font("Tahoma", 10F);
     xyDiagram1.AxisX.Title.Text = "Ngày/Tháng";
     xyDiagram1.AxisX.VisibleInPanesSerializable       = "-1";
     xyDiagram1.AxisX.VisualRange.Auto                 = false;
     xyDiagram1.AxisX.VisualRange.AutoSideMargins      = true;
     xyDiagram1.AxisX.VisualRange.MaxValueSerializable = "31";
     xyDiagram1.AxisX.VisualRange.MinValueSerializable = "0";
     xyDiagram1.AxisX.WholeRange.Auto                 = false;
     xyDiagram1.AxisX.WholeRange.AutoSideMargins      = true;
     xyDiagram1.AxisX.WholeRange.MaxValueSerializable = "31";
     xyDiagram1.AxisX.WholeRange.MinValueSerializable = "0";
     xyDiagram1.AxisY.Title.Font    = new System.Drawing.Font("Tahoma", 10F);
     xyDiagram1.AxisY.Title.Text    = "Số lượng hàng gia công";
     xyDiagram1.AxisY.Title.Visible = true;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     xyDiagram1.DefaultPane.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     xyDiagram1.DefaultPane.FillStyle.FillMode   = DevExpress.XtraCharts.FillMode.Solid;
     xyDiagram1.Margins.Bottom     = 13;
     xyDiagram1.Margins.Left       = 13;
     xyDiagram1.Margins.Right      = 13;
     xyDiagram1.Margins.Top        = 13;
     xyDiagram1.PaneDistance       = 18;
     secondaryAxisY1.AxisID        = 0;
     secondaryAxisY1.Name          = "Secondary AxisY 1";
     secondaryAxisY1.Title.Font    = new System.Drawing.Font("Tahoma", 10F);
     secondaryAxisY1.Title.Text    = "Số lần mài dao";
     secondaryAxisY1.Title.Visible = true;
     secondaryAxisY1.VisibleInPanesSerializable = "-1";
     xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY1
     });
     this.chartControl2.Diagram                    = xyDiagram1;
     this.chartControl2.EmptyChartText.Text        = "Không tải được dữ liêu\r\n";
     this.chartControl2.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.chartControl2.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside;
     this.chartControl2.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.chartControl2.Legend.EquallySpacedItems  = false;
     this.chartControl2.Legend.Margins.Bottom      = 0;
     this.chartControl2.Legend.Margins.Left        = 0;
     this.chartControl2.Legend.Margins.Right       = 0;
     this.chartControl2.Legend.Margins.Top         = 0;
     this.chartControl2.Legend.UseCheckBoxes       = true;
     this.chartControl2.Location                   = new System.Drawing.Point(6, 6);
     this.chartControl2.Name           = "chartControl2";
     this.chartControl2.Padding.Bottom = 4;
     this.chartControl2.Padding.Left   = 4;
     this.chartControl2.Padding.Right  = 4;
     this.chartControl2.Padding.Top    = 4;
     this.chartControl2.PaletteName    = "Palette 1";
     this.chartControl2.PaletteRepository.Add("Palette 1", new DevExpress.XtraCharts.Palette("Palette 1", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] {
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(217)))), ((int)(((byte)(54))))), System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(217)))), ((int)(((byte)(54)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(202)))), ((int)(((byte)(202))))), System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(202)))), ((int)(((byte)(202)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.Red, System.Drawing.Color.Red)
     }));
     this.chartControl2.RuntimeSeriesSelectionMode = DevExpress.XtraCharts.SeriesSelectionMode.Point;
     series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
     sideBySideBarSeriesLabel1.Antialiasing = true;
     sideBySideBarSeriesLabel1.LineVisible  = false;
     series1.Label            = sideBySideBarSeriesLabel1;
     series1.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True;
     series1.Name             = "Số sản phẩm gia công sau mài";
     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
     });
     sideBySideBarSeriesView1.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Solid;
     series1.View                             = sideBySideBarSeriesView1;
     pointSeriesLabel1.Angle                  = 90;
     pointSeriesLabel1.Antialiasing           = true;
     pointSeriesLabel1.BackColor              = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     pointSeriesLabel1.LineColor              = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     pointSeriesLabel1.LineStyle.DashStyle    = DevExpress.XtraCharts.DashStyle.Dot;
     pointSeriesLabel1.LineStyle.Thickness    = 2;
     pointSeriesLabel1.LineVisible            = false;
     pointSeriesLabel1.ResolveOverlappingMode = DevExpress.XtraCharts.ResolveOverlappingMode.HideOverlapped;
     series2.Label                            = pointSeriesLabel1;
     series2.LabelsVisibility                 = DevExpress.Utils.DefaultBoolean.True;
     series2.Name                             = "Số lần mài";
     series2.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint32,
         seriesPoint33,
         seriesPoint34,
         seriesPoint35,
         seriesPoint36,
         seriesPoint37,
         seriesPoint38,
         seriesPoint39,
         seriesPoint40,
         seriesPoint41,
         seriesPoint42,
         seriesPoint43,
         seriesPoint44,
         seriesPoint45,
         seriesPoint46,
         seriesPoint47,
         seriesPoint48,
         seriesPoint49,
         seriesPoint50,
         seriesPoint51,
         seriesPoint52,
         seriesPoint53,
         seriesPoint54,
         seriesPoint55,
         seriesPoint56,
         seriesPoint57,
         seriesPoint58,
         seriesPoint59,
         seriesPoint60,
         seriesPoint61
     });
     lineSeriesView1.LineMarkerOptions.BorderColor        = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     lineSeriesView1.LineMarkerOptions.Color              = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     lineSeriesView1.LineMarkerOptions.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Hatch;
     lineSeriesView1.LineMarkerOptions.Size = 7;
     lineSeriesView1.MarkerVisibility       = DevExpress.Utils.DefaultBoolean.True;
     series2.View                             = lineSeriesView1;
     pointSeriesLabel2.Angle                  = 90;
     pointSeriesLabel2.Antialiasing           = true;
     pointSeriesLabel2.LineLength             = 5;
     pointSeriesLabel2.LineStyle.DashStyle    = DevExpress.XtraCharts.DashStyle.Dot;
     pointSeriesLabel2.LineVisible            = false;
     pointSeriesLabel2.ResolveOverlappingMode = DevExpress.XtraCharts.ResolveOverlappingMode.HideOverlapped;
     series3.Label                            = pointSeriesLabel2;
     series3.LabelsVisibility                 = DevExpress.Utils.DefaultBoolean.True;
     series3.Name                             = "STD sau mài";
     series3.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint62,
         seriesPoint63,
         seriesPoint64,
         seriesPoint65,
         seriesPoint66,
         seriesPoint67,
         seriesPoint68,
         seriesPoint69,
         seriesPoint70,
         seriesPoint71,
         seriesPoint72,
         seriesPoint73,
         seriesPoint74,
         seriesPoint75,
         seriesPoint76,
         seriesPoint77,
         seriesPoint78,
         seriesPoint79,
         seriesPoint80
     });
     lineSeriesView2.AxisYName = "Secondary AxisY 1";
     lineSeriesView2.LineMarkerOptions.BorderColor        = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     lineSeriesView2.LineMarkerOptions.Color              = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     lineSeriesView2.LineMarkerOptions.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Hatch;
     lineSeriesView2.LineMarkerOptions.Size = 7;
     lineSeriesView2.MarkerVisibility       = DevExpress.Utils.DefaultBoolean.True;
     series3.View         = lineSeriesView2;
     series4.Name         = "Series 1";
     series4.ShowInLegend = false;
     series4.View         = lineSeriesView3;
     this.chartControl2.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2,
         series3,
         series4
     };
     this.chartControl2.SideBySideBarDistanceVariable = 0.1D;
     this.chartControl2.Size     = new System.Drawing.Size(788, 326);
     this.chartControl2.TabIndex = 220;
     this.chartControl2.CustomDrawSeriesPoint += new DevExpress.XtraCharts.CustomDrawSeriesPointEventHandler(this.chartControl2_CustomDrawSeriesPoint);
     //
     // chartControl1
     //
     this.chartControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.chartControl1.AppearanceNameSerializable = "Chameleon";
     this.chartControl1.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.chartControl1.BorderOptions.Visible = false;
     xyDiagram2.AxisX.Color                      = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     xyDiagram2.AxisX.Label.TextColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     xyDiagram2.AxisX.Title.Font                 = new System.Drawing.Font("Tahoma", 10F);
     xyDiagram2.AxisX.Title.Text                 = "Ngày/Tháng";
     xyDiagram2.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram2.AxisX.WholeRange.AutoSideMargins = true;
     xyDiagram2.AxisY.Color                      = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     xyDiagram2.AxisY.Label.TextColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     xyDiagram2.AxisY.Title.Font                 = new System.Drawing.Font("Tahoma", 10F);
     xyDiagram2.AxisY.Title.Text                 = "";
     xyDiagram2.AxisY.Title.TextColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     xyDiagram2.AxisY.Title.Visible              = true;
     xyDiagram2.AxisY.VisibleInPanesSerializable = "-1";
     xyDiagram2.DefaultPane.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     xyDiagram2.DefaultPane.BorderColor          = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     xyDiagram2.DefaultPane.FillStyle.FillMode   = DevExpress.XtraCharts.FillMode.Solid;
     xyDiagram2.Margins.Bottom                   = 13;
     xyDiagram2.Margins.Left                     = 13;
     xyDiagram2.Margins.Right                    = 13;
     xyDiagram2.Margins.Top                      = 13;
     xyDiagram2.PaneDistance                     = 18;
     secondaryAxisY2.AxisID                      = 0;
     secondaryAxisY2.Color                      = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     secondaryAxisY2.Label.TextColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     secondaryAxisY2.Name                       = "Secondary AxisY 1";
     secondaryAxisY2.Title.Font                 = new System.Drawing.Font("Tahoma", 10F);
     secondaryAxisY2.Title.Text                 = "";
     secondaryAxisY2.Title.TextColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     secondaryAxisY2.Title.Visible              = true;
     secondaryAxisY2.VisibleInPanesSerializable = "-1";
     xyDiagram2.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY2
     });
     this.chartControl1.Diagram                    = xyDiagram2;
     this.chartControl1.EmptyChartText.Text        = "Không tải được dữ liêu\r\n";
     this.chartControl1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.chartControl1.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside;
     this.chartControl1.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.chartControl1.Legend.EquallySpacedItems  = false;
     this.chartControl1.Legend.Margins.Bottom      = 0;
     this.chartControl1.Legend.Margins.Left        = 0;
     this.chartControl1.Legend.Margins.Right       = 0;
     this.chartControl1.Legend.Margins.Top         = 0;
     this.chartControl1.Legend.UseCheckBoxes       = true;
     this.chartControl1.Location                   = new System.Drawing.Point(6, 338);
     this.chartControl1.Name           = "chartControl1";
     this.chartControl1.Padding.Bottom = 4;
     this.chartControl1.Padding.Left   = 4;
     this.chartControl1.Padding.Right  = 4;
     this.chartControl1.Padding.Top    = 4;
     this.chartControl1.PaletteName    = "Palette 1";
     this.chartControl1.PaletteRepository.Add("Palette 1", new DevExpress.XtraCharts.Palette("Palette 1", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] {
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(206)))), ((int)(((byte)(52))))), System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(206)))), ((int)(((byte)(52)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(202)))), ((int)(((byte)(202))))), System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(202)))), ((int)(((byte)(202)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.Red, System.Drawing.Color.Red)
     }));
     this.chartControl1.RuntimeHitTesting          = true;
     this.chartControl1.RuntimeSeriesSelectionMode = DevExpress.XtraCharts.SeriesSelectionMode.Point;
     series5.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
     sideBySideBarSeriesLabel2.Antialiasing = true;
     sideBySideBarSeriesLabel2.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     sideBySideBarSeriesLabel2.LineVisible  = false;
     series5.Label            = sideBySideBarSeriesLabel2;
     series5.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True;
     series5.Name             = "Số sản phẩm gia công sau mài";
     sideBySideBarSeriesView2.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Solid;
     series5.View                                         = sideBySideBarSeriesView2;
     pointSeriesLabel3.Angle                              = 90;
     pointSeriesLabel3.Antialiasing                       = true;
     pointSeriesLabel3.BackColor                          = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     pointSeriesLabel3.LineColor                          = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     pointSeriesLabel3.LineStyle.DashStyle                = DevExpress.XtraCharts.DashStyle.Dot;
     pointSeriesLabel3.LineStyle.Thickness                = 2;
     pointSeriesLabel3.LineVisible                        = false;
     pointSeriesLabel3.ResolveOverlappingMode             = DevExpress.XtraCharts.ResolveOverlappingMode.HideOverlapped;
     series6.Label                                        = pointSeriesLabel3;
     series6.LabelsVisibility                             = DevExpress.Utils.DefaultBoolean.True;
     series6.Name                                         = "Total";
     lineSeriesView4.LineMarkerOptions.BorderColor        = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     lineSeriesView4.LineMarkerOptions.Color              = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     lineSeriesView4.LineMarkerOptions.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Hatch;
     lineSeriesView4.LineMarkerOptions.Size               = 7;
     lineSeriesView4.MarkerVisibility                     = DevExpress.Utils.DefaultBoolean.True;
     series6.View                                         = lineSeriesView4;
     pointSeriesLabel4.Angle                              = 90;
     pointSeriesLabel4.Antialiasing                       = true;
     pointSeriesLabel4.LineLength                         = 5;
     pointSeriesLabel4.LineStyle.DashStyle                = DevExpress.XtraCharts.DashStyle.Dot;
     pointSeriesLabel4.LineVisible                        = false;
     pointSeriesLabel4.ResolveOverlappingMode             = DevExpress.XtraCharts.ResolveOverlappingMode.HideOverlapped;
     series7.Label                                        = pointSeriesLabel4;
     series7.LabelsVisibility                             = DevExpress.Utils.DefaultBoolean.True;
     series7.Name                                         = "STD ";
     series7.ShowInLegend                                 = false;
     lineSeriesView5.AxisYName                            = "Secondary AxisY 1";
     lineSeriesView5.LineMarkerOptions.BorderColor        = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     lineSeriesView5.LineMarkerOptions.Color              = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     lineSeriesView5.LineMarkerOptions.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Hatch;
     lineSeriesView5.LineMarkerOptions.Size               = 7;
     lineSeriesView5.MarkerVisibility                     = DevExpress.Utils.DefaultBoolean.True;
     series7.View                                         = lineSeriesView5;
     series7.Visible                                      = false;
     this.chartControl1.SeriesSerializable                = new DevExpress.XtraCharts.Series[] {
         series5,
         series6,
         series7
     };
     this.chartControl1.SideBySideBarDistanceVariable = 0.1D;
     this.chartControl1.Size     = new System.Drawing.Size(788, 337);
     this.chartControl1.TabIndex = 221;
     //
     // frmKnifeProcessedChart
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(800, 681);
     this.Controls.Add(this.chartControl1);
     this.Controls.Add(this.chartControl2);
     this.Name         = "frmKnifeProcessedChart";
     this.Text         = "BIỂU ĐỒ GIA CÔNG";
     this.WindowState  = System.Windows.Forms.FormWindowState.Maximized;
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmKnifeProcessedChart_FormClosing);
     this.Load        += new System.EventHandler(this.frmKnifeProcessedChart_Load);
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(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)(lineSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.ResumeLayout(false);
 }
            private void TryDraw()
            {
                if (Name.Trim() == "" || XChar.Trim() == "" || YChar.Trim() == "" || X.Trim() == "" || Y.Trim() == "" || m_ctcDrawBoard == null || DataSource == null)
                    return;
                if(Show)
                {
                    DevExpress.XtraCharts.Series series = m_ctcDrawBoard.GetSeriesByName(Name);
                    if (series == null)
                    {
                        int index = m_ctcDrawBoard.Series.Add(Name, DevExpress.XtraCharts.ViewType.Spline);
                        series = m_ctcDrawBoard.Series[index];
                    }
                    DevExpress.XtraCharts.Axis2D axis = (m_ctcDrawBoard.Diagram as DevExpress.XtraCharts.XYDiagram).FindAxisXByName(X);
                    if (axis == null)
                    {
                        axis = new DevExpress.XtraCharts.SecondaryAxisX();
                        axis.Name = X;
                        (m_ctcDrawBoard.Diagram as DevExpress.XtraCharts.XYDiagram).SecondaryAxesX.Add(axis as DevExpress.XtraCharts.SecondaryAxisX);
                        (series.View as DevExpress.XtraCharts.SplineSeriesView).AxisX = axis as DevExpress.XtraCharts.AxisXBase;
                    }
                    else
                    {
                        (series.View as DevExpress.XtraCharts.SplineSeriesView).AxisX = axis as DevExpress.XtraCharts.AxisXBase;
                    }
                    axis = (m_ctcDrawBoard.Diagram as DevExpress.XtraCharts.XYDiagram).FindAxisYByName(Y);
                    if (axis == null)
                    {
                        axis = new DevExpress.XtraCharts.SecondaryAxisY();
                        axis.Name = Y;
                        axis.WholeRange.AlwaysShowZeroLevel = false;
                        (m_ctcDrawBoard.Diagram as DevExpress.XtraCharts.XYDiagram).SecondaryAxesY.Add(axis as DevExpress.XtraCharts.SecondaryAxisY);
                        (series.View as DevExpress.XtraCharts.SplineSeriesView).AxisY = axis as DevExpress.XtraCharts.AxisYBase;
                    }
                    else
                    {
                        (series.View as DevExpress.XtraCharts.SplineSeriesView).AxisY = axis as DevExpress.XtraCharts.AxisYBase;
                    }
                    series.Points.BeginUpdate();
                    series.Points.Clear();
                    for(int i = 0;i< DataSource.RowCount; ++i)
                    {
                        series.Points.Add(new DevExpress.XtraCharts.SeriesPoint(DataSource[i][XChar],DataSource[i][YChar]));
                    }
                    series.Points.EndUpdate();
                    if (Color == null)
                        Color = (series.View as DevExpress.XtraCharts.SplineSeriesView).Color;
                    else
                        (series.View as DevExpress.XtraCharts.SplineSeriesView).Color = Color;
                }
                else
                {
                    DevExpress.XtraCharts.Series series = m_ctcDrawBoard.GetSeriesByName(Name);
                    if (series != null)
                    {

                    }
                }
            }
Esempio n. 23
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     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);
 }