SystemTrayMenu/UserInterface/SettingsForm.Designer.cs

1453 lines
92 KiB
C#

using SystemTrayMenu.UserInterface.HotkeyTextboxControl;
namespace SystemTrayMenu.UserInterface
{
partial class SettingsForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SettingsForm));
this.tableLayoutPanelMain = new System.Windows.Forms.TableLayoutPanel();
this.tableLayoutPanelBottom = new System.Windows.Forms.TableLayoutPanel();
this.buttonOk = new System.Windows.Forms.Button();
this.buttonCancel = new System.Windows.Forms.Button();
this.tabControl = new System.Windows.Forms.TabControl();
this.tabPageGeneral = new System.Windows.Forms.TabPage();
this.tableLayoutPanelGeneral = new System.Windows.Forms.TableLayoutPanel();
this.groupBoxFolder = new System.Windows.Forms.GroupBox();
this.tableLayoutPanelFolder = new System.Windows.Forms.TableLayoutPanel();
this.tableLayoutPanelChangeFolder = new System.Windows.Forms.TableLayoutPanel();
this.buttonChangeFolder = new System.Windows.Forms.Button();
this.textBoxFolder = new System.Windows.Forms.TextBox();
this.groupBoxAutostart = new System.Windows.Forms.GroupBox();
this.tableLayoutPanelAutostart = new System.Windows.Forms.TableLayoutPanel();
this.checkBoxAutostart = new System.Windows.Forms.CheckBox();
this.groupBoxHotkey = new System.Windows.Forms.GroupBox();
this.tableLayoutPanelHotkey = new System.Windows.Forms.TableLayoutPanel();
this.textBoxHotkeyPlaceholder = new System.Windows.Forms.TextBox();
this.buttonHotkeyDefault = new System.Windows.Forms.Button();
this.groupBoxLanguage = new System.Windows.Forms.GroupBox();
this.tableLayoutPanelLanguage = new System.Windows.Forms.TableLayoutPanel();
this.comboBoxLanguage = new System.Windows.Forms.ComboBox();
this.tabPageAdvanced = new System.Windows.Forms.TabPage();
this.tableLayoutPanelAdvanced = new System.Windows.Forms.TableLayoutPanel();
this.groupBoxClick = new System.Windows.Forms.GroupBox();
this.tableLayoutPanelClick = new System.Windows.Forms.TableLayoutPanel();
this.checkBoxOpenItemWithOneClick = new System.Windows.Forms.CheckBox();
this.groupBoxSizeAndLocation = new System.Windows.Forms.GroupBox();
this.tableLayoutPanelSizeAndLocation = new System.Windows.Forms.TableLayoutPanel();
this.checkBoxAppearAtMouseLocation = new System.Windows.Forms.CheckBox();
this.tableLayoutPanelMaxMenuWidth = new System.Windows.Forms.TableLayoutPanel();
this.numericUpDownMenuWidth = new System.Windows.Forms.NumericUpDown();
this.labelMaxMenuWidth = new System.Windows.Forms.Label();
this.groupBoxStaysOpen = new System.Windows.Forms.GroupBox();
this.tableLayoutPanelStaysOpen = new System.Windows.Forms.TableLayoutPanel();
this.checkBoxStayOpenWhenItemClicked = new System.Windows.Forms.CheckBox();
this.checkBoxStayOpenWhenFocusLost = new System.Windows.Forms.CheckBox();
this.tableLayoutPanelTimeUntilCloses = new System.Windows.Forms.TableLayoutPanel();
this.labelTimeUntilCloses = new System.Windows.Forms.Label();
this.numericUpDownTimeUntilClose = new System.Windows.Forms.NumericUpDown();
this.groupBoxOpenSubmenus = new System.Windows.Forms.GroupBox();
this.tableLayoutPanelTimeUntilOpen = new System.Windows.Forms.TableLayoutPanel();
this.numericUpDownTimeUntilOpens = new System.Windows.Forms.NumericUpDown();
this.labelTimeUntilOpen = new System.Windows.Forms.Label();
this.buttonAdvancedDefault = new System.Windows.Forms.Button();
this.tabPageCustomize = new System.Windows.Forms.TabPage();
this.tableLayoutPanelCustomize = new System.Windows.Forms.TableLayoutPanel();
this.groupBoxColors = new System.Windows.Forms.GroupBox();
this.tableLayoutPanelColors = new System.Windows.Forms.TableLayoutPanel();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.buttonDefaultColors = new System.Windows.Forms.Button();
this.tableLayoutPanel7 = new System.Windows.Forms.TableLayoutPanel();
this.textBoxColors4 = new System.Windows.Forms.TextBox();
this.textBoxColors4b = new System.Windows.Forms.TextBox();
this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel();
this.textBoxColors2 = new System.Windows.Forms.TextBox();
this.textBoxColors2b = new System.Windows.Forms.TextBox();
this.textBoxColors3b = new System.Windows.Forms.TextBox();
this.textBoxColors5 = new System.Windows.Forms.TextBox();
this.textBoxColors3 = new System.Windows.Forms.TextBox();
this.textBoxColors1 = new System.Windows.Forms.TextBox();
this.groupBoxDarkMode = new System.Windows.Forms.GroupBox();
this.tableLayoutPanelDarkMode = new System.Windows.Forms.TableLayoutPanel();
this.tableLayoutPanel10 = new System.Windows.Forms.TableLayoutPanel();
this.textBoxColorsDark5 = new System.Windows.Forms.TextBox();
this.tableLayoutPanel8 = new System.Windows.Forms.TableLayoutPanel();
this.textBoxColorsDark4 = new System.Windows.Forms.TextBox();
this.textBoxColorsDark4b = new System.Windows.Forms.TextBox();
this.buttonDefaultColorsDark = new System.Windows.Forms.Button();
this.textBoxColorsDark3 = new System.Windows.Forms.TextBox();
this.tableLayoutPanel9 = new System.Windows.Forms.TableLayoutPanel();
this.textBoxColorsDark2 = new System.Windows.Forms.TextBox();
this.textBoxColorsDark2b = new System.Windows.Forms.TextBox();
this.textBoxColorsDark3b = new System.Windows.Forms.TextBox();
this.textBoxColorsDark1 = new System.Windows.Forms.TextBox();
this.checkBoxDarkModeAlwaysOn = new System.Windows.Forms.CheckBox();
this.colorDialog1 = new System.Windows.Forms.ColorDialog();
this.textBox1 = new System.Windows.Forms.TextBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.textBox3 = new System.Windows.Forms.TextBox();
this.textBox4 = new System.Windows.Forms.TextBox();
this.tableLayoutPanelMain.SuspendLayout();
this.tableLayoutPanelBottom.SuspendLayout();
this.tabControl.SuspendLayout();
this.tabPageGeneral.SuspendLayout();
this.tableLayoutPanelGeneral.SuspendLayout();
this.groupBoxFolder.SuspendLayout();
this.tableLayoutPanelFolder.SuspendLayout();
this.tableLayoutPanelChangeFolder.SuspendLayout();
this.groupBoxAutostart.SuspendLayout();
this.tableLayoutPanelAutostart.SuspendLayout();
this.groupBoxHotkey.SuspendLayout();
this.tableLayoutPanelHotkey.SuspendLayout();
this.groupBoxLanguage.SuspendLayout();
this.tableLayoutPanelLanguage.SuspendLayout();
this.tabPageAdvanced.SuspendLayout();
this.tableLayoutPanelAdvanced.SuspendLayout();
this.groupBoxClick.SuspendLayout();
this.tableLayoutPanelClick.SuspendLayout();
this.groupBoxSizeAndLocation.SuspendLayout();
this.tableLayoutPanelSizeAndLocation.SuspendLayout();
this.tableLayoutPanelMaxMenuWidth.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownMenuWidth)).BeginInit();
this.groupBoxStaysOpen.SuspendLayout();
this.tableLayoutPanelStaysOpen.SuspendLayout();
this.tableLayoutPanelTimeUntilCloses.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownTimeUntilClose)).BeginInit();
this.groupBoxOpenSubmenus.SuspendLayout();
this.tableLayoutPanelTimeUntilOpen.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownTimeUntilOpens)).BeginInit();
this.tabPageCustomize.SuspendLayout();
this.tableLayoutPanelCustomize.SuspendLayout();
this.groupBoxColors.SuspendLayout();
this.tableLayoutPanelColors.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.tableLayoutPanel7.SuspendLayout();
this.tableLayoutPanel6.SuspendLayout();
this.groupBoxDarkMode.SuspendLayout();
this.tableLayoutPanelDarkMode.SuspendLayout();
this.tableLayoutPanel10.SuspendLayout();
this.tableLayoutPanel8.SuspendLayout();
this.tableLayoutPanel9.SuspendLayout();
this.SuspendLayout();
//
// tableLayoutPanelMain
//
this.tableLayoutPanelMain.AutoSize = true;
this.tableLayoutPanelMain.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.tableLayoutPanelMain.ColumnCount = 1;
this.tableLayoutPanelMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanelMain.Controls.Add(this.tableLayoutPanelBottom, 0, 1);
this.tableLayoutPanelMain.Controls.Add(this.tabControl, 0, 0);
this.tableLayoutPanelMain.Location = new System.Drawing.Point(3, 3);
this.tableLayoutPanelMain.Name = "tableLayoutPanelMain";
this.tableLayoutPanelMain.RowCount = 2;
this.tableLayoutPanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelMain.Size = new System.Drawing.Size(476, 467);
this.tableLayoutPanelMain.TabIndex = 0;
//
// tableLayoutPanelBottom
//
this.tableLayoutPanelBottom.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.tableLayoutPanelBottom.AutoSize = true;
this.tableLayoutPanelBottom.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.tableLayoutPanelBottom.ColumnCount = 3;
this.tableLayoutPanelBottom.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanelBottom.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanelBottom.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanelBottom.Controls.Add(this.buttonOk, 1, 0);
this.tableLayoutPanelBottom.Controls.Add(this.buttonCancel, 2, 0);
this.tableLayoutPanelBottom.Location = new System.Drawing.Point(3, 439);
this.tableLayoutPanelBottom.Name = "tableLayoutPanelBottom";
this.tableLayoutPanelBottom.RowCount = 1;
this.tableLayoutPanelBottom.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelBottom.Size = new System.Drawing.Size(470, 25);
this.tableLayoutPanelBottom.TabIndex = 0;
//
// buttonOk
//
this.buttonOk.AutoSize = true;
this.buttonOk.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.buttonOk.DialogResult = System.Windows.Forms.DialogResult.OK;
this.buttonOk.Location = new System.Drawing.Point(311, 0);
this.buttonOk.Margin = new System.Windows.Forms.Padding(3, 0, 3, 0);
this.buttonOk.MinimumSize = new System.Drawing.Size(75, 23);
this.buttonOk.Name = "buttonOk";
this.buttonOk.Size = new System.Drawing.Size(75, 25);
this.buttonOk.TabIndex = 1;
this.buttonOk.Text = "OK";
this.buttonOk.UseVisualStyleBackColor = true;
this.buttonOk.Click += new System.EventHandler(this.ButtonOk_Click);
//
// buttonCancel
//
this.buttonCancel.AutoSize = true;
this.buttonCancel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.buttonCancel.Location = new System.Drawing.Point(392, 0);
this.buttonCancel.Margin = new System.Windows.Forms.Padding(3, 0, 3, 0);
this.buttonCancel.MinimumSize = new System.Drawing.Size(75, 23);
this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 25);
this.buttonCancel.TabIndex = 2;
this.buttonCancel.Text = "Cancel";
this.buttonCancel.UseVisualStyleBackColor = true;
this.buttonCancel.Click += new System.EventHandler(this.ButtonCancel_Click);
//
// tabControl
//
this.tabControl.Controls.Add(this.tabPageGeneral);
this.tabControl.Controls.Add(this.tabPageAdvanced);
this.tabControl.Controls.Add(this.tabPageCustomize);
this.tabControl.Location = new System.Drawing.Point(3, 3);
this.tabControl.Name = "tabControl";
this.tabControl.SelectedIndex = 2;
this.tabControl.Size = new System.Drawing.Size(470, 430);
this.tabControl.TabIndex = 0;
//
// tabPageGeneral
//
this.tabPageGeneral.Controls.Add(this.tableLayoutPanelGeneral);
this.tabPageGeneral.Location = new System.Drawing.Point(4, 24);
this.tabPageGeneral.Name = "tabPageGeneral";
this.tabPageGeneral.Padding = new System.Windows.Forms.Padding(3);
this.tabPageGeneral.Size = new System.Drawing.Size(462, 402);
this.tabPageGeneral.TabIndex = 0;
this.tabPageGeneral.Text = "tabPageGeneral";
this.tabPageGeneral.UseVisualStyleBackColor = true;
//
// tableLayoutPanelGeneral
//
this.tableLayoutPanelGeneral.AutoSize = true;
this.tableLayoutPanelGeneral.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.tableLayoutPanelGeneral.ColumnCount = 1;
this.tableLayoutPanelGeneral.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanelGeneral.Controls.Add(this.groupBoxFolder, 0, 0);
this.tableLayoutPanelGeneral.Controls.Add(this.groupBoxAutostart, 0, 1);
this.tableLayoutPanelGeneral.Controls.Add(this.groupBoxHotkey, 0, 2);
this.tableLayoutPanelGeneral.Controls.Add(this.groupBoxLanguage, 0, 3);
this.tableLayoutPanelGeneral.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanelGeneral.Location = new System.Drawing.Point(3, 3);
this.tableLayoutPanelGeneral.Name = "tableLayoutPanelGeneral";
this.tableLayoutPanelGeneral.RowCount = 4;
this.tableLayoutPanelGeneral.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelGeneral.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelGeneral.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelGeneral.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelGeneral.Size = new System.Drawing.Size(456, 396);
this.tableLayoutPanelGeneral.TabIndex = 0;
//
// groupBoxFolder
//
this.groupBoxFolder.AutoSize = true;
this.groupBoxFolder.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.groupBoxFolder.Controls.Add(this.tableLayoutPanelFolder);
this.groupBoxFolder.Location = new System.Drawing.Point(3, 3);
this.groupBoxFolder.MaximumSize = new System.Drawing.Size(450, 0);
this.groupBoxFolder.MinimumSize = new System.Drawing.Size(450, 0);
this.groupBoxFolder.Name = "groupBoxFolder";
this.groupBoxFolder.Padding = new System.Windows.Forms.Padding(3, 3, 3, 6);
this.groupBoxFolder.Size = new System.Drawing.Size(450, 78);
this.groupBoxFolder.TabIndex = 0;
this.groupBoxFolder.TabStop = false;
this.groupBoxFolder.Text = "groupBoxFolder";
//
// tableLayoutPanelFolder
//
this.tableLayoutPanelFolder.AutoSize = true;
this.tableLayoutPanelFolder.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.tableLayoutPanelFolder.ColumnCount = 1;
this.tableLayoutPanelFolder.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanelFolder.Controls.Add(this.tableLayoutPanelChangeFolder, 0, 1);
this.tableLayoutPanelFolder.Controls.Add(this.textBoxFolder, 0, 0);
this.tableLayoutPanelFolder.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanelFolder.Location = new System.Drawing.Point(3, 19);
this.tableLayoutPanelFolder.Name = "tableLayoutPanelFolder";
this.tableLayoutPanelFolder.RowCount = 2;
this.tableLayoutPanelFolder.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelFolder.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelFolder.Size = new System.Drawing.Size(444, 53);
this.tableLayoutPanelFolder.TabIndex = 0;
//
// tableLayoutPanelChangeFolder
//
this.tableLayoutPanelChangeFolder.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.tableLayoutPanelChangeFolder.AutoSize = true;
this.tableLayoutPanelChangeFolder.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.tableLayoutPanelChangeFolder.ColumnCount = 2;
this.tableLayoutPanelChangeFolder.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanelChangeFolder.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanelChangeFolder.Controls.Add(this.buttonChangeFolder, 0, 0);
this.tableLayoutPanelChangeFolder.Location = new System.Drawing.Point(0, 22);
this.tableLayoutPanelChangeFolder.Margin = new System.Windows.Forms.Padding(0);
this.tableLayoutPanelChangeFolder.Name = "tableLayoutPanelChangeFolder";
this.tableLayoutPanelChangeFolder.RowCount = 1;
this.tableLayoutPanelChangeFolder.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelChangeFolder.Size = new System.Drawing.Size(450, 31);
this.tableLayoutPanelChangeFolder.TabIndex = 0;
//
// buttonChangeFolder
//
this.buttonChangeFolder.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.buttonChangeFolder.AutoSize = true;
this.buttonChangeFolder.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.buttonChangeFolder.Location = new System.Drawing.Point(3, 3);
this.buttonChangeFolder.Name = "buttonChangeFolder";
this.buttonChangeFolder.Size = new System.Drawing.Size(94, 25);
this.buttonChangeFolder.TabIndex = 0;
this.buttonChangeFolder.Text = "Change Folder";
this.buttonChangeFolder.UseVisualStyleBackColor = true;
this.buttonChangeFolder.Click += new System.EventHandler(this.ButtonChange_Click);
//
// textBoxFolder
//
this.textBoxFolder.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.textBoxFolder.BackColor = System.Drawing.Color.White;
this.textBoxFolder.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.textBoxFolder.Location = new System.Drawing.Point(6, 3);
this.textBoxFolder.Margin = new System.Windows.Forms.Padding(6, 3, 6, 3);
this.textBoxFolder.Name = "textBoxFolder";
this.textBoxFolder.ReadOnly = true;
this.textBoxFolder.Size = new System.Drawing.Size(438, 16);
this.textBoxFolder.TabIndex = 0;
this.textBoxFolder.TabStop = false;
//
// groupBoxAutostart
//
this.groupBoxAutostart.AutoSize = true;
this.groupBoxAutostart.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.groupBoxAutostart.Controls.Add(this.tableLayoutPanelAutostart);
this.groupBoxAutostart.Location = new System.Drawing.Point(3, 87);
this.groupBoxAutostart.MaximumSize = new System.Drawing.Size(450, 0);
this.groupBoxAutostart.MinimumSize = new System.Drawing.Size(450, 0);
this.groupBoxAutostart.Name = "groupBoxAutostart";
this.groupBoxAutostart.Size = new System.Drawing.Size(450, 47);
this.groupBoxAutostart.TabIndex = 0;
this.groupBoxAutostart.TabStop = false;
this.groupBoxAutostart.Text = "groupBoxAutostart";
//
// tableLayoutPanelAutostart
//
this.tableLayoutPanelAutostart.AutoSize = true;
this.tableLayoutPanelAutostart.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.tableLayoutPanelAutostart.ColumnCount = 1;
this.tableLayoutPanelAutostart.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanelAutostart.Controls.Add(this.checkBoxAutostart, 0, 0);
this.tableLayoutPanelAutostart.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanelAutostart.Location = new System.Drawing.Point(3, 19);
this.tableLayoutPanelAutostart.Name = "tableLayoutPanelAutostart";
this.tableLayoutPanelAutostart.RowCount = 1;
this.tableLayoutPanelAutostart.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanelAutostart.Size = new System.Drawing.Size(444, 25);
this.tableLayoutPanelAutostart.TabIndex = 0;
//
// checkBoxAutostart
//
this.checkBoxAutostart.AutoSize = true;
this.checkBoxAutostart.Dock = System.Windows.Forms.DockStyle.Fill;
this.checkBoxAutostart.Location = new System.Drawing.Point(3, 3);
this.checkBoxAutostart.Name = "checkBoxAutostart";
this.checkBoxAutostart.Size = new System.Drawing.Size(438, 19);
this.checkBoxAutostart.TabIndex = 0;
this.checkBoxAutostart.Text = "checkBoxAutostart";
this.checkBoxAutostart.UseVisualStyleBackColor = true;
//
// groupBoxHotkey
//
this.groupBoxHotkey.AutoSize = true;
this.groupBoxHotkey.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.groupBoxHotkey.Controls.Add(this.tableLayoutPanelHotkey);
this.groupBoxHotkey.Location = new System.Drawing.Point(3, 140);
this.groupBoxHotkey.MaximumSize = new System.Drawing.Size(450, 0);
this.groupBoxHotkey.MinimumSize = new System.Drawing.Size(450, 0);
this.groupBoxHotkey.Name = "groupBoxHotkey";
this.groupBoxHotkey.Padding = new System.Windows.Forms.Padding(3, 6, 3, 6);
this.groupBoxHotkey.Size = new System.Drawing.Size(450, 59);
this.groupBoxHotkey.TabIndex = 0;
this.groupBoxHotkey.TabStop = false;
this.groupBoxHotkey.Text = "groupBoxHotkey";
//
// tableLayoutPanelHotkey
//
this.tableLayoutPanelHotkey.AutoSize = true;
this.tableLayoutPanelHotkey.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.tableLayoutPanelHotkey.ColumnCount = 3;
this.tableLayoutPanelHotkey.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanelHotkey.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanelHotkey.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanelHotkey.Controls.Add(this.textBoxHotkeyPlaceholder, 0, 0);
this.tableLayoutPanelHotkey.Controls.Add(this.buttonHotkeyDefault, 2, 0);
this.tableLayoutPanelHotkey.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanelHotkey.Location = new System.Drawing.Point(3, 22);
this.tableLayoutPanelHotkey.Name = "tableLayoutPanelHotkey";
this.tableLayoutPanelHotkey.RowCount = 1;
this.tableLayoutPanelHotkey.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelHotkey.Size = new System.Drawing.Size(444, 31);
this.tableLayoutPanelHotkey.TabIndex = 0;
//
// textBoxHotkeyPlaceholder
//
this.textBoxHotkeyPlaceholder.Location = new System.Drawing.Point(3, 3);
this.textBoxHotkeyPlaceholder.Name = "textBoxHotkeyPlaceholder";
this.textBoxHotkeyPlaceholder.Size = new System.Drawing.Size(200, 23);
this.textBoxHotkeyPlaceholder.TabIndex = 0;
//
// buttonHotkeyDefault
//
this.buttonHotkeyDefault.AutoSize = true;
this.buttonHotkeyDefault.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.buttonHotkeyDefault.Location = new System.Drawing.Point(312, 3);
this.buttonHotkeyDefault.MinimumSize = new System.Drawing.Size(75, 23);
this.buttonHotkeyDefault.Name = "buttonHotkeyDefault";
this.buttonHotkeyDefault.Size = new System.Drawing.Size(129, 25);
this.buttonHotkeyDefault.TabIndex = 0;
this.buttonHotkeyDefault.Text = "buttonHotkeyDefault";
this.buttonHotkeyDefault.UseVisualStyleBackColor = true;
this.buttonHotkeyDefault.Click += new System.EventHandler(this.ButtonHotkeyDefault_Click);
//
// groupBoxLanguage
//
this.groupBoxLanguage.AutoSize = true;
this.groupBoxLanguage.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.groupBoxLanguage.Controls.Add(this.tableLayoutPanelLanguage);
this.groupBoxLanguage.Location = new System.Drawing.Point(3, 205);
this.groupBoxLanguage.MaximumSize = new System.Drawing.Size(450, 0);
this.groupBoxLanguage.MinimumSize = new System.Drawing.Size(450, 0);
this.groupBoxLanguage.Name = "groupBoxLanguage";
this.groupBoxLanguage.Padding = new System.Windows.Forms.Padding(3, 6, 3, 6);
this.groupBoxLanguage.Size = new System.Drawing.Size(450, 57);
this.groupBoxLanguage.TabIndex = 0;
this.groupBoxLanguage.TabStop = false;
this.groupBoxLanguage.Text = "groupBoxLanguage";
//
// tableLayoutPanelLanguage
//
this.tableLayoutPanelLanguage.AutoSize = true;
this.tableLayoutPanelLanguage.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.tableLayoutPanelLanguage.ColumnCount = 2;
this.tableLayoutPanelLanguage.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanelLanguage.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanelLanguage.Controls.Add(this.comboBoxLanguage, 0, 0);
this.tableLayoutPanelLanguage.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanelLanguage.Location = new System.Drawing.Point(3, 22);
this.tableLayoutPanelLanguage.Name = "tableLayoutPanelLanguage";
this.tableLayoutPanelLanguage.RowCount = 1;
this.tableLayoutPanelLanguage.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelLanguage.Size = new System.Drawing.Size(444, 29);
this.tableLayoutPanelLanguage.TabIndex = 0;
//
// comboBoxLanguage
//
this.comboBoxLanguage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxLanguage.FormattingEnabled = true;
this.comboBoxLanguage.Location = new System.Drawing.Point(3, 3);
this.comboBoxLanguage.Name = "comboBoxLanguage";
this.comboBoxLanguage.Size = new System.Drawing.Size(200, 23);
this.comboBoxLanguage.TabIndex = 0;
//
// tabPageAdvanced
//
this.tabPageAdvanced.Controls.Add(this.tableLayoutPanelAdvanced);
this.tabPageAdvanced.Location = new System.Drawing.Point(4, 24);
this.tabPageAdvanced.Name = "tabPageAdvanced";
this.tabPageAdvanced.Padding = new System.Windows.Forms.Padding(3);
this.tabPageAdvanced.Size = new System.Drawing.Size(462, 402);
this.tabPageAdvanced.TabIndex = 0;
this.tabPageAdvanced.Text = "tabPageAdvanced";
this.tabPageAdvanced.UseVisualStyleBackColor = true;
//
// tableLayoutPanelAdvanced
//
this.tableLayoutPanelAdvanced.AutoSize = true;
this.tableLayoutPanelAdvanced.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.tableLayoutPanelAdvanced.ColumnCount = 1;
this.tableLayoutPanelAdvanced.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanelAdvanced.Controls.Add(this.groupBoxClick, 0, 0);
this.tableLayoutPanelAdvanced.Controls.Add(this.groupBoxSizeAndLocation, 0, 1);
this.tableLayoutPanelAdvanced.Controls.Add(this.groupBoxStaysOpen, 0, 2);
this.tableLayoutPanelAdvanced.Controls.Add(this.groupBoxOpenSubmenus, 0, 3);
this.tableLayoutPanelAdvanced.Controls.Add(this.buttonAdvancedDefault, 0, 4);
this.tableLayoutPanelAdvanced.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanelAdvanced.Location = new System.Drawing.Point(3, 3);
this.tableLayoutPanelAdvanced.Name = "tableLayoutPanelAdvanced";
this.tableLayoutPanelAdvanced.RowCount = 5;
this.tableLayoutPanelAdvanced.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelAdvanced.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelAdvanced.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelAdvanced.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelAdvanced.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelAdvanced.Size = new System.Drawing.Size(456, 396);
this.tableLayoutPanelAdvanced.TabIndex = 0;
//
// groupBoxClick
//
this.groupBoxClick.AutoSize = true;
this.groupBoxClick.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.groupBoxClick.Controls.Add(this.tableLayoutPanelClick);
this.groupBoxClick.Location = new System.Drawing.Point(3, 3);
this.groupBoxClick.MaximumSize = new System.Drawing.Size(450, 0);
this.groupBoxClick.MinimumSize = new System.Drawing.Size(450, 0);
this.groupBoxClick.Name = "groupBoxClick";
this.groupBoxClick.Size = new System.Drawing.Size(450, 47);
this.groupBoxClick.TabIndex = 0;
this.groupBoxClick.TabStop = false;
this.groupBoxClick.Text = "groupBoxClick";
//
// tableLayoutPanelClick
//
this.tableLayoutPanelClick.AutoSize = true;
this.tableLayoutPanelClick.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.tableLayoutPanelClick.ColumnCount = 1;
this.tableLayoutPanelClick.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanelClick.Controls.Add(this.checkBoxOpenItemWithOneClick, 0, 0);
this.tableLayoutPanelClick.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanelClick.Location = new System.Drawing.Point(3, 19);
this.tableLayoutPanelClick.Name = "tableLayoutPanelClick";
this.tableLayoutPanelClick.RowCount = 1;
this.tableLayoutPanelClick.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanelClick.Size = new System.Drawing.Size(444, 25);
this.tableLayoutPanelClick.TabIndex = 0;
//
// checkBoxOpenItemWithOneClick
//
this.checkBoxOpenItemWithOneClick.AutoSize = true;
this.checkBoxOpenItemWithOneClick.Dock = System.Windows.Forms.DockStyle.Fill;
this.checkBoxOpenItemWithOneClick.Location = new System.Drawing.Point(3, 3);
this.checkBoxOpenItemWithOneClick.Name = "checkBoxOpenItemWithOneClick";
this.checkBoxOpenItemWithOneClick.Size = new System.Drawing.Size(438, 19);
this.checkBoxOpenItemWithOneClick.TabIndex = 0;
this.checkBoxOpenItemWithOneClick.Text = "checkBoxOpenItemWithOneClick";
this.checkBoxOpenItemWithOneClick.UseVisualStyleBackColor = true;
//
// groupBoxSizeAndLocation
//
this.groupBoxSizeAndLocation.AutoSize = true;
this.groupBoxSizeAndLocation.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.groupBoxSizeAndLocation.Controls.Add(this.tableLayoutPanelSizeAndLocation);
this.groupBoxSizeAndLocation.Location = new System.Drawing.Point(3, 56);
this.groupBoxSizeAndLocation.MaximumSize = new System.Drawing.Size(450, 0);
this.groupBoxSizeAndLocation.MinimumSize = new System.Drawing.Size(450, 0);
this.groupBoxSizeAndLocation.Name = "groupBoxSizeAndLocation";
this.groupBoxSizeAndLocation.Padding = new System.Windows.Forms.Padding(3, 3, 3, 6);
this.groupBoxSizeAndLocation.Size = new System.Drawing.Size(450, 79);
this.groupBoxSizeAndLocation.TabIndex = 0;
this.groupBoxSizeAndLocation.TabStop = false;
this.groupBoxSizeAndLocation.Text = "groupBoxSizeAndLocation";
//
// tableLayoutPanelSizeAndLocation
//
this.tableLayoutPanelSizeAndLocation.AutoSize = true;
this.tableLayoutPanelSizeAndLocation.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.tableLayoutPanelSizeAndLocation.ColumnCount = 1;
this.tableLayoutPanelSizeAndLocation.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanelSizeAndLocation.Controls.Add(this.checkBoxAppearAtMouseLocation, 0, 0);
this.tableLayoutPanelSizeAndLocation.Controls.Add(this.tableLayoutPanelMaxMenuWidth, 0, 1);
this.tableLayoutPanelSizeAndLocation.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanelSizeAndLocation.Location = new System.Drawing.Point(3, 19);
this.tableLayoutPanelSizeAndLocation.Name = "tableLayoutPanelSizeAndLocation";
this.tableLayoutPanelSizeAndLocation.RowCount = 2;
this.tableLayoutPanelSizeAndLocation.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelSizeAndLocation.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelSizeAndLocation.Size = new System.Drawing.Size(444, 54);
this.tableLayoutPanelSizeAndLocation.TabIndex = 0;
//
// checkBoxAppearAtMouseLocation
//
this.checkBoxAppearAtMouseLocation.AutoSize = true;
this.checkBoxAppearAtMouseLocation.Dock = System.Windows.Forms.DockStyle.Fill;
this.checkBoxAppearAtMouseLocation.Location = new System.Drawing.Point(3, 3);
this.checkBoxAppearAtMouseLocation.Name = "checkBoxAppearAtMouseLocation";
this.checkBoxAppearAtMouseLocation.Size = new System.Drawing.Size(438, 19);
this.checkBoxAppearAtMouseLocation.TabIndex = 0;
this.checkBoxAppearAtMouseLocation.Text = "checkBoxAppearAtMouseLocation";
this.checkBoxAppearAtMouseLocation.UseVisualStyleBackColor = true;
//
// tableLayoutPanelMaxMenuWidth
//
this.tableLayoutPanelMaxMenuWidth.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.tableLayoutPanelMaxMenuWidth.AutoSize = true;
this.tableLayoutPanelMaxMenuWidth.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.tableLayoutPanelMaxMenuWidth.ColumnCount = 2;
this.tableLayoutPanelMaxMenuWidth.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanelMaxMenuWidth.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanelMaxMenuWidth.Controls.Add(this.numericUpDownMenuWidth, 0, 0);
this.tableLayoutPanelMaxMenuWidth.Controls.Add(this.labelMaxMenuWidth, 1, 0);
this.tableLayoutPanelMaxMenuWidth.Location = new System.Drawing.Point(0, 25);
this.tableLayoutPanelMaxMenuWidth.Margin = new System.Windows.Forms.Padding(0);
this.tableLayoutPanelMaxMenuWidth.Name = "tableLayoutPanelMaxMenuWidth";
this.tableLayoutPanelMaxMenuWidth.RowCount = 1;
this.tableLayoutPanelMaxMenuWidth.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelMaxMenuWidth.Size = new System.Drawing.Size(444, 29);
this.tableLayoutPanelMaxMenuWidth.TabIndex = 0;
//
// numericUpDownMenuWidth
//
this.numericUpDownMenuWidth.Location = new System.Drawing.Point(3, 3);
this.numericUpDownMenuWidth.Name = "numericUpDownMenuWidth";
this.numericUpDownMenuWidth.Size = new System.Drawing.Size(55, 23);
this.numericUpDownMenuWidth.TabIndex = 1;
//
// labelMaxMenuWidth
//
this.labelMaxMenuWidth.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.labelMaxMenuWidth.AutoSize = true;
this.labelMaxMenuWidth.Location = new System.Drawing.Point(64, 7);
this.labelMaxMenuWidth.MaximumSize = new System.Drawing.Size(380, 0);
this.labelMaxMenuWidth.Name = "labelMaxMenuWidth";
this.labelMaxMenuWidth.Size = new System.Drawing.Size(118, 15);
this.labelMaxMenuWidth.TabIndex = 0;
this.labelMaxMenuWidth.Text = "labelMaxMenuWidth";
//
// groupBoxStaysOpen
//
this.groupBoxStaysOpen.AutoSize = true;
this.groupBoxStaysOpen.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.groupBoxStaysOpen.Controls.Add(this.tableLayoutPanelStaysOpen);
this.groupBoxStaysOpen.Location = new System.Drawing.Point(3, 141);
this.groupBoxStaysOpen.MaximumSize = new System.Drawing.Size(450, 0);
this.groupBoxStaysOpen.MinimumSize = new System.Drawing.Size(450, 0);
this.groupBoxStaysOpen.Name = "groupBoxStaysOpen";
this.groupBoxStaysOpen.Padding = new System.Windows.Forms.Padding(3, 3, 3, 6);
this.groupBoxStaysOpen.Size = new System.Drawing.Size(450, 104);
this.groupBoxStaysOpen.TabIndex = 0;
this.groupBoxStaysOpen.TabStop = false;
this.groupBoxStaysOpen.Text = "groupBoxStaysOpen";
//
// tableLayoutPanelStaysOpen
//
this.tableLayoutPanelStaysOpen.AutoSize = true;
this.tableLayoutPanelStaysOpen.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.tableLayoutPanelStaysOpen.ColumnCount = 1;
this.tableLayoutPanelStaysOpen.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanelStaysOpen.Controls.Add(this.checkBoxStayOpenWhenItemClicked, 0, 0);
this.tableLayoutPanelStaysOpen.Controls.Add(this.checkBoxStayOpenWhenFocusLost, 0, 1);
this.tableLayoutPanelStaysOpen.Controls.Add(this.tableLayoutPanelTimeUntilCloses, 0, 2);
this.tableLayoutPanelStaysOpen.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanelStaysOpen.Location = new System.Drawing.Point(3, 19);
this.tableLayoutPanelStaysOpen.Name = "tableLayoutPanelStaysOpen";
this.tableLayoutPanelStaysOpen.RowCount = 3;
this.tableLayoutPanelStaysOpen.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelStaysOpen.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelStaysOpen.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelStaysOpen.Size = new System.Drawing.Size(444, 79);
this.tableLayoutPanelStaysOpen.TabIndex = 0;
//
// checkBoxStayOpenWhenItemClicked
//
this.checkBoxStayOpenWhenItemClicked.AutoSize = true;
this.checkBoxStayOpenWhenItemClicked.Checked = true;
this.checkBoxStayOpenWhenItemClicked.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBoxStayOpenWhenItemClicked.Location = new System.Drawing.Point(3, 3);
this.checkBoxStayOpenWhenItemClicked.Name = "checkBoxStayOpenWhenItemClicked";
this.checkBoxStayOpenWhenItemClicked.Size = new System.Drawing.Size(222, 19);
this.checkBoxStayOpenWhenItemClicked.TabIndex = 0;
this.checkBoxStayOpenWhenItemClicked.Text = "checkBoxStayOpenWhenItemClicked";
this.checkBoxStayOpenWhenItemClicked.UseVisualStyleBackColor = true;
//
// checkBoxStayOpenWhenFocusLost
//
this.checkBoxStayOpenWhenFocusLost.AutoSize = true;
this.checkBoxStayOpenWhenFocusLost.Checked = true;
this.checkBoxStayOpenWhenFocusLost.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBoxStayOpenWhenFocusLost.Location = new System.Drawing.Point(3, 28);
this.checkBoxStayOpenWhenFocusLost.Name = "checkBoxStayOpenWhenFocusLost";
this.checkBoxStayOpenWhenFocusLost.Size = new System.Drawing.Size(212, 19);
this.checkBoxStayOpenWhenFocusLost.TabIndex = 0;
this.checkBoxStayOpenWhenFocusLost.Text = "checkBoxStayOpenWhenFocusLost";
this.checkBoxStayOpenWhenFocusLost.UseVisualStyleBackColor = true;
this.checkBoxStayOpenWhenFocusLost.CheckedChanged += new System.EventHandler(this.CheckBoxStayOpenWhenFocusLost_CheckedChanged);
//
// tableLayoutPanelTimeUntilCloses
//
this.tableLayoutPanelTimeUntilCloses.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.tableLayoutPanelTimeUntilCloses.AutoSize = true;
this.tableLayoutPanelTimeUntilCloses.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.tableLayoutPanelTimeUntilCloses.ColumnCount = 2;
this.tableLayoutPanelTimeUntilCloses.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanelTimeUntilCloses.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanelTimeUntilCloses.Controls.Add(this.labelTimeUntilCloses, 1, 0);
this.tableLayoutPanelTimeUntilCloses.Controls.Add(this.numericUpDownTimeUntilClose, 0, 0);
this.tableLayoutPanelTimeUntilCloses.Location = new System.Drawing.Point(0, 50);
this.tableLayoutPanelTimeUntilCloses.Margin = new System.Windows.Forms.Padding(0);
this.tableLayoutPanelTimeUntilCloses.Name = "tableLayoutPanelTimeUntilCloses";
this.tableLayoutPanelTimeUntilCloses.RowCount = 1;
this.tableLayoutPanelTimeUntilCloses.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelTimeUntilCloses.Size = new System.Drawing.Size(444, 29);
this.tableLayoutPanelTimeUntilCloses.TabIndex = 0;
//
// labelTimeUntilCloses
//
this.labelTimeUntilCloses.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.labelTimeUntilCloses.AutoSize = true;
this.labelTimeUntilCloses.Location = new System.Drawing.Point(64, 7);
this.labelTimeUntilCloses.MaximumSize = new System.Drawing.Size(380, 0);
this.labelTimeUntilCloses.Name = "labelTimeUntilCloses";
this.labelTimeUntilCloses.Size = new System.Drawing.Size(117, 15);
this.labelTimeUntilCloses.TabIndex = 0;
this.labelTimeUntilCloses.Text = "labelTimeUntilCloses";
//
// numericUpDownTimeUntilClose
//
this.numericUpDownTimeUntilClose.Location = new System.Drawing.Point(3, 3);
this.numericUpDownTimeUntilClose.Name = "numericUpDownTimeUntilClose";
this.numericUpDownTimeUntilClose.Size = new System.Drawing.Size(55, 23);
this.numericUpDownTimeUntilClose.TabIndex = 1;
//
// groupBoxOpenSubmenus
//
this.groupBoxOpenSubmenus.AutoSize = true;
this.groupBoxOpenSubmenus.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.groupBoxOpenSubmenus.Controls.Add(this.tableLayoutPanelTimeUntilOpen);
this.groupBoxOpenSubmenus.Location = new System.Drawing.Point(3, 251);
this.groupBoxOpenSubmenus.MaximumSize = new System.Drawing.Size(450, 0);
this.groupBoxOpenSubmenus.MinimumSize = new System.Drawing.Size(450, 0);
this.groupBoxOpenSubmenus.Name = "groupBoxOpenSubmenus";
this.groupBoxOpenSubmenus.Padding = new System.Windows.Forms.Padding(3, 3, 3, 6);
this.groupBoxOpenSubmenus.Size = new System.Drawing.Size(450, 54);
this.groupBoxOpenSubmenus.TabIndex = 0;
this.groupBoxOpenSubmenus.TabStop = false;
this.groupBoxOpenSubmenus.Text = "groupBoxOpenSubmenus";
//
// tableLayoutPanelTimeUntilOpen
//
this.tableLayoutPanelTimeUntilOpen.AutoSize = true;
this.tableLayoutPanelTimeUntilOpen.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.tableLayoutPanelTimeUntilOpen.ColumnCount = 2;
this.tableLayoutPanelTimeUntilOpen.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanelTimeUntilOpen.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanelTimeUntilOpen.Controls.Add(this.numericUpDownTimeUntilOpens, 0, 0);
this.tableLayoutPanelTimeUntilOpen.Controls.Add(this.labelTimeUntilOpen, 1, 0);
this.tableLayoutPanelTimeUntilOpen.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanelTimeUntilOpen.Location = new System.Drawing.Point(3, 19);
this.tableLayoutPanelTimeUntilOpen.Name = "tableLayoutPanelTimeUntilOpen";
this.tableLayoutPanelTimeUntilOpen.RowCount = 1;
this.tableLayoutPanelTimeUntilOpen.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelTimeUntilOpen.Size = new System.Drawing.Size(444, 29);
this.tableLayoutPanelTimeUntilOpen.TabIndex = 0;
//
// numericUpDownTimeUntilOpens
//
this.numericUpDownTimeUntilOpens.Location = new System.Drawing.Point(3, 3);
this.numericUpDownTimeUntilOpens.Name = "numericUpDownTimeUntilOpens";
this.numericUpDownTimeUntilOpens.Size = new System.Drawing.Size(55, 23);
this.numericUpDownTimeUntilOpens.TabIndex = 2;
//
// labelTimeUntilOpen
//
this.labelTimeUntilOpen.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.labelTimeUntilOpen.AutoSize = true;
this.labelTimeUntilOpen.Location = new System.Drawing.Point(64, 7);
this.labelTimeUntilOpen.MaximumSize = new System.Drawing.Size(380, 0);
this.labelTimeUntilOpen.Name = "labelTimeUntilOpen";
this.labelTimeUntilOpen.Size = new System.Drawing.Size(112, 15);
this.labelTimeUntilOpen.TabIndex = 0;
this.labelTimeUntilOpen.Text = "labelTimeUntilOpen";
//
// buttonAdvancedDefault
//
this.buttonAdvancedDefault.AutoSize = true;
this.buttonAdvancedDefault.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.buttonAdvancedDefault.Location = new System.Drawing.Point(9, 317);
this.buttonAdvancedDefault.Margin = new System.Windows.Forms.Padding(9, 9, 3, 9);
this.buttonAdvancedDefault.MinimumSize = new System.Drawing.Size(75, 25);
this.buttonAdvancedDefault.Name = "buttonAdvancedDefault";
this.buttonAdvancedDefault.Size = new System.Drawing.Size(144, 25);
this.buttonAdvancedDefault.TabIndex = 0;
this.buttonAdvancedDefault.Text = "buttonAdvancedDefault";
this.buttonAdvancedDefault.UseVisualStyleBackColor = true;
this.buttonAdvancedDefault.Click += new System.EventHandler(this.ButtonAdvancedDefault_Click);
//
// tabPageCustomize
//
this.tabPageCustomize.Controls.Add(this.tableLayoutPanelCustomize);
this.tabPageCustomize.Location = new System.Drawing.Point(4, 24);
this.tabPageCustomize.Name = "tabPageCustomize";
this.tabPageCustomize.Padding = new System.Windows.Forms.Padding(3);
this.tabPageCustomize.Size = new System.Drawing.Size(462, 402);
this.tabPageCustomize.TabIndex = 0;
this.tabPageCustomize.Text = "tabPageCustomize";
this.tabPageCustomize.UseVisualStyleBackColor = true;
//
// tableLayoutPanelCustomize
//
this.tableLayoutPanelCustomize.AutoSize = true;
this.tableLayoutPanelCustomize.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.tableLayoutPanelCustomize.ColumnCount = 1;
this.tableLayoutPanelCustomize.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanelCustomize.Controls.Add(this.groupBoxColors, 0, 0);
this.tableLayoutPanelCustomize.Controls.Add(this.groupBoxDarkMode, 0, 1);
this.tableLayoutPanelCustomize.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanelCustomize.Location = new System.Drawing.Point(3, 3);
this.tableLayoutPanelCustomize.Name = "tableLayoutPanelCustomize";
this.tableLayoutPanelCustomize.RowCount = 2;
this.tableLayoutPanelCustomize.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelCustomize.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelCustomize.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanelCustomize.Size = new System.Drawing.Size(456, 396);
this.tableLayoutPanelCustomize.TabIndex = 0;
//
// groupBoxColors
//
this.groupBoxColors.AutoSize = true;
this.groupBoxColors.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.groupBoxColors.Controls.Add(this.tableLayoutPanelColors);
this.groupBoxColors.Location = new System.Drawing.Point(3, 3);
this.groupBoxColors.MaximumSize = new System.Drawing.Size(450, 0);
this.groupBoxColors.MinimumSize = new System.Drawing.Size(450, 0);
this.groupBoxColors.Name = "groupBoxColors";
this.groupBoxColors.Size = new System.Drawing.Size(450, 180);
this.groupBoxColors.TabIndex = 0;
this.groupBoxColors.TabStop = false;
this.groupBoxColors.Text = "groupBoxColors";
//
// tableLayoutPanelColors
//
this.tableLayoutPanelColors.AutoSize = true;
this.tableLayoutPanelColors.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.tableLayoutPanelColors.ColumnCount = 1;
this.tableLayoutPanelColors.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 444F));
this.tableLayoutPanelColors.Controls.Add(this.tableLayoutPanel1, 0, 0);
this.tableLayoutPanelColors.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanelColors.Location = new System.Drawing.Point(3, 19);
this.tableLayoutPanelColors.Name = "tableLayoutPanelColors";
this.tableLayoutPanelColors.RowCount = 1;
this.tableLayoutPanelColors.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelColors.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 158F));
this.tableLayoutPanelColors.Size = new System.Drawing.Size(444, 158);
this.tableLayoutPanelColors.TabIndex = 0;
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tableLayoutPanel1.BackgroundImage")));
this.tableLayoutPanel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.tableLayoutPanel1.ColumnCount = 3;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 34.31818F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 32.95454F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 32.5F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel1.Controls.Add(this.buttonDefaultColors, 0, 4);
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel7, 1, 2);
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel6, 2, 2);
this.tableLayoutPanel1.Controls.Add(this.textBoxColors3b, 2, 4);
this.tableLayoutPanel1.Controls.Add(this.textBoxColors5, 0, 2);
this.tableLayoutPanel1.Controls.Add(this.textBoxColors3, 2, 3);
this.tableLayoutPanel1.Controls.Add(this.textBoxColors1, 2, 1);
this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
this.tableLayoutPanel1.MaximumSize = new System.Drawing.Size(440, 152);
this.tableLayoutPanel1.MinimumSize = new System.Drawing.Size(440, 152);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 6;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 12F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 22.76423F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 26.01626F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 26.01626F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25.20325F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 16F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(440, 152);
this.tableLayoutPanel1.TabIndex = 1;
//
// buttonDefaultColors
//
this.buttonDefaultColors.Location = new System.Drawing.Point(3, 107);
this.buttonDefaultColors.MinimumSize = new System.Drawing.Size(75, 25);
this.buttonDefaultColors.Name = "buttonDefaultColors";
this.buttonDefaultColors.Size = new System.Drawing.Size(75, 25);
this.buttonDefaultColors.TabIndex = 3;
this.buttonDefaultColors.Text = "Default";
this.buttonDefaultColors.UseVisualStyleBackColor = true;
this.buttonDefaultColors.Click += new System.EventHandler(this.ButtonDefaultColors_Click);
//
// tableLayoutPanel7
//
this.tableLayoutPanel7.AutoSize = true;
this.tableLayoutPanel7.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.tableLayoutPanel7.BackColor = System.Drawing.Color.Transparent;
this.tableLayoutPanel7.ColumnCount = 2;
this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel7.Controls.Add(this.textBoxColors4, 0, 0);
this.tableLayoutPanel7.Controls.Add(this.textBoxColors4b, 1, 0);
this.tableLayoutPanel7.Location = new System.Drawing.Point(151, 40);
this.tableLayoutPanel7.Margin = new System.Windows.Forms.Padding(0);
this.tableLayoutPanel7.Name = "tableLayoutPanel7";
this.tableLayoutPanel7.RowCount = 1;
this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 29F));
this.tableLayoutPanel7.Size = new System.Drawing.Size(137, 29);
this.tableLayoutPanel7.TabIndex = 3;
//
// textBoxColors4
//
this.textBoxColors4.Location = new System.Drawing.Point(3, 3);
this.textBoxColors4.MaxLength = 12;
this.textBoxColors4.Name = "textBoxColors4";
this.textBoxColors4.Size = new System.Drawing.Size(65, 23);
this.textBoxColors4.TabIndex = 2;
this.textBoxColors4.Text = "#ffffff";
this.textBoxColors4.TextChanged += new System.EventHandler(this.TextBoxColorsChanged);
this.textBoxColors4.DoubleClick += new System.EventHandler(this.TextBoxColorsDoubleClick);
//
// textBoxColors4b
//
this.textBoxColors4b.Location = new System.Drawing.Point(74, 3);
this.textBoxColors4b.MaxLength = 12;
this.textBoxColors4b.Name = "textBoxColors4b";
this.textBoxColors4b.Size = new System.Drawing.Size(60, 23);
this.textBoxColors4b.TabIndex = 2;
this.textBoxColors4b.Text = "#ffffff";
this.textBoxColors4b.TextChanged += new System.EventHandler(this.TextBoxColorsChanged);
this.textBoxColors4b.DoubleClick += new System.EventHandler(this.TextBoxColorsDoubleClick);
//
// tableLayoutPanel6
//
this.tableLayoutPanel6.AutoSize = true;
this.tableLayoutPanel6.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.tableLayoutPanel6.BackColor = System.Drawing.Color.Transparent;
this.tableLayoutPanel6.ColumnCount = 2;
this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel6.Controls.Add(this.textBoxColors2, 0, 0);
this.tableLayoutPanel6.Controls.Add(this.textBoxColors2b, 1, 0);
this.tableLayoutPanel6.Location = new System.Drawing.Point(296, 40);
this.tableLayoutPanel6.Margin = new System.Windows.Forms.Padding(0);
this.tableLayoutPanel6.Name = "tableLayoutPanel6";
this.tableLayoutPanel6.RowCount = 1;
this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel6.Size = new System.Drawing.Size(137, 29);
this.tableLayoutPanel6.TabIndex = 3;
//
// textBoxColors2
//
this.textBoxColors2.Location = new System.Drawing.Point(3, 3);
this.textBoxColors2.MaxLength = 12;
this.textBoxColors2.Name = "textBoxColors2";
this.textBoxColors2.Size = new System.Drawing.Size(65, 23);
this.textBoxColors2.TabIndex = 2;
this.textBoxColors2.Text = "#ffffff";
this.textBoxColors2.TextChanged += new System.EventHandler(this.TextBoxColorsChanged);
this.textBoxColors2.DoubleClick += new System.EventHandler(this.TextBoxColorsDoubleClick);
//
// textBoxColors2b
//
this.textBoxColors2b.Location = new System.Drawing.Point(74, 3);
this.textBoxColors2b.Name = "textBoxColors2b";
this.textBoxColors2b.Size = new System.Drawing.Size(60, 23);
this.textBoxColors2b.TabIndex = 2;
this.textBoxColors2b.Text = "#ffffff";
this.textBoxColors2b.TextChanged += new System.EventHandler(this.TextBoxColorsChanged);
this.textBoxColors2b.DoubleClick += new System.EventHandler(this.TextBoxColorsDoubleClick);
//
// textBoxColors3b
//
this.textBoxColors3b.Location = new System.Drawing.Point(329, 109);
this.textBoxColors3b.Margin = new System.Windows.Forms.Padding(33, 5, 3, 3);
this.textBoxColors3b.MaxLength = 12;
this.textBoxColors3b.Name = "textBoxColors3b";
this.textBoxColors3b.Size = new System.Drawing.Size(100, 23);
this.textBoxColors3b.TabIndex = 2;
this.textBoxColors3b.Text = "#ffffff";
this.textBoxColors3b.TextChanged += new System.EventHandler(this.TextBoxColorsChanged);
this.textBoxColors3b.DoubleClick += new System.EventHandler(this.TextBoxColorsDoubleClick);
//
// textBoxColors5
//
this.textBoxColors5.Location = new System.Drawing.Point(7, 43);
this.textBoxColors5.Margin = new System.Windows.Forms.Padding(7, 3, 3, 3);
this.textBoxColors5.MaxLength = 12;
this.textBoxColors5.Name = "textBoxColors5";
this.textBoxColors5.Size = new System.Drawing.Size(137, 23);
this.textBoxColors5.TabIndex = 2;
this.textBoxColors5.Text = "#ffffff";
this.textBoxColors5.TextChanged += new System.EventHandler(this.TextBoxColorsChanged);
this.textBoxColors5.DoubleClick += new System.EventHandler(this.TextBoxColorsDoubleClick);
//
// textBoxColors3
//
this.textBoxColors3.Location = new System.Drawing.Point(299, 75);
this.textBoxColors3.MaxLength = 12;
this.textBoxColors3.Name = "textBoxColors3";
this.textBoxColors3.Size = new System.Drawing.Size(132, 23);
this.textBoxColors3.TabIndex = 2;
this.textBoxColors3.Text = "#ffffff";
this.textBoxColors3.TextChanged += new System.EventHandler(this.TextBoxColorsChanged);
this.textBoxColors3.DoubleClick += new System.EventHandler(this.TextBoxColorsDoubleClick);
//
// textBoxColors1
//
this.textBoxColors1.Location = new System.Drawing.Point(299, 15);
this.textBoxColors1.MaxLength = 12;
this.textBoxColors1.Name = "textBoxColors1";
this.textBoxColors1.Size = new System.Drawing.Size(84, 23);
this.textBoxColors1.TabIndex = 2;
this.textBoxColors1.Text = "#ffffff";
this.textBoxColors1.TextChanged += new System.EventHandler(this.TextBoxColorsChanged);
this.textBoxColors1.DoubleClick += new System.EventHandler(this.TextBoxColorsDoubleClick);
//
// groupBoxDarkMode
//
this.groupBoxDarkMode.AutoSize = true;
this.groupBoxDarkMode.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.groupBoxDarkMode.Controls.Add(this.tableLayoutPanelDarkMode);
this.groupBoxDarkMode.Location = new System.Drawing.Point(3, 189);
this.groupBoxDarkMode.MaximumSize = new System.Drawing.Size(450, 0);
this.groupBoxDarkMode.MinimumSize = new System.Drawing.Size(450, 0);
this.groupBoxDarkMode.Name = "groupBoxDarkMode";
this.groupBoxDarkMode.Size = new System.Drawing.Size(450, 205);
this.groupBoxDarkMode.TabIndex = 0;
this.groupBoxDarkMode.TabStop = false;
this.groupBoxDarkMode.Text = "groupBoxDarkMode";
//
// tableLayoutPanelDarkMode
//
this.tableLayoutPanelDarkMode.AutoSize = true;
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.tableLayoutPanel10, 0, 1);
this.tableLayoutPanelDarkMode.Controls.Add(this.checkBoxDarkModeAlwaysOn, 0, 0);
this.tableLayoutPanelDarkMode.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanelDarkMode.Location = new System.Drawing.Point(3, 19);
this.tableLayoutPanelDarkMode.Name = "tableLayoutPanelDarkMode";
this.tableLayoutPanelDarkMode.RowCount = 2;
this.tableLayoutPanelDarkMode.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelDarkMode.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelDarkMode.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanelDarkMode.Size = new System.Drawing.Size(444, 183);
this.tableLayoutPanelDarkMode.TabIndex = 0;
//
// tableLayoutPanel10
//
this.tableLayoutPanel10.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tableLayoutPanel10.BackgroundImage")));
this.tableLayoutPanel10.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.tableLayoutPanel10.ColumnCount = 3;
this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 34.31818F));
this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 32.95454F));
this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 32.5F));
this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel10.Controls.Add(this.textBoxColorsDark5, 0, 2);
this.tableLayoutPanel10.Controls.Add(this.tableLayoutPanel8, 1, 2);
this.tableLayoutPanel10.Controls.Add(this.buttonDefaultColorsDark, 0, 4);
this.tableLayoutPanel10.Controls.Add(this.textBoxColorsDark3, 2, 3);
this.tableLayoutPanel10.Controls.Add(this.tableLayoutPanel9, 2, 2);
this.tableLayoutPanel10.Controls.Add(this.textBoxColorsDark3b, 2, 4);
this.tableLayoutPanel10.Controls.Add(this.textBoxColorsDark1, 2, 1);
this.tableLayoutPanel10.Location = new System.Drawing.Point(3, 28);
this.tableLayoutPanel10.MaximumSize = new System.Drawing.Size(440, 152);
this.tableLayoutPanel10.MinimumSize = new System.Drawing.Size(440, 152);
this.tableLayoutPanel10.Name = "tableLayoutPanel10";
this.tableLayoutPanel10.RowCount = 6;
this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 12F));
this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 22.76423F));
this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 26.01626F));
this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 26.01626F));
this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25.20325F));
this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 16F));
this.tableLayoutPanel10.Size = new System.Drawing.Size(440, 152);
this.tableLayoutPanel10.TabIndex = 1;
//
// textBoxColorsDark5
//
this.textBoxColorsDark5.BackColor = System.Drawing.SystemColors.WindowText;
this.textBoxColorsDark5.ForeColor = System.Drawing.SystemColors.Window;
this.textBoxColorsDark5.Location = new System.Drawing.Point(7, 43);
this.textBoxColorsDark5.Margin = new System.Windows.Forms.Padding(7, 3, 3, 3);
this.textBoxColorsDark5.MaxLength = 12;
this.textBoxColorsDark5.Name = "textBoxColorsDark5";
this.textBoxColorsDark5.Size = new System.Drawing.Size(137, 23);
this.textBoxColorsDark5.TabIndex = 2;
this.textBoxColorsDark5.Text = "#ffffff";
this.textBoxColorsDark5.TextChanged += new System.EventHandler(this.TextBoxColorsChanged);
this.textBoxColorsDark5.DoubleClick += new System.EventHandler(this.TextBoxColorsDoubleClick);
//
// tableLayoutPanel8
//
this.tableLayoutPanel8.AutoSize = true;
this.tableLayoutPanel8.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.tableLayoutPanel8.BackColor = System.Drawing.Color.Transparent;
this.tableLayoutPanel8.ColumnCount = 2;
this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel8.Controls.Add(this.textBoxColorsDark4, 0, 0);
this.tableLayoutPanel8.Controls.Add(this.textBoxColorsDark4b, 1, 0);
this.tableLayoutPanel8.Location = new System.Drawing.Point(151, 40);
this.tableLayoutPanel8.Margin = new System.Windows.Forms.Padding(0);
this.tableLayoutPanel8.Name = "tableLayoutPanel8";
this.tableLayoutPanel8.RowCount = 1;
this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel8.Size = new System.Drawing.Size(137, 29);
this.tableLayoutPanel8.TabIndex = 3;
//
// textBoxColorsDark4
//
this.textBoxColorsDark4.BackColor = System.Drawing.SystemColors.WindowText;
this.textBoxColorsDark4.ForeColor = System.Drawing.SystemColors.Window;
this.textBoxColorsDark4.Location = new System.Drawing.Point(3, 3);
this.textBoxColorsDark4.MaxLength = 12;
this.textBoxColorsDark4.Name = "textBoxColorsDark4";
this.textBoxColorsDark4.Size = new System.Drawing.Size(65, 23);
this.textBoxColorsDark4.TabIndex = 2;
this.textBoxColorsDark4.Text = "#ffffff";
this.textBoxColorsDark4.TextChanged += new System.EventHandler(this.TextBoxColorsChanged);
this.textBoxColorsDark4.DoubleClick += new System.EventHandler(this.TextBoxColorsDoubleClick);
//
// textBoxColorsDark4b
//
this.textBoxColorsDark4b.BackColor = System.Drawing.SystemColors.WindowText;
this.textBoxColorsDark4b.ForeColor = System.Drawing.SystemColors.Window;
this.textBoxColorsDark4b.Location = new System.Drawing.Point(74, 3);
this.textBoxColorsDark4b.MaxLength = 12;
this.textBoxColorsDark4b.Name = "textBoxColorsDark4b";
this.textBoxColorsDark4b.Size = new System.Drawing.Size(60, 23);
this.textBoxColorsDark4b.TabIndex = 2;
this.textBoxColorsDark4b.Text = "#ffffff";
this.textBoxColorsDark4b.TextChanged += new System.EventHandler(this.TextBoxColorsChanged);
this.textBoxColorsDark4b.DoubleClick += new System.EventHandler(this.TextBoxColorsDoubleClick);
//
// buttonDefaultColorsDark
//
this.buttonDefaultColorsDark.Location = new System.Drawing.Point(3, 107);
this.buttonDefaultColorsDark.MinimumSize = new System.Drawing.Size(75, 25);
this.buttonDefaultColorsDark.Name = "buttonDefaultColorsDark";
this.buttonDefaultColorsDark.Size = new System.Drawing.Size(75, 25);
this.buttonDefaultColorsDark.TabIndex = 3;
this.buttonDefaultColorsDark.Text = "Default";
this.buttonDefaultColorsDark.UseVisualStyleBackColor = true;
this.buttonDefaultColorsDark.Click += new System.EventHandler(this.ButtonDefaultColorsDark_Click);
//
// textBoxColorsDark3
//
this.textBoxColorsDark3.BackColor = System.Drawing.SystemColors.WindowText;
this.textBoxColorsDark3.ForeColor = System.Drawing.SystemColors.Window;
this.textBoxColorsDark3.Location = new System.Drawing.Point(299, 75);
this.textBoxColorsDark3.MaxLength = 12;
this.textBoxColorsDark3.Name = "textBoxColorsDark3";
this.textBoxColorsDark3.Size = new System.Drawing.Size(132, 23);
this.textBoxColorsDark3.TabIndex = 2;
this.textBoxColorsDark3.Text = "#ffffff";
this.textBoxColorsDark3.TextChanged += new System.EventHandler(this.TextBoxColorsChanged);
this.textBoxColorsDark3.DoubleClick += new System.EventHandler(this.TextBoxColorsDoubleClick);
//
// tableLayoutPanel9
//
this.tableLayoutPanel9.AutoSize = true;
this.tableLayoutPanel9.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.tableLayoutPanel9.BackColor = System.Drawing.Color.Transparent;
this.tableLayoutPanel9.ColumnCount = 2;
this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel9.Controls.Add(this.textBoxColorsDark2, 0, 0);
this.tableLayoutPanel9.Controls.Add(this.textBoxColorsDark2b, 1, 0);
this.tableLayoutPanel9.Location = new System.Drawing.Point(296, 40);
this.tableLayoutPanel9.Margin = new System.Windows.Forms.Padding(0);
this.tableLayoutPanel9.Name = "tableLayoutPanel9";
this.tableLayoutPanel9.RowCount = 1;
this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel9.Size = new System.Drawing.Size(137, 29);
this.tableLayoutPanel9.TabIndex = 3;
//
// textBoxColorsDark2
//
this.textBoxColorsDark2.BackColor = System.Drawing.SystemColors.WindowText;
this.textBoxColorsDark2.ForeColor = System.Drawing.SystemColors.Window;
this.textBoxColorsDark2.Location = new System.Drawing.Point(3, 3);
this.textBoxColorsDark2.MaxLength = 12;
this.textBoxColorsDark2.Name = "textBoxColorsDark2";
this.textBoxColorsDark2.Size = new System.Drawing.Size(65, 23);
this.textBoxColorsDark2.TabIndex = 2;
this.textBoxColorsDark2.Text = "#ffffff";
this.textBoxColorsDark2.TextChanged += new System.EventHandler(this.TextBoxColorsChanged);
this.textBoxColorsDark2.DoubleClick += new System.EventHandler(this.TextBoxColorsDoubleClick);
//
// textBoxColorsDark2b
//
this.textBoxColorsDark2b.BackColor = System.Drawing.SystemColors.WindowText;
this.textBoxColorsDark2b.ForeColor = System.Drawing.SystemColors.Window;
this.textBoxColorsDark2b.Location = new System.Drawing.Point(74, 3);
this.textBoxColorsDark2b.Name = "textBoxColorsDark2b";
this.textBoxColorsDark2b.Size = new System.Drawing.Size(60, 23);
this.textBoxColorsDark2b.TabIndex = 2;
this.textBoxColorsDark2b.Text = "#ffffff";
this.textBoxColorsDark2b.TextChanged += new System.EventHandler(this.TextBoxColorsChanged);
this.textBoxColorsDark2b.DoubleClick += new System.EventHandler(this.TextBoxColorsDoubleClick);
//
// textBoxColorsDark3b
//
this.textBoxColorsDark3b.BackColor = System.Drawing.SystemColors.WindowText;
this.textBoxColorsDark3b.ForeColor = System.Drawing.SystemColors.Window;
this.textBoxColorsDark3b.Location = new System.Drawing.Point(329, 109);
this.textBoxColorsDark3b.Margin = new System.Windows.Forms.Padding(33, 5, 3, 3);
this.textBoxColorsDark3b.MaxLength = 12;
this.textBoxColorsDark3b.Name = "textBoxColorsDark3b";
this.textBoxColorsDark3b.Size = new System.Drawing.Size(100, 23);
this.textBoxColorsDark3b.TabIndex = 2;
this.textBoxColorsDark3b.Text = "#ffffff";
this.textBoxColorsDark3b.TextChanged += new System.EventHandler(this.TextBoxColorsChanged);
this.textBoxColorsDark3b.DoubleClick += new System.EventHandler(this.TextBoxColorsDoubleClick);
//
// textBoxColorsDark1
//
this.textBoxColorsDark1.BackColor = System.Drawing.SystemColors.WindowText;
this.textBoxColorsDark1.ForeColor = System.Drawing.SystemColors.Window;
this.textBoxColorsDark1.Location = new System.Drawing.Point(299, 15);
this.textBoxColorsDark1.MaxLength = 12;
this.textBoxColorsDark1.Name = "textBoxColorsDark1";
this.textBoxColorsDark1.Size = new System.Drawing.Size(84, 23);
this.textBoxColorsDark1.TabIndex = 2;
this.textBoxColorsDark1.Text = "#ffffff";
this.textBoxColorsDark1.TextChanged += new System.EventHandler(this.TextBoxColorsChanged);
this.textBoxColorsDark1.DoubleClick += new System.EventHandler(this.TextBoxColorsDoubleClick);
//
// 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;
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(3, 3);
this.textBox1.MaxLength = 12;
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(65, 23);
this.textBox1.TabIndex = 2;
this.textBox1.Text = "#ffffff";
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(74, 3);
this.textBox2.MaxLength = 12;
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(60, 23);
this.textBox2.TabIndex = 2;
this.textBox2.Text = "#ffffff";
//
// textBox3
//
this.textBox3.Location = new System.Drawing.Point(3, 3);
this.textBox3.MaxLength = 12;
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(65, 23);
this.textBox3.TabIndex = 2;
this.textBox3.Text = "#ffffff";
//
// textBox4
//
this.textBox4.Location = new System.Drawing.Point(74, 3);
this.textBox4.Name = "textBox4";
this.textBox4.Size = new System.Drawing.Size(60, 23);
this.textBox4.TabIndex = 2;
this.textBox4.Text = "#ffffff";
//
// SettingsForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoSize = true;
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.ClientSize = new System.Drawing.Size(1429, 520);
this.Controls.Add(this.tableLayoutPanelMain);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "SettingsForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Settings";
this.tableLayoutPanelMain.ResumeLayout(false);
this.tableLayoutPanelMain.PerformLayout();
this.tableLayoutPanelBottom.ResumeLayout(false);
this.tableLayoutPanelBottom.PerformLayout();
this.tabControl.ResumeLayout(false);
this.tabPageGeneral.ResumeLayout(false);
this.tabPageGeneral.PerformLayout();
this.tableLayoutPanelGeneral.ResumeLayout(false);
this.tableLayoutPanelGeneral.PerformLayout();
this.groupBoxFolder.ResumeLayout(false);
this.groupBoxFolder.PerformLayout();
this.tableLayoutPanelFolder.ResumeLayout(false);
this.tableLayoutPanelFolder.PerformLayout();
this.tableLayoutPanelChangeFolder.ResumeLayout(false);
this.tableLayoutPanelChangeFolder.PerformLayout();
this.groupBoxAutostart.ResumeLayout(false);
this.groupBoxAutostart.PerformLayout();
this.tableLayoutPanelAutostart.ResumeLayout(false);
this.tableLayoutPanelAutostart.PerformLayout();
this.groupBoxHotkey.ResumeLayout(false);
this.groupBoxHotkey.PerformLayout();
this.tableLayoutPanelHotkey.ResumeLayout(false);
this.tableLayoutPanelHotkey.PerformLayout();
this.groupBoxLanguage.ResumeLayout(false);
this.groupBoxLanguage.PerformLayout();
this.tableLayoutPanelLanguage.ResumeLayout(false);
this.tabPageAdvanced.ResumeLayout(false);
this.tabPageAdvanced.PerformLayout();
this.tableLayoutPanelAdvanced.ResumeLayout(false);
this.tableLayoutPanelAdvanced.PerformLayout();
this.groupBoxClick.ResumeLayout(false);
this.groupBoxClick.PerformLayout();
this.tableLayoutPanelClick.ResumeLayout(false);
this.tableLayoutPanelClick.PerformLayout();
this.groupBoxSizeAndLocation.ResumeLayout(false);
this.groupBoxSizeAndLocation.PerformLayout();
this.tableLayoutPanelSizeAndLocation.ResumeLayout(false);
this.tableLayoutPanelSizeAndLocation.PerformLayout();
this.tableLayoutPanelMaxMenuWidth.ResumeLayout(false);
this.tableLayoutPanelMaxMenuWidth.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownMenuWidth)).EndInit();
this.groupBoxStaysOpen.ResumeLayout(false);
this.groupBoxStaysOpen.PerformLayout();
this.tableLayoutPanelStaysOpen.ResumeLayout(false);
this.tableLayoutPanelStaysOpen.PerformLayout();
this.tableLayoutPanelTimeUntilCloses.ResumeLayout(false);
this.tableLayoutPanelTimeUntilCloses.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownTimeUntilClose)).EndInit();
this.groupBoxOpenSubmenus.ResumeLayout(false);
this.groupBoxOpenSubmenus.PerformLayout();
this.tableLayoutPanelTimeUntilOpen.ResumeLayout(false);
this.tableLayoutPanelTimeUntilOpen.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownTimeUntilOpens)).EndInit();
this.tabPageCustomize.ResumeLayout(false);
this.tabPageCustomize.PerformLayout();
this.tableLayoutPanelCustomize.ResumeLayout(false);
this.tableLayoutPanelCustomize.PerformLayout();
this.groupBoxColors.ResumeLayout(false);
this.groupBoxColors.PerformLayout();
this.tableLayoutPanelColors.ResumeLayout(false);
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
this.tableLayoutPanel7.ResumeLayout(false);
this.tableLayoutPanel7.PerformLayout();
this.tableLayoutPanel6.ResumeLayout(false);
this.tableLayoutPanel6.PerformLayout();
this.groupBoxDarkMode.ResumeLayout(false);
this.groupBoxDarkMode.PerformLayout();
this.tableLayoutPanelDarkMode.ResumeLayout(false);
this.tableLayoutPanelDarkMode.PerformLayout();
this.tableLayoutPanel10.ResumeLayout(false);
this.tableLayoutPanel10.PerformLayout();
this.tableLayoutPanel8.ResumeLayout(false);
this.tableLayoutPanel8.PerformLayout();
this.tableLayoutPanel9.ResumeLayout(false);
this.tableLayoutPanel9.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TableLayoutPanel tableLayoutPanelMain;
private System.Windows.Forms.Button buttonOk;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanelBottom;
private System.Windows.Forms.TabControl tabControl;
private System.Windows.Forms.TabPage tabPageGeneral;
private System.Windows.Forms.ComboBox comboBoxLanguage;
//private System.Windows.Forms.TextBox textBoxHotkey;
private HotkeyControl textBoxHotkey;
private System.Windows.Forms.TextBox textBoxFolder;
private System.Windows.Forms.CheckBox checkBoxAutostart;
private System.Windows.Forms.Button buttonChangeFolder;
private System.Windows.Forms.Button buttonCancel;
private System.Windows.Forms.TabPage tabPageCustomize;
private System.Windows.Forms.CheckBox checkBoxOpenItemWithOneClick;
private System.Windows.Forms.CheckBox checkBoxDarkModeAlwaysOn;
private System.Windows.Forms.TabPage tabPageAdvanced;
private System.Windows.Forms.Label labelMaxMenuWidth;
private System.Windows.Forms.Label labelTimeUntilOpen;
private System.Windows.Forms.CheckBox checkBoxStayOpenWhenFocusLost;
private System.Windows.Forms.GroupBox groupBoxFolder;
private System.Windows.Forms.GroupBox groupBoxAutostart;
private System.Windows.Forms.GroupBox groupBoxHotkey;
private System.Windows.Forms.GroupBox groupBoxLanguage;
private System.Windows.Forms.GroupBox groupBoxStaysOpen;
private System.Windows.Forms.GroupBox groupBoxClick;
private System.Windows.Forms.GroupBox groupBoxSizeAndLocation;
private System.Windows.Forms.GroupBox groupBoxOpenSubmenus;
private System.Windows.Forms.GroupBox groupBoxDarkMode;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanelDarkMode;
private System.Windows.Forms.GroupBox groupBoxColors;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanelClick;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanelColors;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanelCustomize;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanelStaysOpen;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanelTimeUntilCloses;
private System.Windows.Forms.Label labelTimeUntilCloses;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanelAdvanced;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanelSizeAndLocation;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanelMaxMenuWidth;
private System.Windows.Forms.CheckBox checkBoxAppearAtMouseLocation;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanelTimeUntilOpen;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanelHotkey;
private System.Windows.Forms.Button buttonHotkeyDefault;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanelLanguage;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanelFolder;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanelChangeFolder;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanelAutostart;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanelGeneral;
private System.Windows.Forms.TextBox textBoxHotkeyPlaceholder;
private System.Windows.Forms.Button buttonAdvancedDefault;
private System.Windows.Forms.NumericUpDown numericUpDownTimeUntilClose;
private System.Windows.Forms.NumericUpDown numericUpDownMenuWidth;
private System.Windows.Forms.NumericUpDown numericUpDownTimeUntilOpens;
private System.Windows.Forms.CheckBox checkBoxStayOpenWhenItemClicked;
private System.Windows.Forms.ColorDialog colorDialog1;
private System.Windows.Forms.Button buttonDefaultColorsDark;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.TextBox textBoxColors2;
private System.Windows.Forms.TextBox textBoxColors5;
private System.Windows.Forms.TextBox textBoxColors3;
private System.Windows.Forms.TextBox textBoxColors1;
private System.Windows.Forms.TextBox textBoxColors4;
private System.Windows.Forms.TextBox textBoxColors2b;
private System.Windows.Forms.TextBox textBoxColorsDark5;
private System.Windows.Forms.TextBox textBoxColorsDark3;
private System.Windows.Forms.TextBox textBoxColorsDark1;
private System.Windows.Forms.TextBox textBoxColorsDark4;
private System.Windows.Forms.TextBox textBoxColorsDark2;
private System.Windows.Forms.TextBox textBoxColorsDark2b;
private System.Windows.Forms.TextBox textBoxColors4b;
private System.Windows.Forms.TextBox textBoxColorsDark4b;
private System.Windows.Forms.TextBox textBoxColorsDark3b;
private System.Windows.Forms.Button buttonDefaultColors;
private System.Windows.Forms.TextBox textBoxColors3b;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel7;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel6;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel8;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel9;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.TextBox textBox4;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel10;
}
}