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

111 lines
5.2 KiB
C#

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.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.tableLayout.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.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayout.Location = new System.Drawing.Point(0, 0);
this.tableLayout.Name = "tableLayout";
this.tableLayout.RowCount = 2;
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.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, 315);
this.panelSettings.TabIndex = 2;
//
// 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.ResumeLayout(false);
}
#endregion
private TableLayoutPanel tableLayout;
private Label labelHeadIcon;
private Label labelHead;
private Panel panelSettings;
}
}