Files
LegacyConsoleLauncher/Form4.Designer.cs
2026-03-12 22:08:10 -03:00

161 lines
6.2 KiB
C#

namespace LegacyConsoleLauncher
{
partial class Form4
{
/// <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 Windows Form 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.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.NameBox = new System.Windows.Forms.TextBox();
this.RepoBox = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.PathBox = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.AddInstanceButton = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(69, 13);
this.label1.TabIndex = 0;
this.label1.Text = "Add instance";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(15, 38);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 13);
this.label2.TabIndex = 1;
this.label2.Text = "Name: ";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(15, 63);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(36, 13);
this.label3.TabIndex = 2;
this.label3.Text = "Repo:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(15, 88);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(0, 13);
this.label4.TabIndex = 3;
//
// NameBox
//
this.NameBox.Location = new System.Drawing.Point(62, 35);
this.NameBox.Name = "NameBox";
this.NameBox.Size = new System.Drawing.Size(173, 20);
this.NameBox.TabIndex = 4;
//
// RepoBox
//
this.RepoBox.Location = new System.Drawing.Point(62, 60);
this.RepoBox.Name = "RepoBox";
this.RepoBox.Size = new System.Drawing.Size(173, 20);
this.RepoBox.TabIndex = 5;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(15, 89);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(32, 13);
this.label5.TabIndex = 6;
this.label5.Text = "Path:";
//
// PathBox
//
this.PathBox.Location = new System.Drawing.Point(62, 86);
this.PathBox.Name = "PathBox";
this.PathBox.Size = new System.Drawing.Size(173, 20);
this.PathBox.TabIndex = 7;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(63, 107);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(166, 13);
this.label6.TabIndex = 8;
this.label6.Text = "(Leave blank to use default path.)";
//
// AddInstanceButton
//
this.AddInstanceButton.Location = new System.Drawing.Point(142, 123);
this.AddInstanceButton.Name = "AddInstanceButton";
this.AddInstanceButton.Size = new System.Drawing.Size(98, 23);
this.AddInstanceButton.TabIndex = 9;
this.AddInstanceButton.Text = "Create Instance";
this.AddInstanceButton.UseVisualStyleBackColor = true;
//
// Form4
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(252, 153);
this.Controls.Add(this.AddInstanceButton);
this.Controls.Add(this.label6);
this.Controls.Add(this.PathBox);
this.Controls.Add(this.label5);
this.Controls.Add(this.RepoBox);
this.Controls.Add(this.NameBox);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Name = "Form4";
this.Text = "Add Instance";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox NameBox;
private System.Windows.Forms.TextBox RepoBox;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox PathBox;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Button AddInstanceButton;
}
}