From 7310f4c3a5d75cbe4ce9edcb6f53248b06364c71 Mon Sep 17 00:00:00 2001 From: Markus Hofknecht Date: Sun, 6 Jun 2021 12:53:02 +0200 Subject: [PATCH] [Feature] Custom Scrollbar (#183), [Feature] Show live option color changes (#184) --- UserInterface/SettingsForm.Designer.cs | 4428 ++++++++++++------------ 1 file changed, 2214 insertions(+), 2214 deletions(-) diff --git a/UserInterface/SettingsForm.Designer.cs b/UserInterface/SettingsForm.Designer.cs index 078d99f..def59ac 100644 --- a/UserInterface/SettingsForm.Designer.cs +++ b/UserInterface/SettingsForm.Designer.cs @@ -85,159 +85,159 @@ namespace SystemTrayMenu.UserInterface this.tableLayoutPanelCustomize = new System.Windows.Forms.TableLayoutPanel(); this.groupBoxColorsLightMode = new System.Windows.Forms.GroupBox(); this.tableLayoutPanelColorsAndDefault = new System.Windows.Forms.TableLayoutPanel(); - this.tableLayoutPanel30 = new System.Windows.Forms.TableLayoutPanel(); - this.pictureBoxArrowHoverBackground = new System.Windows.Forms.PictureBox(); - this.textBoxColorArrowHoverBackground = new System.Windows.Forms.TextBox(); - this.labelArrowHoverBackground = new System.Windows.Forms.Label(); - this.tableLayoutPanel29 = new System.Windows.Forms.TableLayoutPanel(); - this.pictureBoxArrowHover = new System.Windows.Forms.PictureBox(); - this.textBoxColorArrowHover = new System.Windows.Forms.TextBox(); - this.labelArrowHover = new System.Windows.Forms.Label(); - this.tableLayoutPanel28 = new System.Windows.Forms.TableLayoutPanel(); - this.pictureBoxArrowClickBackground = new System.Windows.Forms.PictureBox(); - this.textBoxColorArrowClickBackground = new System.Windows.Forms.TextBox(); - this.labelArrowClickBackground = new System.Windows.Forms.Label(); - this.buttonColorsDefault = new System.Windows.Forms.Button(); - this.tableLayoutPanel27 = new System.Windows.Forms.TableLayoutPanel(); - this.pictureBoxArrowClick = new System.Windows.Forms.PictureBox(); - this.textBoxColorArrowClick = new System.Windows.Forms.TextBox(); - this.labelArrowClick = new System.Windows.Forms.Label(); - this.tableLayoutPanel26 = new System.Windows.Forms.TableLayoutPanel(); - this.pictureBoxArrow = new System.Windows.Forms.PictureBox(); - this.textBoxColorArrow = new System.Windows.Forms.TextBox(); - this.labelArrow = new System.Windows.Forms.Label(); - this.tableLayoutPanel25 = new System.Windows.Forms.TableLayoutPanel(); - this.pictureBoxSliderArrowsAndTrackHover = new System.Windows.Forms.PictureBox(); - this.textBoxColorSliderArrowsAndTrackHover = new System.Windows.Forms.TextBox(); - this.labelSliderArrowsAndTrackHover = new System.Windows.Forms.Label(); - this.tableLayoutPanel24 = new System.Windows.Forms.TableLayoutPanel(); - this.pictureBoxSliderHover = new System.Windows.Forms.PictureBox(); - this.textBoxColorSliderHover = new System.Windows.Forms.TextBox(); - this.labelSliderHover = new System.Windows.Forms.Label(); - this.tableLayoutPanel23 = new System.Windows.Forms.TableLayoutPanel(); - this.pictureBoxSliderDragging = new System.Windows.Forms.PictureBox(); - this.textBoxColorSliderDragging = new System.Windows.Forms.TextBox(); - this.labelSliderDragging = new System.Windows.Forms.Label(); - this.tableLayoutPanel22 = new System.Windows.Forms.TableLayoutPanel(); - this.pictureBoxSlider = new System.Windows.Forms.PictureBox(); - this.textBoxColorSlider = new System.Windows.Forms.TextBox(); - this.labelSlider = new System.Windows.Forms.Label(); - this.tableLayoutPanel21 = new System.Windows.Forms.TableLayoutPanel(); - this.pictureBoxScrollbarBackground = new System.Windows.Forms.PictureBox(); - this.textBoxColorScrollbarBackground = new System.Windows.Forms.TextBox(); - this.labelScrollbarBackground = new System.Windows.Forms.Label(); - this.tableLayoutPanel20 = new System.Windows.Forms.TableLayoutPanel(); - this.labelWarning = new System.Windows.Forms.Label(); - this.textBoxColorWarning = new System.Windows.Forms.TextBox(); - this.pictureBoxWarning = new System.Windows.Forms.PictureBox(); - this.tableLayoutPanel19 = new System.Windows.Forms.TableLayoutPanel(); - this.pictureBoxSelectedItemBorder = new System.Windows.Forms.PictureBox(); - this.textBoxColorSelectedItemBorder = new System.Windows.Forms.TextBox(); - this.labelSelectedItemBorder = new System.Windows.Forms.Label(); - this.tableLayoutPanel18 = new System.Windows.Forms.TableLayoutPanel(); - this.pictureBoxSelectedItem = new System.Windows.Forms.PictureBox(); - this.textBoxColorSelectedItem = new System.Windows.Forms.TextBox(); - this.labelSelectedItem = new System.Windows.Forms.Label(); - this.tableLayoutPanel17 = new System.Windows.Forms.TableLayoutPanel(); - this.pictureBoxOpenFolderBorder = new System.Windows.Forms.PictureBox(); - this.textBoxColorOpenFolderBorder = new System.Windows.Forms.TextBox(); - this.labelOpenFolderBorder = new System.Windows.Forms.Label(); - this.tableLayoutPanel16 = new System.Windows.Forms.TableLayoutPanel(); - this.pictureBoxOpenFolder = new System.Windows.Forms.PictureBox(); - this.textBoxColorOpenFolder = new System.Windows.Forms.TextBox(); - this.labelOpenFolder = new System.Windows.Forms.Label(); - this.labelScrollbarLightMode = new System.Windows.Forms.Label(); - this.tableLayoutPanel15 = new System.Windows.Forms.TableLayoutPanel(); - this.pictureBoxSearchField = new System.Windows.Forms.PictureBox(); - this.textBoxColorSearchField = new System.Windows.Forms.TextBox(); - this.labelSearchField = new System.Windows.Forms.Label(); - this.tableLayoutPanel14 = new System.Windows.Forms.TableLayoutPanel(); - this.pictureBoxBackground = new System.Windows.Forms.PictureBox(); - this.textBoxColorBackground = new System.Windows.Forms.TextBox(); - this.labelBackground = new System.Windows.Forms.Label(); this.labelMenuLightMode = new System.Windows.Forms.Label(); - this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel(); + this.tableLayoutPanelTitle = new System.Windows.Forms.TableLayoutPanel(); this.pictureBoxTitle = new System.Windows.Forms.PictureBox(); this.textBoxColorTitle = new System.Windows.Forms.TextBox(); this.labelTitle = new System.Windows.Forms.Label(); + this.tableLayoutPanelBackground = new System.Windows.Forms.TableLayoutPanel(); + this.pictureBoxBackground = new System.Windows.Forms.PictureBox(); + this.textBoxColorBackground = new System.Windows.Forms.TextBox(); + this.labelBackground = new System.Windows.Forms.Label(); + this.tableLayoutPanelSearchField = new System.Windows.Forms.TableLayoutPanel(); + this.pictureBoxSearchField = new System.Windows.Forms.PictureBox(); + this.textBoxColorSearchField = new System.Windows.Forms.TextBox(); + this.labelSearchField = new System.Windows.Forms.Label(); + this.tableLayoutPanelOpenFolder = new System.Windows.Forms.TableLayoutPanel(); + this.pictureBoxOpenFolder = new System.Windows.Forms.PictureBox(); + this.textBoxColorOpenFolder = new System.Windows.Forms.TextBox(); + this.labelOpenFolder = new System.Windows.Forms.Label(); + this.tableLayoutPanelOpenFolderBorder = new System.Windows.Forms.TableLayoutPanel(); + this.pictureBoxOpenFolderBorder = new System.Windows.Forms.PictureBox(); + this.textBoxColorOpenFolderBorder = new System.Windows.Forms.TextBox(); + this.labelOpenFolderBorder = new System.Windows.Forms.Label(); + this.tableLayoutPanelSelectedItem = new System.Windows.Forms.TableLayoutPanel(); + this.pictureBoxSelectedItem = new System.Windows.Forms.PictureBox(); + this.textBoxColorSelectedItem = new System.Windows.Forms.TextBox(); + this.labelSelectedItem = new System.Windows.Forms.Label(); + this.tableLayoutPanelSelectedItemBorder = new System.Windows.Forms.TableLayoutPanel(); + this.pictureBoxSelectedItemBorder = new System.Windows.Forms.PictureBox(); + this.textBoxColorSelectedItemBorder = new System.Windows.Forms.TextBox(); + this.labelSelectedItemBorder = new System.Windows.Forms.Label(); + this.tableLayoutPanelWarning = new System.Windows.Forms.TableLayoutPanel(); + this.labelWarning = new System.Windows.Forms.Label(); + this.textBoxColorWarning = new System.Windows.Forms.TextBox(); + this.pictureBoxWarning = new System.Windows.Forms.PictureBox(); + this.labelScrollbarLightMode = new System.Windows.Forms.Label(); + this.tableLayoutPanelScrollbarBackground = new System.Windows.Forms.TableLayoutPanel(); + this.pictureBoxScrollbarBackground = new System.Windows.Forms.PictureBox(); + this.textBoxColorScrollbarBackground = new System.Windows.Forms.TextBox(); + this.labelScrollbarBackground = new System.Windows.Forms.Label(); + this.tableLayoutPanelSlider = new System.Windows.Forms.TableLayoutPanel(); + this.pictureBoxSlider = new System.Windows.Forms.PictureBox(); + this.textBoxColorSlider = new System.Windows.Forms.TextBox(); + this.labelSlider = new System.Windows.Forms.Label(); + this.tableLayoutPanelSliderDragging = new System.Windows.Forms.TableLayoutPanel(); + this.pictureBoxSliderDragging = new System.Windows.Forms.PictureBox(); + this.textBoxColorSliderDragging = new System.Windows.Forms.TextBox(); + this.labelSliderDragging = new System.Windows.Forms.Label(); + this.tableLayoutPanelSliderHover = new System.Windows.Forms.TableLayoutPanel(); + this.pictureBoxSliderHover = new System.Windows.Forms.PictureBox(); + this.textBoxColorSliderHover = new System.Windows.Forms.TextBox(); + this.labelSliderHover = new System.Windows.Forms.Label(); + this.tableLayoutPanelSliderArrowsAndTrackHover = new System.Windows.Forms.TableLayoutPanel(); + this.pictureBoxSliderArrowsAndTrackHover = new System.Windows.Forms.PictureBox(); + this.textBoxColorSliderArrowsAndTrackHover = new System.Windows.Forms.TextBox(); + this.labelSliderArrowsAndTrackHover = new System.Windows.Forms.Label(); + this.tableLayoutPanelArrow = new System.Windows.Forms.TableLayoutPanel(); + this.pictureBoxArrow = new System.Windows.Forms.PictureBox(); + this.textBoxColorArrow = new System.Windows.Forms.TextBox(); + this.labelArrow = new System.Windows.Forms.Label(); + this.tableLayoutPanelArrowClick = new System.Windows.Forms.TableLayoutPanel(); + this.pictureBoxArrowClick = new System.Windows.Forms.PictureBox(); + this.textBoxColorArrowClick = new System.Windows.Forms.TextBox(); + this.labelArrowClick = new System.Windows.Forms.Label(); + this.tableLayoutPanelArrowClickBackground = new System.Windows.Forms.TableLayoutPanel(); + this.pictureBoxArrowClickBackground = new System.Windows.Forms.PictureBox(); + this.textBoxColorArrowClickBackground = new System.Windows.Forms.TextBox(); + this.labelArrowClickBackground = new System.Windows.Forms.Label(); + this.tableLayoutPanelArrowHover = new System.Windows.Forms.TableLayoutPanel(); + this.pictureBoxArrowHover = new System.Windows.Forms.PictureBox(); + this.textBoxColorArrowHover = new System.Windows.Forms.TextBox(); + this.labelArrowHover = new System.Windows.Forms.Label(); + this.tableLayoutPanelArrowHoverBackground = new System.Windows.Forms.TableLayoutPanel(); + this.pictureBoxArrowHoverBackground = new System.Windows.Forms.PictureBox(); + this.textBoxColorArrowHoverBackground = new System.Windows.Forms.TextBox(); + this.labelArrowHoverBackground = new System.Windows.Forms.Label(); + this.buttonColorsDefault = new System.Windows.Forms.Button(); this.groupBoxColorsDarkMode = new System.Windows.Forms.GroupBox(); this.tableLayoutPanelDarkMode = new System.Windows.Forms.TableLayoutPanel(); - this.buttonColorsDefaultDarkMode = new System.Windows.Forms.Button(); - this.tableLayoutPanel39 = new System.Windows.Forms.TableLayoutPanel(); - this.pictureBoxArrowHoverBackgroundDarkMode = new System.Windows.Forms.PictureBox(); - this.textBoxColorArrowHoverBackgroundDarkMode = new System.Windows.Forms.TextBox(); - this.labelColorDarkModeArrowHoverBackground = new System.Windows.Forms.Label(); - this.tableLayoutPanel38 = new System.Windows.Forms.TableLayoutPanel(); - this.pictureBoxArrowHoverDarkMode = new System.Windows.Forms.PictureBox(); - this.textBoxColorArrowHoverDarkMode = new System.Windows.Forms.TextBox(); - this.labelColorDarkModeArrowHover = new System.Windows.Forms.Label(); - this.tableLayoutPanel37 = new System.Windows.Forms.TableLayoutPanel(); - this.pictureBoxArrowClickBackgroundDarkMode = new System.Windows.Forms.PictureBox(); - this.textBoxColorArrowClickBackgroundDarkMode = new System.Windows.Forms.TextBox(); - this.labelColorDarkModeArrowClickBackground = new System.Windows.Forms.Label(); - this.tableLayoutPanel36 = new System.Windows.Forms.TableLayoutPanel(); - this.pictureBoxArrowClickDarkMode = new System.Windows.Forms.PictureBox(); - this.textBoxColorArrowClickDarkMode = new System.Windows.Forms.TextBox(); - this.labelColorDarkModeArrowClick = new System.Windows.Forms.Label(); - this.tableLayoutPanel35 = new System.Windows.Forms.TableLayoutPanel(); - this.pictureBoxArrowDarkMode = new System.Windows.Forms.PictureBox(); - this.textBoxColorArrowDarkMode = new System.Windows.Forms.TextBox(); - this.labelColorDarkModeArrow = new System.Windows.Forms.Label(); - this.tableLayoutPanel34 = new System.Windows.Forms.TableLayoutPanel(); - this.pictureBoxSliderArrowsAndTrackHoverDarkMode = new System.Windows.Forms.PictureBox(); - this.textBoxColorSliderArrowsAndTrackHoverDarkMode = new System.Windows.Forms.TextBox(); - this.labelColorDarkModeSliderArrowsAndTrackHover = new System.Windows.Forms.Label(); - this.tableLayoutPanel33 = new System.Windows.Forms.TableLayoutPanel(); - this.pictureBoxSliderHoverDarkMode = new System.Windows.Forms.PictureBox(); - this.textBoxColorSliderHoverDarkMode = new System.Windows.Forms.TextBox(); - this.labelColorDarkModeSliderHover = new System.Windows.Forms.Label(); - this.tableLayoutPanel32 = new System.Windows.Forms.TableLayoutPanel(); - this.pictureBoxSliderDraggingDarkMode = new System.Windows.Forms.PictureBox(); - this.textBoxColorSliderDraggingDarkMode = new System.Windows.Forms.TextBox(); - this.labelColorDarkModeSliderDragging = new System.Windows.Forms.Label(); - this.tableLayoutPanel31 = new System.Windows.Forms.TableLayoutPanel(); - this.pictureBoxSliderDarkMode = new System.Windows.Forms.PictureBox(); - this.textBoxColorSliderDarkMode = new System.Windows.Forms.TextBox(); - this.labelColorDarkModeSlider = new System.Windows.Forms.Label(); - this.tableLayoutPanel12 = new System.Windows.Forms.TableLayoutPanel(); - this.pictureBoxScrollbarBackgroundDarkMode = new System.Windows.Forms.PictureBox(); - this.textBoxColorScrollbarBackgroundDarkMode = new System.Windows.Forms.TextBox(); - this.labelColorDarkModeScrollbarBackground = new System.Windows.Forms.Label(); - this.tableLayoutPanel10 = new System.Windows.Forms.TableLayoutPanel(); - this.pictureBoxSelectedItemBorderDarkMode = new System.Windows.Forms.PictureBox(); - this.labelSelectedItemBorderDarkMode = new System.Windows.Forms.Label(); - this.textBoxColorSelectedItemBorderDarkMode = new System.Windows.Forms.TextBox(); - this.tableLayoutPanel9 = new System.Windows.Forms.TableLayoutPanel(); - this.pictureColorBoxSelectedItemDarkMode = new System.Windows.Forms.PictureBox(); - this.labelSelectedItemDarkMode = new System.Windows.Forms.Label(); - this.textBoxColorSelecetedItemDarkMode = new System.Windows.Forms.TextBox(); - this.tableLayoutPanel8 = new System.Windows.Forms.TableLayoutPanel(); - this.pictureBoxOpenFolderBorderDarkMode = new System.Windows.Forms.PictureBox(); - this.labelOpenFolderBorderDarkMode = new System.Windows.Forms.Label(); - this.textBoxColorOpenFolderBorderDarkMode = new System.Windows.Forms.TextBox(); - this.labelScrollbarDarkMode = new System.Windows.Forms.Label(); - this.tableLayoutPanel7 = new System.Windows.Forms.TableLayoutPanel(); - this.pictureBoxOpenFolderDarkMode = new System.Windows.Forms.PictureBox(); - this.labelOpenFolderDarkMode = new System.Windows.Forms.Label(); - this.textBoxColorOpenFolderDarkMode = new System.Windows.Forms.TextBox(); + this.checkBoxDarkModeAlwaysOn = new System.Windows.Forms.CheckBox(); this.labelMenuDarkMode = new System.Windows.Forms.Label(); - this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel(); - this.pictureBoxSearchFieldDarkMode = new System.Windows.Forms.PictureBox(); - this.labelSearchFieldDarkMode = new System.Windows.Forms.Label(); - this.textBoxColorSearchFieldDarkMode = new System.Windows.Forms.TextBox(); - this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel(); - this.pictureBoxBackgroundDarkMode = new System.Windows.Forms.PictureBox(); - this.labelBackgroundDarkMode = new System.Windows.Forms.Label(); - this.textBoxColorBackgroundDarkMode = new System.Windows.Forms.TextBox(); - this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); + this.tableLayoutPanelTitleDarkMode = new System.Windows.Forms.TableLayoutPanel(); this.pictureBoxTitleDarkMode = new System.Windows.Forms.PictureBox(); this.labelTitleDarkMode = new System.Windows.Forms.Label(); this.textBoxColorTitleDarkMode = new System.Windows.Forms.TextBox(); - this.checkBoxDarkModeAlwaysOn = new System.Windows.Forms.CheckBox(); - this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); + this.tableLayoutPanelBackgroundDarkMode = new System.Windows.Forms.TableLayoutPanel(); + this.pictureBoxBackgroundDarkMode = new System.Windows.Forms.PictureBox(); + this.labelBackgroundDarkMode = new System.Windows.Forms.Label(); + this.textBoxColorBackgroundDarkMode = new System.Windows.Forms.TextBox(); + this.tableLayoutPanelSearchFieldDarkMode = new System.Windows.Forms.TableLayoutPanel(); + this.pictureBoxSearchFieldDarkMode = new System.Windows.Forms.PictureBox(); + this.labelSearchFieldDarkMode = new System.Windows.Forms.Label(); + this.textBoxColorSearchFieldDarkMode = new System.Windows.Forms.TextBox(); + this.tableLayoutPanelOpenFolderDarkMode = new System.Windows.Forms.TableLayoutPanel(); + this.pictureBoxOpenFolderDarkMode = new System.Windows.Forms.PictureBox(); + this.labelOpenFolderDarkMode = new System.Windows.Forms.Label(); + this.textBoxColorOpenFolderDarkMode = new System.Windows.Forms.TextBox(); + this.tableLayoutPanelOpenFolderBorderDarkMode = new System.Windows.Forms.TableLayoutPanel(); + this.pictureBoxOpenFolderBorderDarkMode = new System.Windows.Forms.PictureBox(); + this.labelOpenFolderBorderDarkMode = new System.Windows.Forms.Label(); + this.textBoxColorOpenFolderBorderDarkMode = new System.Windows.Forms.TextBox(); + this.tableLayoutPanelSelectedItemDarkMode = new System.Windows.Forms.TableLayoutPanel(); + this.pictureColorBoxSelectedItemDarkMode = new System.Windows.Forms.PictureBox(); + this.labelSelectedItemDarkMode = new System.Windows.Forms.Label(); + this.textBoxColorSelecetedItemDarkMode = new System.Windows.Forms.TextBox(); + this.tableLayoutPanelSelectedItemBorderDarkMode = new System.Windows.Forms.TableLayoutPanel(); + this.pictureBoxSelectedItemBorderDarkMode = new System.Windows.Forms.PictureBox(); + this.labelSelectedItemBorderDarkMode = new System.Windows.Forms.Label(); + this.textBoxColorSelectedItemBorderDarkMode = new System.Windows.Forms.TextBox(); + this.tableLayoutPanelWarningDarkMode = new System.Windows.Forms.TableLayoutPanel(); this.pictureBoxWarningDarkMode = new System.Windows.Forms.PictureBox(); this.labelWarningDarkMode = new System.Windows.Forms.Label(); this.textBoxColorWarningDarkMode = new System.Windows.Forms.TextBox(); + this.labelScrollbarDarkMode = new System.Windows.Forms.Label(); + this.tableLayoutPanelScrollbarBackgroundDarkMode = new System.Windows.Forms.TableLayoutPanel(); + this.pictureBoxScrollbarBackgroundDarkMode = new System.Windows.Forms.PictureBox(); + this.textBoxColorScrollbarBackgroundDarkMode = new System.Windows.Forms.TextBox(); + this.labelColorDarkModeScrollbarBackground = new System.Windows.Forms.Label(); + this.tableLayoutPanelSliderDarkMode = new System.Windows.Forms.TableLayoutPanel(); + this.pictureBoxSliderDarkMode = new System.Windows.Forms.PictureBox(); + this.textBoxColorSliderDarkMode = new System.Windows.Forms.TextBox(); + this.labelColorDarkModeSlider = new System.Windows.Forms.Label(); + this.tableLayoutPanelSliderDraggingDarkMode = new System.Windows.Forms.TableLayoutPanel(); + this.pictureBoxSliderDraggingDarkMode = new System.Windows.Forms.PictureBox(); + this.textBoxColorSliderDraggingDarkMode = new System.Windows.Forms.TextBox(); + this.labelColorDarkModeSliderDragging = new System.Windows.Forms.Label(); + this.tableLayoutPanelSliderHoverDarkMode = new System.Windows.Forms.TableLayoutPanel(); + this.pictureBoxSliderHoverDarkMode = new System.Windows.Forms.PictureBox(); + this.textBoxColorSliderHoverDarkMode = new System.Windows.Forms.TextBox(); + this.labelColorDarkModeSliderHover = new System.Windows.Forms.Label(); + this.tableLayoutPanelSliderArrowsAndTrackHoverDarkMode = new System.Windows.Forms.TableLayoutPanel(); + this.pictureBoxSliderArrowsAndTrackHoverDarkMode = new System.Windows.Forms.PictureBox(); + this.textBoxColorSliderArrowsAndTrackHoverDarkMode = new System.Windows.Forms.TextBox(); + this.labelColorDarkModeSliderArrowsAndTrackHover = new System.Windows.Forms.Label(); + this.tableLayoutPanelArrowDarkMode = new System.Windows.Forms.TableLayoutPanel(); + this.pictureBoxArrowDarkMode = new System.Windows.Forms.PictureBox(); + this.textBoxColorArrowDarkMode = new System.Windows.Forms.TextBox(); + this.labelColorDarkModeArrow = new System.Windows.Forms.Label(); + this.tableLayoutPanelArrowClickDarkMode = new System.Windows.Forms.TableLayoutPanel(); + this.pictureBoxArrowClickDarkMode = new System.Windows.Forms.PictureBox(); + this.textBoxColorArrowClickDarkMode = new System.Windows.Forms.TextBox(); + this.labelColorDarkModeArrowClick = new System.Windows.Forms.Label(); + this.tableLayoutPanelArrowClickBackgroundDarkMode = new System.Windows.Forms.TableLayoutPanel(); + this.pictureBoxArrowClickBackgroundDarkMode = new System.Windows.Forms.PictureBox(); + this.textBoxColorArrowClickBackgroundDarkMode = new System.Windows.Forms.TextBox(); + this.labelColorDarkModeArrowClickBackground = new System.Windows.Forms.Label(); + this.tableLayoutPanelArrowHoverDarkMode = new System.Windows.Forms.TableLayoutPanel(); + this.pictureBoxArrowHoverDarkMode = new System.Windows.Forms.PictureBox(); + this.textBoxColorArrowHoverDarkMode = new System.Windows.Forms.TextBox(); + this.labelColorDarkModeArrowHover = new System.Windows.Forms.Label(); + this.tableLayoutPanelArrowHoverBackgroundDarkMode = new System.Windows.Forms.TableLayoutPanel(); + this.pictureBoxArrowHoverBackgroundDarkMode = new System.Windows.Forms.PictureBox(); + this.textBoxColorArrowHoverBackgroundDarkMode = new System.Windows.Forms.TextBox(); + this.labelColorDarkModeArrowHoverBackground = new System.Windows.Forms.Label(); + this.buttonColorsDefaultDarkMode = new System.Windows.Forms.Button(); this.tableLayoutPanelBottom = new System.Windows.Forms.TableLayoutPanel(); this.buttonOk = new System.Windows.Forms.Button(); this.buttonCancel = new System.Windows.Forms.Button(); @@ -279,80 +279,80 @@ namespace SystemTrayMenu.UserInterface this.tableLayoutPanelCustomize.SuspendLayout(); this.groupBoxColorsLightMode.SuspendLayout(); this.tableLayoutPanelColorsAndDefault.SuspendLayout(); - this.tableLayoutPanel30.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxArrowHoverBackground)).BeginInit(); - this.tableLayoutPanel29.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxArrowHover)).BeginInit(); - this.tableLayoutPanel28.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxArrowClickBackground)).BeginInit(); - this.tableLayoutPanel27.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxArrowClick)).BeginInit(); - this.tableLayoutPanel26.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxArrow)).BeginInit(); - this.tableLayoutPanel25.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSliderArrowsAndTrackHover)).BeginInit(); - this.tableLayoutPanel24.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSliderHover)).BeginInit(); - this.tableLayoutPanel23.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSliderDragging)).BeginInit(); - this.tableLayoutPanel22.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSlider)).BeginInit(); - this.tableLayoutPanel21.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxScrollbarBackground)).BeginInit(); - this.tableLayoutPanel20.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxWarning)).BeginInit(); - this.tableLayoutPanel19.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSelectedItemBorder)).BeginInit(); - this.tableLayoutPanel18.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSelectedItem)).BeginInit(); - this.tableLayoutPanel17.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxOpenFolderBorder)).BeginInit(); - this.tableLayoutPanel16.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxOpenFolder)).BeginInit(); - this.tableLayoutPanel15.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSearchField)).BeginInit(); - this.tableLayoutPanel14.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxBackground)).BeginInit(); - this.tableLayoutPanel5.SuspendLayout(); + this.tableLayoutPanelTitle.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxTitle)).BeginInit(); + this.tableLayoutPanelBackground.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxBackground)).BeginInit(); + this.tableLayoutPanelSearchField.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSearchField)).BeginInit(); + this.tableLayoutPanelOpenFolder.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxOpenFolder)).BeginInit(); + this.tableLayoutPanelOpenFolderBorder.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxOpenFolderBorder)).BeginInit(); + this.tableLayoutPanelSelectedItem.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSelectedItem)).BeginInit(); + this.tableLayoutPanelSelectedItemBorder.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSelectedItemBorder)).BeginInit(); + this.tableLayoutPanelWarning.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxWarning)).BeginInit(); + this.tableLayoutPanelScrollbarBackground.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxScrollbarBackground)).BeginInit(); + this.tableLayoutPanelSlider.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSlider)).BeginInit(); + this.tableLayoutPanelSliderDragging.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSliderDragging)).BeginInit(); + this.tableLayoutPanelSliderHover.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSliderHover)).BeginInit(); + this.tableLayoutPanelSliderArrowsAndTrackHover.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSliderArrowsAndTrackHover)).BeginInit(); + this.tableLayoutPanelArrow.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxArrow)).BeginInit(); + this.tableLayoutPanelArrowClick.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxArrowClick)).BeginInit(); + this.tableLayoutPanelArrowClickBackground.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxArrowClickBackground)).BeginInit(); + this.tableLayoutPanelArrowHover.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxArrowHover)).BeginInit(); + this.tableLayoutPanelArrowHoverBackground.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxArrowHoverBackground)).BeginInit(); this.groupBoxColorsDarkMode.SuspendLayout(); this.tableLayoutPanelDarkMode.SuspendLayout(); - this.tableLayoutPanel39.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxArrowHoverBackgroundDarkMode)).BeginInit(); - this.tableLayoutPanel38.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxArrowHoverDarkMode)).BeginInit(); - this.tableLayoutPanel37.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxArrowClickBackgroundDarkMode)).BeginInit(); - this.tableLayoutPanel36.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxArrowClickDarkMode)).BeginInit(); - this.tableLayoutPanel35.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxArrowDarkMode)).BeginInit(); - this.tableLayoutPanel34.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSliderArrowsAndTrackHoverDarkMode)).BeginInit(); - this.tableLayoutPanel33.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSliderHoverDarkMode)).BeginInit(); - this.tableLayoutPanel32.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSliderDraggingDarkMode)).BeginInit(); - this.tableLayoutPanel31.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSliderDarkMode)).BeginInit(); - this.tableLayoutPanel12.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxScrollbarBackgroundDarkMode)).BeginInit(); - this.tableLayoutPanel10.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSelectedItemBorderDarkMode)).BeginInit(); - this.tableLayoutPanel9.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureColorBoxSelectedItemDarkMode)).BeginInit(); - this.tableLayoutPanel8.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxOpenFolderBorderDarkMode)).BeginInit(); - this.tableLayoutPanel7.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxOpenFolderDarkMode)).BeginInit(); - this.tableLayoutPanel6.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSearchFieldDarkMode)).BeginInit(); - this.tableLayoutPanel4.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxBackgroundDarkMode)).BeginInit(); - this.tableLayoutPanel2.SuspendLayout(); + this.tableLayoutPanelTitleDarkMode.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxTitleDarkMode)).BeginInit(); - this.tableLayoutPanel3.SuspendLayout(); + this.tableLayoutPanelBackgroundDarkMode.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxBackgroundDarkMode)).BeginInit(); + this.tableLayoutPanelSearchFieldDarkMode.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSearchFieldDarkMode)).BeginInit(); + this.tableLayoutPanelOpenFolderDarkMode.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxOpenFolderDarkMode)).BeginInit(); + this.tableLayoutPanelOpenFolderBorderDarkMode.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxOpenFolderBorderDarkMode)).BeginInit(); + this.tableLayoutPanelSelectedItemDarkMode.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureColorBoxSelectedItemDarkMode)).BeginInit(); + this.tableLayoutPanelSelectedItemBorderDarkMode.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSelectedItemBorderDarkMode)).BeginInit(); + this.tableLayoutPanelWarningDarkMode.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxWarningDarkMode)).BeginInit(); + this.tableLayoutPanelScrollbarBackgroundDarkMode.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxScrollbarBackgroundDarkMode)).BeginInit(); + this.tableLayoutPanelSliderDarkMode.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSliderDarkMode)).BeginInit(); + this.tableLayoutPanelSliderDraggingDarkMode.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSliderDraggingDarkMode)).BeginInit(); + this.tableLayoutPanelSliderHoverDarkMode.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSliderHoverDarkMode)).BeginInit(); + this.tableLayoutPanelSliderArrowsAndTrackHoverDarkMode.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSliderArrowsAndTrackHoverDarkMode)).BeginInit(); + this.tableLayoutPanelArrowDarkMode.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxArrowDarkMode)).BeginInit(); + this.tableLayoutPanelArrowClickDarkMode.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxArrowClickDarkMode)).BeginInit(); + this.tableLayoutPanelArrowClickBackgroundDarkMode.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxArrowClickBackgroundDarkMode)).BeginInit(); + this.tableLayoutPanelArrowHoverDarkMode.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxArrowHoverDarkMode)).BeginInit(); + this.tableLayoutPanelArrowHoverBackgroundDarkMode.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxArrowHoverBackgroundDarkMode)).BeginInit(); this.tableLayoutPanelBottom.SuspendLayout(); this.SuspendLayout(); // @@ -1116,27 +1116,27 @@ namespace SystemTrayMenu.UserInterface this.tableLayoutPanelColorsAndDefault.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.tableLayoutPanelColorsAndDefault.ColumnCount = 1; this.tableLayoutPanelColorsAndDefault.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 444F)); - this.tableLayoutPanelColorsAndDefault.Controls.Add(this.tableLayoutPanel30, 0, 19); - this.tableLayoutPanelColorsAndDefault.Controls.Add(this.tableLayoutPanel29, 0, 18); - this.tableLayoutPanelColorsAndDefault.Controls.Add(this.tableLayoutPanel28, 0, 17); - this.tableLayoutPanelColorsAndDefault.Controls.Add(this.buttonColorsDefault, 0, 20); - this.tableLayoutPanelColorsAndDefault.Controls.Add(this.tableLayoutPanel27, 0, 16); - this.tableLayoutPanelColorsAndDefault.Controls.Add(this.tableLayoutPanel26, 0, 15); - this.tableLayoutPanelColorsAndDefault.Controls.Add(this.tableLayoutPanel25, 0, 14); - this.tableLayoutPanelColorsAndDefault.Controls.Add(this.tableLayoutPanel24, 0, 13); - this.tableLayoutPanelColorsAndDefault.Controls.Add(this.tableLayoutPanel23, 0, 12); - this.tableLayoutPanelColorsAndDefault.Controls.Add(this.tableLayoutPanel22, 0, 11); - this.tableLayoutPanelColorsAndDefault.Controls.Add(this.tableLayoutPanel21, 0, 10); - this.tableLayoutPanelColorsAndDefault.Controls.Add(this.tableLayoutPanel20, 0, 8); - this.tableLayoutPanelColorsAndDefault.Controls.Add(this.tableLayoutPanel19, 0, 7); - this.tableLayoutPanelColorsAndDefault.Controls.Add(this.tableLayoutPanel18, 0, 6); - this.tableLayoutPanelColorsAndDefault.Controls.Add(this.tableLayoutPanel17, 0, 5); - this.tableLayoutPanelColorsAndDefault.Controls.Add(this.tableLayoutPanel16, 0, 4); - this.tableLayoutPanelColorsAndDefault.Controls.Add(this.labelScrollbarLightMode, 0, 9); - this.tableLayoutPanelColorsAndDefault.Controls.Add(this.tableLayoutPanel15, 0, 3); - this.tableLayoutPanelColorsAndDefault.Controls.Add(this.tableLayoutPanel14, 0, 2); this.tableLayoutPanelColorsAndDefault.Controls.Add(this.labelMenuLightMode, 0, 0); - this.tableLayoutPanelColorsAndDefault.Controls.Add(this.tableLayoutPanel5, 0, 1); + this.tableLayoutPanelColorsAndDefault.Controls.Add(this.tableLayoutPanelTitle, 0, 1); + this.tableLayoutPanelColorsAndDefault.Controls.Add(this.tableLayoutPanelBackground, 0, 2); + this.tableLayoutPanelColorsAndDefault.Controls.Add(this.tableLayoutPanelSearchField, 0, 3); + this.tableLayoutPanelColorsAndDefault.Controls.Add(this.tableLayoutPanelOpenFolder, 0, 4); + this.tableLayoutPanelColorsAndDefault.Controls.Add(this.tableLayoutPanelOpenFolderBorder, 0, 5); + this.tableLayoutPanelColorsAndDefault.Controls.Add(this.tableLayoutPanelSelectedItem, 0, 6); + this.tableLayoutPanelColorsAndDefault.Controls.Add(this.tableLayoutPanelSelectedItemBorder, 0, 7); + this.tableLayoutPanelColorsAndDefault.Controls.Add(this.tableLayoutPanelWarning, 0, 8); + this.tableLayoutPanelColorsAndDefault.Controls.Add(this.labelScrollbarLightMode, 0, 9); + this.tableLayoutPanelColorsAndDefault.Controls.Add(this.tableLayoutPanelScrollbarBackground, 0, 10); + this.tableLayoutPanelColorsAndDefault.Controls.Add(this.tableLayoutPanelSlider, 0, 11); + this.tableLayoutPanelColorsAndDefault.Controls.Add(this.tableLayoutPanelSliderDragging, 0, 12); + this.tableLayoutPanelColorsAndDefault.Controls.Add(this.tableLayoutPanelSliderHover, 0, 13); + this.tableLayoutPanelColorsAndDefault.Controls.Add(this.tableLayoutPanelSliderArrowsAndTrackHover, 0, 14); + this.tableLayoutPanelColorsAndDefault.Controls.Add(this.tableLayoutPanelArrow, 0, 15); + this.tableLayoutPanelColorsAndDefault.Controls.Add(this.tableLayoutPanelArrowClick, 0, 16); + this.tableLayoutPanelColorsAndDefault.Controls.Add(this.tableLayoutPanelArrowClickBackground, 0, 17); + this.tableLayoutPanelColorsAndDefault.Controls.Add(this.tableLayoutPanelArrowHover, 0, 18); + this.tableLayoutPanelColorsAndDefault.Controls.Add(this.tableLayoutPanelArrowHoverBackground, 0, 19); + this.tableLayoutPanelColorsAndDefault.Controls.Add(this.buttonColorsDefault, 0, 20); this.tableLayoutPanelColorsAndDefault.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanelColorsAndDefault.Location = new System.Drawing.Point(3, 19); this.tableLayoutPanelColorsAndDefault.Name = "tableLayoutPanelColorsAndDefault"; @@ -1165,23 +1165,908 @@ namespace SystemTrayMenu.UserInterface this.tableLayoutPanelColorsAndDefault.Size = new System.Drawing.Size(379, 583); this.tableLayoutPanelColorsAndDefault.TabIndex = 0; // - // tableLayoutPanel30 + // labelMenuLightMode // - this.tableLayoutPanel30.AutoSize = true; - this.tableLayoutPanel30.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; - this.tableLayoutPanel30.ColumnCount = 3; - this.tableLayoutPanel30.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel30.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel30.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel30.Controls.Add(this.pictureBoxArrowHoverBackground, 0, 0); - this.tableLayoutPanel30.Controls.Add(this.textBoxColorArrowHoverBackground, 1, 0); - this.tableLayoutPanel30.Controls.Add(this.labelArrowHoverBackground, 2, 0); - this.tableLayoutPanel30.Location = new System.Drawing.Point(3, 526); - this.tableLayoutPanel30.Name = "tableLayoutPanel30"; - this.tableLayoutPanel30.RowCount = 1; - this.tableLayoutPanel30.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.tableLayoutPanel30.Size = new System.Drawing.Size(258, 23); - this.tableLayoutPanel30.TabIndex = 2; + this.labelMenuLightMode.AutoSize = true; + this.labelMenuLightMode.Location = new System.Drawing.Point(3, 0); + this.labelMenuLightMode.Name = "labelMenuLightMode"; + this.labelMenuLightMode.Size = new System.Drawing.Size(121, 15); + this.labelMenuLightMode.TabIndex = 3; + this.labelMenuLightMode.Text = "labelMenuLightMode"; + // + // tableLayoutPanelTitle + // + this.tableLayoutPanelTitle.AutoSize = true; + this.tableLayoutPanelTitle.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + this.tableLayoutPanelTitle.ColumnCount = 3; + this.tableLayoutPanelTitle.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelTitle.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelTitle.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanelTitle.Controls.Add(this.pictureBoxTitle, 0, 0); + this.tableLayoutPanelTitle.Controls.Add(this.textBoxColorTitle, 1, 0); + this.tableLayoutPanelTitle.Controls.Add(this.labelTitle, 2, 0); + this.tableLayoutPanelTitle.Location = new System.Drawing.Point(3, 18); + this.tableLayoutPanelTitle.Name = "tableLayoutPanelTitle"; + this.tableLayoutPanelTitle.RowCount = 1; + this.tableLayoutPanelTitle.RowStyles.Add(new System.Windows.Forms.RowStyle()); + this.tableLayoutPanelTitle.Size = new System.Drawing.Size(152, 23); + this.tableLayoutPanelTitle.TabIndex = 2; + // + // pictureBoxTitle + // + this.pictureBoxTitle.BackColor = System.Drawing.Color.White; + this.pictureBoxTitle.Cursor = System.Windows.Forms.Cursors.Hand; + this.pictureBoxTitle.Location = new System.Drawing.Point(0, 0); + this.pictureBoxTitle.Margin = new System.Windows.Forms.Padding(0); + this.pictureBoxTitle.Name = "pictureBoxTitle"; + this.pictureBoxTitle.Size = new System.Drawing.Size(23, 23); + this.pictureBoxTitle.TabIndex = 1; + this.pictureBoxTitle.TabStop = false; + this.pictureBoxTitle.Click += new System.EventHandler(this.PictureBoxClick); + // + // textBoxColorTitle + // + this.textBoxColorTitle.Location = new System.Drawing.Point(23, 0); + this.textBoxColorTitle.Margin = new System.Windows.Forms.Padding(0); + this.textBoxColorTitle.MaxLength = 12; + this.textBoxColorTitle.Name = "textBoxColorTitle"; + this.textBoxColorTitle.Size = new System.Drawing.Size(69, 23); + this.textBoxColorTitle.TabIndex = 2; + this.textBoxColorTitle.Text = "#ffffff"; + this.textBoxColorTitle.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); + // + // labelTitle + // + this.labelTitle.Anchor = System.Windows.Forms.AnchorStyles.Left; + this.labelTitle.AutoSize = true; + this.labelTitle.Location = new System.Drawing.Point(95, 4); + this.labelTitle.Name = "labelTitle"; + this.labelTitle.Size = new System.Drawing.Size(54, 15); + this.labelTitle.TabIndex = 0; + this.labelTitle.Text = "labelTitle"; + // + // tableLayoutPanelBackground + // + this.tableLayoutPanelBackground.AutoSize = true; + this.tableLayoutPanelBackground.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + this.tableLayoutPanelBackground.ColumnCount = 3; + this.tableLayoutPanelBackground.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelBackground.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelBackground.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanelBackground.Controls.Add(this.pictureBoxBackground, 0, 0); + this.tableLayoutPanelBackground.Controls.Add(this.textBoxColorBackground, 1, 0); + this.tableLayoutPanelBackground.Controls.Add(this.labelBackground, 2, 0); + this.tableLayoutPanelBackground.Location = new System.Drawing.Point(3, 47); + this.tableLayoutPanelBackground.Name = "tableLayoutPanelBackground"; + this.tableLayoutPanelBackground.RowCount = 1; + this.tableLayoutPanelBackground.RowStyles.Add(new System.Windows.Forms.RowStyle()); + this.tableLayoutPanelBackground.Size = new System.Drawing.Size(194, 23); + this.tableLayoutPanelBackground.TabIndex = 2; + // + // pictureBoxBackground + // + this.pictureBoxBackground.BackColor = System.Drawing.Color.White; + this.pictureBoxBackground.Cursor = System.Windows.Forms.Cursors.Hand; + this.pictureBoxBackground.Location = new System.Drawing.Point(0, 0); + this.pictureBoxBackground.Margin = new System.Windows.Forms.Padding(0); + this.pictureBoxBackground.Name = "pictureBoxBackground"; + this.pictureBoxBackground.Size = new System.Drawing.Size(23, 23); + this.pictureBoxBackground.TabIndex = 1; + this.pictureBoxBackground.TabStop = false; + this.pictureBoxBackground.Click += new System.EventHandler(this.PictureBoxClick); + // + // textBoxColorBackground + // + this.textBoxColorBackground.Location = new System.Drawing.Point(23, 0); + this.textBoxColorBackground.Margin = new System.Windows.Forms.Padding(0); + this.textBoxColorBackground.MaxLength = 12; + this.textBoxColorBackground.Name = "textBoxColorBackground"; + this.textBoxColorBackground.Size = new System.Drawing.Size(69, 23); + this.textBoxColorBackground.TabIndex = 2; + this.textBoxColorBackground.Text = "#ffffff"; + this.textBoxColorBackground.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); + // + // labelBackground + // + this.labelBackground.Anchor = System.Windows.Forms.AnchorStyles.Left; + this.labelBackground.AutoSize = true; + this.labelBackground.Location = new System.Drawing.Point(95, 4); + this.labelBackground.Name = "labelBackground"; + this.labelBackground.Size = new System.Drawing.Size(96, 15); + this.labelBackground.TabIndex = 0; + this.labelBackground.Text = "labelBackground"; + // + // tableLayoutPanelSearchField + // + this.tableLayoutPanelSearchField.AutoSize = true; + this.tableLayoutPanelSearchField.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + this.tableLayoutPanelSearchField.ColumnCount = 3; + this.tableLayoutPanelSearchField.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelSearchField.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelSearchField.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanelSearchField.Controls.Add(this.pictureBoxSearchField, 0, 0); + this.tableLayoutPanelSearchField.Controls.Add(this.textBoxColorSearchField, 1, 0); + this.tableLayoutPanelSearchField.Controls.Add(this.labelSearchField, 2, 0); + this.tableLayoutPanelSearchField.Location = new System.Drawing.Point(3, 76); + this.tableLayoutPanelSearchField.Name = "tableLayoutPanelSearchField"; + this.tableLayoutPanelSearchField.RowCount = 1; + this.tableLayoutPanelSearchField.RowStyles.Add(new System.Windows.Forms.RowStyle()); + this.tableLayoutPanelSearchField.Size = new System.Drawing.Size(190, 23); + this.tableLayoutPanelSearchField.TabIndex = 2; + // + // pictureBoxSearchField + // + this.pictureBoxSearchField.BackColor = System.Drawing.Color.White; + this.pictureBoxSearchField.Cursor = System.Windows.Forms.Cursors.Hand; + this.pictureBoxSearchField.Location = new System.Drawing.Point(0, 0); + this.pictureBoxSearchField.Margin = new System.Windows.Forms.Padding(0); + this.pictureBoxSearchField.Name = "pictureBoxSearchField"; + this.pictureBoxSearchField.Size = new System.Drawing.Size(23, 23); + this.pictureBoxSearchField.TabIndex = 1; + this.pictureBoxSearchField.TabStop = false; + this.pictureBoxSearchField.Click += new System.EventHandler(this.PictureBoxClick); + // + // textBoxColorSearchField + // + this.textBoxColorSearchField.Location = new System.Drawing.Point(23, 0); + this.textBoxColorSearchField.Margin = new System.Windows.Forms.Padding(0); + this.textBoxColorSearchField.MaxLength = 12; + this.textBoxColorSearchField.Name = "textBoxColorSearchField"; + this.textBoxColorSearchField.Size = new System.Drawing.Size(69, 23); + this.textBoxColorSearchField.TabIndex = 2; + this.textBoxColorSearchField.Text = "#ffffff"; + this.textBoxColorSearchField.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); + // + // labelSearchField + // + this.labelSearchField.Anchor = System.Windows.Forms.AnchorStyles.Left; + this.labelSearchField.AutoSize = true; + this.labelSearchField.Location = new System.Drawing.Point(95, 4); + this.labelSearchField.Name = "labelSearchField"; + this.labelSearchField.Size = new System.Drawing.Size(92, 15); + this.labelSearchField.TabIndex = 0; + this.labelSearchField.Text = "labelSearchField"; + // + // tableLayoutPanelOpenFolder + // + this.tableLayoutPanelOpenFolder.AutoSize = true; + this.tableLayoutPanelOpenFolder.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + this.tableLayoutPanelOpenFolder.ColumnCount = 3; + this.tableLayoutPanelOpenFolder.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelOpenFolder.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelOpenFolder.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanelOpenFolder.Controls.Add(this.pictureBoxOpenFolder, 0, 0); + this.tableLayoutPanelOpenFolder.Controls.Add(this.textBoxColorOpenFolder, 1, 0); + this.tableLayoutPanelOpenFolder.Controls.Add(this.labelOpenFolder, 2, 0); + this.tableLayoutPanelOpenFolder.Location = new System.Drawing.Point(3, 105); + this.tableLayoutPanelOpenFolder.Name = "tableLayoutPanelOpenFolder"; + this.tableLayoutPanelOpenFolder.RowCount = 1; + this.tableLayoutPanelOpenFolder.RowStyles.Add(new System.Windows.Forms.RowStyle()); + this.tableLayoutPanelOpenFolder.Size = new System.Drawing.Size(192, 23); + this.tableLayoutPanelOpenFolder.TabIndex = 2; + // + // pictureBoxOpenFolder + // + this.pictureBoxOpenFolder.BackColor = System.Drawing.Color.White; + this.pictureBoxOpenFolder.Cursor = System.Windows.Forms.Cursors.Hand; + this.pictureBoxOpenFolder.Location = new System.Drawing.Point(0, 0); + this.pictureBoxOpenFolder.Margin = new System.Windows.Forms.Padding(0); + this.pictureBoxOpenFolder.Name = "pictureBoxOpenFolder"; + this.pictureBoxOpenFolder.Size = new System.Drawing.Size(23, 23); + this.pictureBoxOpenFolder.TabIndex = 1; + this.pictureBoxOpenFolder.TabStop = false; + this.pictureBoxOpenFolder.Click += new System.EventHandler(this.PictureBoxClick); + // + // textBoxColorOpenFolder + // + this.textBoxColorOpenFolder.Location = new System.Drawing.Point(23, 0); + this.textBoxColorOpenFolder.Margin = new System.Windows.Forms.Padding(0); + this.textBoxColorOpenFolder.MaxLength = 12; + this.textBoxColorOpenFolder.Name = "textBoxColorOpenFolder"; + this.textBoxColorOpenFolder.Size = new System.Drawing.Size(69, 23); + this.textBoxColorOpenFolder.TabIndex = 2; + this.textBoxColorOpenFolder.Text = "#ffffff"; + this.textBoxColorOpenFolder.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); + // + // labelOpenFolder + // + this.labelOpenFolder.Anchor = System.Windows.Forms.AnchorStyles.Left; + this.labelOpenFolder.AutoSize = true; + this.labelOpenFolder.Location = new System.Drawing.Point(95, 4); + this.labelOpenFolder.Name = "labelOpenFolder"; + this.labelOpenFolder.Size = new System.Drawing.Size(94, 15); + this.labelOpenFolder.TabIndex = 0; + this.labelOpenFolder.Text = "labelOpenFolder"; + // + // tableLayoutPanelOpenFolderBorder + // + this.tableLayoutPanelOpenFolderBorder.AutoSize = true; + this.tableLayoutPanelOpenFolderBorder.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + this.tableLayoutPanelOpenFolderBorder.ColumnCount = 3; + this.tableLayoutPanelOpenFolderBorder.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelOpenFolderBorder.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelOpenFolderBorder.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanelOpenFolderBorder.Controls.Add(this.pictureBoxOpenFolderBorder, 0, 0); + this.tableLayoutPanelOpenFolderBorder.Controls.Add(this.textBoxColorOpenFolderBorder, 1, 0); + this.tableLayoutPanelOpenFolderBorder.Controls.Add(this.labelOpenFolderBorder, 2, 0); + this.tableLayoutPanelOpenFolderBorder.Location = new System.Drawing.Point(3, 134); + this.tableLayoutPanelOpenFolderBorder.Name = "tableLayoutPanelOpenFolderBorder"; + this.tableLayoutPanelOpenFolderBorder.RowCount = 1; + this.tableLayoutPanelOpenFolderBorder.RowStyles.Add(new System.Windows.Forms.RowStyle()); + this.tableLayoutPanelOpenFolderBorder.Size = new System.Drawing.Size(227, 23); + this.tableLayoutPanelOpenFolderBorder.TabIndex = 2; + // + // pictureBoxOpenFolderBorder + // + this.pictureBoxOpenFolderBorder.BackColor = System.Drawing.Color.White; + this.pictureBoxOpenFolderBorder.Cursor = System.Windows.Forms.Cursors.Hand; + this.pictureBoxOpenFolderBorder.Location = new System.Drawing.Point(0, 0); + this.pictureBoxOpenFolderBorder.Margin = new System.Windows.Forms.Padding(0); + this.pictureBoxOpenFolderBorder.Name = "pictureBoxOpenFolderBorder"; + this.pictureBoxOpenFolderBorder.Size = new System.Drawing.Size(23, 23); + this.pictureBoxOpenFolderBorder.TabIndex = 1; + this.pictureBoxOpenFolderBorder.TabStop = false; + this.pictureBoxOpenFolderBorder.Click += new System.EventHandler(this.PictureBoxClick); + // + // textBoxColorOpenFolderBorder + // + this.textBoxColorOpenFolderBorder.Location = new System.Drawing.Point(23, 0); + this.textBoxColorOpenFolderBorder.Margin = new System.Windows.Forms.Padding(0); + this.textBoxColorOpenFolderBorder.Name = "textBoxColorOpenFolderBorder"; + this.textBoxColorOpenFolderBorder.Size = new System.Drawing.Size(69, 23); + this.textBoxColorOpenFolderBorder.TabIndex = 2; + this.textBoxColorOpenFolderBorder.Text = "#ffffff"; + this.textBoxColorOpenFolderBorder.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); + // + // labelOpenFolderBorder + // + this.labelOpenFolderBorder.Anchor = System.Windows.Forms.AnchorStyles.Left; + this.labelOpenFolderBorder.AutoSize = true; + this.labelOpenFolderBorder.Location = new System.Drawing.Point(95, 4); + this.labelOpenFolderBorder.Name = "labelOpenFolderBorder"; + this.labelOpenFolderBorder.Size = new System.Drawing.Size(129, 15); + this.labelOpenFolderBorder.TabIndex = 0; + this.labelOpenFolderBorder.Text = "labelOpenFolderBorder"; + // + // tableLayoutPanelSelectedItem + // + this.tableLayoutPanelSelectedItem.AutoSize = true; + this.tableLayoutPanelSelectedItem.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + this.tableLayoutPanelSelectedItem.ColumnCount = 3; + this.tableLayoutPanelSelectedItem.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelSelectedItem.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelSelectedItem.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanelSelectedItem.Controls.Add(this.pictureBoxSelectedItem, 0, 0); + this.tableLayoutPanelSelectedItem.Controls.Add(this.textBoxColorSelectedItem, 1, 0); + this.tableLayoutPanelSelectedItem.Controls.Add(this.labelSelectedItem, 2, 0); + this.tableLayoutPanelSelectedItem.Location = new System.Drawing.Point(3, 163); + this.tableLayoutPanelSelectedItem.Name = "tableLayoutPanelSelectedItem"; + this.tableLayoutPanelSelectedItem.RowCount = 1; + this.tableLayoutPanelSelectedItem.RowStyles.Add(new System.Windows.Forms.RowStyle()); + this.tableLayoutPanelSelectedItem.Size = new System.Drawing.Size(198, 23); + this.tableLayoutPanelSelectedItem.TabIndex = 2; + // + // pictureBoxSelectedItem + // + this.pictureBoxSelectedItem.BackColor = System.Drawing.Color.White; + this.pictureBoxSelectedItem.Cursor = System.Windows.Forms.Cursors.Hand; + this.pictureBoxSelectedItem.Location = new System.Drawing.Point(0, 0); + this.pictureBoxSelectedItem.Margin = new System.Windows.Forms.Padding(0); + this.pictureBoxSelectedItem.Name = "pictureBoxSelectedItem"; + this.pictureBoxSelectedItem.Size = new System.Drawing.Size(23, 23); + this.pictureBoxSelectedItem.TabIndex = 1; + this.pictureBoxSelectedItem.TabStop = false; + this.pictureBoxSelectedItem.Click += new System.EventHandler(this.PictureBoxClick); + // + // textBoxColorSelectedItem + // + this.textBoxColorSelectedItem.Location = new System.Drawing.Point(23, 0); + this.textBoxColorSelectedItem.Margin = new System.Windows.Forms.Padding(0); + this.textBoxColorSelectedItem.MaxLength = 12; + this.textBoxColorSelectedItem.Name = "textBoxColorSelectedItem"; + this.textBoxColorSelectedItem.Size = new System.Drawing.Size(69, 23); + this.textBoxColorSelectedItem.TabIndex = 2; + this.textBoxColorSelectedItem.Text = "#ffffff"; + this.textBoxColorSelectedItem.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); + // + // labelSelectedItem + // + this.labelSelectedItem.Anchor = System.Windows.Forms.AnchorStyles.Left; + this.labelSelectedItem.AutoSize = true; + this.labelSelectedItem.Location = new System.Drawing.Point(95, 4); + this.labelSelectedItem.Name = "labelSelectedItem"; + this.labelSelectedItem.Size = new System.Drawing.Size(100, 15); + this.labelSelectedItem.TabIndex = 0; + this.labelSelectedItem.Text = "labelSelectedItem"; + // + // tableLayoutPanelSelectedItemBorder + // + this.tableLayoutPanelSelectedItemBorder.AutoSize = true; + this.tableLayoutPanelSelectedItemBorder.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + this.tableLayoutPanelSelectedItemBorder.ColumnCount = 3; + this.tableLayoutPanelSelectedItemBorder.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelSelectedItemBorder.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelSelectedItemBorder.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanelSelectedItemBorder.Controls.Add(this.pictureBoxSelectedItemBorder, 0, 0); + this.tableLayoutPanelSelectedItemBorder.Controls.Add(this.textBoxColorSelectedItemBorder, 1, 0); + this.tableLayoutPanelSelectedItemBorder.Controls.Add(this.labelSelectedItemBorder, 2, 0); + this.tableLayoutPanelSelectedItemBorder.Location = new System.Drawing.Point(3, 192); + this.tableLayoutPanelSelectedItemBorder.Name = "tableLayoutPanelSelectedItemBorder"; + this.tableLayoutPanelSelectedItemBorder.RowCount = 1; + this.tableLayoutPanelSelectedItemBorder.RowStyles.Add(new System.Windows.Forms.RowStyle()); + this.tableLayoutPanelSelectedItemBorder.Size = new System.Drawing.Size(233, 23); + this.tableLayoutPanelSelectedItemBorder.TabIndex = 2; + // + // pictureBoxSelectedItemBorder + // + this.pictureBoxSelectedItemBorder.BackColor = System.Drawing.Color.White; + this.pictureBoxSelectedItemBorder.Cursor = System.Windows.Forms.Cursors.Hand; + this.pictureBoxSelectedItemBorder.Location = new System.Drawing.Point(0, 0); + this.pictureBoxSelectedItemBorder.Margin = new System.Windows.Forms.Padding(0); + this.pictureBoxSelectedItemBorder.Name = "pictureBoxSelectedItemBorder"; + this.pictureBoxSelectedItemBorder.Size = new System.Drawing.Size(23, 23); + this.pictureBoxSelectedItemBorder.TabIndex = 1; + this.pictureBoxSelectedItemBorder.TabStop = false; + this.pictureBoxSelectedItemBorder.Click += new System.EventHandler(this.PictureBoxClick); + // + // textBoxColorSelectedItemBorder + // + this.textBoxColorSelectedItemBorder.Location = new System.Drawing.Point(23, 0); + this.textBoxColorSelectedItemBorder.Margin = new System.Windows.Forms.Padding(0); + this.textBoxColorSelectedItemBorder.MaxLength = 12; + this.textBoxColorSelectedItemBorder.Name = "textBoxColorSelectedItemBorder"; + this.textBoxColorSelectedItemBorder.Size = new System.Drawing.Size(69, 23); + this.textBoxColorSelectedItemBorder.TabIndex = 2; + this.textBoxColorSelectedItemBorder.Text = "#ffffff"; + this.textBoxColorSelectedItemBorder.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); + // + // labelSelectedItemBorder + // + this.labelSelectedItemBorder.Anchor = System.Windows.Forms.AnchorStyles.Left; + this.labelSelectedItemBorder.AutoSize = true; + this.labelSelectedItemBorder.Location = new System.Drawing.Point(95, 4); + this.labelSelectedItemBorder.Name = "labelSelectedItemBorder"; + this.labelSelectedItemBorder.Size = new System.Drawing.Size(135, 15); + this.labelSelectedItemBorder.TabIndex = 0; + this.labelSelectedItemBorder.Text = "labelSelectedItemBorder"; + // + // tableLayoutPanelWarning + // + this.tableLayoutPanelWarning.AutoSize = true; + this.tableLayoutPanelWarning.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + this.tableLayoutPanelWarning.ColumnCount = 3; + this.tableLayoutPanelWarning.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelWarning.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelWarning.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanelWarning.Controls.Add(this.labelWarning, 2, 0); + this.tableLayoutPanelWarning.Controls.Add(this.textBoxColorWarning, 1, 0); + this.tableLayoutPanelWarning.Controls.Add(this.pictureBoxWarning, 0, 0); + this.tableLayoutPanelWarning.Location = new System.Drawing.Point(3, 221); + this.tableLayoutPanelWarning.Name = "tableLayoutPanelWarning"; + this.tableLayoutPanelWarning.RowCount = 1; + this.tableLayoutPanelWarning.RowStyles.Add(new System.Windows.Forms.RowStyle()); + this.tableLayoutPanelWarning.Size = new System.Drawing.Size(175, 23); + this.tableLayoutPanelWarning.TabIndex = 2; + // + // labelWarning + // + this.labelWarning.Anchor = System.Windows.Forms.AnchorStyles.Left; + this.labelWarning.AutoSize = true; + this.labelWarning.Location = new System.Drawing.Point(95, 4); + this.labelWarning.Name = "labelWarning"; + this.labelWarning.Size = new System.Drawing.Size(77, 15); + this.labelWarning.TabIndex = 0; + this.labelWarning.Text = "labelWarning"; + // + // textBoxColorWarning + // + this.textBoxColorWarning.Location = new System.Drawing.Point(23, 0); + this.textBoxColorWarning.Margin = new System.Windows.Forms.Padding(0); + this.textBoxColorWarning.MaxLength = 12; + this.textBoxColorWarning.Name = "textBoxColorWarning"; + this.textBoxColorWarning.Size = new System.Drawing.Size(69, 23); + this.textBoxColorWarning.TabIndex = 2; + this.textBoxColorWarning.Text = "#ffffff"; + this.textBoxColorWarning.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); + // + // pictureBoxWarning + // + this.pictureBoxWarning.BackColor = System.Drawing.Color.White; + this.pictureBoxWarning.Cursor = System.Windows.Forms.Cursors.Hand; + this.pictureBoxWarning.Location = new System.Drawing.Point(0, 0); + this.pictureBoxWarning.Margin = new System.Windows.Forms.Padding(0); + this.pictureBoxWarning.Name = "pictureBoxWarning"; + this.pictureBoxWarning.Size = new System.Drawing.Size(23, 23); + this.pictureBoxWarning.TabIndex = 1; + this.pictureBoxWarning.TabStop = false; + this.pictureBoxWarning.Click += new System.EventHandler(this.PictureBoxClick); + // + // labelScrollbarLightMode + // + this.labelScrollbarLightMode.AutoSize = true; + this.labelScrollbarLightMode.Location = new System.Drawing.Point(3, 247); + this.labelScrollbarLightMode.Name = "labelScrollbarLightMode"; + this.labelScrollbarLightMode.Size = new System.Drawing.Size(136, 15); + this.labelScrollbarLightMode.TabIndex = 3; + this.labelScrollbarLightMode.Text = "labelScrollbarLightMode"; + // + // tableLayoutPanelScrollbarBackground + // + this.tableLayoutPanelScrollbarBackground.AutoSize = true; + this.tableLayoutPanelScrollbarBackground.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + this.tableLayoutPanelScrollbarBackground.ColumnCount = 3; + this.tableLayoutPanelScrollbarBackground.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelScrollbarBackground.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelScrollbarBackground.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanelScrollbarBackground.Controls.Add(this.pictureBoxScrollbarBackground, 0, 0); + this.tableLayoutPanelScrollbarBackground.Controls.Add(this.textBoxColorScrollbarBackground, 1, 0); + this.tableLayoutPanelScrollbarBackground.Controls.Add(this.labelScrollbarBackground, 2, 0); + this.tableLayoutPanelScrollbarBackground.Location = new System.Drawing.Point(3, 265); + this.tableLayoutPanelScrollbarBackground.Name = "tableLayoutPanelScrollbarBackground"; + this.tableLayoutPanelScrollbarBackground.RowCount = 1; + this.tableLayoutPanelScrollbarBackground.RowStyles.Add(new System.Windows.Forms.RowStyle()); + this.tableLayoutPanelScrollbarBackground.Size = new System.Drawing.Size(240, 23); + this.tableLayoutPanelScrollbarBackground.TabIndex = 2; + // + // pictureBoxScrollbarBackground + // + this.pictureBoxScrollbarBackground.BackColor = System.Drawing.Color.White; + this.pictureBoxScrollbarBackground.Cursor = System.Windows.Forms.Cursors.Hand; + this.pictureBoxScrollbarBackground.Location = new System.Drawing.Point(0, 0); + this.pictureBoxScrollbarBackground.Margin = new System.Windows.Forms.Padding(0); + this.pictureBoxScrollbarBackground.Name = "pictureBoxScrollbarBackground"; + this.pictureBoxScrollbarBackground.Size = new System.Drawing.Size(23, 23); + this.pictureBoxScrollbarBackground.TabIndex = 1; + this.pictureBoxScrollbarBackground.TabStop = false; + this.pictureBoxScrollbarBackground.Click += new System.EventHandler(this.PictureBoxClick); + // + // textBoxColorScrollbarBackground + // + this.textBoxColorScrollbarBackground.Location = new System.Drawing.Point(23, 0); + this.textBoxColorScrollbarBackground.Margin = new System.Windows.Forms.Padding(0); + this.textBoxColorScrollbarBackground.MaxLength = 12; + this.textBoxColorScrollbarBackground.Name = "textBoxColorScrollbarBackground"; + this.textBoxColorScrollbarBackground.Size = new System.Drawing.Size(69, 23); + this.textBoxColorScrollbarBackground.TabIndex = 2; + this.textBoxColorScrollbarBackground.Text = "#ffffff"; + this.textBoxColorScrollbarBackground.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); + // + // labelScrollbarBackground + // + this.labelScrollbarBackground.Anchor = System.Windows.Forms.AnchorStyles.Left; + this.labelScrollbarBackground.AutoSize = true; + this.labelScrollbarBackground.Location = new System.Drawing.Point(95, 4); + this.labelScrollbarBackground.Name = "labelScrollbarBackground"; + this.labelScrollbarBackground.Size = new System.Drawing.Size(142, 15); + this.labelScrollbarBackground.TabIndex = 0; + this.labelScrollbarBackground.Text = "labelScrollbarBackground"; + // + // tableLayoutPanelSlider + // + this.tableLayoutPanelSlider.AutoSize = true; + this.tableLayoutPanelSlider.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + this.tableLayoutPanelSlider.ColumnCount = 3; + this.tableLayoutPanelSlider.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelSlider.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelSlider.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanelSlider.Controls.Add(this.pictureBoxSlider, 0, 0); + this.tableLayoutPanelSlider.Controls.Add(this.textBoxColorSlider, 1, 0); + this.tableLayoutPanelSlider.Controls.Add(this.labelSlider, 2, 0); + this.tableLayoutPanelSlider.Location = new System.Drawing.Point(3, 294); + this.tableLayoutPanelSlider.Name = "tableLayoutPanelSlider"; + this.tableLayoutPanelSlider.RowCount = 1; + this.tableLayoutPanelSlider.RowStyles.Add(new System.Windows.Forms.RowStyle()); + this.tableLayoutPanelSlider.Size = new System.Drawing.Size(159, 23); + this.tableLayoutPanelSlider.TabIndex = 2; + // + // pictureBoxSlider + // + this.pictureBoxSlider.BackColor = System.Drawing.Color.White; + this.pictureBoxSlider.Cursor = System.Windows.Forms.Cursors.Hand; + this.pictureBoxSlider.Location = new System.Drawing.Point(0, 0); + this.pictureBoxSlider.Margin = new System.Windows.Forms.Padding(0); + this.pictureBoxSlider.Name = "pictureBoxSlider"; + this.pictureBoxSlider.Size = new System.Drawing.Size(23, 23); + this.pictureBoxSlider.TabIndex = 1; + this.pictureBoxSlider.TabStop = false; + this.pictureBoxSlider.Click += new System.EventHandler(this.PictureBoxClick); + // + // textBoxColorSlider + // + this.textBoxColorSlider.Location = new System.Drawing.Point(23, 0); + this.textBoxColorSlider.Margin = new System.Windows.Forms.Padding(0); + this.textBoxColorSlider.MaxLength = 12; + this.textBoxColorSlider.Name = "textBoxColorSlider"; + this.textBoxColorSlider.Size = new System.Drawing.Size(69, 23); + this.textBoxColorSlider.TabIndex = 2; + this.textBoxColorSlider.Text = "#ffffff"; + this.textBoxColorSlider.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); + // + // labelSlider + // + this.labelSlider.Anchor = System.Windows.Forms.AnchorStyles.Left; + this.labelSlider.AutoSize = true; + this.labelSlider.Location = new System.Drawing.Point(95, 4); + this.labelSlider.Name = "labelSlider"; + this.labelSlider.Size = new System.Drawing.Size(61, 15); + this.labelSlider.TabIndex = 0; + this.labelSlider.Text = "labelSlider"; + // + // tableLayoutPanelSliderDragging + // + this.tableLayoutPanelSliderDragging.AutoSize = true; + this.tableLayoutPanelSliderDragging.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + this.tableLayoutPanelSliderDragging.ColumnCount = 3; + this.tableLayoutPanelSliderDragging.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelSliderDragging.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelSliderDragging.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanelSliderDragging.Controls.Add(this.pictureBoxSliderDragging, 0, 0); + this.tableLayoutPanelSliderDragging.Controls.Add(this.textBoxColorSliderDragging, 1, 0); + this.tableLayoutPanelSliderDragging.Controls.Add(this.labelSliderDragging, 2, 0); + this.tableLayoutPanelSliderDragging.Location = new System.Drawing.Point(3, 323); + this.tableLayoutPanelSliderDragging.Name = "tableLayoutPanelSliderDragging"; + this.tableLayoutPanelSliderDragging.RowCount = 1; + this.tableLayoutPanelSliderDragging.RowStyles.Add(new System.Windows.Forms.RowStyle()); + this.tableLayoutPanelSliderDragging.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 23F)); + this.tableLayoutPanelSliderDragging.Size = new System.Drawing.Size(208, 23); + this.tableLayoutPanelSliderDragging.TabIndex = 2; + // + // pictureBoxSliderDragging + // + this.pictureBoxSliderDragging.BackColor = System.Drawing.Color.White; + this.pictureBoxSliderDragging.Cursor = System.Windows.Forms.Cursors.Hand; + this.pictureBoxSliderDragging.Location = new System.Drawing.Point(0, 0); + this.pictureBoxSliderDragging.Margin = new System.Windows.Forms.Padding(0); + this.pictureBoxSliderDragging.Name = "pictureBoxSliderDragging"; + this.pictureBoxSliderDragging.Size = new System.Drawing.Size(23, 23); + this.pictureBoxSliderDragging.TabIndex = 1; + this.pictureBoxSliderDragging.TabStop = false; + this.pictureBoxSliderDragging.Click += new System.EventHandler(this.PictureBoxClick); + // + // textBoxColorSliderDragging + // + this.textBoxColorSliderDragging.Location = new System.Drawing.Point(23, 0); + this.textBoxColorSliderDragging.Margin = new System.Windows.Forms.Padding(0); + this.textBoxColorSliderDragging.MaxLength = 12; + this.textBoxColorSliderDragging.Name = "textBoxColorSliderDragging"; + this.textBoxColorSliderDragging.Size = new System.Drawing.Size(69, 23); + this.textBoxColorSliderDragging.TabIndex = 2; + this.textBoxColorSliderDragging.Text = "#ffffff"; + this.textBoxColorSliderDragging.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); + // + // labelSliderDragging + // + this.labelSliderDragging.Anchor = System.Windows.Forms.AnchorStyles.Left; + this.labelSliderDragging.AutoSize = true; + this.labelSliderDragging.Location = new System.Drawing.Point(95, 4); + this.labelSliderDragging.Name = "labelSliderDragging"; + this.labelSliderDragging.Size = new System.Drawing.Size(110, 15); + this.labelSliderDragging.TabIndex = 0; + this.labelSliderDragging.Text = "labelSliderDragging"; + // + // tableLayoutPanelSliderHover + // + this.tableLayoutPanelSliderHover.AutoSize = true; + this.tableLayoutPanelSliderHover.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + this.tableLayoutPanelSliderHover.ColumnCount = 3; + this.tableLayoutPanelSliderHover.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelSliderHover.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelSliderHover.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanelSliderHover.Controls.Add(this.pictureBoxSliderHover, 0, 0); + this.tableLayoutPanelSliderHover.Controls.Add(this.textBoxColorSliderHover, 1, 0); + this.tableLayoutPanelSliderHover.Controls.Add(this.labelSliderHover, 2, 0); + this.tableLayoutPanelSliderHover.Location = new System.Drawing.Point(3, 352); + this.tableLayoutPanelSliderHover.Name = "tableLayoutPanelSliderHover"; + this.tableLayoutPanelSliderHover.RowCount = 1; + this.tableLayoutPanelSliderHover.RowStyles.Add(new System.Windows.Forms.RowStyle()); + this.tableLayoutPanelSliderHover.Size = new System.Drawing.Size(191, 23); + this.tableLayoutPanelSliderHover.TabIndex = 2; + // + // pictureBoxSliderHover + // + this.pictureBoxSliderHover.BackColor = System.Drawing.Color.White; + this.pictureBoxSliderHover.Cursor = System.Windows.Forms.Cursors.Hand; + this.pictureBoxSliderHover.Location = new System.Drawing.Point(0, 0); + this.pictureBoxSliderHover.Margin = new System.Windows.Forms.Padding(0); + this.pictureBoxSliderHover.Name = "pictureBoxSliderHover"; + this.pictureBoxSliderHover.Size = new System.Drawing.Size(23, 23); + this.pictureBoxSliderHover.TabIndex = 1; + this.pictureBoxSliderHover.TabStop = false; + this.pictureBoxSliderHover.Click += new System.EventHandler(this.PictureBoxClick); + // + // textBoxColorSliderHover + // + this.textBoxColorSliderHover.Location = new System.Drawing.Point(23, 0); + this.textBoxColorSliderHover.Margin = new System.Windows.Forms.Padding(0); + this.textBoxColorSliderHover.MaxLength = 12; + this.textBoxColorSliderHover.Name = "textBoxColorSliderHover"; + this.textBoxColorSliderHover.Size = new System.Drawing.Size(69, 23); + this.textBoxColorSliderHover.TabIndex = 2; + this.textBoxColorSliderHover.Text = "#ffffff"; + this.textBoxColorSliderHover.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); + // + // labelSliderHover + // + this.labelSliderHover.Anchor = System.Windows.Forms.AnchorStyles.Left; + this.labelSliderHover.AutoSize = true; + this.labelSliderHover.Location = new System.Drawing.Point(95, 4); + this.labelSliderHover.Name = "labelSliderHover"; + this.labelSliderHover.Size = new System.Drawing.Size(93, 15); + this.labelSliderHover.TabIndex = 0; + this.labelSliderHover.Text = "labelSliderHover"; + // + // tableLayoutPanelSliderArrowsAndTrackHover + // + this.tableLayoutPanelSliderArrowsAndTrackHover.AutoSize = true; + this.tableLayoutPanelSliderArrowsAndTrackHover.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + this.tableLayoutPanelSliderArrowsAndTrackHover.ColumnCount = 3; + this.tableLayoutPanelSliderArrowsAndTrackHover.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelSliderArrowsAndTrackHover.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelSliderArrowsAndTrackHover.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanelSliderArrowsAndTrackHover.Controls.Add(this.pictureBoxSliderArrowsAndTrackHover, 0, 0); + this.tableLayoutPanelSliderArrowsAndTrackHover.Controls.Add(this.textBoxColorSliderArrowsAndTrackHover, 1, 0); + this.tableLayoutPanelSliderArrowsAndTrackHover.Controls.Add(this.labelSliderArrowsAndTrackHover, 2, 0); + this.tableLayoutPanelSliderArrowsAndTrackHover.Location = new System.Drawing.Point(3, 381); + this.tableLayoutPanelSliderArrowsAndTrackHover.Name = "tableLayoutPanelSliderArrowsAndTrackHover"; + this.tableLayoutPanelSliderArrowsAndTrackHover.RowCount = 1; + this.tableLayoutPanelSliderArrowsAndTrackHover.RowStyles.Add(new System.Windows.Forms.RowStyle()); + this.tableLayoutPanelSliderArrowsAndTrackHover.Size = new System.Drawing.Size(277, 23); + this.tableLayoutPanelSliderArrowsAndTrackHover.TabIndex = 2; + // + // pictureBoxSliderArrowsAndTrackHover + // + this.pictureBoxSliderArrowsAndTrackHover.BackColor = System.Drawing.Color.White; + this.pictureBoxSliderArrowsAndTrackHover.Cursor = System.Windows.Forms.Cursors.Hand; + this.pictureBoxSliderArrowsAndTrackHover.Location = new System.Drawing.Point(0, 0); + this.pictureBoxSliderArrowsAndTrackHover.Margin = new System.Windows.Forms.Padding(0); + this.pictureBoxSliderArrowsAndTrackHover.Name = "pictureBoxSliderArrowsAndTrackHover"; + this.pictureBoxSliderArrowsAndTrackHover.Size = new System.Drawing.Size(23, 23); + this.pictureBoxSliderArrowsAndTrackHover.TabIndex = 1; + this.pictureBoxSliderArrowsAndTrackHover.TabStop = false; + this.pictureBoxSliderArrowsAndTrackHover.Click += new System.EventHandler(this.PictureBoxClick); + // + // textBoxColorSliderArrowsAndTrackHover + // + this.textBoxColorSliderArrowsAndTrackHover.Location = new System.Drawing.Point(23, 0); + this.textBoxColorSliderArrowsAndTrackHover.Margin = new System.Windows.Forms.Padding(0); + this.textBoxColorSliderArrowsAndTrackHover.MaxLength = 12; + this.textBoxColorSliderArrowsAndTrackHover.Name = "textBoxColorSliderArrowsAndTrackHover"; + this.textBoxColorSliderArrowsAndTrackHover.Size = new System.Drawing.Size(69, 23); + this.textBoxColorSliderArrowsAndTrackHover.TabIndex = 2; + this.textBoxColorSliderArrowsAndTrackHover.Text = "#ffffff"; + this.textBoxColorSliderArrowsAndTrackHover.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); + // + // labelSliderArrowsAndTrackHover + // + this.labelSliderArrowsAndTrackHover.Anchor = System.Windows.Forms.AnchorStyles.Left; + this.labelSliderArrowsAndTrackHover.AutoSize = true; + this.labelSliderArrowsAndTrackHover.Location = new System.Drawing.Point(95, 4); + this.labelSliderArrowsAndTrackHover.Name = "labelSliderArrowsAndTrackHover"; + this.labelSliderArrowsAndTrackHover.Size = new System.Drawing.Size(179, 15); + this.labelSliderArrowsAndTrackHover.TabIndex = 0; + this.labelSliderArrowsAndTrackHover.Text = "labelSliderArrowsAndTrackHover"; + // + // tableLayoutPanelArrow + // + this.tableLayoutPanelArrow.AutoSize = true; + this.tableLayoutPanelArrow.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + this.tableLayoutPanelArrow.ColumnCount = 3; + this.tableLayoutPanelArrow.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelArrow.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelArrow.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanelArrow.Controls.Add(this.pictureBoxArrow, 0, 0); + this.tableLayoutPanelArrow.Controls.Add(this.textBoxColorArrow, 1, 0); + this.tableLayoutPanelArrow.Controls.Add(this.labelArrow, 2, 0); + this.tableLayoutPanelArrow.Location = new System.Drawing.Point(3, 410); + this.tableLayoutPanelArrow.Name = "tableLayoutPanelArrow"; + this.tableLayoutPanelArrow.RowCount = 1; + this.tableLayoutPanelArrow.RowStyles.Add(new System.Windows.Forms.RowStyle()); + this.tableLayoutPanelArrow.Size = new System.Drawing.Size(162, 23); + this.tableLayoutPanelArrow.TabIndex = 2; + // + // pictureBoxArrow + // + this.pictureBoxArrow.BackColor = System.Drawing.Color.White; + this.pictureBoxArrow.Cursor = System.Windows.Forms.Cursors.Hand; + this.pictureBoxArrow.Location = new System.Drawing.Point(0, 0); + this.pictureBoxArrow.Margin = new System.Windows.Forms.Padding(0); + this.pictureBoxArrow.Name = "pictureBoxArrow"; + this.pictureBoxArrow.Size = new System.Drawing.Size(23, 23); + this.pictureBoxArrow.TabIndex = 1; + this.pictureBoxArrow.TabStop = false; + this.pictureBoxArrow.Click += new System.EventHandler(this.PictureBoxClick); + // + // textBoxColorArrow + // + this.textBoxColorArrow.Location = new System.Drawing.Point(23, 0); + this.textBoxColorArrow.Margin = new System.Windows.Forms.Padding(0); + this.textBoxColorArrow.MaxLength = 12; + this.textBoxColorArrow.Name = "textBoxColorArrow"; + this.textBoxColorArrow.Size = new System.Drawing.Size(69, 23); + this.textBoxColorArrow.TabIndex = 2; + this.textBoxColorArrow.Text = "#ffffff"; + this.textBoxColorArrow.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); + // + // labelArrow + // + this.labelArrow.Anchor = System.Windows.Forms.AnchorStyles.Left; + this.labelArrow.AutoSize = true; + this.labelArrow.Location = new System.Drawing.Point(95, 4); + this.labelArrow.Name = "labelArrow"; + this.labelArrow.Size = new System.Drawing.Size(64, 15); + this.labelArrow.TabIndex = 0; + this.labelArrow.Text = "labelArrow"; + // + // tableLayoutPanelArrowClick + // + this.tableLayoutPanelArrowClick.AutoSize = true; + this.tableLayoutPanelArrowClick.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + this.tableLayoutPanelArrowClick.ColumnCount = 3; + this.tableLayoutPanelArrowClick.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelArrowClick.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelArrowClick.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanelArrowClick.Controls.Add(this.pictureBoxArrowClick, 0, 0); + this.tableLayoutPanelArrowClick.Controls.Add(this.textBoxColorArrowClick, 1, 0); + this.tableLayoutPanelArrowClick.Controls.Add(this.labelArrowClick, 2, 0); + this.tableLayoutPanelArrowClick.Location = new System.Drawing.Point(3, 439); + this.tableLayoutPanelArrowClick.Name = "tableLayoutPanelArrowClick"; + this.tableLayoutPanelArrowClick.RowCount = 1; + this.tableLayoutPanelArrowClick.RowStyles.Add(new System.Windows.Forms.RowStyle()); + this.tableLayoutPanelArrowClick.Size = new System.Drawing.Size(188, 23); + this.tableLayoutPanelArrowClick.TabIndex = 2; + // + // pictureBoxArrowClick + // + this.pictureBoxArrowClick.BackColor = System.Drawing.Color.White; + this.pictureBoxArrowClick.Cursor = System.Windows.Forms.Cursors.Hand; + this.pictureBoxArrowClick.Location = new System.Drawing.Point(0, 0); + this.pictureBoxArrowClick.Margin = new System.Windows.Forms.Padding(0); + this.pictureBoxArrowClick.Name = "pictureBoxArrowClick"; + this.pictureBoxArrowClick.Size = new System.Drawing.Size(23, 23); + this.pictureBoxArrowClick.TabIndex = 1; + this.pictureBoxArrowClick.TabStop = false; + this.pictureBoxArrowClick.Click += new System.EventHandler(this.PictureBoxClick); + // + // textBoxColorArrowClick + // + this.textBoxColorArrowClick.Location = new System.Drawing.Point(23, 0); + this.textBoxColorArrowClick.Margin = new System.Windows.Forms.Padding(0); + this.textBoxColorArrowClick.MaxLength = 12; + this.textBoxColorArrowClick.Name = "textBoxColorArrowClick"; + this.textBoxColorArrowClick.Size = new System.Drawing.Size(69, 23); + this.textBoxColorArrowClick.TabIndex = 2; + this.textBoxColorArrowClick.Text = "#ffffff"; + this.textBoxColorArrowClick.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); + // + // labelArrowClick + // + this.labelArrowClick.Anchor = System.Windows.Forms.AnchorStyles.Left; + this.labelArrowClick.AutoSize = true; + this.labelArrowClick.Location = new System.Drawing.Point(95, 4); + this.labelArrowClick.Name = "labelArrowClick"; + this.labelArrowClick.Size = new System.Drawing.Size(90, 15); + this.labelArrowClick.TabIndex = 0; + this.labelArrowClick.Text = "labelArrowClick"; + // + // tableLayoutPanelArrowClickBackground + // + this.tableLayoutPanelArrowClickBackground.AutoSize = true; + this.tableLayoutPanelArrowClickBackground.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + this.tableLayoutPanelArrowClickBackground.ColumnCount = 3; + this.tableLayoutPanelArrowClickBackground.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelArrowClickBackground.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelArrowClickBackground.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanelArrowClickBackground.Controls.Add(this.pictureBoxArrowClickBackground, 0, 0); + this.tableLayoutPanelArrowClickBackground.Controls.Add(this.textBoxColorArrowClickBackground, 1, 0); + this.tableLayoutPanelArrowClickBackground.Controls.Add(this.labelArrowClickBackground, 2, 0); + this.tableLayoutPanelArrowClickBackground.Location = new System.Drawing.Point(3, 468); + this.tableLayoutPanelArrowClickBackground.Name = "tableLayoutPanelArrowClickBackground"; + this.tableLayoutPanelArrowClickBackground.RowCount = 1; + this.tableLayoutPanelArrowClickBackground.RowStyles.Add(new System.Windows.Forms.RowStyle()); + this.tableLayoutPanelArrowClickBackground.Size = new System.Drawing.Size(252, 23); + this.tableLayoutPanelArrowClickBackground.TabIndex = 2; + // + // pictureBoxArrowClickBackground + // + this.pictureBoxArrowClickBackground.BackColor = System.Drawing.Color.White; + this.pictureBoxArrowClickBackground.Cursor = System.Windows.Forms.Cursors.Hand; + this.pictureBoxArrowClickBackground.Location = new System.Drawing.Point(0, 0); + this.pictureBoxArrowClickBackground.Margin = new System.Windows.Forms.Padding(0); + this.pictureBoxArrowClickBackground.Name = "pictureBoxArrowClickBackground"; + this.pictureBoxArrowClickBackground.Size = new System.Drawing.Size(23, 23); + this.pictureBoxArrowClickBackground.TabIndex = 1; + this.pictureBoxArrowClickBackground.TabStop = false; + this.pictureBoxArrowClickBackground.Click += new System.EventHandler(this.PictureBoxClick); + // + // textBoxColorArrowClickBackground + // + this.textBoxColorArrowClickBackground.Location = new System.Drawing.Point(23, 0); + this.textBoxColorArrowClickBackground.Margin = new System.Windows.Forms.Padding(0); + this.textBoxColorArrowClickBackground.MaxLength = 12; + this.textBoxColorArrowClickBackground.Name = "textBoxColorArrowClickBackground"; + this.textBoxColorArrowClickBackground.Size = new System.Drawing.Size(69, 23); + this.textBoxColorArrowClickBackground.TabIndex = 2; + this.textBoxColorArrowClickBackground.Text = "#ffffff"; + this.textBoxColorArrowClickBackground.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); + // + // labelArrowClickBackground + // + this.labelArrowClickBackground.Anchor = System.Windows.Forms.AnchorStyles.Left; + this.labelArrowClickBackground.AutoSize = true; + this.labelArrowClickBackground.Location = new System.Drawing.Point(95, 4); + this.labelArrowClickBackground.Name = "labelArrowClickBackground"; + this.labelArrowClickBackground.Size = new System.Drawing.Size(154, 15); + this.labelArrowClickBackground.TabIndex = 0; + this.labelArrowClickBackground.Text = "labelArrowClickBackground"; + // + // tableLayoutPanelArrowHover + // + this.tableLayoutPanelArrowHover.AutoSize = true; + this.tableLayoutPanelArrowHover.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + this.tableLayoutPanelArrowHover.ColumnCount = 3; + this.tableLayoutPanelArrowHover.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelArrowHover.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelArrowHover.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanelArrowHover.Controls.Add(this.pictureBoxArrowHover, 0, 0); + this.tableLayoutPanelArrowHover.Controls.Add(this.textBoxColorArrowHover, 1, 0); + this.tableLayoutPanelArrowHover.Controls.Add(this.labelArrowHover, 2, 0); + this.tableLayoutPanelArrowHover.Location = new System.Drawing.Point(3, 497); + this.tableLayoutPanelArrowHover.Name = "tableLayoutPanelArrowHover"; + this.tableLayoutPanelArrowHover.RowCount = 1; + this.tableLayoutPanelArrowHover.RowStyles.Add(new System.Windows.Forms.RowStyle()); + this.tableLayoutPanelArrowHover.Size = new System.Drawing.Size(194, 23); + this.tableLayoutPanelArrowHover.TabIndex = 2; + // + // pictureBoxArrowHover + // + this.pictureBoxArrowHover.BackColor = System.Drawing.Color.White; + this.pictureBoxArrowHover.Cursor = System.Windows.Forms.Cursors.Hand; + this.pictureBoxArrowHover.Location = new System.Drawing.Point(0, 0); + this.pictureBoxArrowHover.Margin = new System.Windows.Forms.Padding(0); + this.pictureBoxArrowHover.Name = "pictureBoxArrowHover"; + this.pictureBoxArrowHover.Size = new System.Drawing.Size(23, 23); + this.pictureBoxArrowHover.TabIndex = 1; + this.pictureBoxArrowHover.TabStop = false; + this.pictureBoxArrowHover.Click += new System.EventHandler(this.PictureBoxClick); + // + // textBoxColorArrowHover + // + this.textBoxColorArrowHover.Location = new System.Drawing.Point(23, 0); + this.textBoxColorArrowHover.Margin = new System.Windows.Forms.Padding(0); + this.textBoxColorArrowHover.MaxLength = 12; + this.textBoxColorArrowHover.Name = "textBoxColorArrowHover"; + this.textBoxColorArrowHover.Size = new System.Drawing.Size(69, 23); + this.textBoxColorArrowHover.TabIndex = 2; + this.textBoxColorArrowHover.Text = "#ffffff"; + this.textBoxColorArrowHover.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); + // + // labelArrowHover + // + this.labelArrowHover.Anchor = System.Windows.Forms.AnchorStyles.Left; + this.labelArrowHover.AutoSize = true; + this.labelArrowHover.Location = new System.Drawing.Point(95, 4); + this.labelArrowHover.Name = "labelArrowHover"; + this.labelArrowHover.Size = new System.Drawing.Size(96, 15); + this.labelArrowHover.TabIndex = 0; + this.labelArrowHover.Text = "labelArrowHover"; + // + // tableLayoutPanelArrowHoverBackground + // + this.tableLayoutPanelArrowHoverBackground.AutoSize = true; + this.tableLayoutPanelArrowHoverBackground.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + this.tableLayoutPanelArrowHoverBackground.ColumnCount = 3; + this.tableLayoutPanelArrowHoverBackground.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelArrowHoverBackground.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelArrowHoverBackground.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanelArrowHoverBackground.Controls.Add(this.pictureBoxArrowHoverBackground, 0, 0); + this.tableLayoutPanelArrowHoverBackground.Controls.Add(this.textBoxColorArrowHoverBackground, 1, 0); + this.tableLayoutPanelArrowHoverBackground.Controls.Add(this.labelArrowHoverBackground, 2, 0); + this.tableLayoutPanelArrowHoverBackground.Location = new System.Drawing.Point(3, 526); + this.tableLayoutPanelArrowHoverBackground.Name = "tableLayoutPanelArrowHoverBackground"; + this.tableLayoutPanelArrowHoverBackground.RowCount = 1; + this.tableLayoutPanelArrowHoverBackground.RowStyles.Add(new System.Windows.Forms.RowStyle()); + this.tableLayoutPanelArrowHoverBackground.Size = new System.Drawing.Size(258, 23); + this.tableLayoutPanelArrowHoverBackground.TabIndex = 2; // // pictureBoxArrowHoverBackground // @@ -1217,108 +2102,6 @@ namespace SystemTrayMenu.UserInterface this.labelArrowHoverBackground.TabIndex = 0; this.labelArrowHoverBackground.Text = "labelArrowHoverBackground"; // - // tableLayoutPanel29 - // - this.tableLayoutPanel29.AutoSize = true; - this.tableLayoutPanel29.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; - this.tableLayoutPanel29.ColumnCount = 3; - this.tableLayoutPanel29.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel29.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel29.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel29.Controls.Add(this.pictureBoxArrowHover, 0, 0); - this.tableLayoutPanel29.Controls.Add(this.textBoxColorArrowHover, 1, 0); - this.tableLayoutPanel29.Controls.Add(this.labelArrowHover, 2, 0); - this.tableLayoutPanel29.Location = new System.Drawing.Point(3, 497); - this.tableLayoutPanel29.Name = "tableLayoutPanel29"; - this.tableLayoutPanel29.RowCount = 1; - this.tableLayoutPanel29.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.tableLayoutPanel29.Size = new System.Drawing.Size(194, 23); - this.tableLayoutPanel29.TabIndex = 2; - // - // pictureBoxArrowHover - // - this.pictureBoxArrowHover.BackColor = System.Drawing.Color.White; - this.pictureBoxArrowHover.Cursor = System.Windows.Forms.Cursors.Hand; - this.pictureBoxArrowHover.Location = new System.Drawing.Point(0, 0); - this.pictureBoxArrowHover.Margin = new System.Windows.Forms.Padding(0); - this.pictureBoxArrowHover.Name = "pictureBoxArrowHover"; - this.pictureBoxArrowHover.Size = new System.Drawing.Size(23, 23); - this.pictureBoxArrowHover.TabIndex = 1; - this.pictureBoxArrowHover.TabStop = false; - this.pictureBoxArrowHover.Click += new System.EventHandler(this.PictureBoxClick); - // - // textBoxColorArrowHover - // - this.textBoxColorArrowHover.Location = new System.Drawing.Point(23, 0); - this.textBoxColorArrowHover.Margin = new System.Windows.Forms.Padding(0); - this.textBoxColorArrowHover.MaxLength = 12; - this.textBoxColorArrowHover.Name = "textBoxColorArrowHover"; - this.textBoxColorArrowHover.Size = new System.Drawing.Size(69, 23); - this.textBoxColorArrowHover.TabIndex = 2; - this.textBoxColorArrowHover.Text = "#ffffff"; - this.textBoxColorArrowHover.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); - // - // labelArrowHover - // - this.labelArrowHover.Anchor = System.Windows.Forms.AnchorStyles.Left; - this.labelArrowHover.AutoSize = true; - this.labelArrowHover.Location = new System.Drawing.Point(95, 4); - this.labelArrowHover.Name = "labelArrowHover"; - this.labelArrowHover.Size = new System.Drawing.Size(96, 15); - this.labelArrowHover.TabIndex = 0; - this.labelArrowHover.Text = "labelArrowHover"; - // - // tableLayoutPanel28 - // - this.tableLayoutPanel28.AutoSize = true; - this.tableLayoutPanel28.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; - this.tableLayoutPanel28.ColumnCount = 3; - this.tableLayoutPanel28.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel28.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel28.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel28.Controls.Add(this.pictureBoxArrowClickBackground, 0, 0); - this.tableLayoutPanel28.Controls.Add(this.textBoxColorArrowClickBackground, 1, 0); - this.tableLayoutPanel28.Controls.Add(this.labelArrowClickBackground, 2, 0); - this.tableLayoutPanel28.Location = new System.Drawing.Point(3, 468); - this.tableLayoutPanel28.Name = "tableLayoutPanel28"; - this.tableLayoutPanel28.RowCount = 1; - this.tableLayoutPanel28.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.tableLayoutPanel28.Size = new System.Drawing.Size(252, 23); - this.tableLayoutPanel28.TabIndex = 2; - // - // pictureBoxArrowClickBackground - // - this.pictureBoxArrowClickBackground.BackColor = System.Drawing.Color.White; - this.pictureBoxArrowClickBackground.Cursor = System.Windows.Forms.Cursors.Hand; - this.pictureBoxArrowClickBackground.Location = new System.Drawing.Point(0, 0); - this.pictureBoxArrowClickBackground.Margin = new System.Windows.Forms.Padding(0); - this.pictureBoxArrowClickBackground.Name = "pictureBoxArrowClickBackground"; - this.pictureBoxArrowClickBackground.Size = new System.Drawing.Size(23, 23); - this.pictureBoxArrowClickBackground.TabIndex = 1; - this.pictureBoxArrowClickBackground.TabStop = false; - this.pictureBoxArrowClickBackground.Click += new System.EventHandler(this.PictureBoxClick); - // - // textBoxColorArrowClickBackground - // - this.textBoxColorArrowClickBackground.Location = new System.Drawing.Point(23, 0); - this.textBoxColorArrowClickBackground.Margin = new System.Windows.Forms.Padding(0); - this.textBoxColorArrowClickBackground.MaxLength = 12; - this.textBoxColorArrowClickBackground.Name = "textBoxColorArrowClickBackground"; - this.textBoxColorArrowClickBackground.Size = new System.Drawing.Size(69, 23); - this.textBoxColorArrowClickBackground.TabIndex = 2; - this.textBoxColorArrowClickBackground.Text = "#ffffff"; - this.textBoxColorArrowClickBackground.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); - // - // labelArrowClickBackground - // - this.labelArrowClickBackground.Anchor = System.Windows.Forms.AnchorStyles.Left; - this.labelArrowClickBackground.AutoSize = true; - this.labelArrowClickBackground.Location = new System.Drawing.Point(95, 4); - this.labelArrowClickBackground.Name = "labelArrowClickBackground"; - this.labelArrowClickBackground.Size = new System.Drawing.Size(154, 15); - this.labelArrowClickBackground.TabIndex = 0; - this.labelArrowClickBackground.Text = "labelArrowClickBackground"; - // // buttonColorsDefault // this.buttonColorsDefault.AutoSize = true; @@ -1332,789 +2115,6 @@ namespace SystemTrayMenu.UserInterface this.buttonColorsDefault.UseVisualStyleBackColor = true; this.buttonColorsDefault.Click += new System.EventHandler(this.ButtonDefaultColors_Click); // - // tableLayoutPanel27 - // - this.tableLayoutPanel27.AutoSize = true; - this.tableLayoutPanel27.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; - this.tableLayoutPanel27.ColumnCount = 3; - this.tableLayoutPanel27.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel27.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel27.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel27.Controls.Add(this.pictureBoxArrowClick, 0, 0); - this.tableLayoutPanel27.Controls.Add(this.textBoxColorArrowClick, 1, 0); - this.tableLayoutPanel27.Controls.Add(this.labelArrowClick, 2, 0); - this.tableLayoutPanel27.Location = new System.Drawing.Point(3, 439); - this.tableLayoutPanel27.Name = "tableLayoutPanel27"; - this.tableLayoutPanel27.RowCount = 1; - this.tableLayoutPanel27.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.tableLayoutPanel27.Size = new System.Drawing.Size(188, 23); - this.tableLayoutPanel27.TabIndex = 2; - // - // pictureBoxArrowClick - // - this.pictureBoxArrowClick.BackColor = System.Drawing.Color.White; - this.pictureBoxArrowClick.Cursor = System.Windows.Forms.Cursors.Hand; - this.pictureBoxArrowClick.Location = new System.Drawing.Point(0, 0); - this.pictureBoxArrowClick.Margin = new System.Windows.Forms.Padding(0); - this.pictureBoxArrowClick.Name = "pictureBoxArrowClick"; - this.pictureBoxArrowClick.Size = new System.Drawing.Size(23, 23); - this.pictureBoxArrowClick.TabIndex = 1; - this.pictureBoxArrowClick.TabStop = false; - this.pictureBoxArrowClick.Click += new System.EventHandler(this.PictureBoxClick); - // - // textBoxColorArrowClick - // - this.textBoxColorArrowClick.Location = new System.Drawing.Point(23, 0); - this.textBoxColorArrowClick.Margin = new System.Windows.Forms.Padding(0); - this.textBoxColorArrowClick.MaxLength = 12; - this.textBoxColorArrowClick.Name = "textBoxColorArrowClick"; - this.textBoxColorArrowClick.Size = new System.Drawing.Size(69, 23); - this.textBoxColorArrowClick.TabIndex = 2; - this.textBoxColorArrowClick.Text = "#ffffff"; - this.textBoxColorArrowClick.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); - // - // labelArrowClick - // - this.labelArrowClick.Anchor = System.Windows.Forms.AnchorStyles.Left; - this.labelArrowClick.AutoSize = true; - this.labelArrowClick.Location = new System.Drawing.Point(95, 4); - this.labelArrowClick.Name = "labelArrowClick"; - this.labelArrowClick.Size = new System.Drawing.Size(90, 15); - this.labelArrowClick.TabIndex = 0; - this.labelArrowClick.Text = "labelArrowClick"; - // - // tableLayoutPanel26 - // - this.tableLayoutPanel26.AutoSize = true; - this.tableLayoutPanel26.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; - this.tableLayoutPanel26.ColumnCount = 3; - this.tableLayoutPanel26.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel26.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel26.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel26.Controls.Add(this.pictureBoxArrow, 0, 0); - this.tableLayoutPanel26.Controls.Add(this.textBoxColorArrow, 1, 0); - this.tableLayoutPanel26.Controls.Add(this.labelArrow, 2, 0); - this.tableLayoutPanel26.Location = new System.Drawing.Point(3, 410); - this.tableLayoutPanel26.Name = "tableLayoutPanel26"; - this.tableLayoutPanel26.RowCount = 1; - this.tableLayoutPanel26.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.tableLayoutPanel26.Size = new System.Drawing.Size(162, 23); - this.tableLayoutPanel26.TabIndex = 2; - // - // pictureBoxArrow - // - this.pictureBoxArrow.BackColor = System.Drawing.Color.White; - this.pictureBoxArrow.Cursor = System.Windows.Forms.Cursors.Hand; - this.pictureBoxArrow.Location = new System.Drawing.Point(0, 0); - this.pictureBoxArrow.Margin = new System.Windows.Forms.Padding(0); - this.pictureBoxArrow.Name = "pictureBoxArrow"; - this.pictureBoxArrow.Size = new System.Drawing.Size(23, 23); - this.pictureBoxArrow.TabIndex = 1; - this.pictureBoxArrow.TabStop = false; - this.pictureBoxArrow.Click += new System.EventHandler(this.PictureBoxClick); - // - // textBoxColorArrow - // - this.textBoxColorArrow.Location = new System.Drawing.Point(23, 0); - this.textBoxColorArrow.Margin = new System.Windows.Forms.Padding(0); - this.textBoxColorArrow.MaxLength = 12; - this.textBoxColorArrow.Name = "textBoxColorArrow"; - this.textBoxColorArrow.Size = new System.Drawing.Size(69, 23); - this.textBoxColorArrow.TabIndex = 2; - this.textBoxColorArrow.Text = "#ffffff"; - this.textBoxColorArrow.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); - // - // labelArrow - // - this.labelArrow.Anchor = System.Windows.Forms.AnchorStyles.Left; - this.labelArrow.AutoSize = true; - this.labelArrow.Location = new System.Drawing.Point(95, 4); - this.labelArrow.Name = "labelArrow"; - this.labelArrow.Size = new System.Drawing.Size(64, 15); - this.labelArrow.TabIndex = 0; - this.labelArrow.Text = "labelArrow"; - // - // tableLayoutPanel25 - // - this.tableLayoutPanel25.AutoSize = true; - this.tableLayoutPanel25.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; - this.tableLayoutPanel25.ColumnCount = 3; - this.tableLayoutPanel25.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel25.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel25.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel25.Controls.Add(this.pictureBoxSliderArrowsAndTrackHover, 0, 0); - this.tableLayoutPanel25.Controls.Add(this.textBoxColorSliderArrowsAndTrackHover, 1, 0); - this.tableLayoutPanel25.Controls.Add(this.labelSliderArrowsAndTrackHover, 2, 0); - this.tableLayoutPanel25.Location = new System.Drawing.Point(3, 381); - this.tableLayoutPanel25.Name = "tableLayoutPanel25"; - this.tableLayoutPanel25.RowCount = 1; - this.tableLayoutPanel25.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.tableLayoutPanel25.Size = new System.Drawing.Size(277, 23); - this.tableLayoutPanel25.TabIndex = 2; - // - // pictureBoxSliderArrowsAndTrackHover - // - this.pictureBoxSliderArrowsAndTrackHover.BackColor = System.Drawing.Color.White; - this.pictureBoxSliderArrowsAndTrackHover.Cursor = System.Windows.Forms.Cursors.Hand; - this.pictureBoxSliderArrowsAndTrackHover.Location = new System.Drawing.Point(0, 0); - this.pictureBoxSliderArrowsAndTrackHover.Margin = new System.Windows.Forms.Padding(0); - this.pictureBoxSliderArrowsAndTrackHover.Name = "pictureBoxSliderArrowsAndTrackHover"; - this.pictureBoxSliderArrowsAndTrackHover.Size = new System.Drawing.Size(23, 23); - this.pictureBoxSliderArrowsAndTrackHover.TabIndex = 1; - this.pictureBoxSliderArrowsAndTrackHover.TabStop = false; - this.pictureBoxSliderArrowsAndTrackHover.Click += new System.EventHandler(this.PictureBoxClick); - // - // textBoxColorSliderArrowsAndTrackHover - // - this.textBoxColorSliderArrowsAndTrackHover.Location = new System.Drawing.Point(23, 0); - this.textBoxColorSliderArrowsAndTrackHover.Margin = new System.Windows.Forms.Padding(0); - this.textBoxColorSliderArrowsAndTrackHover.MaxLength = 12; - this.textBoxColorSliderArrowsAndTrackHover.Name = "textBoxColorSliderArrowsAndTrackHover"; - this.textBoxColorSliderArrowsAndTrackHover.Size = new System.Drawing.Size(69, 23); - this.textBoxColorSliderArrowsAndTrackHover.TabIndex = 2; - this.textBoxColorSliderArrowsAndTrackHover.Text = "#ffffff"; - this.textBoxColorSliderArrowsAndTrackHover.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); - // - // labelSliderArrowsAndTrackHover - // - this.labelSliderArrowsAndTrackHover.Anchor = System.Windows.Forms.AnchorStyles.Left; - this.labelSliderArrowsAndTrackHover.AutoSize = true; - this.labelSliderArrowsAndTrackHover.Location = new System.Drawing.Point(95, 4); - this.labelSliderArrowsAndTrackHover.Name = "labelSliderArrowsAndTrackHover"; - this.labelSliderArrowsAndTrackHover.Size = new System.Drawing.Size(179, 15); - this.labelSliderArrowsAndTrackHover.TabIndex = 0; - this.labelSliderArrowsAndTrackHover.Text = "labelSliderArrowsAndTrackHover"; - // - // tableLayoutPanel24 - // - this.tableLayoutPanel24.AutoSize = true; - this.tableLayoutPanel24.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; - this.tableLayoutPanel24.ColumnCount = 3; - this.tableLayoutPanel24.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel24.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel24.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel24.Controls.Add(this.pictureBoxSliderHover, 0, 0); - this.tableLayoutPanel24.Controls.Add(this.textBoxColorSliderHover, 1, 0); - this.tableLayoutPanel24.Controls.Add(this.labelSliderHover, 2, 0); - this.tableLayoutPanel24.Location = new System.Drawing.Point(3, 352); - this.tableLayoutPanel24.Name = "tableLayoutPanel24"; - this.tableLayoutPanel24.RowCount = 1; - this.tableLayoutPanel24.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.tableLayoutPanel24.Size = new System.Drawing.Size(191, 23); - this.tableLayoutPanel24.TabIndex = 2; - // - // pictureBoxSliderHover - // - this.pictureBoxSliderHover.BackColor = System.Drawing.Color.White; - this.pictureBoxSliderHover.Cursor = System.Windows.Forms.Cursors.Hand; - this.pictureBoxSliderHover.Location = new System.Drawing.Point(0, 0); - this.pictureBoxSliderHover.Margin = new System.Windows.Forms.Padding(0); - this.pictureBoxSliderHover.Name = "pictureBoxSliderHover"; - this.pictureBoxSliderHover.Size = new System.Drawing.Size(23, 23); - this.pictureBoxSliderHover.TabIndex = 1; - this.pictureBoxSliderHover.TabStop = false; - this.pictureBoxSliderHover.Click += new System.EventHandler(this.PictureBoxClick); - // - // textBoxColorSliderHover - // - this.textBoxColorSliderHover.Location = new System.Drawing.Point(23, 0); - this.textBoxColorSliderHover.Margin = new System.Windows.Forms.Padding(0); - this.textBoxColorSliderHover.MaxLength = 12; - this.textBoxColorSliderHover.Name = "textBoxColorSliderHover"; - this.textBoxColorSliderHover.Size = new System.Drawing.Size(69, 23); - this.textBoxColorSliderHover.TabIndex = 2; - this.textBoxColorSliderHover.Text = "#ffffff"; - this.textBoxColorSliderHover.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); - // - // labelSliderHover - // - this.labelSliderHover.Anchor = System.Windows.Forms.AnchorStyles.Left; - this.labelSliderHover.AutoSize = true; - this.labelSliderHover.Location = new System.Drawing.Point(95, 4); - this.labelSliderHover.Name = "labelSliderHover"; - this.labelSliderHover.Size = new System.Drawing.Size(93, 15); - this.labelSliderHover.TabIndex = 0; - this.labelSliderHover.Text = "labelSliderHover"; - // - // tableLayoutPanel23 - // - this.tableLayoutPanel23.AutoSize = true; - this.tableLayoutPanel23.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; - this.tableLayoutPanel23.ColumnCount = 3; - this.tableLayoutPanel23.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel23.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel23.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel23.Controls.Add(this.pictureBoxSliderDragging, 0, 0); - this.tableLayoutPanel23.Controls.Add(this.textBoxColorSliderDragging, 1, 0); - this.tableLayoutPanel23.Controls.Add(this.labelSliderDragging, 2, 0); - this.tableLayoutPanel23.Location = new System.Drawing.Point(3, 323); - this.tableLayoutPanel23.Name = "tableLayoutPanel23"; - this.tableLayoutPanel23.RowCount = 1; - this.tableLayoutPanel23.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.tableLayoutPanel23.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 23F)); - this.tableLayoutPanel23.Size = new System.Drawing.Size(208, 23); - this.tableLayoutPanel23.TabIndex = 2; - // - // pictureBoxSliderDragging - // - this.pictureBoxSliderDragging.BackColor = System.Drawing.Color.White; - this.pictureBoxSliderDragging.Cursor = System.Windows.Forms.Cursors.Hand; - this.pictureBoxSliderDragging.Location = new System.Drawing.Point(0, 0); - this.pictureBoxSliderDragging.Margin = new System.Windows.Forms.Padding(0); - this.pictureBoxSliderDragging.Name = "pictureBoxSliderDragging"; - this.pictureBoxSliderDragging.Size = new System.Drawing.Size(23, 23); - this.pictureBoxSliderDragging.TabIndex = 1; - this.pictureBoxSliderDragging.TabStop = false; - this.pictureBoxSliderDragging.Click += new System.EventHandler(this.PictureBoxClick); - // - // textBoxColorSliderDragging - // - this.textBoxColorSliderDragging.Location = new System.Drawing.Point(23, 0); - this.textBoxColorSliderDragging.Margin = new System.Windows.Forms.Padding(0); - this.textBoxColorSliderDragging.MaxLength = 12; - this.textBoxColorSliderDragging.Name = "textBoxColorSliderDragging"; - this.textBoxColorSliderDragging.Size = new System.Drawing.Size(69, 23); - this.textBoxColorSliderDragging.TabIndex = 2; - this.textBoxColorSliderDragging.Text = "#ffffff"; - this.textBoxColorSliderDragging.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); - // - // labelSliderDragging - // - this.labelSliderDragging.Anchor = System.Windows.Forms.AnchorStyles.Left; - this.labelSliderDragging.AutoSize = true; - this.labelSliderDragging.Location = new System.Drawing.Point(95, 4); - this.labelSliderDragging.Name = "labelSliderDragging"; - this.labelSliderDragging.Size = new System.Drawing.Size(110, 15); - this.labelSliderDragging.TabIndex = 0; - this.labelSliderDragging.Text = "labelSliderDragging"; - // - // tableLayoutPanel22 - // - this.tableLayoutPanel22.AutoSize = true; - this.tableLayoutPanel22.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; - this.tableLayoutPanel22.ColumnCount = 3; - this.tableLayoutPanel22.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel22.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel22.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel22.Controls.Add(this.pictureBoxSlider, 0, 0); - this.tableLayoutPanel22.Controls.Add(this.textBoxColorSlider, 1, 0); - this.tableLayoutPanel22.Controls.Add(this.labelSlider, 2, 0); - this.tableLayoutPanel22.Location = new System.Drawing.Point(3, 294); - this.tableLayoutPanel22.Name = "tableLayoutPanel22"; - this.tableLayoutPanel22.RowCount = 1; - this.tableLayoutPanel22.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.tableLayoutPanel22.Size = new System.Drawing.Size(159, 23); - this.tableLayoutPanel22.TabIndex = 2; - // - // pictureBoxSlider - // - this.pictureBoxSlider.BackColor = System.Drawing.Color.White; - this.pictureBoxSlider.Cursor = System.Windows.Forms.Cursors.Hand; - this.pictureBoxSlider.Location = new System.Drawing.Point(0, 0); - this.pictureBoxSlider.Margin = new System.Windows.Forms.Padding(0); - this.pictureBoxSlider.Name = "pictureBoxSlider"; - this.pictureBoxSlider.Size = new System.Drawing.Size(23, 23); - this.pictureBoxSlider.TabIndex = 1; - this.pictureBoxSlider.TabStop = false; - this.pictureBoxSlider.Click += new System.EventHandler(this.PictureBoxClick); - // - // textBoxColorSlider - // - this.textBoxColorSlider.Location = new System.Drawing.Point(23, 0); - this.textBoxColorSlider.Margin = new System.Windows.Forms.Padding(0); - this.textBoxColorSlider.MaxLength = 12; - this.textBoxColorSlider.Name = "textBoxColorSlider"; - this.textBoxColorSlider.Size = new System.Drawing.Size(69, 23); - this.textBoxColorSlider.TabIndex = 2; - this.textBoxColorSlider.Text = "#ffffff"; - this.textBoxColorSlider.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); - // - // labelSlider - // - this.labelSlider.Anchor = System.Windows.Forms.AnchorStyles.Left; - this.labelSlider.AutoSize = true; - this.labelSlider.Location = new System.Drawing.Point(95, 4); - this.labelSlider.Name = "labelSlider"; - this.labelSlider.Size = new System.Drawing.Size(61, 15); - this.labelSlider.TabIndex = 0; - this.labelSlider.Text = "labelSlider"; - // - // tableLayoutPanel21 - // - this.tableLayoutPanel21.AutoSize = true; - this.tableLayoutPanel21.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; - this.tableLayoutPanel21.ColumnCount = 3; - this.tableLayoutPanel21.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel21.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel21.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel21.Controls.Add(this.pictureBoxScrollbarBackground, 0, 0); - this.tableLayoutPanel21.Controls.Add(this.textBoxColorScrollbarBackground, 1, 0); - this.tableLayoutPanel21.Controls.Add(this.labelScrollbarBackground, 2, 0); - this.tableLayoutPanel21.Location = new System.Drawing.Point(3, 265); - this.tableLayoutPanel21.Name = "tableLayoutPanel21"; - this.tableLayoutPanel21.RowCount = 1; - this.tableLayoutPanel21.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.tableLayoutPanel21.Size = new System.Drawing.Size(240, 23); - this.tableLayoutPanel21.TabIndex = 2; - // - // pictureBoxScrollbarBackground - // - this.pictureBoxScrollbarBackground.BackColor = System.Drawing.Color.White; - this.pictureBoxScrollbarBackground.Cursor = System.Windows.Forms.Cursors.Hand; - this.pictureBoxScrollbarBackground.Location = new System.Drawing.Point(0, 0); - this.pictureBoxScrollbarBackground.Margin = new System.Windows.Forms.Padding(0); - this.pictureBoxScrollbarBackground.Name = "pictureBoxScrollbarBackground"; - this.pictureBoxScrollbarBackground.Size = new System.Drawing.Size(23, 23); - this.pictureBoxScrollbarBackground.TabIndex = 1; - this.pictureBoxScrollbarBackground.TabStop = false; - this.pictureBoxScrollbarBackground.Click += new System.EventHandler(this.PictureBoxClick); - // - // textBoxColorScrollbarBackground - // - this.textBoxColorScrollbarBackground.Location = new System.Drawing.Point(23, 0); - this.textBoxColorScrollbarBackground.Margin = new System.Windows.Forms.Padding(0); - this.textBoxColorScrollbarBackground.MaxLength = 12; - this.textBoxColorScrollbarBackground.Name = "textBoxColorScrollbarBackground"; - this.textBoxColorScrollbarBackground.Size = new System.Drawing.Size(69, 23); - this.textBoxColorScrollbarBackground.TabIndex = 2; - this.textBoxColorScrollbarBackground.Text = "#ffffff"; - this.textBoxColorScrollbarBackground.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); - // - // labelScrollbarBackground - // - this.labelScrollbarBackground.Anchor = System.Windows.Forms.AnchorStyles.Left; - this.labelScrollbarBackground.AutoSize = true; - this.labelScrollbarBackground.Location = new System.Drawing.Point(95, 4); - this.labelScrollbarBackground.Name = "labelScrollbarBackground"; - this.labelScrollbarBackground.Size = new System.Drawing.Size(142, 15); - this.labelScrollbarBackground.TabIndex = 0; - this.labelScrollbarBackground.Text = "labelScrollbarBackground"; - // - // tableLayoutPanel20 - // - this.tableLayoutPanel20.AutoSize = true; - this.tableLayoutPanel20.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; - this.tableLayoutPanel20.ColumnCount = 3; - this.tableLayoutPanel20.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel20.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel20.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel20.Controls.Add(this.labelWarning, 2, 0); - this.tableLayoutPanel20.Controls.Add(this.textBoxColorWarning, 1, 0); - this.tableLayoutPanel20.Controls.Add(this.pictureBoxWarning, 0, 0); - this.tableLayoutPanel20.Location = new System.Drawing.Point(3, 221); - this.tableLayoutPanel20.Name = "tableLayoutPanel20"; - this.tableLayoutPanel20.RowCount = 1; - this.tableLayoutPanel20.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.tableLayoutPanel20.Size = new System.Drawing.Size(175, 23); - this.tableLayoutPanel20.TabIndex = 2; - // - // labelWarning - // - this.labelWarning.Anchor = System.Windows.Forms.AnchorStyles.Left; - this.labelWarning.AutoSize = true; - this.labelWarning.Location = new System.Drawing.Point(95, 4); - this.labelWarning.Name = "labelWarning"; - this.labelWarning.Size = new System.Drawing.Size(77, 15); - this.labelWarning.TabIndex = 0; - this.labelWarning.Text = "labelWarning"; - // - // textBoxColorWarning - // - this.textBoxColorWarning.Location = new System.Drawing.Point(23, 0); - this.textBoxColorWarning.Margin = new System.Windows.Forms.Padding(0); - this.textBoxColorWarning.MaxLength = 12; - this.textBoxColorWarning.Name = "textBoxColorWarning"; - this.textBoxColorWarning.Size = new System.Drawing.Size(69, 23); - this.textBoxColorWarning.TabIndex = 2; - this.textBoxColorWarning.Text = "#ffffff"; - this.textBoxColorWarning.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); - // - // pictureBoxWarning - // - this.pictureBoxWarning.BackColor = System.Drawing.Color.White; - this.pictureBoxWarning.Cursor = System.Windows.Forms.Cursors.Hand; - this.pictureBoxWarning.Location = new System.Drawing.Point(0, 0); - this.pictureBoxWarning.Margin = new System.Windows.Forms.Padding(0); - this.pictureBoxWarning.Name = "pictureBoxWarning"; - this.pictureBoxWarning.Size = new System.Drawing.Size(23, 23); - this.pictureBoxWarning.TabIndex = 1; - this.pictureBoxWarning.TabStop = false; - this.pictureBoxWarning.Click += new System.EventHandler(this.PictureBoxClick); - // - // tableLayoutPanel19 - // - this.tableLayoutPanel19.AutoSize = true; - this.tableLayoutPanel19.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; - this.tableLayoutPanel19.ColumnCount = 3; - this.tableLayoutPanel19.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel19.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel19.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel19.Controls.Add(this.pictureBoxSelectedItemBorder, 0, 0); - this.tableLayoutPanel19.Controls.Add(this.textBoxColorSelectedItemBorder, 1, 0); - this.tableLayoutPanel19.Controls.Add(this.labelSelectedItemBorder, 2, 0); - this.tableLayoutPanel19.Location = new System.Drawing.Point(3, 192); - this.tableLayoutPanel19.Name = "tableLayoutPanel19"; - this.tableLayoutPanel19.RowCount = 1; - this.tableLayoutPanel19.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.tableLayoutPanel19.Size = new System.Drawing.Size(233, 23); - this.tableLayoutPanel19.TabIndex = 2; - // - // pictureBoxSelectedItemBorder - // - this.pictureBoxSelectedItemBorder.BackColor = System.Drawing.Color.White; - this.pictureBoxSelectedItemBorder.Cursor = System.Windows.Forms.Cursors.Hand; - this.pictureBoxSelectedItemBorder.Location = new System.Drawing.Point(0, 0); - this.pictureBoxSelectedItemBorder.Margin = new System.Windows.Forms.Padding(0); - this.pictureBoxSelectedItemBorder.Name = "pictureBoxSelectedItemBorder"; - this.pictureBoxSelectedItemBorder.Size = new System.Drawing.Size(23, 23); - this.pictureBoxSelectedItemBorder.TabIndex = 1; - this.pictureBoxSelectedItemBorder.TabStop = false; - this.pictureBoxSelectedItemBorder.Click += new System.EventHandler(this.PictureBoxClick); - // - // textBoxColorSelectedItemBorder - // - this.textBoxColorSelectedItemBorder.Location = new System.Drawing.Point(23, 0); - this.textBoxColorSelectedItemBorder.Margin = new System.Windows.Forms.Padding(0); - this.textBoxColorSelectedItemBorder.MaxLength = 12; - this.textBoxColorSelectedItemBorder.Name = "textBoxColorSelectedItemBorder"; - this.textBoxColorSelectedItemBorder.Size = new System.Drawing.Size(69, 23); - this.textBoxColorSelectedItemBorder.TabIndex = 2; - this.textBoxColorSelectedItemBorder.Text = "#ffffff"; - this.textBoxColorSelectedItemBorder.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); - // - // labelSelectedItemBorder - // - this.labelSelectedItemBorder.Anchor = System.Windows.Forms.AnchorStyles.Left; - this.labelSelectedItemBorder.AutoSize = true; - this.labelSelectedItemBorder.Location = new System.Drawing.Point(95, 4); - this.labelSelectedItemBorder.Name = "labelSelectedItemBorder"; - this.labelSelectedItemBorder.Size = new System.Drawing.Size(135, 15); - this.labelSelectedItemBorder.TabIndex = 0; - this.labelSelectedItemBorder.Text = "labelSelectedItemBorder"; - // - // tableLayoutPanel18 - // - this.tableLayoutPanel18.AutoSize = true; - this.tableLayoutPanel18.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; - this.tableLayoutPanel18.ColumnCount = 3; - this.tableLayoutPanel18.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel18.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel18.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel18.Controls.Add(this.pictureBoxSelectedItem, 0, 0); - this.tableLayoutPanel18.Controls.Add(this.textBoxColorSelectedItem, 1, 0); - this.tableLayoutPanel18.Controls.Add(this.labelSelectedItem, 2, 0); - this.tableLayoutPanel18.Location = new System.Drawing.Point(3, 163); - this.tableLayoutPanel18.Name = "tableLayoutPanel18"; - this.tableLayoutPanel18.RowCount = 1; - this.tableLayoutPanel18.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.tableLayoutPanel18.Size = new System.Drawing.Size(198, 23); - this.tableLayoutPanel18.TabIndex = 2; - // - // pictureBoxSelectedItem - // - this.pictureBoxSelectedItem.BackColor = System.Drawing.Color.White; - this.pictureBoxSelectedItem.Cursor = System.Windows.Forms.Cursors.Hand; - this.pictureBoxSelectedItem.Location = new System.Drawing.Point(0, 0); - this.pictureBoxSelectedItem.Margin = new System.Windows.Forms.Padding(0); - this.pictureBoxSelectedItem.Name = "pictureBoxSelectedItem"; - this.pictureBoxSelectedItem.Size = new System.Drawing.Size(23, 23); - this.pictureBoxSelectedItem.TabIndex = 1; - this.pictureBoxSelectedItem.TabStop = false; - this.pictureBoxSelectedItem.Click += new System.EventHandler(this.PictureBoxClick); - // - // textBoxColorSelectedItem - // - this.textBoxColorSelectedItem.Location = new System.Drawing.Point(23, 0); - this.textBoxColorSelectedItem.Margin = new System.Windows.Forms.Padding(0); - this.textBoxColorSelectedItem.MaxLength = 12; - this.textBoxColorSelectedItem.Name = "textBoxColorSelectedItem"; - this.textBoxColorSelectedItem.Size = new System.Drawing.Size(69, 23); - this.textBoxColorSelectedItem.TabIndex = 2; - this.textBoxColorSelectedItem.Text = "#ffffff"; - this.textBoxColorSelectedItem.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); - // - // labelSelectedItem - // - this.labelSelectedItem.Anchor = System.Windows.Forms.AnchorStyles.Left; - this.labelSelectedItem.AutoSize = true; - this.labelSelectedItem.Location = new System.Drawing.Point(95, 4); - this.labelSelectedItem.Name = "labelSelectedItem"; - this.labelSelectedItem.Size = new System.Drawing.Size(100, 15); - this.labelSelectedItem.TabIndex = 0; - this.labelSelectedItem.Text = "labelSelectedItem"; - // - // tableLayoutPanel17 - // - this.tableLayoutPanel17.AutoSize = true; - this.tableLayoutPanel17.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; - this.tableLayoutPanel17.ColumnCount = 3; - this.tableLayoutPanel17.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel17.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel17.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel17.Controls.Add(this.pictureBoxOpenFolderBorder, 0, 0); - this.tableLayoutPanel17.Controls.Add(this.textBoxColorOpenFolderBorder, 1, 0); - this.tableLayoutPanel17.Controls.Add(this.labelOpenFolderBorder, 2, 0); - this.tableLayoutPanel17.Location = new System.Drawing.Point(3, 134); - this.tableLayoutPanel17.Name = "tableLayoutPanel17"; - this.tableLayoutPanel17.RowCount = 1; - this.tableLayoutPanel17.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.tableLayoutPanel17.Size = new System.Drawing.Size(227, 23); - this.tableLayoutPanel17.TabIndex = 2; - // - // pictureBoxOpenFolderBorder - // - this.pictureBoxOpenFolderBorder.BackColor = System.Drawing.Color.White; - this.pictureBoxOpenFolderBorder.Cursor = System.Windows.Forms.Cursors.Hand; - this.pictureBoxOpenFolderBorder.Location = new System.Drawing.Point(0, 0); - this.pictureBoxOpenFolderBorder.Margin = new System.Windows.Forms.Padding(0); - this.pictureBoxOpenFolderBorder.Name = "pictureBoxOpenFolderBorder"; - this.pictureBoxOpenFolderBorder.Size = new System.Drawing.Size(23, 23); - this.pictureBoxOpenFolderBorder.TabIndex = 1; - this.pictureBoxOpenFolderBorder.TabStop = false; - this.pictureBoxOpenFolderBorder.Click += new System.EventHandler(this.PictureBoxClick); - // - // textBoxColorOpenFolderBorder - // - this.textBoxColorOpenFolderBorder.Location = new System.Drawing.Point(23, 0); - this.textBoxColorOpenFolderBorder.Margin = new System.Windows.Forms.Padding(0); - this.textBoxColorOpenFolderBorder.Name = "textBoxColorOpenFolderBorder"; - this.textBoxColorOpenFolderBorder.Size = new System.Drawing.Size(69, 23); - this.textBoxColorOpenFolderBorder.TabIndex = 2; - this.textBoxColorOpenFolderBorder.Text = "#ffffff"; - this.textBoxColorOpenFolderBorder.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); - // - // labelOpenFolderBorder - // - this.labelOpenFolderBorder.Anchor = System.Windows.Forms.AnchorStyles.Left; - this.labelOpenFolderBorder.AutoSize = true; - this.labelOpenFolderBorder.Location = new System.Drawing.Point(95, 4); - this.labelOpenFolderBorder.Name = "labelOpenFolderBorder"; - this.labelOpenFolderBorder.Size = new System.Drawing.Size(129, 15); - this.labelOpenFolderBorder.TabIndex = 0; - this.labelOpenFolderBorder.Text = "labelOpenFolderBorder"; - // - // tableLayoutPanel16 - // - this.tableLayoutPanel16.AutoSize = true; - this.tableLayoutPanel16.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; - this.tableLayoutPanel16.ColumnCount = 3; - this.tableLayoutPanel16.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel16.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel16.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel16.Controls.Add(this.pictureBoxOpenFolder, 0, 0); - this.tableLayoutPanel16.Controls.Add(this.textBoxColorOpenFolder, 1, 0); - this.tableLayoutPanel16.Controls.Add(this.labelOpenFolder, 2, 0); - this.tableLayoutPanel16.Location = new System.Drawing.Point(3, 105); - this.tableLayoutPanel16.Name = "tableLayoutPanel16"; - this.tableLayoutPanel16.RowCount = 1; - this.tableLayoutPanel16.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.tableLayoutPanel16.Size = new System.Drawing.Size(192, 23); - this.tableLayoutPanel16.TabIndex = 2; - // - // pictureBoxOpenFolder - // - this.pictureBoxOpenFolder.BackColor = System.Drawing.Color.White; - this.pictureBoxOpenFolder.Cursor = System.Windows.Forms.Cursors.Hand; - this.pictureBoxOpenFolder.Location = new System.Drawing.Point(0, 0); - this.pictureBoxOpenFolder.Margin = new System.Windows.Forms.Padding(0); - this.pictureBoxOpenFolder.Name = "pictureBoxOpenFolder"; - this.pictureBoxOpenFolder.Size = new System.Drawing.Size(23, 23); - this.pictureBoxOpenFolder.TabIndex = 1; - this.pictureBoxOpenFolder.TabStop = false; - this.pictureBoxOpenFolder.Click += new System.EventHandler(this.PictureBoxClick); - // - // textBoxColorOpenFolder - // - this.textBoxColorOpenFolder.Location = new System.Drawing.Point(23, 0); - this.textBoxColorOpenFolder.Margin = new System.Windows.Forms.Padding(0); - this.textBoxColorOpenFolder.MaxLength = 12; - this.textBoxColorOpenFolder.Name = "textBoxColorOpenFolder"; - this.textBoxColorOpenFolder.Size = new System.Drawing.Size(69, 23); - this.textBoxColorOpenFolder.TabIndex = 2; - this.textBoxColorOpenFolder.Text = "#ffffff"; - this.textBoxColorOpenFolder.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); - // - // labelOpenFolder - // - this.labelOpenFolder.Anchor = System.Windows.Forms.AnchorStyles.Left; - this.labelOpenFolder.AutoSize = true; - this.labelOpenFolder.Location = new System.Drawing.Point(95, 4); - this.labelOpenFolder.Name = "labelOpenFolder"; - this.labelOpenFolder.Size = new System.Drawing.Size(94, 15); - this.labelOpenFolder.TabIndex = 0; - this.labelOpenFolder.Text = "labelOpenFolder"; - // - // labelScrollbarLightMode - // - this.labelScrollbarLightMode.AutoSize = true; - this.labelScrollbarLightMode.Location = new System.Drawing.Point(3, 247); - this.labelScrollbarLightMode.Name = "labelScrollbarLightMode"; - this.labelScrollbarLightMode.Size = new System.Drawing.Size(136, 15); - this.labelScrollbarLightMode.TabIndex = 3; - this.labelScrollbarLightMode.Text = "labelScrollbarLightMode"; - // - // tableLayoutPanel15 - // - this.tableLayoutPanel15.AutoSize = true; - this.tableLayoutPanel15.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; - this.tableLayoutPanel15.ColumnCount = 3; - this.tableLayoutPanel15.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel15.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel15.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel15.Controls.Add(this.pictureBoxSearchField, 0, 0); - this.tableLayoutPanel15.Controls.Add(this.textBoxColorSearchField, 1, 0); - this.tableLayoutPanel15.Controls.Add(this.labelSearchField, 2, 0); - this.tableLayoutPanel15.Location = new System.Drawing.Point(3, 76); - this.tableLayoutPanel15.Name = "tableLayoutPanel15"; - this.tableLayoutPanel15.RowCount = 1; - this.tableLayoutPanel15.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.tableLayoutPanel15.Size = new System.Drawing.Size(190, 23); - this.tableLayoutPanel15.TabIndex = 2; - // - // pictureBoxSearchField - // - this.pictureBoxSearchField.BackColor = System.Drawing.Color.White; - this.pictureBoxSearchField.Cursor = System.Windows.Forms.Cursors.Hand; - this.pictureBoxSearchField.Location = new System.Drawing.Point(0, 0); - this.pictureBoxSearchField.Margin = new System.Windows.Forms.Padding(0); - this.pictureBoxSearchField.Name = "pictureBoxSearchField"; - this.pictureBoxSearchField.Size = new System.Drawing.Size(23, 23); - this.pictureBoxSearchField.TabIndex = 1; - this.pictureBoxSearchField.TabStop = false; - this.pictureBoxSearchField.Click += new System.EventHandler(this.PictureBoxClick); - // - // textBoxColorSearchField - // - this.textBoxColorSearchField.Location = new System.Drawing.Point(23, 0); - this.textBoxColorSearchField.Margin = new System.Windows.Forms.Padding(0); - this.textBoxColorSearchField.MaxLength = 12; - this.textBoxColorSearchField.Name = "textBoxColorSearchField"; - this.textBoxColorSearchField.Size = new System.Drawing.Size(69, 23); - this.textBoxColorSearchField.TabIndex = 2; - this.textBoxColorSearchField.Text = "#ffffff"; - this.textBoxColorSearchField.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); - // - // labelSearchField - // - this.labelSearchField.Anchor = System.Windows.Forms.AnchorStyles.Left; - this.labelSearchField.AutoSize = true; - this.labelSearchField.Location = new System.Drawing.Point(95, 4); - this.labelSearchField.Name = "labelSearchField"; - this.labelSearchField.Size = new System.Drawing.Size(92, 15); - this.labelSearchField.TabIndex = 0; - this.labelSearchField.Text = "labelSearchField"; - // - // tableLayoutPanel14 - // - this.tableLayoutPanel14.AutoSize = true; - this.tableLayoutPanel14.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; - this.tableLayoutPanel14.ColumnCount = 3; - this.tableLayoutPanel14.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel14.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel14.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel14.Controls.Add(this.pictureBoxBackground, 0, 0); - this.tableLayoutPanel14.Controls.Add(this.textBoxColorBackground, 1, 0); - this.tableLayoutPanel14.Controls.Add(this.labelBackground, 2, 0); - this.tableLayoutPanel14.Location = new System.Drawing.Point(3, 47); - this.tableLayoutPanel14.Name = "tableLayoutPanel14"; - this.tableLayoutPanel14.RowCount = 1; - this.tableLayoutPanel14.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.tableLayoutPanel14.Size = new System.Drawing.Size(194, 23); - this.tableLayoutPanel14.TabIndex = 2; - // - // pictureBoxBackground - // - this.pictureBoxBackground.BackColor = System.Drawing.Color.White; - this.pictureBoxBackground.Cursor = System.Windows.Forms.Cursors.Hand; - this.pictureBoxBackground.Location = new System.Drawing.Point(0, 0); - this.pictureBoxBackground.Margin = new System.Windows.Forms.Padding(0); - this.pictureBoxBackground.Name = "pictureBoxBackground"; - this.pictureBoxBackground.Size = new System.Drawing.Size(23, 23); - this.pictureBoxBackground.TabIndex = 1; - this.pictureBoxBackground.TabStop = false; - this.pictureBoxBackground.Click += new System.EventHandler(this.PictureBoxClick); - // - // textBoxColorBackground - // - this.textBoxColorBackground.Location = new System.Drawing.Point(23, 0); - this.textBoxColorBackground.Margin = new System.Windows.Forms.Padding(0); - this.textBoxColorBackground.MaxLength = 12; - this.textBoxColorBackground.Name = "textBoxColorBackground"; - this.textBoxColorBackground.Size = new System.Drawing.Size(69, 23); - this.textBoxColorBackground.TabIndex = 2; - this.textBoxColorBackground.Text = "#ffffff"; - this.textBoxColorBackground.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); - // - // labelBackground - // - this.labelBackground.Anchor = System.Windows.Forms.AnchorStyles.Left; - this.labelBackground.AutoSize = true; - this.labelBackground.Location = new System.Drawing.Point(95, 4); - this.labelBackground.Name = "labelBackground"; - this.labelBackground.Size = new System.Drawing.Size(96, 15); - this.labelBackground.TabIndex = 0; - this.labelBackground.Text = "labelBackground"; - // - // labelMenuLightMode - // - this.labelMenuLightMode.AutoSize = true; - this.labelMenuLightMode.Location = new System.Drawing.Point(3, 0); - this.labelMenuLightMode.Name = "labelMenuLightMode"; - this.labelMenuLightMode.Size = new System.Drawing.Size(121, 15); - this.labelMenuLightMode.TabIndex = 3; - this.labelMenuLightMode.Text = "labelMenuLightMode"; - // - // tableLayoutPanel5 - // - this.tableLayoutPanel5.AutoSize = true; - this.tableLayoutPanel5.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; - this.tableLayoutPanel5.ColumnCount = 3; - this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel5.Controls.Add(this.pictureBoxTitle, 0, 0); - this.tableLayoutPanel5.Controls.Add(this.textBoxColorTitle, 1, 0); - this.tableLayoutPanel5.Controls.Add(this.labelTitle, 2, 0); - this.tableLayoutPanel5.Location = new System.Drawing.Point(3, 18); - this.tableLayoutPanel5.Name = "tableLayoutPanel5"; - this.tableLayoutPanel5.RowCount = 1; - this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.tableLayoutPanel5.Size = new System.Drawing.Size(152, 23); - this.tableLayoutPanel5.TabIndex = 2; - // - // pictureBoxTitle - // - this.pictureBoxTitle.BackColor = System.Drawing.Color.White; - this.pictureBoxTitle.Cursor = System.Windows.Forms.Cursors.Hand; - this.pictureBoxTitle.Location = new System.Drawing.Point(0, 0); - this.pictureBoxTitle.Margin = new System.Windows.Forms.Padding(0); - this.pictureBoxTitle.Name = "pictureBoxTitle"; - this.pictureBoxTitle.Size = new System.Drawing.Size(23, 23); - this.pictureBoxTitle.TabIndex = 1; - this.pictureBoxTitle.TabStop = false; - this.pictureBoxTitle.Click += new System.EventHandler(this.PictureBoxClick); - // - // textBoxColorTitle - // - this.textBoxColorTitle.Location = new System.Drawing.Point(23, 0); - this.textBoxColorTitle.Margin = new System.Windows.Forms.Padding(0); - this.textBoxColorTitle.MaxLength = 12; - this.textBoxColorTitle.Name = "textBoxColorTitle"; - this.textBoxColorTitle.Size = new System.Drawing.Size(69, 23); - this.textBoxColorTitle.TabIndex = 2; - this.textBoxColorTitle.Text = "#ffffff"; - this.textBoxColorTitle.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); - // - // labelTitle - // - this.labelTitle.Anchor = System.Windows.Forms.AnchorStyles.Left; - this.labelTitle.AutoSize = true; - this.labelTitle.Location = new System.Drawing.Point(95, 4); - this.labelTitle.Name = "labelTitle"; - this.labelTitle.Size = new System.Drawing.Size(54, 15); - this.labelTitle.TabIndex = 0; - this.labelTitle.Text = "labelTitle"; - // // groupBoxColorsDarkMode // this.groupBoxColorsDarkMode.AutoSize = true; @@ -2135,28 +2135,28 @@ namespace SystemTrayMenu.UserInterface this.tableLayoutPanelDarkMode.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.tableLayoutPanelDarkMode.ColumnCount = 1; this.tableLayoutPanelDarkMode.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 444F)); - this.tableLayoutPanelDarkMode.Controls.Add(this.buttonColorsDefaultDarkMode, 0, 21); - this.tableLayoutPanelDarkMode.Controls.Add(this.tableLayoutPanel39, 0, 20); - this.tableLayoutPanelDarkMode.Controls.Add(this.tableLayoutPanel38, 0, 19); - this.tableLayoutPanelDarkMode.Controls.Add(this.tableLayoutPanel37, 0, 18); - this.tableLayoutPanelDarkMode.Controls.Add(this.tableLayoutPanel36, 0, 17); - this.tableLayoutPanelDarkMode.Controls.Add(this.tableLayoutPanel35, 0, 16); - this.tableLayoutPanelDarkMode.Controls.Add(this.tableLayoutPanel34, 0, 15); - this.tableLayoutPanelDarkMode.Controls.Add(this.tableLayoutPanel33, 0, 14); - this.tableLayoutPanelDarkMode.Controls.Add(this.tableLayoutPanel32, 0, 13); - this.tableLayoutPanelDarkMode.Controls.Add(this.tableLayoutPanel31, 0, 12); - this.tableLayoutPanelDarkMode.Controls.Add(this.tableLayoutPanel12, 0, 11); - this.tableLayoutPanelDarkMode.Controls.Add(this.tableLayoutPanel10, 0, 8); - this.tableLayoutPanelDarkMode.Controls.Add(this.tableLayoutPanel9, 0, 7); - this.tableLayoutPanelDarkMode.Controls.Add(this.tableLayoutPanel8, 0, 6); - this.tableLayoutPanelDarkMode.Controls.Add(this.labelScrollbarDarkMode, 0, 10); - this.tableLayoutPanelDarkMode.Controls.Add(this.tableLayoutPanel7, 0, 5); - this.tableLayoutPanelDarkMode.Controls.Add(this.labelMenuDarkMode, 0, 1); - this.tableLayoutPanelDarkMode.Controls.Add(this.tableLayoutPanel6, 0, 4); - this.tableLayoutPanelDarkMode.Controls.Add(this.tableLayoutPanel4, 0, 3); - this.tableLayoutPanelDarkMode.Controls.Add(this.tableLayoutPanel2, 0, 2); this.tableLayoutPanelDarkMode.Controls.Add(this.checkBoxDarkModeAlwaysOn, 0, 0); - this.tableLayoutPanelDarkMode.Controls.Add(this.tableLayoutPanel3, 0, 9); + this.tableLayoutPanelDarkMode.Controls.Add(this.labelMenuDarkMode, 0, 1); + this.tableLayoutPanelDarkMode.Controls.Add(this.tableLayoutPanelTitleDarkMode, 0, 2); + this.tableLayoutPanelDarkMode.Controls.Add(this.tableLayoutPanelBackgroundDarkMode, 0, 3); + this.tableLayoutPanelDarkMode.Controls.Add(this.tableLayoutPanelSearchFieldDarkMode, 0, 4); + this.tableLayoutPanelDarkMode.Controls.Add(this.tableLayoutPanelOpenFolderDarkMode, 0, 5); + this.tableLayoutPanelDarkMode.Controls.Add(this.tableLayoutPanelOpenFolderBorderDarkMode, 0, 6); + this.tableLayoutPanelDarkMode.Controls.Add(this.tableLayoutPanelSelectedItemDarkMode, 0, 7); + this.tableLayoutPanelDarkMode.Controls.Add(this.tableLayoutPanelSelectedItemBorderDarkMode, 0, 8); + this.tableLayoutPanelDarkMode.Controls.Add(this.tableLayoutPanelWarningDarkMode, 0, 9); + this.tableLayoutPanelDarkMode.Controls.Add(this.labelScrollbarDarkMode, 0, 10); + this.tableLayoutPanelDarkMode.Controls.Add(this.tableLayoutPanelScrollbarBackgroundDarkMode, 0, 11); + this.tableLayoutPanelDarkMode.Controls.Add(this.tableLayoutPanelSliderDarkMode, 0, 12); + this.tableLayoutPanelDarkMode.Controls.Add(this.tableLayoutPanelSliderDraggingDarkMode, 0, 13); + this.tableLayoutPanelDarkMode.Controls.Add(this.tableLayoutPanelSliderHoverDarkMode, 0, 14); + this.tableLayoutPanelDarkMode.Controls.Add(this.tableLayoutPanelSliderArrowsAndTrackHoverDarkMode, 0, 15); + this.tableLayoutPanelDarkMode.Controls.Add(this.tableLayoutPanelArrowDarkMode, 0, 16); + this.tableLayoutPanelDarkMode.Controls.Add(this.tableLayoutPanelArrowClickDarkMode, 0, 17); + this.tableLayoutPanelDarkMode.Controls.Add(this.tableLayoutPanelArrowClickBackgroundDarkMode, 0, 18); + this.tableLayoutPanelDarkMode.Controls.Add(this.tableLayoutPanelArrowHoverDarkMode, 0, 19); + this.tableLayoutPanelDarkMode.Controls.Add(this.tableLayoutPanelArrowHoverBackgroundDarkMode, 0, 20); + this.tableLayoutPanelDarkMode.Controls.Add(this.buttonColorsDefaultDarkMode, 0, 21); this.tableLayoutPanelDarkMode.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanelDarkMode.Location = new System.Drawing.Point(3, 19); this.tableLayoutPanelDarkMode.Name = "tableLayoutPanelDarkMode"; @@ -2186,36 +2186,919 @@ namespace SystemTrayMenu.UserInterface this.tableLayoutPanelDarkMode.Size = new System.Drawing.Size(379, 608); this.tableLayoutPanelDarkMode.TabIndex = 0; // - // buttonColorsDefaultDarkMode + // checkBoxDarkModeAlwaysOn // - this.buttonColorsDefaultDarkMode.AutoSize = true; - this.buttonColorsDefaultDarkMode.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; - this.buttonColorsDefaultDarkMode.Location = new System.Drawing.Point(3, 580); - this.buttonColorsDefaultDarkMode.MinimumSize = new System.Drawing.Size(75, 23); - this.buttonColorsDefaultDarkMode.Name = "buttonColorsDefaultDarkMode"; - this.buttonColorsDefaultDarkMode.Size = new System.Drawing.Size(180, 25); - this.buttonColorsDefaultDarkMode.TabIndex = 2; - this.buttonColorsDefaultDarkMode.Text = "buttonColorsDarkModeDefault"; - this.buttonColorsDefaultDarkMode.UseVisualStyleBackColor = true; - this.buttonColorsDefaultDarkMode.Click += new System.EventHandler(this.ButtonDefaultColorsDark_Click); + this.checkBoxDarkModeAlwaysOn.AutoSize = true; + this.checkBoxDarkModeAlwaysOn.Dock = System.Windows.Forms.DockStyle.Fill; + this.checkBoxDarkModeAlwaysOn.Location = new System.Drawing.Point(3, 3); + this.checkBoxDarkModeAlwaysOn.Name = "checkBoxDarkModeAlwaysOn"; + this.checkBoxDarkModeAlwaysOn.Size = new System.Drawing.Size(438, 19); + this.checkBoxDarkModeAlwaysOn.TabIndex = 0; + this.checkBoxDarkModeAlwaysOn.Text = "checkBoxDarkModeAlwaysOn"; + this.checkBoxDarkModeAlwaysOn.UseVisualStyleBackColor = true; + this.checkBoxDarkModeAlwaysOn.CheckedChanged += new System.EventHandler(this.CheckBoxDarkModeAlwaysOnCheckedChanged); // - // tableLayoutPanel39 + // labelMenuDarkMode // - this.tableLayoutPanel39.AutoSize = true; - this.tableLayoutPanel39.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; - this.tableLayoutPanel39.ColumnCount = 3; - this.tableLayoutPanel39.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel39.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel39.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel39.Controls.Add(this.pictureBoxArrowHoverBackgroundDarkMode, 0, 0); - this.tableLayoutPanel39.Controls.Add(this.textBoxColorArrowHoverBackgroundDarkMode, 1, 0); - this.tableLayoutPanel39.Controls.Add(this.labelColorDarkModeArrowHoverBackground, 2, 0); - this.tableLayoutPanel39.Location = new System.Drawing.Point(3, 551); - this.tableLayoutPanel39.Name = "tableLayoutPanel39"; - this.tableLayoutPanel39.RowCount = 1; - this.tableLayoutPanel39.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.tableLayoutPanel39.Size = new System.Drawing.Size(342, 23); - this.tableLayoutPanel39.TabIndex = 2; + this.labelMenuDarkMode.AutoSize = true; + this.labelMenuDarkMode.Location = new System.Drawing.Point(3, 25); + this.labelMenuDarkMode.Name = "labelMenuDarkMode"; + this.labelMenuDarkMode.Size = new System.Drawing.Size(118, 15); + this.labelMenuDarkMode.TabIndex = 3; + this.labelMenuDarkMode.Text = "labelMenuDarkMode"; + // + // tableLayoutPanelTitleDarkMode + // + this.tableLayoutPanelTitleDarkMode.AutoSize = true; + this.tableLayoutPanelTitleDarkMode.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + this.tableLayoutPanelTitleDarkMode.ColumnCount = 3; + this.tableLayoutPanelTitleDarkMode.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelTitleDarkMode.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelTitleDarkMode.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanelTitleDarkMode.Controls.Add(this.pictureBoxTitleDarkMode, 0, 0); + this.tableLayoutPanelTitleDarkMode.Controls.Add(this.labelTitleDarkMode, 2, 0); + this.tableLayoutPanelTitleDarkMode.Controls.Add(this.textBoxColorTitleDarkMode, 1, 0); + this.tableLayoutPanelTitleDarkMode.Location = new System.Drawing.Point(3, 43); + this.tableLayoutPanelTitleDarkMode.Name = "tableLayoutPanelTitleDarkMode"; + this.tableLayoutPanelTitleDarkMode.RowCount = 1; + this.tableLayoutPanelTitleDarkMode.RowStyles.Add(new System.Windows.Forms.RowStyle()); + this.tableLayoutPanelTitleDarkMode.Size = new System.Drawing.Size(207, 23); + this.tableLayoutPanelTitleDarkMode.TabIndex = 2; + // + // pictureBoxTitleDarkMode + // + this.pictureBoxTitleDarkMode.BackColor = System.Drawing.Color.White; + this.pictureBoxTitleDarkMode.Cursor = System.Windows.Forms.Cursors.Hand; + this.pictureBoxTitleDarkMode.Location = new System.Drawing.Point(0, 0); + this.pictureBoxTitleDarkMode.Margin = new System.Windows.Forms.Padding(0); + this.pictureBoxTitleDarkMode.Name = "pictureBoxTitleDarkMode"; + this.pictureBoxTitleDarkMode.Size = new System.Drawing.Size(23, 23); + this.pictureBoxTitleDarkMode.TabIndex = 1; + this.pictureBoxTitleDarkMode.TabStop = false; + this.pictureBoxTitleDarkMode.Click += new System.EventHandler(this.PictureBoxClick); + // + // labelTitleDarkMode + // + this.labelTitleDarkMode.Anchor = System.Windows.Forms.AnchorStyles.Left; + this.labelTitleDarkMode.AutoSize = true; + this.labelTitleDarkMode.Location = new System.Drawing.Point(95, 4); + this.labelTitleDarkMode.Name = "labelTitleDarkMode"; + this.labelTitleDarkMode.Size = new System.Drawing.Size(109, 15); + this.labelTitleDarkMode.TabIndex = 0; + this.labelTitleDarkMode.Text = "labelTitleDarkMode"; + // + // textBoxColorTitleDarkMode + // + this.textBoxColorTitleDarkMode.Location = new System.Drawing.Point(23, 0); + this.textBoxColorTitleDarkMode.Margin = new System.Windows.Forms.Padding(0); + this.textBoxColorTitleDarkMode.MaxLength = 12; + this.textBoxColorTitleDarkMode.Name = "textBoxColorTitleDarkMode"; + this.textBoxColorTitleDarkMode.Size = new System.Drawing.Size(69, 23); + this.textBoxColorTitleDarkMode.TabIndex = 2; + this.textBoxColorTitleDarkMode.Text = "#ffffff"; + this.textBoxColorTitleDarkMode.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); + // + // tableLayoutPanelBackgroundDarkMode + // + this.tableLayoutPanelBackgroundDarkMode.AutoSize = true; + this.tableLayoutPanelBackgroundDarkMode.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + this.tableLayoutPanelBackgroundDarkMode.ColumnCount = 3; + this.tableLayoutPanelBackgroundDarkMode.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelBackgroundDarkMode.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelBackgroundDarkMode.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanelBackgroundDarkMode.Controls.Add(this.pictureBoxBackgroundDarkMode, 0, 0); + this.tableLayoutPanelBackgroundDarkMode.Controls.Add(this.labelBackgroundDarkMode, 2, 0); + this.tableLayoutPanelBackgroundDarkMode.Controls.Add(this.textBoxColorBackgroundDarkMode, 1, 0); + this.tableLayoutPanelBackgroundDarkMode.Location = new System.Drawing.Point(3, 72); + this.tableLayoutPanelBackgroundDarkMode.Name = "tableLayoutPanelBackgroundDarkMode"; + this.tableLayoutPanelBackgroundDarkMode.RowCount = 1; + this.tableLayoutPanelBackgroundDarkMode.RowStyles.Add(new System.Windows.Forms.RowStyle()); + this.tableLayoutPanelBackgroundDarkMode.Size = new System.Drawing.Size(249, 23); + this.tableLayoutPanelBackgroundDarkMode.TabIndex = 2; + // + // pictureBoxBackgroundDarkMode + // + this.pictureBoxBackgroundDarkMode.BackColor = System.Drawing.Color.White; + this.pictureBoxBackgroundDarkMode.Cursor = System.Windows.Forms.Cursors.Hand; + this.pictureBoxBackgroundDarkMode.Location = new System.Drawing.Point(0, 0); + this.pictureBoxBackgroundDarkMode.Margin = new System.Windows.Forms.Padding(0); + this.pictureBoxBackgroundDarkMode.Name = "pictureBoxBackgroundDarkMode"; + this.pictureBoxBackgroundDarkMode.Size = new System.Drawing.Size(23, 23); + this.pictureBoxBackgroundDarkMode.TabIndex = 1; + this.pictureBoxBackgroundDarkMode.TabStop = false; + this.pictureBoxBackgroundDarkMode.Click += new System.EventHandler(this.PictureBoxClick); + // + // labelBackgroundDarkMode + // + this.labelBackgroundDarkMode.Anchor = System.Windows.Forms.AnchorStyles.Left; + this.labelBackgroundDarkMode.AutoSize = true; + this.labelBackgroundDarkMode.Location = new System.Drawing.Point(95, 4); + this.labelBackgroundDarkMode.Name = "labelBackgroundDarkMode"; + this.labelBackgroundDarkMode.Size = new System.Drawing.Size(151, 15); + this.labelBackgroundDarkMode.TabIndex = 0; + this.labelBackgroundDarkMode.Text = "labelBackgroundDarkMode"; + // + // textBoxColorBackgroundDarkMode + // + this.textBoxColorBackgroundDarkMode.Location = new System.Drawing.Point(23, 0); + this.textBoxColorBackgroundDarkMode.Margin = new System.Windows.Forms.Padding(0); + this.textBoxColorBackgroundDarkMode.MaxLength = 12; + this.textBoxColorBackgroundDarkMode.Name = "textBoxColorBackgroundDarkMode"; + this.textBoxColorBackgroundDarkMode.Size = new System.Drawing.Size(69, 23); + this.textBoxColorBackgroundDarkMode.TabIndex = 2; + this.textBoxColorBackgroundDarkMode.Text = "#ffffff"; + this.textBoxColorBackgroundDarkMode.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); + // + // tableLayoutPanelSearchFieldDarkMode + // + this.tableLayoutPanelSearchFieldDarkMode.AutoSize = true; + this.tableLayoutPanelSearchFieldDarkMode.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + this.tableLayoutPanelSearchFieldDarkMode.ColumnCount = 3; + this.tableLayoutPanelSearchFieldDarkMode.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelSearchFieldDarkMode.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelSearchFieldDarkMode.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanelSearchFieldDarkMode.Controls.Add(this.pictureBoxSearchFieldDarkMode, 0, 0); + this.tableLayoutPanelSearchFieldDarkMode.Controls.Add(this.labelSearchFieldDarkMode, 2, 0); + this.tableLayoutPanelSearchFieldDarkMode.Controls.Add(this.textBoxColorSearchFieldDarkMode, 1, 0); + this.tableLayoutPanelSearchFieldDarkMode.Location = new System.Drawing.Point(3, 101); + this.tableLayoutPanelSearchFieldDarkMode.Name = "tableLayoutPanelSearchFieldDarkMode"; + this.tableLayoutPanelSearchFieldDarkMode.RowCount = 1; + this.tableLayoutPanelSearchFieldDarkMode.RowStyles.Add(new System.Windows.Forms.RowStyle()); + this.tableLayoutPanelSearchFieldDarkMode.Size = new System.Drawing.Size(245, 23); + this.tableLayoutPanelSearchFieldDarkMode.TabIndex = 2; + // + // pictureBoxSearchFieldDarkMode + // + this.pictureBoxSearchFieldDarkMode.BackColor = System.Drawing.Color.White; + this.pictureBoxSearchFieldDarkMode.Cursor = System.Windows.Forms.Cursors.Hand; + this.pictureBoxSearchFieldDarkMode.Location = new System.Drawing.Point(0, 0); + this.pictureBoxSearchFieldDarkMode.Margin = new System.Windows.Forms.Padding(0); + this.pictureBoxSearchFieldDarkMode.Name = "pictureBoxSearchFieldDarkMode"; + this.pictureBoxSearchFieldDarkMode.Size = new System.Drawing.Size(23, 23); + this.pictureBoxSearchFieldDarkMode.TabIndex = 1; + this.pictureBoxSearchFieldDarkMode.TabStop = false; + this.pictureBoxSearchFieldDarkMode.Click += new System.EventHandler(this.PictureBoxClick); + // + // labelSearchFieldDarkMode + // + this.labelSearchFieldDarkMode.Anchor = System.Windows.Forms.AnchorStyles.Left; + this.labelSearchFieldDarkMode.AutoSize = true; + this.labelSearchFieldDarkMode.Location = new System.Drawing.Point(95, 4); + this.labelSearchFieldDarkMode.Name = "labelSearchFieldDarkMode"; + this.labelSearchFieldDarkMode.Size = new System.Drawing.Size(147, 15); + this.labelSearchFieldDarkMode.TabIndex = 0; + this.labelSearchFieldDarkMode.Text = "labelSearchFieldDarkMode"; + // + // textBoxColorSearchFieldDarkMode + // + this.textBoxColorSearchFieldDarkMode.Location = new System.Drawing.Point(23, 0); + this.textBoxColorSearchFieldDarkMode.Margin = new System.Windows.Forms.Padding(0); + this.textBoxColorSearchFieldDarkMode.MaxLength = 12; + this.textBoxColorSearchFieldDarkMode.Name = "textBoxColorSearchFieldDarkMode"; + this.textBoxColorSearchFieldDarkMode.Size = new System.Drawing.Size(69, 23); + this.textBoxColorSearchFieldDarkMode.TabIndex = 2; + this.textBoxColorSearchFieldDarkMode.Text = "#ffffff"; + this.textBoxColorSearchFieldDarkMode.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); + // + // tableLayoutPanelOpenFolderDarkMode + // + this.tableLayoutPanelOpenFolderDarkMode.AutoSize = true; + this.tableLayoutPanelOpenFolderDarkMode.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + this.tableLayoutPanelOpenFolderDarkMode.ColumnCount = 3; + this.tableLayoutPanelOpenFolderDarkMode.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelOpenFolderDarkMode.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelOpenFolderDarkMode.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanelOpenFolderDarkMode.Controls.Add(this.pictureBoxOpenFolderDarkMode, 0, 0); + this.tableLayoutPanelOpenFolderDarkMode.Controls.Add(this.labelOpenFolderDarkMode, 2, 0); + this.tableLayoutPanelOpenFolderDarkMode.Controls.Add(this.textBoxColorOpenFolderDarkMode, 1, 0); + this.tableLayoutPanelOpenFolderDarkMode.Location = new System.Drawing.Point(3, 130); + this.tableLayoutPanelOpenFolderDarkMode.Name = "tableLayoutPanelOpenFolderDarkMode"; + this.tableLayoutPanelOpenFolderDarkMode.RowCount = 1; + this.tableLayoutPanelOpenFolderDarkMode.RowStyles.Add(new System.Windows.Forms.RowStyle()); + this.tableLayoutPanelOpenFolderDarkMode.Size = new System.Drawing.Size(247, 23); + this.tableLayoutPanelOpenFolderDarkMode.TabIndex = 2; + // + // pictureBoxOpenFolderDarkMode + // + this.pictureBoxOpenFolderDarkMode.BackColor = System.Drawing.Color.White; + this.pictureBoxOpenFolderDarkMode.Cursor = System.Windows.Forms.Cursors.Hand; + this.pictureBoxOpenFolderDarkMode.Location = new System.Drawing.Point(0, 0); + this.pictureBoxOpenFolderDarkMode.Margin = new System.Windows.Forms.Padding(0); + this.pictureBoxOpenFolderDarkMode.Name = "pictureBoxOpenFolderDarkMode"; + this.pictureBoxOpenFolderDarkMode.Size = new System.Drawing.Size(23, 23); + this.pictureBoxOpenFolderDarkMode.TabIndex = 1; + this.pictureBoxOpenFolderDarkMode.TabStop = false; + this.pictureBoxOpenFolderDarkMode.Click += new System.EventHandler(this.PictureBoxClick); + // + // labelOpenFolderDarkMode + // + this.labelOpenFolderDarkMode.Anchor = System.Windows.Forms.AnchorStyles.Left; + this.labelOpenFolderDarkMode.AutoSize = true; + this.labelOpenFolderDarkMode.Location = new System.Drawing.Point(95, 4); + this.labelOpenFolderDarkMode.Name = "labelOpenFolderDarkMode"; + this.labelOpenFolderDarkMode.Size = new System.Drawing.Size(149, 15); + this.labelOpenFolderDarkMode.TabIndex = 0; + this.labelOpenFolderDarkMode.Text = "labelOpenFolderDarkMode"; + // + // textBoxColorOpenFolderDarkMode + // + this.textBoxColorOpenFolderDarkMode.Location = new System.Drawing.Point(23, 0); + this.textBoxColorOpenFolderDarkMode.Margin = new System.Windows.Forms.Padding(0); + this.textBoxColorOpenFolderDarkMode.MaxLength = 12; + this.textBoxColorOpenFolderDarkMode.Name = "textBoxColorOpenFolderDarkMode"; + this.textBoxColorOpenFolderDarkMode.Size = new System.Drawing.Size(69, 23); + this.textBoxColorOpenFolderDarkMode.TabIndex = 2; + this.textBoxColorOpenFolderDarkMode.Text = "#ffffff"; + this.textBoxColorOpenFolderDarkMode.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); + // + // tableLayoutPanelOpenFolderBorderDarkMode + // + this.tableLayoutPanelOpenFolderBorderDarkMode.AutoSize = true; + this.tableLayoutPanelOpenFolderBorderDarkMode.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + this.tableLayoutPanelOpenFolderBorderDarkMode.ColumnCount = 3; + this.tableLayoutPanelOpenFolderBorderDarkMode.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelOpenFolderBorderDarkMode.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelOpenFolderBorderDarkMode.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanelOpenFolderBorderDarkMode.Controls.Add(this.pictureBoxOpenFolderBorderDarkMode, 0, 0); + this.tableLayoutPanelOpenFolderBorderDarkMode.Controls.Add(this.labelOpenFolderBorderDarkMode, 2, 0); + this.tableLayoutPanelOpenFolderBorderDarkMode.Controls.Add(this.textBoxColorOpenFolderBorderDarkMode, 1, 0); + this.tableLayoutPanelOpenFolderBorderDarkMode.Location = new System.Drawing.Point(3, 159); + this.tableLayoutPanelOpenFolderBorderDarkMode.Name = "tableLayoutPanelOpenFolderBorderDarkMode"; + this.tableLayoutPanelOpenFolderBorderDarkMode.RowCount = 1; + this.tableLayoutPanelOpenFolderBorderDarkMode.RowStyles.Add(new System.Windows.Forms.RowStyle()); + this.tableLayoutPanelOpenFolderBorderDarkMode.Size = new System.Drawing.Size(282, 23); + this.tableLayoutPanelOpenFolderBorderDarkMode.TabIndex = 2; + // + // pictureBoxOpenFolderBorderDarkMode + // + this.pictureBoxOpenFolderBorderDarkMode.BackColor = System.Drawing.Color.White; + this.pictureBoxOpenFolderBorderDarkMode.Cursor = System.Windows.Forms.Cursors.Hand; + this.pictureBoxOpenFolderBorderDarkMode.Location = new System.Drawing.Point(0, 0); + this.pictureBoxOpenFolderBorderDarkMode.Margin = new System.Windows.Forms.Padding(0); + this.pictureBoxOpenFolderBorderDarkMode.Name = "pictureBoxOpenFolderBorderDarkMode"; + this.pictureBoxOpenFolderBorderDarkMode.Size = new System.Drawing.Size(23, 23); + this.pictureBoxOpenFolderBorderDarkMode.TabIndex = 1; + this.pictureBoxOpenFolderBorderDarkMode.TabStop = false; + this.pictureBoxOpenFolderBorderDarkMode.Click += new System.EventHandler(this.PictureBoxClick); + // + // labelOpenFolderBorderDarkMode + // + this.labelOpenFolderBorderDarkMode.Anchor = System.Windows.Forms.AnchorStyles.Left; + this.labelOpenFolderBorderDarkMode.AutoSize = true; + this.labelOpenFolderBorderDarkMode.Location = new System.Drawing.Point(95, 4); + this.labelOpenFolderBorderDarkMode.Name = "labelOpenFolderBorderDarkMode"; + this.labelOpenFolderBorderDarkMode.Size = new System.Drawing.Size(184, 15); + this.labelOpenFolderBorderDarkMode.TabIndex = 0; + this.labelOpenFolderBorderDarkMode.Text = "labelOpenFolderBorderDarkMode"; + // + // textBoxColorOpenFolderBorderDarkMode + // + this.textBoxColorOpenFolderBorderDarkMode.Location = new System.Drawing.Point(23, 0); + this.textBoxColorOpenFolderBorderDarkMode.Margin = new System.Windows.Forms.Padding(0); + this.textBoxColorOpenFolderBorderDarkMode.Name = "textBoxColorOpenFolderBorderDarkMode"; + this.textBoxColorOpenFolderBorderDarkMode.Size = new System.Drawing.Size(69, 23); + this.textBoxColorOpenFolderBorderDarkMode.TabIndex = 2; + this.textBoxColorOpenFolderBorderDarkMode.Text = "#ffffff"; + this.textBoxColorOpenFolderBorderDarkMode.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); + // + // tableLayoutPanelSelectedItemDarkMode + // + this.tableLayoutPanelSelectedItemDarkMode.AutoSize = true; + this.tableLayoutPanelSelectedItemDarkMode.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + this.tableLayoutPanelSelectedItemDarkMode.ColumnCount = 3; + this.tableLayoutPanelSelectedItemDarkMode.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelSelectedItemDarkMode.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelSelectedItemDarkMode.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanelSelectedItemDarkMode.Controls.Add(this.pictureColorBoxSelectedItemDarkMode, 0, 0); + this.tableLayoutPanelSelectedItemDarkMode.Controls.Add(this.labelSelectedItemDarkMode, 2, 0); + this.tableLayoutPanelSelectedItemDarkMode.Controls.Add(this.textBoxColorSelecetedItemDarkMode, 1, 0); + this.tableLayoutPanelSelectedItemDarkMode.Location = new System.Drawing.Point(3, 188); + this.tableLayoutPanelSelectedItemDarkMode.Name = "tableLayoutPanelSelectedItemDarkMode"; + this.tableLayoutPanelSelectedItemDarkMode.RowCount = 1; + this.tableLayoutPanelSelectedItemDarkMode.RowStyles.Add(new System.Windows.Forms.RowStyle()); + this.tableLayoutPanelSelectedItemDarkMode.Size = new System.Drawing.Size(253, 23); + this.tableLayoutPanelSelectedItemDarkMode.TabIndex = 2; + // + // pictureColorBoxSelectedItemDarkMode + // + this.pictureColorBoxSelectedItemDarkMode.BackColor = System.Drawing.Color.White; + this.pictureColorBoxSelectedItemDarkMode.Cursor = System.Windows.Forms.Cursors.Hand; + this.pictureColorBoxSelectedItemDarkMode.Location = new System.Drawing.Point(0, 0); + this.pictureColorBoxSelectedItemDarkMode.Margin = new System.Windows.Forms.Padding(0); + this.pictureColorBoxSelectedItemDarkMode.Name = "pictureColorBoxSelectedItemDarkMode"; + this.pictureColorBoxSelectedItemDarkMode.Size = new System.Drawing.Size(23, 23); + this.pictureColorBoxSelectedItemDarkMode.TabIndex = 1; + this.pictureColorBoxSelectedItemDarkMode.TabStop = false; + this.pictureColorBoxSelectedItemDarkMode.Click += new System.EventHandler(this.PictureBoxClick); + // + // labelSelectedItemDarkMode + // + this.labelSelectedItemDarkMode.Anchor = System.Windows.Forms.AnchorStyles.Left; + this.labelSelectedItemDarkMode.AutoSize = true; + this.labelSelectedItemDarkMode.Location = new System.Drawing.Point(95, 4); + this.labelSelectedItemDarkMode.Name = "labelSelectedItemDarkMode"; + this.labelSelectedItemDarkMode.Size = new System.Drawing.Size(155, 15); + this.labelSelectedItemDarkMode.TabIndex = 0; + this.labelSelectedItemDarkMode.Text = "labelSelectedItemDarkMode"; + // + // textBoxColorSelecetedItemDarkMode + // + this.textBoxColorSelecetedItemDarkMode.Location = new System.Drawing.Point(23, 0); + this.textBoxColorSelecetedItemDarkMode.Margin = new System.Windows.Forms.Padding(0); + this.textBoxColorSelecetedItemDarkMode.MaxLength = 12; + this.textBoxColorSelecetedItemDarkMode.Name = "textBoxColorSelecetedItemDarkMode"; + this.textBoxColorSelecetedItemDarkMode.Size = new System.Drawing.Size(69, 23); + this.textBoxColorSelecetedItemDarkMode.TabIndex = 2; + this.textBoxColorSelecetedItemDarkMode.Text = "#ffffff"; + this.textBoxColorSelecetedItemDarkMode.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); + // + // tableLayoutPanelSelectedItemBorderDarkMode + // + this.tableLayoutPanelSelectedItemBorderDarkMode.AutoSize = true; + this.tableLayoutPanelSelectedItemBorderDarkMode.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + this.tableLayoutPanelSelectedItemBorderDarkMode.ColumnCount = 3; + this.tableLayoutPanelSelectedItemBorderDarkMode.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelSelectedItemBorderDarkMode.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelSelectedItemBorderDarkMode.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanelSelectedItemBorderDarkMode.Controls.Add(this.pictureBoxSelectedItemBorderDarkMode, 0, 0); + this.tableLayoutPanelSelectedItemBorderDarkMode.Controls.Add(this.labelSelectedItemBorderDarkMode, 2, 0); + this.tableLayoutPanelSelectedItemBorderDarkMode.Controls.Add(this.textBoxColorSelectedItemBorderDarkMode, 1, 0); + this.tableLayoutPanelSelectedItemBorderDarkMode.Location = new System.Drawing.Point(3, 217); + this.tableLayoutPanelSelectedItemBorderDarkMode.Name = "tableLayoutPanelSelectedItemBorderDarkMode"; + this.tableLayoutPanelSelectedItemBorderDarkMode.RowCount = 1; + this.tableLayoutPanelSelectedItemBorderDarkMode.RowStyles.Add(new System.Windows.Forms.RowStyle()); + this.tableLayoutPanelSelectedItemBorderDarkMode.Size = new System.Drawing.Size(288, 23); + this.tableLayoutPanelSelectedItemBorderDarkMode.TabIndex = 2; + // + // pictureBoxSelectedItemBorderDarkMode + // + this.pictureBoxSelectedItemBorderDarkMode.BackColor = System.Drawing.Color.White; + this.pictureBoxSelectedItemBorderDarkMode.Cursor = System.Windows.Forms.Cursors.Hand; + this.pictureBoxSelectedItemBorderDarkMode.Location = new System.Drawing.Point(0, 0); + this.pictureBoxSelectedItemBorderDarkMode.Margin = new System.Windows.Forms.Padding(0); + this.pictureBoxSelectedItemBorderDarkMode.Name = "pictureBoxSelectedItemBorderDarkMode"; + this.pictureBoxSelectedItemBorderDarkMode.Size = new System.Drawing.Size(23, 23); + this.pictureBoxSelectedItemBorderDarkMode.TabIndex = 1; + this.pictureBoxSelectedItemBorderDarkMode.TabStop = false; + this.pictureBoxSelectedItemBorderDarkMode.Click += new System.EventHandler(this.PictureBoxClick); + // + // labelSelectedItemBorderDarkMode + // + this.labelSelectedItemBorderDarkMode.Anchor = System.Windows.Forms.AnchorStyles.Left; + this.labelSelectedItemBorderDarkMode.AutoSize = true; + this.labelSelectedItemBorderDarkMode.Location = new System.Drawing.Point(95, 4); + this.labelSelectedItemBorderDarkMode.Name = "labelSelectedItemBorderDarkMode"; + this.labelSelectedItemBorderDarkMode.Size = new System.Drawing.Size(190, 15); + this.labelSelectedItemBorderDarkMode.TabIndex = 0; + this.labelSelectedItemBorderDarkMode.Text = "labelSelectedItemBorderDarkMode"; + // + // textBoxColorSelectedItemBorderDarkMode + // + this.textBoxColorSelectedItemBorderDarkMode.Location = new System.Drawing.Point(23, 0); + this.textBoxColorSelectedItemBorderDarkMode.Margin = new System.Windows.Forms.Padding(0); + this.textBoxColorSelectedItemBorderDarkMode.MaxLength = 12; + this.textBoxColorSelectedItemBorderDarkMode.Name = "textBoxColorSelectedItemBorderDarkMode"; + this.textBoxColorSelectedItemBorderDarkMode.Size = new System.Drawing.Size(69, 23); + this.textBoxColorSelectedItemBorderDarkMode.TabIndex = 2; + this.textBoxColorSelectedItemBorderDarkMode.Text = "#ffffff"; + this.textBoxColorSelectedItemBorderDarkMode.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); + // + // tableLayoutPanelWarningDarkMode + // + this.tableLayoutPanelWarningDarkMode.AutoSize = true; + this.tableLayoutPanelWarningDarkMode.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + this.tableLayoutPanelWarningDarkMode.ColumnCount = 3; + this.tableLayoutPanelWarningDarkMode.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelWarningDarkMode.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelWarningDarkMode.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanelWarningDarkMode.Controls.Add(this.pictureBoxWarningDarkMode, 0, 0); + this.tableLayoutPanelWarningDarkMode.Controls.Add(this.labelWarningDarkMode, 2, 0); + this.tableLayoutPanelWarningDarkMode.Controls.Add(this.textBoxColorWarningDarkMode, 1, 0); + this.tableLayoutPanelWarningDarkMode.Location = new System.Drawing.Point(3, 246); + this.tableLayoutPanelWarningDarkMode.Name = "tableLayoutPanelWarningDarkMode"; + this.tableLayoutPanelWarningDarkMode.RowCount = 1; + this.tableLayoutPanelWarningDarkMode.RowStyles.Add(new System.Windows.Forms.RowStyle()); + this.tableLayoutPanelWarningDarkMode.Size = new System.Drawing.Size(230, 23); + this.tableLayoutPanelWarningDarkMode.TabIndex = 2; + // + // pictureBoxWarningDarkMode + // + this.pictureBoxWarningDarkMode.BackColor = System.Drawing.Color.White; + this.pictureBoxWarningDarkMode.Cursor = System.Windows.Forms.Cursors.Hand; + this.pictureBoxWarningDarkMode.Location = new System.Drawing.Point(0, 0); + this.pictureBoxWarningDarkMode.Margin = new System.Windows.Forms.Padding(0); + this.pictureBoxWarningDarkMode.Name = "pictureBoxWarningDarkMode"; + this.pictureBoxWarningDarkMode.Size = new System.Drawing.Size(23, 23); + this.pictureBoxWarningDarkMode.TabIndex = 1; + this.pictureBoxWarningDarkMode.TabStop = false; + this.pictureBoxWarningDarkMode.Click += new System.EventHandler(this.PictureBoxClick); + // + // labelWarningDarkMode + // + this.labelWarningDarkMode.Anchor = System.Windows.Forms.AnchorStyles.Left; + this.labelWarningDarkMode.AutoSize = true; + this.labelWarningDarkMode.Location = new System.Drawing.Point(95, 4); + this.labelWarningDarkMode.Name = "labelWarningDarkMode"; + this.labelWarningDarkMode.Size = new System.Drawing.Size(132, 15); + this.labelWarningDarkMode.TabIndex = 0; + this.labelWarningDarkMode.Text = "labelWarningDarkMode"; + // + // textBoxColorWarningDarkMode + // + this.textBoxColorWarningDarkMode.Location = new System.Drawing.Point(23, 0); + this.textBoxColorWarningDarkMode.Margin = new System.Windows.Forms.Padding(0); + this.textBoxColorWarningDarkMode.MaxLength = 12; + this.textBoxColorWarningDarkMode.Name = "textBoxColorWarningDarkMode"; + this.textBoxColorWarningDarkMode.Size = new System.Drawing.Size(69, 23); + this.textBoxColorWarningDarkMode.TabIndex = 2; + this.textBoxColorWarningDarkMode.Text = "#ffffff"; + this.textBoxColorWarningDarkMode.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); + // + // labelScrollbarDarkMode + // + this.labelScrollbarDarkMode.AutoSize = true; + this.labelScrollbarDarkMode.Location = new System.Drawing.Point(3, 272); + this.labelScrollbarDarkMode.Name = "labelScrollbarDarkMode"; + this.labelScrollbarDarkMode.Size = new System.Drawing.Size(133, 15); + this.labelScrollbarDarkMode.TabIndex = 3; + this.labelScrollbarDarkMode.Text = "labelScrollbarDarkMode"; + // + // tableLayoutPanelScrollbarBackgroundDarkMode + // + this.tableLayoutPanelScrollbarBackgroundDarkMode.AutoSize = true; + this.tableLayoutPanelScrollbarBackgroundDarkMode.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + this.tableLayoutPanelScrollbarBackgroundDarkMode.ColumnCount = 3; + this.tableLayoutPanelScrollbarBackgroundDarkMode.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelScrollbarBackgroundDarkMode.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelScrollbarBackgroundDarkMode.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanelScrollbarBackgroundDarkMode.Controls.Add(this.pictureBoxScrollbarBackgroundDarkMode, 0, 0); + this.tableLayoutPanelScrollbarBackgroundDarkMode.Controls.Add(this.textBoxColorScrollbarBackgroundDarkMode, 1, 0); + this.tableLayoutPanelScrollbarBackgroundDarkMode.Controls.Add(this.labelColorDarkModeScrollbarBackground, 2, 0); + this.tableLayoutPanelScrollbarBackgroundDarkMode.Location = new System.Drawing.Point(3, 290); + this.tableLayoutPanelScrollbarBackgroundDarkMode.Name = "tableLayoutPanelScrollbarBackgroundDarkMode"; + this.tableLayoutPanelScrollbarBackgroundDarkMode.RowCount = 1; + this.tableLayoutPanelScrollbarBackgroundDarkMode.RowStyles.Add(new System.Windows.Forms.RowStyle()); + this.tableLayoutPanelScrollbarBackgroundDarkMode.Size = new System.Drawing.Size(324, 23); + this.tableLayoutPanelScrollbarBackgroundDarkMode.TabIndex = 2; + // + // pictureBoxScrollbarBackgroundDarkMode + // + this.pictureBoxScrollbarBackgroundDarkMode.BackColor = System.Drawing.Color.White; + this.pictureBoxScrollbarBackgroundDarkMode.Cursor = System.Windows.Forms.Cursors.Hand; + this.pictureBoxScrollbarBackgroundDarkMode.Location = new System.Drawing.Point(0, 0); + this.pictureBoxScrollbarBackgroundDarkMode.Margin = new System.Windows.Forms.Padding(0); + this.pictureBoxScrollbarBackgroundDarkMode.Name = "pictureBoxScrollbarBackgroundDarkMode"; + this.pictureBoxScrollbarBackgroundDarkMode.Size = new System.Drawing.Size(23, 23); + this.pictureBoxScrollbarBackgroundDarkMode.TabIndex = 1; + this.pictureBoxScrollbarBackgroundDarkMode.TabStop = false; + this.pictureBoxScrollbarBackgroundDarkMode.Click += new System.EventHandler(this.PictureBoxClick); + // + // textBoxColorScrollbarBackgroundDarkMode + // + this.textBoxColorScrollbarBackgroundDarkMode.Location = new System.Drawing.Point(23, 0); + this.textBoxColorScrollbarBackgroundDarkMode.Margin = new System.Windows.Forms.Padding(0); + this.textBoxColorScrollbarBackgroundDarkMode.MaxLength = 12; + this.textBoxColorScrollbarBackgroundDarkMode.Name = "textBoxColorScrollbarBackgroundDarkMode"; + this.textBoxColorScrollbarBackgroundDarkMode.Size = new System.Drawing.Size(69, 23); + this.textBoxColorScrollbarBackgroundDarkMode.TabIndex = 2; + this.textBoxColorScrollbarBackgroundDarkMode.Text = "#ffffff"; + this.textBoxColorScrollbarBackgroundDarkMode.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); + // + // labelColorDarkModeScrollbarBackground + // + this.labelColorDarkModeScrollbarBackground.Anchor = System.Windows.Forms.AnchorStyles.Left; + this.labelColorDarkModeScrollbarBackground.AutoSize = true; + this.labelColorDarkModeScrollbarBackground.Location = new System.Drawing.Point(95, 4); + this.labelColorDarkModeScrollbarBackground.Name = "labelColorDarkModeScrollbarBackground"; + this.labelColorDarkModeScrollbarBackground.Size = new System.Drawing.Size(226, 15); + this.labelColorDarkModeScrollbarBackground.TabIndex = 0; + this.labelColorDarkModeScrollbarBackground.Text = "labelColorDarkModeScrollbarBackground"; + // + // tableLayoutPanelSliderDarkMode + // + this.tableLayoutPanelSliderDarkMode.AutoSize = true; + this.tableLayoutPanelSliderDarkMode.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + this.tableLayoutPanelSliderDarkMode.ColumnCount = 3; + this.tableLayoutPanelSliderDarkMode.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelSliderDarkMode.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelSliderDarkMode.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanelSliderDarkMode.Controls.Add(this.pictureBoxSliderDarkMode, 0, 0); + this.tableLayoutPanelSliderDarkMode.Controls.Add(this.textBoxColorSliderDarkMode, 1, 0); + this.tableLayoutPanelSliderDarkMode.Controls.Add(this.labelColorDarkModeSlider, 2, 0); + this.tableLayoutPanelSliderDarkMode.Location = new System.Drawing.Point(3, 319); + this.tableLayoutPanelSliderDarkMode.Name = "tableLayoutPanelSliderDarkMode"; + this.tableLayoutPanelSliderDarkMode.RowCount = 1; + this.tableLayoutPanelSliderDarkMode.RowStyles.Add(new System.Windows.Forms.RowStyle()); + this.tableLayoutPanelSliderDarkMode.Size = new System.Drawing.Size(243, 23); + this.tableLayoutPanelSliderDarkMode.TabIndex = 2; + // + // pictureBoxSliderDarkMode + // + this.pictureBoxSliderDarkMode.BackColor = System.Drawing.Color.White; + this.pictureBoxSliderDarkMode.Cursor = System.Windows.Forms.Cursors.Hand; + this.pictureBoxSliderDarkMode.Location = new System.Drawing.Point(0, 0); + this.pictureBoxSliderDarkMode.Margin = new System.Windows.Forms.Padding(0); + this.pictureBoxSliderDarkMode.Name = "pictureBoxSliderDarkMode"; + this.pictureBoxSliderDarkMode.Size = new System.Drawing.Size(23, 23); + this.pictureBoxSliderDarkMode.TabIndex = 1; + this.pictureBoxSliderDarkMode.TabStop = false; + this.pictureBoxSliderDarkMode.Click += new System.EventHandler(this.PictureBoxClick); + // + // textBoxColorSliderDarkMode + // + this.textBoxColorSliderDarkMode.Location = new System.Drawing.Point(23, 0); + this.textBoxColorSliderDarkMode.Margin = new System.Windows.Forms.Padding(0); + this.textBoxColorSliderDarkMode.MaxLength = 12; + this.textBoxColorSliderDarkMode.Name = "textBoxColorSliderDarkMode"; + this.textBoxColorSliderDarkMode.Size = new System.Drawing.Size(69, 23); + this.textBoxColorSliderDarkMode.TabIndex = 2; + this.textBoxColorSliderDarkMode.Text = "#ffffff"; + this.textBoxColorSliderDarkMode.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); + // + // labelColorDarkModeSlider + // + this.labelColorDarkModeSlider.Anchor = System.Windows.Forms.AnchorStyles.Left; + this.labelColorDarkModeSlider.AutoSize = true; + this.labelColorDarkModeSlider.Location = new System.Drawing.Point(95, 4); + this.labelColorDarkModeSlider.Name = "labelColorDarkModeSlider"; + this.labelColorDarkModeSlider.Size = new System.Drawing.Size(145, 15); + this.labelColorDarkModeSlider.TabIndex = 0; + this.labelColorDarkModeSlider.Text = "labelColorDarkModeSlider"; + // + // tableLayoutPanelSliderDraggingDarkMode + // + this.tableLayoutPanelSliderDraggingDarkMode.AutoSize = true; + this.tableLayoutPanelSliderDraggingDarkMode.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + this.tableLayoutPanelSliderDraggingDarkMode.ColumnCount = 3; + this.tableLayoutPanelSliderDraggingDarkMode.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelSliderDraggingDarkMode.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelSliderDraggingDarkMode.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanelSliderDraggingDarkMode.Controls.Add(this.pictureBoxSliderDraggingDarkMode, 0, 0); + this.tableLayoutPanelSliderDraggingDarkMode.Controls.Add(this.textBoxColorSliderDraggingDarkMode, 1, 0); + this.tableLayoutPanelSliderDraggingDarkMode.Controls.Add(this.labelColorDarkModeSliderDragging, 2, 0); + this.tableLayoutPanelSliderDraggingDarkMode.Location = new System.Drawing.Point(3, 348); + this.tableLayoutPanelSliderDraggingDarkMode.Name = "tableLayoutPanelSliderDraggingDarkMode"; + this.tableLayoutPanelSliderDraggingDarkMode.RowCount = 1; + this.tableLayoutPanelSliderDraggingDarkMode.RowStyles.Add(new System.Windows.Forms.RowStyle()); + this.tableLayoutPanelSliderDraggingDarkMode.Size = new System.Drawing.Size(292, 23); + this.tableLayoutPanelSliderDraggingDarkMode.TabIndex = 2; + // + // pictureBoxSliderDraggingDarkMode + // + this.pictureBoxSliderDraggingDarkMode.BackColor = System.Drawing.Color.White; + this.pictureBoxSliderDraggingDarkMode.Cursor = System.Windows.Forms.Cursors.Hand; + this.pictureBoxSliderDraggingDarkMode.Location = new System.Drawing.Point(0, 0); + this.pictureBoxSliderDraggingDarkMode.Margin = new System.Windows.Forms.Padding(0); + this.pictureBoxSliderDraggingDarkMode.Name = "pictureBoxSliderDraggingDarkMode"; + this.pictureBoxSliderDraggingDarkMode.Size = new System.Drawing.Size(23, 23); + this.pictureBoxSliderDraggingDarkMode.TabIndex = 1; + this.pictureBoxSliderDraggingDarkMode.TabStop = false; + this.pictureBoxSliderDraggingDarkMode.Click += new System.EventHandler(this.PictureBoxClick); + // + // textBoxColorSliderDraggingDarkMode + // + this.textBoxColorSliderDraggingDarkMode.Location = new System.Drawing.Point(23, 0); + this.textBoxColorSliderDraggingDarkMode.Margin = new System.Windows.Forms.Padding(0); + this.textBoxColorSliderDraggingDarkMode.MaxLength = 12; + this.textBoxColorSliderDraggingDarkMode.Name = "textBoxColorSliderDraggingDarkMode"; + this.textBoxColorSliderDraggingDarkMode.Size = new System.Drawing.Size(69, 23); + this.textBoxColorSliderDraggingDarkMode.TabIndex = 2; + this.textBoxColorSliderDraggingDarkMode.Text = "#ffffff"; + this.textBoxColorSliderDraggingDarkMode.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); + // + // labelColorDarkModeSliderDragging + // + this.labelColorDarkModeSliderDragging.Anchor = System.Windows.Forms.AnchorStyles.Left; + this.labelColorDarkModeSliderDragging.AutoSize = true; + this.labelColorDarkModeSliderDragging.Location = new System.Drawing.Point(95, 4); + this.labelColorDarkModeSliderDragging.Name = "labelColorDarkModeSliderDragging"; + this.labelColorDarkModeSliderDragging.Size = new System.Drawing.Size(194, 15); + this.labelColorDarkModeSliderDragging.TabIndex = 0; + this.labelColorDarkModeSliderDragging.Text = "labelColorDarkModeSliderDragging"; + // + // tableLayoutPanelSliderHoverDarkMode + // + this.tableLayoutPanelSliderHoverDarkMode.AutoSize = true; + this.tableLayoutPanelSliderHoverDarkMode.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + this.tableLayoutPanelSliderHoverDarkMode.ColumnCount = 3; + this.tableLayoutPanelSliderHoverDarkMode.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelSliderHoverDarkMode.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelSliderHoverDarkMode.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanelSliderHoverDarkMode.Controls.Add(this.pictureBoxSliderHoverDarkMode, 0, 0); + this.tableLayoutPanelSliderHoverDarkMode.Controls.Add(this.textBoxColorSliderHoverDarkMode, 1, 0); + this.tableLayoutPanelSliderHoverDarkMode.Controls.Add(this.labelColorDarkModeSliderHover, 2, 0); + this.tableLayoutPanelSliderHoverDarkMode.Location = new System.Drawing.Point(3, 377); + this.tableLayoutPanelSliderHoverDarkMode.Name = "tableLayoutPanelSliderHoverDarkMode"; + this.tableLayoutPanelSliderHoverDarkMode.RowCount = 1; + this.tableLayoutPanelSliderHoverDarkMode.RowStyles.Add(new System.Windows.Forms.RowStyle()); + this.tableLayoutPanelSliderHoverDarkMode.Size = new System.Drawing.Size(275, 23); + this.tableLayoutPanelSliderHoverDarkMode.TabIndex = 2; + // + // pictureBoxSliderHoverDarkMode + // + this.pictureBoxSliderHoverDarkMode.BackColor = System.Drawing.Color.White; + this.pictureBoxSliderHoverDarkMode.Cursor = System.Windows.Forms.Cursors.Hand; + this.pictureBoxSliderHoverDarkMode.Location = new System.Drawing.Point(0, 0); + this.pictureBoxSliderHoverDarkMode.Margin = new System.Windows.Forms.Padding(0); + this.pictureBoxSliderHoverDarkMode.Name = "pictureBoxSliderHoverDarkMode"; + this.pictureBoxSliderHoverDarkMode.Size = new System.Drawing.Size(23, 23); + this.pictureBoxSliderHoverDarkMode.TabIndex = 1; + this.pictureBoxSliderHoverDarkMode.TabStop = false; + this.pictureBoxSliderHoverDarkMode.Click += new System.EventHandler(this.PictureBoxClick); + // + // textBoxColorSliderHoverDarkMode + // + this.textBoxColorSliderHoverDarkMode.Location = new System.Drawing.Point(23, 0); + this.textBoxColorSliderHoverDarkMode.Margin = new System.Windows.Forms.Padding(0); + this.textBoxColorSliderHoverDarkMode.MaxLength = 12; + this.textBoxColorSliderHoverDarkMode.Name = "textBoxColorSliderHoverDarkMode"; + this.textBoxColorSliderHoverDarkMode.Size = new System.Drawing.Size(69, 23); + this.textBoxColorSliderHoverDarkMode.TabIndex = 2; + this.textBoxColorSliderHoverDarkMode.Text = "#ffffff"; + this.textBoxColorSliderHoverDarkMode.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); + // + // labelColorDarkModeSliderHover + // + this.labelColorDarkModeSliderHover.Anchor = System.Windows.Forms.AnchorStyles.Left; + this.labelColorDarkModeSliderHover.AutoSize = true; + this.labelColorDarkModeSliderHover.Location = new System.Drawing.Point(95, 4); + this.labelColorDarkModeSliderHover.Name = "labelColorDarkModeSliderHover"; + this.labelColorDarkModeSliderHover.Size = new System.Drawing.Size(177, 15); + this.labelColorDarkModeSliderHover.TabIndex = 0; + this.labelColorDarkModeSliderHover.Text = "labelColorDarkModeSliderHover"; + // + // tableLayoutPanelSliderArrowsAndTrackHoverDarkMode + // + this.tableLayoutPanelSliderArrowsAndTrackHoverDarkMode.AutoSize = true; + this.tableLayoutPanelSliderArrowsAndTrackHoverDarkMode.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + this.tableLayoutPanelSliderArrowsAndTrackHoverDarkMode.ColumnCount = 3; + this.tableLayoutPanelSliderArrowsAndTrackHoverDarkMode.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelSliderArrowsAndTrackHoverDarkMode.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelSliderArrowsAndTrackHoverDarkMode.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanelSliderArrowsAndTrackHoverDarkMode.Controls.Add(this.pictureBoxSliderArrowsAndTrackHoverDarkMode, 0, 0); + this.tableLayoutPanelSliderArrowsAndTrackHoverDarkMode.Controls.Add(this.textBoxColorSliderArrowsAndTrackHoverDarkMode, 1, 0); + this.tableLayoutPanelSliderArrowsAndTrackHoverDarkMode.Controls.Add(this.labelColorDarkModeSliderArrowsAndTrackHover, 2, 0); + this.tableLayoutPanelSliderArrowsAndTrackHoverDarkMode.Location = new System.Drawing.Point(3, 406); + this.tableLayoutPanelSliderArrowsAndTrackHoverDarkMode.Name = "tableLayoutPanelSliderArrowsAndTrackHoverDarkMode"; + this.tableLayoutPanelSliderArrowsAndTrackHoverDarkMode.RowCount = 1; + this.tableLayoutPanelSliderArrowsAndTrackHoverDarkMode.RowStyles.Add(new System.Windows.Forms.RowStyle()); + this.tableLayoutPanelSliderArrowsAndTrackHoverDarkMode.Size = new System.Drawing.Size(361, 23); + this.tableLayoutPanelSliderArrowsAndTrackHoverDarkMode.TabIndex = 2; + // + // pictureBoxSliderArrowsAndTrackHoverDarkMode + // + this.pictureBoxSliderArrowsAndTrackHoverDarkMode.BackColor = System.Drawing.Color.White; + this.pictureBoxSliderArrowsAndTrackHoverDarkMode.Cursor = System.Windows.Forms.Cursors.Hand; + this.pictureBoxSliderArrowsAndTrackHoverDarkMode.Location = new System.Drawing.Point(0, 0); + this.pictureBoxSliderArrowsAndTrackHoverDarkMode.Margin = new System.Windows.Forms.Padding(0); + this.pictureBoxSliderArrowsAndTrackHoverDarkMode.Name = "pictureBoxSliderArrowsAndTrackHoverDarkMode"; + this.pictureBoxSliderArrowsAndTrackHoverDarkMode.Size = new System.Drawing.Size(23, 23); + this.pictureBoxSliderArrowsAndTrackHoverDarkMode.TabIndex = 1; + this.pictureBoxSliderArrowsAndTrackHoverDarkMode.TabStop = false; + this.pictureBoxSliderArrowsAndTrackHoverDarkMode.Click += new System.EventHandler(this.PictureBoxClick); + // + // textBoxColorSliderArrowsAndTrackHoverDarkMode + // + this.textBoxColorSliderArrowsAndTrackHoverDarkMode.Location = new System.Drawing.Point(23, 0); + this.textBoxColorSliderArrowsAndTrackHoverDarkMode.Margin = new System.Windows.Forms.Padding(0); + this.textBoxColorSliderArrowsAndTrackHoverDarkMode.MaxLength = 12; + this.textBoxColorSliderArrowsAndTrackHoverDarkMode.Name = "textBoxColorSliderArrowsAndTrackHoverDarkMode"; + this.textBoxColorSliderArrowsAndTrackHoverDarkMode.Size = new System.Drawing.Size(69, 23); + this.textBoxColorSliderArrowsAndTrackHoverDarkMode.TabIndex = 2; + this.textBoxColorSliderArrowsAndTrackHoverDarkMode.Text = "#ffffff"; + this.textBoxColorSliderArrowsAndTrackHoverDarkMode.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); + // + // labelColorDarkModeSliderArrowsAndTrackHover + // + this.labelColorDarkModeSliderArrowsAndTrackHover.Anchor = System.Windows.Forms.AnchorStyles.Left; + this.labelColorDarkModeSliderArrowsAndTrackHover.AutoSize = true; + this.labelColorDarkModeSliderArrowsAndTrackHover.Location = new System.Drawing.Point(95, 4); + this.labelColorDarkModeSliderArrowsAndTrackHover.Name = "labelColorDarkModeSliderArrowsAndTrackHover"; + this.labelColorDarkModeSliderArrowsAndTrackHover.Size = new System.Drawing.Size(263, 15); + this.labelColorDarkModeSliderArrowsAndTrackHover.TabIndex = 0; + this.labelColorDarkModeSliderArrowsAndTrackHover.Text = "labelColorDarkModeSliderArrowsAndTrackHover"; + // + // tableLayoutPanelArrowDarkMode + // + this.tableLayoutPanelArrowDarkMode.AutoSize = true; + this.tableLayoutPanelArrowDarkMode.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + this.tableLayoutPanelArrowDarkMode.ColumnCount = 3; + this.tableLayoutPanelArrowDarkMode.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelArrowDarkMode.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelArrowDarkMode.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanelArrowDarkMode.Controls.Add(this.pictureBoxArrowDarkMode, 0, 0); + this.tableLayoutPanelArrowDarkMode.Controls.Add(this.textBoxColorArrowDarkMode, 1, 0); + this.tableLayoutPanelArrowDarkMode.Controls.Add(this.labelColorDarkModeArrow, 2, 0); + this.tableLayoutPanelArrowDarkMode.Location = new System.Drawing.Point(3, 435); + this.tableLayoutPanelArrowDarkMode.Name = "tableLayoutPanelArrowDarkMode"; + this.tableLayoutPanelArrowDarkMode.RowCount = 1; + this.tableLayoutPanelArrowDarkMode.RowStyles.Add(new System.Windows.Forms.RowStyle()); + this.tableLayoutPanelArrowDarkMode.Size = new System.Drawing.Size(246, 23); + this.tableLayoutPanelArrowDarkMode.TabIndex = 2; + // + // pictureBoxArrowDarkMode + // + this.pictureBoxArrowDarkMode.BackColor = System.Drawing.Color.White; + this.pictureBoxArrowDarkMode.Cursor = System.Windows.Forms.Cursors.Hand; + this.pictureBoxArrowDarkMode.Location = new System.Drawing.Point(0, 0); + this.pictureBoxArrowDarkMode.Margin = new System.Windows.Forms.Padding(0); + this.pictureBoxArrowDarkMode.Name = "pictureBoxArrowDarkMode"; + this.pictureBoxArrowDarkMode.Size = new System.Drawing.Size(23, 23); + this.pictureBoxArrowDarkMode.TabIndex = 1; + this.pictureBoxArrowDarkMode.TabStop = false; + this.pictureBoxArrowDarkMode.Click += new System.EventHandler(this.PictureBoxClick); + // + // textBoxColorArrowDarkMode + // + this.textBoxColorArrowDarkMode.Location = new System.Drawing.Point(23, 0); + this.textBoxColorArrowDarkMode.Margin = new System.Windows.Forms.Padding(0); + this.textBoxColorArrowDarkMode.MaxLength = 12; + this.textBoxColorArrowDarkMode.Name = "textBoxColorArrowDarkMode"; + this.textBoxColorArrowDarkMode.Size = new System.Drawing.Size(69, 23); + this.textBoxColorArrowDarkMode.TabIndex = 2; + this.textBoxColorArrowDarkMode.Text = "#ffffff"; + this.textBoxColorArrowDarkMode.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); + // + // labelColorDarkModeArrow + // + this.labelColorDarkModeArrow.Anchor = System.Windows.Forms.AnchorStyles.Left; + this.labelColorDarkModeArrow.AutoSize = true; + this.labelColorDarkModeArrow.Location = new System.Drawing.Point(95, 4); + this.labelColorDarkModeArrow.Name = "labelColorDarkModeArrow"; + this.labelColorDarkModeArrow.Size = new System.Drawing.Size(148, 15); + this.labelColorDarkModeArrow.TabIndex = 0; + this.labelColorDarkModeArrow.Text = "labelColorDarkModeArrow"; + // + // tableLayoutPanelArrowClickDarkMode + // + this.tableLayoutPanelArrowClickDarkMode.AutoSize = true; + this.tableLayoutPanelArrowClickDarkMode.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + this.tableLayoutPanelArrowClickDarkMode.ColumnCount = 3; + this.tableLayoutPanelArrowClickDarkMode.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelArrowClickDarkMode.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelArrowClickDarkMode.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanelArrowClickDarkMode.Controls.Add(this.pictureBoxArrowClickDarkMode, 0, 0); + this.tableLayoutPanelArrowClickDarkMode.Controls.Add(this.textBoxColorArrowClickDarkMode, 1, 0); + this.tableLayoutPanelArrowClickDarkMode.Controls.Add(this.labelColorDarkModeArrowClick, 2, 0); + this.tableLayoutPanelArrowClickDarkMode.Location = new System.Drawing.Point(3, 464); + this.tableLayoutPanelArrowClickDarkMode.Name = "tableLayoutPanelArrowClickDarkMode"; + this.tableLayoutPanelArrowClickDarkMode.RowCount = 1; + this.tableLayoutPanelArrowClickDarkMode.RowStyles.Add(new System.Windows.Forms.RowStyle()); + this.tableLayoutPanelArrowClickDarkMode.Size = new System.Drawing.Size(272, 23); + this.tableLayoutPanelArrowClickDarkMode.TabIndex = 2; + // + // pictureBoxArrowClickDarkMode + // + this.pictureBoxArrowClickDarkMode.BackColor = System.Drawing.Color.White; + this.pictureBoxArrowClickDarkMode.Cursor = System.Windows.Forms.Cursors.Hand; + this.pictureBoxArrowClickDarkMode.Location = new System.Drawing.Point(0, 0); + this.pictureBoxArrowClickDarkMode.Margin = new System.Windows.Forms.Padding(0); + this.pictureBoxArrowClickDarkMode.Name = "pictureBoxArrowClickDarkMode"; + this.pictureBoxArrowClickDarkMode.Size = new System.Drawing.Size(23, 23); + this.pictureBoxArrowClickDarkMode.TabIndex = 1; + this.pictureBoxArrowClickDarkMode.TabStop = false; + this.pictureBoxArrowClickDarkMode.Click += new System.EventHandler(this.PictureBoxClick); + // + // textBoxColorArrowClickDarkMode + // + this.textBoxColorArrowClickDarkMode.Location = new System.Drawing.Point(23, 0); + this.textBoxColorArrowClickDarkMode.Margin = new System.Windows.Forms.Padding(0); + this.textBoxColorArrowClickDarkMode.MaxLength = 12; + this.textBoxColorArrowClickDarkMode.Name = "textBoxColorArrowClickDarkMode"; + this.textBoxColorArrowClickDarkMode.Size = new System.Drawing.Size(69, 23); + this.textBoxColorArrowClickDarkMode.TabIndex = 2; + this.textBoxColorArrowClickDarkMode.Text = "#ffffff"; + this.textBoxColorArrowClickDarkMode.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); + // + // labelColorDarkModeArrowClick + // + this.labelColorDarkModeArrowClick.Anchor = System.Windows.Forms.AnchorStyles.Left; + this.labelColorDarkModeArrowClick.AutoSize = true; + this.labelColorDarkModeArrowClick.Location = new System.Drawing.Point(95, 4); + this.labelColorDarkModeArrowClick.Name = "labelColorDarkModeArrowClick"; + this.labelColorDarkModeArrowClick.Size = new System.Drawing.Size(174, 15); + this.labelColorDarkModeArrowClick.TabIndex = 0; + this.labelColorDarkModeArrowClick.Text = "labelColorDarkModeArrowClick"; + // + // tableLayoutPanelArrowClickBackgroundDarkMode + // + this.tableLayoutPanelArrowClickBackgroundDarkMode.AutoSize = true; + this.tableLayoutPanelArrowClickBackgroundDarkMode.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + this.tableLayoutPanelArrowClickBackgroundDarkMode.ColumnCount = 3; + this.tableLayoutPanelArrowClickBackgroundDarkMode.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelArrowClickBackgroundDarkMode.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelArrowClickBackgroundDarkMode.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanelArrowClickBackgroundDarkMode.Controls.Add(this.pictureBoxArrowClickBackgroundDarkMode, 0, 0); + this.tableLayoutPanelArrowClickBackgroundDarkMode.Controls.Add(this.textBoxColorArrowClickBackgroundDarkMode, 1, 0); + this.tableLayoutPanelArrowClickBackgroundDarkMode.Controls.Add(this.labelColorDarkModeArrowClickBackground, 2, 0); + this.tableLayoutPanelArrowClickBackgroundDarkMode.Location = new System.Drawing.Point(3, 493); + this.tableLayoutPanelArrowClickBackgroundDarkMode.Name = "tableLayoutPanelArrowClickBackgroundDarkMode"; + this.tableLayoutPanelArrowClickBackgroundDarkMode.RowCount = 1; + this.tableLayoutPanelArrowClickBackgroundDarkMode.RowStyles.Add(new System.Windows.Forms.RowStyle()); + this.tableLayoutPanelArrowClickBackgroundDarkMode.Size = new System.Drawing.Size(336, 23); + this.tableLayoutPanelArrowClickBackgroundDarkMode.TabIndex = 2; + // + // pictureBoxArrowClickBackgroundDarkMode + // + this.pictureBoxArrowClickBackgroundDarkMode.BackColor = System.Drawing.Color.White; + this.pictureBoxArrowClickBackgroundDarkMode.Cursor = System.Windows.Forms.Cursors.Hand; + this.pictureBoxArrowClickBackgroundDarkMode.Location = new System.Drawing.Point(0, 0); + this.pictureBoxArrowClickBackgroundDarkMode.Margin = new System.Windows.Forms.Padding(0); + this.pictureBoxArrowClickBackgroundDarkMode.Name = "pictureBoxArrowClickBackgroundDarkMode"; + this.pictureBoxArrowClickBackgroundDarkMode.Size = new System.Drawing.Size(23, 23); + this.pictureBoxArrowClickBackgroundDarkMode.TabIndex = 1; + this.pictureBoxArrowClickBackgroundDarkMode.TabStop = false; + this.pictureBoxArrowClickBackgroundDarkMode.Click += new System.EventHandler(this.PictureBoxClick); + // + // textBoxColorArrowClickBackgroundDarkMode + // + this.textBoxColorArrowClickBackgroundDarkMode.Location = new System.Drawing.Point(23, 0); + this.textBoxColorArrowClickBackgroundDarkMode.Margin = new System.Windows.Forms.Padding(0); + this.textBoxColorArrowClickBackgroundDarkMode.MaxLength = 12; + this.textBoxColorArrowClickBackgroundDarkMode.Name = "textBoxColorArrowClickBackgroundDarkMode"; + this.textBoxColorArrowClickBackgroundDarkMode.Size = new System.Drawing.Size(69, 23); + this.textBoxColorArrowClickBackgroundDarkMode.TabIndex = 2; + this.textBoxColorArrowClickBackgroundDarkMode.Text = "#ffffff"; + this.textBoxColorArrowClickBackgroundDarkMode.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); + // + // labelColorDarkModeArrowClickBackground + // + this.labelColorDarkModeArrowClickBackground.Anchor = System.Windows.Forms.AnchorStyles.Left; + this.labelColorDarkModeArrowClickBackground.AutoSize = true; + this.labelColorDarkModeArrowClickBackground.Location = new System.Drawing.Point(95, 4); + this.labelColorDarkModeArrowClickBackground.Name = "labelColorDarkModeArrowClickBackground"; + this.labelColorDarkModeArrowClickBackground.Size = new System.Drawing.Size(238, 15); + this.labelColorDarkModeArrowClickBackground.TabIndex = 0; + this.labelColorDarkModeArrowClickBackground.Text = "labelColorDarkModeArrowClickBackground"; + // + // tableLayoutPanelArrowHoverDarkMode + // + this.tableLayoutPanelArrowHoverDarkMode.AutoSize = true; + this.tableLayoutPanelArrowHoverDarkMode.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + this.tableLayoutPanelArrowHoverDarkMode.ColumnCount = 3; + this.tableLayoutPanelArrowHoverDarkMode.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelArrowHoverDarkMode.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelArrowHoverDarkMode.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanelArrowHoverDarkMode.Controls.Add(this.pictureBoxArrowHoverDarkMode, 0, 0); + this.tableLayoutPanelArrowHoverDarkMode.Controls.Add(this.textBoxColorArrowHoverDarkMode, 1, 0); + this.tableLayoutPanelArrowHoverDarkMode.Controls.Add(this.labelColorDarkModeArrowHover, 2, 0); + this.tableLayoutPanelArrowHoverDarkMode.Location = new System.Drawing.Point(3, 522); + this.tableLayoutPanelArrowHoverDarkMode.Name = "tableLayoutPanelArrowHoverDarkMode"; + this.tableLayoutPanelArrowHoverDarkMode.RowCount = 1; + this.tableLayoutPanelArrowHoverDarkMode.RowStyles.Add(new System.Windows.Forms.RowStyle()); + this.tableLayoutPanelArrowHoverDarkMode.Size = new System.Drawing.Size(278, 23); + this.tableLayoutPanelArrowHoverDarkMode.TabIndex = 2; + // + // pictureBoxArrowHoverDarkMode + // + this.pictureBoxArrowHoverDarkMode.BackColor = System.Drawing.Color.White; + this.pictureBoxArrowHoverDarkMode.Cursor = System.Windows.Forms.Cursors.Hand; + this.pictureBoxArrowHoverDarkMode.Location = new System.Drawing.Point(0, 0); + this.pictureBoxArrowHoverDarkMode.Margin = new System.Windows.Forms.Padding(0); + this.pictureBoxArrowHoverDarkMode.Name = "pictureBoxArrowHoverDarkMode"; + this.pictureBoxArrowHoverDarkMode.Size = new System.Drawing.Size(23, 23); + this.pictureBoxArrowHoverDarkMode.TabIndex = 1; + this.pictureBoxArrowHoverDarkMode.TabStop = false; + this.pictureBoxArrowHoverDarkMode.Click += new System.EventHandler(this.PictureBoxClick); + // + // textBoxColorArrowHoverDarkMode + // + this.textBoxColorArrowHoverDarkMode.Location = new System.Drawing.Point(23, 0); + this.textBoxColorArrowHoverDarkMode.Margin = new System.Windows.Forms.Padding(0); + this.textBoxColorArrowHoverDarkMode.MaxLength = 12; + this.textBoxColorArrowHoverDarkMode.Name = "textBoxColorArrowHoverDarkMode"; + this.textBoxColorArrowHoverDarkMode.Size = new System.Drawing.Size(69, 23); + this.textBoxColorArrowHoverDarkMode.TabIndex = 2; + this.textBoxColorArrowHoverDarkMode.Text = "#ffffff"; + this.textBoxColorArrowHoverDarkMode.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); + // + // labelColorDarkModeArrowHover + // + this.labelColorDarkModeArrowHover.Anchor = System.Windows.Forms.AnchorStyles.Left; + this.labelColorDarkModeArrowHover.AutoSize = true; + this.labelColorDarkModeArrowHover.Location = new System.Drawing.Point(95, 4); + this.labelColorDarkModeArrowHover.Name = "labelColorDarkModeArrowHover"; + this.labelColorDarkModeArrowHover.Size = new System.Drawing.Size(180, 15); + this.labelColorDarkModeArrowHover.TabIndex = 0; + this.labelColorDarkModeArrowHover.Text = "labelColorDarkModeArrowHover"; + // + // tableLayoutPanelArrowHoverBackgroundDarkMode + // + this.tableLayoutPanelArrowHoverBackgroundDarkMode.AutoSize = true; + this.tableLayoutPanelArrowHoverBackgroundDarkMode.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + this.tableLayoutPanelArrowHoverBackgroundDarkMode.ColumnCount = 3; + this.tableLayoutPanelArrowHoverBackgroundDarkMode.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelArrowHoverBackgroundDarkMode.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelArrowHoverBackgroundDarkMode.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanelArrowHoverBackgroundDarkMode.Controls.Add(this.pictureBoxArrowHoverBackgroundDarkMode, 0, 0); + this.tableLayoutPanelArrowHoverBackgroundDarkMode.Controls.Add(this.textBoxColorArrowHoverBackgroundDarkMode, 1, 0); + this.tableLayoutPanelArrowHoverBackgroundDarkMode.Controls.Add(this.labelColorDarkModeArrowHoverBackground, 2, 0); + this.tableLayoutPanelArrowHoverBackgroundDarkMode.Location = new System.Drawing.Point(3, 551); + this.tableLayoutPanelArrowHoverBackgroundDarkMode.Name = "tableLayoutPanelArrowHoverBackgroundDarkMode"; + this.tableLayoutPanelArrowHoverBackgroundDarkMode.RowCount = 1; + this.tableLayoutPanelArrowHoverBackgroundDarkMode.RowStyles.Add(new System.Windows.Forms.RowStyle()); + this.tableLayoutPanelArrowHoverBackgroundDarkMode.Size = new System.Drawing.Size(342, 23); + this.tableLayoutPanelArrowHoverBackgroundDarkMode.TabIndex = 2; // // pictureBoxArrowHoverBackgroundDarkMode // @@ -2251,901 +3134,18 @@ namespace SystemTrayMenu.UserInterface this.labelColorDarkModeArrowHoverBackground.TabIndex = 0; this.labelColorDarkModeArrowHoverBackground.Text = "labelColorDarkModeArrowHoverBackground"; // - // tableLayoutPanel38 - // - this.tableLayoutPanel38.AutoSize = true; - this.tableLayoutPanel38.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; - this.tableLayoutPanel38.ColumnCount = 3; - this.tableLayoutPanel38.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel38.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel38.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel38.Controls.Add(this.pictureBoxArrowHoverDarkMode, 0, 0); - this.tableLayoutPanel38.Controls.Add(this.textBoxColorArrowHoverDarkMode, 1, 0); - this.tableLayoutPanel38.Controls.Add(this.labelColorDarkModeArrowHover, 2, 0); - this.tableLayoutPanel38.Location = new System.Drawing.Point(3, 522); - this.tableLayoutPanel38.Name = "tableLayoutPanel38"; - this.tableLayoutPanel38.RowCount = 1; - this.tableLayoutPanel38.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.tableLayoutPanel38.Size = new System.Drawing.Size(278, 23); - this.tableLayoutPanel38.TabIndex = 2; - // - // pictureBoxArrowHoverDarkMode - // - this.pictureBoxArrowHoverDarkMode.BackColor = System.Drawing.Color.White; - this.pictureBoxArrowHoverDarkMode.Cursor = System.Windows.Forms.Cursors.Hand; - this.pictureBoxArrowHoverDarkMode.Location = new System.Drawing.Point(0, 0); - this.pictureBoxArrowHoverDarkMode.Margin = new System.Windows.Forms.Padding(0); - this.pictureBoxArrowHoverDarkMode.Name = "pictureBoxArrowHoverDarkMode"; - this.pictureBoxArrowHoverDarkMode.Size = new System.Drawing.Size(23, 23); - this.pictureBoxArrowHoverDarkMode.TabIndex = 1; - this.pictureBoxArrowHoverDarkMode.TabStop = false; - this.pictureBoxArrowHoverDarkMode.Click += new System.EventHandler(this.PictureBoxClick); - // - // textBoxColorArrowHoverDarkMode - // - this.textBoxColorArrowHoverDarkMode.Location = new System.Drawing.Point(23, 0); - this.textBoxColorArrowHoverDarkMode.Margin = new System.Windows.Forms.Padding(0); - this.textBoxColorArrowHoverDarkMode.MaxLength = 12; - this.textBoxColorArrowHoverDarkMode.Name = "textBoxColorArrowHoverDarkMode"; - this.textBoxColorArrowHoverDarkMode.Size = new System.Drawing.Size(69, 23); - this.textBoxColorArrowHoverDarkMode.TabIndex = 2; - this.textBoxColorArrowHoverDarkMode.Text = "#ffffff"; - this.textBoxColorArrowHoverDarkMode.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); - // - // labelColorDarkModeArrowHover - // - this.labelColorDarkModeArrowHover.Anchor = System.Windows.Forms.AnchorStyles.Left; - this.labelColorDarkModeArrowHover.AutoSize = true; - this.labelColorDarkModeArrowHover.Location = new System.Drawing.Point(95, 4); - this.labelColorDarkModeArrowHover.Name = "labelColorDarkModeArrowHover"; - this.labelColorDarkModeArrowHover.Size = new System.Drawing.Size(180, 15); - this.labelColorDarkModeArrowHover.TabIndex = 0; - this.labelColorDarkModeArrowHover.Text = "labelColorDarkModeArrowHover"; - // - // tableLayoutPanel37 - // - this.tableLayoutPanel37.AutoSize = true; - this.tableLayoutPanel37.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; - this.tableLayoutPanel37.ColumnCount = 3; - this.tableLayoutPanel37.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel37.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel37.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel37.Controls.Add(this.pictureBoxArrowClickBackgroundDarkMode, 0, 0); - this.tableLayoutPanel37.Controls.Add(this.textBoxColorArrowClickBackgroundDarkMode, 1, 0); - this.tableLayoutPanel37.Controls.Add(this.labelColorDarkModeArrowClickBackground, 2, 0); - this.tableLayoutPanel37.Location = new System.Drawing.Point(3, 493); - this.tableLayoutPanel37.Name = "tableLayoutPanel37"; - this.tableLayoutPanel37.RowCount = 1; - this.tableLayoutPanel37.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.tableLayoutPanel37.Size = new System.Drawing.Size(336, 23); - this.tableLayoutPanel37.TabIndex = 2; - // - // pictureBoxArrowClickBackgroundDarkMode - // - this.pictureBoxArrowClickBackgroundDarkMode.BackColor = System.Drawing.Color.White; - this.pictureBoxArrowClickBackgroundDarkMode.Cursor = System.Windows.Forms.Cursors.Hand; - this.pictureBoxArrowClickBackgroundDarkMode.Location = new System.Drawing.Point(0, 0); - this.pictureBoxArrowClickBackgroundDarkMode.Margin = new System.Windows.Forms.Padding(0); - this.pictureBoxArrowClickBackgroundDarkMode.Name = "pictureBoxArrowClickBackgroundDarkMode"; - this.pictureBoxArrowClickBackgroundDarkMode.Size = new System.Drawing.Size(23, 23); - this.pictureBoxArrowClickBackgroundDarkMode.TabIndex = 1; - this.pictureBoxArrowClickBackgroundDarkMode.TabStop = false; - this.pictureBoxArrowClickBackgroundDarkMode.Click += new System.EventHandler(this.PictureBoxClick); - // - // textBoxColorArrowClickBackgroundDarkMode - // - this.textBoxColorArrowClickBackgroundDarkMode.Location = new System.Drawing.Point(23, 0); - this.textBoxColorArrowClickBackgroundDarkMode.Margin = new System.Windows.Forms.Padding(0); - this.textBoxColorArrowClickBackgroundDarkMode.MaxLength = 12; - this.textBoxColorArrowClickBackgroundDarkMode.Name = "textBoxColorArrowClickBackgroundDarkMode"; - this.textBoxColorArrowClickBackgroundDarkMode.Size = new System.Drawing.Size(69, 23); - this.textBoxColorArrowClickBackgroundDarkMode.TabIndex = 2; - this.textBoxColorArrowClickBackgroundDarkMode.Text = "#ffffff"; - this.textBoxColorArrowClickBackgroundDarkMode.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); - // - // labelColorDarkModeArrowClickBackground - // - this.labelColorDarkModeArrowClickBackground.Anchor = System.Windows.Forms.AnchorStyles.Left; - this.labelColorDarkModeArrowClickBackground.AutoSize = true; - this.labelColorDarkModeArrowClickBackground.Location = new System.Drawing.Point(95, 4); - this.labelColorDarkModeArrowClickBackground.Name = "labelColorDarkModeArrowClickBackground"; - this.labelColorDarkModeArrowClickBackground.Size = new System.Drawing.Size(238, 15); - this.labelColorDarkModeArrowClickBackground.TabIndex = 0; - this.labelColorDarkModeArrowClickBackground.Text = "labelColorDarkModeArrowClickBackground"; - // - // tableLayoutPanel36 - // - this.tableLayoutPanel36.AutoSize = true; - this.tableLayoutPanel36.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; - this.tableLayoutPanel36.ColumnCount = 3; - this.tableLayoutPanel36.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel36.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel36.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel36.Controls.Add(this.pictureBoxArrowClickDarkMode, 0, 0); - this.tableLayoutPanel36.Controls.Add(this.textBoxColorArrowClickDarkMode, 1, 0); - this.tableLayoutPanel36.Controls.Add(this.labelColorDarkModeArrowClick, 2, 0); - this.tableLayoutPanel36.Location = new System.Drawing.Point(3, 464); - this.tableLayoutPanel36.Name = "tableLayoutPanel36"; - this.tableLayoutPanel36.RowCount = 1; - this.tableLayoutPanel36.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.tableLayoutPanel36.Size = new System.Drawing.Size(272, 23); - this.tableLayoutPanel36.TabIndex = 2; - // - // pictureBoxArrowClickDarkMode - // - this.pictureBoxArrowClickDarkMode.BackColor = System.Drawing.Color.White; - this.pictureBoxArrowClickDarkMode.Cursor = System.Windows.Forms.Cursors.Hand; - this.pictureBoxArrowClickDarkMode.Location = new System.Drawing.Point(0, 0); - this.pictureBoxArrowClickDarkMode.Margin = new System.Windows.Forms.Padding(0); - this.pictureBoxArrowClickDarkMode.Name = "pictureBoxArrowClickDarkMode"; - this.pictureBoxArrowClickDarkMode.Size = new System.Drawing.Size(23, 23); - this.pictureBoxArrowClickDarkMode.TabIndex = 1; - this.pictureBoxArrowClickDarkMode.TabStop = false; - this.pictureBoxArrowClickDarkMode.Click += new System.EventHandler(this.PictureBoxClick); - // - // textBoxColorArrowClickDarkMode - // - this.textBoxColorArrowClickDarkMode.Location = new System.Drawing.Point(23, 0); - this.textBoxColorArrowClickDarkMode.Margin = new System.Windows.Forms.Padding(0); - this.textBoxColorArrowClickDarkMode.MaxLength = 12; - this.textBoxColorArrowClickDarkMode.Name = "textBoxColorArrowClickDarkMode"; - this.textBoxColorArrowClickDarkMode.Size = new System.Drawing.Size(69, 23); - this.textBoxColorArrowClickDarkMode.TabIndex = 2; - this.textBoxColorArrowClickDarkMode.Text = "#ffffff"; - this.textBoxColorArrowClickDarkMode.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); - // - // labelColorDarkModeArrowClick - // - this.labelColorDarkModeArrowClick.Anchor = System.Windows.Forms.AnchorStyles.Left; - this.labelColorDarkModeArrowClick.AutoSize = true; - this.labelColorDarkModeArrowClick.Location = new System.Drawing.Point(95, 4); - this.labelColorDarkModeArrowClick.Name = "labelColorDarkModeArrowClick"; - this.labelColorDarkModeArrowClick.Size = new System.Drawing.Size(174, 15); - this.labelColorDarkModeArrowClick.TabIndex = 0; - this.labelColorDarkModeArrowClick.Text = "labelColorDarkModeArrowClick"; - // - // tableLayoutPanel35 - // - this.tableLayoutPanel35.AutoSize = true; - this.tableLayoutPanel35.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; - this.tableLayoutPanel35.ColumnCount = 3; - this.tableLayoutPanel35.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel35.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel35.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel35.Controls.Add(this.pictureBoxArrowDarkMode, 0, 0); - this.tableLayoutPanel35.Controls.Add(this.textBoxColorArrowDarkMode, 1, 0); - this.tableLayoutPanel35.Controls.Add(this.labelColorDarkModeArrow, 2, 0); - this.tableLayoutPanel35.Location = new System.Drawing.Point(3, 435); - this.tableLayoutPanel35.Name = "tableLayoutPanel35"; - this.tableLayoutPanel35.RowCount = 1; - this.tableLayoutPanel35.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.tableLayoutPanel35.Size = new System.Drawing.Size(246, 23); - this.tableLayoutPanel35.TabIndex = 2; - // - // pictureBoxArrowDarkMode - // - this.pictureBoxArrowDarkMode.BackColor = System.Drawing.Color.White; - this.pictureBoxArrowDarkMode.Cursor = System.Windows.Forms.Cursors.Hand; - this.pictureBoxArrowDarkMode.Location = new System.Drawing.Point(0, 0); - this.pictureBoxArrowDarkMode.Margin = new System.Windows.Forms.Padding(0); - this.pictureBoxArrowDarkMode.Name = "pictureBoxArrowDarkMode"; - this.pictureBoxArrowDarkMode.Size = new System.Drawing.Size(23, 23); - this.pictureBoxArrowDarkMode.TabIndex = 1; - this.pictureBoxArrowDarkMode.TabStop = false; - this.pictureBoxArrowDarkMode.Click += new System.EventHandler(this.PictureBoxClick); - // - // textBoxColorArrowDarkMode - // - this.textBoxColorArrowDarkMode.Location = new System.Drawing.Point(23, 0); - this.textBoxColorArrowDarkMode.Margin = new System.Windows.Forms.Padding(0); - this.textBoxColorArrowDarkMode.MaxLength = 12; - this.textBoxColorArrowDarkMode.Name = "textBoxColorArrowDarkMode"; - this.textBoxColorArrowDarkMode.Size = new System.Drawing.Size(69, 23); - this.textBoxColorArrowDarkMode.TabIndex = 2; - this.textBoxColorArrowDarkMode.Text = "#ffffff"; - this.textBoxColorArrowDarkMode.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); - // - // labelColorDarkModeArrow - // - this.labelColorDarkModeArrow.Anchor = System.Windows.Forms.AnchorStyles.Left; - this.labelColorDarkModeArrow.AutoSize = true; - this.labelColorDarkModeArrow.Location = new System.Drawing.Point(95, 4); - this.labelColorDarkModeArrow.Name = "labelColorDarkModeArrow"; - this.labelColorDarkModeArrow.Size = new System.Drawing.Size(148, 15); - this.labelColorDarkModeArrow.TabIndex = 0; - this.labelColorDarkModeArrow.Text = "labelColorDarkModeArrow"; - // - // tableLayoutPanel34 - // - this.tableLayoutPanel34.AutoSize = true; - this.tableLayoutPanel34.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; - this.tableLayoutPanel34.ColumnCount = 3; - this.tableLayoutPanel34.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel34.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel34.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel34.Controls.Add(this.pictureBoxSliderArrowsAndTrackHoverDarkMode, 0, 0); - this.tableLayoutPanel34.Controls.Add(this.textBoxColorSliderArrowsAndTrackHoverDarkMode, 1, 0); - this.tableLayoutPanel34.Controls.Add(this.labelColorDarkModeSliderArrowsAndTrackHover, 2, 0); - this.tableLayoutPanel34.Location = new System.Drawing.Point(3, 406); - this.tableLayoutPanel34.Name = "tableLayoutPanel34"; - this.tableLayoutPanel34.RowCount = 1; - this.tableLayoutPanel34.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.tableLayoutPanel34.Size = new System.Drawing.Size(361, 23); - this.tableLayoutPanel34.TabIndex = 2; - // - // pictureBoxSliderArrowsAndTrackHoverDarkMode - // - this.pictureBoxSliderArrowsAndTrackHoverDarkMode.BackColor = System.Drawing.Color.White; - this.pictureBoxSliderArrowsAndTrackHoverDarkMode.Cursor = System.Windows.Forms.Cursors.Hand; - this.pictureBoxSliderArrowsAndTrackHoverDarkMode.Location = new System.Drawing.Point(0, 0); - this.pictureBoxSliderArrowsAndTrackHoverDarkMode.Margin = new System.Windows.Forms.Padding(0); - this.pictureBoxSliderArrowsAndTrackHoverDarkMode.Name = "pictureBoxSliderArrowsAndTrackHoverDarkMode"; - this.pictureBoxSliderArrowsAndTrackHoverDarkMode.Size = new System.Drawing.Size(23, 23); - this.pictureBoxSliderArrowsAndTrackHoverDarkMode.TabIndex = 1; - this.pictureBoxSliderArrowsAndTrackHoverDarkMode.TabStop = false; - this.pictureBoxSliderArrowsAndTrackHoverDarkMode.Click += new System.EventHandler(this.PictureBoxClick); - // - // textBoxColorSliderArrowsAndTrackHoverDarkMode - // - this.textBoxColorSliderArrowsAndTrackHoverDarkMode.Location = new System.Drawing.Point(23, 0); - this.textBoxColorSliderArrowsAndTrackHoverDarkMode.Margin = new System.Windows.Forms.Padding(0); - this.textBoxColorSliderArrowsAndTrackHoverDarkMode.MaxLength = 12; - this.textBoxColorSliderArrowsAndTrackHoverDarkMode.Name = "textBoxColorSliderArrowsAndTrackHoverDarkMode"; - this.textBoxColorSliderArrowsAndTrackHoverDarkMode.Size = new System.Drawing.Size(69, 23); - this.textBoxColorSliderArrowsAndTrackHoverDarkMode.TabIndex = 2; - this.textBoxColorSliderArrowsAndTrackHoverDarkMode.Text = "#ffffff"; - this.textBoxColorSliderArrowsAndTrackHoverDarkMode.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); - // - // labelColorDarkModeSliderArrowsAndTrackHover - // - this.labelColorDarkModeSliderArrowsAndTrackHover.Anchor = System.Windows.Forms.AnchorStyles.Left; - this.labelColorDarkModeSliderArrowsAndTrackHover.AutoSize = true; - this.labelColorDarkModeSliderArrowsAndTrackHover.Location = new System.Drawing.Point(95, 4); - this.labelColorDarkModeSliderArrowsAndTrackHover.Name = "labelColorDarkModeSliderArrowsAndTrackHover"; - this.labelColorDarkModeSliderArrowsAndTrackHover.Size = new System.Drawing.Size(263, 15); - this.labelColorDarkModeSliderArrowsAndTrackHover.TabIndex = 0; - this.labelColorDarkModeSliderArrowsAndTrackHover.Text = "labelColorDarkModeSliderArrowsAndTrackHover"; - // - // tableLayoutPanel33 - // - this.tableLayoutPanel33.AutoSize = true; - this.tableLayoutPanel33.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; - this.tableLayoutPanel33.ColumnCount = 3; - this.tableLayoutPanel33.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel33.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel33.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel33.Controls.Add(this.pictureBoxSliderHoverDarkMode, 0, 0); - this.tableLayoutPanel33.Controls.Add(this.textBoxColorSliderHoverDarkMode, 1, 0); - this.tableLayoutPanel33.Controls.Add(this.labelColorDarkModeSliderHover, 2, 0); - this.tableLayoutPanel33.Location = new System.Drawing.Point(3, 377); - this.tableLayoutPanel33.Name = "tableLayoutPanel33"; - this.tableLayoutPanel33.RowCount = 1; - this.tableLayoutPanel33.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.tableLayoutPanel33.Size = new System.Drawing.Size(275, 23); - this.tableLayoutPanel33.TabIndex = 2; - // - // pictureBoxSliderHoverDarkMode - // - this.pictureBoxSliderHoverDarkMode.BackColor = System.Drawing.Color.White; - this.pictureBoxSliderHoverDarkMode.Cursor = System.Windows.Forms.Cursors.Hand; - this.pictureBoxSliderHoverDarkMode.Location = new System.Drawing.Point(0, 0); - this.pictureBoxSliderHoverDarkMode.Margin = new System.Windows.Forms.Padding(0); - this.pictureBoxSliderHoverDarkMode.Name = "pictureBoxSliderHoverDarkMode"; - this.pictureBoxSliderHoverDarkMode.Size = new System.Drawing.Size(23, 23); - this.pictureBoxSliderHoverDarkMode.TabIndex = 1; - this.pictureBoxSliderHoverDarkMode.TabStop = false; - this.pictureBoxSliderHoverDarkMode.Click += new System.EventHandler(this.PictureBoxClick); - // - // textBoxColorSliderHoverDarkMode - // - this.textBoxColorSliderHoverDarkMode.Location = new System.Drawing.Point(23, 0); - this.textBoxColorSliderHoverDarkMode.Margin = new System.Windows.Forms.Padding(0); - this.textBoxColorSliderHoverDarkMode.MaxLength = 12; - this.textBoxColorSliderHoverDarkMode.Name = "textBoxColorSliderHoverDarkMode"; - this.textBoxColorSliderHoverDarkMode.Size = new System.Drawing.Size(69, 23); - this.textBoxColorSliderHoverDarkMode.TabIndex = 2; - this.textBoxColorSliderHoverDarkMode.Text = "#ffffff"; - this.textBoxColorSliderHoverDarkMode.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); - // - // labelColorDarkModeSliderHover - // - this.labelColorDarkModeSliderHover.Anchor = System.Windows.Forms.AnchorStyles.Left; - this.labelColorDarkModeSliderHover.AutoSize = true; - this.labelColorDarkModeSliderHover.Location = new System.Drawing.Point(95, 4); - this.labelColorDarkModeSliderHover.Name = "labelColorDarkModeSliderHover"; - this.labelColorDarkModeSliderHover.Size = new System.Drawing.Size(177, 15); - this.labelColorDarkModeSliderHover.TabIndex = 0; - this.labelColorDarkModeSliderHover.Text = "labelColorDarkModeSliderHover"; - // - // tableLayoutPanel32 - // - this.tableLayoutPanel32.AutoSize = true; - this.tableLayoutPanel32.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; - this.tableLayoutPanel32.ColumnCount = 3; - this.tableLayoutPanel32.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel32.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel32.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel32.Controls.Add(this.pictureBoxSliderDraggingDarkMode, 0, 0); - this.tableLayoutPanel32.Controls.Add(this.textBoxColorSliderDraggingDarkMode, 1, 0); - this.tableLayoutPanel32.Controls.Add(this.labelColorDarkModeSliderDragging, 2, 0); - this.tableLayoutPanel32.Location = new System.Drawing.Point(3, 348); - this.tableLayoutPanel32.Name = "tableLayoutPanel32"; - this.tableLayoutPanel32.RowCount = 1; - this.tableLayoutPanel32.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.tableLayoutPanel32.Size = new System.Drawing.Size(292, 23); - this.tableLayoutPanel32.TabIndex = 2; - // - // pictureBoxSliderDraggingDarkMode - // - this.pictureBoxSliderDraggingDarkMode.BackColor = System.Drawing.Color.White; - this.pictureBoxSliderDraggingDarkMode.Cursor = System.Windows.Forms.Cursors.Hand; - this.pictureBoxSliderDraggingDarkMode.Location = new System.Drawing.Point(0, 0); - this.pictureBoxSliderDraggingDarkMode.Margin = new System.Windows.Forms.Padding(0); - this.pictureBoxSliderDraggingDarkMode.Name = "pictureBoxSliderDraggingDarkMode"; - this.pictureBoxSliderDraggingDarkMode.Size = new System.Drawing.Size(23, 23); - this.pictureBoxSliderDraggingDarkMode.TabIndex = 1; - this.pictureBoxSliderDraggingDarkMode.TabStop = false; - this.pictureBoxSliderDraggingDarkMode.Click += new System.EventHandler(this.PictureBoxClick); - // - // textBoxColorSliderDraggingDarkMode - // - this.textBoxColorSliderDraggingDarkMode.Location = new System.Drawing.Point(23, 0); - this.textBoxColorSliderDraggingDarkMode.Margin = new System.Windows.Forms.Padding(0); - this.textBoxColorSliderDraggingDarkMode.MaxLength = 12; - this.textBoxColorSliderDraggingDarkMode.Name = "textBoxColorSliderDraggingDarkMode"; - this.textBoxColorSliderDraggingDarkMode.Size = new System.Drawing.Size(69, 23); - this.textBoxColorSliderDraggingDarkMode.TabIndex = 2; - this.textBoxColorSliderDraggingDarkMode.Text = "#ffffff"; - this.textBoxColorSliderDraggingDarkMode.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); - // - // labelColorDarkModeSliderDragging - // - this.labelColorDarkModeSliderDragging.Anchor = System.Windows.Forms.AnchorStyles.Left; - this.labelColorDarkModeSliderDragging.AutoSize = true; - this.labelColorDarkModeSliderDragging.Location = new System.Drawing.Point(95, 4); - this.labelColorDarkModeSliderDragging.Name = "labelColorDarkModeSliderDragging"; - this.labelColorDarkModeSliderDragging.Size = new System.Drawing.Size(194, 15); - this.labelColorDarkModeSliderDragging.TabIndex = 0; - this.labelColorDarkModeSliderDragging.Text = "labelColorDarkModeSliderDragging"; - // - // tableLayoutPanel31 - // - this.tableLayoutPanel31.AutoSize = true; - this.tableLayoutPanel31.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; - this.tableLayoutPanel31.ColumnCount = 3; - this.tableLayoutPanel31.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel31.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel31.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel31.Controls.Add(this.pictureBoxSliderDarkMode, 0, 0); - this.tableLayoutPanel31.Controls.Add(this.textBoxColorSliderDarkMode, 1, 0); - this.tableLayoutPanel31.Controls.Add(this.labelColorDarkModeSlider, 2, 0); - this.tableLayoutPanel31.Location = new System.Drawing.Point(3, 319); - this.tableLayoutPanel31.Name = "tableLayoutPanel31"; - this.tableLayoutPanel31.RowCount = 1; - this.tableLayoutPanel31.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.tableLayoutPanel31.Size = new System.Drawing.Size(243, 23); - this.tableLayoutPanel31.TabIndex = 2; - // - // pictureBoxSliderDarkMode - // - this.pictureBoxSliderDarkMode.BackColor = System.Drawing.Color.White; - this.pictureBoxSliderDarkMode.Cursor = System.Windows.Forms.Cursors.Hand; - this.pictureBoxSliderDarkMode.Location = new System.Drawing.Point(0, 0); - this.pictureBoxSliderDarkMode.Margin = new System.Windows.Forms.Padding(0); - this.pictureBoxSliderDarkMode.Name = "pictureBoxSliderDarkMode"; - this.pictureBoxSliderDarkMode.Size = new System.Drawing.Size(23, 23); - this.pictureBoxSliderDarkMode.TabIndex = 1; - this.pictureBoxSliderDarkMode.TabStop = false; - this.pictureBoxSliderDarkMode.Click += new System.EventHandler(this.PictureBoxClick); - // - // textBoxColorSliderDarkMode - // - this.textBoxColorSliderDarkMode.Location = new System.Drawing.Point(23, 0); - this.textBoxColorSliderDarkMode.Margin = new System.Windows.Forms.Padding(0); - this.textBoxColorSliderDarkMode.MaxLength = 12; - this.textBoxColorSliderDarkMode.Name = "textBoxColorSliderDarkMode"; - this.textBoxColorSliderDarkMode.Size = new System.Drawing.Size(69, 23); - this.textBoxColorSliderDarkMode.TabIndex = 2; - this.textBoxColorSliderDarkMode.Text = "#ffffff"; - this.textBoxColorSliderDarkMode.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); - // - // labelColorDarkModeSlider - // - this.labelColorDarkModeSlider.Anchor = System.Windows.Forms.AnchorStyles.Left; - this.labelColorDarkModeSlider.AutoSize = true; - this.labelColorDarkModeSlider.Location = new System.Drawing.Point(95, 4); - this.labelColorDarkModeSlider.Name = "labelColorDarkModeSlider"; - this.labelColorDarkModeSlider.Size = new System.Drawing.Size(145, 15); - this.labelColorDarkModeSlider.TabIndex = 0; - this.labelColorDarkModeSlider.Text = "labelColorDarkModeSlider"; - // - // tableLayoutPanel12 - // - this.tableLayoutPanel12.AutoSize = true; - this.tableLayoutPanel12.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; - this.tableLayoutPanel12.ColumnCount = 3; - this.tableLayoutPanel12.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel12.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel12.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel12.Controls.Add(this.pictureBoxScrollbarBackgroundDarkMode, 0, 0); - this.tableLayoutPanel12.Controls.Add(this.textBoxColorScrollbarBackgroundDarkMode, 1, 0); - this.tableLayoutPanel12.Controls.Add(this.labelColorDarkModeScrollbarBackground, 2, 0); - this.tableLayoutPanel12.Location = new System.Drawing.Point(3, 290); - this.tableLayoutPanel12.Name = "tableLayoutPanel12"; - this.tableLayoutPanel12.RowCount = 1; - this.tableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.tableLayoutPanel12.Size = new System.Drawing.Size(324, 23); - this.tableLayoutPanel12.TabIndex = 2; - // - // pictureBoxScrollbarBackgroundDarkMode - // - this.pictureBoxScrollbarBackgroundDarkMode.BackColor = System.Drawing.Color.White; - this.pictureBoxScrollbarBackgroundDarkMode.Cursor = System.Windows.Forms.Cursors.Hand; - this.pictureBoxScrollbarBackgroundDarkMode.Location = new System.Drawing.Point(0, 0); - this.pictureBoxScrollbarBackgroundDarkMode.Margin = new System.Windows.Forms.Padding(0); - this.pictureBoxScrollbarBackgroundDarkMode.Name = "pictureBoxScrollbarBackgroundDarkMode"; - this.pictureBoxScrollbarBackgroundDarkMode.Size = new System.Drawing.Size(23, 23); - this.pictureBoxScrollbarBackgroundDarkMode.TabIndex = 1; - this.pictureBoxScrollbarBackgroundDarkMode.TabStop = false; - this.pictureBoxScrollbarBackgroundDarkMode.Click += new System.EventHandler(this.PictureBoxClick); - // - // textBoxColorScrollbarBackgroundDarkMode - // - this.textBoxColorScrollbarBackgroundDarkMode.Location = new System.Drawing.Point(23, 0); - this.textBoxColorScrollbarBackgroundDarkMode.Margin = new System.Windows.Forms.Padding(0); - this.textBoxColorScrollbarBackgroundDarkMode.MaxLength = 12; - this.textBoxColorScrollbarBackgroundDarkMode.Name = "textBoxColorScrollbarBackgroundDarkMode"; - this.textBoxColorScrollbarBackgroundDarkMode.Size = new System.Drawing.Size(69, 23); - this.textBoxColorScrollbarBackgroundDarkMode.TabIndex = 2; - this.textBoxColorScrollbarBackgroundDarkMode.Text = "#ffffff"; - this.textBoxColorScrollbarBackgroundDarkMode.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); - // - // labelColorDarkModeScrollbarBackground - // - this.labelColorDarkModeScrollbarBackground.Anchor = System.Windows.Forms.AnchorStyles.Left; - this.labelColorDarkModeScrollbarBackground.AutoSize = true; - this.labelColorDarkModeScrollbarBackground.Location = new System.Drawing.Point(95, 4); - this.labelColorDarkModeScrollbarBackground.Name = "labelColorDarkModeScrollbarBackground"; - this.labelColorDarkModeScrollbarBackground.Size = new System.Drawing.Size(226, 15); - this.labelColorDarkModeScrollbarBackground.TabIndex = 0; - this.labelColorDarkModeScrollbarBackground.Text = "labelColorDarkModeScrollbarBackground"; - // - // tableLayoutPanel10 - // - this.tableLayoutPanel10.AutoSize = true; - this.tableLayoutPanel10.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; - this.tableLayoutPanel10.ColumnCount = 3; - this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel10.Controls.Add(this.pictureBoxSelectedItemBorderDarkMode, 0, 0); - this.tableLayoutPanel10.Controls.Add(this.labelSelectedItemBorderDarkMode, 2, 0); - this.tableLayoutPanel10.Controls.Add(this.textBoxColorSelectedItemBorderDarkMode, 1, 0); - this.tableLayoutPanel10.Location = new System.Drawing.Point(3, 217); - this.tableLayoutPanel10.Name = "tableLayoutPanel10"; - this.tableLayoutPanel10.RowCount = 1; - this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.tableLayoutPanel10.Size = new System.Drawing.Size(288, 23); - this.tableLayoutPanel10.TabIndex = 2; - // - // pictureBoxSelectedItemBorderDarkMode - // - this.pictureBoxSelectedItemBorderDarkMode.BackColor = System.Drawing.Color.White; - this.pictureBoxSelectedItemBorderDarkMode.Cursor = System.Windows.Forms.Cursors.Hand; - this.pictureBoxSelectedItemBorderDarkMode.Location = new System.Drawing.Point(0, 0); - this.pictureBoxSelectedItemBorderDarkMode.Margin = new System.Windows.Forms.Padding(0); - this.pictureBoxSelectedItemBorderDarkMode.Name = "pictureBoxSelectedItemBorderDarkMode"; - this.pictureBoxSelectedItemBorderDarkMode.Size = new System.Drawing.Size(23, 23); - this.pictureBoxSelectedItemBorderDarkMode.TabIndex = 1; - this.pictureBoxSelectedItemBorderDarkMode.TabStop = false; - this.pictureBoxSelectedItemBorderDarkMode.Click += new System.EventHandler(this.PictureBoxClick); - // - // labelSelectedItemBorderDarkMode - // - this.labelSelectedItemBorderDarkMode.Anchor = System.Windows.Forms.AnchorStyles.Left; - this.labelSelectedItemBorderDarkMode.AutoSize = true; - this.labelSelectedItemBorderDarkMode.Location = new System.Drawing.Point(95, 4); - this.labelSelectedItemBorderDarkMode.Name = "labelSelectedItemBorderDarkMode"; - this.labelSelectedItemBorderDarkMode.Size = new System.Drawing.Size(190, 15); - this.labelSelectedItemBorderDarkMode.TabIndex = 0; - this.labelSelectedItemBorderDarkMode.Text = "labelSelectedItemBorderDarkMode"; - // - // textBoxColorSelectedItemBorderDarkMode - // - this.textBoxColorSelectedItemBorderDarkMode.Location = new System.Drawing.Point(23, 0); - this.textBoxColorSelectedItemBorderDarkMode.Margin = new System.Windows.Forms.Padding(0); - this.textBoxColorSelectedItemBorderDarkMode.MaxLength = 12; - this.textBoxColorSelectedItemBorderDarkMode.Name = "textBoxColorSelectedItemBorderDarkMode"; - this.textBoxColorSelectedItemBorderDarkMode.Size = new System.Drawing.Size(69, 23); - this.textBoxColorSelectedItemBorderDarkMode.TabIndex = 2; - this.textBoxColorSelectedItemBorderDarkMode.Text = "#ffffff"; - this.textBoxColorSelectedItemBorderDarkMode.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); - // - // tableLayoutPanel9 - // - this.tableLayoutPanel9.AutoSize = true; - this.tableLayoutPanel9.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; - this.tableLayoutPanel9.ColumnCount = 3; - this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel9.Controls.Add(this.pictureColorBoxSelectedItemDarkMode, 0, 0); - this.tableLayoutPanel9.Controls.Add(this.labelSelectedItemDarkMode, 2, 0); - this.tableLayoutPanel9.Controls.Add(this.textBoxColorSelecetedItemDarkMode, 1, 0); - this.tableLayoutPanel9.Location = new System.Drawing.Point(3, 188); - this.tableLayoutPanel9.Name = "tableLayoutPanel9"; - this.tableLayoutPanel9.RowCount = 1; - this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.tableLayoutPanel9.Size = new System.Drawing.Size(253, 23); - this.tableLayoutPanel9.TabIndex = 2; - // - // pictureColorBoxSelectedItemDarkMode - // - this.pictureColorBoxSelectedItemDarkMode.BackColor = System.Drawing.Color.White; - this.pictureColorBoxSelectedItemDarkMode.Cursor = System.Windows.Forms.Cursors.Hand; - this.pictureColorBoxSelectedItemDarkMode.Location = new System.Drawing.Point(0, 0); - this.pictureColorBoxSelectedItemDarkMode.Margin = new System.Windows.Forms.Padding(0); - this.pictureColorBoxSelectedItemDarkMode.Name = "pictureColorBoxSelectedItemDarkMode"; - this.pictureColorBoxSelectedItemDarkMode.Size = new System.Drawing.Size(23, 23); - this.pictureColorBoxSelectedItemDarkMode.TabIndex = 1; - this.pictureColorBoxSelectedItemDarkMode.TabStop = false; - this.pictureColorBoxSelectedItemDarkMode.Click += new System.EventHandler(this.PictureBoxClick); - // - // labelSelectedItemDarkMode - // - this.labelSelectedItemDarkMode.Anchor = System.Windows.Forms.AnchorStyles.Left; - this.labelSelectedItemDarkMode.AutoSize = true; - this.labelSelectedItemDarkMode.Location = new System.Drawing.Point(95, 4); - this.labelSelectedItemDarkMode.Name = "labelSelectedItemDarkMode"; - this.labelSelectedItemDarkMode.Size = new System.Drawing.Size(155, 15); - this.labelSelectedItemDarkMode.TabIndex = 0; - this.labelSelectedItemDarkMode.Text = "labelSelectedItemDarkMode"; - // - // textBoxColorSelecetedItemDarkMode - // - this.textBoxColorSelecetedItemDarkMode.Location = new System.Drawing.Point(23, 0); - this.textBoxColorSelecetedItemDarkMode.Margin = new System.Windows.Forms.Padding(0); - this.textBoxColorSelecetedItemDarkMode.MaxLength = 12; - this.textBoxColorSelecetedItemDarkMode.Name = "textBoxColorSelecetedItemDarkMode"; - this.textBoxColorSelecetedItemDarkMode.Size = new System.Drawing.Size(69, 23); - this.textBoxColorSelecetedItemDarkMode.TabIndex = 2; - this.textBoxColorSelecetedItemDarkMode.Text = "#ffffff"; - this.textBoxColorSelecetedItemDarkMode.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); - // - // tableLayoutPanel8 - // - this.tableLayoutPanel8.AutoSize = true; - this.tableLayoutPanel8.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; - this.tableLayoutPanel8.ColumnCount = 3; - this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel8.Controls.Add(this.pictureBoxOpenFolderBorderDarkMode, 0, 0); - this.tableLayoutPanel8.Controls.Add(this.labelOpenFolderBorderDarkMode, 2, 0); - this.tableLayoutPanel8.Controls.Add(this.textBoxColorOpenFolderBorderDarkMode, 1, 0); - this.tableLayoutPanel8.Location = new System.Drawing.Point(3, 159); - this.tableLayoutPanel8.Name = "tableLayoutPanel8"; - this.tableLayoutPanel8.RowCount = 1; - this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.tableLayoutPanel8.Size = new System.Drawing.Size(282, 23); - this.tableLayoutPanel8.TabIndex = 2; - // - // pictureBoxOpenFolderBorderDarkMode - // - this.pictureBoxOpenFolderBorderDarkMode.BackColor = System.Drawing.Color.White; - this.pictureBoxOpenFolderBorderDarkMode.Cursor = System.Windows.Forms.Cursors.Hand; - this.pictureBoxOpenFolderBorderDarkMode.Location = new System.Drawing.Point(0, 0); - this.pictureBoxOpenFolderBorderDarkMode.Margin = new System.Windows.Forms.Padding(0); - this.pictureBoxOpenFolderBorderDarkMode.Name = "pictureBoxOpenFolderBorderDarkMode"; - this.pictureBoxOpenFolderBorderDarkMode.Size = new System.Drawing.Size(23, 23); - this.pictureBoxOpenFolderBorderDarkMode.TabIndex = 1; - this.pictureBoxOpenFolderBorderDarkMode.TabStop = false; - this.pictureBoxOpenFolderBorderDarkMode.Click += new System.EventHandler(this.PictureBoxClick); - // - // labelOpenFolderBorderDarkMode - // - this.labelOpenFolderBorderDarkMode.Anchor = System.Windows.Forms.AnchorStyles.Left; - this.labelOpenFolderBorderDarkMode.AutoSize = true; - this.labelOpenFolderBorderDarkMode.Location = new System.Drawing.Point(95, 4); - this.labelOpenFolderBorderDarkMode.Name = "labelOpenFolderBorderDarkMode"; - this.labelOpenFolderBorderDarkMode.Size = new System.Drawing.Size(184, 15); - this.labelOpenFolderBorderDarkMode.TabIndex = 0; - this.labelOpenFolderBorderDarkMode.Text = "labelOpenFolderBorderDarkMode"; - // - // textBoxColorOpenFolderBorderDarkMode - // - this.textBoxColorOpenFolderBorderDarkMode.Location = new System.Drawing.Point(23, 0); - this.textBoxColorOpenFolderBorderDarkMode.Margin = new System.Windows.Forms.Padding(0); - this.textBoxColorOpenFolderBorderDarkMode.Name = "textBoxColorOpenFolderBorderDarkMode"; - this.textBoxColorOpenFolderBorderDarkMode.Size = new System.Drawing.Size(69, 23); - this.textBoxColorOpenFolderBorderDarkMode.TabIndex = 2; - this.textBoxColorOpenFolderBorderDarkMode.Text = "#ffffff"; - this.textBoxColorOpenFolderBorderDarkMode.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); - // - // labelScrollbarDarkMode - // - this.labelScrollbarDarkMode.AutoSize = true; - this.labelScrollbarDarkMode.Location = new System.Drawing.Point(3, 272); - this.labelScrollbarDarkMode.Name = "labelScrollbarDarkMode"; - this.labelScrollbarDarkMode.Size = new System.Drawing.Size(133, 15); - this.labelScrollbarDarkMode.TabIndex = 3; - this.labelScrollbarDarkMode.Text = "labelScrollbarDarkMode"; - // - // tableLayoutPanel7 - // - this.tableLayoutPanel7.AutoSize = true; - this.tableLayoutPanel7.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; - this.tableLayoutPanel7.ColumnCount = 3; - this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel7.Controls.Add(this.pictureBoxOpenFolderDarkMode, 0, 0); - this.tableLayoutPanel7.Controls.Add(this.labelOpenFolderDarkMode, 2, 0); - this.tableLayoutPanel7.Controls.Add(this.textBoxColorOpenFolderDarkMode, 1, 0); - this.tableLayoutPanel7.Location = new System.Drawing.Point(3, 130); - this.tableLayoutPanel7.Name = "tableLayoutPanel7"; - this.tableLayoutPanel7.RowCount = 1; - this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.tableLayoutPanel7.Size = new System.Drawing.Size(247, 23); - this.tableLayoutPanel7.TabIndex = 2; - // - // pictureBoxOpenFolderDarkMode - // - this.pictureBoxOpenFolderDarkMode.BackColor = System.Drawing.Color.White; - this.pictureBoxOpenFolderDarkMode.Cursor = System.Windows.Forms.Cursors.Hand; - this.pictureBoxOpenFolderDarkMode.Location = new System.Drawing.Point(0, 0); - this.pictureBoxOpenFolderDarkMode.Margin = new System.Windows.Forms.Padding(0); - this.pictureBoxOpenFolderDarkMode.Name = "pictureBoxOpenFolderDarkMode"; - this.pictureBoxOpenFolderDarkMode.Size = new System.Drawing.Size(23, 23); - this.pictureBoxOpenFolderDarkMode.TabIndex = 1; - this.pictureBoxOpenFolderDarkMode.TabStop = false; - this.pictureBoxOpenFolderDarkMode.Click += new System.EventHandler(this.PictureBoxClick); - // - // labelOpenFolderDarkMode - // - this.labelOpenFolderDarkMode.Anchor = System.Windows.Forms.AnchorStyles.Left; - this.labelOpenFolderDarkMode.AutoSize = true; - this.labelOpenFolderDarkMode.Location = new System.Drawing.Point(95, 4); - this.labelOpenFolderDarkMode.Name = "labelOpenFolderDarkMode"; - this.labelOpenFolderDarkMode.Size = new System.Drawing.Size(149, 15); - this.labelOpenFolderDarkMode.TabIndex = 0; - this.labelOpenFolderDarkMode.Text = "labelOpenFolderDarkMode"; - // - // textBoxColorOpenFolderDarkMode - // - this.textBoxColorOpenFolderDarkMode.Location = new System.Drawing.Point(23, 0); - this.textBoxColorOpenFolderDarkMode.Margin = new System.Windows.Forms.Padding(0); - this.textBoxColorOpenFolderDarkMode.MaxLength = 12; - this.textBoxColorOpenFolderDarkMode.Name = "textBoxColorOpenFolderDarkMode"; - this.textBoxColorOpenFolderDarkMode.Size = new System.Drawing.Size(69, 23); - this.textBoxColorOpenFolderDarkMode.TabIndex = 2; - this.textBoxColorOpenFolderDarkMode.Text = "#ffffff"; - this.textBoxColorOpenFolderDarkMode.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); - // - // labelMenuDarkMode - // - this.labelMenuDarkMode.AutoSize = true; - this.labelMenuDarkMode.Location = new System.Drawing.Point(3, 25); - this.labelMenuDarkMode.Name = "labelMenuDarkMode"; - this.labelMenuDarkMode.Size = new System.Drawing.Size(118, 15); - this.labelMenuDarkMode.TabIndex = 3; - this.labelMenuDarkMode.Text = "labelMenuDarkMode"; - // - // tableLayoutPanel6 - // - this.tableLayoutPanel6.AutoSize = true; - this.tableLayoutPanel6.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; - this.tableLayoutPanel6.ColumnCount = 3; - this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel6.Controls.Add(this.pictureBoxSearchFieldDarkMode, 0, 0); - this.tableLayoutPanel6.Controls.Add(this.labelSearchFieldDarkMode, 2, 0); - this.tableLayoutPanel6.Controls.Add(this.textBoxColorSearchFieldDarkMode, 1, 0); - this.tableLayoutPanel6.Location = new System.Drawing.Point(3, 101); - this.tableLayoutPanel6.Name = "tableLayoutPanel6"; - this.tableLayoutPanel6.RowCount = 1; - this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.tableLayoutPanel6.Size = new System.Drawing.Size(245, 23); - this.tableLayoutPanel6.TabIndex = 2; - // - // pictureBoxSearchFieldDarkMode - // - this.pictureBoxSearchFieldDarkMode.BackColor = System.Drawing.Color.White; - this.pictureBoxSearchFieldDarkMode.Cursor = System.Windows.Forms.Cursors.Hand; - this.pictureBoxSearchFieldDarkMode.Location = new System.Drawing.Point(0, 0); - this.pictureBoxSearchFieldDarkMode.Margin = new System.Windows.Forms.Padding(0); - this.pictureBoxSearchFieldDarkMode.Name = "pictureBoxSearchFieldDarkMode"; - this.pictureBoxSearchFieldDarkMode.Size = new System.Drawing.Size(23, 23); - this.pictureBoxSearchFieldDarkMode.TabIndex = 1; - this.pictureBoxSearchFieldDarkMode.TabStop = false; - this.pictureBoxSearchFieldDarkMode.Click += new System.EventHandler(this.PictureBoxClick); - // - // labelSearchFieldDarkMode - // - this.labelSearchFieldDarkMode.Anchor = System.Windows.Forms.AnchorStyles.Left; - this.labelSearchFieldDarkMode.AutoSize = true; - this.labelSearchFieldDarkMode.Location = new System.Drawing.Point(95, 4); - this.labelSearchFieldDarkMode.Name = "labelSearchFieldDarkMode"; - this.labelSearchFieldDarkMode.Size = new System.Drawing.Size(147, 15); - this.labelSearchFieldDarkMode.TabIndex = 0; - this.labelSearchFieldDarkMode.Text = "labelSearchFieldDarkMode"; - // - // textBoxColorSearchFieldDarkMode - // - this.textBoxColorSearchFieldDarkMode.Location = new System.Drawing.Point(23, 0); - this.textBoxColorSearchFieldDarkMode.Margin = new System.Windows.Forms.Padding(0); - this.textBoxColorSearchFieldDarkMode.MaxLength = 12; - this.textBoxColorSearchFieldDarkMode.Name = "textBoxColorSearchFieldDarkMode"; - this.textBoxColorSearchFieldDarkMode.Size = new System.Drawing.Size(69, 23); - this.textBoxColorSearchFieldDarkMode.TabIndex = 2; - this.textBoxColorSearchFieldDarkMode.Text = "#ffffff"; - this.textBoxColorSearchFieldDarkMode.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); - // - // tableLayoutPanel4 - // - this.tableLayoutPanel4.AutoSize = true; - this.tableLayoutPanel4.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; - this.tableLayoutPanel4.ColumnCount = 3; - this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel4.Controls.Add(this.pictureBoxBackgroundDarkMode, 0, 0); - this.tableLayoutPanel4.Controls.Add(this.labelBackgroundDarkMode, 2, 0); - this.tableLayoutPanel4.Controls.Add(this.textBoxColorBackgroundDarkMode, 1, 0); - this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 72); - this.tableLayoutPanel4.Name = "tableLayoutPanel4"; - this.tableLayoutPanel4.RowCount = 1; - this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.tableLayoutPanel4.Size = new System.Drawing.Size(249, 23); - this.tableLayoutPanel4.TabIndex = 2; - // - // pictureBoxBackgroundDarkMode - // - this.pictureBoxBackgroundDarkMode.BackColor = System.Drawing.Color.White; - this.pictureBoxBackgroundDarkMode.Cursor = System.Windows.Forms.Cursors.Hand; - this.pictureBoxBackgroundDarkMode.Location = new System.Drawing.Point(0, 0); - this.pictureBoxBackgroundDarkMode.Margin = new System.Windows.Forms.Padding(0); - this.pictureBoxBackgroundDarkMode.Name = "pictureBoxBackgroundDarkMode"; - this.pictureBoxBackgroundDarkMode.Size = new System.Drawing.Size(23, 23); - this.pictureBoxBackgroundDarkMode.TabIndex = 1; - this.pictureBoxBackgroundDarkMode.TabStop = false; - this.pictureBoxBackgroundDarkMode.Click += new System.EventHandler(this.PictureBoxClick); - // - // labelBackgroundDarkMode - // - this.labelBackgroundDarkMode.Anchor = System.Windows.Forms.AnchorStyles.Left; - this.labelBackgroundDarkMode.AutoSize = true; - this.labelBackgroundDarkMode.Location = new System.Drawing.Point(95, 4); - this.labelBackgroundDarkMode.Name = "labelBackgroundDarkMode"; - this.labelBackgroundDarkMode.Size = new System.Drawing.Size(151, 15); - this.labelBackgroundDarkMode.TabIndex = 0; - this.labelBackgroundDarkMode.Text = "labelBackgroundDarkMode"; - // - // textBoxColorBackgroundDarkMode - // - this.textBoxColorBackgroundDarkMode.Location = new System.Drawing.Point(23, 0); - this.textBoxColorBackgroundDarkMode.Margin = new System.Windows.Forms.Padding(0); - this.textBoxColorBackgroundDarkMode.MaxLength = 12; - this.textBoxColorBackgroundDarkMode.Name = "textBoxColorBackgroundDarkMode"; - this.textBoxColorBackgroundDarkMode.Size = new System.Drawing.Size(69, 23); - this.textBoxColorBackgroundDarkMode.TabIndex = 2; - this.textBoxColorBackgroundDarkMode.Text = "#ffffff"; - this.textBoxColorBackgroundDarkMode.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); - // - // tableLayoutPanel2 - // - this.tableLayoutPanel2.AutoSize = true; - this.tableLayoutPanel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; - this.tableLayoutPanel2.ColumnCount = 3; - this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel2.Controls.Add(this.pictureBoxTitleDarkMode, 0, 0); - this.tableLayoutPanel2.Controls.Add(this.labelTitleDarkMode, 2, 0); - this.tableLayoutPanel2.Controls.Add(this.textBoxColorTitleDarkMode, 1, 0); - this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 43); - this.tableLayoutPanel2.Name = "tableLayoutPanel2"; - this.tableLayoutPanel2.RowCount = 1; - this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.tableLayoutPanel2.Size = new System.Drawing.Size(207, 23); - this.tableLayoutPanel2.TabIndex = 2; - // - // pictureBoxTitleDarkMode - // - this.pictureBoxTitleDarkMode.BackColor = System.Drawing.Color.White; - this.pictureBoxTitleDarkMode.Cursor = System.Windows.Forms.Cursors.Hand; - this.pictureBoxTitleDarkMode.Location = new System.Drawing.Point(0, 0); - this.pictureBoxTitleDarkMode.Margin = new System.Windows.Forms.Padding(0); - this.pictureBoxTitleDarkMode.Name = "pictureBoxTitleDarkMode"; - this.pictureBoxTitleDarkMode.Size = new System.Drawing.Size(23, 23); - this.pictureBoxTitleDarkMode.TabIndex = 1; - this.pictureBoxTitleDarkMode.TabStop = false; - this.pictureBoxTitleDarkMode.Click += new System.EventHandler(this.PictureBoxClick); - // - // labelTitleDarkMode - // - this.labelTitleDarkMode.Anchor = System.Windows.Forms.AnchorStyles.Left; - this.labelTitleDarkMode.AutoSize = true; - this.labelTitleDarkMode.Location = new System.Drawing.Point(95, 4); - this.labelTitleDarkMode.Name = "labelTitleDarkMode"; - this.labelTitleDarkMode.Size = new System.Drawing.Size(109, 15); - this.labelTitleDarkMode.TabIndex = 0; - this.labelTitleDarkMode.Text = "labelTitleDarkMode"; - // - // textBoxColorTitleDarkMode - // - this.textBoxColorTitleDarkMode.Location = new System.Drawing.Point(23, 0); - this.textBoxColorTitleDarkMode.Margin = new System.Windows.Forms.Padding(0); - this.textBoxColorTitleDarkMode.MaxLength = 12; - this.textBoxColorTitleDarkMode.Name = "textBoxColorTitleDarkMode"; - this.textBoxColorTitleDarkMode.Size = new System.Drawing.Size(69, 23); - this.textBoxColorTitleDarkMode.TabIndex = 2; - this.textBoxColorTitleDarkMode.Text = "#ffffff"; - this.textBoxColorTitleDarkMode.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); - // - // checkBoxDarkModeAlwaysOn - // - this.checkBoxDarkModeAlwaysOn.AutoSize = true; - this.checkBoxDarkModeAlwaysOn.Dock = System.Windows.Forms.DockStyle.Fill; - this.checkBoxDarkModeAlwaysOn.Location = new System.Drawing.Point(3, 3); - this.checkBoxDarkModeAlwaysOn.Name = "checkBoxDarkModeAlwaysOn"; - this.checkBoxDarkModeAlwaysOn.Size = new System.Drawing.Size(438, 19); - this.checkBoxDarkModeAlwaysOn.TabIndex = 0; - this.checkBoxDarkModeAlwaysOn.Text = "checkBoxDarkModeAlwaysOn"; - this.checkBoxDarkModeAlwaysOn.UseVisualStyleBackColor = true; - this.checkBoxDarkModeAlwaysOn.CheckedChanged += new System.EventHandler(this.CheckBoxDarkModeAlwaysOnCheckedChanged); - // - // tableLayoutPanel3 - // - this.tableLayoutPanel3.AutoSize = true; - this.tableLayoutPanel3.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; - this.tableLayoutPanel3.ColumnCount = 3; - this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel3.Controls.Add(this.pictureBoxWarningDarkMode, 0, 0); - this.tableLayoutPanel3.Controls.Add(this.labelWarningDarkMode, 2, 0); - this.tableLayoutPanel3.Controls.Add(this.textBoxColorWarningDarkMode, 1, 0); - this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 246); - this.tableLayoutPanel3.Name = "tableLayoutPanel3"; - this.tableLayoutPanel3.RowCount = 1; - this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.tableLayoutPanel3.Size = new System.Drawing.Size(230, 23); - this.tableLayoutPanel3.TabIndex = 2; - // - // pictureBoxWarningDarkMode - // - this.pictureBoxWarningDarkMode.BackColor = System.Drawing.Color.White; - this.pictureBoxWarningDarkMode.Cursor = System.Windows.Forms.Cursors.Hand; - this.pictureBoxWarningDarkMode.Location = new System.Drawing.Point(0, 0); - this.pictureBoxWarningDarkMode.Margin = new System.Windows.Forms.Padding(0); - this.pictureBoxWarningDarkMode.Name = "pictureBoxWarningDarkMode"; - this.pictureBoxWarningDarkMode.Size = new System.Drawing.Size(23, 23); - this.pictureBoxWarningDarkMode.TabIndex = 1; - this.pictureBoxWarningDarkMode.TabStop = false; - this.pictureBoxWarningDarkMode.Click += new System.EventHandler(this.PictureBoxClick); - // - // labelWarningDarkMode - // - this.labelWarningDarkMode.Anchor = System.Windows.Forms.AnchorStyles.Left; - this.labelWarningDarkMode.AutoSize = true; - this.labelWarningDarkMode.Location = new System.Drawing.Point(95, 4); - this.labelWarningDarkMode.Name = "labelWarningDarkMode"; - this.labelWarningDarkMode.Size = new System.Drawing.Size(132, 15); - this.labelWarningDarkMode.TabIndex = 0; - this.labelWarningDarkMode.Text = "labelWarningDarkMode"; - // - // textBoxColorWarningDarkMode - // - this.textBoxColorWarningDarkMode.Location = new System.Drawing.Point(23, 0); - this.textBoxColorWarningDarkMode.Margin = new System.Windows.Forms.Padding(0); - this.textBoxColorWarningDarkMode.MaxLength = 12; - this.textBoxColorWarningDarkMode.Name = "textBoxColorWarningDarkMode"; - this.textBoxColorWarningDarkMode.Size = new System.Drawing.Size(69, 23); - this.textBoxColorWarningDarkMode.TabIndex = 2; - this.textBoxColorWarningDarkMode.Text = "#ffffff"; - this.textBoxColorWarningDarkMode.TextChanged += new System.EventHandler(this.TextBoxColorsChanged); + // buttonColorsDefaultDarkMode + // + this.buttonColorsDefaultDarkMode.AutoSize = true; + this.buttonColorsDefaultDarkMode.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + this.buttonColorsDefaultDarkMode.Location = new System.Drawing.Point(3, 580); + this.buttonColorsDefaultDarkMode.MinimumSize = new System.Drawing.Size(75, 23); + this.buttonColorsDefaultDarkMode.Name = "buttonColorsDefaultDarkMode"; + this.buttonColorsDefaultDarkMode.Size = new System.Drawing.Size(180, 25); + this.buttonColorsDefaultDarkMode.TabIndex = 2; + this.buttonColorsDefaultDarkMode.Text = "buttonColorsDarkModeDefault"; + this.buttonColorsDefaultDarkMode.UseVisualStyleBackColor = true; + this.buttonColorsDefaultDarkMode.Click += new System.EventHandler(this.ButtonDefaultColorsDark_Click); // // tableLayoutPanelBottom // @@ -3278,118 +3278,118 @@ namespace SystemTrayMenu.UserInterface this.groupBoxColorsLightMode.PerformLayout(); this.tableLayoutPanelColorsAndDefault.ResumeLayout(false); this.tableLayoutPanelColorsAndDefault.PerformLayout(); - this.tableLayoutPanel30.ResumeLayout(false); - this.tableLayoutPanel30.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxArrowHoverBackground)).EndInit(); - this.tableLayoutPanel29.ResumeLayout(false); - this.tableLayoutPanel29.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxArrowHover)).EndInit(); - this.tableLayoutPanel28.ResumeLayout(false); - this.tableLayoutPanel28.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxArrowClickBackground)).EndInit(); - this.tableLayoutPanel27.ResumeLayout(false); - this.tableLayoutPanel27.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxArrowClick)).EndInit(); - this.tableLayoutPanel26.ResumeLayout(false); - this.tableLayoutPanel26.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxArrow)).EndInit(); - this.tableLayoutPanel25.ResumeLayout(false); - this.tableLayoutPanel25.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSliderArrowsAndTrackHover)).EndInit(); - this.tableLayoutPanel24.ResumeLayout(false); - this.tableLayoutPanel24.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSliderHover)).EndInit(); - this.tableLayoutPanel23.ResumeLayout(false); - this.tableLayoutPanel23.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSliderDragging)).EndInit(); - this.tableLayoutPanel22.ResumeLayout(false); - this.tableLayoutPanel22.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSlider)).EndInit(); - this.tableLayoutPanel21.ResumeLayout(false); - this.tableLayoutPanel21.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxScrollbarBackground)).EndInit(); - this.tableLayoutPanel20.ResumeLayout(false); - this.tableLayoutPanel20.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxWarning)).EndInit(); - this.tableLayoutPanel19.ResumeLayout(false); - this.tableLayoutPanel19.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSelectedItemBorder)).EndInit(); - this.tableLayoutPanel18.ResumeLayout(false); - this.tableLayoutPanel18.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSelectedItem)).EndInit(); - this.tableLayoutPanel17.ResumeLayout(false); - this.tableLayoutPanel17.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxOpenFolderBorder)).EndInit(); - this.tableLayoutPanel16.ResumeLayout(false); - this.tableLayoutPanel16.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxOpenFolder)).EndInit(); - this.tableLayoutPanel15.ResumeLayout(false); - this.tableLayoutPanel15.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSearchField)).EndInit(); - this.tableLayoutPanel14.ResumeLayout(false); - this.tableLayoutPanel14.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxBackground)).EndInit(); - this.tableLayoutPanel5.ResumeLayout(false); - this.tableLayoutPanel5.PerformLayout(); + this.tableLayoutPanelTitle.ResumeLayout(false); + this.tableLayoutPanelTitle.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxTitle)).EndInit(); + this.tableLayoutPanelBackground.ResumeLayout(false); + this.tableLayoutPanelBackground.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxBackground)).EndInit(); + this.tableLayoutPanelSearchField.ResumeLayout(false); + this.tableLayoutPanelSearchField.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSearchField)).EndInit(); + this.tableLayoutPanelOpenFolder.ResumeLayout(false); + this.tableLayoutPanelOpenFolder.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxOpenFolder)).EndInit(); + this.tableLayoutPanelOpenFolderBorder.ResumeLayout(false); + this.tableLayoutPanelOpenFolderBorder.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxOpenFolderBorder)).EndInit(); + this.tableLayoutPanelSelectedItem.ResumeLayout(false); + this.tableLayoutPanelSelectedItem.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSelectedItem)).EndInit(); + this.tableLayoutPanelSelectedItemBorder.ResumeLayout(false); + this.tableLayoutPanelSelectedItemBorder.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSelectedItemBorder)).EndInit(); + this.tableLayoutPanelWarning.ResumeLayout(false); + this.tableLayoutPanelWarning.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxWarning)).EndInit(); + this.tableLayoutPanelScrollbarBackground.ResumeLayout(false); + this.tableLayoutPanelScrollbarBackground.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxScrollbarBackground)).EndInit(); + this.tableLayoutPanelSlider.ResumeLayout(false); + this.tableLayoutPanelSlider.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSlider)).EndInit(); + this.tableLayoutPanelSliderDragging.ResumeLayout(false); + this.tableLayoutPanelSliderDragging.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSliderDragging)).EndInit(); + this.tableLayoutPanelSliderHover.ResumeLayout(false); + this.tableLayoutPanelSliderHover.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSliderHover)).EndInit(); + this.tableLayoutPanelSliderArrowsAndTrackHover.ResumeLayout(false); + this.tableLayoutPanelSliderArrowsAndTrackHover.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSliderArrowsAndTrackHover)).EndInit(); + this.tableLayoutPanelArrow.ResumeLayout(false); + this.tableLayoutPanelArrow.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxArrow)).EndInit(); + this.tableLayoutPanelArrowClick.ResumeLayout(false); + this.tableLayoutPanelArrowClick.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxArrowClick)).EndInit(); + this.tableLayoutPanelArrowClickBackground.ResumeLayout(false); + this.tableLayoutPanelArrowClickBackground.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxArrowClickBackground)).EndInit(); + this.tableLayoutPanelArrowHover.ResumeLayout(false); + this.tableLayoutPanelArrowHover.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxArrowHover)).EndInit(); + this.tableLayoutPanelArrowHoverBackground.ResumeLayout(false); + this.tableLayoutPanelArrowHoverBackground.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxArrowHoverBackground)).EndInit(); this.groupBoxColorsDarkMode.ResumeLayout(false); this.groupBoxColorsDarkMode.PerformLayout(); this.tableLayoutPanelDarkMode.ResumeLayout(false); this.tableLayoutPanelDarkMode.PerformLayout(); - this.tableLayoutPanel39.ResumeLayout(false); - this.tableLayoutPanel39.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxArrowHoverBackgroundDarkMode)).EndInit(); - this.tableLayoutPanel38.ResumeLayout(false); - this.tableLayoutPanel38.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxArrowHoverDarkMode)).EndInit(); - this.tableLayoutPanel37.ResumeLayout(false); - this.tableLayoutPanel37.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxArrowClickBackgroundDarkMode)).EndInit(); - this.tableLayoutPanel36.ResumeLayout(false); - this.tableLayoutPanel36.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxArrowClickDarkMode)).EndInit(); - this.tableLayoutPanel35.ResumeLayout(false); - this.tableLayoutPanel35.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxArrowDarkMode)).EndInit(); - this.tableLayoutPanel34.ResumeLayout(false); - this.tableLayoutPanel34.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSliderArrowsAndTrackHoverDarkMode)).EndInit(); - this.tableLayoutPanel33.ResumeLayout(false); - this.tableLayoutPanel33.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSliderHoverDarkMode)).EndInit(); - this.tableLayoutPanel32.ResumeLayout(false); - this.tableLayoutPanel32.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSliderDraggingDarkMode)).EndInit(); - this.tableLayoutPanel31.ResumeLayout(false); - this.tableLayoutPanel31.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSliderDarkMode)).EndInit(); - this.tableLayoutPanel12.ResumeLayout(false); - this.tableLayoutPanel12.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxScrollbarBackgroundDarkMode)).EndInit(); - this.tableLayoutPanel10.ResumeLayout(false); - this.tableLayoutPanel10.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSelectedItemBorderDarkMode)).EndInit(); - this.tableLayoutPanel9.ResumeLayout(false); - this.tableLayoutPanel9.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureColorBoxSelectedItemDarkMode)).EndInit(); - this.tableLayoutPanel8.ResumeLayout(false); - this.tableLayoutPanel8.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxOpenFolderBorderDarkMode)).EndInit(); - this.tableLayoutPanel7.ResumeLayout(false); - this.tableLayoutPanel7.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxOpenFolderDarkMode)).EndInit(); - this.tableLayoutPanel6.ResumeLayout(false); - this.tableLayoutPanel6.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSearchFieldDarkMode)).EndInit(); - this.tableLayoutPanel4.ResumeLayout(false); - this.tableLayoutPanel4.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBoxBackgroundDarkMode)).EndInit(); - this.tableLayoutPanel2.ResumeLayout(false); - this.tableLayoutPanel2.PerformLayout(); + this.tableLayoutPanelTitleDarkMode.ResumeLayout(false); + this.tableLayoutPanelTitleDarkMode.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxTitleDarkMode)).EndInit(); - this.tableLayoutPanel3.ResumeLayout(false); - this.tableLayoutPanel3.PerformLayout(); + this.tableLayoutPanelBackgroundDarkMode.ResumeLayout(false); + this.tableLayoutPanelBackgroundDarkMode.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxBackgroundDarkMode)).EndInit(); + this.tableLayoutPanelSearchFieldDarkMode.ResumeLayout(false); + this.tableLayoutPanelSearchFieldDarkMode.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSearchFieldDarkMode)).EndInit(); + this.tableLayoutPanelOpenFolderDarkMode.ResumeLayout(false); + this.tableLayoutPanelOpenFolderDarkMode.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxOpenFolderDarkMode)).EndInit(); + this.tableLayoutPanelOpenFolderBorderDarkMode.ResumeLayout(false); + this.tableLayoutPanelOpenFolderBorderDarkMode.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxOpenFolderBorderDarkMode)).EndInit(); + this.tableLayoutPanelSelectedItemDarkMode.ResumeLayout(false); + this.tableLayoutPanelSelectedItemDarkMode.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureColorBoxSelectedItemDarkMode)).EndInit(); + this.tableLayoutPanelSelectedItemBorderDarkMode.ResumeLayout(false); + this.tableLayoutPanelSelectedItemBorderDarkMode.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSelectedItemBorderDarkMode)).EndInit(); + this.tableLayoutPanelWarningDarkMode.ResumeLayout(false); + this.tableLayoutPanelWarningDarkMode.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxWarningDarkMode)).EndInit(); + this.tableLayoutPanelScrollbarBackgroundDarkMode.ResumeLayout(false); + this.tableLayoutPanelScrollbarBackgroundDarkMode.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxScrollbarBackgroundDarkMode)).EndInit(); + this.tableLayoutPanelSliderDarkMode.ResumeLayout(false); + this.tableLayoutPanelSliderDarkMode.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSliderDarkMode)).EndInit(); + this.tableLayoutPanelSliderDraggingDarkMode.ResumeLayout(false); + this.tableLayoutPanelSliderDraggingDarkMode.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSliderDraggingDarkMode)).EndInit(); + this.tableLayoutPanelSliderHoverDarkMode.ResumeLayout(false); + this.tableLayoutPanelSliderHoverDarkMode.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSliderHoverDarkMode)).EndInit(); + this.tableLayoutPanelSliderArrowsAndTrackHoverDarkMode.ResumeLayout(false); + this.tableLayoutPanelSliderArrowsAndTrackHoverDarkMode.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSliderArrowsAndTrackHoverDarkMode)).EndInit(); + this.tableLayoutPanelArrowDarkMode.ResumeLayout(false); + this.tableLayoutPanelArrowDarkMode.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxArrowDarkMode)).EndInit(); + this.tableLayoutPanelArrowClickDarkMode.ResumeLayout(false); + this.tableLayoutPanelArrowClickDarkMode.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxArrowClickDarkMode)).EndInit(); + this.tableLayoutPanelArrowClickBackgroundDarkMode.ResumeLayout(false); + this.tableLayoutPanelArrowClickBackgroundDarkMode.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxArrowClickBackgroundDarkMode)).EndInit(); + this.tableLayoutPanelArrowHoverDarkMode.ResumeLayout(false); + this.tableLayoutPanelArrowHoverDarkMode.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxArrowHoverDarkMode)).EndInit(); + this.tableLayoutPanelArrowHoverBackgroundDarkMode.ResumeLayout(false); + this.tableLayoutPanelArrowHoverBackgroundDarkMode.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxArrowHoverBackgroundDarkMode)).EndInit(); this.tableLayoutPanelBottom.ResumeLayout(false); this.tableLayoutPanelBottom.PerformLayout(); this.ResumeLayout(false); @@ -3489,126 +3489,126 @@ namespace SystemTrayMenu.UserInterface private System.Windows.Forms.Label labelMaxMenuHeight; private System.Windows.Forms.Button buttonColorsDefault; private System.Windows.Forms.PictureBox pictureBoxTitle; - private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanelTitle; private System.Windows.Forms.Label labelMenuLightMode; private System.Windows.Forms.Label labelMenuDarkMode; private System.Windows.Forms.Label labelScrollbarDarkMode; private System.Windows.Forms.Label labelScrollbarLightMode; - private System.Windows.Forms.TableLayoutPanel tableLayoutPanel12; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanelScrollbarBackgroundDarkMode; private System.Windows.Forms.PictureBox pictureBoxScrollbarBackgroundDarkMode; private System.Windows.Forms.TextBox textBoxColorScrollbarBackgroundDarkMode; private System.Windows.Forms.Label labelColorDarkModeScrollbarBackground; - private System.Windows.Forms.TableLayoutPanel tableLayoutPanel10; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanelSelectedItemBorderDarkMode; private System.Windows.Forms.PictureBox pictureBoxSelectedItemBorderDarkMode; private System.Windows.Forms.Label labelSelectedItemBorderDarkMode; - private System.Windows.Forms.TableLayoutPanel tableLayoutPanel9; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanelSelectedItemDarkMode; private System.Windows.Forms.PictureBox pictureColorBoxSelectedItemDarkMode; private System.Windows.Forms.Label labelSelectedItemDarkMode; - private System.Windows.Forms.TableLayoutPanel tableLayoutPanel8; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanelOpenFolderBorderDarkMode; private System.Windows.Forms.PictureBox pictureBoxOpenFolderBorderDarkMode; private System.Windows.Forms.Label labelOpenFolderBorderDarkMode; - private System.Windows.Forms.TableLayoutPanel tableLayoutPanel7; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanelOpenFolderDarkMode; private System.Windows.Forms.PictureBox pictureBoxOpenFolderDarkMode; private System.Windows.Forms.Label labelOpenFolderDarkMode; - private System.Windows.Forms.TableLayoutPanel tableLayoutPanel6; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanelSearchFieldDarkMode; private System.Windows.Forms.PictureBox pictureBoxSearchFieldDarkMode; private System.Windows.Forms.Label labelSearchFieldDarkMode; - private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanelBackgroundDarkMode; private System.Windows.Forms.PictureBox pictureBoxBackgroundDarkMode; private System.Windows.Forms.Label labelBackgroundDarkMode; - private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanelTitleDarkMode; private System.Windows.Forms.PictureBox pictureBoxTitleDarkMode; private System.Windows.Forms.Label labelTitleDarkMode; - private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanelWarningDarkMode; private System.Windows.Forms.PictureBox pictureBoxWarningDarkMode; private System.Windows.Forms.Label labelWarningDarkMode; - private System.Windows.Forms.TableLayoutPanel tableLayoutPanel21; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanelScrollbarBackground; private System.Windows.Forms.PictureBox pictureBoxScrollbarBackground; private System.Windows.Forms.TextBox textBoxColorScrollbarBackground; private System.Windows.Forms.Label labelScrollbarBackground; - private System.Windows.Forms.TableLayoutPanel tableLayoutPanel20; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanelWarning; private System.Windows.Forms.PictureBox pictureBoxWarning; - private System.Windows.Forms.TableLayoutPanel tableLayoutPanel19; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanelSelectedItemBorder; private System.Windows.Forms.PictureBox pictureBoxSelectedItemBorder; - private System.Windows.Forms.TableLayoutPanel tableLayoutPanel18; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanelSelectedItem; private System.Windows.Forms.PictureBox pictureBoxSelectedItem; - private System.Windows.Forms.TableLayoutPanel tableLayoutPanel17; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanelOpenFolderBorder; private System.Windows.Forms.PictureBox pictureBoxOpenFolderBorder; - private System.Windows.Forms.TableLayoutPanel tableLayoutPanel16; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanelOpenFolder; private System.Windows.Forms.PictureBox pictureBoxOpenFolder; - private System.Windows.Forms.TableLayoutPanel tableLayoutPanel15; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanelSearchField; private System.Windows.Forms.PictureBox pictureBoxSearchField; - private System.Windows.Forms.TableLayoutPanel tableLayoutPanel14; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanelBackground; private System.Windows.Forms.PictureBox pictureBoxBackground; - private System.Windows.Forms.TableLayoutPanel tableLayoutPanel28; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanelArrowClickBackground; private System.Windows.Forms.PictureBox pictureBoxArrowClickBackground; private System.Windows.Forms.TextBox textBoxColorArrowClickBackground; private System.Windows.Forms.Label labelArrowClickBackground; - private System.Windows.Forms.TableLayoutPanel tableLayoutPanel27; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanelArrowClick; private System.Windows.Forms.PictureBox pictureBoxArrowClick; private System.Windows.Forms.TextBox textBoxColorArrowClick; private System.Windows.Forms.Label labelArrowClick; - private System.Windows.Forms.TableLayoutPanel tableLayoutPanel26; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanelArrow; private System.Windows.Forms.PictureBox pictureBoxArrow; private System.Windows.Forms.TextBox textBoxColorArrow; private System.Windows.Forms.Label labelArrow; - private System.Windows.Forms.TableLayoutPanel tableLayoutPanel25; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanelSliderArrowsAndTrackHover; private System.Windows.Forms.PictureBox pictureBoxSliderArrowsAndTrackHover; private System.Windows.Forms.TextBox textBoxColorSliderArrowsAndTrackHover; private System.Windows.Forms.Label labelSliderArrowsAndTrackHover; - private System.Windows.Forms.TableLayoutPanel tableLayoutPanel24; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanelSliderHover; private System.Windows.Forms.PictureBox pictureBoxSliderHover; private System.Windows.Forms.TextBox textBoxColorSliderHover; private System.Windows.Forms.Label labelSliderHover; - private System.Windows.Forms.TableLayoutPanel tableLayoutPanel23; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanelSliderDragging; private System.Windows.Forms.PictureBox pictureBoxSliderDragging; private System.Windows.Forms.TextBox textBoxColorSliderDragging; private System.Windows.Forms.Label labelSliderDragging; - private System.Windows.Forms.TableLayoutPanel tableLayoutPanel22; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanelSlider; private System.Windows.Forms.PictureBox pictureBoxSlider; private System.Windows.Forms.TextBox textBoxColorSlider; private System.Windows.Forms.Label labelSlider; - private System.Windows.Forms.TableLayoutPanel tableLayoutPanel30; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanelArrowHoverBackground; private System.Windows.Forms.PictureBox pictureBoxArrowHoverBackground; private System.Windows.Forms.TextBox textBoxColorArrowHoverBackground; private System.Windows.Forms.Label labelArrowHoverBackground; - private System.Windows.Forms.TableLayoutPanel tableLayoutPanel29; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanelArrowHover; private System.Windows.Forms.PictureBox pictureBoxArrowHover; private System.Windows.Forms.TextBox textBoxColorArrowHover; private System.Windows.Forms.Label labelArrowHover; - private System.Windows.Forms.TableLayoutPanel tableLayoutPanel39; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanelArrowHoverBackgroundDarkMode; private System.Windows.Forms.PictureBox pictureBoxArrowHoverBackgroundDarkMode; private System.Windows.Forms.TextBox textBoxColorArrowHoverBackgroundDarkMode; private System.Windows.Forms.Label labelColorDarkModeArrowHoverBackground; - private System.Windows.Forms.TableLayoutPanel tableLayoutPanel38; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanelArrowHoverDarkMode; private System.Windows.Forms.PictureBox pictureBoxArrowHoverDarkMode; private System.Windows.Forms.TextBox textBoxColorArrowHoverDarkMode; private System.Windows.Forms.Label labelColorDarkModeArrowHover; - private System.Windows.Forms.TableLayoutPanel tableLayoutPanel37; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanelArrowClickBackgroundDarkMode; private System.Windows.Forms.PictureBox pictureBoxArrowClickBackgroundDarkMode; private System.Windows.Forms.TextBox textBoxColorArrowClickBackgroundDarkMode; private System.Windows.Forms.Label labelColorDarkModeArrowClickBackground; - private System.Windows.Forms.TableLayoutPanel tableLayoutPanel36; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanelArrowClickDarkMode; private System.Windows.Forms.PictureBox pictureBoxArrowClickDarkMode; private System.Windows.Forms.TextBox textBoxColorArrowClickDarkMode; private System.Windows.Forms.Label labelColorDarkModeArrowClick; - private System.Windows.Forms.TableLayoutPanel tableLayoutPanel35; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanelArrowDarkMode; private System.Windows.Forms.PictureBox pictureBoxArrowDarkMode; private System.Windows.Forms.TextBox textBoxColorArrowDarkMode; private System.Windows.Forms.Label labelColorDarkModeArrow; - private System.Windows.Forms.TableLayoutPanel tableLayoutPanel34; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanelSliderArrowsAndTrackHoverDarkMode; private System.Windows.Forms.PictureBox pictureBoxSliderArrowsAndTrackHoverDarkMode; private System.Windows.Forms.TextBox textBoxColorSliderArrowsAndTrackHoverDarkMode; private System.Windows.Forms.Label labelColorDarkModeSliderArrowsAndTrackHover; - private System.Windows.Forms.TableLayoutPanel tableLayoutPanel33; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanelSliderHoverDarkMode; private System.Windows.Forms.PictureBox pictureBoxSliderHoverDarkMode; private System.Windows.Forms.TextBox textBoxColorSliderHoverDarkMode; private System.Windows.Forms.Label labelColorDarkModeSliderHover; - private System.Windows.Forms.TableLayoutPanel tableLayoutPanel32; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanelSliderDraggingDarkMode; private System.Windows.Forms.PictureBox pictureBoxSliderDraggingDarkMode; private System.Windows.Forms.TextBox textBoxColorSliderDraggingDarkMode; private System.Windows.Forms.Label labelColorDarkModeSliderDragging; - private System.Windows.Forms.TableLayoutPanel tableLayoutPanel31; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanelSliderDarkMode; private System.Windows.Forms.PictureBox pictureBoxSliderDarkMode; private System.Windows.Forms.TextBox textBoxColorSliderDarkMode; private System.Windows.Forms.Label labelColorDarkModeSlider;