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

144 lines
7.0 KiB
C#
Raw 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()
{
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();
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.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, 0);
2022-07-09 13:06:30 +00:00
this.tableLayout.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayout.Location = new System.Drawing.Point(0, 0);
this.tableLayout.Name = "tableLayout";
2022-07-23 21:20:57 +00:00
this.tableLayout.RowCount = 1;
2022-07-09 13:06:30 +00:00
this.tableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
2022-07-23 21:20:57 +00:00
this.tableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
2022-07-09 13:06:30 +00:00
this.tableLayout.Size = new System.Drawing.Size(965, 603);
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, 3);
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);
2022-07-23 21:20:57 +00:00
this.splitContainerLR.Size = new System.Drawing.Size(959, 597);
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);
this.sectionTree.Name = "sectionTree";
2022-07-23 21:20:57 +00:00
this.sectionTree.Size = new System.Drawing.Size(317, 595);
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);
this.splitContainerRTB.Panel1MinSize = 340;
2022-07-23 21:20:57 +00:00
this.splitContainerRTB.Size = new System.Drawing.Size(636, 597);
this.splitContainerRTB.SplitterDistance = 340;
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";
this.textElements.Size = new System.Drawing.Size(634, 338);
2022-07-11 17:52:15 +00:00
this.textElements.TabIndex = 0;
//
2022-07-09 13:06:30 +00:00
// Main
//
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 = "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);
2022-07-11 17:52:15 +00:00
this.splitContainerRTB.Panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainerRTB)).EndInit();
this.splitContainerRTB.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-09 13:06:30 +00:00
}
}