I18NCommander/I18N Commander/UI WinForms/Components/Main.Designer.cs

252 lines
13 KiB
C#
Raw Permalink Normal View History

2022-07-09 13:06:30 +00:00
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()
{
2022-07-23 21:29:28 +00:00
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
2022-07-09 13:06:30 +00:00
this.tableLayout = new System.Windows.Forms.TableLayoutPanel();
this.splitContainerLR = new System.Windows.Forms.SplitContainer();
2022-07-09 13:06:30 +00:00
this.sectionTree = new UI_WinForms.Components.SectionTree();
this.splitContainerRTB = new System.Windows.Forms.SplitContainer();
2022-07-11 17:52:15 +00:00
this.textElements = new UI_WinForms.Components.TextElements();
this.translations = new UI_WinForms.Components.Translations();
this.translationProgress = new UI_WinForms.Components.TranslationProgress();
2022-07-23 21:29:28 +00:00
this.tabControl = new System.Windows.Forms.TabControl();
this.tabTranslation = new System.Windows.Forms.TabPage();
this.tabSettings = new System.Windows.Forms.TabPage();
2022-07-26 17:08:47 +00:00
this.settings = new UI_WinForms.Components.Settings();
2022-07-23 21:29:28 +00:00
this.imageList = new System.Windows.Forms.ImageList(this.components);
2022-07-09 13:06:30 +00:00
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();
2022-07-11 17:52:15 +00:00
this.splitContainerRTB.Panel1.SuspendLayout();
this.splitContainerRTB.Panel2.SuspendLayout();
this.splitContainerRTB.SuspendLayout();
2022-07-23 21:29:28 +00:00
this.tabControl.SuspendLayout();
this.tabTranslation.SuspendLayout();
2022-07-26 17:08:47 +00:00
this.tabSettings.SuspendLayout();
2022-07-09 13:06:30 +00:00
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, 1);
this.tableLayout.Controls.Add(this.translationProgress, 0, 0);
2022-07-09 13:06:30 +00:00
this.tableLayout.Dock = System.Windows.Forms.DockStyle.Fill;
2022-07-23 21:29:28 +00:00
this.tableLayout.Location = new System.Drawing.Point(3, 3);
2022-07-09 13:06:30 +00:00
this.tableLayout.Name = "tableLayout";
this.tableLayout.RowCount = 2;
2022-07-23 21:20:57 +00:00
this.tableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
2023-02-15 19:08:10 +00:00
this.tableLayout.Size = new System.Drawing.Size(1237, 709);
2022-07-09 13:06:30 +00:00
this.tableLayout.TabIndex = 0;
//
// splitContainerLR
2022-07-09 13:06:30 +00:00
//
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, 23);
this.splitContainerLR.Name = "splitContainerLR";
2022-07-09 13:06:30 +00:00
//
// splitContainerLR.Panel1
2022-07-09 13:06:30 +00:00
//
this.splitContainerLR.Panel1.Controls.Add(this.sectionTree);
this.splitContainerLR.Panel1MinSize = 300;
//
// splitContainerLR.Panel2
//
this.splitContainerLR.Panel2.Controls.Add(this.splitContainerRTB);
2023-02-15 19:08:10 +00:00
this.splitContainerLR.Size = new System.Drawing.Size(1231, 683);
this.splitContainerLR.SplitterDistance = 319;
this.splitContainerLR.TabIndex = 1;
2022-07-09 13:06:30 +00:00
//
// 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);
2023-02-15 19:08:10 +00:00
this.sectionTree.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
2022-07-09 13:06:30 +00:00
this.sectionTree.Name = "sectionTree";
2023-02-15 19:08:10 +00:00
this.sectionTree.Size = new System.Drawing.Size(317, 681);
2022-07-09 13:06:30 +00:00
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;
2022-07-11 17:52:15 +00:00
//
// splitContainerRTB.Panel1
//
this.splitContainerRTB.Panel1.Controls.Add(this.textElements);
2023-02-15 19:08:10 +00:00
this.splitContainerRTB.Panel1MinSize = 376;
//
// splitContainerRTB.Panel2
//
this.splitContainerRTB.Panel2.Controls.Add(this.translations);
2023-02-15 19:08:10 +00:00
this.splitContainerRTB.Size = new System.Drawing.Size(908, 683);
this.splitContainerRTB.SplitterDistance = 376;
this.splitContainerRTB.TabIndex = 0;
//
2022-07-11 17:52:15 +00:00
// 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";
2023-02-15 19:08:10 +00:00
this.textElements.Size = new System.Drawing.Size(906, 374);
2022-07-11 17:52:15 +00:00
this.textElements.TabIndex = 0;
//
// translations
//
this.translations.Dock = System.Windows.Forms.DockStyle.Fill;
this.translations.Enabled = false;
this.translations.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.translations.Location = new System.Drawing.Point(0, 0);
2023-02-15 19:08:10 +00:00
this.translations.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.translations.Name = "translations";
2023-02-15 19:08:10 +00:00
this.translations.Size = new System.Drawing.Size(906, 301);
this.translations.TabIndex = 0;
//
// translationProgress
//
this.translationProgress.Dock = System.Windows.Forms.DockStyle.Fill;
this.translationProgress.Location = new System.Drawing.Point(0, 0);
this.translationProgress.Margin = new System.Windows.Forms.Padding(0);
this.translationProgress.Name = "translationProgress";
2023-02-15 19:08:10 +00:00
this.translationProgress.Size = new System.Drawing.Size(1237, 20);
this.translationProgress.TabIndex = 2;
//
2022-07-23 21:29:28 +00:00
// 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;
2023-02-15 19:08:10 +00:00
this.tabControl.Size = new System.Drawing.Size(1317, 723);
2022-07-23 21:29:28 +00:00
this.tabControl.TabIndex = 1;
this.tabControl.SelectedIndexChanged += new System.EventHandler(this.tabControl_SelectedIndexChanged);
2022-07-23 21:29:28 +00:00
//
// 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);
2023-02-15 19:08:10 +00:00
this.tabTranslation.Size = new System.Drawing.Size(1243, 715);
2022-07-23 21:29:28 +00:00
this.tabTranslation.TabIndex = 0;
this.tabTranslation.Text = "Translation";
this.tabTranslation.UseVisualStyleBackColor = true;
//
// tabSettings
//
2022-07-26 17:08:47 +00:00
this.tabSettings.Controls.Add(this.settings);
2022-07-23 21:29:28 +00:00
this.tabSettings.ImageIndex = 0;
this.tabSettings.Location = new System.Drawing.Point(70, 4);
2022-07-23 21:29:28 +00:00
this.tabSettings.Name = "tabSettings";
this.tabSettings.Padding = new System.Windows.Forms.Padding(3);
2023-02-15 19:08:10 +00:00
this.tabSettings.Size = new System.Drawing.Size(1243, 715);
2022-07-23 21:29:28 +00:00
this.tabSettings.TabIndex = 1;
this.tabSettings.Text = "Settings";
this.tabSettings.UseVisualStyleBackColor = true;
//
2022-07-26 17:08:47 +00:00
// 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);
2023-02-15 19:08:10 +00:00
this.settings.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
2022-07-26 17:08:47 +00:00
this.settings.Name = "settings";
2023-02-15 19:08:10 +00:00
this.settings.Size = new System.Drawing.Size(1237, 709);
2022-07-26 17:08:47 +00:00
this.settings.TabIndex = 0;
//
2022-07-23 21:29:28 +00:00
// 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");
//
2022-07-09 13:06:30 +00:00
// Main
//
2023-02-15 19:08:10 +00:00
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
2022-07-09 13:06:30 +00:00
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
2022-07-23 21:29:28 +00:00
this.Controls.Add(this.tabControl);
2022-07-09 13:06:30 +00:00
this.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.Name = "Main";
2023-02-15 19:08:10 +00:00
this.Size = new System.Drawing.Size(1317, 723);
2022-07-09 13:06:30 +00:00
this.tableLayout.ResumeLayout(false);
this.splitContainerLR.Panel1.ResumeLayout(false);
this.splitContainerLR.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainerLR)).EndInit();
this.splitContainerLR.ResumeLayout(false);
2022-07-11 17:52:15 +00:00
this.splitContainerRTB.Panel1.ResumeLayout(false);
this.splitContainerRTB.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainerRTB)).EndInit();
this.splitContainerRTB.ResumeLayout(false);
2022-07-23 21:29:28 +00:00
this.tabControl.ResumeLayout(false);
this.tabTranslation.ResumeLayout(false);
2022-07-26 17:08:47 +00:00
this.tabSettings.ResumeLayout(false);
2022-07-09 13:06:30 +00:00
this.ResumeLayout(false);
}
#endregion
private TableLayoutPanel tableLayout;
private SplitContainer splitContainerLR;
private SplitContainer splitContainerRTB;
2022-07-09 13:06:30 +00:00
private SectionTree sectionTree;
2022-07-11 17:52:15 +00:00
private TextElements textElements;
2022-07-23 21:29:28 +00:00
private TabControl tabControl;
private TabPage tabTranslation;
private TabPage tabSettings;
private ImageList imageList;
2022-07-26 17:08:47 +00:00
private Settings settings;
private Translations translations;
private TranslationProgress translationProgress;
2022-07-09 13:06:30 +00:00
}
}