mirror of
https://github.com/OxyZin/LegacyConsoleLauncher.git
synced 2026-07-16 05:20:58 +00:00
133 lines
5.7 KiB
C#
133 lines
5.7 KiB
C#
namespace LegacyConsoleLauncher
|
|
{
|
|
partial class Form1
|
|
{
|
|
/// <summary>
|
|
/// Variável de designer necessária.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Limpar os recursos que estão sendo usados.
|
|
/// </summary>
|
|
/// <param name="disposing">true se for necessário descartar os recursos gerenciados; caso contrário, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Código gerado pelo Windows Form Designer
|
|
|
|
/// <summary>
|
|
/// Método necessário para suporte ao Designer - não modifique
|
|
/// o conteúdo deste método com o editor de código.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.checkBox1 = new System.Windows.Forms.CheckBox();
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.logo = new System.Windows.Forms.PictureBox();
|
|
this.button3 = new System.Windows.Forms.Button();
|
|
((System.ComponentModel.ISupportInitialize)(this.logo)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.Location = new System.Drawing.Point(134, 258);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(111, 32);
|
|
this.button2.TabIndex = 1;
|
|
this.button2.Text = "Launch Game";
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
//
|
|
// checkBox1
|
|
//
|
|
this.checkBox1.AutoSize = true;
|
|
this.checkBox1.Location = new System.Drawing.Point(12, 144);
|
|
this.checkBox1.Name = "checkBox1";
|
|
this.checkBox1.Size = new System.Drawing.Size(74, 17);
|
|
this.checkBox1.TabIndex = 2;
|
|
this.checkBox1.Text = "Fullscreen";
|
|
this.checkBox1.UseVisualStyleBackColor = true;
|
|
this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.Location = new System.Drawing.Point(12, 118);
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.Size = new System.Drawing.Size(233, 20);
|
|
this.textBox1.TabIndex = 3;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(9, 102);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(55, 13);
|
|
this.label1.TabIndex = 4;
|
|
this.label1.Text = "Username";
|
|
this.label1.Click += new System.EventHandler(this.label1_Click);
|
|
//
|
|
// logo
|
|
//
|
|
this.logo.Image = ((System.Drawing.Image)(resources.GetObject("logo.Image")));
|
|
this.logo.Location = new System.Drawing.Point(12, 12);
|
|
this.logo.Name = "logo";
|
|
this.logo.Size = new System.Drawing.Size(233, 87);
|
|
this.logo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.logo.TabIndex = 5;
|
|
this.logo.TabStop = false;
|
|
this.logo.Click += new System.EventHandler(this.pictureBox1_Click);
|
|
//
|
|
// button3
|
|
//
|
|
this.button3.Location = new System.Drawing.Point(17, 258);
|
|
this.button3.Name = "button3";
|
|
this.button3.Size = new System.Drawing.Size(111, 32);
|
|
this.button3.TabIndex = 6;
|
|
this.button3.Text = "Set game folder";
|
|
this.button3.UseVisualStyleBackColor = true;
|
|
this.button3.Click += new System.EventHandler(this.button3_Click);
|
|
//
|
|
// Form1
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(257, 302);
|
|
this.Controls.Add(this.button3);
|
|
this.Controls.Add(this.logo);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.textBox1);
|
|
this.Controls.Add(this.checkBox1);
|
|
this.Controls.Add(this.button2);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximizeBox = false;
|
|
this.Name = "Form1";
|
|
this.Text = "LegacyConsoleLauncher";
|
|
this.Load += new System.EventHandler(this.Form1_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.logo)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.Button button2;
|
|
private System.Windows.Forms.CheckBox checkBox1;
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.PictureBox logo;
|
|
private System.Windows.Forms.Button button3;
|
|
}
|
|
}
|
|
|