private void InitializeComponent()
 {
     this.kpgPaletteProperties = new ExtendedControls.ExtendedToolkit.Controls.KryptonControls.KryptonPropertyGrid();
     this.SuspendLayout();
     //
     // kpgPaletteProperties
     //
     this.kpgPaletteProperties.CategoryForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     this.kpgPaletteProperties.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.kpgPaletteProperties.Font          = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kpgPaletteProperties.HelpBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(206)))), ((int)(((byte)(230)))));
     this.kpgPaletteProperties.HelpForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     this.kpgPaletteProperties.LineColor     = System.Drawing.Color.FromArgb(((int)(((byte)(179)))), ((int)(((byte)(196)))), ((int)(((byte)(216)))));
     this.kpgPaletteProperties.Location      = new System.Drawing.Point(0, 0);
     this.kpgPaletteProperties.Name          = "kpgPaletteProperties";
     this.kpgPaletteProperties.Size          = new System.Drawing.Size(422, 603);
     this.kpgPaletteProperties.TabIndex      = 0;
     //
     // PaletteProperties
     //
     this.Controls.Add(this.kpgPaletteProperties);
     this.Name = "PaletteProperties";
     this.Size = new System.Drawing.Size(422, 603);
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.kpgPalette = new Krypton.Toolkit.Suite.Extended.Base.KryptonPropertyGrid();
     this.SuspendLayout();
     //
     // kpgPalette
     //
     this.kpgPalette.CategoryForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     this.kpgPalette.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.kpgPalette.HelpBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(206)))), ((int)(((byte)(230)))));
     this.kpgPalette.HelpForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     this.kpgPalette.LineColor     = System.Drawing.Color.FromArgb(((int)(((byte)(179)))), ((int)(((byte)(196)))), ((int)(((byte)(216)))));
     this.kpgPalette.Location      = new System.Drawing.Point(0, 0);
     this.kpgPalette.Name          = "kpgPalette";
     this.kpgPalette.Size          = new System.Drawing.Size(400, 561);
     this.kpgPalette.TabIndex      = 0;
     //
     // PropertiesWindow
     //
     this.ClientSize = new System.Drawing.Size(400, 561);
     this.Controls.Add(this.kpgPalette);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name            = "PropertiesWindow";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.Manual;
     this.Text            = "Palette Properties";
     this.ResumeLayout(false);
 }
        public KryptonPropertyGridActionList(KryptonPropertyGridDesigner owner) : base(owner.Component)
        {
            _propertyGrid = owner.Component as KryptonPropertyGrid;

            _service = (IComponentChangeService)GetService(typeof(IComponentChangeService));
        }