/// <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.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();
     DevExpress.XtraCharts.XYMarkerSlideAnimation   xyMarkerSlideAnimation1   = new DevExpress.XtraCharts.XYMarkerSlideAnimation();
     DevExpress.XtraCharts.CubicEasingFunction      cubicEasingFunction1      = new DevExpress.XtraCharts.CubicEasingFunction();
     DevExpress.XtraCharts.ChartTitle               chartTitle1               = new DevExpress.XtraCharts.ChartTitle();
     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)(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();
     this.SuspendLayout();
     //
     // chartControl1
     //
     this.chartControl1.AnimationStartMode       = DevExpress.XtraCharts.ChartAnimationMode.OnDataChanged;
     this.chartControl1.BorderOptions.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.chartControl1.DataBindings             = null;
     xyDiagram1.AxisX.Label.EnableAntialiasing   = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisX.Label.Font = new System.Drawing.Font("Times New Roman", 21.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     xyDiagram1.AxisX.Title.Font = new System.Drawing.Font("Calibri", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.Interlaced                 = true;
     xyDiagram1.AxisY.Label.TextPattern          = "{V:#,#}";
     xyDiagram1.AxisY.Title.Font                 = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     xyDiagram1.AxisY.Title.Text                 = "Production/Target (Prs)";
     xyDiagram1.AxisY.Title.TextColor            = System.Drawing.Color.Blue;
     xyDiagram1.AxisY.Title.Visibility           = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisY.Visibility                 = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     xyDiagram1.DefaultPane.BorderVisible        = false;
     xyDiagram1.DefaultPane.Shadow.Size          = 5;
     secondaryAxisY1.AxisID            = 0;
     secondaryAxisY1.Label.TextPattern = "{V:0}%";
     secondaryAxisY1.Name                       = "Secondary AxisY 1";
     secondaryAxisY1.Title.Font                 = new System.Drawing.Font("Calibri", 14.25F);
     secondaryAxisY1.Title.Text                 = "Rate (%)";
     secondaryAxisY1.Title.TextColor            = System.Drawing.Color.Blue;
     secondaryAxisY1.Title.Visibility           = DevExpress.Utils.DefaultBoolean.True;
     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.FillStyle.FillMode         = DevExpress.XtraCharts.FillMode.Hatch;
     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("Times New Roman", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     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("Calibri", 9.75F);
     sideBySideBarSeriesLabel1.Position            = DevExpress.XtraCharts.BarSeriesLabelPosition.Top;
     sideBySideBarSeriesLabel1.TextPattern         = "{V:#,#}";
     series1.Label                                   = sideBySideBarSeriesLabel1;
     series1.LabelsVisibility                        = DevExpress.Utils.DefaultBoolean.True;
     series1.Name                                    = "Production";
     sideBySideBarSeriesView1.Color                  = System.Drawing.Color.Goldenrod;
     series1.View                                    = sideBySideBarSeriesView1;
     sideBySideBarSeriesLabel2.Font                  = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     sideBySideBarSeriesLabel2.Position              = DevExpress.XtraCharts.BarSeriesLabelPosition.Top;
     sideBySideBarSeriesLabel2.TextPattern           = "{V:#,#}";
     series2.Label                                   = sideBySideBarSeriesLabel2;
     series2.LabelsVisibility                        = DevExpress.Utils.DefaultBoolean.True;
     series2.Name                                    = "Target";
     sideBySideBarSeriesView2.Color                  = System.Drawing.Color.DeepSkyBlue;
     series2.View                                    = sideBySideBarSeriesView2;
     pointSeriesLabel1.Font                          = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     pointSeriesLabel1.TextPattern                   = "{V:0}%";
     series3.Label                                   = pointSeriesLabel1;
     series3.LabelsVisibility                        = DevExpress.Utils.DefaultBoolean.True;
     series3.Name                                    = "Rate";
     splineSeriesView1.AxisYName                     = "Secondary AxisY 1";
     splineSeriesView1.LineMarkerOptions.BorderColor = System.Drawing.Color.Yellow;
     splineSeriesView1.LineMarkerOptions.Color       = System.Drawing.Color.DeepPink;
     splineSeriesView1.LineMarkerOptions.Size        = 15;
     splineSeriesView1.MarkerVisibility              = DevExpress.Utils.DefaultBoolean.True;
     xyMarkerSlideAnimation1.Direction               = DevExpress.XtraCharts.XYMarkerSlideAnimationDirection.FromBottom;
     xyMarkerSlideAnimation1.EasingFunction          = cubicEasingFunction1;
     splineSeriesView1.SeriesPointAnimation          = xyMarkerSlideAnimation1;
     series3.View                                    = splineSeriesView1;
     this.chartControl1.SeriesSerializable           = new DevExpress.XtraCharts.Series[] {
         series1,
         series2,
         series3
     };
     this.chartControl1.Size     = new System.Drawing.Size(626, 520);
     this.chartControl1.TabIndex = 0;
     chartTitle1.Font            = new System.Drawing.Font("Calibri", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     chartTitle1.Text            = "Production Result";
     chartTitle1.Visibility      = DevExpress.Utils.DefaultBoolean.False;
     this.chartControl1.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     //
     // UC_CHART_PROD
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.Controls.Add(this.chartControl1);
     this.Name = "UC_CHART_PROD";
     this.Size = new System.Drawing.Size(626, 520);
     ((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();
     this.ResumeLayout(false);
 }
Example #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.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);
 }
Example #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.XYDiagram                xyDiagram1                = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.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();
     DevExpress.XtraCharts.XYSeriesUnwindAnimation  xySeriesUnwindAnimation1  = new DevExpress.XtraCharts.XYSeriesUnwindAnimation();
     DevExpress.XtraCharts.XYMarkerSlideAnimation   xyMarkerSlideAnimation1   = new DevExpress.XtraCharts.XYMarkerSlideAnimation();
     this.panel1                            = new System.Windows.Forms.Panel();
     this.button1                           = new System.Windows.Forms.Button();
     this.lblDate                           = new System.Windows.Forms.Label();
     this.lbltitle                          = new System.Windows.Forms.Label();
     this.arcScaleComponent2                = new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleComponent();
     this.arcScaleSpindleCapComponent2      = new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleSpindleCapComponent();
     this.arcScaleComponent1                = new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleComponent();
     this.arcScaleNeedleComponent2          = new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleNeedleComponent();
     this.arcScaleBackgroundLayerComponent2 = new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleBackgroundLayerComponent();
     this.tblMain                           = new System.Windows.Forms.TableLayoutPanel();
     this.pnMain                            = new System.Windows.Forms.Panel();
     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.pnDateTime                        = new System.Windows.Forms.Panel();
     this.UC_MONTH                          = new FORM.UC.UC_MONTH_SELECTION();
     this.label3                            = new System.Windows.Forms.Label();
     this.timer1                            = new System.Windows.Forms.Timer();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.arcScaleComponent2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.arcScaleSpindleCapComponent2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.arcScaleComponent1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.arcScaleNeedleComponent2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.arcScaleBackgroundLayerComponent2)).BeginInit();
     this.tblMain.SuspendLayout();
     this.pnMain.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.pnDateTime.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BackColor             = System.Drawing.Color.DarkTurquoise;
     this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.panel1.Controls.Add(this.button1);
     this.panel1.Controls.Add(this.lblDate);
     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.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    = 5;
     //
     // 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(1525, 3);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(108, 101);
     this.button1.TabIndex = 52;
     this.button1.UseVisualStyleBackColor = false;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // 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", 55F, 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      = "External OS&&D by Month";
     this.lbltitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // arcScaleComponent2
     //
     this.arcScaleComponent2.AppearanceMajorTickmark.BorderBrush  = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White");
     this.arcScaleComponent2.AppearanceMajorTickmark.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White");
     this.arcScaleComponent2.AppearanceMinorTickmark.BorderBrush  = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White");
     this.arcScaleComponent2.AppearanceMinorTickmark.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White");
     this.arcScaleComponent2.AppearanceTickmarkText.Font          = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
     this.arcScaleComponent2.AppearanceTickmarkText.TextBrush     = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:LightBlue");
     this.arcScaleComponent2.Center                        = new DevExpress.XtraGauges.Core.Base.PointF2D(125F, 165F);
     this.arcScaleComponent2.EndAngle                      = -30F;
     this.arcScaleComponent2.MajorTickCount                = 6;
     this.arcScaleComponent2.MajorTickmark.FormatString    = "{0:F0}";
     this.arcScaleComponent2.MajorTickmark.ShapeOffset     = -6F;
     this.arcScaleComponent2.MajorTickmark.ShapeType       = DevExpress.XtraGauges.Core.Model.TickmarkShapeType.Circular_Style4_3;
     this.arcScaleComponent2.MajorTickmark.TextOffset      = -20F;
     this.arcScaleComponent2.MajorTickmark.TextOrientation = DevExpress.XtraGauges.Core.Model.LabelOrientation.LeftToRight;
     this.arcScaleComponent2.MaxValue                      = 700F;
     this.arcScaleComponent2.MinorTickCount                = 4;
     this.arcScaleComponent2.MinorTickmark.ShapeOffset     = -1.5F;
     this.arcScaleComponent2.MinorTickmark.ShapeType       = DevExpress.XtraGauges.Core.Model.TickmarkShapeType.Circular_Style4_4;
     this.arcScaleComponent2.MinValue                      = 200F;
     this.arcScaleComponent2.Name       = "scale2";
     this.arcScaleComponent2.RadiusX    = 70F;
     this.arcScaleComponent2.RadiusY    = 70F;
     this.arcScaleComponent2.StartAngle = -180F;
     this.arcScaleComponent2.Value      = 200F;
     this.arcScaleComponent2.ZOrder     = -1;
     //
     // arcScaleSpindleCapComponent2
     //
     this.arcScaleSpindleCapComponent2.ArcScale  = this.arcScaleComponent1;
     this.arcScaleSpindleCapComponent2.Name      = "cap1";
     this.arcScaleSpindleCapComponent2.ShapeType = DevExpress.XtraGauges.Core.Model.SpindleCapShapeType.CircularFull_Style4;
     this.arcScaleSpindleCapComponent2.Size      = new System.Drawing.SizeF(16F, 16F);
     this.arcScaleSpindleCapComponent2.ZOrder    = -100;
     //
     // arcScaleComponent1
     //
     this.arcScaleComponent1.AppearanceMajorTickmark.BorderBrush  = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White");
     this.arcScaleComponent1.AppearanceMajorTickmark.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White");
     this.arcScaleComponent1.AppearanceMinorTickmark.BorderBrush  = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White");
     this.arcScaleComponent1.AppearanceMinorTickmark.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White");
     this.arcScaleComponent1.AppearanceTickmarkText.Font          = new System.Drawing.Font("Tahoma", 12F);
     this.arcScaleComponent1.AppearanceTickmarkText.TextBrush     = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:Black");
     this.arcScaleComponent1.Center                        = new DevExpress.XtraGauges.Core.Base.PointF2D(125F, 165F);
     this.arcScaleComponent1.EndAngle                      = 0F;
     this.arcScaleComponent1.MajorTickCount                = 7;
     this.arcScaleComponent1.MajorTickmark.FormatString    = "{0:F0}";
     this.arcScaleComponent1.MajorTickmark.ShapeOffset     = -14F;
     this.arcScaleComponent1.MajorTickmark.ShapeScale      = new DevExpress.XtraGauges.Core.Base.FactorF2D(0.6F, 0.8F);
     this.arcScaleComponent1.MajorTickmark.ShapeType       = DevExpress.XtraGauges.Core.Model.TickmarkShapeType.Circular_Style4_2;
     this.arcScaleComponent1.MajorTickmark.TextOffset      = -27F;
     this.arcScaleComponent1.MajorTickmark.TextOrientation = DevExpress.XtraGauges.Core.Model.LabelOrientation.LeftToRight;
     this.arcScaleComponent1.MaxValue                      = 80F;
     this.arcScaleComponent1.MinorTickCount                = 4;
     this.arcScaleComponent1.MinorTickmark.ShapeOffset     = -7F;
     this.arcScaleComponent1.MinorTickmark.ShapeScale      = new DevExpress.XtraGauges.Core.Base.FactorF2D(0.6F, 1F);
     this.arcScaleComponent1.MinorTickmark.ShapeType       = DevExpress.XtraGauges.Core.Model.TickmarkShapeType.Circular_Style4_1;
     this.arcScaleComponent1.MinValue                      = 20F;
     this.arcScaleComponent1.Name       = "scale1";
     this.arcScaleComponent1.RadiusX    = 123F;
     this.arcScaleComponent1.RadiusY    = 123F;
     this.arcScaleComponent1.StartAngle = -180F;
     this.arcScaleComponent1.Value      = 20F;
     //
     // arcScaleNeedleComponent2
     //
     this.arcScaleNeedleComponent2.ArcScale    = this.arcScaleComponent1;
     this.arcScaleNeedleComponent2.EndOffset   = 5F;
     this.arcScaleNeedleComponent2.Name        = "needle1";
     this.arcScaleNeedleComponent2.ShapeType   = DevExpress.XtraGauges.Core.Model.NeedleShapeType.CircularFull_Style4;
     this.arcScaleNeedleComponent2.StartOffset = -21F;
     this.arcScaleNeedleComponent2.ZOrder      = -50;
     //
     // arcScaleBackgroundLayerComponent2
     //
     this.arcScaleBackgroundLayerComponent2.ArcScale       = this.arcScaleComponent1;
     this.arcScaleBackgroundLayerComponent2.Name           = "bg1";
     this.arcScaleBackgroundLayerComponent2.ScaleCenterPos = new DevExpress.XtraGauges.Core.Base.PointF2D(0.5F, 0.71F);
     this.arcScaleBackgroundLayerComponent2.ShapeType      = DevExpress.XtraGauges.Core.Model.BackgroundLayerShapeType.CircularHalf_Style4;
     this.arcScaleBackgroundLayerComponent2.Size           = new System.Drawing.SizeF(250F, 176F);
     this.arcScaleBackgroundLayerComponent2.ZOrder         = 1000;
     //
     // tblMain
     //
     this.tblMain.ColumnCount = 1;
     this.tblMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tblMain.Controls.Add(this.panel1, 0, 0);
     this.tblMain.Controls.Add(this.pnMain, 0, 1);
     this.tblMain.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tblMain.Location = new System.Drawing.Point(0, 0);
     this.tblMain.Name     = "tblMain";
     this.tblMain.RowCount = 2;
     this.tblMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 112F));
     this.tblMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tblMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tblMain.Size     = new System.Drawing.Size(1904, 1041);
     this.tblMain.TabIndex = 1;
     //
     // pnMain
     //
     this.pnMain.Controls.Add(this.splMain);
     this.pnMain.Controls.Add(this.pnDateTime);
     this.pnMain.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnMain.Location = new System.Drawing.Point(3, 115);
     this.pnMain.Name     = "pnMain";
     this.pnMain.Size     = new System.Drawing.Size(1898, 923);
     this.pnMain.TabIndex = 6;
     //
     // splMain
     //
     this.splMain.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splMain.Location    = new System.Drawing.Point(0, 63);
     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(1898, 860);
     this.splMain.SplitterDistance = 633;
     this.splMain.TabIndex         = 18;
     //
     // chartControl1
     //
     this.chartControl1.AnimationStartMode       = DevExpress.XtraCharts.ChartAnimationMode.OnDataChanged;
     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;
     xySeriesUnwindAnimation1.Duration               = System.TimeSpan.Parse("00:00:02.2000000");
     splineSeriesView1.SeriesAnimation               = xySeriesUnwindAnimation1;
     xyMarkerSlideAnimation1.Direction               = DevExpress.XtraCharts.XYMarkerSlideAnimationDirection.FromRightCenter;
     splineSeriesView1.SeriesPointAnimation          = xyMarkerSlideAnimation1;
     series3.View                                    = splineSeriesView1;
     this.chartControl1.SeriesSerializable           = new DevExpress.XtraCharts.Series[] {
         series1,
         series2,
         series3
     };
     this.chartControl1.Size     = new System.Drawing.Size(1898, 633);
     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(1898, 223);
     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);
     this.gvwBase.RowCellStyle  += new DevExpress.XtraGrid.Views.Grid.RowCellStyleEventHandler(this.gvwBase_RowCellStyle);
     //
     // pnDateTime
     //
     this.pnDateTime.BackColor = System.Drawing.SystemColors.Control;
     this.pnDateTime.Controls.Add(this.UC_MONTH);
     this.pnDateTime.Controls.Add(this.label3);
     this.pnDateTime.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnDateTime.Location = new System.Drawing.Point(0, 0);
     this.pnDateTime.Name     = "pnDateTime";
     this.pnDateTime.Size     = new System.Drawing.Size(1898, 63);
     this.pnDateTime.TabIndex = 17;
     //
     // UC_MONTH
     //
     this.UC_MONTH.AutoSize          = true;
     this.UC_MONTH.Location          = new System.Drawing.Point(15, 8);
     this.UC_MONTH.Name              = "UC_MONTH";
     this.UC_MONTH.Size              = new System.Drawing.Size(472, 46);
     this.UC_MONTH.TabIndex          = 5;
     this.UC_MONTH.ValueChangeEvent += new System.EventHandler(this.UC_MONTH_ValueChangeEvent);
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.SystemColors.Control;
     this.label3.Font      = new System.Drawing.Font("Calibri", 20F, System.Drawing.FontStyle.Bold);
     this.label3.ForeColor = System.Drawing.Color.Blue;
     this.label3.Location  = new System.Drawing.Point(1753, 8);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(148, 49);
     this.label3.TabIndex  = 4;
     this.label3.Text      = "Unit: Prs";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // timer1
     //
     this.timer1.Enabled  = true;
     this.timer1.Interval = 1000;
     this.timer1.Tick    += new System.EventHandler(this.timer1_Tick);
     //
     // FRM_MGL_EXTERNAL_OSD_S
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize    = new System.Drawing.Size(1904, 1041);
     this.Controls.Add(this.tblMain);
     this.Name            = "FRM_MGL_EXTERNAL_OSD_S";
     this.Text            = "FRM_MGL_EXTERNAL_OSD";
     this.WindowState     = System.Windows.Forms.FormWindowState.Maximized;
     this.VisibleChanged += new System.EventHandler(this.FRM_MGL_EXTERNAL_OSD_VisibleChanged);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.arcScaleComponent2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.arcScaleSpindleCapComponent2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.arcScaleComponent1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.arcScaleNeedleComponent2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.arcScaleBackgroundLayerComponent2)).EndInit();
     this.tblMain.ResumeLayout(false);
     this.pnMain.ResumeLayout(false);
     this.splMain.Panel1.ResumeLayout(false);
     this.splMain.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splMain)).EndInit();
     this.splMain.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(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.pnDateTime.ResumeLayout(false);
     this.pnDateTime.PerformLayout();
     this.ResumeLayout(false);
 }
Example #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.Series                   series1                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel         pointSeriesLabel1         = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.SplineSeriesView         splineSeriesView1         = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.XYMarkerSlideAnimation   xyMarkerSlideAnimation1   = new DevExpress.XtraCharts.XYMarkerSlideAnimation();
     DevExpress.XtraCharts.CircleEasingFunction     circleEasingFunction1     = new DevExpress.XtraCharts.CircleEasingFunction();
     DevExpress.XtraCharts.ChartTitle               chartTitle1               = new DevExpress.XtraCharts.ChartTitle();
     DevExpress.XtraCharts.XYDiagram                xyDiagram1                = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.SecondaryAxisY           secondaryAxisY1           = new DevExpress.XtraCharts.SecondaryAxisY();
     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.SideBySideBarSeriesLabel sideBySideBarSeriesLabel2 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesView  sideBySideBarSeriesView2  = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     DevExpress.XtraCharts.Series                   series4                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel         pointSeriesLabel2         = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.SplineSeriesView         splineSeriesView2         = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.XYMarkerSlideAnimation   xyMarkerSlideAnimation2   = new DevExpress.XtraCharts.XYMarkerSlideAnimation();
     DevExpress.XtraCharts.CubicEasingFunction      cubicEasingFunction1      = new DevExpress.XtraCharts.CubicEasingFunction();
     DevExpress.XtraCharts.ChartTitle               chartTitle2               = new DevExpress.XtraCharts.ChartTitle();
     this.tabPane1           = new DevExpress.XtraBars.Navigation.TabPane();
     this.tabNavigationPage1 = new DevExpress.XtraBars.Navigation.TabNavigationPage();
     this.splMain_V          = new System.Windows.Forms.SplitContainer();
     this.pnConditions       = new System.Windows.Forms.Panel();
     this.lbldate            = new System.Windows.Forms.Label();
     this.dateEdit1          = new DevExpress.XtraEditors.DateEdit();
     this.splMain            = new System.Windows.Forms.SplitContainer();
     this.chkAll             = new DevExpress.XtraEditors.CheckEdit();
     this.treeList           = new DevExpress.XtraTreeList.TreeList();
     this.treeListColumn1    = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.ID_NAME            = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.chartControl2      = new DevExpress.XtraCharts.ChartControl();
     this.tabNavigationPage2 = new DevExpress.XtraBars.Navigation.TabNavigationPage();
     this.chartControl1      = new DevExpress.XtraCharts.ChartControl();
     ((System.ComponentModel.ISupportInitialize)(this.tabPane1)).BeginInit();
     this.tabPane1.SuspendLayout();
     this.tabNavigationPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splMain_V)).BeginInit();
     this.splMain_V.Panel1.SuspendLayout();
     this.splMain_V.Panel2.SuspendLayout();
     this.splMain_V.SuspendLayout();
     this.pnConditions.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splMain)).BeginInit();
     this.splMain.Panel1.SuspendLayout();
     this.splMain.Panel2.SuspendLayout();
     this.splMain.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chkAll.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeList)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
     this.tabNavigationPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).BeginInit();
     this.SuspendLayout();
     //
     // tabPane1
     //
     this.tabPane1.Controls.Add(this.tabNavigationPage1);
     this.tabPane1.Controls.Add(this.tabNavigationPage2);
     this.tabPane1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tabPane1.Location = new System.Drawing.Point(0, 0);
     this.tabPane1.Name     = "tabPane1";
     this.tabPane1.Pages.AddRange(new DevExpress.XtraBars.Navigation.NavigationPageBase[] {
         this.tabNavigationPage1,
         this.tabNavigationPage2
     });
     this.tabPane1.RegularSize  = new System.Drawing.Size(1507, 750);
     this.tabPane1.SelectedPage = this.tabNavigationPage2;
     this.tabPane1.Size         = new System.Drawing.Size(1507, 750);
     this.tabPane1.TabIndex     = 0;
     this.tabPane1.Text         = "tabPane1";
     //
     // tabNavigationPage1
     //
     this.tabNavigationPage1.Caption = "Production by hours";
     this.tabNavigationPage1.Controls.Add(this.splMain_V);
     this.tabNavigationPage1.Name = "tabNavigationPage1";
     this.tabNavigationPage1.Size = new System.Drawing.Size(1489, 705);
     //
     // splMain_V
     //
     this.splMain_V.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splMain_V.Location    = new System.Drawing.Point(0, 0);
     this.splMain_V.Name        = "splMain_V";
     this.splMain_V.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splMain_V.Panel1
     //
     this.splMain_V.Panel1.Controls.Add(this.pnConditions);
     //
     // splMain_V.Panel2
     //
     this.splMain_V.Panel2.Controls.Add(this.splMain);
     this.splMain_V.Size             = new System.Drawing.Size(1489, 705);
     this.splMain_V.SplitterDistance = 40;
     this.splMain_V.TabIndex         = 0;
     //
     // pnConditions
     //
     this.pnConditions.BackColor = System.Drawing.Color.Gray;
     this.pnConditions.Controls.Add(this.lbldate);
     this.pnConditions.Controls.Add(this.dateEdit1);
     this.pnConditions.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnConditions.Location = new System.Drawing.Point(0, 0);
     this.pnConditions.Name     = "pnConditions";
     this.pnConditions.Size     = new System.Drawing.Size(1489, 40);
     this.pnConditions.TabIndex = 0;
     //
     // lbldate
     //
     this.lbldate.AutoSize = true;
     this.lbldate.Font     = new System.Drawing.Font("Calibri", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbldate.Location = new System.Drawing.Point(18, 6);
     this.lbldate.Name     = "lbldate";
     this.lbldate.Size     = new System.Drawing.Size(60, 29);
     this.lbldate.TabIndex = 1;
     this.lbldate.Text     = "Date";
     //
     // dateEdit1
     //
     this.dateEdit1.EditValue = null;
     this.dateEdit1.Location  = new System.Drawing.Point(84, 3);
     this.dateEdit1.Name      = "dateEdit1";
     this.dateEdit1.Properties.Appearance.Font            = new System.Drawing.Font("Calibri", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dateEdit1.Properties.Appearance.Options.UseFont = true;
     this.dateEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEdit1.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEdit1.Size     = new System.Drawing.Size(140, 32);
     this.dateEdit1.TabIndex = 0;
     //
     // splMain
     //
     this.splMain.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splMain.Location = new System.Drawing.Point(0, 0);
     this.splMain.Name     = "splMain";
     //
     // splMain.Panel1
     //
     this.splMain.Panel1.Controls.Add(this.chkAll);
     this.splMain.Panel1.Controls.Add(this.treeList);
     //
     // splMain.Panel2
     //
     this.splMain.Panel2.Controls.Add(this.chartControl2);
     this.splMain.Size             = new System.Drawing.Size(1489, 661);
     this.splMain.SplitterDistance = 140;
     this.splMain.TabIndex         = 1;
     //
     // chkAll
     //
     this.chkAll.Location = new System.Drawing.Point(4, 4);
     this.chkAll.Name     = "chkAll";
     this.chkAll.Properties.Appearance.BackColor            = System.Drawing.Color.WhiteSmoke;
     this.chkAll.Properties.Appearance.Options.UseBackColor = true;
     this.chkAll.Properties.AutoHeight     = false;
     this.chkAll.Properties.Caption        = "";
     this.chkAll.Properties.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.chkAll.Size            = new System.Drawing.Size(25, 28);
     this.chkAll.TabIndex        = 20;
     this.chkAll.CheckedChanged += new System.EventHandler(this.chkAll_CheckedChanged);
     //
     // treeList
     //
     this.treeList.Appearance.Row.Font            = new System.Drawing.Font("Calibri", 13F);
     this.treeList.Appearance.Row.Options.UseFont = true;
     this.treeList.BandPanelRowHeight             = 40;
     this.treeList.BestFitVisibleOnly             = true;
     this.treeList.BorderStyle          = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.treeList.ColumnPanelRowHeight = 40;
     this.treeList.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
         this.treeListColumn1,
         this.ID_NAME
     });
     this.treeList.Cursor   = System.Windows.Forms.Cursors.Default;
     this.treeList.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.treeList.Location = new System.Drawing.Point(0, 0);
     this.treeList.Name     = "treeList";
     this.treeList.OptionsBehavior.AllowExpandOnDblClick = false;
     this.treeList.OptionsBehavior.Editable               = false;
     this.treeList.OptionsBehavior.ReadOnly               = true;
     this.treeList.OptionsBehavior.ResizeNodes            = false;
     this.treeList.OptionsCustomization.AllowBandMoving   = false;
     this.treeList.OptionsCustomization.AllowColumnMoving = false;
     this.treeList.OptionsCustomization.AllowFilter       = false;
     this.treeList.OptionsCustomization.AllowSort         = false;
     this.treeList.OptionsFilter.AllowColumnMRUFilterList = false;
     this.treeList.OptionsFilter.AllowFilterEditor        = false;
     this.treeList.OptionsFilter.AllowMRUFilterList       = false;
     this.treeList.OptionsSelection.MultiSelect           = true;
     this.treeList.OptionsView.AnimationType              = DevExpress.XtraTreeList.TreeListAnimationType.AnimateAllContent;
     this.treeList.OptionsView.AutoWidth      = false;
     this.treeList.OptionsView.FocusRectStyle = DevExpress.XtraTreeList.DrawFocusRectStyle.RowFocus;
     this.treeList.OptionsView.ShowCheckBoxes = true;
     this.treeList.OptionsView.ShowIndicator  = false;
     this.treeList.Size            = new System.Drawing.Size(140, 661);
     this.treeList.TabIndex        = 1;
     this.treeList.TreeLineStyle   = DevExpress.XtraTreeList.LineStyle.Solid;
     this.treeList.NodeCellStyle  += new DevExpress.XtraTreeList.GetCustomNodeCellStyleEventHandler(this.treeList_NodeCellStyle);
     this.treeList.AfterCheckNode += new DevExpress.XtraTreeList.NodeEventHandler(this.treeList_AfterCheckNode);
     this.treeList.MouseUp        += new System.Windows.Forms.MouseEventHandler(this.treeList_MouseUp);
     //
     // treeListColumn1
     //
     this.treeListColumn1.AppearanceHeader.Font                   = new System.Drawing.Font("Calibri", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.treeListColumn1.AppearanceHeader.Options.UseFont        = true;
     this.treeListColumn1.AppearanceHeader.Options.UseTextOptions = true;
     this.treeListColumn1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.treeListColumn1.Caption      = "Plant";
     this.treeListColumn1.FieldName    = "MENU_NM";
     this.treeListColumn1.MinWidth     = 34;
     this.treeListColumn1.Name         = "treeListColumn1";
     this.treeListColumn1.Visible      = true;
     this.treeListColumn1.VisibleIndex = 0;
     this.treeListColumn1.Width        = 110;
     //
     // ID_NAME
     //
     this.ID_NAME.Caption   = "ID_NAME";
     this.ID_NAME.FieldName = "ID_NAME";
     this.ID_NAME.Name      = "ID_NAME";
     //
     // chartControl2
     //
     this.chartControl2.AnimationStartMode = DevExpress.XtraCharts.ChartAnimationMode.OnDataChanged;
     this.chartControl2.CrosshairOptions.CrosshairLabelMode = DevExpress.XtraCharts.CrosshairLabelMode.ShowForNearestSeries;
     this.chartControl2.DataBindings         = null;
     this.chartControl2.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.chartControl2.Legend.Font          = new System.Drawing.Font("Calibri", 10F);
     this.chartControl2.Legend.Name          = "Default Legend";
     this.chartControl2.Legend.Title.Font    = new System.Drawing.Font("Times New Roman", 14.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chartControl2.Legend.Title.Text    = "Plant";
     this.chartControl2.Legend.Title.Visible = true;
     this.chartControl2.Location             = new System.Drawing.Point(0, 0);
     this.chartControl2.Name                 = "chartControl2";
     this.chartControl2.Padding.Bottom       = 10;
     this.chartControl2.Padding.Left         = 10;
     this.chartControl2.Padding.Right        = 10;
     this.chartControl2.Padding.Top          = 20;
     series1.CrosshairLabelPattern           = "{S}{A}{V:#,#}";
     pointSeriesLabel1.FillStyle.FillMode    = DevExpress.XtraCharts.FillMode.Empty;
     pointSeriesLabel1.LineStyle.Thickness   = 2;
     pointSeriesLabel1.LineVisibility        = DevExpress.Utils.DefaultBoolean.False;
     series1.Label                                     = pointSeriesLabel1;
     series1.LegendName                                = "Default Legend";
     series1.Name                                      = "--";
     series1.SeriesPointsSortingKey                    = DevExpress.XtraCharts.SeriesPointKey.Value_1;
     series1.ToolTipEnabled                            = DevExpress.Utils.DefaultBoolean.True;
     splineSeriesView1.Color                           = System.Drawing.Color.Blue;
     splineSeriesView1.EnableAntialiasing              = DevExpress.Utils.DefaultBoolean.True;
     splineSeriesView1.LineMarkerOptions.BorderColor   = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     splineSeriesView1.LineMarkerOptions.BorderVisible = false;
     splineSeriesView1.LineMarkerOptions.Color         = System.Drawing.Color.FromArgb(((int)(((byte)(95)))), ((int)(((byte)(73)))), ((int)(((byte)(122)))));
     splineSeriesView1.LineMarkerOptions.Size          = 5;
     splineSeriesView1.LineStyle.Thickness             = 3;
     splineSeriesView1.MarkerVisibility                = DevExpress.Utils.DefaultBoolean.True;
     xyMarkerSlideAnimation1.Direction                 = DevExpress.XtraCharts.XYMarkerSlideAnimationDirection.FromBottom;
     circleEasingFunction1.EasingMode                  = DevExpress.XtraCharts.EasingMode.InOut;
     xyMarkerSlideAnimation1.EasingFunction            = circleEasingFunction1;
     splineSeriesView1.SeriesPointAnimation            = xyMarkerSlideAnimation1;
     splineSeriesView1.Shadow.Size                     = 1;
     series1.View                                      = splineSeriesView1;
     series1.Visible                                   = false;
     this.chartControl2.SeriesSerializable             = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chartControl2.Size     = new System.Drawing.Size(1345, 661);
     this.chartControl2.TabIndex = 2;
     chartTitle1.Alignment       = System.Drawing.StringAlignment.Far;
     chartTitle1.Font            = new System.Drawing.Font("Times New Roman", 15.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     chartTitle1.Text            = "Controller ID";
     chartTitle1.Visibility      = DevExpress.Utils.DefaultBoolean.False;
     this.chartControl2.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     //
     // tabNavigationPage2
     //
     this.tabNavigationPage2.Caption = "Target & Production detail by Line";
     this.tabNavigationPage2.Controls.Add(this.chartControl1);
     this.tabNavigationPage2.Name = "tabNavigationPage2";
     this.tabNavigationPage2.Size = new System.Drawing.Size(1489, 705);
     //
     // chartControl1
     //
     this.chartControl1.AnimationStartMode       = DevExpress.XtraCharts.ChartAnimationMode.OnDataChanged;
     this.chartControl1.BorderOptions.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.chartControl1.DataBindings             = null;
     xyDiagram1.AxisX.Label.EnableAntialiasing   = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisX.Label.Font = new System.Drawing.Font("Times New Roman", 16F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))));
     xyDiagram1.AxisX.Title.Font = new System.Drawing.Font("Calibri", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.Interlaced                 = true;
     xyDiagram1.AxisY.Label.TextPattern          = "{V:#,#}";
     xyDiagram1.AxisY.Title.Font                 = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     xyDiagram1.AxisY.Title.Text                 = "Production/Target (Prs)";
     xyDiagram1.AxisY.Title.TextColor            = System.Drawing.Color.Blue;
     xyDiagram1.AxisY.Title.Visibility           = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisY.Visibility                 = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     xyDiagram1.DefaultPane.BorderVisible        = false;
     xyDiagram1.DefaultPane.Shadow.Size          = 5;
     secondaryAxisY1.AxisID            = 0;
     secondaryAxisY1.Label.TextPattern = "{V:0}%";
     secondaryAxisY1.Name                       = "Secondary AxisY 1";
     secondaryAxisY1.Title.Font                 = new System.Drawing.Font("Calibri", 14.25F);
     secondaryAxisY1.Title.Text                 = "Rate (%)";
     secondaryAxisY1.Title.TextColor            = System.Drawing.Color.Blue;
     secondaryAxisY1.Title.Visibility           = DevExpress.Utils.DefaultBoolean.True;
     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.FillStyle.FillMode         = DevExpress.XtraCharts.FillMode.Hatch;
     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("Times New Roman", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     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("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     sideBySideBarSeriesLabel1.Position            = DevExpress.XtraCharts.BarSeriesLabelPosition.Center;
     sideBySideBarSeriesLabel1.TextOrientation     = DevExpress.XtraCharts.TextOrientation.TopToBottom;
     sideBySideBarSeriesLabel1.TextPattern         = "{V:#,#}";
     series2.Label                                   = sideBySideBarSeriesLabel1;
     series2.LabelsVisibility                        = DevExpress.Utils.DefaultBoolean.True;
     series2.Name                                    = "Target";
     sideBySideBarSeriesView1.Color                  = System.Drawing.Color.DeepSkyBlue;
     series2.View                                    = sideBySideBarSeriesView1;
     sideBySideBarSeriesLabel2.Font                  = new System.Drawing.Font("Calibri", 9.75F);
     sideBySideBarSeriesLabel2.Position              = DevExpress.XtraCharts.BarSeriesLabelPosition.Top;
     sideBySideBarSeriesLabel2.TextPattern           = "{V:#,#}";
     series3.Label                                   = sideBySideBarSeriesLabel2;
     series3.LabelsVisibility                        = DevExpress.Utils.DefaultBoolean.True;
     series3.Name                                    = "Production";
     sideBySideBarSeriesView2.Color                  = System.Drawing.Color.Goldenrod;
     series3.View                                    = sideBySideBarSeriesView2;
     pointSeriesLabel2.Font                          = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     pointSeriesLabel2.ResolveOverlappingMode        = DevExpress.XtraCharts.ResolveOverlappingMode.JustifyAroundPoint;
     pointSeriesLabel2.TextPattern                   = "{V:0}%";
     series4.Label                                   = pointSeriesLabel2;
     series4.LabelsVisibility                        = DevExpress.Utils.DefaultBoolean.True;
     series4.Name                                    = "Rate";
     splineSeriesView2.AxisYName                     = "Secondary AxisY 1";
     splineSeriesView2.LineMarkerOptions.BorderColor = System.Drawing.Color.Yellow;
     splineSeriesView2.LineMarkerOptions.Color       = System.Drawing.Color.DeepPink;
     splineSeriesView2.LineMarkerOptions.Size        = 15;
     splineSeriesView2.MarkerVisibility              = DevExpress.Utils.DefaultBoolean.True;
     xyMarkerSlideAnimation2.Direction               = DevExpress.XtraCharts.XYMarkerSlideAnimationDirection.FromBottom;
     xyMarkerSlideAnimation2.EasingFunction          = cubicEasingFunction1;
     splineSeriesView2.SeriesPointAnimation          = xyMarkerSlideAnimation2;
     series4.View                                    = splineSeriesView2;
     this.chartControl1.SeriesSerializable           = new DevExpress.XtraCharts.Series[] {
         series2,
         series3,
         series4
     };
     this.chartControl1.Size     = new System.Drawing.Size(1489, 705);
     this.chartControl1.TabIndex = 3;
     chartTitle2.Font            = new System.Drawing.Font("Calibri", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     chartTitle2.Text            = "Production Result";
     chartTitle2.Visibility      = DevExpress.Utils.DefaultBoolean.False;
     this.chartControl1.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle2
     });
     //
     // POPUP_PROD_BY_PLANT
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1507, 750);
     this.Controls.Add(this.tabPane1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name            = "POPUP_PROD_BY_PLANT";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Target & Production by Plant";
     ((System.ComponentModel.ISupportInitialize)(this.tabPane1)).EndInit();
     this.tabPane1.ResumeLayout(false);
     this.tabNavigationPage1.ResumeLayout(false);
     this.splMain_V.Panel1.ResumeLayout(false);
     this.splMain_V.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splMain_V)).EndInit();
     this.splMain_V.ResumeLayout(false);
     this.pnConditions.ResumeLayout(false);
     this.pnConditions.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).EndInit();
     this.splMain.Panel1.ResumeLayout(false);
     this.splMain.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splMain)).EndInit();
     this.splMain.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.chkAll.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeList)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).EndInit();
     this.tabNavigationPage2.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)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.ResumeLayout(false);
 }
Example #5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraCharts.XYDiagram              xyDiagram1              = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series                 series1                 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel       pointSeriesLabel1       = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.LineSeriesView         lineSeriesView1         = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.XYMarkerSlideAnimation xyMarkerSlideAnimation1 = new DevExpress.XtraCharts.XYMarkerSlideAnimation();
     DevExpress.XtraCharts.ChartTitle             chartTitle1             = new DevExpress.XtraCharts.ChartTitle();
     this.tmrDate   = new System.Windows.Forms.Timer(this.components);
     this.pnHeader  = 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.pnBody    = new System.Windows.Forms.Panel();
     this.splMain   = new System.Windows.Forms.SplitContainer();
     this.grdView   = new DevExpress.XtraGrid.GridControl();
     this.gvwView   = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridView();
     this.DIV       = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.COL01     = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.COL02     = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.COL03     = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.COL04     = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.COL05     = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.COL06     = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.COLAVG    = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.TARGET    = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.RATE      = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.COL07     = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.panel1    = new System.Windows.Forms.Panel();
     this.label5    = new System.Windows.Forms.Label();
     this.label4    = new System.Windows.Forms.Label();
     this.label3    = new System.Windows.Forms.Label();
     this.label2    = new System.Windows.Forms.Label();
     this.label1    = new System.Windows.Forms.Label();
     this.spl1      = new System.Windows.Forms.SplitContainer();
     this.spl2      = new System.Windows.Forms.SplitContainer();
     this.bgWork    = new System.ComponentModel.BackgroundWorker();
     this.ChartVSM  = new DevExpress.XtraCharts.ChartControl();
     this.bandDate  = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.band01    = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.band02    = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.band03    = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.band04    = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.band05    = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.band06    = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.band07    = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gridBand1 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gridBand3 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.pnHeader.SuspendLayout();
     this.pnBody.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splMain)).BeginInit();
     this.splMain.Panel1.SuspendLayout();
     this.splMain.Panel2.SuspendLayout();
     this.splMain.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvwView)).BeginInit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.spl1)).BeginInit();
     this.spl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.spl2)).BeginInit();
     this.spl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ChartVSM)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     this.SuspendLayout();
     //
     // tmrDate
     //
     this.tmrDate.Interval = 1000;
     this.tmrDate.Tick    += new System.EventHandler(this.tmrDate_Tick);
     //
     // pnHeader
     //
     this.pnHeader.BackColor = System.Drawing.Color.DarkTurquoise;
     this.pnHeader.Controls.Add(this.pnYMD);
     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.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.pnHeader.Name     = "pnHeader";
     this.pnHeader.Size     = new System.Drawing.Size(1920, 110);
     this.pnHeader.TabIndex = 0;
     //
     // pnYMD
     //
     this.pnYMD.BackColor = System.Drawing.Color.Transparent;
     this.pnYMD.Dock      = System.Windows.Forms.DockStyle.Right;
     this.pnYMD.Location  = new System.Drawing.Point(1227, 0);
     this.pnYMD.Margin    = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.pnYMD.Name      = "pnYMD";
     this.pnYMD.Size      = new System.Drawing.Size(420, 110);
     this.pnYMD.TabIndex  = 53;
     //
     // lblDate
     //
     this.lblDate.Dock         = System.Windows.Forms.DockStyle.Right;
     this.lblDate.Font         = new System.Drawing.Font("Calibri", 34F, System.Drawing.FontStyle.Bold);
     this.lblDate.ForeColor    = System.Drawing.Color.White;
     this.lblDate.Location     = new System.Drawing.Point(1647, 0);
     this.lblDate.Margin       = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblDate.Name         = "lblDate";
     this.lblDate.Size         = new System.Drawing.Size(273, 110);
     this.lblDate.TabIndex     = 2;
     this.lblDate.Tag          = "Minimized";
     this.lblDate.TextAlign    = System.Drawing.ContentAlignment.MiddleRight;
     this.lblDate.DoubleClick += new System.EventHandler(this.lblDate_DoubleClick);
     //
     // lblTitle
     //
     this.lblTitle.Dock         = System.Windows.Forms.DockStyle.Left;
     this.lblTitle.Font         = new System.Drawing.Font("Calibri", 45F, System.Drawing.FontStyle.Bold);
     this.lblTitle.ForeColor    = System.Drawing.Color.White;
     this.lblTitle.Location     = new System.Drawing.Point(0, 0);
     this.lblTitle.Margin       = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblTitle.Name         = "lblTitle";
     this.lblTitle.Size         = new System.Drawing.Size(718, 110);
     this.lblTitle.TabIndex     = 1;
     this.lblTitle.Tag          = "Minimized";
     this.lblTitle.Text         = "BTS By Year";
     this.lblTitle.TextAlign    = System.Drawing.ContentAlignment.MiddleLeft;
     this.lblTitle.DoubleClick += new System.EventHandler(this.lblTitle_DoubleClick);
     //
     // pnBody
     //
     this.pnBody.BackColor = System.Drawing.Color.White;
     this.pnBody.Controls.Add(this.splMain);
     this.pnBody.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnBody.Font     = new System.Drawing.Font("Calibri", 15F, System.Drawing.FontStyle.Bold);
     this.pnBody.Location = new System.Drawing.Point(0, 110);
     this.pnBody.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.pnBody.Name     = "pnBody";
     this.pnBody.Size     = new System.Drawing.Size(1920, 970);
     this.pnBody.TabIndex = 1;
     //
     // splMain
     //
     this.splMain.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splMain.Location    = new System.Drawing.Point(0, 0);
     this.splMain.Name        = "splMain";
     this.splMain.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splMain.Panel1
     //
     this.splMain.Panel1.Controls.Add(this.grdView);
     this.splMain.Panel1.Controls.Add(this.panel1);
     //
     // splMain.Panel2
     //
     this.splMain.Panel2.Controls.Add(this.ChartVSM);
     this.splMain.Size             = new System.Drawing.Size(1920, 970);
     this.splMain.SplitterDistance = 372;
     this.splMain.TabIndex         = 3;
     //
     // grdView
     //
     this.grdView.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grdView.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.grdView.Location             = new System.Drawing.Point(0, 48);
     this.grdView.LookAndFeel.SkinName = "Office 2010 Blue";
     this.grdView.LookAndFeel.UseDefaultLookAndFeel = false;
     this.grdView.MainView = this.gvwView;
     this.grdView.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.grdView.Name     = "grdView";
     this.grdView.Size     = new System.Drawing.Size(1920, 324);
     this.grdView.TabIndex = 3;
     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", 14F);
     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 = 55;
     this.gvwView.Bands.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
         this.bandDate,
         this.band01,
         this.band02,
         this.band03,
         this.band04,
         this.band05,
         this.band06,
         this.band07,
         this.gridBand1,
         this.gridBand3
     });
     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.COLAVG,
         this.TARGET,
         this.RATE
     });
     this.gvwView.GridControl = this.grdView;
     this.gvwView.Name        = "gvwView";
     this.gvwView.OptionsBehavior.AllowSortAnimation           = DevExpress.Utils.DefaultBoolean.True;
     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      = 50;
     this.gvwView.RowCellStyle  += new DevExpress.XtraGrid.Views.Grid.RowCellStyleEventHandler(this.gvw_RowCellStyle);
     //
     // DIV
     //
     this.DIV.Caption   = "DIV";
     this.DIV.FieldName = "DIV";
     this.DIV.Name      = "DIV";
     this.DIV.Visible   = true;
     this.DIV.Width     = 298;
     //
     // COL01
     //
     this.COL01.Caption   = "COL01";
     this.COL01.FieldName = "COL01";
     this.COL01.Name      = "COL01";
     this.COL01.Visible   = true;
     this.COL01.Width     = 205;
     //
     // COL02
     //
     this.COL02.Caption   = "COL02";
     this.COL02.FieldName = "COL02";
     this.COL02.Name      = "COL02";
     this.COL02.Visible   = true;
     this.COL02.Width     = 205;
     //
     // COL03
     //
     this.COL03.Caption   = "COL03";
     this.COL03.FieldName = "COL03";
     this.COL03.Name      = "COL03";
     this.COL03.Visible   = true;
     this.COL03.Width     = 205;
     //
     // COL04
     //
     this.COL04.Caption   = "COL04";
     this.COL04.FieldName = "COL04";
     this.COL04.Name      = "COL04";
     this.COL04.Visible   = true;
     this.COL04.Width     = 205;
     //
     // COL05
     //
     this.COL05.Caption   = "COL05";
     this.COL05.FieldName = "COL05";
     this.COL05.Name      = "COL05";
     this.COL05.Visible   = true;
     this.COL05.Width     = 205;
     //
     // COL06
     //
     this.COL06.Caption   = "COL06";
     this.COL06.FieldName = "COL06";
     this.COL06.Name      = "COL06";
     this.COL06.Visible   = true;
     this.COL06.Width     = 205;
     //
     // COLAVG
     //
     this.COLAVG.Caption   = "COLAVG";
     this.COLAVG.FieldName = "COLAVG";
     this.COLAVG.Name      = "COLAVG";
     this.COLAVG.Visible   = true;
     this.COLAVG.Width     = 209;
     //
     // TARGET
     //
     this.TARGET.Caption   = "TARGET";
     this.TARGET.FieldName = "TAR";
     this.TARGET.Name      = "TARGET";
     this.TARGET.Visible   = true;
     //
     // RATE
     //
     this.RATE.Caption   = "%";
     this.RATE.FieldName = "RATE";
     this.RATE.Name      = "RATE";
     this.RATE.Visible   = true;
     //
     // COL07
     //
     this.COL07.Caption   = "COL07";
     this.COL07.FieldName = "COL07";
     this.COL07.Name      = "COL07";
     this.COL07.Width     = 205;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.label5);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(1920, 48);
     this.panel1.TabIndex = 0;
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.BackColor = System.Drawing.Color.Black;
     this.label5.Font      = new System.Drawing.Font("Times New Roman", 20.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.White;
     this.label5.Location  = new System.Drawing.Point(1759, 8);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(150, 31);
     this.label5.TabIndex  = 5;
     this.label5.Text      = " BTS < 68%";
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.BackColor = System.Drawing.Color.Green;
     this.label4.Font      = new System.Drawing.Font("Times New Roman", 20.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.White;
     this.label4.Location  = new System.Drawing.Point(1144, 8);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(151, 31);
     this.label4.TabIndex  = 6;
     this.label4.Text      = "BTS >=72%";
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.BackColor = System.Drawing.Color.Yellow;
     this.label3.Font      = new System.Drawing.Font("Times New Roman", 20.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.Black;
     this.label3.Location  = new System.Drawing.Point(1301, 8);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(223, 31);
     this.label3.TabIndex  = 4;
     this.label3.Text      = "70% <=BTS <72%";
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.BackColor = System.Drawing.Color.Red;
     this.label2.Font      = new System.Drawing.Font("Times New Roman", 20.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.White;
     this.label2.Location  = new System.Drawing.Point(1530, 8);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(223, 31);
     this.label2.TabIndex  = 2;
     this.label2.Text      = "68% <=BTS <70%";
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("Times New Roman", 20.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.label1.Location  = new System.Drawing.Point(1035, 8);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(103, 31);
     this.label1.TabIndex  = 3;
     this.label1.Text      = "Unit: %";
     //
     // spl1
     //
     this.spl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.spl1.Location = new System.Drawing.Point(0, 0);
     this.spl1.Name     = "spl1";
     this.spl1.Size     = new System.Drawing.Size(150, 100);
     this.spl1.TabIndex = 0;
     //
     // spl2
     //
     this.spl2.Location = new System.Drawing.Point(0, 0);
     this.spl2.Name     = "spl2";
     this.spl2.Size     = new System.Drawing.Size(150, 100);
     this.spl2.TabIndex = 0;
     //
     // bgWork
     //
     this.bgWork.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bgWork_DoWork);
     //
     // ChartVSM
     //
     this.ChartVSM.AnimationStartMode         = DevExpress.XtraCharts.ChartAnimationMode.OnDataChanged;
     this.ChartVSM.AppearanceNameSerializable = "Pastel Kit";
     this.ChartVSM.DataBindings                  = null;
     xyDiagram1.AxisX.Title.Text                 = "Day";
     xyDiagram1.AxisX.Title.Visibility           = DevExpress.Utils.DefaultBoolean.Default;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.Title.Text                 = "BTS";
     xyDiagram1.AxisY.Title.Visibility           = DevExpress.Utils.DefaultBoolean.Default;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     xyDiagram1.DefaultPane.Shadow.Visible       = true;
     this.ChartVSM.Diagram = xyDiagram1;
     this.ChartVSM.Dock    = System.Windows.Forms.DockStyle.Fill;
     this.ChartVSM.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.ChartVSM.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside;
     this.ChartVSM.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.ChartVSM.Legend.Name       = "Default Legend";
     this.ChartVSM.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.ChartVSM.Location          = new System.Drawing.Point(0, 0);
     this.ChartVSM.Name        = "ChartVSM";
     this.ChartVSM.PaletteName = "Pastel Kit";
     pointSeriesLabel1.ResolveOverlappingMode = DevExpress.XtraCharts.ResolveOverlappingMode.JustifyAroundPoint;
     series1.Label                        = pointSeriesLabel1;
     series1.LabelsVisibility             = DevExpress.Utils.DefaultBoolean.True;
     series1.Name                         = "VJ1";
     lineSeriesView1.LineStyle.Thickness  = 3;
     lineSeriesView1.MarkerVisibility     = DevExpress.Utils.DefaultBoolean.True;
     xyMarkerSlideAnimation1.Direction    = DevExpress.XtraCharts.XYMarkerSlideAnimationDirection.FromBottomCenter;
     lineSeriesView1.SeriesPointAnimation = xyMarkerSlideAnimation1;
     series1.View                         = lineSeriesView1;
     this.ChartVSM.SeriesSerializable     = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.ChartVSM.Size     = new System.Drawing.Size(1920, 594);
     this.ChartVSM.TabIndex = 1;
     chartTitle1.Font       = new System.Drawing.Font("Tahoma", 14F);
     chartTitle1.Text       = "VJ1";
     this.ChartVSM.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     //
     // bandDate
     //
     this.bandDate.AppearanceHeader.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(224)))), ((int)(((byte)(180)))));
     this.bandDate.AppearanceHeader.BackColor2           = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(224)))), ((int)(((byte)(180)))));
     this.bandDate.AppearanceHeader.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bandDate.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.bandDate.AppearanceHeader.Options.UseBackColor = true;
     this.bandDate.AppearanceHeader.Options.UseFont      = true;
     this.bandDate.AppearanceHeader.Options.UseForeColor = true;
     this.bandDate.Caption = "Year";
     this.bandDate.Columns.Add(this.DIV);
     this.bandDate.Name         = "bandDate";
     this.bandDate.VisibleIndex = 0;
     this.bandDate.Width        = 298;
     //
     // band01
     //
     this.band01.AppearanceHeader.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(224)))), ((int)(((byte)(180)))));
     this.band01.AppearanceHeader.BackColor2           = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(224)))), ((int)(((byte)(180)))));
     this.band01.AppearanceHeader.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Bold);
     this.band01.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band01.AppearanceHeader.Options.UseBackColor = true;
     this.band01.AppearanceHeader.Options.UseFont      = true;
     this.band01.AppearanceHeader.Options.UseForeColor = true;
     this.band01.Caption = "2019";
     this.band01.Columns.Add(this.COL01);
     this.band01.Name         = "band01";
     this.band01.VisibleIndex = 1;
     this.band01.Width        = 205;
     //
     // band02
     //
     this.band02.AppearanceHeader.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(224)))), ((int)(((byte)(180)))));
     this.band02.AppearanceHeader.BackColor2           = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(224)))), ((int)(((byte)(180)))));
     this.band02.AppearanceHeader.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.band02.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band02.AppearanceHeader.Options.UseBackColor = true;
     this.band02.AppearanceHeader.Options.UseFont      = true;
     this.band02.AppearanceHeader.Options.UseForeColor = true;
     this.band02.Caption = "2020";
     this.band02.Columns.Add(this.COL02);
     this.band02.Name         = "band02";
     this.band02.VisibleIndex = 2;
     this.band02.Width        = 205;
     //
     // band03
     //
     this.band03.AppearanceHeader.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(224)))), ((int)(((byte)(180)))));
     this.band03.AppearanceHeader.BackColor2           = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(224)))), ((int)(((byte)(180)))));
     this.band03.AppearanceHeader.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.band03.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band03.AppearanceHeader.Options.UseBackColor = true;
     this.band03.AppearanceHeader.Options.UseFont      = true;
     this.band03.AppearanceHeader.Options.UseForeColor = true;
     this.band03.Caption = "2021";
     this.band03.Columns.Add(this.COL03);
     this.band03.Name         = "band03";
     this.band03.VisibleIndex = 3;
     this.band03.Width        = 205;
     //
     // band04
     //
     this.band04.AppearanceHeader.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(224)))), ((int)(((byte)(180)))));
     this.band04.AppearanceHeader.BackColor2           = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(224)))), ((int)(((byte)(180)))));
     this.band04.AppearanceHeader.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.band04.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band04.AppearanceHeader.Options.UseBackColor = true;
     this.band04.AppearanceHeader.Options.UseFont      = true;
     this.band04.AppearanceHeader.Options.UseForeColor = true;
     this.band04.Caption = "2022";
     this.band04.Columns.Add(this.COL04);
     this.band04.Name         = "band04";
     this.band04.VisibleIndex = 4;
     this.band04.Width        = 205;
     //
     // band05
     //
     this.band05.AppearanceHeader.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(224)))), ((int)(((byte)(180)))));
     this.band05.AppearanceHeader.BackColor2           = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(224)))), ((int)(((byte)(180)))));
     this.band05.AppearanceHeader.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.band05.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band05.AppearanceHeader.Options.UseBackColor = true;
     this.band05.AppearanceHeader.Options.UseFont      = true;
     this.band05.AppearanceHeader.Options.UseForeColor = true;
     this.band05.Caption = "2023";
     this.band05.Columns.Add(this.COL05);
     this.band05.Name         = "band05";
     this.band05.VisibleIndex = 5;
     this.band05.Width        = 205;
     //
     // band06
     //
     this.band06.AppearanceHeader.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(224)))), ((int)(((byte)(180)))));
     this.band06.AppearanceHeader.BackColor2           = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(224)))), ((int)(((byte)(180)))));
     this.band06.AppearanceHeader.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.band06.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band06.AppearanceHeader.Options.UseBackColor = true;
     this.band06.AppearanceHeader.Options.UseFont      = true;
     this.band06.AppearanceHeader.Options.UseForeColor = true;
     this.band06.Caption = "2018";
     this.band06.Columns.Add(this.COL06);
     this.band06.Name         = "band06";
     this.band06.VisibleIndex = 6;
     this.band06.Width        = 205;
     //
     // band07
     //
     this.band07.AppearanceHeader.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(224)))), ((int)(((byte)(180)))));
     this.band07.AppearanceHeader.BackColor2           = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(224)))), ((int)(((byte)(180)))));
     this.band07.AppearanceHeader.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.band07.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.band07.AppearanceHeader.Options.UseBackColor = true;
     this.band07.AppearanceHeader.Options.UseFont      = true;
     this.band07.AppearanceHeader.Options.UseForeColor = true;
     this.band07.Caption = "AVG";
     this.band07.Columns.Add(this.COLAVG);
     this.band07.Name         = "band07";
     this.band07.VisibleIndex = 7;
     this.band07.Width        = 209;
     //
     // gridBand1
     //
     this.gridBand1.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.gridBand1.AppearanceHeader.Options.UseForeColor = true;
     this.gridBand1.Caption = "Target";
     this.gridBand1.Columns.Add(this.TARGET);
     this.gridBand1.Name         = "gridBand1";
     this.gridBand1.Visible      = false;
     this.gridBand1.VisibleIndex = -1;
     this.gridBand1.Width        = 75;
     //
     // gridBand3
     //
     this.gridBand3.AppearanceHeader.ForeColor            = System.Drawing.Color.Black;
     this.gridBand3.AppearanceHeader.Options.UseForeColor = true;
     this.gridBand3.Caption = "%";
     this.gridBand3.Columns.Add(this.RATE);
     this.gridBand3.Name         = "gridBand3";
     this.gridBand3.Visible      = false;
     this.gridBand3.VisibleIndex = -1;
     this.gridBand3.Width        = 75;
     //
     // FRM_MGL_BTS_YEARLY
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize    = new System.Drawing.Size(1920, 1080);
     this.Controls.Add(this.pnBody);
     this.Controls.Add(this.pnHeader);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Margin          = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.Name            = "FRM_MGL_BTS_YEARLY";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Form";
     this.WindowState     = System.Windows.Forms.FormWindowState.Maximized;
     this.Load           += new System.EventHandler(this.Form_Load);
     this.VisibleChanged += new System.EventHandler(this.Form_VisibleChanged);
     this.pnHeader.ResumeLayout(false);
     this.pnBody.ResumeLayout(false);
     this.splMain.Panel1.ResumeLayout(false);
     this.splMain.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splMain)).EndInit();
     this.splMain.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grdView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvwView)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.spl1)).EndInit();
     this.spl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.spl2)).EndInit();
     this.spl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ChartVSM)).EndInit();
     this.ResumeLayout(false);
 }