- First Update
This commit is contained in:
225
Mitria_Minecraft_Launcher/LauncherSetupForm.Designer.cs
generated
Normal file
225
Mitria_Minecraft_Launcher/LauncherSetupForm.Designer.cs
generated
Normal file
@@ -0,0 +1,225 @@
|
||||
|
||||
namespace Mitria_Minecraft_Launcher
|
||||
{
|
||||
partial class LauncherSetupForm
|
||||
{
|
||||
/// <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()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LauncherSetupForm));
|
||||
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
||||
this.button_GameDirectory_Open = new System.Windows.Forms.Button();
|
||||
this.textBox_GameDirectory = new System.Windows.Forms.TextBox();
|
||||
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
||||
this.button_Argument_Initialize = new System.Windows.Forms.Button();
|
||||
this.textBox_Argument = new System.Windows.Forms.TextBox();
|
||||
this.button_Save = new System.Windows.Forms.Button();
|
||||
this.button_Cancel = new System.Windows.Forms.Button();
|
||||
this.checkBox_ShellView = new System.Windows.Forms.CheckBox();
|
||||
this.button_Package_Initialize = new System.Windows.Forms.Button();
|
||||
this.button_Component_Initialize = new System.Windows.Forms.Button();
|
||||
this.groupBox1.SuspendLayout();
|
||||
this.groupBox2.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// groupBox1
|
||||
//
|
||||
this.groupBox1.Controls.Add(this.button_GameDirectory_Open);
|
||||
this.groupBox1.Controls.Add(this.textBox_GameDirectory);
|
||||
this.groupBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
||||
this.groupBox1.Location = new System.Drawing.Point(10, 10);
|
||||
this.groupBox1.Name = "groupBox1";
|
||||
this.groupBox1.Size = new System.Drawing.Size(480, 100);
|
||||
this.groupBox1.TabIndex = 0;
|
||||
this.groupBox1.TabStop = false;
|
||||
this.groupBox1.Text = "Game Directory";
|
||||
//
|
||||
// button_GameDirectory_Open
|
||||
//
|
||||
this.button_GameDirectory_Open.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||
this.button_GameDirectory_Open.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
||||
this.button_GameDirectory_Open.Location = new System.Drawing.Point(370, 47);
|
||||
this.button_GameDirectory_Open.Name = "button_GameDirectory_Open";
|
||||
this.button_GameDirectory_Open.Size = new System.Drawing.Size(90, 30);
|
||||
this.button_GameDirectory_Open.TabIndex = 1;
|
||||
this.button_GameDirectory_Open.Text = "Open";
|
||||
this.button_GameDirectory_Open.UseVisualStyleBackColor = true;
|
||||
this.button_GameDirectory_Open.Click += new System.EventHandler(this.button_GameDirectory_Open_Click);
|
||||
//
|
||||
// textBox_GameDirectory
|
||||
//
|
||||
this.textBox_GameDirectory.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(68)))), ((int)(((byte)(75)))));
|
||||
this.textBox_GameDirectory.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.textBox_GameDirectory.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
||||
this.textBox_GameDirectory.Location = new System.Drawing.Point(20, 20);
|
||||
this.textBox_GameDirectory.Name = "textBox_GameDirectory";
|
||||
this.textBox_GameDirectory.ReadOnly = true;
|
||||
this.textBox_GameDirectory.Size = new System.Drawing.Size(440, 21);
|
||||
this.textBox_GameDirectory.TabIndex = 0;
|
||||
this.textBox_GameDirectory.TabStop = false;
|
||||
//
|
||||
// groupBox2
|
||||
//
|
||||
this.groupBox2.Controls.Add(this.button_Argument_Initialize);
|
||||
this.groupBox2.Controls.Add(this.textBox_Argument);
|
||||
this.groupBox2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
||||
this.groupBox2.Location = new System.Drawing.Point(10, 120);
|
||||
this.groupBox2.Name = "groupBox2";
|
||||
this.groupBox2.Size = new System.Drawing.Size(480, 270);
|
||||
this.groupBox2.TabIndex = 1;
|
||||
this.groupBox2.TabStop = false;
|
||||
this.groupBox2.Text = "Argument";
|
||||
//
|
||||
// button_Argument_Initialize
|
||||
//
|
||||
this.button_Argument_Initialize.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||
this.button_Argument_Initialize.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
||||
this.button_Argument_Initialize.Location = new System.Drawing.Point(370, 229);
|
||||
this.button_Argument_Initialize.Name = "button_Argument_Initialize";
|
||||
this.button_Argument_Initialize.Size = new System.Drawing.Size(90, 30);
|
||||
this.button_Argument_Initialize.TabIndex = 1;
|
||||
this.button_Argument_Initialize.Text = "Initialize";
|
||||
this.button_Argument_Initialize.UseVisualStyleBackColor = true;
|
||||
this.button_Argument_Initialize.Click += new System.EventHandler(this.button_Argument_Initialize_Click);
|
||||
//
|
||||
// textBox_Argument
|
||||
//
|
||||
this.textBox_Argument.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(68)))), ((int)(((byte)(75)))));
|
||||
this.textBox_Argument.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.textBox_Argument.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
||||
this.textBox_Argument.Location = new System.Drawing.Point(20, 20);
|
||||
this.textBox_Argument.Multiline = true;
|
||||
this.textBox_Argument.Name = "textBox_Argument";
|
||||
this.textBox_Argument.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
||||
this.textBox_Argument.Size = new System.Drawing.Size(440, 200);
|
||||
this.textBox_Argument.TabIndex = 0;
|
||||
//
|
||||
// button_Save
|
||||
//
|
||||
this.button_Save.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||
this.button_Save.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
||||
this.button_Save.Location = new System.Drawing.Point(496, 275);
|
||||
this.button_Save.Name = "button_Save";
|
||||
this.button_Save.Size = new System.Drawing.Size(80, 50);
|
||||
this.button_Save.TabIndex = 2;
|
||||
this.button_Save.Text = "Save";
|
||||
this.button_Save.UseVisualStyleBackColor = true;
|
||||
this.button_Save.Click += new System.EventHandler(this.button_Save_Click);
|
||||
//
|
||||
// button_Cancel
|
||||
//
|
||||
this.button_Cancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||
this.button_Cancel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
||||
this.button_Cancel.Location = new System.Drawing.Point(496, 339);
|
||||
this.button_Cancel.Name = "button_Cancel";
|
||||
this.button_Cancel.Size = new System.Drawing.Size(80, 50);
|
||||
this.button_Cancel.TabIndex = 3;
|
||||
this.button_Cancel.Text = "Cancel";
|
||||
this.button_Cancel.UseVisualStyleBackColor = true;
|
||||
this.button_Cancel.Click += new System.EventHandler(this.button_Cancel_Click);
|
||||
//
|
||||
// checkBox_ShellView
|
||||
//
|
||||
this.checkBox_ShellView.AutoSize = true;
|
||||
this.checkBox_ShellView.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
||||
this.checkBox_ShellView.Location = new System.Drawing.Point(406, 396);
|
||||
this.checkBox_ShellView.Name = "checkBox_ShellView";
|
||||
this.checkBox_ShellView.Size = new System.Drawing.Size(84, 16);
|
||||
this.checkBox_ShellView.TabIndex = 4;
|
||||
this.checkBox_ShellView.Text = "Shell View";
|
||||
this.checkBox_ShellView.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// button_Package_Initialize
|
||||
//
|
||||
this.button_Package_Initialize.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||
this.button_Package_Initialize.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
||||
this.button_Package_Initialize.Location = new System.Drawing.Point(496, 30);
|
||||
this.button_Package_Initialize.Name = "button_Package_Initialize";
|
||||
this.button_Package_Initialize.Size = new System.Drawing.Size(80, 50);
|
||||
this.button_Package_Initialize.TabIndex = 5;
|
||||
this.button_Package_Initialize.TabStop = false;
|
||||
this.button_Package_Initialize.Text = "Initialize\r\nPackage";
|
||||
this.button_Package_Initialize.UseVisualStyleBackColor = true;
|
||||
this.button_Package_Initialize.Click += new System.EventHandler(this.button_Package_Initialize_Click);
|
||||
//
|
||||
// button_Component_Initialize
|
||||
//
|
||||
this.button_Component_Initialize.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||
this.button_Component_Initialize.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
||||
this.button_Component_Initialize.Location = new System.Drawing.Point(496, 86);
|
||||
this.button_Component_Initialize.Name = "button_Component_Initialize";
|
||||
this.button_Component_Initialize.Size = new System.Drawing.Size(80, 50);
|
||||
this.button_Component_Initialize.TabIndex = 6;
|
||||
this.button_Component_Initialize.TabStop = false;
|
||||
this.button_Component_Initialize.Text = "Initialize\r\nComponent\r\n";
|
||||
this.button_Component_Initialize.UseVisualStyleBackColor = true;
|
||||
this.button_Component_Initialize.Click += new System.EventHandler(this.button_Component_Initialize_Click);
|
||||
//
|
||||
// LauncherSetupForm
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(57)))), ((int)(((byte)(63)))));
|
||||
this.ClientSize = new System.Drawing.Size(584, 421);
|
||||
this.Controls.Add(this.button_Component_Initialize);
|
||||
this.Controls.Add(this.button_Package_Initialize);
|
||||
this.Controls.Add(this.checkBox_ShellView);
|
||||
this.Controls.Add(this.button_Cancel);
|
||||
this.Controls.Add(this.button_Save);
|
||||
this.Controls.Add(this.groupBox2);
|
||||
this.Controls.Add(this.groupBox1);
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.MaximizeBox = false;
|
||||
this.MinimizeBox = false;
|
||||
this.Name = "LauncherSetupForm";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
||||
this.Text = "Base Setup";
|
||||
this.Load += new System.EventHandler(this.LauncherSetupForm_Load);
|
||||
this.groupBox1.ResumeLayout(false);
|
||||
this.groupBox1.PerformLayout();
|
||||
this.groupBox2.ResumeLayout(false);
|
||||
this.groupBox2.PerformLayout();
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.GroupBox groupBox1;
|
||||
private System.Windows.Forms.Button button_GameDirectory_Open;
|
||||
private System.Windows.Forms.TextBox textBox_GameDirectory;
|
||||
private System.Windows.Forms.GroupBox groupBox2;
|
||||
private System.Windows.Forms.Button button_Argument_Initialize;
|
||||
private System.Windows.Forms.TextBox textBox_Argument;
|
||||
private System.Windows.Forms.Button button_Save;
|
||||
private System.Windows.Forms.Button button_Cancel;
|
||||
private System.Windows.Forms.CheckBox checkBox_ShellView;
|
||||
private System.Windows.Forms.Button button_Package_Initialize;
|
||||
private System.Windows.Forms.Button button_Component_Initialize;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user