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

63 lines
2.5 KiB
C#
Raw Normal View History

2022-06-06 12:28:36 +00:00
namespace UI_WinForms
{
partial class Main
{
/// <summary>
2022-07-10 18:30:28 +00:00
/// Required designer variable.
2022-06-06 12:28:36 +00:00
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
2022-07-10 18:30:28 +00:00
/// Clean up any resources being used.
2022-06-06 12:28:36 +00:00
/// </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 Windows Form Designer generated code
/// <summary>
2022-07-10 18:30:28 +00:00
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
2022-06-06 12:28:36 +00:00
/// </summary>
private void InitializeComponent()
{
2022-07-09 20:50:45 +00:00
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
2022-07-09 13:07:51 +00:00
this.mainComponent = new UI_WinForms.Components.Main();
2022-06-06 12:28:36 +00:00
this.SuspendLayout();
//
2022-07-09 13:07:51 +00:00
// mainComponent
//
this.mainComponent.Dock = System.Windows.Forms.DockStyle.Fill;
this.mainComponent.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.mainComponent.Location = new System.Drawing.Point(0, 0);
this.mainComponent.Name = "mainComponent";
this.mainComponent.Size = new System.Drawing.Size(1071, 755);
this.mainComponent.TabIndex = 0;
//
2022-06-06 12:28:36 +00:00
// Main
//
this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
2022-07-09 13:07:51 +00:00
this.ClientSize = new System.Drawing.Size(1071, 755);
this.Controls.Add(this.mainComponent);
2022-06-06 12:28:36 +00:00
this.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
2022-07-09 20:50:45 +00:00
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
2022-06-06 12:28:36 +00:00
this.Name = "Main";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "I18N Commander";
this.ResumeLayout(false);
}
#endregion
2022-07-09 13:07:51 +00:00
private Components.Main mainComponent;
2022-06-06 12:28:36 +00:00
}
}