Пример #1
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido de este método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.Series                  series1                  = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PieSeriesView           pieSeriesView1           = new DevExpress.XtraCharts.PieSeriesView();
     DevExpress.XtraCharts.PieBurstAnimation       pieBurstAnimation1       = new DevExpress.XtraCharts.PieBurstAnimation();
     DevExpress.XtraCharts.QuadraticEasingFunction quadraticEasingFunction1 = new DevExpress.XtraCharts.QuadraticEasingFunction();
     DevExpress.XtraCharts.ChartTitle              chartTitle1              = new DevExpress.XtraCharts.ChartTitle();
     this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
     this.dataSet1      = new System.Data.DataSet();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
     this.SuspendLayout();
     //
     // chartControl1
     //
     this.chartControl1.AnimationStartMode = DevExpress.XtraCharts.ChartAnimationMode.OnDataChanged;
     this.chartControl1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.chartControl1.Legend.Name = "Default Legend";
     this.chartControl1.Location    = new System.Drawing.Point(0, 0);
     this.chartControl1.Name        = "chartControl1";
     series1.LegendName             = "Default Legend";
     series1.Name = "Serie1";
     pieBurstAnimation1.Duration         = System.TimeSpan.Parse("00:00:02");
     quadraticEasingFunction1.EasingMode = DevExpress.XtraCharts.EasingMode.Out;
     pieBurstAnimation1.EasingFunction   = quadraticEasingFunction1;
     pieSeriesView1.Animation            = pieBurstAnimation1;
     series1.View = pieSeriesView1;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chartControl1.Size     = new System.Drawing.Size(775, 454);
     this.chartControl1.TabIndex = 0;
     chartTitle1.Text            = "Sexo";
     this.chartControl1.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     //
     // dataSet1
     //
     this.dataSet1.DataSetName = "NewDataSet";
     //
     // question3
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.chartControl1);
     this.Name  = "question3";
     this.Size  = new System.Drawing.Size(775, 454);
     this.Load += new System.EventHandler(this.Question3_Load);
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
     this.ResumeLayout(false);
 }
Пример #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.SimpleDiagram     simpleDiagram1     = new DevExpress.XtraCharts.SimpleDiagram();
     DevExpress.XtraCharts.Series            series1            = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PieSeriesLabel    pieSeriesLabel1    = new DevExpress.XtraCharts.PieSeriesLabel();
     DevExpress.XtraCharts.PieSeriesView     pieSeriesView1     = new DevExpress.XtraCharts.PieSeriesView();
     DevExpress.XtraCharts.PieBurstAnimation pieBurstAnimation1 = new DevExpress.XtraCharts.PieBurstAnimation();
     this.chartControl4 = new DevExpress.XtraCharts.ChartControl();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).BeginInit();
     this.SuspendLayout();
     //
     // chartControl4
     //
     this.chartControl4.AnimationStartMode         = DevExpress.XtraCharts.ChartAnimationMode.OnDataChanged;
     this.chartControl4.AppearanceNameSerializable = "Nature Colors";
     this.chartControl4.BackColor = System.Drawing.Color.Transparent;
     this.chartControl4.BorderOptions.Visibility      = DevExpress.Utils.DefaultBoolean.False;
     this.chartControl4.CrosshairEnabled              = DevExpress.Utils.DefaultBoolean.Default;
     this.chartControl4.DataBindings                  = null;
     simpleDiagram1.LabelsResolveOverlappingMinIndent = 2;
     this.chartControl4.Diagram = simpleDiagram1;
     this.chartControl4.Dock    = System.Windows.Forms.DockStyle.Fill;
     this.chartControl4.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.chartControl4.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside;
     this.chartControl4.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.chartControl4.Legend.Name       = "Default Legend";
     this.chartControl4.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.chartControl4.Location          = new System.Drawing.Point(0, 0);
     this.chartControl4.Name        = "chartControl4";
     this.chartControl4.PaletteName = "Palette 3";
     this.chartControl4.PaletteRepository.Add("Palette 1", new DevExpress.XtraCharts.Palette("Palette 1", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] {
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(28)))), ((int)(((byte)(28))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(28)))), ((int)(((byte)(28)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(142)))), ((int)(((byte)(40))))), System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(142)))), ((int)(((byte)(40))))))
     }));
     this.chartControl4.PaletteRepository.Add("Palette 2", new DevExpress.XtraCharts.Palette("Palette 2", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] {
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(128)))), ((int)(((byte)(255))))), System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.Green, System.Drawing.Color.Green)
     }));
     this.chartControl4.PaletteRepository.Add("Palette 3", new DevExpress.XtraCharts.Palette("Palette 3", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] {
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.Yellow, System.Drawing.Color.Yellow),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.Red, System.Drawing.Color.Red),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(162)))), ((int)(((byte)(39))))), System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(162)))), ((int)(((byte)(39))))))
     }));
     pieSeriesLabel1.Border.Color       = System.Drawing.Color.Black;
     pieSeriesLabel1.Border.Visibility  = DevExpress.Utils.DefaultBoolean.True;
     pieSeriesLabel1.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Gradient;
     pieSeriesLabel1.Font                   = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     pieSeriesLabel1.LineColor              = System.Drawing.Color.Blue;
     pieSeriesLabel1.LineStyle.Thickness    = 2;
     pieSeriesLabel1.Position               = DevExpress.XtraCharts.PieSeriesLabelPosition.TwoColumns;
     pieSeriesLabel1.ResolveOverlappingMode = DevExpress.XtraCharts.ResolveOverlappingMode.Default;
     pieSeriesLabel1.TextColor              = System.Drawing.Color.Black;
     pieSeriesLabel1.TextPattern            = "{V:#,0} Person(s)\n{VP:0.0%}\n";
     series1.Label                         = pieSeriesLabel1;
     series1.LabelsVisibility              = DevExpress.Utils.DefaultBoolean.False;
     series1.Name                          = "Series 1";
     series1.ToolTipEnabled                = DevExpress.Utils.DefaultBoolean.False;
     series1.TopNOptions.Count             = 3;
     series1.TopNOptions.Enabled           = true;
     pieSeriesView1.Animation              = pieBurstAnimation1;
     pieSeriesView1.Rotation               = 90;
     series1.View                          = pieSeriesView1;
     this.chartControl4.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chartControl4.Size     = new System.Drawing.Size(134, 130);
     this.chartControl4.TabIndex = 16;
     //
     // UC_Chart_Pie
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.BackColor     = System.Drawing.Color.Transparent;
     this.Controls.Add(this.chartControl4);
     this.Name  = "UC_Chart_Pie";
     this.Size  = new System.Drawing.Size(134, 130);
     this.Load += new System.EventHandler(this.UC_Machine_Load);
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl4)).EndInit();
     this.ResumeLayout(false);
 }
Пример #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.SimpleDiagram       simpleDiagram4       = new DevExpress.XtraCharts.SimpleDiagram();
     DevExpress.XtraCharts.Series              series4              = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.DoughnutSeriesLabel doughnutSeriesLabel4 = new DevExpress.XtraCharts.DoughnutSeriesLabel();
     DevExpress.XtraCharts.DoughnutSeriesView  doughnutSeriesView4  = new DevExpress.XtraCharts.DoughnutSeriesView();
     DevExpress.XtraCharts.PieBurstAnimation   pieBurstAnimation4   = new DevExpress.XtraCharts.PieBurstAnimation();
     this.lblTitle         = new OS_DSF.LabelGradient();
     this.chartOSD         = new DevExpress.XtraCharts.ChartControl();
     this.gbbOSD           = new System.Windows.Forms.GroupBox();
     this.lblProduction    = new System.Windows.Forms.Label();
     this.lblProductionQty = new System.Windows.Forms.Label();
     this.lblOSD           = new System.Windows.Forms.Label();
     this.lblOSDQty        = new System.Windows.Forms.Label();
     this.lblRate          = new System.Windows.Forms.Label();
     this.lblRatePercent   = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.chartOSD)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(doughnutSeriesLabel4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(doughnutSeriesView4)).BeginInit();
     this.gbbOSD.SuspendLayout();
     this.SuspendLayout();
     //
     // lblTitle
     //
     this.lblTitle.BorderStyle      = System.Windows.Forms.Border3DStyle.Adjust;
     this.lblTitle.Dock             = System.Windows.Forms.DockStyle.Top;
     this.lblTitle.Font             = new System.Drawing.Font("Calibri", 18F, System.Drawing.FontStyle.Bold);
     this.lblTitle.ForeColor        = System.Drawing.Color.Black;
     this.lblTitle.GradientColorOne = System.Drawing.Color.DarkCyan;
     this.lblTitle.GradientColorTwo = System.Drawing.Color.White;
     this.lblTitle.GradientMode     = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.lblTitle.Location         = new System.Drawing.Point(0, 0);
     this.lblTitle.Name             = "lblTitle";
     this.lblTitle.Size             = new System.Drawing.Size(628, 35);
     this.lblTitle.TabIndex         = 5;
     this.lblTitle.Text             = "Test";
     this.lblTitle.TextAlign        = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // chartOSD
     //
     this.chartOSD.AnimationStartMode         = DevExpress.XtraCharts.ChartAnimationMode.OnDataChanged;
     this.chartOSD.AppearanceNameSerializable = "Nature Colors";
     this.chartOSD.BorderOptions.Visibility   = DevExpress.Utils.DefaultBoolean.False;
     this.chartOSD.DataBindings = null;
     simpleDiagram4.LabelsResolveOverlappingMinIndent = 10;
     this.chartOSD.Diagram = simpleDiagram4;
     this.chartOSD.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.chartOSD.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside;
     this.chartOSD.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.chartOSD.Legend.Name       = "Default Legend";
     this.chartOSD.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.chartOSD.Location          = new System.Drawing.Point(0, 38);
     this.chartOSD.Name               = "chartOSD";
     this.chartOSD.PaletteName        = "Nature Colors";
     doughnutSeriesLabel4.Font        = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     doughnutSeriesLabel4.Position    = DevExpress.XtraCharts.PieSeriesLabelPosition.Inside;
     doughnutSeriesLabel4.TextPattern = "{A}";
     series4.Label = doughnutSeriesLabel4;
     series4.Name  = "Series 1";
     doughnutSeriesView4.Animation = pieBurstAnimation4;
     series4.View = doughnutSeriesView4;
     this.chartOSD.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series4
     };
     this.chartOSD.Size     = new System.Drawing.Size(625, 380);
     this.chartOSD.TabIndex = 7;
     //
     // gbbOSD
     //
     this.gbbOSD.Controls.Add(this.lblRatePercent);
     this.gbbOSD.Controls.Add(this.lblRate);
     this.gbbOSD.Controls.Add(this.lblOSDQty);
     this.gbbOSD.Controls.Add(this.lblOSD);
     this.gbbOSD.Controls.Add(this.lblProductionQty);
     this.gbbOSD.Controls.Add(this.lblProduction);
     this.gbbOSD.Location = new System.Drawing.Point(5, 424);
     this.gbbOSD.Name     = "gbbOSD";
     this.gbbOSD.Size     = new System.Drawing.Size(620, 48);
     this.gbbOSD.TabIndex = 8;
     this.gbbOSD.TabStop  = false;
     //
     // lblProduction
     //
     this.lblProduction.AutoSize  = true;
     this.lblProduction.Font      = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblProduction.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.lblProduction.Location  = new System.Drawing.Point(6, 16);
     this.lblProduction.Name      = "lblProduction";
     this.lblProduction.Size      = new System.Drawing.Size(101, 23);
     this.lblProduction.TabIndex  = 9;
     this.lblProduction.Text      = "Production:";
     //
     // lblProductionQty
     //
     this.lblProductionQty.AutoSize  = true;
     this.lblProductionQty.Font      = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblProductionQty.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.lblProductionQty.Location  = new System.Drawing.Point(113, 16);
     this.lblProductionQty.Name      = "lblProductionQty";
     this.lblProductionQty.Size      = new System.Drawing.Size(70, 23);
     this.lblProductionQty.TabIndex  = 9;
     this.lblProductionQty.Text      = "123456";
     //
     // lblOSD
     //
     this.lblOSD.AutoSize = true;
     this.lblOSD.Font     = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblOSD.Location = new System.Drawing.Point(249, 16);
     this.lblOSD.Name     = "lblOSD";
     this.lblOSD.Size     = new System.Drawing.Size(62, 23);
     this.lblOSD.TabIndex = 9;
     this.lblOSD.Text     = "OS&&D:";
     //
     // lblOSDQty
     //
     this.lblOSDQty.AutoSize = true;
     this.lblOSDQty.Font     = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblOSDQty.Location = new System.Drawing.Point(317, 16);
     this.lblOSDQty.Name     = "lblOSDQty";
     this.lblOSDQty.Size     = new System.Drawing.Size(70, 23);
     this.lblOSDQty.TabIndex = 9;
     this.lblOSDQty.Text     = "123456";
     //
     // lblRate
     //
     this.lblRate.AutoSize  = true;
     this.lblRate.Font      = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblRate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.lblRate.Location  = new System.Drawing.Point(476, 16);
     this.lblRate.Name      = "lblRate";
     this.lblRate.Size      = new System.Drawing.Size(52, 23);
     this.lblRate.TabIndex  = 9;
     this.lblRate.Text      = "Rate:";
     //
     // lblRatePercent
     //
     this.lblRatePercent.AutoSize  = true;
     this.lblRatePercent.Font      = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblRatePercent.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.lblRatePercent.Location  = new System.Drawing.Point(544, 16);
     this.lblRatePercent.Name      = "lblRatePercent";
     this.lblRatePercent.Size      = new System.Drawing.Size(54, 23);
     this.lblRatePercent.TabIndex  = 9;
     this.lblRatePercent.Text      = "100%";
     //
     // UC_OSD
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.Controls.Add(this.chartOSD);
     this.Controls.Add(this.gbbOSD);
     this.Controls.Add(this.lblTitle);
     this.Name = "UC_OSD";
     this.Size = new System.Drawing.Size(628, 483);
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(doughnutSeriesLabel4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(doughnutSeriesView4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartOSD)).EndInit();
     this.gbbOSD.ResumeLayout(false);
     this.gbbOSD.PerformLayout();
     this.ResumeLayout(false);
 }
Пример #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     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.XtraGauges.Core.Model.ArcScaleRange arcScaleRange4            = new DevExpress.XtraGauges.Core.Model.ArcScaleRange();
     DevExpress.XtraGauges.Core.Model.ArcScaleRange arcScaleRange5            = new DevExpress.XtraGauges.Core.Model.ArcScaleRange();
     DevExpress.XtraGauges.Core.Model.ArcScaleRange arcScaleRange6            = new DevExpress.XtraGauges.Core.Model.ArcScaleRange();
     DevExpress.XtraCharts.HatchFillOptions         hatchFillOptions1         = new DevExpress.XtraCharts.HatchFillOptions();
     DevExpress.XtraCharts.Series                   series1                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PieSeriesLabel           pieSeriesLabel1           = new DevExpress.XtraCharts.PieSeriesLabel();
     DevExpress.XtraCharts.PieSeriesView            pieSeriesView1            = new DevExpress.XtraCharts.PieSeriesView();
     DevExpress.XtraCharts.PieFlyInAnimation        pieFlyInAnimation1        = new DevExpress.XtraCharts.PieFlyInAnimation();
     DevExpress.XtraCharts.ChartTitle               chartTitle1               = new DevExpress.XtraCharts.ChartTitle();
     DevExpress.XtraCharts.HatchFillOptions         hatchFillOptions2         = new DevExpress.XtraCharts.HatchFillOptions();
     DevExpress.XtraCharts.Series                   series2                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PieSeriesLabel           pieSeriesLabel2           = new DevExpress.XtraCharts.PieSeriesLabel();
     DevExpress.XtraCharts.PieSeriesView            pieSeriesView2            = new DevExpress.XtraCharts.PieSeriesView();
     DevExpress.XtraCharts.PieBurstAnimation        pieBurstAnimation1        = new DevExpress.XtraCharts.PieBurstAnimation();
     DevExpress.XtraCharts.ChartTitle               chartTitle2               = new DevExpress.XtraCharts.ChartTitle();
     DevExpress.XtraCharts.XYDiagram                xyDiagram1                = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.HatchFillOptions         hatchFillOptions3         = new DevExpress.XtraCharts.HatchFillOptions();
     DevExpress.XtraCharts.Series                   series3                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesView  sideBySideBarSeriesView1  = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     DevExpress.XtraCharts.Series                   series4                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel2 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesView  sideBySideBarSeriesView2  = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     DevExpress.XtraCharts.Series                   series5                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel3 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.Series                   series6                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel4 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesView  sideBySideBarSeriesView3  = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     DevExpress.XtraCharts.ChartTitle               chartTitle3               = new DevExpress.XtraCharts.ChartTitle();
     System.ComponentModel.ComponentResourceManager resources                 = new System.ComponentModel.ComponentResourceManager(typeof(FRM_SMT_MULTI_SKILL));
     this.arcScaleComponent2 = new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleComponent();
     this.timer2             = new System.Windows.Forms.Timer(this.components);
     this.timer1             = new System.Windows.Forms.Timer(this.components);
     this.arcScaleComponent1 = new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleComponent();
     this.lblG              = new System.Windows.Forms.Label();
     this.panel2            = new System.Windows.Forms.Panel();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.splitContainer1   = new System.Windows.Forms.SplitContainer();
     this.chartControl2     = new DevExpress.XtraCharts.ChartControl();
     this.chartControl3     = new DevExpress.XtraCharts.ChartControl();
     this.chartControl1     = new DevExpress.XtraCharts.ChartControl();
     this.lblDate           = new System.Windows.Forms.Label();
     this.lbltitle          = new System.Windows.Forms.Label();
     this.panel1            = new System.Windows.Forms.Panel();
     this.simpleButton3     = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton5     = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton2     = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton1     = new DevExpress.XtraEditors.SimpleButton();
     this.button1           = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.arcScaleComponent2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.arcScaleComponent1)).BeginInit();
     this.panel2.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView3)).BeginInit();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // arcScaleComponent2
     //
     this.arcScaleComponent2.AppearanceMajorTickmark.BorderBrush  = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White");
     this.arcScaleComponent2.AppearanceMajorTickmark.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White");
     this.arcScaleComponent2.AppearanceMinorTickmark.BorderBrush  = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White");
     this.arcScaleComponent2.AppearanceMinorTickmark.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White");
     this.arcScaleComponent2.AppearanceTickmarkText.Font          = new System.Drawing.Font("Tahoma", 10F);
     this.arcScaleComponent2.AppearanceTickmarkText.TextBrush     = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#999999");
     this.arcScaleComponent2.Center         = new DevExpress.XtraGauges.Core.Base.PointF2D(125F, 159F);
     this.arcScaleComponent2.EndAngle       = 0F;
     this.arcScaleComponent2.MajorTickCount = 6;
     this.arcScaleComponent2.MajorTickmark.AllowTickOverlap = true;
     this.arcScaleComponent2.MajorTickmark.FormatString     = "{0:F0}";
     this.arcScaleComponent2.MajorTickmark.ShapeOffset      = -2F;
     this.arcScaleComponent2.MajorTickmark.ShapeType        = DevExpress.XtraGauges.Core.Model.TickmarkShapeType.Circular_Style27_1;
     this.arcScaleComponent2.MajorTickmark.TextOffset       = 18F;
     this.arcScaleComponent2.MajorTickmark.TextOrientation  = DevExpress.XtraGauges.Core.Model.LabelOrientation.LeftToRight;
     this.arcScaleComponent2.MaxValue                  = 100F;
     this.arcScaleComponent2.MinorTickCount            = 4;
     this.arcScaleComponent2.MinorTickmark.ShapeOffset = 4F;
     this.arcScaleComponent2.MinorTickmark.ShapeType   = DevExpress.XtraGauges.Core.Model.TickmarkShapeType.Circular_Style27_1;
     this.arcScaleComponent2.MinorTickmark.ShowTick    = false;
     this.arcScaleComponent2.Name                = "scale1";
     this.arcScaleComponent2.RadiusX             = 101F;
     this.arcScaleComponent2.RadiusY             = 101F;
     arcScaleRange1.AppearanceRange.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#9BBB59");
     arcScaleRange1.EndThickness   = 22F;
     arcScaleRange1.EndValue       = 33F;
     arcScaleRange1.Name           = "Range0";
     arcScaleRange1.ShapeOffset    = -4F;
     arcScaleRange1.StartThickness = 22F;
     arcScaleRange1.StartValue     = -0.3F;
     arcScaleRange2.AppearanceRange.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#F4F56B");
     arcScaleRange2.EndThickness   = 22F;
     arcScaleRange2.EndValue       = 66F;
     arcScaleRange2.Name           = "Range1";
     arcScaleRange2.ShapeOffset    = -4F;
     arcScaleRange2.StartThickness = 22F;
     arcScaleRange2.StartValue     = 33F;
     arcScaleRange3.AppearanceRange.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#E73141");
     arcScaleRange3.EndThickness   = 22F;
     arcScaleRange3.EndValue       = 100.3F;
     arcScaleRange3.Name           = "Range2";
     arcScaleRange3.ShapeOffset    = -4F;
     arcScaleRange3.StartThickness = 22F;
     arcScaleRange3.StartValue     = 66F;
     this.arcScaleComponent2.Ranges.AddRange(new DevExpress.XtraGauges.Core.Model.IRange[] {
         arcScaleRange1,
         arcScaleRange2,
         arcScaleRange3
     });
     this.arcScaleComponent2.StartAngle = -180F;
     this.arcScaleComponent2.Value      = 92F;
     //
     // timer2
     //
     this.timer2.Enabled  = true;
     this.timer2.Interval = 1000;
     this.timer2.Tick    += new System.EventHandler(this.timer2_Tick);
     //
     // timer1
     //
     this.timer1.Enabled = true;
     this.timer1.Tick   += new System.EventHandler(this.timer1_Tick);
     //
     // 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", 10F);
     this.arcScaleComponent1.AppearanceTickmarkText.TextBrush     = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#999999");
     this.arcScaleComponent1.Center         = new DevExpress.XtraGauges.Core.Base.PointF2D(125F, 159F);
     this.arcScaleComponent1.EndAngle       = 0F;
     this.arcScaleComponent1.MajorTickCount = 6;
     this.arcScaleComponent1.MajorTickmark.AllowTickOverlap = true;
     this.arcScaleComponent1.MajorTickmark.FormatString     = "{0:F0}";
     this.arcScaleComponent1.MajorTickmark.ShapeOffset      = -2F;
     this.arcScaleComponent1.MajorTickmark.ShapeType        = DevExpress.XtraGauges.Core.Model.TickmarkShapeType.Circular_Style27_1;
     this.arcScaleComponent1.MajorTickmark.TextOffset       = 18F;
     this.arcScaleComponent1.MajorTickmark.TextOrientation  = DevExpress.XtraGauges.Core.Model.LabelOrientation.LeftToRight;
     this.arcScaleComponent1.MaxValue                  = 100F;
     this.arcScaleComponent1.MinorTickCount            = 4;
     this.arcScaleComponent1.MinorTickmark.ShapeOffset = 4F;
     this.arcScaleComponent1.MinorTickmark.ShapeType   = DevExpress.XtraGauges.Core.Model.TickmarkShapeType.Circular_Style27_1;
     this.arcScaleComponent1.MinorTickmark.ShowTick    = false;
     this.arcScaleComponent1.Name                = "scale1";
     this.arcScaleComponent1.RadiusX             = 101F;
     this.arcScaleComponent1.RadiusY             = 101F;
     arcScaleRange4.AppearanceRange.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#9BBB59");
     arcScaleRange4.EndThickness   = 22F;
     arcScaleRange4.EndValue       = 33F;
     arcScaleRange4.Name           = "Range0";
     arcScaleRange4.ShapeOffset    = -4F;
     arcScaleRange4.StartThickness = 22F;
     arcScaleRange4.StartValue     = -0.3F;
     arcScaleRange5.AppearanceRange.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#F4F56B");
     arcScaleRange5.EndThickness   = 22F;
     arcScaleRange5.EndValue       = 66F;
     arcScaleRange5.Name           = "Range1";
     arcScaleRange5.ShapeOffset    = -4F;
     arcScaleRange5.StartThickness = 22F;
     arcScaleRange5.StartValue     = 33F;
     arcScaleRange6.AppearanceRange.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#E73141");
     arcScaleRange6.EndThickness   = 22F;
     arcScaleRange6.EndValue       = 100.3F;
     arcScaleRange6.Name           = "Range2";
     arcScaleRange6.ShapeOffset    = -4F;
     arcScaleRange6.StartThickness = 22F;
     arcScaleRange6.StartValue     = 66F;
     this.arcScaleComponent1.Ranges.AddRange(new DevExpress.XtraGauges.Core.Model.IRange[] {
         arcScaleRange4,
         arcScaleRange5,
         arcScaleRange6
     });
     this.arcScaleComponent1.StartAngle = -180F;
     this.arcScaleComponent1.Value      = 92F;
     //
     // lblG
     //
     this.lblG.BackColor   = System.Drawing.Color.ForestGreen;
     this.lblG.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblG.Font        = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblG.ForeColor   = System.Drawing.Color.White;
     this.lblG.Location    = new System.Drawing.Point(565, 7);
     this.lblG.Name        = "lblG";
     this.lblG.Size        = new System.Drawing.Size(55, 25);
     this.lblG.TabIndex    = 11;
     this.lblG.Text        = ">98%";
     this.lblG.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.tableLayoutPanel1);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 109);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(1920, 971);
     this.panel2.TabIndex = 13;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 2;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 559F));
     this.tableLayoutPanel1.Controls.Add(this.splitContainer1, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.chartControl1, 0, 0);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 1;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 57.18884F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 971F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(1920, 971);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // splitContainer1
     //
     this.splitContainer1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Enabled     = false;
     this.splitContainer1.Location    = new System.Drawing.Point(1364, 3);
     this.splitContainer1.Name        = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.chartControl2);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.chartControl3);
     this.splitContainer1.Size             = new System.Drawing.Size(553, 965);
     this.splitContainer1.SplitterDistance = 481;
     this.splitContainer1.TabIndex         = 2;
     //
     // chartControl2
     //
     this.chartControl2.AnimationStartMode         = DevExpress.XtraCharts.ChartAnimationMode.OnDataChanged;
     this.chartControl2.AppearanceNameSerializable = "Chameleon";
     this.chartControl2.DataBindings               = null;
     this.chartControl2.Dock                       = System.Windows.Forms.DockStyle.Fill;
     this.chartControl2.FillStyle.FillMode         = DevExpress.XtraCharts.FillMode.Hatch;
     hatchFillOptions1.Color2                      = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(242)))), ((int)(((byte)(242)))));
     hatchFillOptions1.HatchStyle                  = System.Drawing.Drawing2D.HatchStyle.DiagonalCross;
     this.chartControl2.FillStyle.Options          = hatchFillOptions1;
     this.chartControl2.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.chartControl2.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside;
     this.chartControl2.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.chartControl2.Legend.Font                = new System.Drawing.Font("Tahoma", 12F);
     this.chartControl2.Legend.Name                = "Default Legend";
     this.chartControl2.Legend.Visibility          = DevExpress.Utils.DefaultBoolean.True;
     this.chartControl2.Location                   = new System.Drawing.Point(0, 0);
     this.chartControl2.Name                       = "chartControl2";
     this.chartControl2.PaletteName                = "Marquee";
     pieSeriesLabel1.Font        = new System.Drawing.Font("Tahoma", 11F);
     pieSeriesLabel1.TextPattern = "{A}  {V:#,0.0}%";
     series1.Label            = pieSeriesLabel1;
     series1.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True;
     series1.Name             = "Series 1";
     pieSeriesView1.Animation = pieFlyInAnimation1;
     pieSeriesView1.MinAllowedSizePercentage = 80D;
     pieSeriesView1.Rotation = 90;
     series1.View            = pieSeriesView1;
     this.chartControl2.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chartControl2.Size     = new System.Drawing.Size(553, 481);
     this.chartControl2.TabIndex = 4;
     chartTitle1.Font            = new System.Drawing.Font("Tahoma", 20F);
     chartTitle1.Text            = "Multi Skill level";
     this.chartControl2.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     //
     // chartControl3
     //
     this.chartControl3.AnimationStartMode         = DevExpress.XtraCharts.ChartAnimationMode.OnDataChanged;
     this.chartControl3.AppearanceNameSerializable = "Chameleon";
     this.chartControl3.DataBindings               = null;
     this.chartControl3.Dock                       = System.Windows.Forms.DockStyle.Fill;
     this.chartControl3.FillStyle.FillMode         = DevExpress.XtraCharts.FillMode.Hatch;
     hatchFillOptions2.Color2                      = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(242)))), ((int)(((byte)(242)))));
     hatchFillOptions2.HatchStyle                  = System.Drawing.Drawing2D.HatchStyle.LargeGrid;
     this.chartControl3.FillStyle.Options          = hatchFillOptions2;
     this.chartControl3.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.chartControl3.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside;
     this.chartControl3.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.chartControl3.Legend.Font                = new System.Drawing.Font("Tahoma", 12F);
     this.chartControl3.Legend.Name                = "Default Legend";
     this.chartControl3.Legend.Visibility          = DevExpress.Utils.DefaultBoolean.True;
     this.chartControl3.Location                   = new System.Drawing.Point(0, 0);
     this.chartControl3.Name                       = "chartControl3";
     this.chartControl3.PaletteName                = "Chameleon";
     pieSeriesLabel2.Font        = new System.Drawing.Font("Tahoma", 11F);
     pieSeriesLabel2.TextPattern = "{A}  {V:#,0.0}%";
     series2.Label            = pieSeriesLabel2;
     series2.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True;
     series2.Name             = "Series 1";
     pieSeriesView2.Animation = pieBurstAnimation1;
     pieSeriesView2.MinAllowedSizePercentage = 80D;
     pieSeriesView2.Rotation = 90;
     series2.View            = pieSeriesView2;
     this.chartControl3.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series2
     };
     this.chartControl3.Size     = new System.Drawing.Size(553, 480);
     this.chartControl3.TabIndex = 4;
     chartTitle2.Font            = new System.Drawing.Font("Tahoma", 20F);
     chartTitle2.Text            = "Employee type";
     this.chartControl3.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle2
     });
     //
     // chartControl1
     //
     this.chartControl1.AnimationStartMode       = DevExpress.XtraCharts.ChartAnimationMode.OnDataChanged;
     this.chartControl1.DataBindings             = null;
     xyDiagram1.AxisX.Label.Font                 = new System.Drawing.Font("Tahoma", 16F);
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.Label.Font                 = new System.Drawing.Font("Tahoma", 14F);
     xyDiagram1.AxisY.Title.Font                 = new System.Drawing.Font("Calibri", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     xyDiagram1.AxisY.Title.Text                 = "Person";
     xyDiagram1.AxisY.Title.TextColor            = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(108)))), ((int)(((byte)(9)))));
     xyDiagram1.AxisY.Title.Visibility           = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.chartControl1.Diagram            = xyDiagram1;
     this.chartControl1.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.chartControl1.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Hatch;
     hatchFillOptions3.Color2              = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(242)))), ((int)(((byte)(242)))));
     hatchFillOptions3.HatchStyle          = System.Drawing.Drawing2D.HatchStyle.DiagonalCross;
     this.chartControl1.FillStyle.Options  = hatchFillOptions3;
     this.chartControl1.Legend.Font        = new System.Drawing.Font("Tahoma", 18F);
     this.chartControl1.Legend.Name        = "Default Legend";
     this.chartControl1.Location           = new System.Drawing.Point(3, 3);
     this.chartControl1.Name               = "chartControl1";
     sideBySideBarSeriesLabel1.Font        = new System.Drawing.Font("Tahoma", 13F);
     series3.Label                         = sideBySideBarSeriesLabel1;
     series3.LabelsVisibility              = DevExpress.Utils.DefaultBoolean.True;
     series3.Name                          = "1~3";
     sideBySideBarSeriesView1.Color        = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(133)))), ((int)(((byte)(155)))));
     series3.View                          = sideBySideBarSeriesView1;
     sideBySideBarSeriesLabel2.Font        = new System.Drawing.Font("Tahoma", 13F);
     series4.Label                         = sideBySideBarSeriesLabel2;
     series4.LabelsVisibility              = DevExpress.Utils.DefaultBoolean.True;
     series4.Name                          = "4~6";
     sideBySideBarSeriesView2.Color        = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(108)))), ((int)(((byte)(9)))));
     series4.View                          = sideBySideBarSeriesView2;
     sideBySideBarSeriesLabel3.Font        = new System.Drawing.Font("Tahoma", 13F);
     series5.Label                         = sideBySideBarSeriesLabel3;
     series5.LabelsVisibility              = DevExpress.Utils.DefaultBoolean.True;
     series5.Name                          = "7~9";
     sideBySideBarSeriesLabel4.Font        = new System.Drawing.Font("Tahoma", 13F);
     series6.Label                         = sideBySideBarSeriesLabel4;
     series6.LabelsVisibility              = DevExpress.Utils.DefaultBoolean.True;
     series6.Name                          = ">9";
     sideBySideBarSeriesView3.Color        = System.Drawing.Color.Salmon;
     series6.View                          = sideBySideBarSeriesView3;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series3,
         series4,
         series5,
         series6
     };
     this.chartControl1.Size     = new System.Drawing.Size(1355, 965);
     this.chartControl1.TabIndex = 0;
     chartTitle3.Font            = new System.Drawing.Font("Tahoma", 24F);
     chartTitle3.Text            = "Multi skill tracking";
     chartTitle3.TextColor       = System.Drawing.Color.Black;
     this.chartControl1.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle3
     });
     //
     // 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", 62.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     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      = "Multi Skill";
     this.lbltitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // panel1
     //
     this.panel1.BackColor             = System.Drawing.Color.DarkTurquoise;
     this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.panel1.Controls.Add(this.simpleButton3);
     this.panel1.Controls.Add(this.simpleButton5);
     this.panel1.Controls.Add(this.simpleButton2);
     this.panel1.Controls.Add(this.simpleButton1);
     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.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    = 12;
     //
     // simpleButton3
     //
     this.simpleButton3.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.simpleButton3.Appearance.BackColor2           = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.simpleButton3.Appearance.Font                 = new System.Drawing.Font("Calibri", 24F, System.Drawing.FontStyle.Bold);
     this.simpleButton3.Appearance.GradientMode         = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.simpleButton3.Appearance.Options.UseBackColor = true;
     this.simpleButton3.Appearance.Options.UseFont      = true;
     this.simpleButton3.ButtonStyle        = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
     this.simpleButton3.Enabled            = false;
     this.simpleButton3.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton3.ImageOptions.Image")));
     this.simpleButton3.Location           = new System.Drawing.Point(1458, 7);
     this.simpleButton3.Name     = "simpleButton3";
     this.simpleButton3.Size     = new System.Drawing.Size(175, 48);
     this.simpleButton3.TabIndex = 55;
     this.simpleButton3.Text     = "Month";
     //
     // simpleButton5
     //
     this.simpleButton5.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.simpleButton5.Appearance.BackColor2           = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.simpleButton5.Appearance.Font                 = new System.Drawing.Font("Calibri", 24F, System.Drawing.FontStyle.Bold);
     this.simpleButton5.Appearance.GradientMode         = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.simpleButton5.Appearance.Options.UseBackColor = true;
     this.simpleButton5.Appearance.Options.UseFont      = true;
     this.simpleButton5.ButtonStyle        = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
     this.simpleButton5.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton5.ImageOptions.Image")));
     this.simpleButton5.Location           = new System.Drawing.Point(1458, 58);
     this.simpleButton5.Name     = "simpleButton5";
     this.simpleButton5.Size     = new System.Drawing.Size(175, 48);
     this.simpleButton5.TabIndex = 53;
     this.simpleButton5.Text     = "Quarter";
     this.simpleButton5.Click   += new System.EventHandler(this.simpleButton5_Click);
     //
     // simpleButton2
     //
     this.simpleButton2.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.simpleButton2.Appearance.BackColor2           = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.simpleButton2.Appearance.Font                 = new System.Drawing.Font("Calibri", 24F, System.Drawing.FontStyle.Bold);
     this.simpleButton2.Appearance.GradientMode         = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.simpleButton2.Appearance.Options.UseBackColor = true;
     this.simpleButton2.Appearance.Options.UseFont      = true;
     this.simpleButton2.ButtonStyle        = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
     this.simpleButton2.Enabled            = false;
     this.simpleButton2.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton2.ImageOptions.Image")));
     this.simpleButton2.Location           = new System.Drawing.Point(1276, 58);
     this.simpleButton2.Name     = "simpleButton2";
     this.simpleButton2.Size     = new System.Drawing.Size(175, 48);
     this.simpleButton2.TabIndex = 53;
     this.simpleButton2.Text     = "Week";
     //
     // simpleButton1
     //
     this.simpleButton1.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.simpleButton1.Appearance.BackColor2           = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.simpleButton1.Appearance.Font                 = new System.Drawing.Font("Calibri", 24F, System.Drawing.FontStyle.Bold);
     this.simpleButton1.Appearance.GradientMode         = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.simpleButton1.Appearance.Options.UseBackColor = true;
     this.simpleButton1.Appearance.Options.UseFont      = true;
     this.simpleButton1.ButtonStyle        = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
     this.simpleButton1.Enabled            = false;
     this.simpleButton1.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton1.ImageOptions.Image")));
     this.simpleButton1.Location           = new System.Drawing.Point(1277, 7);
     this.simpleButton1.Name     = "simpleButton1";
     this.simpleButton1.Size     = new System.Drawing.Size(175, 48);
     this.simpleButton1.TabIndex = 54;
     this.simpleButton1.Text     = "Day";
     //
     // button1
     //
     this.button1.BackColor                  = System.Drawing.Color.Transparent;
     this.button1.BackgroundImage            = global::Smart_FTY.Properties.Resources.Back_Icon;
     this.button1.BackgroundImageLayout      = System.Windows.Forms.ImageLayout.Stretch;
     this.button1.FlatAppearance.BorderColor = System.Drawing.Color.Yellow;
     this.button1.FlatAppearance.BorderSize  = 0;
     this.button1.FlatStyle                  = System.Windows.Forms.FlatStyle.Flat;
     this.button1.Location = new System.Drawing.Point(1162, 7);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(108, 101);
     this.button1.TabIndex = 51;
     this.button1.UseVisualStyleBackColor = false;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // FRM_SMT_MULTI_SKILL
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1920, 1080);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.lblG);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "FRM_SMT_MULTI_SKILL";
     this.Text            = "FRM_SMT_MULTI_SKILL";
     this.Load           += new System.EventHandler(this.FRM_SMT_MULTI_SKILL_Load);
     this.VisibleChanged += new System.EventHandler(this.FRM_SMT_MULTI_SKILL_VisibleChanged);
     ((System.ComponentModel.ISupportInitialize)(this.arcScaleComponent2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.arcScaleComponent1)).EndInit();
     this.panel2.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.SimpleDiagram     simpleDiagram1     = new DevExpress.XtraCharts.SimpleDiagram();
     DevExpress.XtraCharts.Series            series1            = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PieSeriesLabel    pieSeriesLabel1    = new DevExpress.XtraCharts.PieSeriesLabel();
     DevExpress.XtraCharts.PieSeriesView     pieSeriesView1     = new DevExpress.XtraCharts.PieSeriesView();
     DevExpress.XtraCharts.PieBurstAnimation pieBurstAnimation1 = new DevExpress.XtraCharts.PieBurstAnimation();
     this.groupBoxEx1 = new OS_DSF.Addons.GroupBoxEx();
     this.lblAbsent   = new System.Windows.Forms.Label();
     this.label2      = new System.Windows.Forms.Label();
     this.label3      = new System.Windows.Forms.Label();
     this.label1      = new System.Windows.Forms.Label();
     this.chartAbsent = new DevExpress.XtraCharts.ChartControl();
     this.lblTitle    = new OS_DSF.LabelGradient();
     this.groupBoxEx1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartAbsent)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).BeginInit();
     this.SuspendLayout();
     //
     // groupBoxEx1
     //
     this.groupBoxEx1.BackgroundPanelImage = null;
     this.groupBoxEx1.Controls.Add(this.lblAbsent);
     this.groupBoxEx1.Controls.Add(this.label2);
     this.groupBoxEx1.Controls.Add(this.label3);
     this.groupBoxEx1.Controls.Add(this.label1);
     this.groupBoxEx1.Controls.Add(this.chartAbsent);
     this.groupBoxEx1.DrawGroupBorder  = true;
     this.groupBoxEx1.Font             = new System.Drawing.Font("Calibri", 20F, System.Drawing.FontStyle.Bold);
     this.groupBoxEx1.ForeColor        = System.Drawing.Color.White;
     this.groupBoxEx1.GroupBorderColor = System.Drawing.Color.Black;
     this.groupBoxEx1.GroupPanelColor  = System.Drawing.Color.LightGray;
     this.groupBoxEx1.GroupPanelShape  = OS_DSF.Addons.GroupBoxEx.PanelType.Rounded;
     this.groupBoxEx1.GroupPanelWith   = 1F;
     this.groupBoxEx1.Location         = new System.Drawing.Point(5, 38);
     this.groupBoxEx1.Name             = "groupBoxEx1";
     this.groupBoxEx1.Size             = new System.Drawing.Size(620, 434);
     this.groupBoxEx1.TabIndex         = 11;
     this.groupBoxEx1.TabStop          = false;
     this.groupBoxEx1.TextBackColor    = System.Drawing.Color.DarkTurquoise;
     this.groupBoxEx1.TextBorderColor  = System.Drawing.Color.DarkTurquoise;
     this.groupBoxEx1.TextBorderWith   = 1F;
     //
     // lblAbsent
     //
     this.lblAbsent.BackColor = System.Drawing.Color.Transparent;
     this.lblAbsent.Font      = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Bold);
     this.lblAbsent.ForeColor = System.Drawing.Color.Black;
     this.lblAbsent.Location  = new System.Drawing.Point(483, 48);
     this.lblAbsent.Name      = "lblAbsent";
     this.lblAbsent.Size      = new System.Drawing.Size(130, 86);
     this.lblAbsent.TabIndex  = 14;
     this.lblAbsent.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Green;
     this.label2.Font      = new System.Drawing.Font("Calibri", 14F, System.Drawing.FontStyle.Bold);
     this.label2.Location  = new System.Drawing.Point(75, 6);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(165, 32);
     this.label2.TabIndex  = 12;
     this.label2.Text      = "Attended";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Yellow;
     this.label3.Font      = new System.Drawing.Font("Calibri", 14F, System.Drawing.FontStyle.Bold);
     this.label3.ForeColor = System.Drawing.Color.Black;
     this.label3.Location  = new System.Drawing.Point(241, 6);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(165, 32);
     this.label3.TabIndex  = 13;
     this.label3.Text      = "Plan Absenteeism";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Red;
     this.label1.Font      = new System.Drawing.Font("Calibri", 14F, System.Drawing.FontStyle.Bold);
     this.label1.Location  = new System.Drawing.Point(407, 6);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(206, 32);
     this.label1.TabIndex  = 13;
     this.label1.Text      = "Unplanned Absenteeism";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // chartAbsent
     //
     this.chartAbsent.AnimationStartMode         = DevExpress.XtraCharts.ChartAnimationMode.OnDataChanged;
     this.chartAbsent.AppearanceNameSerializable = "Nature Colors";
     this.chartAbsent.BackColor = System.Drawing.Color.LightGray;
     this.chartAbsent.BorderOptions.Visibility        = DevExpress.Utils.DefaultBoolean.False;
     this.chartAbsent.CrosshairEnabled                = DevExpress.Utils.DefaultBoolean.Default;
     this.chartAbsent.DataBindings                    = null;
     simpleDiagram1.LabelsResolveOverlappingMinIndent = 2;
     this.chartAbsent.Diagram = simpleDiagram1;
     this.chartAbsent.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.chartAbsent.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside;
     this.chartAbsent.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.chartAbsent.Legend.Name       = "Default Legend";
     this.chartAbsent.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.chartAbsent.Location          = new System.Drawing.Point(1, 48);
     this.chartAbsent.Name        = "chartAbsent";
     this.chartAbsent.PaletteName = "Palette 3";
     this.chartAbsent.PaletteRepository.Add("Palette 1", new DevExpress.XtraCharts.Palette("Palette 1", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] {
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(28)))), ((int)(((byte)(28))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(28)))), ((int)(((byte)(28)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(142)))), ((int)(((byte)(40))))), System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(142)))), ((int)(((byte)(40))))))
     }));
     this.chartAbsent.PaletteRepository.Add("Palette 2", new DevExpress.XtraCharts.Palette("Palette 2", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] {
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(128)))), ((int)(((byte)(255))))), System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))))),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.Green, System.Drawing.Color.Green)
     }));
     this.chartAbsent.PaletteRepository.Add("Palette 3", new DevExpress.XtraCharts.Palette("Palette 3", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] {
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.Yellow, System.Drawing.Color.Yellow),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.Red, System.Drawing.Color.Red),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.Green, System.Drawing.Color.Green)
     }));
     pieSeriesLabel1.Border.Color       = System.Drawing.Color.Black;
     pieSeriesLabel1.Border.Visibility  = DevExpress.Utils.DefaultBoolean.True;
     pieSeriesLabel1.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Gradient;
     pieSeriesLabel1.Font                   = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     pieSeriesLabel1.LineColor              = System.Drawing.Color.Blue;
     pieSeriesLabel1.LineStyle.Thickness    = 2;
     pieSeriesLabel1.Position               = DevExpress.XtraCharts.PieSeriesLabelPosition.TwoColumns;
     pieSeriesLabel1.ResolveOverlappingMode = DevExpress.XtraCharts.ResolveOverlappingMode.Default;
     pieSeriesLabel1.TextColor              = System.Drawing.Color.Black;
     pieSeriesLabel1.TextPattern            = "{V:#,0} Person(s)\n{VP:0.0%}\n";
     series1.Label                       = pieSeriesLabel1;
     series1.Name                        = "Series 1";
     pieSeriesView1.Animation            = pieBurstAnimation1;
     pieSeriesView1.Rotation             = 90;
     series1.View                        = pieSeriesView1;
     this.chartAbsent.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chartAbsent.Size     = new System.Drawing.Size(618, 380);
     this.chartAbsent.TabIndex = 10;
     //
     // lblTitle
     //
     this.lblTitle.BorderStyle      = System.Windows.Forms.Border3DStyle.Adjust;
     this.lblTitle.Dock             = System.Windows.Forms.DockStyle.Top;
     this.lblTitle.Font             = new System.Drawing.Font("Calibri", 24F, System.Drawing.FontStyle.Bold);
     this.lblTitle.ForeColor        = System.Drawing.Color.Black;
     this.lblTitle.GradientColorTwo = System.Drawing.Color.White;
     this.lblTitle.GradientMode     = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.lblTitle.Location         = new System.Drawing.Point(0, 0);
     this.lblTitle.Name             = "lblTitle";
     this.lblTitle.Size             = new System.Drawing.Size(628, 35);
     this.lblTitle.TabIndex         = 5;
     this.lblTitle.Text             = "Test";
     this.lblTitle.TextAlign        = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // UC_ABSENT_V2
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.Controls.Add(this.groupBoxEx1);
     this.Controls.Add(this.lblTitle);
     this.Name = "UC_ABSENT_V2";
     this.Size = new System.Drawing.Size(628, 483);
     this.groupBoxEx1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(simpleDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartAbsent)).EndInit();
     this.ResumeLayout(false);
 }