예제 #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Syncfusion.Windows.Forms.Gauge.Range range1 = new Syncfusion.Windows.Forms.Gauge.Range();
     this._overall = new Syncfusion.Windows.Forms.Gauge.RadialGauge();
     this.SuspendLayout();
     //
     // _overall
     //
     this._overall.ArcThickness          = 2F;
     this._overall.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this._overall.EnableCustomNeedles   = false;
     this._overall.FillColor             = System.Drawing.Color.DarkGray;
     this._overall.ForeColor             = System.Drawing.Color.Black;
     this._overall.FrameThickness        = 20;
     this._overall.GaugeLabel            = "Overall";
     this._overall.GaugeLableFont        = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._overall.GaugeValueFont        = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._overall.Location              = new System.Drawing.Point(0, 0);
     this._overall.MajorDifference       = 10F;
     this._overall.MajorTickMarkHeight   = 5;
     this._overall.Margin                = new System.Windows.Forms.Padding(0);
     this._overall.MaximumValue          = 30F;
     this._overall.MinimumSize           = new System.Drawing.Size(125, 125);
     this._overall.MinorInnerLinesHeight = 0;
     this._overall.MinorTickMarkHeight   = 0;
     this._overall.Name                  = "_overall";
     range1.Color          = System.Drawing.Color.Yellow;
     range1.EndValue       = 16F;
     range1.Height         = 15;
     range1.InRange        = true;
     range1.Name           = "GaugeRange1";
     range1.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.OutSide;
     range1.StartValue     = 0F;
     this._overall.Ranges.Add(range1);
     this._overall.ShowBackgroundFrame = false;
     this._overall.ShowNeedle          = false;
     this._overall.ShowScaleLabel      = false;
     this._overall.ShowTicks           = true;
     this._overall.Size      = new System.Drawing.Size(339, 339);
     this._overall.TabIndex  = 1;
     this._overall.ThemeName = "";
     this._overall.ThemeStyle.ArcThickness = 2F;
     this._overall.Value = 5F;
     //
     // OverallPanel
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.Controls.Add(this._overall);
     this.Name = "OverallPanel";
     this.Size = new System.Drawing.Size(341, 339);
     this.ResumeLayout(false);
 }
예제 #2
0
        private void UpdateRadialGaugeStyle()
        {
            #region Ranges

            range1  = new Syncfusion.Windows.Forms.Gauge.Range();
            range2  = new Syncfusion.Windows.Forms.Gauge.Range();
            range3  = new Syncfusion.Windows.Forms.Gauge.Range();
            range4  = new Syncfusion.Windows.Forms.Gauge.Range();
            range5  = new Syncfusion.Windows.Forms.Gauge.Range();
            range6  = new Syncfusion.Windows.Forms.Gauge.Range();
            range7  = new Syncfusion.Windows.Forms.Gauge.Range();
            range8  = new Syncfusion.Windows.Forms.Gauge.Range();
            range9  = new Syncfusion.Windows.Forms.Gauge.Range();
            range10 = new Syncfusion.Windows.Forms.Gauge.Range();
            range11 = new Syncfusion.Windows.Forms.Gauge.Range();

            #endregion

            #region Style of QuarterCircle

            this.radialGauge2.ThemeName                      = "HighContrastBlack";
            this.radialGauge2.NeedleStyle                    = Syncfusion.Windows.Forms.Gauge.NeedleStyle.Advanced;
            this.radialGauge2.Value                          = 20;
            this.radialGauge2.ThemeStyle.NeedleColor         = ColorTranslator.FromHtml("#f76400");
            this.radialGauge2.ThemeStyle.ArcColor            = ColorTranslator.FromHtml("#717370");
            this.radialGauge2.MajorTickMarkHeight            = 15;
            this.radialGauge2.MinorTickMarkHeight            = 10;
            this.radialGauge2.MinorInnerLinesHeight          = 10;
            this.radialGauge2.ThemeStyle.MinorTickMarkColor  = ColorTranslator.FromHtml("#FFFFFF");
            this.radialGauge2.ThemeStyle.MajorTickMarkColor  = ColorTranslator.FromHtml("#FFFFFF");
            this.radialGauge2.ThemeStyle.InnerTickMarkColor  = ColorTranslator.FromHtml("#FFFFFF");
            this.radialGauge2.TickPlacement                  = Syncfusion.Windows.Forms.Gauge.TickPlacement.OutSide;
            this.radialGauge2.LabelPlacement                 = Syncfusion.Windows.Forms.Gauge.LabelPlacement.Outside;
            this.radialGauge2.MaximumValue                   = 20;
            this.radialGauge2.MajorDifference                = 5;
            this.radialGauge2.ThemeStyle.LabelFont           = new System.Drawing.Font("Segoe UI", 10.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.radialGauge2.ThemeStyle.ValueFont           = new System.Drawing.Font("Microsoft Sans Serif", 10.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.radialGauge2.ThemeStyle.LabelForeColor      = Color.White;
            this.radialGauge2.ThemeStyle.ScaleLabelForeColor = Color.White;
            this.radialGauge2.TextOrientation                = Syncfusion.Windows.Forms.Gauge.TextOrientation.SlideOver;
            this.radialGauge2.GaugeLabel                     = "Quarter Circle";
            this.radialGauge2.Value                          = 10;
            this.radialGauge2.Size = new System.Drawing.Size(295, 295);
            #endregion

            #region Style of FillCircle

            this.radialGauge4.ThemeName = "HighContrastBlack";
            this.radialGauge4.ThemeStyle.ArcThickness = 20F;
            this.radialGauge4.EnableCustomNeedles     = false;
            this.radialGauge4.FrameType            = Syncfusion.Windows.Forms.Gauge.FrameType.Fill;
            this.radialGauge4.ThemeStyle.ArcColor  = Color.Gray;
            this.radialGauge4.ThemeStyle.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(100)))), ((int)(((byte)(0)))));
            this.radialGauge4.GaugeLabel           = "Gauge";
            this.radialGauge4.ThemeStyle.LabelFont = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.radialGauge4.GaugeValueFont       = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.radialGauge4.MaximumValue         = 100F;
            this.radialGauge4.MinimumSize          = new System.Drawing.Size(125, 125);
            this.radialGauge4.Name         = "radialGauge4";
            this.radialGauge4.ShowTicks    = true;
            this.radialGauge4.StartAngle   = 90;
            this.radialGauge4.SweepAngle   = 360;
            this.radialGauge4.TabIndex     = 0;
            this.radialGauge4.Value        = 75F;
            this.radialGauge4.MaximumValue = 100;

            #endregion

            #region Style of FullCircle

            this.radialGauge1.ThemeName = "HighContrastBlack";
            this.radialGauge1.ThemeStyle.ArcThickness = 0F;
            this.radialGauge1.EnableCustomNeedles     = false;
            this.radialGauge1.GaugeLabel           = "Full Circle";
            this.radialGauge1.ThemeStyle.LabelFont = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.radialGauge1.ThemeStyle.ValueFont = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.radialGauge1.MinimumValue         = 120F;
            this.radialGauge1.MaximumValue         = 300F;
            this.radialGauge1.MajorDifference      = 30;
            this.radialGauge1.MinorDifference      = 5;
            this.radialGauge1.MinimumSize          = new System.Drawing.Size(125, 125);
            this.radialGauge1.Name           = "radialGauge1";
            this.radialGauge1.ShowTicks      = true;
            this.radialGauge1.StartAngle     = 135;
            this.radialGauge1.SweepAngle     = 270;
            this.radialGauge1.TabIndex       = 0;
            this.radialGauge1.LabelPlacement = Syncfusion.Windows.Forms.Gauge.LabelPlacement.Outside;
            this.radialGauge1.TickPlacement  = Syncfusion.Windows.Forms.Gauge.TickPlacement.OutSide;
            this.radialGauge1.DrawLabel     += RadialGauge1_DrawLabel;
            this.radialGauge1.ThemeStyle.ShowBackgroundFrame = false;
            this.radialGauge1.NeedleStyle                   = Syncfusion.Windows.Forms.Gauge.NeedleStyle.Advanced;
            this.radialGauge1.ThemeStyle.NeedleColor        = ColorTranslator.FromHtml("#d5d5d5");
            this.radialGauge1.MajorTickMarkHeight           = 15;
            this.radialGauge1.MinorTickMarkHeight           = 8;
            this.radialGauge1.MinorInnerLinesHeight         = 8;
            this.radialGauge1.ThemeStyle.MinorTickMarkColor = ColorTranslator.FromHtml("#FFFFFF");
            this.radialGauge1.ThemeStyle.MajorTickMarkColor = ColorTranslator.FromHtml("#FFFFFF");
            this.radialGauge1.ThemeStyle.InnerTickMarkColor = ColorTranslator.FromHtml("#FFFFFF");

            range4.Color          = ColorTranslator.FromHtml("#dedede");
            range4.EndValue       = 150;
            range4.Height         = 15;
            range4.InRange        = false;
            range4.Name           = "GaugeRange4";
            range4.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.Inside;
            range4.StartValue     = 120F;
            range1.Color          = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
            range1.EndValue       = 190F;
            range1.Height         = 15;
            range1.InRange        = false;
            range1.Name           = "GaugeRange1";
            range1.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.Inside;
            range1.StartValue     = 150F;
            range2.Color          = System.Drawing.Color.Green;
            range2.EndValue       = 230F;
            range2.Height         = 15;
            range2.InRange        = false;
            range2.Name           = "GaugeRange2";
            range2.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.Inside;
            range2.StartValue     = 190F;
            range3.Color          = System.Drawing.Color.Red;
            range3.EndValue       = 300F;
            range3.Height         = 15;
            range3.InRange        = false;
            range3.Name           = "GaugeRange3";
            range3.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.Inside;
            range3.StartValue     = 230F;
            this.radialGauge1.ThemeStyle.LabelForeColor = Color.White;
            this.radialGauge1.ThemeStyle.LabelFont      = new System.Drawing.Font("Segoe UI", 10.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));

            this.radialGauge1.Ranges.Add(range1);
            this.radialGauge1.Ranges.Add(range2);
            this.radialGauge1.Ranges.Add(range3);
            this.radialGauge1.Ranges.Add(range4);
            #endregion

            #region Style of HalfCircle

            this.radialGauge3.ThemeName = "HighContrastBlack";
            this.radialGauge3.ThemeStyle.ArcThickness = 0F;
            this.radialGauge3.EnableCustomNeedles     = false;
            this.radialGauge3.FrameType           = Syncfusion.Windows.Forms.Gauge.FrameType.HalfCircle;
            this.radialGauge3.FillColor           = System.Drawing.Color.DarkGray;
            this.radialGauge3.GaugeLabel          = "Half Circle";
            this.radialGauge3.MinimumSize         = new System.Drawing.Size(130, 52);
            this.radialGauge3.ShowTicks           = false;
            this.radialGauge3.LabelPlacement      = Syncfusion.Windows.Forms.Gauge.LabelPlacement.Inside;
            this.radialGauge3.MajorTickMarkHeight = 5;
            this.radialGauge3.Name = "radialGauge3";
            this.radialGauge3.ThemeStyle.ShowBackgroundFrame = false;
            this.radialGauge3.MaximumValue = 100;

            #region Range
            range8.Color           = System.Drawing.Color.Blue;
            range8.EndValue        = 20F;
            range8.Height          = 15;
            range8.InRange         = false;
            range8.Name            = "GaugeRange8";
            range8.RangePlacement  = Syncfusion.Windows.Forms.Gauge.TickPlacement.OutSide;
            range8.StartValue      = 0F;
            range9.Color           = System.Drawing.Color.Blue;
            range9.EndValue        = 40F;
            range9.Height          = 15;
            range9.InRange         = false;
            range9.Name            = "GaugeRange9";
            range9.RangePlacement  = Syncfusion.Windows.Forms.Gauge.TickPlacement.OutSide;
            range9.StartValue      = 21F;
            range10.Color          = Color.Blue;
            range10.EndValue       = 51F;
            range10.Height         = 15;
            range10.InRange        = false;
            range10.Name           = "GaugeRange10";
            range10.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.OutSide;
            range10.StartValue     = 41F;
            range11.Color          = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
            range11.EndValue       = 60F;
            range11.Height         = 15;
            range11.InRange        = false;
            range11.Name           = "GaugeRange11";
            range11.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.OutSide;
            range11.StartValue     = 51F;
            range5.Color           = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
            range5.EndValue        = 80F;
            range5.Height          = 15;
            range5.InRange         = false;
            range5.Name            = "GaugeRange4";
            range5.RangePlacement  = Syncfusion.Windows.Forms.Gauge.TickPlacement.OutSide;
            range5.StartValue      = 61F;
            range6.Color           = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
            range6.EndValue        = 100F;
            range6.Height          = 15;
            range6.InRange         = false;
            range6.Name            = "GaugeRange6";
            range6.RangePlacement  = Syncfusion.Windows.Forms.Gauge.TickPlacement.OutSide;
            range6.StartValue      = 81F;

            #endregion

            this.radialGauge3.Ranges.Add(range8);
            this.radialGauge3.Ranges.Add(range9);
            this.radialGauge3.Ranges.Add(range10);
            this.radialGauge3.Ranges.Add(range11);
            this.radialGauge3.Ranges.Add(range5);
            this.radialGauge3.Ranges.Add(range6);
            this.radialGauge3.Size                   = new System.Drawing.Size(350, 350);
            this.radialGauge3.StartAngle             = 180;
            this.radialGauge3.SweepAngle             = 180;
            this.radialGauge3.TabIndex               = 1;
            this.radialGauge3.ThemeStyle.LabelFont   = new System.Drawing.Font("Segoe UI", 10.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.radialGauge3.NeedleStyle            = Syncfusion.Windows.Forms.Gauge.NeedleStyle.Advanced;
            this.radialGauge3.ThemeStyle.NeedleColor = Color.White;
            this.radialGauge3.ThemeStyle.ValueFont   = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.radialGauge3.Value                  = 50;

            #endregion
        }
예제 #3
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();
     Syncfusion.Windows.Forms.Gauge.LinearRange     linearRange1 = new Syncfusion.Windows.Forms.Gauge.LinearRange();
     Syncfusion.Windows.Forms.Gauge.Range           range1       = new Syncfusion.Windows.Forms.Gauge.Range();
     Syncfusion.Windows.Forms.Gauge.Range           range2       = new Syncfusion.Windows.Forms.Gauge.Range();
     Syncfusion.Windows.Forms.Gauge.Range           range3       = new Syncfusion.Windows.Forms.Gauge.Range();
     System.ComponentModel.ComponentResourceManager resources    = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.label1       = new System.Windows.Forms.Label();
     this.panel1       = new System.Windows.Forms.Panel();
     this.label6       = new System.Windows.Forms.Label();
     this.pictureBox4  = new System.Windows.Forms.PictureBox();
     this.label4       = new System.Windows.Forms.Label();
     this.pictureBox3  = new System.Windows.Forms.PictureBox();
     this.pictureBox2  = new System.Windows.Forms.PictureBox();
     this.pictureBox1  = new System.Windows.Forms.PictureBox();
     this.label3       = new System.Windows.Forms.Label();
     this.panel2       = new System.Windows.Forms.Panel();
     this.linearGauge1 = new Syncfusion.Windows.Forms.Gauge.LinearGauge();
     this.radialGauge3 = new Syncfusion.Windows.Forms.Gauge.RadialGauge();
     this.radialGauge2 = new Syncfusion.Windows.Forms.Gauge.RadialGauge();
     this.radialGauge1 = new Syncfusion.Windows.Forms.Gauge.RadialGauge();
     this.label2       = new System.Windows.Forms.Label();
     this.timer1       = new System.Windows.Forms.Timer(this.components);
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                | System.Windows.Forms.AnchorStyles.Left)));
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.Gray;
     this.label1.Location  = new System.Drawing.Point(920, 20);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(34, 19);
     this.label1.TabIndex  = 4;
     this.label1.Text      = "BMI";
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.WhiteSmoke;
     this.panel1.Controls.Add(this.label6);
     this.panel1.Controls.Add(this.pictureBox4);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.pictureBox3);
     this.panel1.Controls.Add(this.pictureBox2);
     this.panel1.Controls.Add(this.pictureBox1);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(2, 2);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(1170, 100);
     this.panel1.TabIndex = 6;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font     = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Location = new System.Drawing.Point(157, 66);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(166, 28);
     this.label6.TabIndex = 13;
     this.label6.Text     = "34 years / 175 cm";
     //
     // pictureBox4
     //
     this.pictureBox4.Image    = global::GaugeInterctionSample.Properties.Resources.Blue_Icon;
     this.pictureBox4.Location = new System.Drawing.Point(296, 58);
     this.pictureBox4.Name     = "pictureBox4";
     this.pictureBox4.Size     = new System.Drawing.Size(22, 22);
     this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox4.TabIndex = 11;
     this.pictureBox4.TabStop  = false;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(156, 20);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(144, 28);
     this.label4.TabIndex = 9;
     this.label4.Text     = "Andrew Fuller";
     //
     // pictureBox3
     //
     this.pictureBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.pictureBox3.Image    = global::GaugeInterctionSample.Properties.Resources.Icon_2;
     this.pictureBox3.Location = new System.Drawing.Point(1021, 40);
     this.pictureBox3.Name     = "pictureBox3";
     this.pictureBox3.Size     = new System.Drawing.Size(95, 53);
     this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox3.TabIndex = 8;
     this.pictureBox3.TabStop  = false;
     //
     // pictureBox2
     //
     this.pictureBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.pictureBox2.Image    = global::GaugeInterctionSample.Properties.Resources.Icon_1;
     this.pictureBox2.Location = new System.Drawing.Point(917, 40);
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new System.Drawing.Size(95, 53);
     this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox2.TabIndex = 7;
     this.pictureBox2.TabStop  = false;
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = global::GaugeInterctionSample.Properties.Resources.person;
     this.pictureBox1.Location = new System.Drawing.Point(46, 3);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(95, 95);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox1.TabIndex = 6;
     this.pictureBox1.TabStop  = false;
     //
     // label3
     //
     this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                | System.Windows.Forms.AnchorStyles.Left)));
     this.label3.AutoSize  = true;
     this.label3.Font      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.Gray;
     this.label3.Location  = new System.Drawing.Point(1022, 20);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(52, 19);
     this.label3.TabIndex  = 5;
     this.label3.Text      = "Weight";
     //
     // panel2
     //
     this.panel2.Controls.Add(this.linearGauge1);
     this.panel2.Controls.Add(this.radialGauge3);
     this.panel2.Controls.Add(this.radialGauge2);
     this.panel2.Controls.Add(this.radialGauge1);
     this.panel2.Controls.Add(this.label2);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(2, 102);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(1170, 615);
     this.panel2.TabIndex = 7;
     //
     // linearGauge1
     //
     this.linearGauge1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.linearGauge1.BackgroundGradientEndColor   = System.Drawing.Color.Transparent;
     this.linearGauge1.BackgroundGradientStartColor = System.Drawing.Color.Transparent;
     this.linearGauge1.ForeColor                    = System.Drawing.Color.Gray;
     this.linearGauge1.GaugelabelFont               = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.linearGauge1.InnerFrameGradientEndColor   = System.Drawing.Color.Transparent;
     this.linearGauge1.InnerFrameGradientStartColor = System.Drawing.Color.Transparent;
     this.linearGauge1.LinearFrameType              = Syncfusion.Windows.Forms.Gauge.LinearFrameType.Horizontal;
     this.linearGauge1.Location                     = new System.Drawing.Point(46, 469);
     this.linearGauge1.MajorDifference              = 100;
     this.linearGauge1.MajorTicksHeight             = 0;
     this.linearGauge1.MaximumValue                 = 30000F;
     this.linearGauge1.MinimumSize                  = new System.Drawing.Size(100, 50);
     this.linearGauge1.MinorTickCount               = 50;
     this.linearGauge1.MinorTickHeight              = 0;
     this.linearGauge1.Name                         = "linearGauge1";
     this.linearGauge1.OuterFrameGradientEndColor   = System.Drawing.Color.Transparent;
     this.linearGauge1.OuterFrameGradientStartColor = System.Drawing.Color.Transparent;
     this.linearGauge1.PointerPlacement             = Syncfusion.Windows.Forms.Gauge.Placement.Center;
     linearRange1.Color          = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
     linearRange1.EndValue       = 650F;
     linearRange1.Height         = 5;
     linearRange1.InRange        = false;
     linearRange1.Name           = "GaugeRange1";
     linearRange1.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.Inside;
     linearRange1.StartValue     = 0F;
     this.linearGauge1.Ranges.Add(linearRange1);
     this.linearGauge1.ScaleColor          = System.Drawing.Color.Black;
     this.linearGauge1.ShowScaleLabel      = false;
     this.linearGauge1.Size                = new System.Drawing.Size(1088, 133);
     this.linearGauge1.TabIndex            = 6;
     this.linearGauge1.Text                = "linearGauge1";
     this.linearGauge1.Value               = 25000F;
     this.linearGauge1.ValueIndicatorColor = System.Drawing.Color.Gray;
     //
     // radialGauge3
     //
     this.radialGauge3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.radialGauge3.ArcThickness = 2F;
     this.radialGauge3.BackgroundGradientEndColor   = System.Drawing.Color.Transparent;
     this.radialGauge3.BackgroundGradientStartColor = System.Drawing.Color.Transparent;
     this.radialGauge3.EnableCustomNeedles          = false;
     this.radialGauge3.GaugeLabel                   = "Floor";
     this.radialGauge3.GaugeLableFont               = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radialGauge3.GaugeValueFont               = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radialGauge3.InnerFrameGradientEndColor   = System.Drawing.Color.Transparent;
     this.radialGauge3.InnerFrameGradientStartColor = System.Drawing.Color.Transparent;
     this.radialGauge3.Location              = new System.Drawing.Point(789, 49);
     this.radialGauge3.MajorDifference       = 1F;
     this.radialGauge3.MajorTickMarkHeight   = 0;
     this.radialGauge3.MaximumValue          = 100F;
     this.radialGauge3.MinimumSize           = new System.Drawing.Size(125, 125);
     this.radialGauge3.MinorInnerLinesHeight = 0;
     this.radialGauge3.MinorTickMarkHeight   = 0;
     this.radialGauge3.Name = "radialGauge3";
     this.radialGauge3.OuterFrameGradientEndColor   = System.Drawing.Color.Transparent;
     this.radialGauge3.OuterFrameGradientStartColor = System.Drawing.Color.Transparent;
     range1.Color          = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
     range1.EndValue       = 5F;
     range1.Height         = 7;
     range1.InRange        = true;
     range1.Name           = "GaugeRange1";
     range1.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.OutSide;
     range1.StartValue     = 0F;
     this.radialGauge3.Ranges.Add(range1);
     this.radialGauge3.ShowBackgroundFrame = false;
     this.radialGauge3.ShowGaugeValue      = true;
     this.radialGauge3.ShowNeedle          = false;
     this.radialGauge3.ShowScaleLabel      = false;
     this.radialGauge3.ShowTicks           = true;
     this.radialGauge3.Size     = new System.Drawing.Size(308, 308);
     this.radialGauge3.TabIndex = 9;
     this.radialGauge3.Value    = 5F;
     //
     // radialGauge2
     //
     this.radialGauge2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.radialGauge2.ArcThickness = 2F;
     this.radialGauge2.BackgroundGradientEndColor   = System.Drawing.Color.Transparent;
     this.radialGauge2.BackgroundGradientStartColor = System.Drawing.Color.Transparent;
     this.radialGauge2.EnableCustomNeedles          = false;
     this.radialGauge2.GaugeLabel                   = "Steps";
     this.radialGauge2.GaugeLableFont               = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radialGauge2.GaugeValueFont               = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radialGauge2.InnerFrameGradientEndColor   = System.Drawing.Color.Transparent;
     this.radialGauge2.InnerFrameGradientStartColor = System.Drawing.Color.Transparent;
     this.radialGauge2.Location              = new System.Drawing.Point(427, 49);
     this.radialGauge2.MajorTickMarkHeight   = 0;
     this.radialGauge2.MaximumValue          = 100F;
     this.radialGauge2.MinimumSize           = new System.Drawing.Size(125, 125);
     this.radialGauge2.MinorInnerLinesHeight = 0;
     this.radialGauge2.MinorTickMarkHeight   = 0;
     this.radialGauge2.Name = "radialGauge2";
     this.radialGauge2.OuterFrameGradientEndColor   = System.Drawing.Color.Transparent;
     this.radialGauge2.OuterFrameGradientStartColor = System.Drawing.Color.Transparent;
     range2.Color          = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
     range2.EndValue       = 50F;
     range2.Height         = 7;
     range2.InRange        = true;
     range2.Name           = "GaugeRange1";
     range2.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.OutSide;
     range2.StartValue     = 0F;
     this.radialGauge2.Ranges.Add(range2);
     this.radialGauge2.ShowBackgroundFrame = false;
     this.radialGauge2.ShowGaugeValue      = true;
     this.radialGauge2.ShowNeedle          = false;
     this.radialGauge2.ShowScaleLabel      = false;
     this.radialGauge2.ShowTicks           = true;
     this.radialGauge2.Size     = new System.Drawing.Size(308, 308);
     this.radialGauge2.TabIndex = 8;
     this.radialGauge2.Value    = 15F;
     //
     // radialGauge1
     //
     this.radialGauge1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.radialGauge1.ArcThickness = 2F;
     this.radialGauge1.BackgroundGradientEndColor   = System.Drawing.Color.Transparent;
     this.radialGauge1.BackgroundGradientStartColor = System.Drawing.Color.Transparent;
     this.radialGauge1.EnableCustomNeedles          = false;
     this.radialGauge1.GaugeArcColor                = System.Drawing.Color.DarkGray;
     this.radialGauge1.GaugeLabel                   = "Food";
     this.radialGauge1.GaugeLableFont               = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radialGauge1.GaugeValueFont               = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radialGauge1.InnerFrameGradientEndColor   = System.Drawing.Color.Transparent;
     this.radialGauge1.InnerFrameGradientStartColor = System.Drawing.Color.Transparent;
     this.radialGauge1.Location              = new System.Drawing.Point(74, 49);
     this.radialGauge1.MajorDifference       = 120F;
     this.radialGauge1.MajorTickMarkHeight   = 0;
     this.radialGauge1.MaximumValue          = 3000F;
     this.radialGauge1.MinimumSize           = new System.Drawing.Size(125, 125);
     this.radialGauge1.MinorInnerLinesHeight = 0;
     this.radialGauge1.MinorTickMarkHeight   = 0;
     this.radialGauge1.Name = "radialGauge1";
     this.radialGauge1.OuterFrameGradientEndColor   = System.Drawing.Color.Transparent;
     this.radialGauge1.OuterFrameGradientStartColor = System.Drawing.Color.Transparent;
     range3.Color          = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
     range3.EndValue       = 1100F;
     range3.Height         = 7;
     range3.InRange        = false;
     range3.Name           = "GaugeRange1";
     range3.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.OutSide;
     range3.StartValue     = 0F;
     this.radialGauge1.Ranges.Add(range3);
     this.radialGauge1.ShowGaugeValue = true;
     this.radialGauge1.ShowNeedle     = false;
     this.radialGauge1.ShowScaleLabel = false;
     this.radialGauge1.ShowTicks      = true;
     this.radialGauge1.Size           = new System.Drawing.Size(308, 308);
     this.radialGauge1.TabIndex       = 7;
     this.radialGauge1.Value          = 2500F;
     //
     // label2
     //
     this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                | System.Windows.Forms.AnchorStyles.Left)));
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(539, 438);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(123, 23);
     this.label2.TabIndex = 10;
     this.label2.Text     = "Calories Burnt";
     //
     // timer1
     //
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // Form1
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize    = new System.Drawing.Size(1174, 719);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Font          = new System.Drawing.Font("Segoe UI Semibold", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.Text          = "Health Tracker";
     this.MaximumSize   = new System.Drawing.Size(1190, 780);
     this.MinimumSize   = new System.Drawing.Size(1170, 750);
     this.Name          = "Form1";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Load         += new System.EventHandler(this.Form1_Load);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel2.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();
     Syncfusion.Windows.Forms.Gauge.Range           range1       = new Syncfusion.Windows.Forms.Gauge.Range();
     Syncfusion.Windows.Forms.Gauge.LinearRange     linearRange1 = new Syncfusion.Windows.Forms.Gauge.LinearRange();
     Syncfusion.Windows.Forms.Gauge.Range           range2       = new Syncfusion.Windows.Forms.Gauge.Range();
     Syncfusion.Windows.Forms.Gauge.Range           range3       = new Syncfusion.Windows.Forms.Gauge.Range();
     System.ComponentModel.ComponentResourceManager resources    = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.label1            = new System.Windows.Forms.Label();
     this.panel1            = new System.Windows.Forms.Panel();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.flowLayoutPanel4  = new System.Windows.Forms.FlowLayoutPanel();
     this.flowLayoutPanel2  = new System.Windows.Forms.FlowLayoutPanel();
     this.pictureBox2       = new System.Windows.Forms.PictureBox();
     this.flowLayoutPanel3  = new System.Windows.Forms.FlowLayoutPanel();
     this.label3            = new System.Windows.Forms.Label();
     this.pictureBox3       = new System.Windows.Forms.PictureBox();
     this.flowLayoutPanel1  = new System.Windows.Forms.FlowLayoutPanel();
     this.label4            = new System.Windows.Forms.Label();
     this.pictureBox4       = new System.Windows.Forms.PictureBox();
     this.label6            = new System.Windows.Forms.Label();
     this.pictureBox1       = new System.Windows.Forms.PictureBox();
     this.panel2            = new System.Windows.Forms.Panel();
     this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     this.radialGauge1      = new Syncfusion.Windows.Forms.Gauge.RadialGauge();
     this.flowLayoutPanel5  = new System.Windows.Forms.FlowLayoutPanel();
     this.label2            = new System.Windows.Forms.Label();
     this.linearGauge1      = new Syncfusion.Windows.Forms.Gauge.LinearGauge();
     this.radialGauge2      = new Syncfusion.Windows.Forms.Gauge.RadialGauge();
     this.radialGauge3      = new Syncfusion.Windows.Forms.Gauge.RadialGauge();
     this.timer1            = new System.Windows.Forms.Timer(this.components);
     this.panel1.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.flowLayoutPanel4.SuspendLayout();
     this.flowLayoutPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     this.flowLayoutPanel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
     this.flowLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.panel2.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     this.flowLayoutPanel5.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                | System.Windows.Forms.AnchorStyles.Left)));
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.Gray;
     this.label1.Location  = new System.Drawing.Point(4, 0);
     this.label1.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(34, 19);
     this.label1.TabIndex  = 4;
     this.label1.Text      = "BMI";
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.WhiteSmoke;
     this.panel1.Controls.Add(this.tableLayoutPanel1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(2, 2);
     this.panel1.Margin   = new System.Windows.Forms.Padding(4);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(1247, 137);
     this.panel1.TabIndex = 6;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 3;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 60F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
     this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel4, 2, 0);
     this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.pictureBox1, 0, 0);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Margin   = new System.Windows.Forms.Padding(4);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 1;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(1247, 146);
     this.tableLayoutPanel1.TabIndex = 11;
     //
     // flowLayoutPanel4
     //
     this.flowLayoutPanel4.AutoSize = true;
     this.flowLayoutPanel4.Controls.Add(this.flowLayoutPanel2);
     this.flowLayoutPanel4.Controls.Add(this.flowLayoutPanel3);
     this.flowLayoutPanel4.Location = new System.Drawing.Point(876, 4);
     this.flowLayoutPanel4.Margin   = new System.Windows.Forms.Padding(4);
     this.flowLayoutPanel4.Name     = "flowLayoutPanel4";
     this.flowLayoutPanel4.Size     = new System.Drawing.Size(222, 88);
     this.flowLayoutPanel4.TabIndex = 14;
     //
     // flowLayoutPanel2
     //
     this.flowLayoutPanel2.AutoSize = true;
     this.flowLayoutPanel2.Controls.Add(this.label1);
     this.flowLayoutPanel2.Controls.Add(this.pictureBox2);
     this.flowLayoutPanel2.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
     this.flowLayoutPanel2.Location      = new System.Drawing.Point(4, 4);
     this.flowLayoutPanel2.Margin        = new System.Windows.Forms.Padding(4);
     this.flowLayoutPanel2.Name          = "flowLayoutPanel2";
     this.flowLayoutPanel2.Size          = new System.Drawing.Size(103, 80);
     this.flowLayoutPanel2.TabIndex      = 12;
     //
     // pictureBox2
     //
     this.pictureBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.pictureBox2.Image    = global::GaugeInterctionSample.Properties.Resources.Icon_1;
     this.pictureBox2.Location = new System.Drawing.Point(4, 23);
     this.pictureBox2.Margin   = new System.Windows.Forms.Padding(4);
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new System.Drawing.Size(95, 53);
     this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox2.TabIndex = 7;
     this.pictureBox2.TabStop  = false;
     //
     // flowLayoutPanel3
     //
     this.flowLayoutPanel3.AutoSize = true;
     this.flowLayoutPanel3.Controls.Add(this.label3);
     this.flowLayoutPanel3.Controls.Add(this.pictureBox3);
     this.flowLayoutPanel3.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
     this.flowLayoutPanel3.Location      = new System.Drawing.Point(115, 4);
     this.flowLayoutPanel3.Margin        = new System.Windows.Forms.Padding(4);
     this.flowLayoutPanel3.Name          = "flowLayoutPanel3";
     this.flowLayoutPanel3.Size          = new System.Drawing.Size(103, 80);
     this.flowLayoutPanel3.TabIndex      = 13;
     //
     // label3
     //
     this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                | System.Windows.Forms.AnchorStyles.Left)));
     this.label3.AutoSize  = true;
     this.label3.Font      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.Gray;
     this.label3.Location  = new System.Drawing.Point(4, 0);
     this.label3.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(52, 19);
     this.label3.TabIndex  = 5;
     this.label3.Text      = "Weight";
     //
     // pictureBox3
     //
     this.pictureBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.pictureBox3.Image    = global::GaugeInterctionSample.Properties.Resources.Icon_2;
     this.pictureBox3.Location = new System.Drawing.Point(4, 23);
     this.pictureBox3.Margin   = new System.Windows.Forms.Padding(4);
     this.pictureBox3.Name     = "pictureBox3";
     this.pictureBox3.Size     = new System.Drawing.Size(95, 53);
     this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox3.TabIndex = 8;
     this.pictureBox3.TabStop  = false;
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.AutoSize = true;
     this.flowLayoutPanel1.Controls.Add(this.label4);
     this.flowLayoutPanel1.Controls.Add(this.pictureBox4);
     this.flowLayoutPanel1.Controls.Add(this.label6);
     this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
     this.flowLayoutPanel1.Location      = new System.Drawing.Point(128, 4);
     this.flowLayoutPanel1.Margin        = new System.Windows.Forms.Padding(4);
     this.flowLayoutPanel1.Name          = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size          = new System.Drawing.Size(174, 86);
     this.flowLayoutPanel1.TabIndex      = 12;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(4, 0);
     this.label4.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(144, 28);
     this.label4.TabIndex = 9;
     this.label4.Text     = "Andrew Fuller";
     //
     // pictureBox4
     //
     this.pictureBox4.Image    = global::GaugeInterctionSample.Properties.Resources.Blue_Icon;
     this.pictureBox4.Location = new System.Drawing.Point(4, 32);
     this.pictureBox4.Margin   = new System.Windows.Forms.Padding(4);
     this.pictureBox4.Name     = "pictureBox4";
     this.pictureBox4.Size     = new System.Drawing.Size(22, 22);
     this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox4.TabIndex = 11;
     this.pictureBox4.TabStop  = false;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font     = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Location = new System.Drawing.Point(4, 58);
     this.label6.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(166, 28);
     this.label6.TabIndex = 13;
     this.label6.Text     = "34 years / 175 cm";
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = global::GaugeInterctionSample.Properties.Resources.person;
     this.pictureBox1.Location = new System.Drawing.Point(4, 4);
     this.pictureBox1.Margin   = new System.Windows.Forms.Padding(4);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(95, 95);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox1.TabIndex = 6;
     this.pictureBox1.TabStop  = false;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.tableLayoutPanel2);
     this.panel2.Location = new System.Drawing.Point(3, 149);
     this.panel2.Margin   = new System.Windows.Forms.Padding(4);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(1236, 757);
     this.panel2.TabIndex = 7;
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.ColumnCount = 3;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
     this.tableLayoutPanel2.Controls.Add(this.radialGauge1, 0, 0);
     this.tableLayoutPanel2.Controls.Add(this.flowLayoutPanel5, 0, 1);
     this.tableLayoutPanel2.Controls.Add(this.radialGauge2, 1, 0);
     this.tableLayoutPanel2.Controls.Add(this.radialGauge3, 2, 0);
     this.tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel2.Margin   = new System.Windows.Forms.Padding(4);
     this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 2;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 70.14531F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 29.85469F));
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(1236, 757);
     this.tableLayoutPanel2.TabIndex = 12;
     //
     // radialGauge1
     //
     this.radialGauge1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.radialGauge1.ArcThickness = 2F;
     this.radialGauge1.BackgroundGradientEndColor   = System.Drawing.Color.Transparent;
     this.radialGauge1.BackgroundGradientStartColor = System.Drawing.Color.Transparent;
     this.radialGauge1.EnableCustomNeedles          = false;
     this.radialGauge1.FillColor                    = System.Drawing.Color.DarkGray;
     this.radialGauge1.FrameThickness               = 12;
     this.radialGauge1.GaugeArcColor                = System.Drawing.Color.DarkGray;
     this.radialGauge1.GaugeLabel                   = "Food";
     this.radialGauge1.GaugeLableFont               = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radialGauge1.GaugeValueFont               = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radialGauge1.InnerFrameGradientEndColor   = System.Drawing.Color.Transparent;
     this.radialGauge1.InnerFrameGradientStartColor = System.Drawing.Color.Transparent;
     this.radialGauge1.Location            = new System.Drawing.Point(4, 4);
     this.radialGauge1.MajorDifference     = 120F;
     this.radialGauge1.MajorTickMarkHeight = 0;
     this.radialGauge1.Margin                = new System.Windows.Forms.Padding(4);
     this.radialGauge1.MaximumValue          = 3000F;
     this.radialGauge1.MinimumSize           = new System.Drawing.Size(125, 125);
     this.radialGauge1.MinorInnerLinesHeight = 0;
     this.radialGauge1.MinorTickMarkHeight   = 0;
     this.radialGauge1.Name = "radialGauge1";
     this.radialGauge1.OuterFrameGradientEndColor   = System.Drawing.Color.Transparent;
     this.radialGauge1.OuterFrameGradientStartColor = System.Drawing.Color.Transparent;
     range1.Color          = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
     range1.EndValue       = 1100F;
     range1.Height         = 7;
     range1.InRange        = false;
     range1.Name           = "GaugeRange1";
     range1.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.OutSide;
     range1.StartValue     = 0F;
     this.radialGauge1.Ranges.Add(range1);
     this.radialGauge1.ShowGaugeValue = true;
     this.radialGauge1.ShowNeedle     = false;
     this.radialGauge1.ShowScaleLabel = false;
     this.radialGauge1.ShowTicks      = true;
     this.radialGauge1.Size           = new System.Drawing.Size(403, 403);
     this.radialGauge1.TabIndex       = 7;
     this.radialGauge1.Value          = 2500F;
     //
     // flowLayoutPanel5
     //
     this.flowLayoutPanel5.AutoSize = true;
     this.tableLayoutPanel2.SetColumnSpan(this.flowLayoutPanel5, 3);
     this.flowLayoutPanel5.Controls.Add(this.label2);
     this.flowLayoutPanel5.Controls.Add(this.linearGauge1);
     this.flowLayoutPanel5.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
     this.flowLayoutPanel5.Location      = new System.Drawing.Point(4, 534);
     this.flowLayoutPanel5.Margin        = new System.Windows.Forms.Padding(4);
     this.flowLayoutPanel5.Name          = "flowLayoutPanel5";
     this.flowLayoutPanel5.Size          = new System.Drawing.Size(1228, 158);
     this.flowLayoutPanel5.TabIndex      = 11;
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.Dock      = System.Windows.Forms.DockStyle.Top;
     this.label2.Font      = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location  = new System.Drawing.Point(4, 0);
     this.label2.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(1224, 23);
     this.label2.TabIndex  = 10;
     this.label2.Text      = "Calories Burnt";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // linearGauge1
     //
     this.linearGauge1.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.linearGauge1.BackgroundGradientEndColor   = System.Drawing.Color.Transparent;
     this.linearGauge1.BackgroundGradientStartColor = System.Drawing.Color.Transparent;
     this.linearGauge1.ForeColor                    = System.Drawing.Color.Gray;
     this.linearGauge1.GaugelabelFont               = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.linearGauge1.InnerFrameGradientEndColor   = System.Drawing.Color.Transparent;
     this.linearGauge1.InnerFrameGradientStartColor = System.Drawing.Color.Transparent;
     this.linearGauge1.LinearFrameType              = Syncfusion.Windows.Forms.Gauge.LinearFrameType.Horizontal;
     this.linearGauge1.Location                     = new System.Drawing.Point(3, 20);
     this.linearGauge1.MajorDifference              = 100;
     this.linearGauge1.MajorTicksHeight             = 0;
     this.linearGauge1.MaximumValue                 = 30000F;
     this.linearGauge1.MinimumSize                  = new System.Drawing.Size(100, 50);
     this.linearGauge1.MinorTickCount               = 50;
     this.linearGauge1.MinorTickHeight              = 0;
     this.linearGauge1.Name                         = "linearGauge1";
     this.linearGauge1.OuterFrameGradientEndColor   = System.Drawing.Color.Transparent;
     this.linearGauge1.OuterFrameGradientStartColor = System.Drawing.Color.Transparent;
     this.linearGauge1.PointerPlacement             = Syncfusion.Windows.Forms.Gauge.Placement.Center;
     linearRange1.Color          = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
     linearRange1.EndValue       = 650F;
     linearRange1.Height         = 5;
     linearRange1.InRange        = false;
     linearRange1.Name           = "GaugeRange1";
     linearRange1.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.Inside;
     linearRange1.StartValue     = 0F;
     this.linearGauge1.Ranges.Add(linearRange1);
     this.linearGauge1.ScaleColor          = System.Drawing.Color.Black;
     this.linearGauge1.ShowScaleLabel      = false;
     this.linearGauge1.Size                = new System.Drawing.Size(1224, 127);
     this.linearGauge1.TabIndex            = 6;
     this.linearGauge1.Text                = "linearGauge1";
     this.linearGauge1.Value               = 25000F;
     this.linearGauge1.ValueIndicatorColor = System.Drawing.Color.Gray;
     //
     // radialGauge2
     //
     this.radialGauge2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.radialGauge2.ArcThickness = 2F;
     this.radialGauge2.BackgroundGradientEndColor   = System.Drawing.Color.Transparent;
     this.radialGauge2.BackgroundGradientStartColor = System.Drawing.Color.Transparent;
     this.radialGauge2.EnableCustomNeedles          = false;
     this.radialGauge2.FillColor                    = System.Drawing.Color.DarkGray;
     this.radialGauge2.FrameThickness               = 12;
     this.radialGauge2.GaugeLabel                   = "Steps";
     this.radialGauge2.GaugeLableFont               = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radialGauge2.GaugeValueFont               = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radialGauge2.InnerFrameGradientEndColor   = System.Drawing.Color.Transparent;
     this.radialGauge2.InnerFrameGradientStartColor = System.Drawing.Color.Transparent;
     this.radialGauge2.Location            = new System.Drawing.Point(415, 4);
     this.radialGauge2.MajorTickMarkHeight = 0;
     this.radialGauge2.Margin                = new System.Windows.Forms.Padding(4);
     this.radialGauge2.MaximumValue          = 100F;
     this.radialGauge2.MinimumSize           = new System.Drawing.Size(125, 125);
     this.radialGauge2.MinorInnerLinesHeight = 0;
     this.radialGauge2.MinorTickMarkHeight   = 0;
     this.radialGauge2.Name = "radialGauge2";
     this.radialGauge2.OuterFrameGradientEndColor   = System.Drawing.Color.Transparent;
     this.radialGauge2.OuterFrameGradientStartColor = System.Drawing.Color.Transparent;
     range2.Color          = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
     range2.EndValue       = 50F;
     range2.Height         = 7;
     range2.InRange        = true;
     range2.Name           = "GaugeRange1";
     range2.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.OutSide;
     range2.StartValue     = 0F;
     this.radialGauge2.Ranges.Add(range2);
     this.radialGauge2.ShowBackgroundFrame = false;
     this.radialGauge2.ShowGaugeValue      = true;
     this.radialGauge2.ShowNeedle          = false;
     this.radialGauge2.ShowScaleLabel      = false;
     this.radialGauge2.ShowTicks           = true;
     this.radialGauge2.Size     = new System.Drawing.Size(404, 404);
     this.radialGauge2.TabIndex = 8;
     this.radialGauge2.Value    = 15F;
     //
     // radialGauge3
     //
     this.radialGauge3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.radialGauge3.ArcThickness = 2F;
     this.radialGauge3.BackgroundGradientEndColor   = System.Drawing.Color.Transparent;
     this.radialGauge3.BackgroundGradientStartColor = System.Drawing.Color.Transparent;
     this.radialGauge3.EnableCustomNeedles          = false;
     this.radialGauge3.FillColor                    = System.Drawing.Color.DarkGray;
     this.radialGauge3.FrameThickness               = 12;
     this.radialGauge3.GaugeLabel                   = "Floor";
     this.radialGauge3.GaugeLableFont               = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radialGauge3.GaugeValueFont               = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radialGauge3.InnerFrameGradientEndColor   = System.Drawing.Color.Transparent;
     this.radialGauge3.InnerFrameGradientStartColor = System.Drawing.Color.Transparent;
     this.radialGauge3.Location            = new System.Drawing.Point(827, 4);
     this.radialGauge3.MajorDifference     = 1F;
     this.radialGauge3.MajorTickMarkHeight = 0;
     this.radialGauge3.Margin                = new System.Windows.Forms.Padding(4);
     this.radialGauge3.MaximumValue          = 100F;
     this.radialGauge3.MinimumSize           = new System.Drawing.Size(125, 125);
     this.radialGauge3.MinorInnerLinesHeight = 0;
     this.radialGauge3.MinorTickMarkHeight   = 0;
     this.radialGauge3.Name = "radialGauge3";
     this.radialGauge3.OuterFrameGradientEndColor   = System.Drawing.Color.Transparent;
     this.radialGauge3.OuterFrameGradientStartColor = System.Drawing.Color.Transparent;
     range3.Color          = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
     range3.EndValue       = 5F;
     range3.Height         = 7;
     range3.InRange        = true;
     range3.Name           = "GaugeRange1";
     range3.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.OutSide;
     range3.StartValue     = 0F;
     this.radialGauge3.Ranges.Add(range3);
     this.radialGauge3.ShowBackgroundFrame = false;
     this.radialGauge3.ShowGaugeValue      = true;
     this.radialGauge3.ShowNeedle          = false;
     this.radialGauge3.ShowScaleLabel      = false;
     this.radialGauge3.ShowTicks           = true;
     this.radialGauge3.Size     = new System.Drawing.Size(405, 405);
     this.radialGauge3.TabIndex = 9;
     this.radialGauge3.Value    = 5F;
     //
     // timer1
     //
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 19F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1251, 976);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Font          = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Margin        = new System.Windows.Forms.Padding(4);
     this.MaximizeBox   = false;
     this.MinimumSize   = new System.Drawing.Size(1261, 928);
     this.Name          = "Form1";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Style.MdiChild.IconHorizontalAlignment = System.Windows.Forms.HorizontalAlignment.Center;
     this.Style.MdiChild.IconVerticalAlignment   = System.Windows.Forms.VisualStyles.VerticalAlignment.Center;
     this.Text  = "Health Tracker";
     this.Load += new System.EventHandler(this.Form1_Load);
     this.panel1.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.flowLayoutPanel4.ResumeLayout(false);
     this.flowLayoutPanel4.PerformLayout();
     this.flowLayoutPanel2.ResumeLayout(false);
     this.flowLayoutPanel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     this.flowLayoutPanel3.ResumeLayout(false);
     this.flowLayoutPanel3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
     this.flowLayoutPanel1.ResumeLayout(false);
     this.flowLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.panel2.ResumeLayout(false);
     this.tableLayoutPanel2.ResumeLayout(false);
     this.tableLayoutPanel2.PerformLayout();
     this.flowLayoutPanel5.ResumeLayout(false);
     this.flowLayoutPanel5.PerformLayout();
     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()
 {
     Syncfusion.Windows.Forms.Gauge.LinearRange     linearRange1 = new Syncfusion.Windows.Forms.Gauge.LinearRange();
     Syncfusion.Windows.Forms.Gauge.LinearRange     linearRange2 = new Syncfusion.Windows.Forms.Gauge.LinearRange();
     Syncfusion.Windows.Forms.Gauge.LinearRange     linearRange3 = new Syncfusion.Windows.Forms.Gauge.LinearRange();
     Syncfusion.Windows.Forms.Gauge.Range           range1       = new Syncfusion.Windows.Forms.Gauge.Range();
     Syncfusion.Windows.Forms.Gauge.Range           range2       = new Syncfusion.Windows.Forms.Gauge.Range();
     Syncfusion.Windows.Forms.Gauge.Range           range3       = new Syncfusion.Windows.Forms.Gauge.Range();
     System.ComponentModel.ComponentResourceManager resources    = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.panel1                 = new System.Windows.Forms.Panel();
     this.comboBoxAdv1           = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.label1                 = new System.Windows.Forms.Label();
     this.panel2                 = new System.Windows.Forms.Panel();
     this.LinearDigitalBasePanel = new System.Windows.Forms.Panel();
     this.DigitalGaugePanel      = new System.Windows.Forms.Panel();
     this.digitalGauge1          = new Syncfusion.Windows.Forms.Gauge.DigitalGauge();
     this.LinearGaugePanel       = new System.Windows.Forms.Panel();
     this.linearGauge1           = new Syncfusion.Windows.Forms.Gauge.LinearGauge();
     this.RadialGaugePanel       = new System.Windows.Forms.Panel();
     this.radialGauge1           = new Syncfusion.Windows.Forms.Gauge.RadialGauge();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv1)).BeginInit();
     this.panel2.SuspendLayout();
     this.LinearDigitalBasePanel.SuspendLayout();
     this.DigitalGaugePanel.SuspendLayout();
     this.LinearGaugePanel.SuspendLayout();
     this.RadialGaugePanel.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.Transparent;
     this.panel1.Controls.Add(this.comboBoxAdv1);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(2, 2);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(980, 46);
     this.panel1.TabIndex = 0;
     //
     // comboBoxAdv1
     //
     this.comboBoxAdv1.BackColor       = System.Drawing.Color.White;
     this.comboBoxAdv1.BeforeTouchSize = new System.Drawing.Size(201, 25);
     this.comboBoxAdv1.DropDownStyle   = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxAdv1.Font            = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBoxAdv1.ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(126)))), ((int)(((byte)(126)))), ((int)(((byte)(126)))));
     this.comboBoxAdv1.Items.AddRange(new object[] {
         "Office2019Colorful",
         "HighContrastBlack",
         "Office2016Colorful",
         "Office2016DarkGray",
         "Office2016White",
         "Office2016Black",
         "Metro",
         "Blue",
         "Silver",
         "Custom"
     });
     this.comboBoxAdv1.Location  = new System.Drawing.Point(999, 10);
     this.comboBoxAdv1.Name      = "comboBoxAdv1";
     this.comboBoxAdv1.Size      = new System.Drawing.Size(201, 25);
     this.comboBoxAdv1.Style     = Syncfusion.Windows.Forms.VisualStyle.Metro;
     this.comboBoxAdv1.TabIndex  = 7;
     this.comboBoxAdv1.Text      = "Office2019Colorful";
     this.comboBoxAdv1.ThemeName = "Metro";
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(126)))), ((int)(((byte)(126)))), ((int)(((byte)(126)))));
     this.label1.Location  = new System.Drawing.Point(895, 14);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(95, 17);
     this.label1.TabIndex  = 6;
     this.label1.Text      = "Switch Theme:";
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.Transparent;
     this.panel2.Controls.Add(this.LinearDigitalBasePanel);
     this.panel2.Controls.Add(this.RadialGaugePanel);
     this.panel2.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location     = new System.Drawing.Point(2, 48);
     this.panel2.Name         = "panel2";
     this.panel2.Padding      = new System.Windows.Forms.Padding(30, 25, 25, 25);
     this.panel2.Size         = new System.Drawing.Size(980, 511);
     this.panel2.TabIndex     = 4;
     this.panel2.SizeChanged += new System.EventHandler(this.panel2_SizeChanged);
     //
     // LinearDigitalBasePanel
     //
     this.LinearDigitalBasePanel.BackColor = System.Drawing.Color.Transparent;
     this.LinearDigitalBasePanel.Controls.Add(this.DigitalGaugePanel);
     this.LinearDigitalBasePanel.Controls.Add(this.LinearGaugePanel);
     this.LinearDigitalBasePanel.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.LinearDigitalBasePanel.Location     = new System.Drawing.Point(434, 25);
     this.LinearDigitalBasePanel.Name         = "LinearDigitalBasePanel";
     this.LinearDigitalBasePanel.Size         = new System.Drawing.Size(521, 461);
     this.LinearDigitalBasePanel.TabIndex     = 1;
     this.LinearDigitalBasePanel.SizeChanged += new System.EventHandler(this.LinearDigitalBasePanel_SizeChanged);
     //
     // DigitalGaugePanel
     //
     this.DigitalGaugePanel.BackColor   = System.Drawing.Color.Transparent;
     this.DigitalGaugePanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.DigitalGaugePanel.Controls.Add(this.digitalGauge1);
     this.DigitalGaugePanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.DigitalGaugePanel.Location = new System.Drawing.Point(0, 295);
     this.DigitalGaugePanel.Name     = "DigitalGaugePanel";
     this.DigitalGaugePanel.Size     = new System.Drawing.Size(521, 166);
     this.DigitalGaugePanel.TabIndex = 1;
     //
     // digitalGauge1
     //
     this.digitalGauge1.DisplayRecordIndex = 0;
     this.digitalGauge1.Location           = new System.Drawing.Point(120, 58);
     this.digitalGauge1.MaximumSize        = new System.Drawing.Size(500, 180);
     this.digitalGauge1.MinimumSize        = new System.Drawing.Size(90, 90);
     this.digitalGauge1.Name     = "digitalGauge1";
     this.digitalGauge1.Size     = new System.Drawing.Size(288, 104);
     this.digitalGauge1.TabIndex = 0;
     this.digitalGauge1.Value    = "12345";
     //
     // LinearGaugePanel
     //
     this.LinearGaugePanel.BackColor   = System.Drawing.Color.Transparent;
     this.LinearGaugePanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.LinearGaugePanel.Controls.Add(this.linearGauge1);
     this.LinearGaugePanel.Dock     = System.Windows.Forms.DockStyle.Top;
     this.LinearGaugePanel.Location = new System.Drawing.Point(0, 0);
     this.LinearGaugePanel.Name     = "LinearGaugePanel";
     this.LinearGaugePanel.Size     = new System.Drawing.Size(521, 295);
     this.LinearGaugePanel.TabIndex = 0;
     //
     // linearGauge1
     //
     this.linearGauge1.ForeColor        = System.Drawing.Color.Gray;
     this.linearGauge1.GaugelabelFont   = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.linearGauge1.LinearFrameType  = Syncfusion.Windows.Forms.Gauge.LinearFrameType.Horizontal;
     this.linearGauge1.Location         = new System.Drawing.Point(108, 90);
     this.linearGauge1.MajorTicksHeight = 15;
     this.linearGauge1.MinimumSize      = new System.Drawing.Size(75, 125);
     this.linearGauge1.MinorTickCount   = 5;
     this.linearGauge1.MinorTickHeight  = 10;
     this.linearGauge1.Name             = "linearGauge1";
     this.linearGauge1.PointerPlacement = Syncfusion.Windows.Forms.Gauge.Placement.Center;
     linearRange1.Color          = System.Drawing.Color.Red;
     linearRange1.EndValue       = 40F;
     linearRange1.Height         = 5;
     linearRange1.InRange        = false;
     linearRange1.Name           = "GaugeRange1";
     linearRange1.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.Inside;
     linearRange1.StartValue     = 0F;
     linearRange2.Color          = System.Drawing.Color.Yellow;
     linearRange2.EndValue       = 80F;
     linearRange2.Height         = 5;
     linearRange2.InRange        = true;
     linearRange2.Name           = "GaugeRange2";
     linearRange2.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.Inside;
     linearRange2.StartValue     = 40F;
     linearRange3.Color          = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
     linearRange3.EndValue       = 120F;
     linearRange3.Height         = 5;
     linearRange3.InRange        = false;
     linearRange3.Name           = "GaugeRange3";
     linearRange3.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.Inside;
     linearRange3.StartValue     = 80F;
     this.linearGauge1.Ranges.Add(linearRange1);
     this.linearGauge1.Ranges.Add(linearRange2);
     this.linearGauge1.Ranges.Add(linearRange3);
     this.linearGauge1.ScaleColor          = System.Drawing.Color.Gray;
     this.linearGauge1.Size                = new System.Drawing.Size(300, 125);
     this.linearGauge1.TabIndex            = 0;
     this.linearGauge1.Text                = "linearGauge1";
     this.linearGauge1.Value               = 30F;
     this.linearGauge1.ValueIndicatorColor = System.Drawing.Color.Gray;
     //
     // RadialGaugePanel
     //
     this.RadialGaugePanel.BackColor   = System.Drawing.Color.Transparent;
     this.RadialGaugePanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.RadialGaugePanel.Controls.Add(this.radialGauge1);
     this.RadialGaugePanel.Dock      = System.Windows.Forms.DockStyle.Left;
     this.RadialGaugePanel.ForeColor = System.Drawing.Color.Transparent;
     this.RadialGaugePanel.Location  = new System.Drawing.Point(30, 25);
     this.RadialGaugePanel.Margin    = new System.Windows.Forms.Padding(3, 3, 0, 3);
     this.RadialGaugePanel.Name      = "RadialGaugePanel";
     this.RadialGaugePanel.Size      = new System.Drawing.Size(404, 461);
     this.RadialGaugePanel.TabIndex  = 0;
     //
     // radialGauge1
     //
     this.radialGauge1.ArcThickness        = 2F;
     this.radialGauge1.EnableCustomNeedles = false;
     this.radialGauge1.FillColor           = System.Drawing.Color.DarkGray;
     this.radialGauge1.GaugeLabel          = "Gauge";
     this.radialGauge1.GaugeLableFont      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radialGauge1.GaugeValueFont      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radialGauge1.LabelPlacement      = Syncfusion.Windows.Forms.Gauge.LabelPlacement.Outside;
     this.radialGauge1.Location            = new System.Drawing.Point(44, 90);
     this.radialGauge1.MinimumSize         = new System.Drawing.Size(125, 125);
     this.radialGauge1.MinorDifference     = 10F;
     this.radialGauge1.Name = "radialGauge1";
     range1.Color           = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
     range1.EndValue        = 40F;
     range1.Height          = 5;
     range1.InRange         = true;
     range1.Name            = "GaugeRange1";
     range1.RangePlacement  = Syncfusion.Windows.Forms.Gauge.TickPlacement.Inside;
     range1.StartValue      = 0F;
     range2.Color           = System.Drawing.Color.Yellow;
     range2.EndValue        = 80F;
     range2.Height          = 5;
     range2.InRange         = true;
     range2.Name            = "GaugeRange2";
     range2.RangePlacement  = Syncfusion.Windows.Forms.Gauge.TickPlacement.Inside;
     range2.StartValue      = 40F;
     range3.Color           = System.Drawing.Color.Red;
     range3.EndValue        = 120F;
     range3.Height          = 5;
     range3.InRange         = false;
     range3.Name            = "GaugeRange3";
     range3.RangePlacement  = Syncfusion.Windows.Forms.Gauge.TickPlacement.Inside;
     range3.StartValue      = 80F;
     this.radialGauge1.Ranges.Add(range1);
     this.radialGauge1.Ranges.Add(range2);
     this.radialGauge1.Ranges.Add(range3);
     this.radialGauge1.ShowTicks       = true;
     this.radialGauge1.Size            = new System.Drawing.Size(317, 317);
     this.radialGauge1.TabIndex        = 0;
     this.radialGauge1.TextOrientation = Syncfusion.Windows.Forms.Gauge.TextOrientation.SlideOver;
     this.radialGauge1.Value           = 40F;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(984, 561);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Font   = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Icon   = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.Name   = "Form1";
     this.Text   = "Gauge Theme ";
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv1)).EndInit();
     this.panel2.ResumeLayout(false);
     this.LinearDigitalBasePanel.ResumeLayout(false);
     this.DigitalGaugePanel.ResumeLayout(false);
     this.LinearGaugePanel.ResumeLayout(false);
     this.RadialGaugePanel.ResumeLayout(false);
     this.ResumeLayout(false);
 }
예제 #6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     Syncfusion.Windows.Forms.Gauge.Range           range1    = new Syncfusion.Windows.Forms.Gauge.Range();
     Syncfusion.Windows.Forms.Gauge.Range           range2    = new Syncfusion.Windows.Forms.Gauge.Range();
     Syncfusion.Windows.Forms.Gauge.Range           range3    = new Syncfusion.Windows.Forms.Gauge.Range();
     this.label1             = new System.Windows.Forms.Label();
     this.panel1             = new System.Windows.Forms.Panel();
     this.groupBar1          = new Syncfusion.Windows.Forms.Tools.GroupBar();
     this.panel4             = new System.Windows.Forms.Panel();
     this.label5             = new System.Windows.Forms.Label();
     this.comboBox4          = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.label3             = new System.Windows.Forms.Label();
     this.comboBox3          = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.label2             = new System.Windows.Forms.Label();
     this.comboBox2          = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.label4             = new System.Windows.Forms.Label();
     this.comboBox1          = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.panel3             = new System.Windows.Forms.Panel();
     this.comboBox5          = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.colorPickerUIAdv1  = new Syncfusion.Windows.Forms.Tools.ColorPickerUIAdv();
     this.panel6             = new System.Windows.Forms.Panel();
     this.groupBox5          = new System.Windows.Forms.GroupBox();
     this.flowLayoutPanel1   = new System.Windows.Forms.FlowLayoutPanel();
     this.panel7             = new System.Windows.Forms.GroupBox();
     this.colorPickerButton1 = new Syncfusion.Windows.Forms.ColorPickerButton();
     this.textBox4           = new System.Windows.Forms.TextBox();
     this.textBox3           = new System.Windows.Forms.TextBox();
     this.textBox2           = new System.Windows.Forms.TextBox();
     this.buttonAdv6         = new Syncfusion.Windows.Forms.ButtonAdv();
     this.buttonAdv5         = new Syncfusion.Windows.Forms.ButtonAdv();
     this.label9             = new System.Windows.Forms.Label();
     this.label8             = new System.Windows.Forms.Label();
     this.label7             = new System.Windows.Forms.Label();
     this.label6             = new System.Windows.Forms.Label();
     this.buttonAdv7         = new Syncfusion.Windows.Forms.ButtonAdv();
     this.buttonAdv4         = new Syncfusion.Windows.Forms.ButtonAdv();
     this.buttonAdv3         = new Syncfusion.Windows.Forms.ButtonAdv();
     this.panel5             = new System.Windows.Forms.Panel();
     this.groupBox3          = new System.Windows.Forms.GroupBox();
     this.trackBar1          = new System.Windows.Forms.TrackBar();
     this.checkBoxAdv1       = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.groupBox1          = new System.Windows.Forms.GroupBox();
     this.textBox1           = new System.Windows.Forms.TextBox();
     this.buttonAdv2         = new Syncfusion.Windows.Forms.ButtonAdv();
     this.buttonAdv1         = new Syncfusion.Windows.Forms.ButtonAdv();
     this.groupBarItem1      = new Syncfusion.Windows.Forms.Tools.GroupBarItem();
     this.groupBarItem2      = new Syncfusion.Windows.Forms.Tools.GroupBarItem();
     this.groupBarItem3      = new Syncfusion.Windows.Forms.Tools.GroupBarItem();
     this.groupBarItem4      = new Syncfusion.Windows.Forms.Tools.GroupBarItem();
     this.groupBox2          = new System.Windows.Forms.GroupBox();
     this.panel2             = new System.Windows.Forms.Panel();
     this.groupBox4          = new System.Windows.Forms.GroupBox();
     this.radialGauge1       = new Syncfusion.Windows.Forms.Gauge.RadialGauge();
     this.toolTip1           = new System.Windows.Forms.ToolTip(this.components);
     this.pictureBox1        = new System.Windows.Forms.PictureBox();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupBar1)).BeginInit();
     this.groupBar1.SuspendLayout();
     this.panel4.SuspendLayout();
     this.panel3.SuspendLayout();
     this.panel6.SuspendLayout();
     this.groupBox5.SuspendLayout();
     this.panel7.SuspendLayout();
     this.panel5.SuspendLayout();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv1)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.groupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(150)))), ((int)(((byte)(205)))));
     this.label1.Dock      = System.Windows.Forms.DockStyle.Top;
     this.label1.Font      = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location  = new System.Drawing.Point(0, 0);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(682, 31);
     this.label1.TabIndex  = 1;
     this.label1.Text      = "Sample describes the Gauge control with its basic features and options to customi" +
                             "ze its layout and appearance";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // panel1
     //
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.groupBar1);
     this.panel1.Controls.Add(this.groupBox2);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Right;
     this.panel1.Location = new System.Drawing.Point(409, 31);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(273, 452);
     this.panel1.TabIndex = 2;
     //
     // groupBar1
     //
     this.groupBar1.AllowDrop   = true;
     this.groupBar1.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
     this.groupBar1.BorderColor = System.Drawing.Color.White;
     this.groupBar1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.groupBar1.Controls.Add(this.panel3);
     this.groupBar1.Controls.Add(this.panel4);
     this.groupBar1.Controls.Add(this.panel6);
     this.groupBar1.Controls.Add(this.panel5);
     this.groupBar1.ExpandButtonToolTip = null;
     this.groupBar1.FlatLook            = true;
     this.groupBar1.Font      = new System.Drawing.Font("Segoe UI Semibold", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBar1.ForeColor = System.Drawing.Color.White;
     this.groupBar1.GroupBarDropDownToolTip = null;
     this.groupBar1.GroupBarItems.AddRange(new Syncfusion.Windows.Forms.Tools.GroupBarItem[] {
         this.groupBarItem1,
         this.groupBarItem2,
         this.groupBarItem3,
         this.groupBarItem4
     });
     this.groupBar1.IndexOnVisibleItems   = true;
     this.groupBar1.Location              = new System.Drawing.Point(32, 30);
     this.groupBar1.MinimizeButtonToolTip = null;
     this.groupBar1.Name = "groupBar1";
     this.groupBar1.NavigationPaneTooltip = null;
     this.groupBar1.PopupClientSize       = new System.Drawing.Size(0, 0);
     this.groupBar1.SelectedItem          = 0;
     this.groupBar1.Size        = new System.Drawing.Size(220, 409);
     this.groupBar1.TabIndex    = 0;
     this.groupBar1.Text        = "Appearance";
     this.groupBar1.VisualStyle = Syncfusion.Windows.Forms.VisualStyle.Metro;
     //
     // panel4
     //
     this.panel4.Controls.Add(this.label5);
     this.panel4.Controls.Add(this.comboBox4);
     this.panel4.Controls.Add(this.label3);
     this.panel4.Controls.Add(this.comboBox3);
     this.panel4.Controls.Add(this.label2);
     this.panel4.Controls.Add(this.comboBox2);
     this.panel4.Controls.Add(this.label4);
     this.panel4.Controls.Add(this.comboBox1);
     this.panel4.Location = new System.Drawing.Point(0, 365);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(220, 0);
     this.panel4.TabIndex = 1;
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.Font      = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.Black;
     this.label5.Location  = new System.Drawing.Point(11, 209);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(73, 15);
     this.label5.TabIndex  = 20;
     this.label5.Text      = "Needle Type";
     //
     // comboBox4
     //
     this.comboBox4.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBox4.Items.AddRange(new object[] {
         "Default",
         "Advanced",
         "Pointer"
     });
     this.comboBox4.Location              = new System.Drawing.Point(108, 207);
     this.comboBox4.Name                  = "comboBox4";
     this.comboBox4.Size                  = new System.Drawing.Size(100, 23);
     this.comboBox4.TabIndex              = 19;
     this.comboBox4.Text                  = "Default";
     this.comboBox4.Style                 = Syncfusion.Windows.Forms.VisualStyle.Metro;
     this.comboBox4.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox4.SelectedIndexChanged += new System.EventHandler(this.comboBox4_SelectedIndexChanged);
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.Font      = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.Black;
     this.label3.Location  = new System.Drawing.Point(11, 162);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(66, 15);
     this.label3.TabIndex  = 18;
     this.label3.Text      = "Visual Style";
     //
     // comboBox3
     //
     this.comboBox3.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBox3.Items.AddRange(new object[] {
         "Blue",
         "Black",
         "Silver",
         "Metro",
         "Managed"
     });
     this.comboBox3.Location              = new System.Drawing.Point(108, 160);
     this.comboBox3.Name                  = "comboBox3";
     this.comboBox3.Size                  = new System.Drawing.Size(100, 23);
     this.comboBox3.TabIndex              = 17;
     this.comboBox3.Text                  = "Silver";
     this.comboBox3.Style                 = Syncfusion.Windows.Forms.VisualStyle.Metro;
     this.comboBox3.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox3.SelectedIndexChanged += new System.EventHandler(this.comboBox3_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.Font      = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.Black;
     this.label2.Location  = new System.Drawing.Point(11, 119);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(94, 15);
     this.label2.TabIndex  = 16;
     this.label2.Text      = "Label Placement";
     //
     // comboBox2
     //
     this.comboBox2.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBox2.Items.AddRange(new object[] {
         "Inside",
         "Outside"
     });
     this.comboBox2.Location              = new System.Drawing.Point(108, 118);
     this.comboBox2.Name                  = "comboBox2";
     this.comboBox2.Size                  = new System.Drawing.Size(100, 23);
     this.comboBox2.TabIndex              = 15;
     this.comboBox2.Text                  = "Outside";
     this.comboBox2.Style                 = Syncfusion.Windows.Forms.VisualStyle.Metro;
     this.comboBox2.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox2.SelectedIndexChanged += new System.EventHandler(this.comboBox2_SelectedIndexChanged);
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.Font      = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.Black;
     this.label4.Location  = new System.Drawing.Point(11, 74);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(88, 15);
     this.label4.TabIndex  = 14;
     this.label4.Text      = "Tick Placement";
     //
     // comboBox1
     //
     this.comboBox1.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBox1.Items.AddRange(new object[] {
         "Inside",
         "Outside"
     });
     this.comboBox1.Location              = new System.Drawing.Point(108, 74);
     this.comboBox1.Name                  = "comboBox1";
     this.comboBox1.Size                  = new System.Drawing.Size(100, 23);
     this.comboBox1.TabIndex              = 13;
     this.comboBox1.Text                  = "Inside";
     this.comboBox1.Style                 = Syncfusion.Windows.Forms.VisualStyle.Metro;
     this.comboBox1.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     //
     // panel3
     //
     this.panel3.Controls.Add(this.comboBox5);
     this.panel3.Controls.Add(this.colorPickerUIAdv1);
     this.panel3.Location = new System.Drawing.Point(0, 22);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(220, 321);
     this.panel3.TabIndex = 2;
     //
     // comboBox5
     //
     this.comboBox5.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBox5.Items.AddRange(new object[] {
         "GaugeArcColor",
         "MajorTicksLineColor",
         "MinorTicksLineColor",
         "InnerTickLineColor",
         "NeedleColor",
         "BackGroundStartColor",
         "BackGroundEndColor",
         "OuterFrameStartColor",
         "OuterFrameEndColor",
         "FrameBorderStartColor",
         "FrameBorderEndColor"
     });
     this.comboBox5.Location = new System.Drawing.Point(30, 44);
     this.comboBox5.Name     = "comboBox5";
     this.comboBox5.Size     = new System.Drawing.Size(155, 23);
     this.comboBox5.TabIndex = 14;
     this.comboBox5.Style    = Syncfusion.Windows.Forms.VisualStyle.Metro;
     this.comboBox5.Text     = "Selecte Item";
     //
     // colorPickerUIAdv1.RecentGroup
     //
     this.colorPickerUIAdv1.RecentGroup.Name    = "Recent Colors";
     this.colorPickerUIAdv1.RecentGroup.Visible = false;
     //
     // colorPickerUIAdv1.StandardGroup
     //
     this.colorPickerUIAdv1.StandardGroup.Name = "Standard Colors";
     //
     // colorPickerUIAdv1.ThemeGroup
     //
     this.colorPickerUIAdv1.ThemeGroup.IsSubItemsVisible = true;
     this.colorPickerUIAdv1.ThemeGroup.Name = "Theme Colors";
     //
     // colorPickerUIAdv1
     //
     this.colorPickerUIAdv1.ColorItemSize      = new System.Drawing.Size(13, 13);
     this.colorPickerUIAdv1.Location           = new System.Drawing.Point(23, 81);
     this.colorPickerUIAdv1.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(110)))), ((int)(((byte)(218)))));
     this.colorPickerUIAdv1.MinimumSize        = new System.Drawing.Size(136, 195);
     this.colorPickerUIAdv1.Name               = "colorPickerUIAdv1";
     this.colorPickerUIAdv1.SelectedColor      = System.Drawing.Color.FromArgb(((int)(((byte)(239)))), ((int)(((byte)(223)))), ((int)(((byte)(222)))));
     this.colorPickerUIAdv1.Size               = new System.Drawing.Size(172, 195);
     this.colorPickerUIAdv1.Style              = Syncfusion.Windows.Forms.Tools.ColorPickerUIAdv.visualstyle.Metro;
     this.colorPickerUIAdv1.TabIndex           = 1;
     this.colorPickerUIAdv1.Text               = "colorPickerUIAdv1";
     this.colorPickerUIAdv1.UseOffice2007Style = false;
     this.colorPickerUIAdv1.Picked            += new Syncfusion.Windows.Forms.Tools.ColorPickerUIAdv.ColorPickedEventHandler(this.colorPickerUIAdv1_Picked);
     //
     // panel6
     //
     this.panel6.Controls.Add(this.pictureBox1);
     this.panel6.Controls.Add(this.groupBox5);
     this.panel6.Controls.Add(this.panel7);
     this.panel6.Controls.Add(this.buttonAdv7);
     this.panel6.Controls.Add(this.buttonAdv4);
     this.panel6.Controls.Add(this.buttonAdv3);
     this.panel6.Location = new System.Drawing.Point(0, 300);
     this.panel6.Name     = "panel6";
     this.panel6.Size     = new System.Drawing.Size(220, 0);
     this.panel6.TabIndex = 4;
     //
     // groupBox5
     //
     this.groupBox5.Controls.Add(this.flowLayoutPanel1);
     this.groupBox5.Location = new System.Drawing.Point(11, 48);
     this.groupBox5.Name     = "groupBox5";
     this.groupBox5.Padding  = new System.Windows.Forms.Padding(3, 5, 3, 3);
     this.groupBox5.Size     = new System.Drawing.Size(200, 211);
     this.groupBox5.TabIndex = 1;
     this.groupBox5.TabStop  = false;
     this.groupBox5.Text     = "Select Range to modify";
     this.groupBox5.Visible  = false;
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.AutoScroll = true;
     this.flowLayoutPanel1.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel1.Location   = new System.Drawing.Point(3, 25);
     this.flowLayoutPanel1.Name       = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size       = new System.Drawing.Size(194, 183);
     this.flowLayoutPanel1.TabIndex   = 0;
     //
     // panel7
     //
     this.panel7.Controls.Add(this.colorPickerButton1);
     this.panel7.Controls.Add(this.textBox4);
     this.panel7.Controls.Add(this.textBox3);
     this.panel7.Controls.Add(this.textBox2);
     this.panel7.Controls.Add(this.buttonAdv6);
     this.panel7.Controls.Add(this.buttonAdv5);
     this.panel7.Controls.Add(this.label9);
     this.panel7.Controls.Add(this.label8);
     this.panel7.Controls.Add(this.label7);
     this.panel7.Controls.Add(this.label6);
     this.panel7.Font      = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.panel7.ForeColor = System.Drawing.Color.DimGray;
     this.panel7.Location  = new System.Drawing.Point(17, 61);
     this.panel7.Name      = "panel7";
     this.panel7.Size      = new System.Drawing.Size(185, 180);
     this.panel7.TabIndex  = 2;
     this.panel7.TabStop   = false;
     this.panel7.Text      = "Add Range";
     this.panel7.Visible   = false;
     //
     // colorPickerButton1
     //
     this.colorPickerButton1.Appearance     = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.colorPickerButton1.BackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(150)))), ((int)(((byte)(205)))));
     this.colorPickerButton1.ColorUISize    = new System.Drawing.Size(208, 230);
     this.colorPickerButton1.ForeColor      = System.Drawing.Color.White;
     this.colorPickerButton1.Location       = new System.Drawing.Point(104, 105);
     this.colorPickerButton1.Name           = "colorPickerButton1";
     this.colorPickerButton1.SelectedAsText = true;
     this.colorPickerButton1.Size           = new System.Drawing.Size(51, 23);
     this.colorPickerButton1.TabIndex       = 8;
     this.colorPickerButton1.Text           = "Empty";
     this.colorPickerButton1.UseVisualStyle = true;
     this.colorPickerButton1.ColorSelected += new System.EventHandler(this.colorPickerButton1_ColorSelected);
     //
     // textBox4
     //
     this.textBox4.Location = new System.Drawing.Point(104, 78);
     this.textBox4.Name     = "textBox4";
     this.textBox4.Size     = new System.Drawing.Size(51, 23);
     this.textBox4.TabIndex = 7;
     //
     // textBox3
     //
     this.textBox3.Location = new System.Drawing.Point(104, 52);
     this.textBox3.Name     = "textBox3";
     this.textBox3.Size     = new System.Drawing.Size(51, 23);
     this.textBox3.TabIndex = 6;
     //
     // textBox2
     //
     this.textBox2.Location = new System.Drawing.Point(104, 26);
     this.textBox2.Name     = "textBox2";
     this.textBox2.Size     = new System.Drawing.Size(51, 23);
     this.textBox2.TabIndex = 5;
     //
     // buttonAdv6
     //
     this.buttonAdv6.Appearance     = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.buttonAdv6.BackColor      = System.Drawing.Color.Gray;
     this.buttonAdv6.ForeColor      = System.Drawing.Color.White;
     this.buttonAdv6.Location       = new System.Drawing.Point(104, 143);
     this.buttonAdv6.Name           = "buttonAdv6";
     this.buttonAdv6.Size           = new System.Drawing.Size(51, 23);
     this.buttonAdv6.TabIndex       = 4;
     this.buttonAdv6.Text           = "Cancel";
     this.buttonAdv6.UseVisualStyle = true;
     this.buttonAdv6.Click         += new System.EventHandler(this.buttonAdv6_Click);
     //
     // buttonAdv5
     //
     this.buttonAdv5.Appearance     = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.buttonAdv5.BackColor      = System.Drawing.Color.Gray;
     this.buttonAdv5.ForeColor      = System.Drawing.Color.White;
     this.buttonAdv5.Location       = new System.Drawing.Point(32, 144);
     this.buttonAdv5.Name           = "buttonAdv5";
     this.buttonAdv5.Size           = new System.Drawing.Size(51, 23);
     this.buttonAdv5.TabIndex       = 2;
     this.buttonAdv5.Text           = "Add";
     this.buttonAdv5.UseVisualStyle = true;
     this.buttonAdv5.Click         += new System.EventHandler(this.buttonAdv5_Click);
     //
     // label9
     //
     this.label9.AutoSize  = true;
     this.label9.ForeColor = System.Drawing.Color.DimGray;
     this.label9.Location  = new System.Drawing.Point(20, 110);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(36, 15);
     this.label9.TabIndex  = 3;
     this.label9.Text      = "Color";
     //
     // label8
     //
     this.label8.AutoSize  = true;
     this.label8.ForeColor = System.Drawing.Color.DimGray;
     this.label8.Location  = new System.Drawing.Point(20, 83);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(43, 15);
     this.label8.TabIndex  = 2;
     this.label8.Text      = "Height";
     //
     // label7
     //
     this.label7.AutoSize  = true;
     this.label7.ForeColor = System.Drawing.Color.DimGray;
     this.label7.Location  = new System.Drawing.Point(20, 56);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(59, 15);
     this.label7.TabIndex  = 1;
     this.label7.Text      = "End Value";
     //
     // label6
     //
     this.label6.AutoSize  = true;
     this.label6.ForeColor = System.Drawing.Color.DimGray;
     this.label6.Location  = new System.Drawing.Point(20, 29);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(63, 15);
     this.label6.TabIndex  = 0;
     this.label6.Text      = "Start Value";
     //
     // buttonAdv7
     //
     this.buttonAdv7.Appearance     = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.buttonAdv7.BackColor      = System.Drawing.Color.Gray;
     this.buttonAdv7.Location       = new System.Drawing.Point(48, 118);
     this.buttonAdv7.Name           = "buttonAdv7";
     this.buttonAdv7.Size           = new System.Drawing.Size(128, 23);
     this.buttonAdv7.TabIndex       = 3;
     this.buttonAdv7.Text           = "Modify Ranges";
     this.buttonAdv7.UseVisualStyle = true;
     this.buttonAdv7.Click         += new System.EventHandler(this.buttonAdv7_Click);
     //
     // buttonAdv4
     //
     this.buttonAdv4.Appearance     = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.buttonAdv4.BackColor      = System.Drawing.Color.Gray;
     this.buttonAdv4.Location       = new System.Drawing.Point(48, 157);
     this.buttonAdv4.Name           = "buttonAdv4";
     this.buttonAdv4.Size           = new System.Drawing.Size(128, 23);
     this.buttonAdv4.TabIndex       = 1;
     this.buttonAdv4.Text           = "Clear Ranges";
     this.buttonAdv4.UseVisualStyle = true;
     this.buttonAdv4.Click         += new System.EventHandler(this.buttonAdv4_Click);
     //
     // buttonAdv3
     //
     this.buttonAdv3.Appearance     = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.buttonAdv3.BackColor      = System.Drawing.Color.Gray;
     this.buttonAdv3.Location       = new System.Drawing.Point(48, 77);
     this.buttonAdv3.Name           = "buttonAdv3";
     this.buttonAdv3.Size           = new System.Drawing.Size(128, 23);
     this.buttonAdv3.TabIndex       = 0;
     this.buttonAdv3.Text           = "New Range";
     this.buttonAdv3.UseVisualStyle = true;
     this.buttonAdv3.Click         += new System.EventHandler(this.buttonAdv3_Click);
     //
     // panel5
     //
     this.panel5.Controls.Add(this.groupBox3);
     this.panel5.Controls.Add(this.groupBox1);
     this.panel5.Location = new System.Drawing.Point(0, 66);
     this.panel5.Name     = "panel5";
     this.panel5.Size     = new System.Drawing.Size(220, 0);
     this.panel5.TabIndex = 3;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.trackBar1);
     this.groupBox3.Controls.Add(this.checkBoxAdv1);
     this.groupBox3.Font     = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox3.Location = new System.Drawing.Point(16, 150);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(186, 95);
     this.groupBox3.TabIndex = 5;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Gauge Values";
     //
     // trackBar1
     //
     this.trackBar1.Location      = new System.Drawing.Point(21, 21);
     this.trackBar1.Maximum       = 120;
     this.trackBar1.Name          = "trackBar1";
     this.trackBar1.Size          = new System.Drawing.Size(150, 45);
     this.trackBar1.TabIndex      = 0;
     this.trackBar1.TickFrequency = 10;
     this.trackBar1.ValueChanged += new System.EventHandler(this.trackBar1_ValueChanged);
     //
     // checkBoxAdv1
     //
     this.checkBoxAdv1.DrawFocusRectangle = false;
     this.checkBoxAdv1.Font            = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBoxAdv1.ForeColor       = System.Drawing.Color.Black;
     this.checkBoxAdv1.Location        = new System.Drawing.Point(21, 71);
     this.checkBoxAdv1.MetroColor      = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(150)))), ((int)(((byte)(205)))));
     this.checkBoxAdv1.Name            = "checkBoxAdv1";
     this.checkBoxAdv1.Size            = new System.Drawing.Size(150, 21);
     this.checkBoxAdv1.Style           = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.checkBoxAdv1.TabIndex        = 0;
     this.checkBoxAdv1.Text            = "Show Gauge Value";
     this.checkBoxAdv1.ThemesEnabled   = false;
     this.checkBoxAdv1.CheckedChanged += new System.EventHandler(this.checkBoxAdv1_CheckedChanged);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.textBox1);
     this.groupBox1.Controls.Add(this.buttonAdv2);
     this.groupBox1.Controls.Add(this.buttonAdv1);
     this.groupBox1.Font     = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox1.Location = new System.Drawing.Point(16, 49);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(186, 95);
     this.groupBox1.TabIndex = 4;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Gauge Label";
     //
     // textBox1
     //
     this.textBox1.ForeColor = System.Drawing.Color.Gray;
     this.textBox1.Location  = new System.Drawing.Point(21, 24);
     this.textBox1.Name      = "textBox1";
     this.textBox1.Size      = new System.Drawing.Size(150, 22);
     this.textBox1.TabIndex  = 2;
     this.textBox1.Text      = "[Set Custom Label]";
     this.textBox1.Click    += new System.EventHandler(this.textBox1_Click);
     //
     // buttonAdv2
     //
     this.buttonAdv2.Appearance              = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.buttonAdv2.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(150)))), ((int)(((byte)(205)))));
     this.buttonAdv2.Location                = new System.Drawing.Point(98, 58);
     this.buttonAdv2.Name                    = "buttonAdv2";
     this.buttonAdv2.Size                    = new System.Drawing.Size(63, 23);
     this.buttonAdv2.TabIndex                = 4;
     this.buttonAdv2.Text                    = "Clear";
     this.buttonAdv2.UseVisualStyle          = true;
     this.buttonAdv2.UseVisualStyleBackColor = true;
     this.buttonAdv2.Click                  += new System.EventHandler(this.buttonAdv2_Click);
     //
     // buttonAdv1
     //
     this.buttonAdv1.Appearance              = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.buttonAdv1.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(150)))), ((int)(((byte)(205)))));
     this.buttonAdv1.Location                = new System.Drawing.Point(29, 58);
     this.buttonAdv1.Name                    = "buttonAdv1";
     this.buttonAdv1.Size                    = new System.Drawing.Size(63, 23);
     this.buttonAdv1.TabIndex                = 3;
     this.buttonAdv1.Text                    = "Set Label";
     this.buttonAdv1.UseVisualStyle          = true;
     this.buttonAdv1.UseVisualStyleBackColor = true;
     this.buttonAdv1.Click                  += new System.EventHandler(this.buttonAdv1_Click);
     //
     // groupBarItem1
     //
     this.groupBarItem1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
     this.groupBarItem1.Client    = this.panel3;
     this.groupBarItem1.Font      = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBarItem1.Text      = "Appearance";
     //
     // groupBarItem2
     //
     this.groupBarItem2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
     this.groupBarItem2.Client    = this.panel4;
     this.groupBarItem2.Font      = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBarItem2.Text      = "Customizations";
     //
     // groupBarItem3
     //
     this.groupBarItem3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
     this.groupBarItem3.Client    = this.panel5;
     this.groupBarItem3.Font      = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBarItem3.Text      = "Behavior";
     //
     // groupBarItem4
     //
     this.groupBarItem4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
     this.groupBarItem4.Client    = this.panel6;
     this.groupBarItem4.Font      = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBarItem4.Text      = "Ranges";
     //
     // groupBox2
     //
     this.groupBox2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox2.Font     = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox2.Location = new System.Drawing.Point(0, 0);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(271, 450);
     this.groupBox2.TabIndex = 1;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Properties";
     //
     // panel2
     //
     this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel2.Controls.Add(this.groupBox4);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 31);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(409, 452);
     this.panel2.TabIndex = 3;
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.radialGauge1);
     this.groupBox4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox4.Font     = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox4.Location = new System.Drawing.Point(0, 0);
     this.groupBox4.Name     = "groupBox4";
     this.groupBox4.Size     = new System.Drawing.Size(407, 450);
     this.groupBox4.TabIndex = 1;
     this.groupBox4.TabStop  = false;
     this.groupBox4.Text     = "Radial Gauge";
     //
     // radialGauge1
     //
     this.radialGauge1.GaugeArcColor      = System.Drawing.Color.Black;
     this.radialGauge1.GaugeLabel         = "Gauge";
     this.radialGauge1.GaugeLableColor    = System.Drawing.Color.Gray;
     this.radialGauge1.GaugeLableFont     = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radialGauge1.GaugeValueColor    = System.Drawing.Color.Gray;
     this.radialGauge1.GaugeValueFont     = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radialGauge1.InterLinesColor    = System.Drawing.Color.Black;
     this.radialGauge1.LabelPlacement     = Syncfusion.Windows.Forms.Gauge.LabelPlacement.Outside;
     this.radialGauge1.Location           = new System.Drawing.Point(44, 61);
     this.radialGauge1.MajorDifference    = 10F;
     this.radialGauge1.MajorTickMarkColor = System.Drawing.Color.Black;
     this.radialGauge1.MinimumSize        = new System.Drawing.Size(230, 230);
     this.radialGauge1.MinorDifference    = 3;
     this.radialGauge1.MinorTickMarkColor = System.Drawing.Color.Black;
     this.radialGauge1.Name        = "radialGauge1";
     this.radialGauge1.NeedleColor = System.Drawing.Color.Black;
     range1.Color          = System.Drawing.Color.Lime;
     range1.EndValue       = 40F;
     range1.Height         = 10;
     range1.InRange        = false;
     range1.Name           = "Normal range";
     range1.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.Inside;
     range1.StartValue     = 0F;
     range2.Color          = System.Drawing.Color.Yellow;
     range2.EndValue       = 80F;
     range2.Height         = 10;
     range2.InRange        = false;
     range2.Name           = "Check Range";
     range2.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.Inside;
     range2.StartValue     = 40F;
     range3.Color          = System.Drawing.Color.Red;
     range3.EndValue       = 100F;
     range3.Height         = 10;
     range3.InRange        = false;
     range3.Name           = "Alert Range";
     range3.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.Inside;
     range3.StartValue     = 80F;
     this.radialGauge1.Ranges.Add(range1);
     this.radialGauge1.Ranges.Add(range2);
     this.radialGauge1.Ranges.Add(range3);
     this.radialGauge1.ScaleLabelColor     = System.Drawing.Color.Black;
     this.radialGauge1.ShowBackgroundFrame = true;
     this.radialGauge1.ShowNeedle          = true;
     this.radialGauge1.ShowScaleLabel      = true;
     this.radialGauge1.Size     = new System.Drawing.Size(316, 316);
     this.radialGauge1.TabIndex = 0;
     this.radialGauge1.TransparentBackGround = false;
     //
     // toolTip1
     //
     this.toolTip1.BackColor = System.Drawing.Color.White;
     //
     // pictureBox1
     //
     this.pictureBox1.Image       = global::RadialGaugeDemo.Properties.Resources.swap;
     this.pictureBox1.Location    = new System.Drawing.Point(4, 4);
     this.pictureBox1.Name        = "pictureBox1";
     this.pictureBox1.Size        = new System.Drawing.Size(33, 26);
     this.pictureBox1.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex    = 4;
     this.pictureBox1.TabStop     = false;
     this.pictureBox1.Click      += new System.EventHandler(this.pictureBox1_Click);
     this.pictureBox1.MouseHover += new System.EventHandler(this.pictureBox1_MouseHover);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CaptionAlign        = System.Windows.Forms.HorizontalAlignment.Center;
     this.CaptionFont         = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
     this.ClientSize          = new System.Drawing.Size(682, 483);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.label1);
     this.IconAlign        = System.Windows.Forms.HorizontalAlignment.Left;
     this.IconTextRelation = System.Windows.Forms.LeftRightAlignment.Left;
     this.MetroColor       = System.Drawing.Color.White;
     this.MinimumSize      = new System.Drawing.Size(694, 520);
     this.Name             = "Form1";
     this.Text             = "Gauge Demo";
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupBar1)).EndInit();
     this.groupBar1.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     this.panel4.PerformLayout();
     this.panel3.ResumeLayout(false);
     this.panel6.ResumeLayout(false);
     this.groupBox5.ResumeLayout(false);
     this.panel7.ResumeLayout(false);
     this.panel7.PerformLayout();
     this.panel5.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv1)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.groupBox4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
 }
예제 #7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Syncfusion.Windows.Forms.Gauge.Range           range1       = new Syncfusion.Windows.Forms.Gauge.Range();
     Syncfusion.Windows.Forms.Gauge.Range           range2       = new Syncfusion.Windows.Forms.Gauge.Range();
     Syncfusion.Windows.Forms.Gauge.Range           range3       = new Syncfusion.Windows.Forms.Gauge.Range();
     Syncfusion.Windows.Forms.Gauge.LinearRange     linearRange1 = new Syncfusion.Windows.Forms.Gauge.LinearRange();
     Syncfusion.Windows.Forms.Gauge.LinearRange     linearRange2 = new Syncfusion.Windows.Forms.Gauge.LinearRange();
     Syncfusion.Windows.Forms.Gauge.LinearRange     linearRange3 = new Syncfusion.Windows.Forms.Gauge.LinearRange();
     Syncfusion.Windows.Forms.Gauge.LinearRange     linearRange4 = new Syncfusion.Windows.Forms.Gauge.LinearRange();
     System.ComponentModel.ComponentResourceManager resources    = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.splitContainerAdv1 = new Syncfusion.Windows.Forms.Tools.SplitContainerAdv();
     this.radialGauge1       = new Syncfusion.Windows.Forms.Gauge.RadialGauge();
     this.linearGauge1       = new Syncfusion.Windows.Forms.Gauge.LinearGauge();
     this.imageList1         = new System.Windows.Forms.ImageList(this.components);
     this.toolTip1           = new System.Windows.Forms.ToolTip(this.components);
     this.label2             = new Syncfusion.Windows.Forms.Tools.AutoLabel();
     this.sfComboBox2        = new Syncfusion.WinForms.ListView.SfComboBox();
     this.label1             = new Syncfusion.Windows.Forms.Tools.AutoLabel();
     this.sfComboBox1        = new Syncfusion.WinForms.ListView.SfComboBox();
     this.checkBox1          = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.splitContainerAdv2 = new Syncfusion.Windows.Forms.Tools.SplitContainerAdv();
     this.tableLayoutPanel2  = new System.Windows.Forms.TableLayoutPanel();
     this.autoLabel1         = new Syncfusion.Windows.Forms.Tools.AutoLabel();
     this.checkBoxAdv2       = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.checkBoxAdv1       = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerAdv1)).BeginInit();
     this.splitContainerAdv1.Panel1.SuspendLayout();
     this.splitContainerAdv1.Panel2.SuspendLayout();
     this.splitContainerAdv1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.sfComboBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.sfComboBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerAdv2)).BeginInit();
     this.splitContainerAdv2.Panel1.SuspendLayout();
     this.splitContainerAdv2.Panel2.SuspendLayout();
     this.splitContainerAdv2.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv1)).BeginInit();
     this.SuspendLayout();
     //
     // splitContainerAdv1
     //
     this.splitContainerAdv1.BackColor       = System.Drawing.Color.White;
     this.splitContainerAdv1.BeforeTouchSize = 13;
     this.splitContainerAdv1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerAdv1.FixedPanel      = Syncfusion.Windows.Forms.Tools.Enums.FixedPanel.Panel1;
     this.splitContainerAdv1.HotExpandLine   = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(150)))), ((int)(((byte)(150)))));
     this.splitContainerAdv1.Location        = new System.Drawing.Point(0, 0);
     this.splitContainerAdv1.Name            = "splitContainerAdv1";
     this.splitContainerAdv1.Orientation     = System.Windows.Forms.Orientation.Vertical;
     //
     // splitContainerAdv1.Panel1
     //
     this.splitContainerAdv1.Panel1.BackColor       = System.Drawing.Color.White;
     this.splitContainerAdv1.Panel1.BackgroundColor = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))));
     this.splitContainerAdv1.Panel1.Controls.Add(this.radialGauge1);
     //
     // splitContainerAdv1.Panel2
     //
     this.splitContainerAdv1.Panel2.BackgroundColor = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))));
     this.splitContainerAdv1.Panel2.Controls.Add(this.linearGauge1);
     this.splitContainerAdv1.PanelToBeCollapsed = Syncfusion.Windows.Forms.Tools.Enums.CollapsedPanel.Panel1;
     this.splitContainerAdv1.Size             = new System.Drawing.Size(598, 596);
     this.splitContainerAdv1.SplitterDistance = 400;
     this.splitContainerAdv1.SplitterWidth    = 13;
     this.splitContainerAdv1.Style            = Syncfusion.Windows.Forms.Tools.Enums.Style.Office2016Colorful;
     this.splitContainerAdv1.TabIndex         = 0;
     this.splitContainerAdv1.Text             = "splitContainerAdv1";
     this.splitContainerAdv1.ThemeName        = "Office2016Colorful";
     //
     // radialGauge1
     //
     this.radialGauge1.ArcThickness        = 2F;
     this.radialGauge1.Dock                = System.Windows.Forms.DockStyle.Fill;
     this.radialGauge1.EnableCustomNeedles = false;
     this.radialGauge1.FillColor           = System.Drawing.Color.DarkGray;
     this.radialGauge1.FrameThickness      = 12;
     this.radialGauge1.FrameType           = Syncfusion.Windows.Forms.Gauge.FrameType.HalfCircle;
     this.radialGauge1.GaugeArcColor       = System.Drawing.Color.Black;
     this.radialGauge1.GaugeLabel          = "Gauge";
     this.radialGauge1.GaugeLableFont      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radialGauge1.GaugeValueFont      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radialGauge1.InterLinesColor     = System.Drawing.Color.Black;
     this.radialGauge1.LabelPlacement      = Syncfusion.Windows.Forms.Gauge.LabelPlacement.Outside;
     this.radialGauge1.Location            = new System.Drawing.Point(0, 0);
     this.radialGauge1.MajorDifference     = 10F;
     this.radialGauge1.MajorTickMarkColor  = System.Drawing.Color.Black;
     this.radialGauge1.MaximumValue        = 100F;
     this.radialGauge1.MinimumSize         = new System.Drawing.Size(130, 52);
     this.radialGauge1.MinorDifference     = 3F;
     this.radialGauge1.MinorTickMarkColor  = System.Drawing.Color.Black;
     this.radialGauge1.Name                = "radialGauge1";
     this.radialGauge1.NeedleColor         = System.Drawing.Color.Black;
     this.radialGauge1.Padding             = new System.Windows.Forms.Padding(10);
     range1.Color          = System.Drawing.Color.Lime;
     range1.EndValue       = 40F;
     range1.Height         = 10;
     range1.InRange        = false;
     range1.Name           = "Normal range";
     range1.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.Inside;
     range1.StartValue     = 0F;
     range2.Color          = System.Drawing.Color.Yellow;
     range2.EndValue       = 80F;
     range2.Height         = 10;
     range2.InRange        = false;
     range2.Name           = "Check Range";
     range2.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.Inside;
     range2.StartValue     = 40F;
     range3.Color          = System.Drawing.Color.Red;
     range3.EndValue       = 100F;
     range3.Height         = 10;
     range3.InRange        = false;
     range3.Name           = "Alert Range";
     range3.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.Inside;
     range3.StartValue     = 80F;
     this.radialGauge1.Ranges.Add(range1);
     this.radialGauge1.Ranges.Add(range2);
     this.radialGauge1.Ranges.Add(range3);
     this.radialGauge1.ReadOnly        = false;
     this.radialGauge1.ScaleLabelColor = System.Drawing.Color.Black;
     this.radialGauge1.ShowTicks       = true;
     this.radialGauge1.Size            = new System.Drawing.Size(598, 398);
     this.radialGauge1.StartAngle      = 180;
     this.radialGauge1.SweepAngle      = 180;
     this.radialGauge1.TabIndex        = 1;
     this.radialGauge1.ValueChanged   += new System.EventHandler(this.radialGauge1_ValueChanged);
     //
     // linearGauge1
     //
     this.linearGauge1.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.linearGauge1.ForeColor        = System.Drawing.Color.Gray;
     this.linearGauge1.GaugelabelFont   = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.linearGauge1.LinearFrameType  = Syncfusion.Windows.Forms.Gauge.LinearFrameType.Horizontal;
     this.linearGauge1.Location         = new System.Drawing.Point(0, 0);
     this.linearGauge1.MajorTicksHeight = 15;
     this.linearGauge1.MaximumSize      = new System.Drawing.Size(598, 304);
     this.linearGauge1.MaximumValue     = 100F;
     this.linearGauge1.MinimumSize      = new System.Drawing.Size(100, 50);
     this.linearGauge1.MinorTickCount   = 5;
     this.linearGauge1.MinorTickHeight  = 10;
     this.linearGauge1.Name             = "linearGauge1";
     this.linearGauge1.Padding          = new System.Windows.Forms.Padding(10);
     this.linearGauge1.PointerPlacement = Syncfusion.Windows.Forms.Gauge.Placement.Center;
     linearRange1.Color          = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
     linearRange1.EndValue       = 15F;
     linearRange1.Height         = 5;
     linearRange1.InRange        = false;
     linearRange1.Name           = "GaugeRange1";
     linearRange1.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.Inside;
     linearRange1.StartValue     = 0F;
     linearRange2.Color          = System.Drawing.Color.Yellow;
     linearRange2.EndValue       = 30F;
     linearRange2.Height         = 5;
     linearRange2.InRange        = false;
     linearRange2.Name           = "GaugeRange2";
     linearRange2.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.Inside;
     linearRange2.StartValue     = 15F;
     linearRange3.Color          = System.Drawing.Color.Red;
     linearRange3.EndValue       = 40F;
     linearRange3.Height         = 5;
     linearRange3.InRange        = true;
     linearRange3.Name           = "GaugeRange3";
     linearRange3.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.Inside;
     linearRange3.StartValue     = 30F;
     linearRange4.Color          = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
     linearRange4.EndValue       = 0F;
     linearRange4.Height         = 5;
     linearRange4.InRange        = false;
     linearRange4.Name           = "GaugeRange4";
     linearRange4.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.Inside;
     linearRange4.StartValue     = 0F;
     this.linearGauge1.Ranges.Add(linearRange1);
     this.linearGauge1.Ranges.Add(linearRange2);
     this.linearGauge1.Ranges.Add(linearRange3);
     this.linearGauge1.Ranges.Add(linearRange4);
     this.linearGauge1.ReadOnly            = false;
     this.linearGauge1.ScaleColor          = System.Drawing.Color.Gray;
     this.linearGauge1.Size                = new System.Drawing.Size(598, 183);
     this.linearGauge1.TabIndex            = 1;
     this.linearGauge1.Text                = "linearGauge1";
     this.linearGauge1.Value               = 40F;
     this.linearGauge1.ValueIndicatorColor = System.Drawing.Color.Gray;
     this.linearGauge1.ValueChanged       += new System.EventHandler(this.linearGauge1_ValueChanged);
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "");
     this.imageList1.Images.SetKeyName(1, "");
     //
     // label2
     //
     this.label2.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label2.Location = new System.Drawing.Point(3, 143);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(92, 13);
     this.label2.TabIndex = 4;
     this.label2.Text     = "Toggle Panel On";
     //
     // sfComboBox2
     //
     this.sfComboBox2.Anchor        = System.Windows.Forms.AnchorStyles.Left;
     this.sfComboBox2.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.sfComboBox2.DropDownStyle = Syncfusion.WinForms.ListView.Enums.DropDownStyle.DropDownList;
     this.sfComboBox2.Location      = new System.Drawing.Point(3, 161);
     this.sfComboBox2.Name          = "sfComboBox2";
     this.sfComboBox2.Size          = new System.Drawing.Size(187, 28);
     this.sfComboBox2.Style.TokenStyle.CloseButtonBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.sfComboBox2.TabIndex              = 3;
     this.sfComboBox2.SelectedIndexChanged += new System.EventHandler(this.sfComboBox2_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label1.Location = new System.Drawing.Point(3, 65);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(31, 13);
     this.label1.TabIndex = 2;
     this.label1.Text     = "Style";
     //
     // sfComboBox1
     //
     this.sfComboBox1.Anchor        = System.Windows.Forms.AnchorStyles.Left;
     this.sfComboBox1.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.sfComboBox1.DropDownStyle = Syncfusion.WinForms.ListView.Enums.DropDownStyle.DropDownList;
     this.sfComboBox1.Location      = new System.Drawing.Point(3, 83);
     this.sfComboBox1.Name          = "sfComboBox1";
     this.sfComboBox1.Size          = new System.Drawing.Size(187, 28);
     this.sfComboBox1.Style.EditorStyle.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.sfComboBox1.Style.TokenStyle.CloseButtonBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.sfComboBox1.Style.TokenStyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.sfComboBox1.TabIndex = 1;
     //
     // checkBox1
     //
     this.checkBox1.Anchor             = System.Windows.Forms.AnchorStyles.Left;
     this.checkBox1.AutoSize           = false;
     this.checkBox1.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.checkBox1.BeforeTouchSize    = new System.Drawing.Size(89, 16);
     this.checkBox1.BorderColor        = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
     this.checkBox1.DrawFocusRectangle = false;
     this.checkBox1.ForeColor          = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(43)))), ((int)(((byte)(43)))));
     this.checkBox1.HotBorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(150)))), ((int)(((byte)(150)))));
     this.checkBox1.Location           = new System.Drawing.Point(3, 206);
     this.checkBox1.Name               = "checkBox1";
     this.checkBox1.Size               = new System.Drawing.Size(134, 16);
     this.checkBox1.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Office2016Colorful;
     this.checkBox1.TabIndex           = 0;
     this.checkBox1.Text               = "Freeze panes";
     this.checkBox1.ThemeName          = "Office2016Colorful";
     this.checkBox1.CheckStateChanged += new System.EventHandler(this.checkBox1_CheckStateChanged);
     //
     // splitContainerAdv2
     //
     this.splitContainerAdv2.BackColor       = System.Drawing.Color.White;
     this.splitContainerAdv2.BeforeTouchSize = 13;
     this.splitContainerAdv2.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.splitContainerAdv2.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerAdv2.FixedPanel      = Syncfusion.Windows.Forms.Tools.Enums.FixedPanel.Panel1;
     this.splitContainerAdv2.HotExpandLine   = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(150)))), ((int)(((byte)(150)))));
     this.splitContainerAdv2.Location        = new System.Drawing.Point(0, 0);
     this.splitContainerAdv2.Name            = "splitContainerAdv2";
     //
     // splitContainerAdv2.Panel1
     //
     this.splitContainerAdv2.Panel1.BackColor       = System.Drawing.Color.White;
     this.splitContainerAdv2.Panel1.BackgroundColor = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))));
     this.splitContainerAdv2.Panel1.Controls.Add(this.splitContainerAdv1);
     //
     // splitContainerAdv2.Panel2
     //
     this.splitContainerAdv2.Panel2.AutoSize        = true;
     this.splitContainerAdv2.Panel2.BackgroundColor = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))));
     this.splitContainerAdv2.Panel2.Controls.Add(this.tableLayoutPanel2);
     this.splitContainerAdv2.Panel2.Padding     = new System.Windows.Forms.Padding(0, 50, 0, 0);
     this.splitContainerAdv2.PanelToBeCollapsed = Syncfusion.Windows.Forms.Tools.Enums.CollapsedPanel.Panel1;
     this.splitContainerAdv2.Size             = new System.Drawing.Size(877, 598);
     this.splitContainerAdv2.SplitterDistance = 600;
     this.splitContainerAdv2.SplitterWidth    = 13;
     this.splitContainerAdv2.Style            = Syncfusion.Windows.Forms.Tools.Enums.Style.Office2016Colorful;
     this.splitContainerAdv2.TabIndex         = 2;
     this.splitContainerAdv2.Text             = "splitContainerAdv2";
     this.splitContainerAdv2.ThemeName        = "Office2016Colorful";
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.AutoScroll  = true;
     this.tableLayoutPanel2.AutoSize    = true;
     this.tableLayoutPanel2.BackColor   = Color.Transparent;
     this.tableLayoutPanel2.ColumnCount = 1;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.Controls.Add(this.checkBoxAdv2, 0, 6);
     this.tableLayoutPanel2.Controls.Add(this.checkBoxAdv1, 0, 7);
     this.tableLayoutPanel2.Controls.Add(this.autoLabel1, 0, 0);
     this.tableLayoutPanel2.Controls.Add(this.checkBox1, 0, 5);
     this.tableLayoutPanel2.Controls.Add(this.sfComboBox2, 0, 4);
     this.tableLayoutPanel2.Controls.Add(this.label2, 0, 3);
     this.tableLayoutPanel2.Controls.Add(this.sfComboBox1, 0, 2);
     this.tableLayoutPanel2.Controls.Add(this.label1, 0, 1);
     this.tableLayoutPanel2.Location = new System.Drawing.Point(21, 57);
     this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 8;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(200, 317);
     this.tableLayoutPanel2.TabIndex = 3;
     //
     // autoLabel1
     //
     this.autoLabel1.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.autoLabel1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.autoLabel1.Location = new System.Drawing.Point(3, 9);
     this.autoLabel1.Name     = "autoLabel1";
     this.autoLabel1.Size     = new System.Drawing.Size(91, 20);
     this.autoLabel1.TabIndex = 7;
     this.autoLabel1.Text     = "Properties";
     //
     // checkBoxAdv2
     //
     this.checkBoxAdv2.Anchor             = System.Windows.Forms.AnchorStyles.Left;
     this.checkBoxAdv2.AutoSize           = false;
     this.checkBoxAdv2.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.checkBoxAdv2.BeforeTouchSize    = new System.Drawing.Size(134, 16);
     this.checkBoxAdv2.BorderColor        = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
     this.checkBoxAdv2.DrawFocusRectangle = false;
     this.checkBoxAdv2.ForeColor          = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(43)))), ((int)(((byte)(43)))));
     this.checkBoxAdv2.HotBorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(150)))), ((int)(((byte)(150)))));
     this.checkBoxAdv2.Location           = new System.Drawing.Point(3, 245);
     this.checkBoxAdv2.Name               = "checkBoxAdv2";
     this.checkBoxAdv2.Size               = new System.Drawing.Size(134, 16);
     this.checkBoxAdv2.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Office2016Colorful;
     this.checkBoxAdv2.TabIndex           = 6;
     this.checkBoxAdv2.Text               = "Collapse LinearGauge";
     this.checkBoxAdv2.ThemeName          = "Office2016Colorful";
     this.checkBoxAdv2.CheckStateChanged += new System.EventHandler(this.checkBoxAdv2_CheckStateChanged);
     //
     // checkBoxAdv1
     //
     this.checkBoxAdv1.Anchor             = System.Windows.Forms.AnchorStyles.Left;
     this.checkBoxAdv1.AutoSize           = false;
     this.checkBoxAdv1.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.checkBoxAdv1.BeforeTouchSize    = new System.Drawing.Size(135, 16);
     this.checkBoxAdv1.BorderColor        = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
     this.checkBoxAdv1.DrawFocusRectangle = false;
     this.checkBoxAdv1.ForeColor          = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(43)))), ((int)(((byte)(43)))));
     this.checkBoxAdv1.HotBorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(150)))), ((int)(((byte)(150)))));
     this.checkBoxAdv1.Location           = new System.Drawing.Point(3, 287);
     this.checkBoxAdv1.Name               = "checkBoxAdv1";
     this.checkBoxAdv1.Size               = new System.Drawing.Size(135, 16);
     this.checkBoxAdv1.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Office2016Colorful;
     this.checkBoxAdv1.TabIndex           = 5;
     this.checkBoxAdv1.Text               = "Collapse RadialGauge";
     this.checkBoxAdv1.ThemeName          = "Office2016Colorful";
     this.checkBoxAdv1.CheckStateChanged += new System.EventHandler(this.checkBoxAdv1_CheckStateChanged);
     //
     // Form1
     //
     this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(877, 598);
     this.Controls.Add(this.splitContainerAdv2);
     this.MaximumSize   = new System.Drawing.Size(893, 662);
     this.MinimumSize   = new System.Drawing.Size(893, 615);
     this.Name          = "Form1";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "SplitContainer";
     this.Load         += new System.EventHandler(this.Form1_Load);
     this.splitContainerAdv1.Panel1.ResumeLayout(false);
     this.splitContainerAdv1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerAdv1)).EndInit();
     this.splitContainerAdv1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.sfComboBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.sfComboBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox1)).EndInit();
     this.splitContainerAdv2.Panel1.ResumeLayout(false);
     this.splitContainerAdv2.Panel2.ResumeLayout(false);
     this.splitContainerAdv2.Panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerAdv2)).EndInit();
     this.splitContainerAdv2.ResumeLayout(false);
     this.splitContainerAdv2.PerformLayout();
     this.tableLayoutPanel2.ResumeLayout(false);
     this.tableLayoutPanel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv1)).EndInit();
     this.ResumeLayout(false);
 }
예제 #8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Syncfusion.Windows.Forms.Gauge.Range           range1        = new Syncfusion.Windows.Forms.Gauge.Range();
     Syncfusion.Windows.Forms.Gauge.Range           range2        = new Syncfusion.Windows.Forms.Gauge.Range();
     Syncfusion.Windows.Forms.CaptionImage          captionImage1 = new Syncfusion.Windows.Forms.CaptionImage();
     System.ComponentModel.ComponentResourceManager resources     = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.radialGauge1 = new Syncfusion.Windows.Forms.Gauge.RadialGauge();
     this.label2       = new System.Windows.Forms.Label();
     this.trackBar1    = new System.Windows.Forms.TrackBar();
     this.label1       = new System.Windows.Forms.Label();
     this.label4       = new System.Windows.Forms.Label();
     this.label3       = new System.Windows.Forms.Label();
     this.panel1       = new System.Windows.Forms.Panel();
     this.panel3       = new System.Windows.Forms.Panel();
     this.panel2       = new System.Windows.Forms.Panel();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // radialGauge1
     //
     this.radialGauge1.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.radialGauge1.BackgroundGradientEndColor   = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(32)))), ((int)(((byte)(33)))));
     this.radialGauge1.BackgroundGradientStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(48)))), ((int)(((byte)(49)))));
     this.radialGauge1.EnableCustomNeedles          = false;
     this.radialGauge1.ForeColor                    = System.Drawing.Color.Black;
     this.radialGauge1.FrameType                    = Syncfusion.Windows.Forms.Gauge.FrameType.HalfCircle;
     this.radialGauge1.GaugeArcColor                = System.Drawing.Color.White;
     this.radialGauge1.GaugeLabel                   = "";
     this.radialGauge1.GaugeLableFont               = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radialGauge1.GaugeValueColor              = System.Drawing.SystemColors.HotTrack;
     this.radialGauge1.GaugeValueFont               = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radialGauge1.InnerFrameGradientEndColor   = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(32)))), ((int)(((byte)(33)))));
     this.radialGauge1.InnerFrameGradientStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(7)))), ((int)(((byte)(7)))), ((int)(((byte)(7)))));
     this.radialGauge1.InterLinesColor              = System.Drawing.Color.White;
     this.radialGauge1.Location            = new System.Drawing.Point(26, 3);
     this.radialGauge1.MajorDifference     = 120F;
     this.radialGauge1.MajorTickMarkColor  = System.Drawing.Color.White;
     this.radialGauge1.MinimumSize         = new System.Drawing.Size(230, 152);
     this.radialGauge1.MinorTickMarkColor  = System.Drawing.Color.White;
     this.radialGauge1.MinorTickMarkHeight = 0;
     this.radialGauge1.Name        = "radialGauge1";
     this.radialGauge1.NeedleColor = System.Drawing.Color.White;
     this.radialGauge1.OuterFrameGradientEndColor   = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(35)))), ((int)(((byte)(36)))));
     this.radialGauge1.OuterFrameGradientStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(49)))), ((int)(((byte)(50)))));
     range1.Color          = System.Drawing.SystemColors.MenuHighlight;
     range1.EndValue       = 90F;
     range1.Height         = 70;
     range1.InRange        = false;
     range1.Name           = "BlueColor";
     range1.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.OutSide;
     range1.StartValue     = 1F;
     range2.Color          = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(232)))), ((int)(((byte)(232)))));
     range2.EndValue       = 119F;
     range2.Height         = 70;
     range2.InRange        = false;
     range2.Name           = "GrayColor";
     range2.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.OutSide;
     range2.StartValue     = 85F;
     this.radialGauge1.Ranges.Add(range1);
     this.radialGauge1.Ranges.Add(range2);
     this.radialGauge1.ScaleLabelColor     = System.Drawing.Color.White;
     this.radialGauge1.ShowBackgroundFrame = false;
     this.radialGauge1.ShowNeedle          = false;
     this.radialGauge1.ShowScaleLabel      = false;
     this.radialGauge1.Size        = new System.Drawing.Size(403, 268);
     this.radialGauge1.TabIndex    = 0;
     this.radialGauge1.VisualStyle = Syncfusion.Windows.Forms.Gauge.ThemeStyle.Black;
     this.radialGauge1.Click      += new System.EventHandler(this.radialGauge1_Click);
     //
     // label2
     //
     this.label2.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.label2.AutoSize  = true;
     this.label2.Font      = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.Black;
     this.label2.Location  = new System.Drawing.Point(449, 247);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(46, 20);
     this.label2.TabIndex  = 4;
     this.label2.Text      = "120M";
     //
     // trackBar1
     //
     this.trackBar1.Location = new System.Drawing.Point(744, 356);
     this.trackBar1.Maximum  = 120;
     this.trackBar1.Name     = "trackBar1";
     this.trackBar1.Size     = new System.Drawing.Size(104, 45);
     this.trackBar1.TabIndex = 2;
     this.trackBar1.Visible  = false;
     //
     // label1
     //
     this.label1.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.Black;
     this.label1.Location  = new System.Drawing.Point(143, 246);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(30, 20);
     this.label1.TabIndex  = 3;
     this.label1.Text      = "0M";
     //
     // label4
     //
     this.label4.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("Segoe UI", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(252, 180);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(120, 37);
     this.label4.TabIndex = 6;
     this.label4.Text     = "$50,360";
     //
     // label3
     //
     this.label3.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.label3.AutoSize  = true;
     this.label3.Font      = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(165)))), ((int)(((byte)(81)))));
     this.label3.Location  = new System.Drawing.Point(280, 220);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(67, 21);
     this.label3.TabIndex  = 5;
     this.label3.Text      = "$50,360";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.panel3);
     this.panel1.Controls.Add(this.panel2);
     this.panel1.Controls.Add(this.radialGauge1);
     this.panel1.Location = new System.Drawing.Point(77, 42);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(468, 300);
     this.panel1.TabIndex = 8;
     //
     // panel3
     //
     this.panel3.Location = new System.Drawing.Point(338, 198);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(102, 10);
     this.panel3.TabIndex = 10;
     //
     // panel2
     //
     this.panel2.Location = new System.Drawing.Point(25, 198);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(102, 10);
     this.panel2.TabIndex = 9;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     captionImage1.Image      = global::GaugeDemo.Properties.Resources.captionimage;
     captionImage1.Location   = new System.Drawing.Point(0, 0);
     captionImage1.Name       = "CaptionImage1";
     captionImage1.Size       = new System.Drawing.Size(30, 52);
     this.ClientSize          = new System.Drawing.Size(644, 390);
     this.Controls.Add(this.trackBar1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.panel1);
     this.ForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.Name          = "Form1";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Half Circle";
     this.Load         += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Syncfusion.Windows.Forms.Gauge.LinearRange     linearRange1 = new Syncfusion.Windows.Forms.Gauge.LinearRange();
     Syncfusion.Windows.Forms.Gauge.LinearRange     linearRange2 = new Syncfusion.Windows.Forms.Gauge.LinearRange();
     Syncfusion.Windows.Forms.Gauge.LinearRange     linearRange3 = new Syncfusion.Windows.Forms.Gauge.LinearRange();
     Syncfusion.Windows.Forms.Gauge.Range           range1       = new Syncfusion.Windows.Forms.Gauge.Range();
     Syncfusion.Windows.Forms.Gauge.Range           range2       = new Syncfusion.Windows.Forms.Gauge.Range();
     Syncfusion.Windows.Forms.Gauge.Range           range3       = new Syncfusion.Windows.Forms.Gauge.Range();
     System.ComponentModel.ComponentResourceManager resources    = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.panel1                 = new System.Windows.Forms.Panel();
     this.panel11                = new System.Windows.Forms.Panel();
     this.comboBoxAdv1           = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.label2                 = new System.Windows.Forms.Label();
     this.panel3                 = new System.Windows.Forms.Panel();
     this.panel2                 = new System.Windows.Forms.Panel();
     this.label1                 = new System.Windows.Forms.Label();
     this.panel4                 = new System.Windows.Forms.Panel();
     this.panel5                 = new System.Windows.Forms.Panel();
     this.flowLayoutPanel1       = new System.Windows.Forms.FlowLayoutPanel();
     this.panel6                 = new System.Windows.Forms.Panel();
     this.panel7                 = new System.Windows.Forms.Panel();
     this.panel8                 = new System.Windows.Forms.Panel();
     this.panel9                 = new System.Windows.Forms.Panel();
     this.panel10                = new System.Windows.Forms.Panel();
     this.LinearDigitalBasePanel = new System.Windows.Forms.Panel();
     this.DigitalGaugePanel      = new System.Windows.Forms.Panel();
     this.digitalGauge1          = new Syncfusion.Windows.Forms.Gauge.DigitalGauge();
     this.LinearGaugePanel       = new System.Windows.Forms.Panel();
     this.linearGauge1           = new Syncfusion.Windows.Forms.Gauge.LinearGauge();
     this.RadialGaugePanel       = new System.Windows.Forms.Panel();
     this.radialGauge1           = new Syncfusion.Windows.Forms.Gauge.RadialGauge();
     this.label3                 = new System.Windows.Forms.Label();
     this.label4                 = new System.Windows.Forms.Label();
     this.label5                 = new System.Windows.Forms.Label();
     this.panel1.SuspendLayout();
     this.panel11.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv1)).BeginInit();
     this.panel2.SuspendLayout();
     this.panel5.SuspendLayout();
     this.panel6.SuspendLayout();
     this.panel8.SuspendLayout();
     this.panel9.SuspendLayout();
     this.panel10.SuspendLayout();
     this.LinearDigitalBasePanel.SuspendLayout();
     this.DigitalGaugePanel.SuspendLayout();
     this.LinearGaugePanel.SuspendLayout();
     this.RadialGaugePanel.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.panel11);
     this.panel1.Controls.Add(this.panel3);
     this.panel1.Controls.Add(this.panel2);
     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(1229, 46);
     this.panel1.TabIndex = 0;
     //
     // panel11
     //
     this.panel11.Controls.Add(this.comboBoxAdv1);
     this.panel11.Controls.Add(this.label2);
     this.panel11.Dock     = System.Windows.Forms.DockStyle.Right;
     this.panel11.Location = new System.Drawing.Point(833, 0);
     this.panel11.Name     = "panel11";
     this.panel11.Size     = new System.Drawing.Size(396, 46);
     this.panel11.TabIndex = 2;
     //
     // comboBoxAdv1
     //
     this.comboBoxAdv1.BackColor       = System.Drawing.Color.White;
     this.comboBoxAdv1.BeforeTouchSize = new System.Drawing.Size(201, 25);
     this.comboBoxAdv1.DropDownStyle   = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxAdv1.Font            = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBoxAdv1.ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(126)))), ((int)(((byte)(126)))), ((int)(((byte)(126)))));
     this.comboBoxAdv1.Items.AddRange(new object[] {
         "Office2016Colorful",
         "Office2016DarkGray",
         "Office2016White",
         "Office2016Black",
         "Metro",
         "Blue",
         "Black",
         "Silver",
         "Custom"
     });
     this.comboBoxAdv1.Location = new System.Drawing.Point(183, 12);
     this.comboBoxAdv1.Name     = "comboBoxAdv1";
     this.comboBoxAdv1.Size     = new System.Drawing.Size(201, 25);
     this.comboBoxAdv1.Style    = Syncfusion.Windows.Forms.VisualStyle.Metro;
     this.comboBoxAdv1.TabIndex = 3;
     this.comboBoxAdv1.Text     = "Office2016Colorful";
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.Font      = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(126)))), ((int)(((byte)(126)))), ((int)(((byte)(126)))));
     this.label2.Location  = new System.Drawing.Point(79, 16);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(95, 17);
     this.label2.TabIndex  = 0;
     this.label2.Text      = "Switch Theme:";
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
     this.panel3.Dock      = System.Windows.Forms.DockStyle.Left;
     this.panel3.Location  = new System.Drawing.Point(356, 0);
     this.panel3.Name      = "panel3";
     this.panel3.Size      = new System.Drawing.Size(2, 46);
     this.panel3.TabIndex  = 1;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.label1);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(356, 46);
     this.panel2.TabIndex = 1;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(126)))), ((int)(((byte)(126)))), ((int)(((byte)(126)))));
     this.label1.Location  = new System.Drawing.Point(12, 14);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(78, 17);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Personalize";
     //
     // panel4
     //
     this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
     this.panel4.Dock      = System.Windows.Forms.DockStyle.Top;
     this.panel4.Location  = new System.Drawing.Point(0, 46);
     this.panel4.Name      = "panel4";
     this.panel4.Size      = new System.Drawing.Size(1229, 2);
     this.panel4.TabIndex  = 1;
     //
     // panel5
     //
     this.panel5.Controls.Add(this.flowLayoutPanel1);
     this.panel5.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel5.Location = new System.Drawing.Point(0, 48);
     this.panel5.Name     = "panel5";
     this.panel5.Size     = new System.Drawing.Size(356, 552);
     this.panel5.TabIndex = 2;
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.AutoScroll    = true;
     this.flowLayoutPanel1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
     this.flowLayoutPanel1.Location      = new System.Drawing.Point(0, 0);
     this.flowLayoutPanel1.Name          = "flowLayoutPanel1";
     this.flowLayoutPanel1.Padding       = new System.Windows.Forms.Padding(3, 10, 10, 10);
     this.flowLayoutPanel1.Size          = new System.Drawing.Size(356, 552);
     this.flowLayoutPanel1.TabIndex      = 0;
     this.flowLayoutPanel1.WrapContents  = false;
     //
     // panel6
     //
     this.panel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
     this.panel6.Controls.Add(this.panel7);
     this.panel6.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel6.Location = new System.Drawing.Point(356, 48);
     this.panel6.Name     = "panel6";
     this.panel6.Size     = new System.Drawing.Size(2, 552);
     this.panel6.TabIndex = 3;
     //
     // panel7
     //
     this.panel7.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel7.Location = new System.Drawing.Point(0, 0);
     this.panel7.Name     = "panel7";
     this.panel7.Size     = new System.Drawing.Size(2, 552);
     this.panel7.TabIndex = 0;
     //
     // panel8
     //
     this.panel8.Controls.Add(this.panel9);
     this.panel8.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel8.Location = new System.Drawing.Point(358, 48);
     this.panel8.Name     = "panel8";
     this.panel8.Padding  = new System.Windows.Forms.Padding(30, 25, 25, 25);
     this.panel8.Size     = new System.Drawing.Size(871, 552);
     this.panel8.TabIndex = 4;
     //
     // panel9
     //
     this.panel9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
     this.panel9.Controls.Add(this.panel10);
     this.panel9.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel9.Location = new System.Drawing.Point(30, 25);
     this.panel9.Name     = "panel9";
     this.panel9.Padding  = new System.Windows.Forms.Padding(2);
     this.panel9.Size     = new System.Drawing.Size(816, 502);
     this.panel9.TabIndex = 0;
     //
     // panel10
     //
     this.panel10.BackColor = System.Drawing.Color.White;
     this.panel10.Controls.Add(this.LinearDigitalBasePanel);
     this.panel10.Controls.Add(this.RadialGaugePanel);
     this.panel10.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.panel10.Location     = new System.Drawing.Point(2, 2);
     this.panel10.Name         = "panel10";
     this.panel10.Size         = new System.Drawing.Size(812, 498);
     this.panel10.TabIndex     = 0;
     this.panel10.SizeChanged += new System.EventHandler(this.panel10_SizeChanged);
     //
     // LinearDigitalBasePanel
     //
     this.LinearDigitalBasePanel.BackColor = System.Drawing.Color.Gray;
     this.LinearDigitalBasePanel.Controls.Add(this.DigitalGaugePanel);
     this.LinearDigitalBasePanel.Controls.Add(this.LinearGaugePanel);
     this.LinearDigitalBasePanel.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.LinearDigitalBasePanel.Location     = new System.Drawing.Point(404, 0);
     this.LinearDigitalBasePanel.Name         = "LinearDigitalBasePanel";
     this.LinearDigitalBasePanel.Size         = new System.Drawing.Size(408, 498);
     this.LinearDigitalBasePanel.TabIndex     = 1;
     this.LinearDigitalBasePanel.SizeChanged += new System.EventHandler(this.LinearDigitalBasePanel_SizeChanged);
     //
     // DigitalGaugePanel
     //
     this.DigitalGaugePanel.BackColor = System.Drawing.Color.White;
     this.DigitalGaugePanel.Controls.Add(this.label5);
     this.DigitalGaugePanel.Controls.Add(this.digitalGauge1);
     this.DigitalGaugePanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.DigitalGaugePanel.Location = new System.Drawing.Point(0, 295);
     this.DigitalGaugePanel.Name     = "DigitalGaugePanel";
     this.DigitalGaugePanel.Size     = new System.Drawing.Size(408, 203);
     this.DigitalGaugePanel.TabIndex = 1;
     //
     // digitalGauge1
     //
     this.digitalGauge1.DisplayRecordIndex = 0;
     this.digitalGauge1.Location           = new System.Drawing.Point(114, 55);
     this.digitalGauge1.MaximumSize        = new System.Drawing.Size(500, 180);
     this.digitalGauge1.MinimumSize        = new System.Drawing.Size(90, 90);
     this.digitalGauge1.Name     = "digitalGauge1";
     this.digitalGauge1.Size     = new System.Drawing.Size(221, 104);
     this.digitalGauge1.TabIndex = 0;
     //
     // LinearGaugePanel
     //
     this.LinearGaugePanel.BackColor = System.Drawing.Color.White;
     this.LinearGaugePanel.Controls.Add(this.label4);
     this.LinearGaugePanel.Controls.Add(this.linearGauge1);
     this.LinearGaugePanel.Dock     = System.Windows.Forms.DockStyle.Top;
     this.LinearGaugePanel.Location = new System.Drawing.Point(0, 0);
     this.LinearGaugePanel.Name     = "LinearGaugePanel";
     this.LinearGaugePanel.Size     = new System.Drawing.Size(408, 295);
     this.LinearGaugePanel.TabIndex = 0;
     //
     // linearGauge1
     //
     this.linearGauge1.ForeColor        = System.Drawing.Color.Gray;
     this.linearGauge1.GaugelabelFont   = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.linearGauge1.LinearFrameType  = Syncfusion.Windows.Forms.Gauge.LinearFrameType.Horizontal;
     this.linearGauge1.Location         = new System.Drawing.Point(67, 90);
     this.linearGauge1.MajorTicksHeight = 15;
     this.linearGauge1.MinimumSize      = new System.Drawing.Size(75, 125);
     this.linearGauge1.MinorTickCount   = 5;
     this.linearGauge1.MinorTickHeight  = 10;
     this.linearGauge1.Name             = "linearGauge1";
     this.linearGauge1.PointerPlacement = Syncfusion.Windows.Forms.Gauge.Placement.Center;
     linearRange1.Color          = System.Drawing.Color.Red;
     linearRange1.EndValue       = 10F;
     linearRange1.Height         = 5;
     linearRange1.InRange        = false;
     linearRange1.Name           = "GaugeRange1";
     linearRange1.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.Inside;
     linearRange1.StartValue     = 0F;
     linearRange2.Color          = System.Drawing.Color.Yellow;
     linearRange2.EndValue       = 60F;
     linearRange2.Height         = 5;
     linearRange2.InRange        = false;
     linearRange2.Name           = "GaugeRange2";
     linearRange2.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.Inside;
     linearRange2.StartValue     = 30F;
     linearRange3.Color          = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
     linearRange3.EndValue       = 110F;
     linearRange3.Height         = 5;
     linearRange3.InRange        = false;
     linearRange3.Name           = "GaugeRange3";
     linearRange3.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.Inside;
     linearRange3.StartValue     = 90F;
     this.linearGauge1.Ranges.Add(linearRange1);
     this.linearGauge1.Ranges.Add(linearRange2);
     this.linearGauge1.Ranges.Add(linearRange3);
     this.linearGauge1.ScaleColor          = System.Drawing.Color.Gray;
     this.linearGauge1.Size                = new System.Drawing.Size(300, 125);
     this.linearGauge1.TabIndex            = 0;
     this.linearGauge1.Text                = "linearGauge1";
     this.linearGauge1.ValueIndicatorColor = System.Drawing.Color.Gray;
     //
     // RadialGaugePanel
     //
     this.RadialGaugePanel.BackColor = System.Drawing.Color.White;
     this.RadialGaugePanel.Controls.Add(this.label3);
     this.RadialGaugePanel.Controls.Add(this.radialGauge1);
     this.RadialGaugePanel.Dock     = System.Windows.Forms.DockStyle.Left;
     this.RadialGaugePanel.Location = new System.Drawing.Point(0, 0);
     this.RadialGaugePanel.Name     = "RadialGaugePanel";
     this.RadialGaugePanel.Size     = new System.Drawing.Size(404, 498);
     this.RadialGaugePanel.TabIndex = 0;
     //
     // radialGauge1
     //
     this.radialGauge1.EnableCustomNeedles = false;
     this.radialGauge1.GaugeLabel          = "Gauge";
     this.radialGauge1.GaugeLableFont      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radialGauge1.GaugeValueFont      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radialGauge1.LabelPlacement      = Syncfusion.Windows.Forms.Gauge.LabelPlacement.Outside;
     this.radialGauge1.Location            = new System.Drawing.Point(44, 90);
     this.radialGauge1.MinimumSize         = new System.Drawing.Size(125, 125);
     this.radialGauge1.Name = "radialGauge1";
     range1.Color           = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
     range1.EndValue        = 40F;
     range1.Height          = 5;
     range1.InRange         = false;
     range1.Name            = "GaugeRange1";
     range1.RangePlacement  = Syncfusion.Windows.Forms.Gauge.TickPlacement.Inside;
     range1.StartValue      = 0F;
     range2.Color           = System.Drawing.Color.Yellow;
     range2.EndValue        = 80F;
     range2.Height          = 5;
     range2.InRange         = false;
     range2.Name            = "GaugeRange2";
     range2.RangePlacement  = Syncfusion.Windows.Forms.Gauge.TickPlacement.Inside;
     range2.StartValue      = 40F;
     range3.Color           = System.Drawing.Color.Red;
     range3.EndValue        = 100F;
     range3.Height          = 5;
     range3.InRange         = false;
     range3.Name            = "GaugeRange3";
     range3.RangePlacement  = Syncfusion.Windows.Forms.Gauge.TickPlacement.Inside;
     range3.StartValue      = 80F;
     this.radialGauge1.Ranges.Add(range1);
     this.radialGauge1.Ranges.Add(range2);
     this.radialGauge1.Ranges.Add(range3);
     this.radialGauge1.Size            = new System.Drawing.Size(317, 317);
     this.radialGauge1.TabIndex        = 0;
     this.radialGauge1.TextOrientation = Syncfusion.Windows.Forms.Gauge.TextOrientation.SlideOver;
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.Font      = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(126)))), ((int)(((byte)(126)))), ((int)(((byte)(126)))));
     this.label3.Location  = new System.Drawing.Point(26, 30);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(85, 17);
     this.label3.TabIndex  = 1;
     this.label3.Text      = "RadialGauge";
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.Font      = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(126)))), ((int)(((byte)(126)))), ((int)(((byte)(126)))));
     this.label4.Location  = new System.Drawing.Point(27, 30);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(85, 17);
     this.label4.TabIndex  = 2;
     this.label4.Text      = "LinearGauge";
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.Font      = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(126)))), ((int)(((byte)(126)))), ((int)(((byte)(126)))));
     this.label5.Location  = new System.Drawing.Point(27, 19);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(89, 17);
     this.label5.TabIndex  = 3;
     this.label5.Text      = "DigitalGauge";
     //
     // Form1
     //
     this.AutoScaleDimensions     = new System.Drawing.SizeF(7F, 17F);
     this.AutoScaleMode           = System.Windows.Forms.AutoScaleMode.Font;
     this.CaptionBarColor         = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218)))));
     this.CaptionBarHeight        = 40;
     this.CaptionButtonColor      = System.Drawing.Color.White;
     this.CaptionButtonHoverColor = System.Drawing.Color.Black;
     this.CaptionFont             = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CaptionForeColor        = System.Drawing.Color.White;
     this.ClientSize = new System.Drawing.Size(1229, 600);
     this.Controls.Add(this.panel8);
     this.Controls.Add(this.panel6);
     this.Controls.Add(this.panel5);
     this.Controls.Add(this.panel4);
     this.Controls.Add(this.panel1);
     this.Font        = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Margin      = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.Name        = "Form1";
     this.Text        = "Gauge Theme Demo";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.panel1.ResumeLayout(false);
     this.panel11.ResumeLayout(false);
     this.panel11.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv1)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.panel5.ResumeLayout(false);
     this.panel6.ResumeLayout(false);
     this.panel8.ResumeLayout(false);
     this.panel9.ResumeLayout(false);
     this.panel10.ResumeLayout(false);
     this.LinearDigitalBasePanel.ResumeLayout(false);
     this.DigitalGaugePanel.ResumeLayout(false);
     this.DigitalGaugePanel.PerformLayout();
     this.LinearGaugePanel.ResumeLayout(false);
     this.LinearGaugePanel.PerformLayout();
     this.RadialGaugePanel.ResumeLayout(false);
     this.RadialGaugePanel.PerformLayout();
     this.ResumeLayout(false);
 }
예제 #10
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Syncfusion.Windows.Forms.Gauge.Range range1 = new Syncfusion.Windows.Forms.Gauge.Range();
     Syncfusion.Windows.Forms.Gauge.Range range2 = new Syncfusion.Windows.Forms.Gauge.Range();
     this.gradientPanel1   = new Syncfusion.Windows.Forms.Tools.GradientPanel();
     this.panel1           = new System.Windows.Forms.Panel();
     this.gradientPanel2   = new Syncfusion.Windows.Forms.Tools.GradientPanel();
     this.speedGauge       = new Syncfusion.Windows.Forms.Gauge.RadialGauge();
     this.gradientPanel6   = new Syncfusion.Windows.Forms.Tools.GradientPanel();
     this.temperatureGauge = new Syncfusion.Windows.Forms.Gauge.RadialGauge();
     this.gradientPanel3   = new Syncfusion.Windows.Forms.Tools.GradientPanel();
     this.rpmGauge         = new Syncfusion.Windows.Forms.Gauge.RadialGauge();
     this.gradientPanel5   = new Syncfusion.Windows.Forms.Tools.GradientPanel();
     this.fuelGauge        = new Syncfusion.Windows.Forms.Gauge.RadialGauge();
     this.gradientPanel4   = new Syncfusion.Windows.Forms.Tools.GradientPanel();
     this.torqueGauge      = new Syncfusion.Windows.Forms.Gauge.RadialGauge();
     ((System.ComponentModel.ISupportInitialize)(this.gradientPanel1)).BeginInit();
     this.gradientPanel1.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gradientPanel2)).BeginInit();
     this.gradientPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gradientPanel6)).BeginInit();
     this.gradientPanel6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gradientPanel3)).BeginInit();
     this.gradientPanel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gradientPanel5)).BeginInit();
     this.gradientPanel5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gradientPanel4)).BeginInit();
     this.gradientPanel4.SuspendLayout();
     this.SuspendLayout();
     //
     // gradientPanel1
     //
     this.gradientPanel1.BackgroundColor       = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.PatternStyle.Weave, System.Drawing.SystemColors.WindowText, System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(18)))), ((int)(((byte)(18))))));
     this.gradientPanel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.gradientPanel1.BorderStyle           = System.Windows.Forms.BorderStyle.None;
     this.gradientPanel1.Controls.Add(this.panel1);
     this.gradientPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gradientPanel1.Location = new System.Drawing.Point(2, 2);
     this.gradientPanel1.Name     = "gradientPanel1";
     this.gradientPanel1.Size     = new System.Drawing.Size(1154, 606);
     this.gradientPanel1.TabIndex = 8;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.Transparent;
     this.panel1.Controls.Add(this.gradientPanel2);
     this.panel1.Controls.Add(this.gradientPanel6);
     this.panel1.Controls.Add(this.gradientPanel3);
     this.panel1.Controls.Add(this.gradientPanel5);
     this.panel1.Controls.Add(this.gradientPanel4);
     this.panel1.Location = new System.Drawing.Point(63, 44);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(978, 604);
     this.panel1.TabIndex = 15;
     //
     // gradientPanel2
     //
     this.gradientPanel2.BackgroundColor = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.PatternStyle.Weave, System.Drawing.SystemColors.WindowText, System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(18)))), ((int)(((byte)(18))))));
     this.gradientPanel2.BorderColor     = System.Drawing.Color.Gray;
     this.gradientPanel2.BorderSingle    = System.Windows.Forms.ButtonBorderStyle.Dotted;
     this.gradientPanel2.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.gradientPanel2.Controls.Add(this.speedGauge);
     this.gradientPanel2.Location = new System.Drawing.Point(4, 0);
     this.gradientPanel2.Name     = "gradientPanel2";
     this.gradientPanel2.Size     = new System.Drawing.Size(482, 324);
     this.gradientPanel2.TabIndex = 12;
     //
     // speedGauge
     //
     this.speedGauge.BackgroundGradientEndColor   = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(32)))), ((int)(((byte)(33)))));
     this.speedGauge.BackgroundGradientStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(48)))), ((int)(((byte)(49)))));
     this.speedGauge.EnableCustomNeedles          = false;
     this.speedGauge.GaugeArcColor                = System.Drawing.Color.White;
     this.speedGauge.GaugeLabel                   = "SPEED in MPH";
     this.speedGauge.GaugeLableFont               = new System.Drawing.Font("Segoe UI", 12.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.speedGauge.GaugeValueFont               = new System.Drawing.Font("Segoe UI", 7.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.speedGauge.InnerFrameGradientEndColor   = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(32)))), ((int)(((byte)(33)))));
     this.speedGauge.InnerFrameGradientStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(7)))), ((int)(((byte)(7)))), ((int)(((byte)(7)))));
     this.speedGauge.InterLinesColor              = System.Drawing.Color.White;
     this.speedGauge.LabelPlacement               = Syncfusion.Windows.Forms.Gauge.LabelPlacement.Outside;
     this.speedGauge.Location            = new System.Drawing.Point(43, 13);
     this.speedGauge.MajorTickMarkColor  = System.Drawing.Color.White;
     this.speedGauge.MaximumValue        = 160F;
     this.speedGauge.MinimumSize         = new System.Drawing.Size(125, 125);
     this.speedGauge.MinorTickMarkColor  = System.Drawing.Color.White;
     this.speedGauge.MinorTickMarkHeight = 0;
     this.speedGauge.Name        = "speedGauge";
     this.speedGauge.NeedleColor = System.Drawing.Color.White;
     this.speedGauge.OuterFrameGradientEndColor   = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(35)))), ((int)(((byte)(36)))));
     this.speedGauge.OuterFrameGradientStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(49)))), ((int)(((byte)(50)))));
     range1.Color          = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(193)))), ((int)(((byte)(58)))));
     range1.EndValue       = 0F;
     range1.Height         = 5;
     range1.InRange        = false;
     range1.Name           = "GaugeRange4";
     range1.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.Inside;
     range1.StartValue     = 0F;
     this.speedGauge.Ranges.Add(range1);
     this.speedGauge.ScaleLabelColor     = System.Drawing.Color.White;
     this.speedGauge.ShowBackgroundFrame = false;
     this.speedGauge.Size        = new System.Drawing.Size(375, 375);
     this.speedGauge.TabIndex    = 6;
     this.speedGauge.VisualStyle = Syncfusion.Windows.Forms.Gauge.ThemeStyle.Black;
     //
     // gradientPanel6
     //
     this.gradientPanel6.BackgroundColor = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.PatternStyle.Weave, System.Drawing.SystemColors.WindowText, System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(18)))), ((int)(((byte)(18))))));
     this.gradientPanel6.BorderColor     = System.Drawing.Color.Gray;
     this.gradientPanel6.BorderSides     = ((System.Windows.Forms.Border3DSide)((System.Windows.Forms.Border3DSide.Left | System.Windows.Forms.Border3DSide.Bottom)));
     this.gradientPanel6.BorderSingle    = System.Windows.Forms.ButtonBorderStyle.Dotted;
     this.gradientPanel6.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.gradientPanel6.Controls.Add(this.temperatureGauge);
     this.gradientPanel6.Location = new System.Drawing.Point(4, 324);
     this.gradientPanel6.Name     = "gradientPanel6";
     this.gradientPanel6.Size     = new System.Drawing.Size(323, 275);
     this.gradientPanel6.TabIndex = 14;
     //
     // temperatureGauge
     //
     this.temperatureGauge.EnableCustomNeedles   = false;
     this.temperatureGauge.FrameType             = Syncfusion.Windows.Forms.Gauge.FrameType.HalfCircle;
     this.temperatureGauge.GaugeArcColor         = System.Drawing.Color.FromArgb(((int)(((byte)(188)))), ((int)(((byte)(188)))), ((int)(((byte)(188)))));
     this.temperatureGauge.GaugeLabel            = "TEMPERATURE";
     this.temperatureGauge.GaugeLableFont        = new System.Drawing.Font("Segoe UI", 12.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.temperatureGauge.GaugeValueColor       = System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(43)))), ((int)(((byte)(40)))));
     this.temperatureGauge.GaugeValueFont        = new System.Drawing.Font("Segoe UI", 17F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.temperatureGauge.Location              = new System.Drawing.Point(-2, 35);
     this.temperatureGauge.MajorDifference       = 10F;
     this.temperatureGauge.MaximumValue          = 80F;
     this.temperatureGauge.MinimumSize           = new System.Drawing.Size(130, 52);
     this.temperatureGauge.MinorInnerLinesHeight = 0;
     this.temperatureGauge.Name = "temperatureGauge";
     this.temperatureGauge.ShowBackgroundFrame = false;
     this.temperatureGauge.ShowGaugeValue      = true;
     this.temperatureGauge.Size                  = new System.Drawing.Size(319, 212);
     this.temperatureGauge.StartAngle            = 180;
     this.temperatureGauge.SweepAngle            = 180;
     this.temperatureGauge.TabIndex              = 8;
     this.temperatureGauge.TransparentBackGround = true;
     //
     // gradientPanel3
     //
     this.gradientPanel3.BackgroundColor = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.PatternStyle.Weave, System.Drawing.SystemColors.WindowText, System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(18)))), ((int)(((byte)(18))))));
     this.gradientPanel3.BorderColor     = System.Drawing.Color.Gray;
     this.gradientPanel3.BorderSingle    = System.Windows.Forms.ButtonBorderStyle.Dotted;
     this.gradientPanel3.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.gradientPanel3.Controls.Add(this.rpmGauge);
     this.gradientPanel3.Location = new System.Drawing.Point(485, 0);
     this.gradientPanel3.Name     = "gradientPanel3";
     this.gradientPanel3.Size     = new System.Drawing.Size(489, 324);
     this.gradientPanel3.TabIndex = 13;
     //
     // rpmGauge
     //
     this.rpmGauge.EnableCustomNeedles          = false;
     this.rpmGauge.ForeColor                    = System.Drawing.Color.White;
     this.rpmGauge.GaugeArcColor                = System.Drawing.Color.FromArgb(((int)(((byte)(188)))), ((int)(((byte)(188)))), ((int)(((byte)(188)))));
     this.rpmGauge.GaugeLabel                   = "RPM";
     this.rpmGauge.GaugeLableFont               = new System.Drawing.Font("Segoe UI", 12.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.rpmGauge.GaugeValueFont               = new System.Drawing.Font("Segoe UI", 7.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.rpmGauge.InnerFrameGradientEndColor   = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(32)))), ((int)(((byte)(33)))));
     this.rpmGauge.InnerFrameGradientStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(7)))), ((int)(((byte)(7)))), ((int)(((byte)(7)))));
     this.rpmGauge.InterLinesColor              = System.Drawing.Color.Black;
     this.rpmGauge.LabelPlacement               = Syncfusion.Windows.Forms.Gauge.LabelPlacement.Outside;
     this.rpmGauge.Location           = new System.Drawing.Point(79, 13);
     this.rpmGauge.MajorDifference    = 1F;
     this.rpmGauge.MajorTickMarkColor = System.Drawing.Color.White;
     this.rpmGauge.MaximumValue       = 8F;
     this.rpmGauge.MinimumSize        = new System.Drawing.Size(125, 125);
     this.rpmGauge.MinorTickMarkColor = System.Drawing.Color.White;
     this.rpmGauge.Name        = "rpmGauge";
     this.rpmGauge.NeedleColor = System.Drawing.Color.White;
     this.rpmGauge.OuterFrameGradientEndColor   = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(35)))), ((int)(((byte)(36)))));
     this.rpmGauge.OuterFrameGradientStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(49)))), ((int)(((byte)(50)))));
     range2.Color          = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
     range2.EndValue       = 0F;
     range2.Height         = 5;
     range2.InRange        = false;
     range2.Name           = "GaugeRange4";
     range2.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.Inside;
     range2.StartValue     = 0F;
     this.rpmGauge.Ranges.Add(range2);
     this.rpmGauge.ScaleLabelColor     = System.Drawing.Color.FromArgb(((int)(((byte)(188)))), ((int)(((byte)(188)))), ((int)(((byte)(188)))));
     this.rpmGauge.ShowBackgroundFrame = false;
     this.rpmGauge.Size            = new System.Drawing.Size(375, 375);
     this.rpmGauge.TabIndex        = 11;
     this.rpmGauge.TextOrientation = Syncfusion.Windows.Forms.Gauge.TextOrientation.SlideOver;
     //
     // gradientPanel5
     //
     this.gradientPanel5.BackgroundColor = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.PatternStyle.Weave, System.Drawing.SystemColors.WindowText, System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(18)))), ((int)(((byte)(18))))));
     this.gradientPanel5.BorderColor     = System.Drawing.Color.Gray;
     this.gradientPanel5.BorderSides     = ((System.Windows.Forms.Border3DSide)(((System.Windows.Forms.Border3DSide.Left | System.Windows.Forms.Border3DSide.Right)
                                                                                 | System.Windows.Forms.Border3DSide.Bottom)));
     this.gradientPanel5.BorderSingle = System.Windows.Forms.ButtonBorderStyle.Dotted;
     this.gradientPanel5.BorderStyle  = System.Windows.Forms.BorderStyle.FixedSingle;
     this.gradientPanel5.Controls.Add(this.fuelGauge);
     this.gradientPanel5.Location = new System.Drawing.Point(328, 324);
     this.gradientPanel5.Name     = "gradientPanel5";
     this.gradientPanel5.Size     = new System.Drawing.Size(323, 275);
     this.gradientPanel5.TabIndex = 14;
     //
     // fuelGauge
     //
     this.fuelGauge.BackgroundGradientEndColor   = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(32)))), ((int)(((byte)(33)))));
     this.fuelGauge.BackgroundGradientStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(48)))), ((int)(((byte)(49)))));
     this.fuelGauge.EnableCustomNeedles          = false;
     this.fuelGauge.Font                         = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.fuelGauge.FrameType                    = Syncfusion.Windows.Forms.Gauge.FrameType.HalfCircle;
     this.fuelGauge.GaugeArcColor                = System.Drawing.Color.White;
     this.fuelGauge.GaugeLabel                   = "FUEL";
     this.fuelGauge.GaugeLableFont               = new System.Drawing.Font("Segoe UI", 12.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.fuelGauge.GaugeValueFont               = new System.Drawing.Font("Segoe UI", 17F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.fuelGauge.InnerFrameGradientEndColor   = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(32)))), ((int)(((byte)(33)))));
     this.fuelGauge.InnerFrameGradientStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(7)))), ((int)(((byte)(7)))), ((int)(((byte)(7)))));
     this.fuelGauge.InterLinesColor              = System.Drawing.Color.White;
     this.fuelGauge.Location                     = new System.Drawing.Point(45, 70);
     this.fuelGauge.MajorTickMarkColor           = System.Drawing.Color.White;
     this.fuelGauge.MajorTickMarkHeight          = 15;
     this.fuelGauge.MaximumValue                 = 100F;
     this.fuelGauge.MinimumSize                  = new System.Drawing.Size(130, 52);
     this.fuelGauge.MinorTickMarkColor           = System.Drawing.Color.White;
     this.fuelGauge.Name                         = "fuelGauge";
     this.fuelGauge.NeedleColor                  = System.Drawing.Color.White;
     this.fuelGauge.NeedleStyle                  = Syncfusion.Windows.Forms.Gauge.NeedleStyle.Pointer;
     this.fuelGauge.OuterFrameGradientEndColor   = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(35)))), ((int)(((byte)(36)))));
     this.fuelGauge.OuterFrameGradientStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(49)))), ((int)(((byte)(50)))));
     this.fuelGauge.ScaleLabelColor              = System.Drawing.Color.White;
     this.fuelGauge.ShowBackgroundFrame          = false;
     this.fuelGauge.ShowGaugeValue               = true;
     this.fuelGauge.ShowNeedle                   = false;
     this.fuelGauge.ShowScaleLabel               = false;
     this.fuelGauge.Size                         = new System.Drawing.Size(230, 152);
     this.fuelGauge.StartAngle                   = 180;
     this.fuelGauge.SweepAngle                   = 180;
     this.fuelGauge.TabIndex                     = 9;
     this.fuelGauge.TickPlacement                = Syncfusion.Windows.Forms.Gauge.TickPlacement.OutSide;
     this.fuelGauge.TransparentBackGround        = true;
     this.fuelGauge.VisualStyle                  = Syncfusion.Windows.Forms.Gauge.ThemeStyle.Black;
     //
     // gradientPanel4
     //
     this.gradientPanel4.BackgroundColor = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.PatternStyle.Weave, System.Drawing.SystemColors.WindowText, System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(18)))), ((int)(((byte)(18))))));
     this.gradientPanel4.BorderColor     = System.Drawing.Color.Gray;
     this.gradientPanel4.BorderSides     = ((System.Windows.Forms.Border3DSide)((System.Windows.Forms.Border3DSide.Right | System.Windows.Forms.Border3DSide.Bottom)));
     this.gradientPanel4.BorderSingle    = System.Windows.Forms.ButtonBorderStyle.Dotted;
     this.gradientPanel4.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.gradientPanel4.Controls.Add(this.torqueGauge);
     this.gradientPanel4.Location = new System.Drawing.Point(652, 324);
     this.gradientPanel4.Name     = "gradientPanel4";
     this.gradientPanel4.Size     = new System.Drawing.Size(322, 275);
     this.gradientPanel4.TabIndex = 14;
     //
     // torqueGauge
     //
     this.torqueGauge.BackgroundGradientEndColor   = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(32)))), ((int)(((byte)(33)))));
     this.torqueGauge.BackgroundGradientStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(48)))), ((int)(((byte)(49)))));
     this.torqueGauge.EnableCustomNeedles          = false;
     this.torqueGauge.FrameType                    = Syncfusion.Windows.Forms.Gauge.FrameType.HalfCircle;
     this.torqueGauge.GaugeArcColor                = System.Drawing.Color.FromArgb(((int)(((byte)(188)))), ((int)(((byte)(188)))), ((int)(((byte)(188)))));
     this.torqueGauge.GaugeLabel                   = "TORQUE";
     this.torqueGauge.GaugeLableFont               = new System.Drawing.Font("Segoe UI", 12.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.torqueGauge.GaugeValueColor              = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(185)))), ((int)(((byte)(196)))));
     this.torqueGauge.GaugeValueFont               = new System.Drawing.Font("Segoe UI", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.torqueGauge.InnerFrameGradientEndColor   = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(32)))), ((int)(((byte)(33)))));
     this.torqueGauge.InnerFrameGradientStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(7)))), ((int)(((byte)(7)))), ((int)(((byte)(7)))));
     this.torqueGauge.InterLinesColor              = System.Drawing.Color.Blue;
     this.torqueGauge.Location            = new System.Drawing.Point(8, 22);
     this.torqueGauge.MajorDifference     = 0.3F;
     this.torqueGauge.MajorTickMarkColor  = System.Drawing.Color.Blue;
     this.torqueGauge.MajorTickMarkHeight = 14;
     this.torqueGauge.MaximumValue        = 2.1F;
     this.torqueGauge.MinimumSize         = new System.Drawing.Size(130, 52);
     this.torqueGauge.MinimumValue        = 0.3F;
     this.torqueGauge.MinorTickMarkColor  = System.Drawing.Color.FromArgb(((int)(((byte)(164)))), ((int)(((byte)(20)))), ((int)(((byte)(19)))));
     this.torqueGauge.MinorTickMarkHeight = 0;
     this.torqueGauge.Name        = "torqueGauge";
     this.torqueGauge.NeedleColor = System.Drawing.Color.FromArgb(((int)(((byte)(188)))), ((int)(((byte)(188)))), ((int)(((byte)(188)))));
     this.torqueGauge.NeedleStyle = Syncfusion.Windows.Forms.Gauge.NeedleStyle.Advanced;
     this.torqueGauge.OuterFrameGradientEndColor   = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(35)))), ((int)(((byte)(36)))));
     this.torqueGauge.OuterFrameGradientStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(49)))), ((int)(((byte)(50)))));
     this.torqueGauge.ScaleLabelColor     = System.Drawing.Color.FromArgb(((int)(((byte)(188)))), ((int)(((byte)(188)))), ((int)(((byte)(188)))));
     this.torqueGauge.ShowBackgroundFrame = false;
     this.torqueGauge.ShowGaugeValue      = true;
     this.torqueGauge.Size                  = new System.Drawing.Size(317, 210);
     this.torqueGauge.StartAngle            = 180;
     this.torqueGauge.SweepAngle            = 180;
     this.torqueGauge.TabIndex              = 10;
     this.torqueGauge.TransparentBackGround = true;
     this.torqueGauge.Value                 = 0.3F;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.Black;
     this.ClientSize          = new System.Drawing.Size(1158, 610);
     this.Controls.Add(this.gradientPanel1);
     this.DoubleBuffered                              = true;
     this.Name                                        = "Form1";
     this.StartPosition                               = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Style.BackColor                             = System.Drawing.Color.Black;
     this.Style.InactiveShadowOpacity                 = ((byte)(0));
     this.Style.ShadowOpacity                         = ((byte)(0));
     this.Style.TitleBar.BackColor                    = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(41)))), ((int)(((byte)(43)))));
     this.Style.TitleBar.CloseButtonForeColor         = System.Drawing.Color.White;
     this.Style.TitleBar.CloseButtonHoverForeColor    = System.Drawing.Color.FloralWhite;
     this.Style.TitleBar.Font                         = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Style.TitleBar.ForeColor                    = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.Style.TitleBar.Height                       = 70;
     this.Style.TitleBar.MaximizeButtonForeColor      = System.Drawing.Color.White;
     this.Style.TitleBar.MaximizeButtonHoverForeColor = System.Drawing.Color.Black;
     this.Style.TitleBar.MinimizeButtonForeColor      = System.Drawing.Color.White;
     this.Style.TitleBar.MinimizeButtonHoverForeColor = System.Drawing.Color.Black;
     this.Text                                        = "Car Dashboard";
     this.WindowState                                 = System.Windows.Forms.FormWindowState.Maximized;
     this.Shown                                      += new System.EventHandler(this.Form1_Shown);
     ((System.ComponentModel.ISupportInitialize)(this.gradientPanel1)).EndInit();
     this.gradientPanel1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gradientPanel2)).EndInit();
     this.gradientPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gradientPanel6)).EndInit();
     this.gradientPanel6.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gradientPanel3)).EndInit();
     this.gradientPanel3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gradientPanel5)).EndInit();
     this.gradientPanel5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gradientPanel4)).EndInit();
     this.gradientPanel4.ResumeLayout(false);
     this.ResumeLayout(false);
 }
예제 #11
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();
            Syncfusion.Windows.Forms.Gauge.Range           range1       = new Syncfusion.Windows.Forms.Gauge.Range();
            Syncfusion.Windows.Forms.Gauge.Range           range2       = new Syncfusion.Windows.Forms.Gauge.Range();
            Syncfusion.Windows.Forms.Gauge.Range           range3       = new Syncfusion.Windows.Forms.Gauge.Range();
            Syncfusion.Windows.Forms.Gauge.LinearRange     linearRange1 = new Syncfusion.Windows.Forms.Gauge.LinearRange();
            Syncfusion.Windows.Forms.Gauge.LinearRange     linearRange2 = new Syncfusion.Windows.Forms.Gauge.LinearRange();
            Syncfusion.Windows.Forms.Gauge.LinearRange     linearRange3 = new Syncfusion.Windows.Forms.Gauge.LinearRange();
            Syncfusion.Windows.Forms.Gauge.LinearRange     linearRange4 = new Syncfusion.Windows.Forms.Gauge.LinearRange();
            Syncfusion.Windows.Forms.Gauge.LinearRange     linearRange5 = new Syncfusion.Windows.Forms.Gauge.LinearRange();
            System.ComponentModel.ComponentResourceManager resources    = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
            this.splitContainerAdv1 = new Syncfusion.Windows.Forms.Tools.SplitContainerAdv();
            this.radialGauge1       = new Syncfusion.Windows.Forms.Gauge.RadialGauge();
            this.linearGauge1       = new Syncfusion.Windows.Forms.Gauge.LinearGauge();
            this.imageList1         = new System.Windows.Forms.ImageList(this.components);
            this.toolTip1           = new System.Windows.Forms.ToolTip(this.components);
            this.label3             = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.label2             = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.sfComboBox2        = new SfComboBox();
            this.label1             = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.sfComboBox1        = new SfComboBox();
            this.checkBox1          = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
            this.splitContainerAdv2 = new Syncfusion.Windows.Forms.Tools.SplitContainerAdv();
            this.autoLabel1         = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.checkBoxAdv2       = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
            this.checkBoxAdv1       = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerAdv1)).BeginInit();
            this.splitContainerAdv1.Panel1.SuspendLayout();
            this.splitContainerAdv1.Panel2.SuspendLayout();
            this.splitContainerAdv1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.sfComboBox2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sfComboBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerAdv2)).BeginInit();
            this.splitContainerAdv2.Panel1.SuspendLayout();
            this.splitContainerAdv2.Panel2.SuspendLayout();
            this.splitContainerAdv2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv1)).BeginInit();
            this.SuspendLayout();
            //
            // splitContainerAdv1
            //
            this.splitContainerAdv1.BackColor       = System.Drawing.Color.White;
            this.splitContainerAdv1.BeforeTouchSize = 13;
            this.splitContainerAdv1.Dock            = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerAdv1.FixedPanel      = Syncfusion.Windows.Forms.Tools.Enums.FixedPanel.Panel1;
            this.splitContainerAdv1.HotExpandLine   = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(150)))), ((int)(((byte)(150)))));
            this.splitContainerAdv1.Location        = new System.Drawing.Point(0, 0);
            this.splitContainerAdv1.Name            = "splitContainerAdv1";
            this.splitContainerAdv1.Orientation     = System.Windows.Forms.Orientation.Vertical;
            //
            // splitContainerAdv1.Panel1
            //
            this.splitContainerAdv1.Panel1.BackColor       = System.Drawing.Color.White;
            this.splitContainerAdv1.Panel1.BackgroundColor = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))));
            this.splitContainerAdv1.Panel1.Controls.Add(this.radialGauge1);
            //
            // splitContainerAdv1.Panel2
            //
            this.splitContainerAdv1.Panel2.BackgroundColor = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))));
            this.splitContainerAdv1.Panel2.Controls.Add(this.linearGauge1);
            this.splitContainerAdv1.PanelToBeCollapsed = Syncfusion.Windows.Forms.Tools.Enums.CollapsedPanel.Panel1;
            this.splitContainerAdv1.Size             = new System.Drawing.Size(598, 573);
            this.splitContainerAdv1.SplitterDistance = 275;
            this.splitContainerAdv1.SplitterWidth    = 13;
            this.splitContainerAdv1.Style            = Syncfusion.Windows.Forms.Tools.Enums.Style.Office2016Colorful;
            this.splitContainerAdv1.TabIndex         = 0;
            this.splitContainerAdv1.Text             = "splitContainerAdv1";
            //
            // radialGauge1
            //
            this.radialGauge1.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.radialGauge1.EnableCustomNeedles = false;
            this.radialGauge1.FrameType           = Syncfusion.Windows.Forms.Gauge.FrameType.HalfCircle;
            this.radialGauge1.GaugeArcColor       = System.Drawing.Color.Black;
            this.radialGauge1.GaugeLabel          = "Gauge";
            this.radialGauge1.GaugeLableFont      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.radialGauge1.GaugeValueFont      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.radialGauge1.InterLinesColor     = System.Drawing.Color.Black;
            this.radialGauge1.LabelPlacement      = Syncfusion.Windows.Forms.Gauge.LabelPlacement.Outside;
            this.radialGauge1.Location            = new System.Drawing.Point(140, 25);
            this.radialGauge1.MajorDifference     = 10F;
            this.radialGauge1.MajorTickMarkColor  = System.Drawing.Color.Black;
            this.radialGauge1.MaximumValue        = 100F;
            this.radialGauge1.MinimumSize         = new System.Drawing.Size(130, 52);
            this.radialGauge1.MinorDifference     = 3F;
            this.radialGauge1.MinorTickMarkColor  = System.Drawing.Color.Black;
            this.radialGauge1.Name        = "radialGauge1";
            this.radialGauge1.NeedleColor = System.Drawing.Color.Black;
            range1.Color          = System.Drawing.Color.Lime;
            range1.EndValue       = 40F;
            range1.Height         = 10;
            range1.InRange        = false;
            range1.Name           = "Normal range";
            range1.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.Inside;
            range1.StartValue     = 0F;
            range2.Color          = System.Drawing.Color.Yellow;
            range2.EndValue       = 80F;
            range2.Height         = 10;
            range2.InRange        = false;
            range2.Name           = "Check Range";
            range2.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.Inside;
            range2.StartValue     = 40F;
            range3.Color          = System.Drawing.Color.Red;
            range3.EndValue       = 100F;
            range3.Height         = 10;
            range3.InRange        = false;
            range3.Name           = "Alert Range";
            range3.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.Inside;
            range3.StartValue     = 80F;
            this.radialGauge1.Ranges.Add(range1);
            this.radialGauge1.Ranges.Add(range2);
            this.radialGauge1.Ranges.Add(range3);
            this.radialGauge1.ReadOnly        = false;
            this.radialGauge1.ScaleLabelColor = System.Drawing.Color.Black;
            this.radialGauge1.Size            = new System.Drawing.Size(316, 210);
            this.radialGauge1.StartAngle      = 180;
            this.radialGauge1.SweepAngle      = 180;
            this.radialGauge1.TabIndex        = 1;
            this.radialGauge1.ValueChanged   += new System.EventHandler(this.radialGauge1_ValueChanged);
            //
            // linearGauge1
            //
            this.linearGauge1.Anchor           = System.Windows.Forms.AnchorStyles.None;
            this.linearGauge1.ForeColor        = System.Drawing.Color.Gray;
            this.linearGauge1.GaugelabelFont   = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.linearGauge1.LinearFrameType  = Syncfusion.Windows.Forms.Gauge.LinearFrameType.Horizontal;
            this.linearGauge1.Location         = new System.Drawing.Point(141, 81);
            this.linearGauge1.MajorTicksHeight = 15;
            this.linearGauge1.MaximumValue     = 100F;
            this.linearGauge1.MinimumSize      = new System.Drawing.Size(100, 50);
            this.linearGauge1.MinorTickCount   = 5;
            this.linearGauge1.MinorTickHeight  = 10;
            this.linearGauge1.Name             = "linearGauge1";
            this.linearGauge1.PointerPlacement = Syncfusion.Windows.Forms.Gauge.Placement.Center;
            linearRange1.Color          = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
            linearRange1.EndValue       = 67F;
            linearRange1.Height         = 5;
            linearRange1.InRange        = false;
            linearRange1.Name           = "GaugeRange1";
            linearRange1.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.Inside;
            linearRange1.StartValue     = 45F;
            linearRange2.Color          = System.Drawing.Color.Red;
            linearRange2.EndValue       = 15F;
            linearRange2.Height         = 5;
            linearRange2.InRange        = false;
            linearRange2.Name           = "GaugeRange2";
            linearRange2.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.Inside;
            linearRange2.StartValue     = 5F;
            linearRange3.Color          = System.Drawing.Color.Yellow;
            linearRange3.EndValue       = 38F;
            linearRange3.Height         = 5;
            linearRange3.InRange        = false;
            linearRange3.Name           = "GaugeRange3";
            linearRange3.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.Inside;
            linearRange3.StartValue     = 23F;
            linearRange4.Color          = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
            linearRange4.EndValue       = 0F;
            linearRange4.Height         = 5;
            linearRange4.InRange        = false;
            linearRange4.Name           = "GaugeRange4";
            linearRange4.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.Inside;
            linearRange4.StartValue     = 0F;
            linearRange5.Color          = System.Drawing.Color.Blue;
            linearRange5.EndValue       = 100F;
            linearRange5.Height         = 5;
            linearRange5.InRange        = false;
            linearRange5.Name           = "GaugeRange5";
            linearRange5.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.Inside;
            linearRange5.StartValue     = 80F;
            this.linearGauge1.Ranges.Add(linearRange1);
            this.linearGauge1.Ranges.Add(linearRange2);
            this.linearGauge1.Ranges.Add(linearRange3);
            this.linearGauge1.Ranges.Add(linearRange4);
            this.linearGauge1.Ranges.Add(linearRange5);
            this.linearGauge1.ReadOnly            = false;
            this.linearGauge1.ScaleColor          = System.Drawing.Color.Gray;
            this.linearGauge1.Size                = new System.Drawing.Size(316, 125);
            this.linearGauge1.TabIndex            = 1;
            this.linearGauge1.Text                = "linearGauge1";
            this.linearGauge1.Value               = 40F;
            this.linearGauge1.ValueIndicatorColor = System.Drawing.Color.Gray;
            this.linearGauge1.ValueChanged       += new System.EventHandler(this.linearGauge1_ValueChanged);
            //
            // imageList1
            //
            this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "");
            this.imageList1.Images.SetKeyName(1, "");
            //
            // label3
            //
            this.label3.AutoSize  = false;
            this.label3.Dock      = System.Windows.Forms.DockStyle.Top;
            this.label3.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.label3.Location  = new System.Drawing.Point(10, 10);
            this.label3.Name      = "label3";
            this.label3.Size      = new System.Drawing.Size(861, 25);
            this.label3.TabIndex  = 0;
            this.label3.Text      = "This sample showcases the collapsible features and different styles of the SplitContainerAdv control.";
            //
            // label2
            //
            this.label2.Anchor   = System.Windows.Forms.AnchorStyles.None;
            this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label2.Location = new System.Drawing.Point(27, 214);
            this.label2.Name     = "label2";
            this.label2.Size     = new System.Drawing.Size(126, 20);
            this.label2.TabIndex = 4;
            this.label2.Text     = "Toggle Panel On";
            //
            // comboBoxAdv1
            //
            this.sfComboBox2.Anchor    = System.Windows.Forms.AnchorStyles.None;
            this.sfComboBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.sfComboBox2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));

            this.sfComboBox2.Location              = new System.Drawing.Point(30, 248);
            this.sfComboBox2.Name                  = "comboBoxAdv1";
            this.sfComboBox2.Size                  = new System.Drawing.Size(167, 28);
            this.sfComboBox2.TabIndex              = 3;
            this.sfComboBox2.SelectedIndexChanged += new System.EventHandler(this.sfComboBox2_SelectedIndexChanged);
            //
            // label1
            //
            this.label1.Anchor   = System.Windows.Forms.AnchorStyles.None;
            this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.Location = new System.Drawing.Point(27, 121);
            this.label1.Name     = "label1";
            this.label1.Size     = new System.Drawing.Size(44, 20);
            this.label1.TabIndex = 2;
            this.label1.Text     = "Style";
            //
            // comboBox1
            //
            this.sfComboBox1.Anchor    = System.Windows.Forms.AnchorStyles.None;
            this.sfComboBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.sfComboBox1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.sfComboBox1.Location  = new System.Drawing.Point(30, 155);
            this.sfComboBox1.Name      = "comboBox1";
            this.sfComboBox1.Size      = new System.Drawing.Size(167, 28);
            this.sfComboBox1.TabIndex  = 1;
            //
            // checkBox1
            //
            this.checkBox1.Anchor             = System.Windows.Forms.AnchorStyles.None;
            this.checkBox1.AutoSize           = true;
            this.checkBox1.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.checkBox1.BeforeTouchSize    = new System.Drawing.Size(122, 23);
            this.checkBox1.BorderColor        = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
            this.checkBox1.DrawFocusRectangle = false;
            this.checkBox1.Font               = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.checkBox1.ForeColor          = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(43)))), ((int)(((byte)(43)))));
            this.checkBox1.HotBorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(150)))), ((int)(((byte)(150)))));
            this.checkBox1.Location           = new System.Drawing.Point(27, 314);
            this.checkBox1.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(89)))), ((int)(((byte)(91)))));
            this.checkBox1.Name               = "checkBox1";
            this.checkBox1.Size               = new System.Drawing.Size(122, 23);
            this.checkBox1.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Office2016Colorful;
            this.checkBox1.TabIndex           = 0;
            this.checkBox1.Text               = "Freeze panes";
            this.checkBox1.ThemesEnabled      = false;
            this.checkBox1.CheckStateChanged += new System.EventHandler(this.checkBox1_CheckStateChanged);
            //
            // splitContainerAdv2
            //
            this.splitContainerAdv2.BackColor       = System.Drawing.Color.White;
            this.splitContainerAdv2.BeforeTouchSize = 13;
            this.splitContainerAdv2.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
            this.splitContainerAdv2.Dock            = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerAdv2.FixedPanel      = Syncfusion.Windows.Forms.Tools.Enums.FixedPanel.Panel1;
            this.splitContainerAdv2.HotExpandLine   = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(150)))), ((int)(((byte)(150)))));
            this.splitContainerAdv2.Location        = new System.Drawing.Point(10, 35);
            this.splitContainerAdv2.Name            = "splitContainerAdv2";
            //
            // splitContainerAdv2.Panel1
            //
            this.splitContainerAdv2.Panel1.BackColor       = System.Drawing.Color.White;
            this.splitContainerAdv2.Panel1.BackgroundColor = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))));
            this.splitContainerAdv2.Panel1.Controls.Add(this.splitContainerAdv1);
            //
            // splitContainerAdv2.Panel2
            //
            this.splitContainerAdv2.Panel2.BackgroundColor = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))));
            this.splitContainerAdv2.Panel2.Controls.Add(this.autoLabel1);
            this.splitContainerAdv2.Panel2.Controls.Add(this.checkBoxAdv2);
            this.splitContainerAdv2.Panel2.Controls.Add(this.checkBoxAdv1);
            this.splitContainerAdv2.Panel2.Controls.Add(this.label2);
            this.splitContainerAdv2.Panel2.Controls.Add(this.checkBox1);
            this.splitContainerAdv2.Panel2.Controls.Add(this.sfComboBox2);
            this.splitContainerAdv2.Panel2.Controls.Add(this.sfComboBox1);
            this.splitContainerAdv2.Panel2.Controls.Add(this.label1);
            this.splitContainerAdv2.PanelToBeCollapsed = Syncfusion.Windows.Forms.Tools.Enums.CollapsedPanel.Panel1;
            this.splitContainerAdv2.Size             = new System.Drawing.Size(861, 575);
            this.splitContainerAdv2.SplitterDistance = 600;
            this.splitContainerAdv2.SplitterWidth    = 13;
            this.splitContainerAdv2.Style            = Syncfusion.Windows.Forms.Tools.Enums.Style.Office2016Colorful;
            this.splitContainerAdv2.TabIndex         = 2;
            this.splitContainerAdv2.Text             = "splitContainerAdv2";
            //
            // autoLabel1
            //
            this.autoLabel1.Anchor   = System.Windows.Forms.AnchorStyles.None;
            this.autoLabel1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel1.Location = new System.Drawing.Point(30, 70);
            this.autoLabel1.Name     = "autoLabel1";
            this.autoLabel1.Size     = new System.Drawing.Size(91, 20);
            this.autoLabel1.TabIndex = 7;
            this.autoLabel1.Text     = "Properties";
            //
            // checkBoxAdv2
            //
            this.checkBoxAdv2.Anchor             = System.Windows.Forms.AnchorStyles.None;
            this.checkBoxAdv2.AutoSize           = true;
            this.checkBoxAdv2.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.checkBoxAdv2.BeforeTouchSize    = new System.Drawing.Size(182, 23);
            this.checkBoxAdv2.BorderColor        = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
            this.checkBoxAdv2.DrawFocusRectangle = false;
            this.checkBoxAdv2.Font               = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.checkBoxAdv2.ForeColor          = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(43)))), ((int)(((byte)(43)))));
            this.checkBoxAdv2.HotBorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(150)))), ((int)(((byte)(150)))));
            this.checkBoxAdv2.Location           = new System.Drawing.Point(27, 422);
            this.checkBoxAdv2.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(89)))), ((int)(((byte)(91)))));
            this.checkBoxAdv2.Name               = "checkBoxAdv2";
            this.checkBoxAdv2.Size               = new System.Drawing.Size(182, 23);
            this.checkBoxAdv2.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Office2016Colorful;
            this.checkBoxAdv2.TabIndex           = 6;
            this.checkBoxAdv2.Text               = "Collapse LinearGauge";
            this.checkBoxAdv2.ThemesEnabled      = false;
            this.checkBoxAdv2.CheckStateChanged += new System.EventHandler(this.checkBoxAdv2_CheckStateChanged);
            //
            // checkBoxAdv1
            //
            this.checkBoxAdv1.Anchor             = System.Windows.Forms.AnchorStyles.None;
            this.checkBoxAdv1.AutoSize           = true;
            this.checkBoxAdv1.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.checkBoxAdv1.BeforeTouchSize    = new System.Drawing.Size(183, 23);
            this.checkBoxAdv1.BorderColor        = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
            this.checkBoxAdv1.DrawFocusRectangle = false;
            this.checkBoxAdv1.Font               = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.checkBoxAdv1.ForeColor          = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(43)))), ((int)(((byte)(43)))));
            this.checkBoxAdv1.HotBorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(150)))), ((int)(((byte)(150)))));
            this.checkBoxAdv1.Location           = new System.Drawing.Point(27, 369);
            this.checkBoxAdv1.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(89)))), ((int)(((byte)(91)))));
            this.checkBoxAdv1.Name               = "checkBoxAdv1";
            this.checkBoxAdv1.Size               = new System.Drawing.Size(183, 23);
            this.checkBoxAdv1.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Office2016Colorful;
            this.checkBoxAdv1.TabIndex           = 5;
            this.checkBoxAdv1.Text               = "Collapse RadialGauge";
            this.checkBoxAdv1.ThemesEnabled      = false;
            this.checkBoxAdv1.CheckStateChanged += new System.EventHandler(this.checkBoxAdv1_CheckStateChanged);
            //
            // Form1
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 15);
            this.BackColor         = System.Drawing.Color.White;
            this.ClientSize        = new System.Drawing.Size(881, 620);
            this.Controls.Add(this.splitContainerAdv2);
            this.Controls.Add(this.label3);
            this.Font          = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.MaximumSize   = new System.Drawing.Size(893, 662);
            this.MinimumSize   = new System.Drawing.Size(893, 662);
            this.Name          = "Form1";
            this.Padding       = new System.Windows.Forms.Padding(10);
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text          = "SplitContainer";
            this.Load         += new System.EventHandler(this.Form1_Load);
            this.splitContainerAdv1.Panel1.ResumeLayout(false);
            this.splitContainerAdv1.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerAdv1)).EndInit();
            this.splitContainerAdv1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.sfComboBox2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sfComboBox1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkBox1)).EndInit();
            this.splitContainerAdv2.Panel1.ResumeLayout(false);
            this.splitContainerAdv2.Panel2.ResumeLayout(false);
            this.splitContainerAdv2.Panel2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerAdv2)).EndInit();
            this.splitContainerAdv2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkBoxAdv1)).EndInit();
            this.ResumeLayout(false);
        }
예제 #12
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Syncfusion.Windows.Forms.Gauge.LinearRange     linearRange1 = new Syncfusion.Windows.Forms.Gauge.LinearRange();
     Syncfusion.Windows.Forms.Gauge.LinearRange     linearRange2 = new Syncfusion.Windows.Forms.Gauge.LinearRange();
     Syncfusion.Windows.Forms.Gauge.LinearRange     linearRange3 = new Syncfusion.Windows.Forms.Gauge.LinearRange();
     Syncfusion.Windows.Forms.Gauge.Range           range1       = new Syncfusion.Windows.Forms.Gauge.Range();
     Syncfusion.Windows.Forms.Gauge.Range           range2       = new Syncfusion.Windows.Forms.Gauge.Range();
     Syncfusion.Windows.Forms.Gauge.Range           range3       = new Syncfusion.Windows.Forms.Gauge.Range();
     System.ComponentModel.ComponentResourceManager resources    = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.panel1       = new System.Windows.Forms.Panel();
     this.label4       = new System.Windows.Forms.Label();
     this.Valuelbl     = new System.Windows.Forms.Label();
     this.label2       = new System.Windows.Forms.Label();
     this.linearGauge1 = new Syncfusion.Windows.Forms.Gauge.LinearGauge();
     this.label1       = new System.Windows.Forms.Label();
     this.radialGauge1 = new Syncfusion.Windows.Forms.Gauge.RadialGauge();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.Valuelbl);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.linearGauge1);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.radialGauge1);
     this.panel1.Location = new System.Drawing.Point(25, 39);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(935, 447);
     this.panel1.TabIndex = 2;
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.Font      = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World);
     this.label4.ForeColor = System.Drawing.Color.Gray;
     this.label4.Location  = new System.Drawing.Point(738, 372);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(37, 15);
     this.label4.TabIndex  = 7;
     this.label4.Text      = "Value";
     //
     // Valuelbl
     //
     this.Valuelbl.AutoSize  = true;
     this.Valuelbl.Font      = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World);
     this.Valuelbl.ForeColor = System.Drawing.Color.Gray;
     this.Valuelbl.Location  = new System.Drawing.Point(791, 372);
     this.Valuelbl.Name      = "Valuelbl";
     this.Valuelbl.Size      = new System.Drawing.Size(14, 15);
     this.Valuelbl.TabIndex  = 6;
     this.Valuelbl.Text      = "0";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(607, 414);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(288, 17);
     this.label2.TabIndex = 5;
     this.label2.Text     = "Hold and Drag the bar pointer to interact with it";
     //
     // linearGauge1
     //
     this.linearGauge1.BackgroundGradientEndColor   = System.Drawing.Color.White;
     this.linearGauge1.BackgroundGradientStartColor = System.Drawing.Color.White;
     this.linearGauge1.Font                         = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.linearGauge1.ForeColor                    = System.Drawing.Color.Gray;
     this.linearGauge1.GaugelabelFont               = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.linearGauge1.LinearFrameType              = Syncfusion.Windows.Forms.Gauge.LinearFrameType.Vertical;
     this.linearGauge1.Location                     = new System.Drawing.Point(656, 21);
     this.linearGauge1.MajorTicksHeight             = 15;
     this.linearGauge1.MinimumSize                  = new System.Drawing.Size(75, 125);
     this.linearGauge1.MinorTickCount               = 5;
     this.linearGauge1.MinorTickHeight              = 10;
     this.linearGauge1.Name                         = "linearGauge1";
     this.linearGauge1.NeedleColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(180)))), ((int)(((byte)(205)))));
     this.linearGauge1.OuterFrameGradientEndColor   = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(180)))), ((int)(((byte)(205)))));
     this.linearGauge1.OuterFrameGradientStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(180)))), ((int)(((byte)(205)))));
     this.linearGauge1.PointerPlacement             = Syncfusion.Windows.Forms.Gauge.Placement.Far;
     linearRange1.Color          = System.Drawing.SystemColors.MenuHighlight;
     linearRange1.EndValue       = 70F;
     linearRange1.Height         = 5;
     linearRange1.InRange        = false;
     linearRange1.Name           = "GaugeRange1";
     linearRange1.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.Inside;
     linearRange1.StartValue     = 0F;
     linearRange2.Color          = System.Drawing.Color.Red;
     linearRange2.EndValue       = 110F;
     linearRange2.Height         = 5;
     linearRange2.InRange        = false;
     linearRange2.Name           = "GaugeRange2";
     linearRange2.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.Inside;
     linearRange2.StartValue     = 70F;
     linearRange3.Color          = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     linearRange3.EndValue       = 120F;
     linearRange3.Height         = 5;
     linearRange3.InRange        = false;
     linearRange3.Name           = "GaugeRange2";
     linearRange3.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.Inside;
     linearRange3.StartValue     = 110F;
     this.linearGauge1.Ranges.Add(linearRange1);
     this.linearGauge1.Ranges.Add(linearRange2);
     this.linearGauge1.Ranges.Add(linearRange3);
     this.linearGauge1.ReadOnly            = false;
     this.linearGauge1.Size                = new System.Drawing.Size(134, 340);
     this.linearGauge1.TabIndex            = 4;
     this.linearGauge1.Text                = "linearGauge1";
     this.linearGauge1.ValueIndicatorColor = System.Drawing.Color.Gray;
     this.linearGauge1.VisualStyle         = Syncfusion.Windows.Forms.Gauge.ThemeStyle.Metro;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(113, 414);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(307, 17);
     this.label1.TabIndex = 3;
     this.label1.Text     = "Hold and Drag the pointer needle to interact with it";
     //
     // radialGauge1
     //
     this.radialGauge1.BackgroundGradientEndColor   = System.Drawing.Color.White;
     this.radialGauge1.BackgroundGradientStartColor = System.Drawing.Color.White;
     this.radialGauge1.EnableCustomNeedles          = false;
     this.radialGauge1.Font                         = new System.Drawing.Font("Segoe UI", 11.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World, ((byte)(0)));
     this.radialGauge1.GaugeLabel                   = "0";
     this.radialGauge1.GaugeLableFont               = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, ((byte)(0)));
     this.radialGauge1.GaugeValueFont               = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, ((byte)(0)));
     this.radialGauge1.Location                     = new System.Drawing.Point(73, 40);
     this.radialGauge1.MinimumSize                  = new System.Drawing.Size(125, 125);
     this.radialGauge1.Name                         = "radialGauge1";
     this.radialGauge1.NeedleColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(180)))), ((int)(((byte)(205)))));
     this.radialGauge1.NeedleStyle                  = Syncfusion.Windows.Forms.Gauge.NeedleStyle.Advanced;
     this.radialGauge1.OuterFrameGradientEndColor   = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(180)))), ((int)(((byte)(205)))));
     this.radialGauge1.OuterFrameGradientStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(180)))), ((int)(((byte)(205)))));
     range1.Color          = System.Drawing.SystemColors.MenuHighlight;
     range1.EndValue       = 70F;
     range1.Height         = 5;
     range1.InRange        = false;
     range1.Name           = "GaugeRange1";
     range1.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.OutSide;
     range1.StartValue     = 0F;
     range2.Color          = System.Drawing.Color.Red;
     range2.EndValue       = 110F;
     range2.Height         = 5;
     range2.InRange        = false;
     range2.Name           = "GaugeRange2";
     range2.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.OutSide;
     range2.StartValue     = 70F;
     range3.Color          = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     range3.EndValue       = 120F;
     range3.Height         = 5;
     range3.InRange        = false;
     range3.Name           = "GaugeRange3";
     range3.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.OutSide;
     range3.StartValue     = 110F;
     this.radialGauge1.Ranges.Add(range1);
     this.radialGauge1.Ranges.Add(range2);
     this.radialGauge1.Ranges.Add(range3);
     this.radialGauge1.ReadOnly    = false;
     this.radialGauge1.Size        = new System.Drawing.Size(347, 347);
     this.radialGauge1.TabIndex    = 2;
     this.radialGauge1.VisualStyle = Syncfusion.Windows.Forms.Gauge.ThemeStyle.Metro;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(991, 522);
     this.Controls.Add(this.panel1);
     this.Icon         = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name         = "Form1";
     this.Text         = "User Interaction ";
     this.SizeChanged += new System.EventHandler(this.Form1_SizeChanged);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
 }
예제 #13
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Syncfusion.Windows.Forms.Chart.ChartSeries          chartSeries1          = new Syncfusion.Windows.Forms.Chart.ChartSeries();
     Syncfusion.Windows.Forms.Chart.ChartCustomShapeInfo chartCustomShapeInfo1 = new Syncfusion.Windows.Forms.Chart.ChartCustomShapeInfo();
     Syncfusion.Windows.Forms.Chart.ChartLineInfo        chartLineInfo1        = new Syncfusion.Windows.Forms.Chart.ChartLineInfo();
     Syncfusion.Windows.Forms.Gauge.Range range1 = new Syncfusion.Windows.Forms.Gauge.Range();
     this.panelContainer      = new System.Windows.Forms.Panel();
     this.classPresentChart   = new Syncfusion.Windows.Forms.Chart.ChartControl();
     this.panel_serviceStatus = new System.Windows.Forms.Panel();
     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.pictureBox4       = new System.Windows.Forms.PictureBox();
     this.pictureBox3       = new System.Windows.Forms.PictureBox();
     this.pictureBox2       = new System.Windows.Forms.PictureBox();
     this.pictureBox1       = new System.Windows.Forms.PictureBox();
     this.Btn_removeControl = new System.Windows.Forms.Button();
     this.btn_layoutEditor  = new System.Windows.Forms.Button();
     this.Btn_addControl    = new System.Windows.Forms.Button();
     this.RG_student        = new Syncfusion.Windows.Forms.Gauge.RadialGauge();
     this.CB_Colntrols      = new System.Windows.Forms.ComboBox();
     this.panelContainer.SuspendLayout();
     this.panel_serviceStatus.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // panelContainer
     //
     this.panelContainer.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panelContainer.Controls.Add(this.classPresentChart);
     this.panelContainer.Controls.Add(this.panel_serviceStatus);
     this.panelContainer.Controls.Add(this.Btn_removeControl);
     this.panelContainer.Controls.Add(this.btn_layoutEditor);
     this.panelContainer.Controls.Add(this.Btn_addControl);
     this.panelContainer.Controls.Add(this.RG_student);
     this.panelContainer.Controls.Add(this.CB_Colntrols);
     this.panelContainer.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelContainer.Font     = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.panelContainer.Location = new System.Drawing.Point(0, 0);
     this.panelContainer.Name     = "panelContainer";
     this.panelContainer.Size     = new System.Drawing.Size(907, 552);
     this.panelContainer.TabIndex = 2;
     //
     // classPresentChart
     //
     this.classPresentChart.BackInterior = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.None, System.Drawing.Color.Black, System.Drawing.Color.Transparent);
     this.classPresentChart.ChartArea.AdjustPlotAreaMargins = Syncfusion.Windows.Forms.Chart.ChartSetMode.None;
     this.classPresentChart.ChartArea.AutoScale             = true;
     this.classPresentChart.ChartArea.BackInterior          = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.Transparent);
     this.classPresentChart.ChartArea.CursorLocation        = new System.Drawing.Point(0, 0);
     this.classPresentChart.ChartArea.CursorReDraw          = false;
     this.classPresentChart.ChartInterior = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(212)))), ((int)(((byte)(235))))));
     this.classPresentChart.CustomPalette = new System.Drawing.Color[] {
         System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(164)))), ((int)(((byte)(51))))),
         System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(125)))), ((int)(((byte)(187))))),
         System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(96)))), ((int)(((byte)(48))))),
         System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(83)))), ((int)(((byte)(54))))),
         System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(41)))), ((int)(((byte)(106))))),
         System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(107)))), ((int)(((byte)(66)))))
     };
     this.classPresentChart.DataSourceName = "[none]";
     this.classPresentChart.Font           = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Bold);
     this.classPresentChart.ForeColor      = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(48)))), ((int)(((byte)(133)))));
     this.classPresentChart.IsWindowLess   = false;
     //
     //
     //
     this.classPresentChart.Legend.Location       = new System.Drawing.Point(291, 75);
     this.classPresentChart.Legend.Visible        = false;
     this.classPresentChart.Localize              = null;
     this.classPresentChart.Location              = new System.Drawing.Point(427, 78);
     this.classPresentChart.Name                  = "classPresentChart";
     this.classPresentChart.Palette               = Syncfusion.Windows.Forms.Chart.ChartColorPalette.Custom;
     this.classPresentChart.PrimaryXAxis.DrawGrid = false;
     this.classPresentChart.PrimaryXAxis.GridLineType.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.classPresentChart.PrimaryXAxis.LineType.ForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.classPresentChart.PrimaryXAxis.LogLabelsDisplayMode   = Syncfusion.Windows.Forms.Chart.LogLabelsDisplayMode.Default;
     this.classPresentChart.PrimaryXAxis.Margin                 = true;
     this.classPresentChart.PrimaryXAxis.TickColor              = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.classPresentChart.PrimaryXAxis.Title                  = "Class";
     this.classPresentChart.PrimaryXAxis.TitleColor             = System.Drawing.SystemColors.ControlText;
     this.classPresentChart.PrimaryYAxis.ForceZero              = true;
     this.classPresentChart.PrimaryYAxis.GridLineType.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.classPresentChart.PrimaryYAxis.LineType.ForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.classPresentChart.PrimaryYAxis.LogLabelsDisplayMode   = Syncfusion.Windows.Forms.Chart.LogLabelsDisplayMode.Default;
     this.classPresentChart.PrimaryYAxis.Margin                 = true;
     this.classPresentChart.PrimaryYAxis.Range                  = new Syncfusion.Windows.Forms.Chart.MinMaxInfo(0D, 100D, 100D);
     this.classPresentChart.PrimaryYAxis.RangeType              = Syncfusion.Windows.Forms.Chart.ChartAxisRangeType.Set;
     this.classPresentChart.PrimaryYAxis.TickColor              = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.classPresentChart.PrimaryYAxis.Title                  = "Present %";
     this.classPresentChart.PrimaryYAxis.TitleColor             = System.Drawing.SystemColors.ControlText;
     chartSeries1.FancyToolTip.ResizeInsideSymbol               = true;
     chartSeries1.Name                  = "Default0";
     chartSeries1.Resolution            = 0D;
     chartSeries1.StackingGroup         = "Default Group";
     chartSeries1.Style.AltTagFormat    = "";
     chartSeries1.Style.DisplayText     = true;
     chartSeries1.Style.DrawTextShape   = false;
     chartSeries1.Style.TextOrientation = Syncfusion.Windows.Forms.Chart.ChartTextOrientation.Down;
     chartLineInfo1.Alignment           = System.Drawing.Drawing2D.PenAlignment.Center;
     chartLineInfo1.Color               = System.Drawing.SystemColors.ControlText;
     chartLineInfo1.DashPattern         = null;
     chartLineInfo1.DashStyle           = System.Drawing.Drawing2D.DashStyle.Solid;
     chartLineInfo1.Width               = 1F;
     chartCustomShapeInfo1.Border       = chartLineInfo1;
     chartCustomShapeInfo1.Color        = System.Drawing.SystemColors.HighlightText;
     chartCustomShapeInfo1.Type         = Syncfusion.Windows.Forms.Chart.ChartCustomShape.Square;
     chartSeries1.Style.TextShape       = chartCustomShapeInfo1;
     chartSeries1.Text                  = "Default0";
     this.classPresentChart.Series.Add(chartSeries1);
     this.classPresentChart.Size     = new System.Drawing.Size(400, 212);
     this.classPresentChart.TabIndex = 12;
     //
     //
     //
     this.classPresentChart.Title.Name  = "Default";
     this.classPresentChart.VisualTheme = "";
     //
     // panel_serviceStatus
     //
     this.panel_serviceStatus.AutoSize     = true;
     this.panel_serviceStatus.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.panel_serviceStatus.BorderStyle  = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel_serviceStatus.Controls.Add(this.label4);
     this.panel_serviceStatus.Controls.Add(this.label3);
     this.panel_serviceStatus.Controls.Add(this.label2);
     this.panel_serviceStatus.Controls.Add(this.label1);
     this.panel_serviceStatus.Controls.Add(this.pictureBox4);
     this.panel_serviceStatus.Controls.Add(this.pictureBox3);
     this.panel_serviceStatus.Controls.Add(this.pictureBox2);
     this.panel_serviceStatus.Controls.Add(this.pictureBox1);
     this.panel_serviceStatus.Location = new System.Drawing.Point(180, 34);
     this.panel_serviceStatus.Name     = "panel_serviceStatus";
     this.panel_serviceStatus.Size     = new System.Drawing.Size(130, 176);
     this.panel_serviceStatus.TabIndex = 9;
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.Font      = new System.Drawing.Font("Verdana", 15F);
     this.label4.ForeColor = System.Drawing.Color.Lime;
     this.label4.Location  = new System.Drawing.Point(62, 133);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(63, 25);
     this.label4.TabIndex  = 13;
     this.label4.Text      = "5 MS";
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.Font      = new System.Drawing.Font("Verdana", 15F);
     this.label3.ForeColor = System.Drawing.Color.Lime;
     this.label3.Location  = new System.Drawing.Point(62, 91);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(42, 25);
     this.label3.TabIndex  = 12;
     this.label3.Text      = "OK";
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.Font      = new System.Drawing.Font("Verdana", 15F);
     this.label2.ForeColor = System.Drawing.Color.Lime;
     this.label2.Location  = new System.Drawing.Point(62, 51);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(42, 25);
     this.label2.TabIndex  = 11;
     this.label2.Text      = "OK";
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("Verdana", 15F);
     this.label1.ForeColor = System.Drawing.Color.Lime;
     this.label1.Location  = new System.Drawing.Point(62, 12);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(42, 25);
     this.label1.TabIndex  = 10;
     this.label1.Text      = "OK";
     //
     // pictureBox4
     //
     this.pictureBox4.Image    = global::AManager.Properties.Resources.machine;
     this.pictureBox4.Location = new System.Drawing.Point(3, 133);
     this.pictureBox4.Name     = "pictureBox4";
     this.pictureBox4.Size     = new System.Drawing.Size(53, 38);
     this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox4.TabIndex = 3;
     this.pictureBox4.TabStop  = false;
     //
     // pictureBox3
     //
     this.pictureBox3.Image    = global::AManager.Properties.Resources.service_1;
     this.pictureBox3.Location = new System.Drawing.Point(3, 87);
     this.pictureBox3.Name     = "pictureBox3";
     this.pictureBox3.Size     = new System.Drawing.Size(53, 38);
     this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox3.TabIndex = 2;
     this.pictureBox3.TabStop  = false;
     //
     // pictureBox2
     //
     this.pictureBox2.Image    = global::AManager.Properties.Resources.service_2;
     this.pictureBox2.Location = new System.Drawing.Point(3, 43);
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new System.Drawing.Size(53, 38);
     this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox2.TabIndex = 1;
     this.pictureBox2.TabStop  = false;
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = global::AManager.Properties.Resources.SQL;
     this.pictureBox1.Location = new System.Drawing.Point(3, 3);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(53, 34);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop  = false;
     //
     // Btn_removeControl
     //
     this.Btn_removeControl.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.Btn_removeControl.AutoSize     = true;
     this.Btn_removeControl.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.Btn_removeControl.DataBindings.Add(new System.Windows.Forms.Binding("Font", global::AManager.Properties.Settings.Default, "labelFont", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.Btn_removeControl.Font     = global::AManager.Properties.Settings.Default.labelFont;
     this.Btn_removeControl.Location = new System.Drawing.Point(834, 17);
     this.Btn_removeControl.Name     = "Btn_removeControl";
     this.Btn_removeControl.Size     = new System.Drawing.Size(22, 23);
     this.Btn_removeControl.TabIndex = 11;
     this.Btn_removeControl.Text     = "-";
     this.Btn_removeControl.UseVisualStyleBackColor = true;
     this.Btn_removeControl.Visible = false;
     this.Btn_removeControl.Click  += new System.EventHandler(this.Btn_removeControl_Click);
     //
     // btn_layoutEditor
     //
     this.btn_layoutEditor.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btn_layoutEditor.AutoSize     = true;
     this.btn_layoutEditor.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.btn_layoutEditor.DataBindings.Add(new System.Windows.Forms.Binding("Font", global::AManager.Properties.Settings.Default, "labelFont", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.btn_layoutEditor.Font     = global::AManager.Properties.Settings.Default.labelFont;
     this.btn_layoutEditor.Location = new System.Drawing.Point(864, 17);
     this.btn_layoutEditor.Name     = "btn_layoutEditor";
     this.btn_layoutEditor.Size     = new System.Drawing.Size(38, 23);
     this.btn_layoutEditor.TabIndex = 10;
     this.btn_layoutEditor.Text     = "Edit";
     this.btn_layoutEditor.UseVisualStyleBackColor = true;
     this.btn_layoutEditor.Click += new System.EventHandler(this.Btn_layoutEditor_Click);
     //
     // Btn_addControl
     //
     this.Btn_addControl.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.Btn_addControl.AutoSize     = true;
     this.Btn_addControl.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.Btn_addControl.DataBindings.Add(new System.Windows.Forms.Binding("Font", global::AManager.Properties.Settings.Default, "labelFont", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.Btn_addControl.Font     = global::AManager.Properties.Settings.Default.labelFont;
     this.Btn_addControl.Location = new System.Drawing.Point(801, 17);
     this.Btn_addControl.Name     = "Btn_addControl";
     this.Btn_addControl.Size     = new System.Drawing.Size(26, 23);
     this.Btn_addControl.TabIndex = 1;
     this.Btn_addControl.Text     = "+";
     this.Btn_addControl.UseVisualStyleBackColor = true;
     this.Btn_addControl.Visible = false;
     this.Btn_addControl.Click  += new System.EventHandler(this.Btn_addControl_Click);
     //
     // RG_student
     //
     this.RG_student.AccessibleRole               = System.Windows.Forms.AccessibleRole.None;
     this.RG_student.ArcThickness                 = 6F;
     this.RG_student.BackgroundGradientEndColor   = System.Drawing.Color.Transparent;
     this.RG_student.BackgroundGradientStartColor = System.Drawing.Color.Transparent;
     this.RG_student.Cursor = System.Windows.Forms.Cursors.Default;
     this.RG_student.EnableCustomNeedles          = false;
     this.RG_student.FillColor                    = System.Drawing.Color.DarkGray;
     this.RG_student.FrameThickness               = 1;
     this.RG_student.GaugeArcColor                = System.Drawing.Color.DarkGray;
     this.RG_student.GaugeLabel                   = "Student Present";
     this.RG_student.GaugeLableFont               = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.RG_student.GaugeValueFont               = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.RG_student.InnerFrameGradientEndColor   = System.Drawing.Color.Transparent;
     this.RG_student.InnerFrameGradientStartColor = System.Drawing.Color.Transparent;
     this.RG_student.Location            = new System.Drawing.Point(0, 0);
     this.RG_student.MajorDifference     = 1F;
     this.RG_student.MajorTickMarkHeight = 0;
     this.RG_student.Margin                = new System.Windows.Forms.Padding(0);
     this.RG_student.MaximumValue          = 2000F;
     this.RG_student.MinimumSize           = new System.Drawing.Size(125, 125);
     this.RG_student.MinorInnerLinesHeight = 0;
     this.RG_student.MinorTickMarkHeight   = 0;
     this.RG_student.Name = "RG_student";
     this.RG_student.OuterFrameGradientEndColor   = System.Drawing.Color.Transparent;
     this.RG_student.OuterFrameGradientStartColor = System.Drawing.Color.Transparent;
     range1.Color          = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
     range1.EndValue       = 1100F;
     range1.Height         = 7;
     range1.InRange        = true;
     range1.Name           = "GaugeRange1";
     range1.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.OutSide;
     range1.StartValue     = 0F;
     this.RG_student.Ranges.Add(range1);
     this.RG_student.ShowGaugeValue                 = true;
     this.RG_student.ShowNeedle                     = false;
     this.RG_student.ShowScaleLabel                 = false;
     this.RG_student.ShowTicks                      = true;
     this.RG_student.Size                           = new System.Drawing.Size(150, 150);
     this.RG_student.TabIndex                       = 8;
     this.RG_student.ThemeStyle.ArcThickness        = 0F;
     this.RG_student.ThemeStyle.InnerFrameThickness = 0;
     this.RG_student.TickPlacement                  = Syncfusion.Windows.Forms.Gauge.TickPlacement.OutSide;
     this.RG_student.Value                          = 500F;
     //
     // CB_Colntrols
     //
     this.CB_Colntrols.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.CB_Colntrols.DataBindings.Add(new System.Windows.Forms.Binding("Font", global::AManager.Properties.Settings.Default, "labelFont", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.CB_Colntrols.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.CB_Colntrols.Font              = global::AManager.Properties.Settings.Default.labelFont;
     this.CB_Colntrols.FormattingEnabled = true;
     this.CB_Colntrols.Items.AddRange(new object[] {
         "Select",
         "Attandence",
         "Classwise Attandence",
         "Service Status"
     });
     this.CB_Colntrols.Location = new System.Drawing.Point(646, 17);
     this.CB_Colntrols.Name     = "CB_Colntrols";
     this.CB_Colntrols.Size     = new System.Drawing.Size(146, 21);
     this.CB_Colntrols.TabIndex = 0;
     this.CB_Colntrols.Visible  = false;
     //
     // Uc_dashboard
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize            = true;
     this.Controls.Add(this.panelContainer);
     this.Name  = "Uc_dashboard";
     this.Size  = new System.Drawing.Size(907, 552);
     this.Load += new System.EventHandler(this.Uc_dashboard_Load);
     this.panelContainer.ResumeLayout(false);
     this.panelContainer.PerformLayout();
     this.panel_serviceStatus.ResumeLayout(false);
     this.panel_serviceStatus.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
 }