namespace UI_WinForms.Components
{
    partial class Settings
    {
        /// <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 Component 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()
        {
            this.components = new System.ComponentModel.Container();
            this.tableLayout = new System.Windows.Forms.TableLayoutPanel();
            this.labelHeadIcon = new System.Windows.Forms.Label();
            this.labelHead = new System.Windows.Forms.Label();
            this.panelSettings = new System.Windows.Forms.Panel();
            this.flowLayoutToolbar = new System.Windows.Forms.FlowLayoutPanel();
            this.buttonAddCulture = new System.Windows.Forms.Button();
            this.buttonDeleteCulture = new System.Windows.Forms.Button();
            this.contextMenuDelete = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.toolTip = new System.Windows.Forms.ToolTip(this.components);
            this.labelVersion = new System.Windows.Forms.Label();
            this.tableLayout.SuspendLayout();
            this.flowLayoutToolbar.SuspendLayout();
            this.SuspendLayout();
            // 
            // tableLayout
            // 
            this.tableLayout.ColumnCount = 2;
            this.tableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 70F));
            this.tableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayout.Controls.Add(this.labelHeadIcon, 0, 0);
            this.tableLayout.Controls.Add(this.labelHead, 1, 0);
            this.tableLayout.Controls.Add(this.panelSettings, 0, 1);
            this.tableLayout.Controls.Add(this.flowLayoutToolbar, 0, 2);
            this.tableLayout.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayout.Location = new System.Drawing.Point(0, 0);
            this.tableLayout.Name = "tableLayout";
            this.tableLayout.RowCount = 3;
            this.tableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 66F));
            this.tableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 66F));
            this.tableLayout.Size = new System.Drawing.Size(1001, 381);
            this.tableLayout.TabIndex = 1;
            // 
            // labelHeadIcon
            // 
            this.labelHeadIcon.AutoSize = true;
            this.labelHeadIcon.Dock = System.Windows.Forms.DockStyle.Fill;
            this.labelHeadIcon.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
            this.labelHeadIcon.Image = global::UI_WinForms.Resources.Icons.icons8_settings_svg;
            this.labelHeadIcon.Location = new System.Drawing.Point(3, 0);
            this.labelHeadIcon.Name = "labelHeadIcon";
            this.labelHeadIcon.Size = new System.Drawing.Size(64, 66);
            this.labelHeadIcon.TabIndex = 0;
            // 
            // labelHead
            // 
            this.labelHead.AutoSize = true;
            this.labelHead.Dock = System.Windows.Forms.DockStyle.Fill;
            this.labelHead.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
            this.labelHead.Location = new System.Drawing.Point(73, 0);
            this.labelHead.Name = "labelHead";
            this.labelHead.Size = new System.Drawing.Size(925, 66);
            this.labelHead.TabIndex = 1;
            this.labelHead.Text = "Settings";
            this.labelHead.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // panelSettings
            // 
            this.panelSettings.AutoScroll = true;
            this.tableLayout.SetColumnSpan(this.panelSettings, 21);
            this.panelSettings.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelSettings.Location = new System.Drawing.Point(0, 66);
            this.panelSettings.Margin = new System.Windows.Forms.Padding(0);
            this.panelSettings.Name = "panelSettings";
            this.panelSettings.Size = new System.Drawing.Size(1001, 249);
            this.panelSettings.TabIndex = 2;
            // 
            // flowLayoutToolbar
            // 
            this.tableLayout.SetColumnSpan(this.flowLayoutToolbar, 2);
            this.flowLayoutToolbar.Controls.Add(this.buttonAddCulture);
            this.flowLayoutToolbar.Controls.Add(this.buttonDeleteCulture);
            this.flowLayoutToolbar.Controls.Add(this.labelVersion);
            this.flowLayoutToolbar.Dock = System.Windows.Forms.DockStyle.Fill;
            this.flowLayoutToolbar.Location = new System.Drawing.Point(0, 315);
            this.flowLayoutToolbar.Margin = new System.Windows.Forms.Padding(0);
            this.flowLayoutToolbar.Name = "flowLayoutToolbar";
            this.flowLayoutToolbar.Size = new System.Drawing.Size(1001, 66);
            this.flowLayoutToolbar.TabIndex = 3;
            // 
            // buttonAddCulture
            // 
            this.buttonAddCulture.FlatAppearance.BorderSize = 0;
            this.buttonAddCulture.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.buttonAddCulture.Image = global::UI_WinForms.Resources.Icons.icons8_collectibles_512;
            this.buttonAddCulture.Location = new System.Drawing.Point(3, 3);
            this.buttonAddCulture.Name = "buttonAddCulture";
            this.buttonAddCulture.Size = new System.Drawing.Size(60, 60);
            this.buttonAddCulture.TabIndex = 0;
            this.toolTip.SetToolTip(this.buttonAddCulture, "Add another culture");
            this.buttonAddCulture.UseVisualStyleBackColor = true;
            this.buttonAddCulture.Click += new System.EventHandler(this.buttonAddCulture_Click);
            // 
            // buttonDeleteCulture
            // 
            this.buttonDeleteCulture.ContextMenuStrip = this.contextMenuDelete;
            this.buttonDeleteCulture.FlatAppearance.BorderSize = 0;
            this.buttonDeleteCulture.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.buttonDeleteCulture.Image = global::UI_WinForms.Resources.Icons.icons8_trash_can_512;
            this.buttonDeleteCulture.Location = new System.Drawing.Point(69, 3);
            this.buttonDeleteCulture.Name = "buttonDeleteCulture";
            this.buttonDeleteCulture.Size = new System.Drawing.Size(60, 60);
            this.buttonDeleteCulture.TabIndex = 0;
            this.toolTip.SetToolTip(this.buttonDeleteCulture, "Delete a culture");
            this.buttonDeleteCulture.UseVisualStyleBackColor = true;
            this.buttonDeleteCulture.Click += new System.EventHandler(this.buttonDeleteCulture_Click);
            // 
            // contextMenuDelete
            // 
            this.contextMenuDelete.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
            this.contextMenuDelete.ImageScalingSize = new System.Drawing.Size(20, 20);
            this.contextMenuDelete.Name = "contextMenuDelete";
            this.contextMenuDelete.Size = new System.Drawing.Size(61, 4);
            // 
            // toolTip
            // 
            this.toolTip.AutoPopDelay = 30000;
            this.toolTip.InitialDelay = 500;
            this.toolTip.ReshowDelay = 100;
            this.toolTip.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info;
            this.toolTip.ToolTipTitle = "Help";
            // 
            // labelVersion
            // 
            this.labelVersion.AutoSize = true;
            this.labelVersion.Dock = System.Windows.Forms.DockStyle.Left;
            this.labelVersion.Location = new System.Drawing.Point(135, 0);
            this.labelVersion.Name = "labelVersion";
            this.labelVersion.Size = new System.Drawing.Size(0, 66);
            this.labelVersion.TabIndex = 1;
            this.labelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // Settings
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.Controls.Add(this.tableLayout);
            this.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
            this.Name = "Settings";
            this.Size = new System.Drawing.Size(1001, 381);
            this.tableLayout.ResumeLayout(false);
            this.tableLayout.PerformLayout();
            this.flowLayoutToolbar.ResumeLayout(false);
            this.flowLayoutToolbar.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private TableLayoutPanel tableLayout;
        private Label labelHeadIcon;
        private Label labelHead;
        private Panel panelSettings;
        private FlowLayoutPanel flowLayoutToolbar;
        private ToolTip toolTip;
        private Button buttonAddCulture;
        private Button buttonDeleteCulture;
        private ContextMenuStrip contextMenuDelete;
        private Label labelVersion;
    }
}