namespace UI_WinForms.Components
{
    partial class Main
    {
        /// <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();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
            this.tableLayout = new System.Windows.Forms.TableLayoutPanel();
            this.splitContainerLR = new System.Windows.Forms.SplitContainer();
            this.sectionTree = new UI_WinForms.Components.SectionTree();
            this.splitContainerRTB = new System.Windows.Forms.SplitContainer();
            this.textElements = new UI_WinForms.Components.TextElements();
            this.tabControl = new System.Windows.Forms.TabControl();
            this.tabTranslation = new System.Windows.Forms.TabPage();
            this.tabSettings = new System.Windows.Forms.TabPage();
            this.settings = new UI_WinForms.Components.Settings();
            this.imageList = new System.Windows.Forms.ImageList(this.components);
            this.tableLayout.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerLR)).BeginInit();
            this.splitContainerLR.Panel1.SuspendLayout();
            this.splitContainerLR.Panel2.SuspendLayout();
            this.splitContainerLR.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerRTB)).BeginInit();
            this.splitContainerRTB.Panel1.SuspendLayout();
            this.splitContainerRTB.SuspendLayout();
            this.tabControl.SuspendLayout();
            this.tabTranslation.SuspendLayout();
            this.tabSettings.SuspendLayout();
            this.SuspendLayout();
            // 
            // tableLayout
            // 
            this.tableLayout.ColumnCount = 1;
            this.tableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayout.Controls.Add(this.splitContainerLR, 0, 0);
            this.tableLayout.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayout.Location = new System.Drawing.Point(3, 3);
            this.tableLayout.Name = "tableLayout";
            this.tableLayout.RowCount = 1;
            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, 20F));
            this.tableLayout.Size = new System.Drawing.Size(885, 589);
            this.tableLayout.TabIndex = 0;
            // 
            // splitContainerLR
            // 
            this.splitContainerLR.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.splitContainerLR.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerLR.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
            this.splitContainerLR.Location = new System.Drawing.Point(3, 3);
            this.splitContainerLR.Name = "splitContainerLR";
            // 
            // splitContainerLR.Panel1
            // 
            this.splitContainerLR.Panel1.Controls.Add(this.sectionTree);
            this.splitContainerLR.Panel1MinSize = 300;
            // 
            // splitContainerLR.Panel2
            // 
            this.splitContainerLR.Panel2.Controls.Add(this.splitContainerRTB);
            this.splitContainerLR.Size = new System.Drawing.Size(879, 583);
            this.splitContainerLR.SplitterDistance = 319;
            this.splitContainerLR.TabIndex = 1;
            // 
            // sectionTree
            // 
            this.sectionTree.Dock = System.Windows.Forms.DockStyle.Fill;
            this.sectionTree.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
            this.sectionTree.Location = new System.Drawing.Point(0, 0);
            this.sectionTree.Name = "sectionTree";
            this.sectionTree.Size = new System.Drawing.Size(317, 581);
            this.sectionTree.TabIndex = 0;
            // 
            // splitContainerRTB
            // 
            this.splitContainerRTB.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.splitContainerRTB.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerRTB.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
            this.splitContainerRTB.Location = new System.Drawing.Point(0, 0);
            this.splitContainerRTB.Name = "splitContainerRTB";
            this.splitContainerRTB.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainerRTB.Panel1
            // 
            this.splitContainerRTB.Panel1.Controls.Add(this.textElements);
            this.splitContainerRTB.Panel1MinSize = 340;
            this.splitContainerRTB.Size = new System.Drawing.Size(556, 583);
            this.splitContainerRTB.SplitterDistance = 340;
            this.splitContainerRTB.TabIndex = 0;
            // 
            // textElements
            // 
            this.textElements.Dock = System.Windows.Forms.DockStyle.Fill;
            this.textElements.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
            this.textElements.Location = new System.Drawing.Point(0, 0);
            this.textElements.Name = "textElements";
            this.textElements.Size = new System.Drawing.Size(554, 338);
            this.textElements.TabIndex = 0;
            // 
            // tabControl
            // 
            this.tabControl.Alignment = System.Windows.Forms.TabAlignment.Left;
            this.tabControl.Controls.Add(this.tabTranslation);
            this.tabControl.Controls.Add(this.tabSettings);
            this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl.ImageList = this.imageList;
            this.tabControl.Location = new System.Drawing.Point(0, 0);
            this.tabControl.Multiline = true;
            this.tabControl.Name = "tabControl";
            this.tabControl.Padding = new System.Drawing.Point(12, 12);
            this.tabControl.SelectedIndex = 0;
            this.tabControl.Size = new System.Drawing.Size(965, 603);
            this.tabControl.TabIndex = 1;
            // 
            // tabTranslation
            // 
            this.tabTranslation.Controls.Add(this.tableLayout);
            this.tabTranslation.ImageIndex = 1;
            this.tabTranslation.Location = new System.Drawing.Point(70, 4);
            this.tabTranslation.Name = "tabTranslation";
            this.tabTranslation.Padding = new System.Windows.Forms.Padding(3);
            this.tabTranslation.Size = new System.Drawing.Size(891, 595);
            this.tabTranslation.TabIndex = 0;
            this.tabTranslation.Text = "Translation";
            this.tabTranslation.UseVisualStyleBackColor = true;
            // 
            // tabSettings
            // 
            this.tabSettings.Controls.Add(this.settings);
            this.tabSettings.ImageIndex = 0;
            this.tabSettings.Location = new System.Drawing.Point(70, 4);
            this.tabSettings.Name = "tabSettings";
            this.tabSettings.Padding = new System.Windows.Forms.Padding(3);
            this.tabSettings.Size = new System.Drawing.Size(891, 595);
            this.tabSettings.TabIndex = 1;
            this.tabSettings.Text = "Settings";
            this.tabSettings.UseVisualStyleBackColor = true;
            // 
            // settings
            // 
            this.settings.Dock = System.Windows.Forms.DockStyle.Fill;
            this.settings.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
            this.settings.Location = new System.Drawing.Point(3, 3);
            this.settings.Name = "settings";
            this.settings.Size = new System.Drawing.Size(885, 589);
            this.settings.TabIndex = 0;
            // 
            // imageList
            // 
            this.imageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
            this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
            this.imageList.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList.Images.SetKeyName(0, "icons8-settings.svg.png");
            this.imageList.Images.SetKeyName(1, "icons8-language-45.png");
            // 
            // Main
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.Controls.Add(this.tabControl);
            this.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
            this.Name = "Main";
            this.Size = new System.Drawing.Size(965, 603);
            this.tableLayout.ResumeLayout(false);
            this.splitContainerLR.Panel1.ResumeLayout(false);
            this.splitContainerLR.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerLR)).EndInit();
            this.splitContainerLR.ResumeLayout(false);
            this.splitContainerRTB.Panel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerRTB)).EndInit();
            this.splitContainerRTB.ResumeLayout(false);
            this.tabControl.ResumeLayout(false);
            this.tabTranslation.ResumeLayout(false);
            this.tabSettings.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private TableLayoutPanel tableLayout;
        private SplitContainer splitContainerLR;
        private SplitContainer splitContainerRTB;
        private SectionTree sectionTree;
        private TextElements textElements;
        private TabControl tabControl;
        private TabPage tabTranslation;
        private TabPage tabSettings;
        private ImageList imageList;
        private Settings settings;
    }
}