- Recovery
This commit is contained in:
@@ -52,7 +52,7 @@ namespace Mitria_Minecraft_Launcher
|
||||
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.Size = new System.Drawing.Size(566, 100);
|
||||
this.groupBox1.TabIndex = 0;
|
||||
this.groupBox1.TabStop = false;
|
||||
this.groupBox1.Text = "Game Directory";
|
||||
@@ -61,7 +61,7 @@ namespace Mitria_Minecraft_Launcher
|
||||
//
|
||||
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.Location = new System.Drawing.Point(460, 50);
|
||||
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;
|
||||
@@ -77,7 +77,7 @@ namespace Mitria_Minecraft_Launcher
|
||||
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.Size = new System.Drawing.Size(530, 21);
|
||||
this.textBox_GameDirectory.TabIndex = 0;
|
||||
this.textBox_GameDirectory.TabStop = false;
|
||||
//
|
||||
@@ -119,8 +119,7 @@ namespace Mitria_Minecraft_Launcher
|
||||
//
|
||||
// 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.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(57)))), ((int)(((byte)(63)))));
|
||||
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);
|
||||
@@ -131,8 +130,7 @@ namespace Mitria_Minecraft_Launcher
|
||||
//
|
||||
// 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.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(57)))), ((int)(((byte)(63)))));
|
||||
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);
|
||||
@@ -156,7 +154,7 @@ namespace Mitria_Minecraft_Launcher
|
||||
//
|
||||
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.Location = new System.Drawing.Point(496, 150);
|
||||
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;
|
||||
@@ -169,7 +167,7 @@ namespace Mitria_Minecraft_Launcher
|
||||
//
|
||||
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.Location = new System.Drawing.Point(496, 210);
|
||||
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;
|
||||
|
Reference in New Issue
Block a user