private void InitializeComponent()
 {
     this.kryptonPanel1 = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.cgMain        = new Cyotek.Windows.Forms.ColorGrid();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.cgMain);
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(247, 159);
     this.kryptonPanel1.TabIndex = 0;
     //
     // cgMain
     //
     this.cgMain.BackColor             = System.Drawing.Color.Transparent;
     this.cgMain.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.cgMain.Location              = new System.Drawing.Point(0, 0);
     this.cgMain.Name                  = "cgMain";
     this.cgMain.Size                  = new System.Drawing.Size(247, 165);
     this.cgMain.TabIndex              = 1;
     this.cgMain.AutoAddColorsChanged += new System.EventHandler(this.CgMain_AutoAddColorsChanged);
     this.cgMain.ColorChanged         += new System.EventHandler(this.CgMain_ColorChanged);
     //
     // ColourGridWindow
     //
     this.ClientSize = new System.Drawing.Size(247, 159);
     this.Controls.Add(this.kryptonPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "ColourGridWindow";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.panel1          = new System.Windows.Forms.Panel();
     this.kbtnOpenPalette = new Krypton.Toolkit.KryptonButton();
     this.kbtnSavePalette = new Krypton.Toolkit.KryptonButton();
     this.panel2          = new System.Windows.Forms.Panel();
     this.cgColour        = new Cyotek.Windows.Forms.ColorGrid();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.Transparent;
     this.panel1.Controls.Add(this.kbtnSavePalette);
     this.panel1.Controls.Add(this.kbtnOpenPalette);
     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(249, 24);
     this.panel1.TabIndex = 0;
     //
     // kbtnOpenPalette
     //
     this.kbtnOpenPalette.AutoSize     = true;
     this.kbtnOpenPalette.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnOpenPalette.Location     = new System.Drawing.Point(0, 0);
     this.kbtnOpenPalette.Name         = "kbtnOpenPalette";
     this.kbtnOpenPalette.Size         = new System.Drawing.Size(22, 22);
     this.kbtnOpenPalette.TabIndex     = 0;
     this.kbtnOpenPalette.ToolTipValues.Description    = "Load a custom palette.";
     this.kbtnOpenPalette.ToolTipValues.EnableToolTips = true;
     this.kbtnOpenPalette.ToolTipValues.Heading        = "Load Palette";
     this.kbtnOpenPalette.ToolTipValues.Image          = global::Krypton.Toolkit.Extended.Colour.Controls.Properties.Resources.palette_load;
     this.kbtnOpenPalette.Values.Image = global::Krypton.Toolkit.Extended.Colour.Controls.Properties.Resources.palette_load;
     this.kbtnOpenPalette.Values.Text  = "";
     this.kbtnOpenPalette.Click       += new System.EventHandler(this.kbtnOpenPalette_Click);
     //
     // kbtnSavePalette
     //
     this.kbtnSavePalette.AutoSize     = true;
     this.kbtnSavePalette.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnSavePalette.Location     = new System.Drawing.Point(28, 0);
     this.kbtnSavePalette.Name         = "kbtnSavePalette";
     this.kbtnSavePalette.Size         = new System.Drawing.Size(22, 22);
     this.kbtnSavePalette.TabIndex     = 1;
     this.kbtnSavePalette.ToolTipValues.Description    = "Save a custom palette.";
     this.kbtnSavePalette.ToolTipValues.EnableToolTips = true;
     this.kbtnSavePalette.ToolTipValues.Heading        = "Save Palette";
     this.kbtnSavePalette.ToolTipValues.Image          = global::Krypton.Toolkit.Extended.Colour.Controls.Properties.Resources.palette_save;
     this.kbtnSavePalette.Values.Image = global::Krypton.Toolkit.Extended.Colour.Controls.Properties.Resources.palette_save;
     this.kbtnSavePalette.Values.Text  = "";
     this.kbtnSavePalette.Click       += new System.EventHandler(this.kbtnSavePalette_Click);
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.Transparent;
     this.panel2.Controls.Add(this.cgColour);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 24);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(249, 167);
     this.panel2.TabIndex = 1;
     //
     // cgColour
     //
     this.cgColour.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.cgColour.Location = new System.Drawing.Point(0, 0);
     this.cgColour.Name     = "cgColour";
     this.cgColour.Size     = new System.Drawing.Size(247, 165);
     this.cgColour.TabIndex = 0;
     //
     // ColourGridUserControl
     //
     this.AutoSize  = true;
     this.BackColor = System.Drawing.Color.Transparent;
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Name = "ColourGridUserControl";
     this.Size = new System.Drawing.Size(249, 191);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.kpnlMain = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kbtnSaveColourPalette = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnLoadColourPalette = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.scpPicker             = new ExtendedColourControls.ScreenColourPicker();
     this.ceColour        = new ExtendedColourControls.ColourEditor();
     this.ceEditor        = new Cyotek.Windows.Forms.ColorEditor();
     this.kbtnCancel      = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnOk          = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.cbColourPreview = new KryptonToolkitSuiteExtendedCore.CircularPictureBox();
     this.cwColourPicker  = new ExtendedColourControls.ColourWheel();
     this.cgColourPalette = new Cyotek.Windows.Forms.ColorGrid();
     this.cem             = new ExtendedColourControls.ColourEditorManager();
     ((System.ComponentModel.ISupportInitialize)(this.kpnlMain)).BeginInit();
     this.kpnlMain.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbColourPreview)).BeginInit();
     this.SuspendLayout();
     //
     // kpnlMain
     //
     this.kpnlMain.Controls.Add(this.kbtnSaveColourPalette);
     this.kpnlMain.Controls.Add(this.kbtnLoadColourPalette);
     this.kpnlMain.Controls.Add(this.scpPicker);
     this.kpnlMain.Controls.Add(this.ceColour);
     this.kpnlMain.Controls.Add(this.ceEditor);
     this.kpnlMain.Controls.Add(this.kbtnCancel);
     this.kpnlMain.Controls.Add(this.kbtnOk);
     this.kpnlMain.Controls.Add(this.cbColourPreview);
     this.kpnlMain.Controls.Add(this.cwColourPicker);
     this.kpnlMain.Controls.Add(this.cgColourPalette);
     this.kpnlMain.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kpnlMain.Location = new System.Drawing.Point(0, 0);
     this.kpnlMain.Name     = "kpnlMain";
     this.kpnlMain.Size     = new System.Drawing.Size(643, 483);
     this.kpnlMain.TabIndex = 0;
     //
     // kbtnSaveColourPalette
     //
     this.kbtnSaveColourPalette.Location     = new System.Drawing.Point(41, 300);
     this.kbtnSaveColourPalette.Name         = "kbtnSaveColourPalette";
     this.kbtnSaveColourPalette.Size         = new System.Drawing.Size(23, 23);
     this.kbtnSaveColourPalette.TabIndex     = 5;
     this.kbtnSaveColourPalette.Values.Image = global::ExtendedColourControls.Properties.Resources.palette_save;
     this.kbtnSaveColourPalette.Values.Text  = "";
     this.kbtnSaveColourPalette.Click       += new System.EventHandler(this.KbtnSaveColourPalette_Click);
     //
     // kbtnLoadColourPalette
     //
     this.kbtnLoadColourPalette.Location     = new System.Drawing.Point(12, 300);
     this.kbtnLoadColourPalette.Name         = "kbtnLoadColourPalette";
     this.kbtnLoadColourPalette.Size         = new System.Drawing.Size(23, 23);
     this.kbtnLoadColourPalette.TabIndex     = 1;
     this.kbtnLoadColourPalette.Values.Image = global::ExtendedColourControls.Properties.Resources.palette_load;
     this.kbtnLoadColourPalette.Values.Text  = "";
     this.kbtnLoadColourPalette.Click       += new System.EventHandler(this.KbtnLoadColourPalette_Click);
     //
     // scpPicker
     //
     this.scpPicker.Colour   = System.Drawing.Color.Empty;
     this.scpPicker.Image    = global::ExtendedColourControls.Properties.Resources.eyedropper1;
     this.scpPicker.Location = new System.Drawing.Point(501, 164);
     this.scpPicker.Name     = "scpPicker";
     this.scpPicker.Size     = new System.Drawing.Size(130, 129);
     //
     // ceColour
     //
     this.ceColour.BackColor = System.Drawing.Color.Transparent;
     this.ceColour.Location  = new System.Drawing.Point(249, 20);
     this.ceColour.Name      = "ceColour";
     this.ceColour.Size      = new System.Drawing.Size(246, 371);
     this.ceColour.TabIndex  = 1;
     //
     // ceEditor
     //
     this.ceEditor.BackColor = System.Drawing.Color.Transparent;
     this.ceEditor.Font      = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ceEditor.Location  = new System.Drawing.Point(249, 20);
     this.ceEditor.Margin    = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.ceEditor.Name      = "ceEditor";
     this.ceEditor.Size      = new System.Drawing.Size(246, 371);
     this.ceEditor.TabIndex  = 1;
     this.ceEditor.Visible   = false;
     //
     // kbtnCancel
     //
     this.kbtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.kbtnCancel.Location     = new System.Drawing.Point(501, 64);
     this.kbtnCancel.Name         = "kbtnCancel";
     this.kbtnCancel.Size         = new System.Drawing.Size(130, 38);
     this.kbtnCancel.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnCancel.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnCancel.TabIndex    = 4;
     this.kbtnCancel.Values.Text = "C&ancel";
     this.kbtnCancel.Click      += new System.EventHandler(this.KbtnCancel_Click);
     //
     // kbtnOk
     //
     this.kbtnOk.Location = new System.Drawing.Point(501, 20);
     this.kbtnOk.Name     = "kbtnOk";
     this.kbtnOk.Size     = new System.Drawing.Size(130, 38);
     this.kbtnOk.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnOk.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnOk.TabIndex    = 3;
     this.kbtnOk.Values.Text = "&Ok";
     this.kbtnOk.Click      += new System.EventHandler(this.KbtnOk_Click);
     //
     // cbColourPreview
     //
     this.cbColourPreview.BackColor = System.Drawing.SystemColors.Control;
     this.cbColourPreview.Location  = new System.Drawing.Point(501, 341);
     this.cbColourPreview.Name      = "cbColourPreview";
     this.cbColourPreview.Size      = new System.Drawing.Size(130, 130);
     this.cbColourPreview.TabIndex  = 2;
     this.cbColourPreview.TabStop   = false;
     this.cbColourPreview.Paint    += new System.Windows.Forms.PaintEventHandler(this.CbColourPreview_Paint);
     //
     // cwColourPicker
     //
     this.cwColourPicker.BackColor = System.Drawing.Color.Transparent;
     this.cwColourPicker.Location  = new System.Drawing.Point(12, 20);
     this.cwColourPicker.Name      = "cwColourPicker";
     this.cwColourPicker.Size      = new System.Drawing.Size(231, 212);
     this.cwColourPicker.TabIndex  = 1;
     //
     // cgColourPalette
     //
     this.cgColourPalette.AutoAddColors     = false;
     this.cgColourPalette.BackColor         = System.Drawing.Color.Transparent;
     this.cgColourPalette.CellSize          = new System.Drawing.Size(11, 12);
     this.cgColourPalette.EditMode          = Cyotek.Windows.Forms.ColorEditingMode.Both;
     this.cgColourPalette.Location          = new System.Drawing.Point(12, 329);
     this.cgColourPalette.Name              = "cgColourPalette";
     this.cgColourPalette.SelectedCellStyle = Cyotek.Windows.Forms.ColorGridSelectedCellStyle.Standard;
     this.cgColourPalette.ShowCustomColors  = false;
     this.cgColourPalette.Size              = new System.Drawing.Size(231, 142);
     this.cgColourPalette.TabIndex          = 1;
     this.cgColourPalette.EditingColor     += new System.EventHandler <Cyotek.Windows.Forms.EditColorCancelEventArgs>(this.CgColourPalette_EditingColor);
     //
     // cem
     //
     this.cem.Color              = System.Drawing.Color.Empty;
     this.cem.ColourEditor       = this.ceColour;
     this.cem.ColourGrid         = this.cgColourPalette;
     this.cem.ColourWheel        = this.cwColourPicker;
     this.cem.ScreenColourPicker = this.scpPicker;
     this.cem.ColorChanged      += new System.EventHandler(this.Cem_ColorChanged);
     this.cem.ColourChanged     += new System.EventHandler(this.Cem_ColourChanged);
     //
     // ColourPickerDialog
     //
     this.AcceptButton = this.kbtnOk;
     this.CancelButton = this.kbtnCancel;
     this.ClientSize   = new System.Drawing.Size(643, 483);
     this.Controls.Add(this.kpnlMain);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "ColourPickerDialog";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.Text            = "Colour Picker";
     this.Load           += new System.EventHandler(this.ColourPickerDialog_Load);
     ((System.ComponentModel.ISupportInitialize)(this.kpnlMain)).EndInit();
     this.kpnlMain.ResumeLayout(false);
     this.kpnlMain.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbColourPreview)).EndInit();
     this.ResumeLayout(false);
 }
Пример #4
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(KryptonColourPickerDialog));
     this.kryptonPanel1              = new Krypton.Toolkit.KryptonPanel();
     this.kbtnSavePalette            = new Krypton.Toolkit.KryptonButton();
     this.kbtnLoadPalette            = new Krypton.Toolkit.KryptonButton();
     this.cgColours                  = new Cyotek.Windows.Forms.ColorGrid();
     this.cpbColourPreview           = new Krypton.Toolkit.Extended.Core.CircularPictureBox();
     this.kryptonPanel2              = new Krypton.Toolkit.KryptonPanel();
     this.panel1                     = new System.Windows.Forms.Panel();
     this.kryptonCancelDialogButton1 = new Krypton.Toolkit.Extended.Dialogs.KryptonCancelDialogButton();
     this.kryptonOKDialogButton1     = new Krypton.Toolkit.Extended.Dialogs.KryptonOKDialogButton();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cpbColourPreview)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).BeginInit();
     this.kryptonPanel2.SuspendLayout();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kbtnSavePalette);
     this.kryptonPanel1.Controls.Add(this.kbtnLoadPalette);
     this.kryptonPanel1.Controls.Add(this.cgColours);
     this.kryptonPanel1.Controls.Add(this.cpbColourPreview);
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(574, 491);
     this.kryptonPanel1.TabIndex = 0;
     //
     // kbtnSavePalette
     //
     this.kbtnSavePalette.AutoSize     = true;
     this.kbtnSavePalette.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnSavePalette.Location     = new System.Drawing.Point(40, 252);
     this.kbtnSavePalette.Name         = "kbtnSavePalette";
     this.kbtnSavePalette.Size         = new System.Drawing.Size(22, 22);
     this.kbtnSavePalette.TabIndex     = 4;
     this.kbtnSavePalette.ToolTipValues.Description = "Save current custom palette for futre use.";
     this.kbtnSavePalette.Values.Image = global::Krypton.Toolkit.Extended.Dialogs.Properties.Resources.palette_save;
     this.kbtnSavePalette.Values.Text  = "";
     this.kbtnSavePalette.Click       += new System.EventHandler(this.kbtnSavePalette_Click);
     //
     // kbtnLoadPalette
     //
     this.kbtnLoadPalette.AutoSize     = true;
     this.kbtnLoadPalette.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnLoadPalette.Location     = new System.Drawing.Point(12, 252);
     this.kbtnLoadPalette.Name         = "kbtnLoadPalette";
     this.kbtnLoadPalette.Size         = new System.Drawing.Size(22, 22);
     this.kbtnLoadPalette.TabIndex     = 1;
     this.kbtnLoadPalette.ToolTipValues.Description = "Load a custom palette.";
     this.kbtnLoadPalette.ToolTipValues.Heading     = "Load Custom Palette";
     this.kbtnLoadPalette.ToolTipValues.Image       = global::Krypton.Toolkit.Extended.Dialogs.Properties.Resources.palette_load;
     this.kbtnLoadPalette.Values.Image = global::Krypton.Toolkit.Extended.Dialogs.Properties.Resources.palette_load;
     this.kbtnLoadPalette.Values.Text  = "";
     this.kbtnLoadPalette.Click       += new System.EventHandler(this.kbtnLoadPalette_Click);
     //
     // cgColours
     //
     this.cgColours.BackColor     = System.Drawing.Color.Transparent;
     this.cgColours.Location      = new System.Drawing.Point(12, 280);
     this.cgColours.Name          = "cgColours";
     this.cgColours.Size          = new System.Drawing.Size(247, 165);
     this.cgColours.TabIndex      = 3;
     this.cgColours.EditingColor += new System.EventHandler <Cyotek.Windows.Forms.EditColorCancelEventArgs>(this.cgColours_EditingColor);
     //
     // cpbColourPreview
     //
     this.cpbColourPreview.BackColor     = System.Drawing.SystemColors.Control;
     this.cpbColourPreview.Location      = new System.Drawing.Point(443, 252);
     this.cpbColourPreview.Name          = "cpbColourPreview";
     this.cpbColourPreview.Size          = new System.Drawing.Size(119, 119);
     this.cpbColourPreview.TabIndex      = 2;
     this.cpbColourPreview.TabStop       = false;
     this.cpbColourPreview.ToolTipValues = null;
     this.cpbColourPreview.Paint        += new System.Windows.Forms.PaintEventHandler(this.cpbColourPreview_Paint);
     //
     // kryptonPanel2
     //
     this.kryptonPanel2.Controls.Add(this.kryptonOKDialogButton1);
     this.kryptonPanel2.Controls.Add(this.kryptonCancelDialogButton1);
     this.kryptonPanel2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.kryptonPanel2.Location = new System.Drawing.Point(0, 454);
     this.kryptonPanel2.Name     = "kryptonPanel2";
     this.kryptonPanel2.Size     = new System.Drawing.Size(574, 37);
     this.kryptonPanel2.TabIndex = 1;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.panel1.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location  = new System.Drawing.Point(0, 451);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(574, 3);
     this.panel1.TabIndex  = 2;
     //
     // kryptonCancelDialogButton1
     //
     this.kryptonCancelDialogButton1.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.kryptonCancelDialogButton1.Location     = new System.Drawing.Point(472, 6);
     this.kryptonCancelDialogButton1.Name         = "kryptonCancelDialogButton1";
     this.kryptonCancelDialogButton1.ParentWindow = this;
     this.kryptonCancelDialogButton1.Size         = new System.Drawing.Size(90, 25);
     this.kryptonCancelDialogButton1.TabIndex     = 0;
     this.kryptonCancelDialogButton1.Values.Text  = "C&ancel";
     //
     // kryptonOKDialogButton1
     //
     this.kryptonOKDialogButton1.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.kryptonOKDialogButton1.Location     = new System.Drawing.Point(376, 6);
     this.kryptonOKDialogButton1.Name         = "kryptonOKDialogButton1";
     this.kryptonOKDialogButton1.ParentWindow = this;
     this.kryptonOKDialogButton1.Size         = new System.Drawing.Size(90, 25);
     this.kryptonOKDialogButton1.TabIndex     = 3;
     this.kryptonOKDialogButton1.Values.Text  = "&OK";
     //
     // KryptonColourPickerDialog
     //
     this.ClientSize = new System.Drawing.Size(574, 491);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.kryptonPanel2);
     this.Controls.Add(this.kryptonPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "KryptonColourPickerDialog";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.Manual;
     this.Text            = "Colour Picker";
     this.Load           += new System.EventHandler(this.KryptonColourPickerDialog_Load);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cpbColourPreview)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).EndInit();
     this.kryptonPanel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #5
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(KryptonColourPickerDialog));
     this.kryptonPanel1   = new Krypton.Toolkit.KryptonPanel();
     this.kdbtnOk         = new Krypton.Toolkit.Suite.Extended.Base.KryptonOKDialogButton();
     this.kdbtnCancel     = new Krypton.Toolkit.Suite.Extended.Base.KryptonCancelDialogButton();
     this.kryptonPanel2   = new Krypton.Toolkit.KryptonPanel();
     this.kbtnSavePalette = new Krypton.Toolkit.KryptonButton();
     this.kbtnLoadPalette = new Krypton.Toolkit.KryptonButton();
     this.cpbColour       = new Krypton.Toolkit.Suite.Extended.Base.CircularPictureBox();
     this.cgColour        = new Cyotek.Windows.Forms.ColorGrid();
     this.scpColour       = new Krypton.Toolkit.Suite.Extended.Drawing.Suite.ScreenColourPickerControl();
     this.ceColour        = new Krypton.Toolkit.Suite.Extended.Drawing.Suite.ColourEditor();
     this.cwColour        = new Krypton.Toolkit.Suite.Extended.Drawing.Suite.ColourWheelControl();
     this.panel1          = new System.Windows.Forms.Panel();
     this.cem             = new Krypton.Toolkit.Suite.Extended.Drawing.Suite.ColourEditorManager();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).BeginInit();
     this.kryptonPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cpbColour)).BeginInit();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kdbtnOk);
     this.kryptonPanel1.Controls.Add(this.kdbtnCancel);
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 411);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(644, 43);
     this.kryptonPanel1.TabIndex = 0;
     //
     // kdbtnOk
     //
     this.kdbtnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.kdbtnOk.Location     = new System.Drawing.Point(446, 6);
     this.kdbtnOk.Name         = "kdbtnOk";
     this.kdbtnOk.ParentWindow = null;
     this.kdbtnOk.Size         = new System.Drawing.Size(90, 25);
     this.kdbtnOk.TabIndex     = 3;
     this.kdbtnOk.Values.Text  = "&OK";
     this.kdbtnOk.Click       += new System.EventHandler(this.kdbtnOk_Click);
     //
     // kdbtnCancel
     //
     this.kdbtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.kdbtnCancel.Location     = new System.Drawing.Point(542, 6);
     this.kdbtnCancel.Name         = "kdbtnCancel";
     this.kdbtnCancel.ParentWindow = null;
     this.kdbtnCancel.Size         = new System.Drawing.Size(90, 25);
     this.kdbtnCancel.TabIndex     = 3;
     this.kdbtnCancel.Values.Text  = "C&ancel";
     this.kdbtnCancel.Click       += new System.EventHandler(this.kdbtnCancel_Click);
     //
     // kryptonPanel2
     //
     this.kryptonPanel2.Controls.Add(this.kbtnSavePalette);
     this.kryptonPanel2.Controls.Add(this.kbtnLoadPalette);
     this.kryptonPanel2.Controls.Add(this.cpbColour);
     this.kryptonPanel2.Controls.Add(this.cgColour);
     this.kryptonPanel2.Controls.Add(this.scpColour);
     this.kryptonPanel2.Controls.Add(this.ceColour);
     this.kryptonPanel2.Controls.Add(this.cwColour);
     this.kryptonPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel2.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel2.Name     = "kryptonPanel2";
     this.kryptonPanel2.Size     = new System.Drawing.Size(644, 411);
     this.kryptonPanel2.TabIndex = 1;
     //
     // kbtnSavePalette
     //
     this.kbtnSavePalette.AutoSize     = true;
     this.kbtnSavePalette.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnSavePalette.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.kbtnSavePalette.Location     = new System.Drawing.Point(40, 203);
     this.kbtnSavePalette.Name         = "kbtnSavePalette";
     this.kbtnSavePalette.Size         = new System.Drawing.Size(22, 22);
     this.kbtnSavePalette.TabIndex     = 4;
     this.kbtnSavePalette.ToolTipValues.Description    = "Save a custom palette.";
     this.kbtnSavePalette.ToolTipValues.EnableToolTips = true;
     this.kbtnSavePalette.ToolTipValues.Heading        = "Save Palette";
     this.kbtnSavePalette.ToolTipValues.Image          = global::Krypton.Toolkit.Suite.Extended.Drawing.Suite.Properties.Resources.palette_save;
     this.kbtnSavePalette.Values.Image = global::Krypton.Toolkit.Suite.Extended.Drawing.Suite.Properties.Resources.palette_save;
     this.kbtnSavePalette.Values.Text  = "";
     this.kbtnSavePalette.Click       += new System.EventHandler(this.kbtnSavePalette_Click);
     //
     // kbtnLoadPalette
     //
     this.kbtnLoadPalette.AutoSize     = true;
     this.kbtnLoadPalette.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnLoadPalette.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.kbtnLoadPalette.Location     = new System.Drawing.Point(12, 203);
     this.kbtnLoadPalette.Name         = "kbtnLoadPalette";
     this.kbtnLoadPalette.Size         = new System.Drawing.Size(22, 22);
     this.kbtnLoadPalette.TabIndex     = 3;
     this.kbtnLoadPalette.ToolTipValues.Description    = "Load a custom palette.";
     this.kbtnLoadPalette.ToolTipValues.EnableToolTips = true;
     this.kbtnLoadPalette.ToolTipValues.Heading        = "Load Palette";
     this.kbtnLoadPalette.ToolTipValues.Image          = global::Krypton.Toolkit.Suite.Extended.Drawing.Suite.Properties.Resources.palette_load;
     this.kbtnLoadPalette.Values.Image = global::Krypton.Toolkit.Suite.Extended.Drawing.Suite.Properties.Resources.palette_load;
     this.kbtnLoadPalette.Values.Text  = "";
     this.kbtnLoadPalette.Click       += new System.EventHandler(this.kbtnLoadPalette_Click);
     //
     // cpbColour
     //
     this.cpbColour.BackColor     = System.Drawing.Color.Transparent;
     this.cpbColour.Location      = new System.Drawing.Point(458, 12);
     this.cpbColour.Name          = "cpbColour";
     this.cpbColour.Size          = new System.Drawing.Size(174, 167);
     this.cpbColour.TabIndex      = 3;
     this.cpbColour.TabStop       = false;
     this.cpbColour.ToolTipValues = null;
     //
     // cgColour
     //
     this.cgColour.BackColor     = System.Drawing.Color.Transparent;
     this.cgColour.Location      = new System.Drawing.Point(12, 231);
     this.cgColour.Name          = "cgColour";
     this.cgColour.Size          = new System.Drawing.Size(247, 165);
     this.cgColour.TabIndex      = 3;
     this.cgColour.EditingColor += new System.EventHandler <Cyotek.Windows.Forms.EditColorCancelEventArgs>(this.cgColour_EditingColor);
     this.cgColour.ColorChanged += new System.EventHandler(this.cgColour_ColorChanged);
     //
     // scpColour
     //
     this.scpColour.Colour   = System.Drawing.Color.Empty;
     this.scpColour.Image    = global::Krypton.Toolkit.Suite.Extended.Drawing.Suite.Properties.Resources.eyedropper;
     this.scpColour.Location = new System.Drawing.Point(267, 261);
     this.scpColour.Name     = "scpColour";
     this.scpColour.Size     = new System.Drawing.Size(185, 135);
     //
     // ceColour
     //
     this.ceColour.BackColor = System.Drawing.Color.Transparent;
     this.ceColour.Location  = new System.Drawing.Point(267, 12);
     this.ceColour.Name      = "ceColour";
     this.ceColour.Size      = new System.Drawing.Size(185, 243);
     this.ceColour.TabIndex  = 3;
     //
     // cwColour
     //
     this.cwColour.BackColor      = System.Drawing.Color.Transparent;
     this.cwColour.Location       = new System.Drawing.Point(12, 12);
     this.cwColour.Name           = "cwColour";
     this.cwColour.Size           = new System.Drawing.Size(249, 183);
     this.cwColour.TabIndex       = 0;
     this.cwColour.ColourChanged += new System.EventHandler(this.cwColour_ColourChanged);
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.panel1.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location  = new System.Drawing.Point(0, 408);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(644, 3);
     this.panel1.TabIndex  = 2;
     //
     // cem
     //
     this.cem.Color          = System.Drawing.Color.Empty;
     this.cem.ColourEditor   = this.ceColour;
     this.cem.ColourWheel    = this.cwColour;
     this.cem.ColorChanged  += new System.EventHandler(this.cem_ColorChanged);
     this.cem.ColourChanged += new System.EventHandler(this.cem_ColourChanged);
     //
     // KryptonColourPickerDialog
     //
     this.AcceptButton = this.kdbtnOk;
     this.CancelButton = this.kdbtnCancel;
     this.ClientSize   = new System.Drawing.Size(644, 454);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.kryptonPanel2);
     this.Controls.Add(this.kryptonPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "KryptonColourPickerDialog";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.Text            = "Select a Colour";
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).EndInit();
     this.kryptonPanel2.ResumeLayout(false);
     this.kryptonPanel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cpbColour)).EndInit();
     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();
     this.MainMenu = new System.Windows.Forms.MainMenu(this.components);
     this.menuItem1 = new System.Windows.Forms.MenuItem();
     this.menuItem2 = new System.Windows.Forms.MenuItem();
     this.menuItem3 = new System.Windows.Forms.MenuItem();
     this.menuItem4 = new System.Windows.Forms.MenuItem();
     this.menuItem5 = new System.Windows.Forms.MenuItem();
     this.menuItem6 = new System.Windows.Forms.MenuItem();
     this.menuItem7 = new System.Windows.Forms.MenuItem();
     this.menuItem8 = new System.Windows.Forms.MenuItem();
     this.menuItem9 = new System.Windows.Forms.MenuItem();
     this.menuItem10 = new System.Windows.Forms.MenuItem();
     this.menuItem13 = new System.Windows.Forms.MenuItem();
     this.menuItem14 = new System.Windows.Forms.MenuItem();
     this.menuItem15 = new System.Windows.Forms.MenuItem();
     this.menuItem11 = new System.Windows.Forms.MenuItem();
     this.menuItem12 = new System.Windows.Forms.MenuItem();
     this.lstfontstyle = new System.Windows.Forms.ListBox();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.colorEditor = new Cyotek.Windows.Forms.ColorEditor();
     this.colorWheel = new Cyotek.Windows.Forms.ColorWheel();
     this.lightnessColorSlider = new Cyotek.Windows.Forms.LightnessColorSlider();
     this.colorGrid = new Cyotek.Windows.Forms.ColorGrid();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.lstprops = new System.Windows.Forms.ListView();
     this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colpanel = new System.Windows.Forms.Panel();
     this.panel1 = new System.Windows.Forms.Panel();
     this.cmbpalette = new System.Windows.Forms.ComboBox();
     this.colorEditorManager = new Cyotek.Windows.Forms.ColorEditorManager();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.colpanel.SuspendLayout();
     this.SuspendLayout();
     //
     // MainMenu
     //
     this.MainMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuItem1,
     this.menuItem8,
     this.menuItem11});
     //
     // menuItem1
     //
     this.menuItem1.Index = 0;
     this.menuItem1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuItem2,
     this.menuItem3,
     this.menuItem4,
     this.menuItem5,
     this.menuItem6,
     this.menuItem7});
     this.menuItem1.Text = "File";
     //
     // menuItem2
     //
     this.menuItem2.Index = 0;
     this.menuItem2.Shortcut = System.Windows.Forms.Shortcut.CtrlN;
     this.menuItem2.Text = "New Theme";
     this.menuItem2.Click += new System.EventHandler(this.menuItem2_Click);
     //
     // menuItem3
     //
     this.menuItem3.Index = 1;
     this.menuItem3.Shortcut = System.Windows.Forms.Shortcut.CtrlO;
     this.menuItem3.Text = "Open Theme";
     this.menuItem3.Click += new System.EventHandler(this.menuItem3_Click);
     //
     // menuItem4
     //
     this.menuItem4.Index = 2;
     this.menuItem4.Text = "-";
     //
     // menuItem5
     //
     this.menuItem5.Index = 3;
     this.menuItem5.Shortcut = System.Windows.Forms.Shortcut.CtrlS;
     this.menuItem5.Text = "Save Theme";
     this.menuItem5.Click += new System.EventHandler(this.menuItem5_Click);
     //
     // menuItem6
     //
     this.menuItem6.Index = 4;
     this.menuItem6.Text = "-";
     //
     // menuItem7
     //
     this.menuItem7.Index = 5;
     this.menuItem7.Shortcut = System.Windows.Forms.Shortcut.CtrlW;
     this.menuItem7.Text = "Close";
     this.menuItem7.Click += new System.EventHandler(this.menuItem7_Click);
     //
     // menuItem8
     //
     this.menuItem8.Index = 1;
     this.menuItem8.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuItem9,
     this.menuItem10,
     this.menuItem13,
     this.menuItem14,
     this.menuItem15});
     this.menuItem8.Text = "Options";
     //
     // menuItem9
     //
     this.menuItem9.Index = 0;
     this.menuItem9.Shortcut = System.Windows.Forms.Shortcut.F5;
     this.menuItem9.Text = "Copy And Run Ynote";
     this.menuItem9.Click += new System.EventHandler(this.menuItem9_Click);
     //
     // menuItem10
     //
     this.menuItem10.Index = 1;
     this.menuItem10.Shortcut = System.Windows.Forms.Shortcut.CtrlF5;
     this.menuItem10.Text = "Copy To Ynote Themes Directory";
     this.menuItem10.Click += new System.EventHandler(this.menuItem10_Click);
     //
     // menuItem13
     //
     this.menuItem13.Index = 2;
     this.menuItem13.Text = "-";
     //
     // menuItem14
     //
     this.menuItem14.Index = 3;
     this.menuItem14.Text = "Set Ynote Directory";
     this.menuItem14.Click += new System.EventHandler(this.menuItem14_Click);
     //
     // menuItem15
     //
     this.menuItem15.Index = 4;
     this.menuItem15.Text = "Edit With Ynote";
     this.menuItem15.Click += new System.EventHandler(this.menuItem15_Click);
     //
     // menuItem11
     //
     this.menuItem11.Index = 2;
     this.menuItem11.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuItem12});
     this.menuItem11.Text = "Help";
     //
     // menuItem12
     //
     this.menuItem12.Index = 0;
     this.menuItem12.Text = "About";
     this.menuItem12.Click += new System.EventHandler(this.menuItem12_Click);
     //
     // lstfontstyle
     //
     this.lstfontstyle.FormattingEnabled = true;
     this.lstfontstyle.ItemHeight = 15;
     this.lstfontstyle.Location = new System.Drawing.Point(9, 31);
     this.lstfontstyle.Name = "lstfontstyle";
     this.lstfontstyle.Size = new System.Drawing.Size(105, 124);
     this.lstfontstyle.TabIndex = 24;
     this.lstfontstyle.SelectedValueChanged += new System.EventHandler(this.lstfontstyle_SelectedValueChanged);
     //
     // groupBox1
     //
     this.groupBox1.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.groupBox1.Controls.Add(this.colorEditor);
     this.groupBox1.Controls.Add(this.colorWheel);
     this.groupBox1.Controls.Add(this.lightnessColorSlider);
     this.groupBox1.Controls.Add(this.colorGrid);
     this.groupBox1.Location = new System.Drawing.Point(7, 3);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(596, 339);
     this.groupBox1.TabIndex = 26;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Color";
     //
     // colorEditor
     //
     this.colorEditor.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.colorEditor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.colorEditor.Location = new System.Drawing.Point(254, 13);
     this.colorEditor.Name = "colorEditor";
     this.colorEditor.Size = new System.Drawing.Size(320, 290);
     this.colorEditor.TabIndex = 7;
     this.colorEditor.ColorChanged += new System.EventHandler(this.colorEditor_ColorChanged);
     //
     // colorWheel
     //
     this.colorWheel.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.colorWheel.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.colorWheel.Location = new System.Drawing.Point(6, 31);
     this.colorWheel.Name = "colorWheel";
     this.colorWheel.Size = new System.Drawing.Size(192, 147);
     this.colorWheel.TabIndex = 10;
     //
     // lightnessColorSlider
     //
     this.lightnessColorSlider.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.lightnessColorSlider.Location = new System.Drawing.Point(191, 31);
     this.lightnessColorSlider.Name = "lightnessColorSlider";
     this.lightnessColorSlider.Orientation = System.Windows.Forms.Orientation.Vertical;
     this.lightnessColorSlider.Size = new System.Drawing.Size(41, 147);
     this.lightnessColorSlider.TabIndex = 21;
     //
     // colorGrid
     //
     this.colorGrid.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.colorGrid.AutoAddColors = false;
     this.colorGrid.CellBorderStyle = Cyotek.Windows.Forms.ColorCellBorderStyle.None;
     this.colorGrid.EditMode = Cyotek.Windows.Forms.ColorEditingMode.Both;
     this.colorGrid.Location = new System.Drawing.Point(6, 184);
     this.colorGrid.Name = "colorGrid";
     this.colorGrid.Padding = new System.Windows.Forms.Padding(0);
     this.colorGrid.SelectedCellStyle = Cyotek.Windows.Forms.ColorGridSelectedCellStyle.Standard;
     this.colorGrid.ShowCustomColors = false;
     this.colorGrid.Size = new System.Drawing.Size(192, 108);
     this.colorGrid.Spacing = new System.Drawing.Size(0, 0);
     this.colorGrid.TabIndex = 11;
     this.colorGrid.ColorChanged += new System.EventHandler(this.colorGrid_ColorChanged);
     //
     // groupBox2
     //
     this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox2.Controls.Add(this.lstfontstyle);
     this.groupBox2.Location = new System.Drawing.Point(609, 3);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(120, 178);
     this.groupBox2.TabIndex = 27;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Font Style";
     //
     // lstprops
     //
     this.lstprops.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.lstprops.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader1,
     this.columnHeader2,
     this.columnHeader3,
     this.columnHeader4});
     this.lstprops.FullRowSelect = true;
     this.lstprops.GridLines = true;
     this.lstprops.HideSelection = false;
     this.lstprops.Location = new System.Drawing.Point(12, 6);
     this.lstprops.MultiSelect = false;
     this.lstprops.Name = "lstprops";
     this.lstprops.Size = new System.Drawing.Size(715, 97);
     this.lstprops.TabIndex = 28;
     this.lstprops.UseCompatibleStateImageBehavior = false;
     this.lstprops.View = System.Windows.Forms.View.Details;
     this.lstprops.SelectedIndexChanged += new System.EventHandler(this.lstprops_SelectedIndexChanged);
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "Key";
     this.columnHeader1.Width = 179;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "HexColor";
     this.columnHeader2.Width = 132;
     //
     // columnHeader3
     //
     this.columnHeader3.Text = "FontStyle";
     this.columnHeader3.Width = 177;
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "Type";
     this.columnHeader4.Width = 168;
     //
     // colpanel
     //
     this.colpanel.Controls.Add(this.panel1);
     this.colpanel.Controls.Add(this.cmbpalette);
     this.colpanel.Controls.Add(this.groupBox1);
     this.colpanel.Controls.Add(this.groupBox2);
     this.colpanel.Enabled = false;
     this.colpanel.Location = new System.Drawing.Point(5, 109);
     this.colpanel.Name = "colpanel";
     this.colpanel.Size = new System.Drawing.Size(729, 342);
     this.colpanel.TabIndex = 0;
     //
     // panel1
     //
     this.panel1.Location = new System.Drawing.Point(609, 240);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(118, 45);
     this.panel1.TabIndex = 29;
     //
     // cmbpalette
     //
     this.cmbpalette.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbpalette.FormattingEnabled = true;
     this.cmbpalette.Location = new System.Drawing.Point(605, 204);
     this.cmbpalette.Name = "cmbpalette";
     this.cmbpalette.Size = new System.Drawing.Size(121, 23);
     this.cmbpalette.TabIndex = 28;
     this.cmbpalette.SelectedIndexChanged += new System.EventHandler(this.cmbpalette_SelectedIndexChanged);
     //
     // colorEditorManager
     //
     this.colorEditorManager.ColorEditor = this.colorEditor;
     this.colorEditorManager.ColorGrid = this.colorGrid;
     this.colorEditorManager.ColorWheel = this.colorWheel;
     this.colorEditorManager.LightnessColorSlider = this.lightnessColorSlider;
     this.colorEditorManager.ColorChanged += new System.EventHandler(this.colorEditorManager_ColorChanged);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(743, 415);
     this.Controls.Add(this.lstprops);
     this.Controls.Add(this.colpanel);
     this.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Menu = this.MainMenu;
     this.Name = "MainForm";
     this.ShowIcon = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Ynote Theme Editor";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.colpanel.ResumeLayout(false);
     this.ResumeLayout(false);
 }