namespace HelloWorld { partial class Form1 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); this.textBoxUsername = new System.Windows.Forms.TextBox(); this.labelUsername = new System.Windows.Forms.Label(); this.labelUUID = new System.Windows.Forms.Label(); this.textBoxUUID = new System.Windows.Forms.TextBox(); this.btnGenerateUUID = new System.Windows.Forms.Button(); this.checkUsername = new System.Windows.Forms.CheckBox(); this.checkUUID = new System.Windows.Forms.CheckBox(); this.btnPlay = new System.Windows.Forms.Button(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.btnInstallVersion = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.installProgressBar1 = new System.Windows.Forms.ProgressBar(); this.label2 = new System.Windows.Forms.Label(); this.comboBox2Play = new System.Windows.Forms.ComboBox(); this.btnUninstallVersion = new System.Windows.Forms.Button(); this.btnLauncherUpdate = new System.Windows.Forms.Button(); this.labelLauncherVersion = new System.Windows.Forms.Label(); this.SuspendLayout(); // // textBoxUsername // this.textBoxUsername.Location = new System.Drawing.Point(12, 26); this.textBoxUsername.Name = "textBoxUsername"; this.textBoxUsername.Size = new System.Drawing.Size(166, 20); this.textBoxUsername.TabIndex = 2; // // labelUsername // this.labelUsername.AutoSize = true; this.labelUsername.Location = new System.Drawing.Point(12, 10); this.labelUsername.Name = "labelUsername"; this.labelUsername.Size = new System.Drawing.Size(55, 13); this.labelUsername.TabIndex = 3; this.labelUsername.Text = "Username"; // // labelUUID // this.labelUUID.AutoSize = true; this.labelUUID.Location = new System.Drawing.Point(12, 94); this.labelUUID.Name = "labelUUID"; this.labelUUID.Size = new System.Drawing.Size(67, 13); this.labelUUID.TabIndex = 5; this.labelUUID.Text = "8 Digit UUID"; this.toolTip1.SetToolTip(this.labelUUID, "This is used to store player inventory data,\r\nas well as the username on servers." + "\r\nIf it is different than the last one you used\r\nyou wont have your inventory."); this.labelUUID.Click += new System.EventHandler(this.label2_Click); // // textBoxUUID // this.textBoxUUID.Location = new System.Drawing.Point(12, 110); this.textBoxUUID.Name = "textBoxUUID"; this.textBoxUUID.Size = new System.Drawing.Size(166, 20); this.textBoxUUID.TabIndex = 4; this.textBoxUUID.TextChanged += new System.EventHandler(this.textBox2_TextChanged); // // btnGenerateUUID // this.btnGenerateUUID.Location = new System.Drawing.Point(184, 110); this.btnGenerateUUID.Name = "btnGenerateUUID"; this.btnGenerateUUID.Size = new System.Drawing.Size(62, 20); this.btnGenerateUUID.TabIndex = 6; this.btnGenerateUUID.Text = "Generate"; this.btnGenerateUUID.UseVisualStyleBackColor = true; this.btnGenerateUUID.Click += new System.EventHandler(this.button1_Click_1); // // checkUsername // this.checkUsername.AutoSize = true; this.checkUsername.Location = new System.Drawing.Point(12, 52); this.checkUsername.Name = "checkUsername"; this.checkUsername.Size = new System.Drawing.Size(57, 17); this.checkUsername.TabIndex = 7; this.checkUsername.Text = "Save?"; this.checkUsername.UseVisualStyleBackColor = true; this.checkUsername.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged); // // checkUUID // this.checkUUID.AutoSize = true; this.checkUUID.Location = new System.Drawing.Point(12, 136); this.checkUUID.Name = "checkUUID"; this.checkUUID.Size = new System.Drawing.Size(57, 17); this.checkUUID.TabIndex = 8; this.checkUUID.Text = "Save?"; this.checkUUID.UseVisualStyleBackColor = true; this.checkUUID.CheckedChanged += new System.EventHandler(this.checkUUID_CheckedChanged); // // btnPlay // this.btnPlay.Location = new System.Drawing.Point(550, 150); this.btnPlay.Name = "btnPlay"; this.btnPlay.Size = new System.Drawing.Size(104, 50); this.btnPlay.TabIndex = 9; this.btnPlay.Text = "Play!"; this.btnPlay.UseVisualStyleBackColor = true; this.btnPlay.Click += new System.EventHandler(this.button2_Click); // // toolTip1 // this.toolTip1.AutoPopDelay = 10000; this.toolTip1.InitialDelay = 200; this.toolTip1.ReshowDelay = 100; this.toolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info; this.toolTip1.ToolTipTitle = "UUID"; // // comboBox1 // this.comboBox1.FormattingEnabled = true; this.comboBox1.Location = new System.Drawing.Point(270, 25); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(200, 21); this.comboBox1.TabIndex = 10; this.comboBox1.Text = "Select A Version"; this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged); // // btnInstallVersion // this.btnInstallVersion.Location = new System.Drawing.Point(408, 52); this.btnInstallVersion.Name = "btnInstallVersion"; this.btnInstallVersion.Size = new System.Drawing.Size(62, 20); this.btnInstallVersion.TabIndex = 11; this.btnInstallVersion.Text = "Install"; this.btnInstallVersion.UseVisualStyleBackColor = true; this.btnInstallVersion.Click += new System.EventHandler(this.btnInstallVersion_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(270, 10); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(271, 13); this.label1.TabIndex = 12; this.label1.Text = "Game Updater (May freeze launcher while downloading)"; // // installProgressBar1 // this.installProgressBar1.Location = new System.Drawing.Point(270, 52); this.installProgressBar1.Name = "installProgressBar1"; this.installProgressBar1.Size = new System.Drawing.Size(132, 20); this.installProgressBar1.TabIndex = 13; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(273, 94); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(73, 13); this.label2.TabIndex = 16; this.label2.Text = "Game Version"; // // comboBox2Play // this.comboBox2Play.FormattingEnabled = true; this.comboBox2Play.Location = new System.Drawing.Point(273, 109); this.comboBox2Play.Name = "comboBox2Play"; this.comboBox2Play.Size = new System.Drawing.Size(200, 21); this.comboBox2Play.TabIndex = 14; this.comboBox2Play.Text = "Select A Version"; this.comboBox2Play.SelectedIndexChanged += new System.EventHandler(this.comboBox2Play_SelectedIndexChanged); // // btnUninstallVersion // this.btnUninstallVersion.Location = new System.Drawing.Point(408, 136); this.btnUninstallVersion.Name = "btnUninstallVersion"; this.btnUninstallVersion.Size = new System.Drawing.Size(62, 20); this.btnUninstallVersion.TabIndex = 17; this.btnUninstallVersion.Text = "Uninstall"; this.btnUninstallVersion.UseVisualStyleBackColor = true; this.btnUninstallVersion.Click += new System.EventHandler(this.btnUninstallVersion_Click); // // btnLauncherUpdate // this.btnLauncherUpdate.Location = new System.Drawing.Point(550, 26); this.btnLauncherUpdate.Name = "btnLauncherUpdate"; this.btnLauncherUpdate.Size = new System.Drawing.Size(104, 104); this.btnLauncherUpdate.TabIndex = 18; this.btnLauncherUpdate.Text = "LAUNCHER UPDATE AVAILIBLE"; this.btnLauncherUpdate.UseVisualStyleBackColor = true; this.btnLauncherUpdate.Click += new System.EventHandler(this.btnLauncherUpdate_Click); // // labelLauncherVersion // this.labelLauncherVersion.AutoSize = true; this.labelLauncherVersion.Location = new System.Drawing.Point(9, 189); this.labelLauncherVersion.Name = "labelLauncherVersion"; this.labelLauncherVersion.Size = new System.Drawing.Size(94, 13); this.labelLauncherVersion.TabIndex = 19; this.labelLauncherVersion.Text = "Unknown Version."; this.labelLauncherVersion.Click += new System.EventHandler(this.labelLauncherVersion_Click); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(684, 211); this.Controls.Add(this.labelLauncherVersion); this.Controls.Add(this.btnLauncherUpdate); this.Controls.Add(this.btnUninstallVersion); this.Controls.Add(this.label2); this.Controls.Add(this.comboBox2Play); this.Controls.Add(this.installProgressBar1); this.Controls.Add(this.label1); this.Controls.Add(this.btnInstallVersion); this.Controls.Add(this.comboBox1); this.Controls.Add(this.btnPlay); this.Controls.Add(this.checkUUID); this.Controls.Add(this.checkUsername); this.Controls.Add(this.btnGenerateUUID); this.Controls.Add(this.labelUUID); this.Controls.Add(this.textBoxUUID); this.Controls.Add(this.labelUsername); this.Controls.Add(this.textBoxUsername); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.Name = "Form1"; this.Text = "IveBeenAlone\'s Hytale Launcher"; this.Load += new System.EventHandler(this.Form1_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox textBoxUsername; private System.Windows.Forms.Label labelUsername; private System.Windows.Forms.Label labelUUID; private System.Windows.Forms.TextBox textBoxUUID; private System.Windows.Forms.Button btnGenerateUUID; private System.Windows.Forms.CheckBox checkUsername; private System.Windows.Forms.CheckBox checkUUID; private System.Windows.Forms.Button btnPlay; private System.Windows.Forms.ToolTip toolTip1; private System.Windows.Forms.ComboBox comboBox1; private System.Windows.Forms.Button btnInstallVersion; private System.Windows.Forms.Label label1; private System.Windows.Forms.ProgressBar installProgressBar1; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox comboBox2Play; private System.Windows.Forms.Button btnUninstallVersion; private System.Windows.Forms.Button btnLauncherUpdate; private System.Windows.Forms.Label labelLauncherVersion; } }