private void InitializeComponent()
 {
     this.kryptonLabel1 = new Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel2 = new Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel3 = new Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel4 = new Krypton.Toolkit.KryptonLabel();
     this.rvnbValue     = new KryptonRedValueNumericBox();
     this.gvnbValue     = new KryptonGreenValueNumericBox();
     this.bvnbValue     = new KryptonBlueValueNumericBox();
     this.avnbValue     = new KryptonAlphaValueNumericBox();
     this.SuspendLayout();
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.Location = new System.Drawing.Point(8, 5);
     this.kryptonLabel1.Name     = "kryptonLabel1";
     this.kryptonLabel1.Size     = new System.Drawing.Size(58, 24);
     this.kryptonLabel1.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel1.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel1.TabIndex    = 4;
     this.kryptonLabel1.Values.Text = "Alpha:";
     //
     // kryptonLabel2
     //
     this.kryptonLabel2.Location = new System.Drawing.Point(8, 71);
     this.kryptonLabel2.Name     = "kryptonLabel2";
     this.kryptonLabel2.Size     = new System.Drawing.Size(59, 24);
     this.kryptonLabel2.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel2.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel2.TabIndex    = 5;
     this.kryptonLabel2.Values.Text = "Green:";
     //
     // kryptonLabel3
     //
     this.kryptonLabel3.Location = new System.Drawing.Point(8, 100);
     this.kryptonLabel3.Name     = "kryptonLabel3";
     this.kryptonLabel3.Size     = new System.Drawing.Size(48, 24);
     this.kryptonLabel3.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel3.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel3.TabIndex    = 6;
     this.kryptonLabel3.Values.Text = "Blue:";
     //
     // kryptonLabel4
     //
     this.kryptonLabel4.Location = new System.Drawing.Point(8, 38);
     this.kryptonLabel4.Name     = "kryptonLabel4";
     this.kryptonLabel4.Size     = new System.Drawing.Size(44, 24);
     this.kryptonLabel4.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel4.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel4.TabIndex    = 7;
     this.kryptonLabel4.Values.Text = "Red:";
     //
     // rvnbValue
     //
     this.rvnbValue.DecimalPlaces = 99;
     this.rvnbValue.Location      = new System.Drawing.Point(71, 37);
     this.rvnbValue.Maximum       = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.rvnbValue.Name = "rvnbValue";
     this.rvnbValue.Size = new System.Drawing.Size(120, 26);
     this.rvnbValue.StateCommon.Back.Color1    = System.Drawing.Color.Red;
     this.rvnbValue.StateCommon.Content.Color1 = System.Drawing.Color.White;
     this.rvnbValue.StateCommon.Content.Font   = new System.Drawing.Font("Segoe UI", 11F);
     this.rvnbValue.StateCommon.Content.TextH  = Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.rvnbValue.TabIndex = 3;
     //
     // gvnbValue
     //
     this.gvnbValue.DecimalPlaces = 99;
     this.gvnbValue.Location      = new System.Drawing.Point(71, 69);
     this.gvnbValue.Maximum       = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.gvnbValue.Name = "gvnbValue";
     this.gvnbValue.Size = new System.Drawing.Size(120, 26);
     this.gvnbValue.StateCommon.Back.Color1    = System.Drawing.Color.Green;
     this.gvnbValue.StateCommon.Content.Color1 = System.Drawing.Color.White;
     this.gvnbValue.StateCommon.Content.Font   = new System.Drawing.Font("Segoe UI", 11F);
     this.gvnbValue.StateCommon.Content.TextH  = Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.gvnbValue.TabIndex = 2;
     //
     // bvnbValue
     //
     this.bvnbValue.DecimalPlaces = 99;
     this.bvnbValue.Location      = new System.Drawing.Point(71, 101);
     this.bvnbValue.Maximum       = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.bvnbValue.Name = "bvnbValue";
     this.bvnbValue.Size = new System.Drawing.Size(120, 26);
     this.bvnbValue.StateCommon.Back.Color1    = System.Drawing.Color.Blue;
     this.bvnbValue.StateCommon.Content.Color1 = System.Drawing.Color.White;
     this.bvnbValue.StateCommon.Content.Font   = new System.Drawing.Font("Segoe UI", 11F);
     this.bvnbValue.StateCommon.Content.TextH  = Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.bvnbValue.TabIndex = 1;
     //
     // avnbValue
     //
     this.avnbValue.DecimalPlaces = 99;
     this.avnbValue.Location      = new System.Drawing.Point(71, 5);
     this.avnbValue.Maximum       = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.avnbValue.Name = "avnbValue";
     this.avnbValue.Size = new System.Drawing.Size(120, 26);
     this.avnbValue.StateCommon.Back.Color1    = System.Drawing.Color.White;
     this.avnbValue.StateCommon.Content.Color1 = System.Drawing.Color.Black;
     this.avnbValue.StateCommon.Content.Font   = new System.Drawing.Font("Segoe UI", 11F);
     this.avnbValue.StateCommon.Content.TextH  = Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.avnbValue.TabIndex = 0;
     //
     // ARGBUserControl
     //
     this.BackColor = System.Drawing.Color.Transparent;
     this.Controls.Add(this.kryptonLabel4);
     this.Controls.Add(this.kryptonLabel3);
     this.Controls.Add(this.kryptonLabel2);
     this.Controls.Add(this.kryptonLabel1);
     this.Controls.Add(this.rvnbValue);
     this.Controls.Add(this.gvnbValue);
     this.Controls.Add(this.bvnbValue);
     this.Controls.Add(this.avnbValue);
     this.Name = "ARGBUserControl";
     this.Size = new System.Drawing.Size(198, 128);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #2
0
 private void InitializeComponent()
 {
     this.knudBlue  = new Krypton.Toolkit.Extended.Colour.Controls.KryptonBlueValueNumericBox();
     this.knudRed   = new Krypton.Toolkit.Extended.Colour.Controls.KryptonRedValueNumericBox();
     this.knudGreen = new Krypton.Toolkit.Extended.Colour.Controls.KryptonGreenValueNumericBox();
     this.ktrkGreen = new Krypton.Toolkit.Extended.Colour.Controls.KryptonGreenTrackBar();
     this.ktrkBlue  = new Krypton.Toolkit.Extended.Colour.Controls.KryptonBlueTrackBar();
     this.ktrkRed   = new Krypton.Toolkit.Extended.Colour.Controls.KryptonRedTrackBar();
     this.klblBlue  = new Krypton.Toolkit.Extended.Colour.Controls.KryptonBlueValueLabel();
     this.klblGreen = new Krypton.Toolkit.Extended.Colour.Controls.KryptonGreenValueLabel();
     this.klblRed   = new Krypton.Toolkit.Extended.Colour.Controls.KryptonRedValueLabel();
     this.SuspendLayout();
     //
     // knudBlue
     //
     this.knudBlue.Location = new System.Drawing.Point(167, 398);
     this.knudBlue.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knudBlue.Name = "knudBlue";
     this.knudBlue.Size = new System.Drawing.Size(77, 23);
     this.knudBlue.StateCommon.Back.Color1    = System.Drawing.Color.Blue;
     this.knudBlue.StateCommon.Content.Color1 = System.Drawing.Color.White;
     this.knudBlue.StateCommon.Content.Font   = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knudBlue.StateCommon.Content.TextH  = Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.knudBlue.TabIndex        = 20;
     this.knudBlue.Typeface        = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knudBlue.UseAccessibleUI = false;
     this.knudBlue.ValueChanged   += new System.EventHandler(this.knudBlue_ValueChanged);
     //
     // knudRed
     //
     this.knudRed.Location = new System.Drawing.Point(3, 398);
     this.knudRed.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knudRed.Name = "knudRed";
     this.knudRed.Size = new System.Drawing.Size(67, 23);
     this.knudRed.StateCommon.Back.Color1    = System.Drawing.Color.Red;
     this.knudRed.StateCommon.Content.Color1 = System.Drawing.Color.White;
     this.knudRed.StateCommon.Content.Font   = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knudRed.StateCommon.Content.TextH  = Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.knudRed.TabIndex        = 19;
     this.knudRed.Typeface        = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knudRed.UseAccessibleUI = false;
     this.knudRed.ValueChanged   += new System.EventHandler(this.knudRed_ValueChanged);
     //
     // knudGreen
     //
     this.knudGreen.Location = new System.Drawing.Point(85, 398);
     this.knudGreen.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knudGreen.Name = "knudGreen";
     this.knudGreen.Size = new System.Drawing.Size(67, 23);
     this.knudGreen.StateCommon.Back.Color1    = System.Drawing.Color.Green;
     this.knudGreen.StateCommon.Content.Color1 = System.Drawing.Color.White;
     this.knudGreen.StateCommon.Content.Font   = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knudGreen.StateCommon.Content.TextH  = Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.knudGreen.TabIndex        = 18;
     this.knudGreen.Typeface        = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knudGreen.UseAccessibleUI = false;
     this.knudGreen.ValueChanged   += new System.EventHandler(this.knudGreen_ValueChanged);
     //
     // ktrkGreen
     //
     this.ktrkGreen.DrawBackground           = true;
     this.ktrkGreen.Location                 = new System.Drawing.Point(102, 43);
     this.ktrkGreen.Maximum                  = 255;
     this.ktrkGreen.Name                     = "ktrkGreen";
     this.ktrkGreen.Orientation              = System.Windows.Forms.Orientation.Vertical;
     this.ktrkGreen.Size                     = new System.Drawing.Size(21, 349);
     this.ktrkGreen.StateCommon.Tick.Color1  = System.Drawing.Color.Green;
     this.ktrkGreen.StateCommon.Track.Color1 = System.Drawing.Color.Green;
     this.ktrkGreen.StateCommon.Track.Color2 = System.Drawing.Color.Green;
     this.ktrkGreen.StateCommon.Track.Color3 = System.Drawing.Color.Green;
     this.ktrkGreen.StateCommon.Track.Color4 = System.Drawing.Color.Green;
     this.ktrkGreen.StateCommon.Track.Color5 = System.Drawing.Color.Green;
     this.ktrkGreen.TabIndex                 = 17;
     this.ktrkGreen.TickStyle                = System.Windows.Forms.TickStyle.None;
     this.ktrkGreen.UseAccessibleUI          = false;
     this.ktrkGreen.ValueChanged            += new System.EventHandler(this.ktrkGreen_ValueChanged);
     //
     // ktrkBlue
     //
     this.ktrkBlue.DrawBackground           = true;
     this.ktrkBlue.Location                 = new System.Drawing.Point(191, 42);
     this.ktrkBlue.Maximum                  = 255;
     this.ktrkBlue.Name                     = "ktrkBlue";
     this.ktrkBlue.Orientation              = System.Windows.Forms.Orientation.Vertical;
     this.ktrkBlue.Size                     = new System.Drawing.Size(21, 350);
     this.ktrkBlue.StateCommon.Tick.Color1  = System.Drawing.Color.Blue;
     this.ktrkBlue.StateCommon.Track.Color1 = System.Drawing.Color.Blue;
     this.ktrkBlue.StateCommon.Track.Color2 = System.Drawing.Color.Blue;
     this.ktrkBlue.StateCommon.Track.Color3 = System.Drawing.Color.Blue;
     this.ktrkBlue.StateCommon.Track.Color4 = System.Drawing.Color.Blue;
     this.ktrkBlue.StateCommon.Track.Color5 = System.Drawing.Color.Blue;
     this.ktrkBlue.TabIndex                 = 16;
     this.ktrkBlue.TickStyle                = System.Windows.Forms.TickStyle.None;
     this.ktrkBlue.UseAccessibleUI          = false;
     this.ktrkBlue.ValueChanged            += new System.EventHandler(this.ktrkBlue_ValueChanged);
     //
     // ktrkRed
     //
     this.ktrkRed.DrawBackground           = true;
     this.ktrkRed.Location                 = new System.Drawing.Point(20, 42);
     this.ktrkRed.Maximum                  = 255;
     this.ktrkRed.Name                     = "ktrkRed";
     this.ktrkRed.Orientation              = System.Windows.Forms.Orientation.Vertical;
     this.ktrkRed.Size                     = new System.Drawing.Size(21, 350);
     this.ktrkRed.StateCommon.Tick.Color1  = System.Drawing.Color.Red;
     this.ktrkRed.StateCommon.Track.Color1 = System.Drawing.Color.Red;
     this.ktrkRed.StateCommon.Track.Color2 = System.Drawing.Color.Red;
     this.ktrkRed.StateCommon.Track.Color3 = System.Drawing.Color.Red;
     this.ktrkRed.StateCommon.Track.Color4 = System.Drawing.Color.Red;
     this.ktrkRed.StateCommon.Track.Color5 = System.Drawing.Color.Red;
     this.ktrkRed.TabIndex                 = 15;
     this.ktrkRed.TickStyle                = System.Windows.Forms.TickStyle.None;
     this.ktrkRed.UseAccessibleUI          = false;
     this.ktrkRed.ValueChanged            += new System.EventHandler(this.ktrkRed_ValueChanged);
     //
     // klblBlue
     //
     this.klblBlue.BlueValue = 0;
     this.klblBlue.ExtraText = "Blue";
     this.klblBlue.Location  = new System.Drawing.Point(179, 15);
     this.klblBlue.Name      = "klblBlue";
     this.klblBlue.ShowColon = true;
     this.klblBlue.ShowCurrentColourValue = false;
     this.klblBlue.Size = new System.Drawing.Size(44, 21);
     this.klblBlue.StateCommon.LongText.Color1  = System.Drawing.Color.Blue;
     this.klblBlue.StateCommon.LongText.Color2  = System.Drawing.Color.Blue;
     this.klblBlue.StateCommon.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold);
     this.klblBlue.StateCommon.ShortText.Color1 = System.Drawing.Color.Blue;
     this.klblBlue.StateCommon.ShortText.Color2 = System.Drawing.Color.Blue;
     this.klblBlue.StateCommon.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold);
     this.klblBlue.TabIndex        = 14;
     this.klblBlue.Typeface        = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold);
     this.klblBlue.UseAccessibleUI = false;
     this.klblBlue.Values.Text     = "Blue";
     //
     // klblGreen
     //
     this.klblGreen.ExtraText                    = "Green";
     this.klblGreen.GreenValue                   = 0;
     this.klblGreen.Location                     = new System.Drawing.Point(87, 15);
     this.klblGreen.Name                         = "klblGreen";
     this.klblGreen.ShowColon                    = true;
     this.klblGreen.ShowCurrentColourValue       = false;
     this.klblGreen.Size                         = new System.Drawing.Size(56, 21);
     this.klblGreen.StateCommon.LongText.Color1  = System.Drawing.Color.Green;
     this.klblGreen.StateCommon.LongText.Color2  = System.Drawing.Color.Green;
     this.klblGreen.StateCommon.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold);
     this.klblGreen.StateCommon.ShortText.Color1 = System.Drawing.Color.Green;
     this.klblGreen.StateCommon.ShortText.Color2 = System.Drawing.Color.Green;
     this.klblGreen.StateCommon.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold);
     this.klblGreen.TabIndex                     = 13;
     this.klblGreen.Typeface                     = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold);
     this.klblGreen.UseAccessibleUI              = false;
     this.klblGreen.Values.Text                  = "Green";
     //
     // klblRed
     //
     this.klblRed.ExtraText = "Red";
     this.klblRed.Location  = new System.Drawing.Point(10, 15);
     this.klblRed.Name      = "klblRed";
     this.klblRed.RedValue  = 255;
     this.klblRed.ShowColon = true;
     this.klblRed.ShowCurrentColourValue = false;
     this.klblRed.Size = new System.Drawing.Size(41, 21);
     this.klblRed.StateCommon.LongText.Color1  = System.Drawing.Color.Red;
     this.klblRed.StateCommon.LongText.Color2  = System.Drawing.Color.Red;
     this.klblRed.StateCommon.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold);
     this.klblRed.StateCommon.ShortText.Color1 = System.Drawing.Color.Red;
     this.klblRed.StateCommon.ShortText.Color2 = System.Drawing.Color.Red;
     this.klblRed.StateCommon.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold);
     this.klblRed.TabIndex        = 12;
     this.klblRed.Typeface        = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold);
     this.klblRed.UseAccessibleUI = false;
     this.klblRed.Values.Text     = "Red";
     //
     // KryptonRGBColourSliderVertical
     //
     this.Controls.Add(this.knudBlue);
     this.Controls.Add(this.knudRed);
     this.Controls.Add(this.knudGreen);
     this.Controls.Add(this.ktrkGreen);
     this.Controls.Add(this.ktrkBlue);
     this.Controls.Add(this.ktrkRed);
     this.Controls.Add(this.klblBlue);
     this.Controls.Add(this.klblGreen);
     this.Controls.Add(this.klblRed);
     this.Name = "KryptonRGBColourSliderVertical";
     this.Size = new System.Drawing.Size(250, 437);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #3
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(KryptonRGBColourSliderHorizontal));
     this.panel1    = new System.Windows.Forms.Panel();
     this.panel8    = new System.Windows.Forms.Panel();
     this.kkcGreen  = new Krypton.Toolkit.Extended.Base.KryptonKnobControl();
     this.panel7    = new System.Windows.Forms.Panel();
     this.kkcRed    = new Krypton.Toolkit.Extended.Base.KryptonKnobControl();
     this.panel6    = new System.Windows.Forms.Panel();
     this.kkcBlue   = new Krypton.Toolkit.Extended.Base.KryptonKnobControl();
     this.panel2    = new System.Windows.Forms.Panel();
     this.panel4    = new System.Windows.Forms.Panel();
     this.panel5    = new System.Windows.Forms.Panel();
     this.panel3    = new System.Windows.Forms.Panel();
     this.ktrkGreen = new Krypton.Toolkit.Extended.Colour.Controls.KryptonGreenTrackBar();
     this.knudGreen = new Krypton.Toolkit.Extended.Colour.Controls.KryptonGreenValueNumericBox();
     this.klblGreen = new Krypton.Toolkit.Extended.Colour.Controls.KryptonGreenValueLabel();
     this.ktrkRed   = new Krypton.Toolkit.Extended.Colour.Controls.KryptonRedTrackBar();
     this.knudRed   = new Krypton.Toolkit.Extended.Colour.Controls.KryptonRedValueNumericBox();
     this.klblRed   = new Krypton.Toolkit.Extended.Colour.Controls.KryptonRedValueLabel();
     this.ktrkBlue  = new Krypton.Toolkit.Extended.Colour.Controls.KryptonBlueTrackBar();
     this.klblBlue  = new Krypton.Toolkit.Extended.Colour.Controls.KryptonBlueValueLabel();
     this.kryptonBlueValueNumericBox1 = new Krypton.Toolkit.Extended.Colour.Controls.KryptonBlueValueNumericBox();
     this.panel1.SuspendLayout();
     this.panel8.SuspendLayout();
     this.panel7.SuspendLayout();
     this.panel6.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel4.SuspendLayout();
     this.panel5.SuspendLayout();
     this.panel3.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.panel8);
     this.panel1.Controls.Add(this.panel7);
     this.panel1.Controls.Add(this.panel6);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Right;
     this.panel1.Location = new System.Drawing.Point(341, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(62, 189);
     this.panel1.TabIndex = 0;
     //
     // panel8
     //
     this.panel8.Controls.Add(this.kkcGreen);
     this.panel8.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel8.Location = new System.Drawing.Point(0, 58);
     this.panel8.Name     = "panel8";
     this.panel8.Size     = new System.Drawing.Size(62, 73);
     this.panel8.TabIndex = 7;
     //
     // kkcGreen
     //
     this.kkcGreen.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.kkcGreen.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     this.kkcGreen.ImeMode   = System.Windows.Forms.ImeMode.On;
     this.kkcGreen.KnobIndicatorBorderColour = System.Drawing.Color.Green;
     this.kkcGreen.KnobIndicatorColourBegin  = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(206)))), ((int)(((byte)(230)))));
     this.kkcGreen.KnobIndicatorColourEnd    = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(206)))), ((int)(((byte)(230)))));
     this.kkcGreen.LargeChange          = 20;
     this.kkcGreen.Location             = new System.Drawing.Point(4, 6);
     this.kkcGreen.Maximum              = 255;
     this.kkcGreen.Minimum              = 0;
     this.kkcGreen.Name                 = "kkcGreen";
     this.kkcGreen.ShowLargeScale       = true;
     this.kkcGreen.ShowSmallScale       = false;
     this.kkcGreen.Size                 = new System.Drawing.Size(55, 55);
     this.kkcGreen.SizeLargeScaleMarker = 6;
     this.kkcGreen.SizeSmallScaleMarker = 3;
     this.kkcGreen.SmallChange          = 5;
     this.kkcGreen.TabIndex             = 4;
     this.kkcGreen.Value                = 0;
     //
     // panel7
     //
     this.panel7.Controls.Add(this.kkcRed);
     this.panel7.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel7.Location = new System.Drawing.Point(0, 0);
     this.panel7.Name     = "panel7";
     this.panel7.Size     = new System.Drawing.Size(62, 58);
     this.panel7.TabIndex = 6;
     //
     // kkcRed
     //
     this.kkcRed.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.kkcRed.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     this.kkcRed.ImeMode   = System.Windows.Forms.ImeMode.On;
     this.kkcRed.KnobIndicatorBorderColour = System.Drawing.Color.Red;
     this.kkcRed.KnobIndicatorColourBegin  = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(206)))), ((int)(((byte)(230)))));
     this.kkcRed.KnobIndicatorColourEnd    = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(206)))), ((int)(((byte)(230)))));
     this.kkcRed.LargeChange          = 20;
     this.kkcRed.Location             = new System.Drawing.Point(0, 0);
     this.kkcRed.Maximum              = 255;
     this.kkcRed.Minimum              = 0;
     this.kkcRed.Name                 = "kkcRed";
     this.kkcRed.ShowLargeScale       = true;
     this.kkcRed.ShowSmallScale       = false;
     this.kkcRed.Size                 = new System.Drawing.Size(62, 58);
     this.kkcRed.SizeLargeScaleMarker = 6;
     this.kkcRed.SizeSmallScaleMarker = 3;
     this.kkcRed.SmallChange          = 5;
     this.kkcRed.TabIndex             = 3;
     this.kkcRed.Value                = 0;
     //
     // panel6
     //
     this.panel6.Controls.Add(this.kkcBlue);
     this.panel6.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel6.Location = new System.Drawing.Point(0, 131);
     this.panel6.Name     = "panel6";
     this.panel6.Size     = new System.Drawing.Size(62, 58);
     this.panel6.TabIndex = 5;
     //
     // kkcBlue
     //
     this.kkcBlue.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.kkcBlue.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     this.kkcBlue.ImeMode   = System.Windows.Forms.ImeMode.On;
     this.kkcBlue.KnobIndicatorBorderColour = System.Drawing.Color.Blue;
     this.kkcBlue.KnobIndicatorColourBegin  = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(206)))), ((int)(((byte)(230)))));
     this.kkcBlue.KnobIndicatorColourEnd    = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(206)))), ((int)(((byte)(230)))));
     this.kkcBlue.LargeChange          = 20;
     this.kkcBlue.Location             = new System.Drawing.Point(0, 0);
     this.kkcBlue.Maximum              = 255;
     this.kkcBlue.Minimum              = 0;
     this.kkcBlue.Name                 = "kkcBlue";
     this.kkcBlue.ShowLargeScale       = true;
     this.kkcBlue.ShowSmallScale       = false;
     this.kkcBlue.Size                 = new System.Drawing.Size(62, 58);
     this.kkcBlue.SizeLargeScaleMarker = 6;
     this.kkcBlue.SizeSmallScaleMarker = 3;
     this.kkcBlue.SmallChange          = 5;
     this.kkcBlue.TabIndex             = 5;
     this.kkcBlue.Value                = 0;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.panel5);
     this.panel2.Controls.Add(this.panel4);
     this.panel2.Controls.Add(this.panel3);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(341, 189);
     this.panel2.TabIndex = 1;
     //
     // panel4
     //
     this.panel4.Controls.Add(this.ktrkRed);
     this.panel4.Controls.Add(this.knudRed);
     this.panel4.Controls.Add(this.klblRed);
     this.panel4.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel4.Location = new System.Drawing.Point(0, 0);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(341, 58);
     this.panel4.TabIndex = 29;
     //
     // panel5
     //
     this.panel5.Controls.Add(this.ktrkGreen);
     this.panel5.Controls.Add(this.knudGreen);
     this.panel5.Controls.Add(this.klblGreen);
     this.panel5.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel5.Location = new System.Drawing.Point(0, 58);
     this.panel5.Name     = "panel5";
     this.panel5.Size     = new System.Drawing.Size(341, 73);
     this.panel5.TabIndex = 30;
     //
     // panel3
     //
     this.panel3.Controls.Add(this.kryptonBlueValueNumericBox1);
     this.panel3.Controls.Add(this.ktrkBlue);
     this.panel3.Controls.Add(this.klblBlue);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel3.Location = new System.Drawing.Point(0, 131);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(341, 58);
     this.panel3.TabIndex = 28;
     //
     // ktrkGreen
     //
     this.ktrkGreen.Anchor                   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.ktrkGreen.DrawBackground           = true;
     this.ktrkGreen.Location                 = new System.Drawing.Point(144, 25);
     this.ktrkGreen.Maximum                  = 255;
     this.ktrkGreen.Name                     = "ktrkGreen";
     this.ktrkGreen.Size                     = new System.Drawing.Size(120, 21);
     this.ktrkGreen.StateCommon.Tick.Color1  = System.Drawing.Color.Green;
     this.ktrkGreen.StateCommon.Track.Color1 = System.Drawing.Color.Green;
     this.ktrkGreen.StateCommon.Track.Color2 = System.Drawing.Color.Green;
     this.ktrkGreen.StateCommon.Track.Color3 = System.Drawing.Color.Green;
     this.ktrkGreen.StateCommon.Track.Color4 = System.Drawing.Color.Green;
     this.ktrkGreen.StateCommon.Track.Color5 = System.Drawing.Color.Green;
     this.ktrkGreen.TabIndex                 = 30;
     this.ktrkGreen.TickStyle                = System.Windows.Forms.TickStyle.None;
     this.ktrkGreen.UseAccessibleUI          = false;
     //
     // knudGreen
     //
     this.knudGreen.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.knudGreen.Location = new System.Drawing.Point(270, 25);
     this.knudGreen.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knudGreen.Name = "knudGreen";
     this.knudGreen.Size = new System.Drawing.Size(65, 23);
     this.knudGreen.StateCommon.Back.Color1    = System.Drawing.Color.Green;
     this.knudGreen.StateCommon.Content.Color1 = System.Drawing.Color.White;
     this.knudGreen.StateCommon.Content.Font   = new System.Drawing.Font("Microsoft Sans Serif", 11.25F);
     this.knudGreen.StateCommon.Content.TextH  = Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.knudGreen.TabIndex        = 29;
     this.knudGreen.Typeface        = new System.Drawing.Font("Microsoft Sans Serif", 11.25F);
     this.knudGreen.UseAccessibleUI = false;
     //
     // klblGreen
     //
     this.klblGreen.ExtraText                    = "Green Value";
     this.klblGreen.GreenValue                   = 0;
     this.klblGreen.Location                     = new System.Drawing.Point(5, 25);
     this.klblGreen.Name                         = "klblGreen";
     this.klblGreen.ShowColon                    = false;
     this.klblGreen.ShowCurrentColourValue       = true;
     this.klblGreen.Size                         = new System.Drawing.Size(119, 21);
     this.klblGreen.StateCommon.LongText.Color1  = System.Drawing.Color.Green;
     this.klblGreen.StateCommon.LongText.Color2  = System.Drawing.Color.Green;
     this.klblGreen.StateCommon.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold);
     this.klblGreen.StateCommon.ShortText.Color1 = System.Drawing.Color.Green;
     this.klblGreen.StateCommon.ShortText.Color2 = System.Drawing.Color.Green;
     this.klblGreen.StateCommon.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold);
     this.klblGreen.TabIndex                     = 28;
     this.klblGreen.Typeface                     = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold);
     this.klblGreen.UseAccessibleUI              = false;
     this.klblGreen.Values.Text                  = "Green Value: 0";
     //
     // ktrkRed
     //
     this.ktrkRed.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.ktrkRed.DrawBackground           = true;
     this.ktrkRed.Location                 = new System.Drawing.Point(142, 20);
     this.ktrkRed.Maximum                  = 255;
     this.ktrkRed.Name                     = "ktrkRed";
     this.ktrkRed.Size                     = new System.Drawing.Size(120, 21);
     this.ktrkRed.StateCommon.Tick.Color1  = System.Drawing.Color.Red;
     this.ktrkRed.StateCommon.Track.Color1 = System.Drawing.Color.Red;
     this.ktrkRed.StateCommon.Track.Color2 = System.Drawing.Color.Red;
     this.ktrkRed.StateCommon.Track.Color3 = System.Drawing.Color.Red;
     this.ktrkRed.StateCommon.Track.Color4 = System.Drawing.Color.Red;
     this.ktrkRed.StateCommon.Track.Color5 = System.Drawing.Color.Red;
     this.ktrkRed.TabIndex                 = 28;
     this.ktrkRed.TickStyle                = System.Windows.Forms.TickStyle.None;
     this.ktrkRed.UseAccessibleUI          = false;
     //
     // knudRed
     //
     this.knudRed.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.knudRed.Location = new System.Drawing.Point(270, 18);
     this.knudRed.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knudRed.Name = "knudRed";
     this.knudRed.Size = new System.Drawing.Size(65, 23);
     this.knudRed.StateCommon.Back.Color1    = System.Drawing.Color.Red;
     this.knudRed.StateCommon.Content.Color1 = System.Drawing.Color.White;
     this.knudRed.StateCommon.Content.Font   = new System.Drawing.Font("Microsoft Sans Serif", 11.25F);
     this.knudRed.StateCommon.Content.TextH  = Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.knudRed.TabIndex = 27;
     this.knudRed.ToolTipValues.Description = "";
     this.knudRed.Typeface        = new System.Drawing.Font("Microsoft Sans Serif", 11.25F);
     this.knudRed.UseAccessibleUI = false;
     //
     // klblRed
     //
     this.klblRed.ExtraText = "Red Value";
     this.klblRed.Location  = new System.Drawing.Point(6, 20);
     this.klblRed.Name      = "klblRed";
     this.klblRed.RedValue  = 0;
     this.klblRed.ShowColon = false;
     this.klblRed.ShowCurrentColourValue = true;
     this.klblRed.Size = new System.Drawing.Size(104, 21);
     this.klblRed.StateCommon.LongText.Color1  = System.Drawing.Color.Red;
     this.klblRed.StateCommon.LongText.Color2  = System.Drawing.Color.Red;
     this.klblRed.StateCommon.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold);
     this.klblRed.StateCommon.ShortText.Color1 = System.Drawing.Color.Red;
     this.klblRed.StateCommon.ShortText.Color2 = System.Drawing.Color.Red;
     this.klblRed.StateCommon.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold);
     this.klblRed.TabIndex        = 26;
     this.klblRed.Typeface        = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold);
     this.klblRed.UseAccessibleUI = false;
     this.klblRed.Values.Text     = "Red Value: 0";
     //
     // ktrkBlue
     //
     this.ktrkBlue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.ktrkBlue.DrawBackground           = true;
     this.ktrkBlue.Location                 = new System.Drawing.Point(144, 20);
     this.ktrkBlue.Maximum                  = 255;
     this.ktrkBlue.Name                     = "ktrkBlue";
     this.ktrkBlue.Size                     = new System.Drawing.Size(120, 21);
     this.ktrkBlue.StateCommon.Tick.Color1  = System.Drawing.Color.Blue;
     this.ktrkBlue.StateCommon.Track.Color1 = System.Drawing.Color.Blue;
     this.ktrkBlue.StateCommon.Track.Color2 = System.Drawing.Color.Blue;
     this.ktrkBlue.StateCommon.Track.Color3 = System.Drawing.Color.Blue;
     this.ktrkBlue.StateCommon.Track.Color4 = System.Drawing.Color.Blue;
     this.ktrkBlue.StateCommon.Track.Color5 = System.Drawing.Color.Blue;
     this.ktrkBlue.TabIndex                 = 31;
     this.ktrkBlue.TickStyle                = System.Windows.Forms.TickStyle.None;
     this.ktrkBlue.UseAccessibleUI          = false;
     //
     // klblBlue
     //
     this.klblBlue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.klblBlue.BlueValue = 0;
     this.klblBlue.ExtraText = "Blue Value";
     this.klblBlue.Location  = new System.Drawing.Point(5, 20);
     this.klblBlue.Name      = "klblBlue";
     this.klblBlue.ShowColon = false;
     this.klblBlue.ShowCurrentColourValue = true;
     this.klblBlue.Size = new System.Drawing.Size(107, 21);
     this.klblBlue.StateCommon.LongText.Color1  = System.Drawing.Color.Blue;
     this.klblBlue.StateCommon.LongText.Color2  = System.Drawing.Color.Blue;
     this.klblBlue.StateCommon.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold);
     this.klblBlue.StateCommon.ShortText.Color1 = System.Drawing.Color.Blue;
     this.klblBlue.StateCommon.ShortText.Color2 = System.Drawing.Color.Blue;
     this.klblBlue.StateCommon.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold);
     this.klblBlue.TabIndex        = 30;
     this.klblBlue.Typeface        = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold);
     this.klblBlue.UseAccessibleUI = false;
     this.klblBlue.Values.Text     = "Blue Value: 0";
     //
     // kryptonBlueValueNumericBox1
     //
     this.kryptonBlueValueNumericBox1.Location = new System.Drawing.Point(270, 20);
     this.kryptonBlueValueNumericBox1.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.kryptonBlueValueNumericBox1.Name = "kryptonBlueValueNumericBox1";
     this.kryptonBlueValueNumericBox1.Size = new System.Drawing.Size(65, 22);
     this.kryptonBlueValueNumericBox1.StateCommon.Back.Color1    = System.Drawing.Color.Blue;
     this.kryptonBlueValueNumericBox1.StateCommon.Content.Color1 = System.Drawing.Color.White;
     this.kryptonBlueValueNumericBox1.StateCommon.Content.TextH  = Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.kryptonBlueValueNumericBox1.TabIndex = 33;
     this.kryptonBlueValueNumericBox1.ToolTipValues.Description    = "The blue value";
     this.kryptonBlueValueNumericBox1.ToolTipValues.EnableToolTips = true;
     this.kryptonBlueValueNumericBox1.ToolTipValues.Heading        = "Blue Value";
     this.kryptonBlueValueNumericBox1.ToolTipValues.Image          = ((System.Drawing.Image)(resources.GetObject("resource.Image")));
     this.kryptonBlueValueNumericBox1.Typeface        = null;
     this.kryptonBlueValueNumericBox1.UseAccessibleUI = false;
     //
     // KryptonRGBColourSliderHorizontal
     //
     this.BackColor = System.Drawing.Color.Transparent;
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Name = "KryptonRGBColourSliderHorizontal";
     this.Size = new System.Drawing.Size(403, 189);
     this.panel1.ResumeLayout(false);
     this.panel8.ResumeLayout(false);
     this.panel7.ResumeLayout(false);
     this.panel6.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     this.panel4.PerformLayout();
     this.panel5.ResumeLayout(false);
     this.panel5.PerformLayout();
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.panel1    = new System.Windows.Forms.Panel();
     this.panel2    = new System.Windows.Forms.Panel();
     this.knudBlue  = new Krypton.Toolkit.Extended.Colour.Controls.KryptonBlueValueNumericBox();
     this.ktrkBlue  = new Krypton.Toolkit.Extended.Colour.Controls.KryptonBlueTrackBar();
     this.ktrkGreen = new Krypton.Toolkit.Extended.Colour.Controls.KryptonGreenTrackBar();
     this.knudGreen = new Krypton.Toolkit.Extended.Colour.Controls.KryptonGreenValueNumericBox();
     this.ktrkRed   = new Krypton.Toolkit.Extended.Colour.Controls.KryptonRedTrackBar();
     this.knudRed   = new Krypton.Toolkit.Extended.Colour.Controls.KryptonRedValueNumericBox();
     this.ktrkAlpha = new Krypton.Toolkit.Extended.Colour.Controls.KryptonAlphaTrackBar();
     this.knudAlpha = new Krypton.Toolkit.Extended.Colour.Controls.KryptonAlphaValueNumericBox();
     this.klblBlue  = new Krypton.Toolkit.Extended.Colour.Controls.KryptonBlueValueLabel();
     this.klblGreen = new Krypton.Toolkit.Extended.Colour.Controls.KryptonGreenValueLabel();
     this.klblRed   = new Krypton.Toolkit.Extended.Colour.Controls.KryptonRedValueLabel();
     this.klblAlpha = new Krypton.Toolkit.Extended.Colour.Controls.KryptonAlphaValueLabel();
     this.kkcAlpha  = new Krypton.Toolkit.Extended.Base.KryptonKnobControl();
     this.kkcRed    = new Krypton.Toolkit.Extended.Base.KryptonKnobControl();
     this.kkcGreen  = new Krypton.Toolkit.Extended.Base.KryptonKnobControl();
     this.kkcBlue   = new Krypton.Toolkit.Extended.Base.KryptonKnobControl();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.kkcBlue);
     this.panel1.Controls.Add(this.kkcGreen);
     this.panel1.Controls.Add(this.kkcRed);
     this.panel1.Controls.Add(this.kkcAlpha);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Right;
     this.panel1.Location = new System.Drawing.Point(489, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(64, 251);
     this.panel1.TabIndex = 0;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.knudBlue);
     this.panel2.Controls.Add(this.ktrkBlue);
     this.panel2.Controls.Add(this.ktrkGreen);
     this.panel2.Controls.Add(this.knudGreen);
     this.panel2.Controls.Add(this.ktrkRed);
     this.panel2.Controls.Add(this.knudRed);
     this.panel2.Controls.Add(this.ktrkAlpha);
     this.panel2.Controls.Add(this.knudAlpha);
     this.panel2.Controls.Add(this.klblBlue);
     this.panel2.Controls.Add(this.klblGreen);
     this.panel2.Controls.Add(this.klblRed);
     this.panel2.Controls.Add(this.klblAlpha);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(489, 251);
     this.panel2.TabIndex = 1;
     //
     // knudBlue
     //
     this.knudBlue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.knudBlue.Location = new System.Drawing.Point(411, 204);
     this.knudBlue.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knudBlue.Name = "knudBlue";
     this.knudBlue.Size = new System.Drawing.Size(67, 23);
     this.knudBlue.StateCommon.Back.Color1    = System.Drawing.Color.Blue;
     this.knudBlue.StateCommon.Content.Color1 = System.Drawing.Color.White;
     this.knudBlue.StateCommon.Content.Font   = new System.Drawing.Font("Microsoft Sans Serif", 11.25F);
     this.knudBlue.StateCommon.Content.TextH  = Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.knudBlue.TabIndex        = 23;
     this.knudBlue.Typeface        = new System.Drawing.Font("Microsoft Sans Serif", 11.25F);
     this.knudBlue.UseAccessibleUI = false;
     //
     // ktrkBlue
     //
     this.ktrkBlue.Anchor                   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.ktrkBlue.DrawBackground           = true;
     this.ktrkBlue.Location                 = new System.Drawing.Point(152, 204);
     this.ktrkBlue.Maximum                  = 255;
     this.ktrkBlue.Name                     = "ktrkBlue";
     this.ktrkBlue.Size                     = new System.Drawing.Size(253, 21);
     this.ktrkBlue.StateCommon.Tick.Color1  = System.Drawing.Color.Blue;
     this.ktrkBlue.StateCommon.Track.Color1 = System.Drawing.Color.Blue;
     this.ktrkBlue.StateCommon.Track.Color2 = System.Drawing.Color.Blue;
     this.ktrkBlue.StateCommon.Track.Color3 = System.Drawing.Color.Blue;
     this.ktrkBlue.StateCommon.Track.Color4 = System.Drawing.Color.Blue;
     this.ktrkBlue.StateCommon.Track.Color5 = System.Drawing.Color.Blue;
     this.ktrkBlue.TabIndex                 = 22;
     this.ktrkBlue.TickStyle                = System.Windows.Forms.TickStyle.None;
     this.ktrkBlue.UseAccessibleUI          = false;
     //
     // ktrkGreen
     //
     this.ktrkGreen.Anchor                   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.ktrkGreen.DrawBackground           = true;
     this.ktrkGreen.Location                 = new System.Drawing.Point(152, 145);
     this.ktrkGreen.Maximum                  = 255;
     this.ktrkGreen.Name                     = "ktrkGreen";
     this.ktrkGreen.Size                     = new System.Drawing.Size(253, 21);
     this.ktrkGreen.StateCommon.Tick.Color1  = System.Drawing.Color.Green;
     this.ktrkGreen.StateCommon.Track.Color1 = System.Drawing.Color.Green;
     this.ktrkGreen.StateCommon.Track.Color2 = System.Drawing.Color.Green;
     this.ktrkGreen.StateCommon.Track.Color3 = System.Drawing.Color.Green;
     this.ktrkGreen.StateCommon.Track.Color4 = System.Drawing.Color.Green;
     this.ktrkGreen.StateCommon.Track.Color5 = System.Drawing.Color.Green;
     this.ktrkGreen.TabIndex                 = 21;
     this.ktrkGreen.TickStyle                = System.Windows.Forms.TickStyle.None;
     this.ktrkGreen.UseAccessibleUI          = false;
     //
     // knudGreen
     //
     this.knudGreen.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.knudGreen.Location = new System.Drawing.Point(411, 145);
     this.knudGreen.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knudGreen.Name = "knudGreen";
     this.knudGreen.Size = new System.Drawing.Size(67, 23);
     this.knudGreen.StateCommon.Back.Color1    = System.Drawing.Color.Green;
     this.knudGreen.StateCommon.Content.Color1 = System.Drawing.Color.White;
     this.knudGreen.StateCommon.Content.Font   = new System.Drawing.Font("Microsoft Sans Serif", 11.25F);
     this.knudGreen.StateCommon.Content.TextH  = Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.knudGreen.TabIndex        = 20;
     this.knudGreen.Typeface        = new System.Drawing.Font("Microsoft Sans Serif", 11.25F);
     this.knudGreen.UseAccessibleUI = false;
     //
     // ktrkRed
     //
     this.ktrkRed.Anchor                   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.ktrkRed.DrawBackground           = true;
     this.ktrkRed.Location                 = new System.Drawing.Point(152, 81);
     this.ktrkRed.Maximum                  = 255;
     this.ktrkRed.Name                     = "ktrkRed";
     this.ktrkRed.Size                     = new System.Drawing.Size(253, 21);
     this.ktrkRed.StateCommon.Tick.Color1  = System.Drawing.Color.Red;
     this.ktrkRed.StateCommon.Track.Color1 = System.Drawing.Color.Red;
     this.ktrkRed.StateCommon.Track.Color2 = System.Drawing.Color.Red;
     this.ktrkRed.StateCommon.Track.Color3 = System.Drawing.Color.Red;
     this.ktrkRed.StateCommon.Track.Color4 = System.Drawing.Color.Red;
     this.ktrkRed.StateCommon.Track.Color5 = System.Drawing.Color.Red;
     this.ktrkRed.TabIndex                 = 19;
     this.ktrkRed.TickStyle                = System.Windows.Forms.TickStyle.None;
     this.ktrkRed.UseAccessibleUI          = false;
     //
     // knudRed
     //
     this.knudRed.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.knudRed.Location = new System.Drawing.Point(411, 81);
     this.knudRed.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knudRed.Name = "knudRed";
     this.knudRed.Size = new System.Drawing.Size(67, 23);
     this.knudRed.StateCommon.Back.Color1    = System.Drawing.Color.Red;
     this.knudRed.StateCommon.Content.Color1 = System.Drawing.Color.White;
     this.knudRed.StateCommon.Content.Font   = new System.Drawing.Font("Microsoft Sans Serif", 11.25F);
     this.knudRed.StateCommon.Content.TextH  = Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.knudRed.TabIndex        = 18;
     this.knudRed.Typeface        = new System.Drawing.Font("Microsoft Sans Serif", 11.25F);
     this.knudRed.UseAccessibleUI = false;
     //
     // ktrkAlpha
     //
     this.ktrkAlpha.Anchor         = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.ktrkAlpha.DrawBackground = true;
     this.ktrkAlpha.Location       = new System.Drawing.Point(152, 17);
     this.ktrkAlpha.Maximum        = 255;
     this.ktrkAlpha.Name           = "ktrkAlpha";
     this.ktrkAlpha.Size           = new System.Drawing.Size(253, 21);
     this.ktrkAlpha.TabIndex       = 17;
     this.ktrkAlpha.TickStyle      = System.Windows.Forms.TickStyle.None;
     //
     // knudAlpha
     //
     this.knudAlpha.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.knudAlpha.Location = new System.Drawing.Point(411, 15);
     this.knudAlpha.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knudAlpha.Name = "knudAlpha";
     this.knudAlpha.Size = new System.Drawing.Size(67, 23);
     this.knudAlpha.StateCommon.Content.Font  = new System.Drawing.Font("Microsoft Sans Serif", 11.25F);
     this.knudAlpha.StateCommon.Content.TextH = Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.knudAlpha.TabIndex = 16;
     this.knudAlpha.Typeface = new System.Drawing.Font("Microsoft Sans Serif", 11.25F);
     //
     // klblBlue
     //
     this.klblBlue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                  | System.Windows.Forms.AnchorStyles.Left)));
     this.klblBlue.BlueValue = 0;
     this.klblBlue.ExtraText = "Blue Value";
     this.klblBlue.Location  = new System.Drawing.Point(13, 204);
     this.klblBlue.Name      = "klblBlue";
     this.klblBlue.ShowColon = false;
     this.klblBlue.ShowCurrentColourValue = true;
     this.klblBlue.Size = new System.Drawing.Size(107, 21);
     this.klblBlue.StateCommon.LongText.Color1  = System.Drawing.Color.Blue;
     this.klblBlue.StateCommon.LongText.Color2  = System.Drawing.Color.Blue;
     this.klblBlue.StateCommon.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold);
     this.klblBlue.StateCommon.ShortText.Color1 = System.Drawing.Color.Blue;
     this.klblBlue.StateCommon.ShortText.Color2 = System.Drawing.Color.Blue;
     this.klblBlue.StateCommon.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold);
     this.klblBlue.TabIndex        = 15;
     this.klblBlue.Typeface        = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold);
     this.klblBlue.UseAccessibleUI = false;
     this.klblBlue.Values.Text     = "Blue Value: 0";
     //
     // klblGreen
     //
     this.klblGreen.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)));
     this.klblGreen.ExtraText                    = "Green Value";
     this.klblGreen.GreenValue                   = 0;
     this.klblGreen.Location                     = new System.Drawing.Point(13, 145);
     this.klblGreen.Name                         = "klblGreen";
     this.klblGreen.ShowColon                    = false;
     this.klblGreen.ShowCurrentColourValue       = true;
     this.klblGreen.Size                         = new System.Drawing.Size(119, 21);
     this.klblGreen.StateCommon.LongText.Color1  = System.Drawing.Color.Green;
     this.klblGreen.StateCommon.LongText.Color2  = System.Drawing.Color.Green;
     this.klblGreen.StateCommon.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold);
     this.klblGreen.StateCommon.ShortText.Color1 = System.Drawing.Color.Green;
     this.klblGreen.StateCommon.ShortText.Color2 = System.Drawing.Color.Green;
     this.klblGreen.StateCommon.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold);
     this.klblGreen.TabIndex                     = 14;
     this.klblGreen.Typeface                     = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold);
     this.klblGreen.UseAccessibleUI              = false;
     this.klblGreen.Values.Text                  = "Green Value: 0";
     //
     // klblRed
     //
     this.klblRed.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                 | System.Windows.Forms.AnchorStyles.Left)));
     this.klblRed.ExtraText = "Red Value";
     this.klblRed.Location  = new System.Drawing.Point(13, 81);
     this.klblRed.Name      = "klblRed";
     this.klblRed.RedValue  = 0;
     this.klblRed.ShowColon = false;
     this.klblRed.ShowCurrentColourValue = true;
     this.klblRed.Size = new System.Drawing.Size(104, 21);
     this.klblRed.StateCommon.LongText.Color1  = System.Drawing.Color.Red;
     this.klblRed.StateCommon.LongText.Color2  = System.Drawing.Color.Red;
     this.klblRed.StateCommon.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold);
     this.klblRed.StateCommon.ShortText.Color1 = System.Drawing.Color.Red;
     this.klblRed.StateCommon.ShortText.Color2 = System.Drawing.Color.Red;
     this.klblRed.StateCommon.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold);
     this.klblRed.TabIndex        = 13;
     this.klblRed.Typeface        = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold);
     this.klblRed.UseAccessibleUI = false;
     this.klblRed.Values.Text     = "Red Value: 0";
     //
     // klblAlpha
     //
     this.klblAlpha.AlphaValue = 0;
     this.klblAlpha.Anchor     = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)));
     this.klblAlpha.ExtraText = "Alpha Value";
     this.klblAlpha.Location  = new System.Drawing.Point(13, 15);
     this.klblAlpha.Name      = "klblAlpha";
     this.klblAlpha.ShowColon = false;
     this.klblAlpha.ShowCurrentColourValue = true;
     this.klblAlpha.Size = new System.Drawing.Size(115, 21);
     this.klblAlpha.StateCommon.LongText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblAlpha.StateCommon.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblAlpha.TabIndex    = 12;
     this.klblAlpha.Typeface    = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblAlpha.Values.Text = "Alpha Value: 0";
     //
     // kkcAlpha
     //
     this.kkcAlpha.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     this.kkcAlpha.ImeMode   = System.Windows.Forms.ImeMode.On;
     this.kkcAlpha.KnobIndicatorBorderColour = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(232)))), ((int)(((byte)(246)))));
     this.kkcAlpha.KnobIndicatorColourBegin  = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(206)))), ((int)(((byte)(230)))));
     this.kkcAlpha.KnobIndicatorColourEnd    = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(206)))), ((int)(((byte)(230)))));
     this.kkcAlpha.LargeChange          = 20;
     this.kkcAlpha.Location             = new System.Drawing.Point(3, 3);
     this.kkcAlpha.Maximum              = 255;
     this.kkcAlpha.Minimum              = 0;
     this.kkcAlpha.Name                 = "kkcAlpha";
     this.kkcAlpha.ShowLargeScale       = true;
     this.kkcAlpha.ShowSmallScale       = false;
     this.kkcAlpha.Size                 = new System.Drawing.Size(57, 56);
     this.kkcAlpha.SizeLargeScaleMarker = 6;
     this.kkcAlpha.SizeSmallScaleMarker = 3;
     this.kkcAlpha.SmallChange          = 5;
     this.kkcAlpha.TabIndex             = 176;
     this.kkcAlpha.Value                = 0;
     //
     // kkcRed
     //
     this.kkcRed.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     this.kkcRed.ImeMode   = System.Windows.Forms.ImeMode.On;
     this.kkcRed.KnobIndicatorBorderColour = System.Drawing.Color.Red;
     this.kkcRed.KnobIndicatorColourBegin  = System.Drawing.Color.Red;
     this.kkcRed.KnobIndicatorColourEnd    = System.Drawing.Color.Red;
     this.kkcRed.LargeChange          = 20;
     this.kkcRed.Location             = new System.Drawing.Point(3, 65);
     this.kkcRed.Maximum              = 255;
     this.kkcRed.Minimum              = 0;
     this.kkcRed.Name                 = "kkcRed";
     this.kkcRed.ShowLargeScale       = true;
     this.kkcRed.ShowSmallScale       = false;
     this.kkcRed.Size                 = new System.Drawing.Size(57, 56);
     this.kkcRed.SizeLargeScaleMarker = 6;
     this.kkcRed.SizeSmallScaleMarker = 3;
     this.kkcRed.SmallChange          = 5;
     this.kkcRed.TabIndex             = 179;
     this.kkcRed.Value                = 0;
     //
     // kkcGreen
     //
     this.kkcGreen.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     this.kkcGreen.ImeMode   = System.Windows.Forms.ImeMode.On;
     this.kkcGreen.KnobIndicatorBorderColour = System.Drawing.Color.Green;
     this.kkcGreen.KnobIndicatorColourBegin  = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(206)))), ((int)(((byte)(230)))));
     this.kkcGreen.KnobIndicatorColourEnd    = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(206)))), ((int)(((byte)(230)))));
     this.kkcGreen.LargeChange          = 20;
     this.kkcGreen.Location             = new System.Drawing.Point(3, 127);
     this.kkcGreen.Maximum              = 255;
     this.kkcGreen.Minimum              = 0;
     this.kkcGreen.Name                 = "kkcGreen";
     this.kkcGreen.ShowLargeScale       = true;
     this.kkcGreen.ShowSmallScale       = false;
     this.kkcGreen.Size                 = new System.Drawing.Size(57, 56);
     this.kkcGreen.SizeLargeScaleMarker = 6;
     this.kkcGreen.SizeSmallScaleMarker = 3;
     this.kkcGreen.SmallChange          = 5;
     this.kkcGreen.TabIndex             = 180;
     this.kkcGreen.Value                = 0;
     //
     // kkcBlue
     //
     this.kkcBlue.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     this.kkcBlue.ImeMode   = System.Windows.Forms.ImeMode.On;
     this.kkcBlue.KnobIndicatorBorderColour = System.Drawing.Color.Blue;
     this.kkcBlue.KnobIndicatorColourBegin  = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(206)))), ((int)(((byte)(230)))));
     this.kkcBlue.KnobIndicatorColourEnd    = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(206)))), ((int)(((byte)(230)))));
     this.kkcBlue.LargeChange          = 20;
     this.kkcBlue.Location             = new System.Drawing.Point(3, 189);
     this.kkcBlue.Maximum              = 255;
     this.kkcBlue.Minimum              = 0;
     this.kkcBlue.Name                 = "kkcBlue";
     this.kkcBlue.ShowLargeScale       = true;
     this.kkcBlue.ShowSmallScale       = false;
     this.kkcBlue.Size                 = new System.Drawing.Size(57, 56);
     this.kkcBlue.SizeLargeScaleMarker = 6;
     this.kkcBlue.SizeSmallScaleMarker = 3;
     this.kkcBlue.SmallChange          = 5;
     this.kkcBlue.TabIndex             = 181;
     this.kkcBlue.Value                = 0;
     //
     // KryptonARGBColourSliderHorizontal
     //
     this.BackColor = System.Drawing.Color.Transparent;
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Name = "KryptonARGBColourSliderHorizontal";
     this.Size = new System.Drawing.Size(553, 251);
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.ResumeLayout(false);
 }
Пример #5
0
 private void InitializeComponent()
 {
     this.kkcBlue        = new Krypton.Toolkit.Extended.Base.KryptonKnobControl();
     this.kkcGreen       = new Krypton.Toolkit.Extended.Base.KryptonKnobControl();
     this.kkcRed         = new Krypton.Toolkit.Extended.Base.KryptonKnobControl();
     this.kkcAlpha       = new Krypton.Toolkit.Extended.Base.KryptonKnobControl();
     this.pnlKnobs       = new System.Windows.Forms.Panel();
     this.pnlControls    = new System.Windows.Forms.Panel();
     this.knudAlphaValue = new Krypton.Toolkit.Extended.Colour.Controls.KryptonAlphaValueNumericBox();
     this.knudBlueValue  = new Krypton.Toolkit.Extended.Colour.Controls.KryptonBlueValueNumericBox();
     this.knudRedValue   = new Krypton.Toolkit.Extended.Colour.Controls.KryptonRedValueNumericBox();
     this.knudGreenValue = new Krypton.Toolkit.Extended.Colour.Controls.KryptonGreenValueNumericBox();
     this.ktrkGreenValue = new Krypton.Toolkit.Extended.Colour.Controls.KryptonGreenTrackBar();
     this.ktrkBlueValue  = new Krypton.Toolkit.Extended.Colour.Controls.KryptonBlueTrackBar();
     this.ktrkRedValue   = new Krypton.Toolkit.Extended.Colour.Controls.KryptonRedTrackBar();
     this.ktrkAlphaValue = new Krypton.Toolkit.Extended.Colour.Controls.KryptonAlphaTrackBar();
     this.klblBlue       = new Krypton.Toolkit.Extended.Colour.Controls.KryptonBlueValueLabel();
     this.klblGreen      = new Krypton.Toolkit.Extended.Colour.Controls.KryptonGreenValueLabel();
     this.klblRed        = new Krypton.Toolkit.Extended.Colour.Controls.KryptonRedValueLabel();
     this.klblAlpha      = new Krypton.Toolkit.Extended.Colour.Controls.KryptonAlphaValueLabel();
     this.pnlKnobs.SuspendLayout();
     this.pnlControls.SuspendLayout();
     this.SuspendLayout();
     //
     // kkcBlue
     //
     this.kkcBlue.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     this.kkcBlue.ImeMode   = System.Windows.Forms.ImeMode.On;
     this.kkcBlue.KnobIndicatorBorderColour = System.Drawing.Color.Blue;
     this.kkcBlue.KnobIndicatorColourBegin  = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(206)))), ((int)(((byte)(230)))));
     this.kkcBlue.KnobIndicatorColourEnd    = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(206)))), ((int)(((byte)(230)))));
     this.kkcBlue.LargeChange          = 20;
     this.kkcBlue.Location             = new System.Drawing.Point(265, 3);
     this.kkcBlue.Maximum              = 255;
     this.kkcBlue.Minimum              = 0;
     this.kkcBlue.Name                 = "kkcBlue";
     this.kkcBlue.ShowLargeScale       = true;
     this.kkcBlue.ShowSmallScale       = false;
     this.kkcBlue.Size                 = new System.Drawing.Size(57, 56);
     this.kkcBlue.SizeLargeScaleMarker = 6;
     this.kkcBlue.SizeSmallScaleMarker = 3;
     this.kkcBlue.SmallChange          = 5;
     this.kkcBlue.TabIndex             = 180;
     this.kkcBlue.Value                = 0;
     this.kkcBlue.ValueChanged        += new Krypton.Toolkit.Extended.Base.ValueChangedEventHandler(this.kkcBlue_ValueChanged);
     //
     // kkcGreen
     //
     this.kkcGreen.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     this.kkcGreen.ImeMode   = System.Windows.Forms.ImeMode.On;
     this.kkcGreen.KnobIndicatorBorderColour = System.Drawing.Color.Green;
     this.kkcGreen.KnobIndicatorColourBegin  = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(206)))), ((int)(((byte)(230)))));
     this.kkcGreen.KnobIndicatorColourEnd    = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(206)))), ((int)(((byte)(230)))));
     this.kkcGreen.LargeChange          = 20;
     this.kkcGreen.Location             = new System.Drawing.Point(181, 3);
     this.kkcGreen.Maximum              = 255;
     this.kkcGreen.Minimum              = 0;
     this.kkcGreen.Name                 = "kkcGreen";
     this.kkcGreen.ShowLargeScale       = true;
     this.kkcGreen.ShowSmallScale       = false;
     this.kkcGreen.Size                 = new System.Drawing.Size(57, 56);
     this.kkcGreen.SizeLargeScaleMarker = 6;
     this.kkcGreen.SizeSmallScaleMarker = 3;
     this.kkcGreen.SmallChange          = 5;
     this.kkcGreen.TabIndex             = 179;
     this.kkcGreen.Value                = 0;
     this.kkcGreen.ValueChanged        += new Krypton.Toolkit.Extended.Base.ValueChangedEventHandler(this.kkcGreen_ValueChanged);
     //
     // kkcRed
     //
     this.kkcRed.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     this.kkcRed.ImeMode   = System.Windows.Forms.ImeMode.On;
     this.kkcRed.KnobIndicatorBorderColour = System.Drawing.Color.Red;
     this.kkcRed.KnobIndicatorColourBegin  = System.Drawing.Color.Red;
     this.kkcRed.KnobIndicatorColourEnd    = System.Drawing.Color.Red;
     this.kkcRed.LargeChange          = 20;
     this.kkcRed.Location             = new System.Drawing.Point(104, 3);
     this.kkcRed.Maximum              = 255;
     this.kkcRed.Minimum              = 0;
     this.kkcRed.Name                 = "kkcRed";
     this.kkcRed.ShowLargeScale       = true;
     this.kkcRed.ShowSmallScale       = false;
     this.kkcRed.Size                 = new System.Drawing.Size(57, 56);
     this.kkcRed.SizeLargeScaleMarker = 6;
     this.kkcRed.SizeSmallScaleMarker = 3;
     this.kkcRed.SmallChange          = 5;
     this.kkcRed.TabIndex             = 178;
     this.kkcRed.Value                = 0;
     this.kkcRed.ValueChanged        += new Krypton.Toolkit.Extended.Base.ValueChangedEventHandler(this.kkcRed_ValueChanged);
     //
     // kkcAlpha
     //
     this.kkcAlpha.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     this.kkcAlpha.ImeMode   = System.Windows.Forms.ImeMode.On;
     this.kkcAlpha.KnobIndicatorBorderColour = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(232)))), ((int)(((byte)(246)))));
     this.kkcAlpha.KnobIndicatorColourBegin  = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(206)))), ((int)(((byte)(230)))));
     this.kkcAlpha.KnobIndicatorColourEnd    = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(206)))), ((int)(((byte)(230)))));
     this.kkcAlpha.LargeChange          = 20;
     this.kkcAlpha.Location             = new System.Drawing.Point(15, 3);
     this.kkcAlpha.Maximum              = 255;
     this.kkcAlpha.Minimum              = 0;
     this.kkcAlpha.Name                 = "kkcAlpha";
     this.kkcAlpha.ShowLargeScale       = true;
     this.kkcAlpha.ShowSmallScale       = false;
     this.kkcAlpha.Size                 = new System.Drawing.Size(57, 56);
     this.kkcAlpha.SizeLargeScaleMarker = 6;
     this.kkcAlpha.SizeSmallScaleMarker = 3;
     this.kkcAlpha.SmallChange          = 5;
     this.kkcAlpha.TabIndex             = 175;
     this.kkcAlpha.Value                = 0;
     this.kkcAlpha.ValueChanged        += new Krypton.Toolkit.Extended.Base.ValueChangedEventHandler(this.kkcAlpha_ValueChanged);
     //
     // pnlKnobs
     //
     this.pnlKnobs.Controls.Add(this.kkcAlpha);
     this.pnlKnobs.Controls.Add(this.kkcBlue);
     this.pnlKnobs.Controls.Add(this.kkcRed);
     this.pnlKnobs.Controls.Add(this.kkcGreen);
     this.pnlKnobs.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.pnlKnobs.Location = new System.Drawing.Point(0, 428);
     this.pnlKnobs.Name     = "pnlKnobs";
     this.pnlKnobs.Size     = new System.Drawing.Size(341, 63);
     this.pnlKnobs.TabIndex = 181;
     //
     // pnlControls
     //
     this.pnlControls.Controls.Add(this.knudAlphaValue);
     this.pnlControls.Controls.Add(this.knudBlueValue);
     this.pnlControls.Controls.Add(this.knudRedValue);
     this.pnlControls.Controls.Add(this.knudGreenValue);
     this.pnlControls.Controls.Add(this.ktrkGreenValue);
     this.pnlControls.Controls.Add(this.ktrkBlueValue);
     this.pnlControls.Controls.Add(this.ktrkRedValue);
     this.pnlControls.Controls.Add(this.ktrkAlphaValue);
     this.pnlControls.Controls.Add(this.klblBlue);
     this.pnlControls.Controls.Add(this.klblGreen);
     this.pnlControls.Controls.Add(this.klblRed);
     this.pnlControls.Controls.Add(this.klblAlpha);
     this.pnlControls.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlControls.Location = new System.Drawing.Point(0, 0);
     this.pnlControls.Name     = "pnlControls";
     this.pnlControls.Size     = new System.Drawing.Size(341, 428);
     this.pnlControls.TabIndex = 182;
     //
     // knudAlphaValue
     //
     this.knudAlphaValue.Location = new System.Drawing.Point(14, 394);
     this.knudAlphaValue.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knudAlphaValue.Name = "knudAlphaValue";
     this.knudAlphaValue.Size = new System.Drawing.Size(67, 23);
     this.knudAlphaValue.StateCommon.Content.Font  = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knudAlphaValue.StateCommon.Content.TextH = Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.knudAlphaValue.TabIndex = 24;
     this.knudAlphaValue.Typeface = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     //
     // knudBlueValue
     //
     this.knudBlueValue.Location = new System.Drawing.Point(260, 394);
     this.knudBlueValue.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knudBlueValue.Name = "knudBlueValue";
     this.knudBlueValue.Size = new System.Drawing.Size(67, 23);
     this.knudBlueValue.StateCommon.Back.Color1    = System.Drawing.Color.Blue;
     this.knudBlueValue.StateCommon.Content.Color1 = System.Drawing.Color.White;
     this.knudBlueValue.StateCommon.Content.Font   = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knudBlueValue.StateCommon.Content.TextH  = Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.knudBlueValue.TabIndex        = 23;
     this.knudBlueValue.Typeface        = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knudBlueValue.UseAccessibleUI = false;
     //
     // knudRedValue
     //
     this.knudRedValue.Location = new System.Drawing.Point(96, 394);
     this.knudRedValue.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knudRedValue.Name = "knudRedValue";
     this.knudRedValue.Size = new System.Drawing.Size(67, 23);
     this.knudRedValue.StateCommon.Back.Color1    = System.Drawing.Color.Red;
     this.knudRedValue.StateCommon.Content.Color1 = System.Drawing.Color.White;
     this.knudRedValue.StateCommon.Content.Font   = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knudRedValue.StateCommon.Content.TextH  = Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.knudRedValue.TabIndex        = 22;
     this.knudRedValue.Typeface        = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knudRedValue.UseAccessibleUI = false;
     //
     // knudGreenValue
     //
     this.knudGreenValue.Location = new System.Drawing.Point(178, 394);
     this.knudGreenValue.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knudGreenValue.Name = "knudGreenValue";
     this.knudGreenValue.Size = new System.Drawing.Size(67, 23);
     this.knudGreenValue.StateCommon.Back.Color1    = System.Drawing.Color.Green;
     this.knudGreenValue.StateCommon.Content.Color1 = System.Drawing.Color.White;
     this.knudGreenValue.StateCommon.Content.Font   = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knudGreenValue.StateCommon.Content.TextH  = Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.knudGreenValue.TabIndex        = 21;
     this.knudGreenValue.Typeface        = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knudGreenValue.UseAccessibleUI = false;
     //
     // ktrkGreenValue
     //
     this.ktrkGreenValue.DrawBackground           = true;
     this.ktrkGreenValue.Location                 = new System.Drawing.Point(195, 39);
     this.ktrkGreenValue.Maximum                  = 255;
     this.ktrkGreenValue.Name                     = "ktrkGreenValue";
     this.ktrkGreenValue.Orientation              = System.Windows.Forms.Orientation.Vertical;
     this.ktrkGreenValue.Size                     = new System.Drawing.Size(21, 349);
     this.ktrkGreenValue.StateCommon.Tick.Color1  = System.Drawing.Color.Green;
     this.ktrkGreenValue.StateCommon.Track.Color1 = System.Drawing.Color.Green;
     this.ktrkGreenValue.StateCommon.Track.Color2 = System.Drawing.Color.Green;
     this.ktrkGreenValue.StateCommon.Track.Color3 = System.Drawing.Color.Green;
     this.ktrkGreenValue.StateCommon.Track.Color4 = System.Drawing.Color.Green;
     this.ktrkGreenValue.StateCommon.Track.Color5 = System.Drawing.Color.Green;
     this.ktrkGreenValue.TabIndex                 = 20;
     this.ktrkGreenValue.TickStyle                = System.Windows.Forms.TickStyle.None;
     this.ktrkGreenValue.UseAccessibleUI          = false;
     //
     // ktrkBlueValue
     //
     this.ktrkBlueValue.DrawBackground           = true;
     this.ktrkBlueValue.Location                 = new System.Drawing.Point(284, 38);
     this.ktrkBlueValue.Maximum                  = 255;
     this.ktrkBlueValue.Name                     = "ktrkBlueValue";
     this.ktrkBlueValue.Orientation              = System.Windows.Forms.Orientation.Vertical;
     this.ktrkBlueValue.Size                     = new System.Drawing.Size(21, 350);
     this.ktrkBlueValue.StateCommon.Tick.Color1  = System.Drawing.Color.Blue;
     this.ktrkBlueValue.StateCommon.Track.Color1 = System.Drawing.Color.Blue;
     this.ktrkBlueValue.StateCommon.Track.Color2 = System.Drawing.Color.Blue;
     this.ktrkBlueValue.StateCommon.Track.Color3 = System.Drawing.Color.Blue;
     this.ktrkBlueValue.StateCommon.Track.Color4 = System.Drawing.Color.Blue;
     this.ktrkBlueValue.StateCommon.Track.Color5 = System.Drawing.Color.Blue;
     this.ktrkBlueValue.TabIndex                 = 19;
     this.ktrkBlueValue.TickStyle                = System.Windows.Forms.TickStyle.None;
     this.ktrkBlueValue.UseAccessibleUI          = false;
     //
     // ktrkRedValue
     //
     this.ktrkRedValue.DrawBackground           = true;
     this.ktrkRedValue.Location                 = new System.Drawing.Point(113, 38);
     this.ktrkRedValue.Maximum                  = 255;
     this.ktrkRedValue.Name                     = "ktrkRedValue";
     this.ktrkRedValue.Orientation              = System.Windows.Forms.Orientation.Vertical;
     this.ktrkRedValue.Size                     = new System.Drawing.Size(21, 350);
     this.ktrkRedValue.StateCommon.Tick.Color1  = System.Drawing.Color.Red;
     this.ktrkRedValue.StateCommon.Track.Color1 = System.Drawing.Color.Red;
     this.ktrkRedValue.StateCommon.Track.Color2 = System.Drawing.Color.Red;
     this.ktrkRedValue.StateCommon.Track.Color3 = System.Drawing.Color.Red;
     this.ktrkRedValue.StateCommon.Track.Color4 = System.Drawing.Color.Red;
     this.ktrkRedValue.StateCommon.Track.Color5 = System.Drawing.Color.Red;
     this.ktrkRedValue.TabIndex                 = 18;
     this.ktrkRedValue.TickStyle                = System.Windows.Forms.TickStyle.None;
     this.ktrkRedValue.UseAccessibleUI          = false;
     //
     // ktrkAlphaValue
     //
     this.ktrkAlphaValue.DrawBackground = true;
     this.ktrkAlphaValue.Location       = new System.Drawing.Point(32, 38);
     this.ktrkAlphaValue.Maximum        = 255;
     this.ktrkAlphaValue.Name           = "ktrkAlphaValue";
     this.ktrkAlphaValue.Orientation    = System.Windows.Forms.Orientation.Vertical;
     this.ktrkAlphaValue.Size           = new System.Drawing.Size(21, 350);
     this.ktrkAlphaValue.TabIndex       = 17;
     this.ktrkAlphaValue.TickStyle      = System.Windows.Forms.TickStyle.None;
     //
     // klblBlue
     //
     this.klblBlue.BlueValue = 0;
     this.klblBlue.ExtraText = "Blue";
     this.klblBlue.Location  = new System.Drawing.Point(272, 11);
     this.klblBlue.Name      = "klblBlue";
     this.klblBlue.ShowColon = true;
     this.klblBlue.ShowCurrentColourValue = false;
     this.klblBlue.Size = new System.Drawing.Size(44, 21);
     this.klblBlue.StateCommon.LongText.Color1  = System.Drawing.Color.Blue;
     this.klblBlue.StateCommon.LongText.Color2  = System.Drawing.Color.Blue;
     this.klblBlue.StateCommon.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold);
     this.klblBlue.StateCommon.ShortText.Color1 = System.Drawing.Color.Blue;
     this.klblBlue.StateCommon.ShortText.Color2 = System.Drawing.Color.Blue;
     this.klblBlue.StateCommon.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold);
     this.klblBlue.TabIndex        = 16;
     this.klblBlue.Typeface        = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold);
     this.klblBlue.UseAccessibleUI = false;
     this.klblBlue.Values.Text     = "Blue";
     //
     // klblGreen
     //
     this.klblGreen.ExtraText                    = "Green";
     this.klblGreen.GreenValue                   = 0;
     this.klblGreen.Location                     = new System.Drawing.Point(180, 11);
     this.klblGreen.Name                         = "klblGreen";
     this.klblGreen.ShowColon                    = true;
     this.klblGreen.ShowCurrentColourValue       = false;
     this.klblGreen.Size                         = new System.Drawing.Size(56, 21);
     this.klblGreen.StateCommon.LongText.Color1  = System.Drawing.Color.Green;
     this.klblGreen.StateCommon.LongText.Color2  = System.Drawing.Color.Green;
     this.klblGreen.StateCommon.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold);
     this.klblGreen.StateCommon.ShortText.Color1 = System.Drawing.Color.Green;
     this.klblGreen.StateCommon.ShortText.Color2 = System.Drawing.Color.Green;
     this.klblGreen.StateCommon.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold);
     this.klblGreen.TabIndex                     = 15;
     this.klblGreen.Typeface                     = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold);
     this.klblGreen.UseAccessibleUI              = false;
     this.klblGreen.Values.Text                  = "Green";
     //
     // klblRed
     //
     this.klblRed.ExtraText = "Red";
     this.klblRed.Location  = new System.Drawing.Point(103, 11);
     this.klblRed.Name      = "klblRed";
     this.klblRed.RedValue  = 255;
     this.klblRed.ShowColon = true;
     this.klblRed.ShowCurrentColourValue = false;
     this.klblRed.Size = new System.Drawing.Size(41, 21);
     this.klblRed.StateCommon.LongText.Color1  = System.Drawing.Color.Red;
     this.klblRed.StateCommon.LongText.Color2  = System.Drawing.Color.Red;
     this.klblRed.StateCommon.LongText.Font    = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold);
     this.klblRed.StateCommon.ShortText.Color1 = System.Drawing.Color.Red;
     this.klblRed.StateCommon.ShortText.Color2 = System.Drawing.Color.Red;
     this.klblRed.StateCommon.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold);
     this.klblRed.TabIndex        = 14;
     this.klblRed.Typeface        = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold);
     this.klblRed.UseAccessibleUI = false;
     this.klblRed.Values.Text     = "Red";
     //
     // klblAlpha
     //
     this.klblAlpha.AlphaValue                 = 255;
     this.klblAlpha.ExtraText                  = "Alpha";
     this.klblAlpha.Location                   = new System.Drawing.Point(14, 11);
     this.klblAlpha.Name                       = "klblAlpha";
     this.klblAlpha.ShowColon                  = true;
     this.klblAlpha.ShowCurrentColourValue     = false;
     this.klblAlpha.Size                       = new System.Drawing.Size(53, 21);
     this.klblAlpha.StateCommon.LongText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblAlpha.StateCommon.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblAlpha.TabIndex                   = 13;
     this.klblAlpha.Typeface                   = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblAlpha.Values.Text                = "Alpha";
     //
     // KryptonARGBColourSliderVertical
     //
     this.BackColor = System.Drawing.Color.Transparent;
     this.Controls.Add(this.pnlControls);
     this.Controls.Add(this.pnlKnobs);
     this.Name = "KryptonARGBColourSliderVertical";
     this.Size = new System.Drawing.Size(341, 491);
     this.pnlKnobs.ResumeLayout(false);
     this.pnlControls.ResumeLayout(false);
     this.pnlControls.PerformLayout();
     this.ResumeLayout(false);
 }