namespace Launcher_Client { partial class Main { /// /// 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.Facebook = new System.Windows.Forms.Label(); this.Youtube = new System.Windows.Forms.Label(); this.Forums = new System.Windows.Forms.Label(); this.Vote = new System.Windows.Forms.Label(); this.UserCP = new System.Windows.Forms.Label(); this.Repatch = new System.Windows.Forms.Label(); this.Play = new System.Windows.Forms.Label(); this.Save = new System.Windows.Forms.Label(); this.Exit = new System.Windows.Forms.Label(); this.Minimize = new System.Windows.Forms.Label(); this.Username = new System.Windows.Forms.TextBox(); this.Password = new System.Windows.Forms.TextBox(); this.Progress = new System.Windows.Forms.ProgressBar(); this.webBrowser1 = new System.Windows.Forms.WebBrowser(); this.Information = new System.Windows.Forms.Label(); this.SuspendLayout(); // // Facebook // this.Facebook.BackColor = System.Drawing.Color.Transparent; this.Facebook.Location = new System.Drawing.Point(306, 200); this.Facebook.Name = "Facebook"; this.Facebook.Size = new System.Drawing.Size(34, 34); this.Facebook.TabIndex = 0; // // Youtube // this.Youtube.BackColor = System.Drawing.Color.Transparent; this.Youtube.Location = new System.Drawing.Point(350, 200); this.Youtube.Name = "Youtube"; this.Youtube.Size = new System.Drawing.Size(33, 34); this.Youtube.TabIndex = 1; // // Forums // this.Forums.BackColor = System.Drawing.Color.Transparent; this.Forums.Location = new System.Drawing.Point(427, 106); this.Forums.Name = "Forums"; this.Forums.Size = new System.Drawing.Size(72, 22); this.Forums.TabIndex = 2; // // Vote // this.Vote.BackColor = System.Drawing.Color.Transparent; this.Vote.Location = new System.Drawing.Point(506, 106); this.Vote.Name = "Vote"; this.Vote.Size = new System.Drawing.Size(72, 22); this.Vote.TabIndex = 3; // // UserCP // this.UserCP.BackColor = System.Drawing.Color.Transparent; this.UserCP.Location = new System.Drawing.Point(584, 106); this.UserCP.Name = "UserCP"; this.UserCP.Size = new System.Drawing.Size(72, 22); this.UserCP.TabIndex = 4; // // Repatch // this.Repatch.BackColor = System.Drawing.Color.Transparent; this.Repatch.Location = new System.Drawing.Point(661, 106); this.Repatch.Name = "Repatch"; this.Repatch.Size = new System.Drawing.Size(72, 22); this.Repatch.TabIndex = 5; // // Play // this.Play.BackColor = System.Drawing.Color.Transparent; this.Play.Enabled = false; this.Play.Location = new System.Drawing.Point(488, 557); this.Play.Name = "Play"; this.Play.Size = new System.Drawing.Size(125, 30); this.Play.TabIndex = 6; // // Save // this.Save.BackColor = System.Drawing.Color.Transparent; this.Save.Enabled = false; this.Save.Location = new System.Drawing.Point(645, 564); this.Save.Name = "Save"; this.Save.Size = new System.Drawing.Size(43, 17); this.Save.TabIndex = 7; // // Exit // this.Exit.BackColor = System.Drawing.Color.Transparent; this.Exit.Location = new System.Drawing.Point(713, 69); this.Exit.Name = "Exit"; this.Exit.Size = new System.Drawing.Size(28, 28); this.Exit.TabIndex = 8; // // Minimize // this.Minimize.BackColor = System.Drawing.Color.Transparent; this.Minimize.Location = new System.Drawing.Point(685, 70); this.Minimize.Name = "Minimize"; this.Minimize.Size = new System.Drawing.Size(28, 28); this.Minimize.TabIndex = 9; // // Username // this.Username.BackColor = System.Drawing.SystemColors.Control; this.Username.BorderStyle = System.Windows.Forms.BorderStyle.None; this.Username.Enabled = false; this.Username.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Username.Location = new System.Drawing.Point(491, 464); this.Username.MaxLength = 50; this.Username.Multiline = true; this.Username.Name = "Username"; this.Username.Size = new System.Drawing.Size(134, 28); this.Username.TabIndex = 10; // // Password // this.Password.BackColor = System.Drawing.SystemColors.Control; this.Password.BorderStyle = System.Windows.Forms.BorderStyle.None; this.Password.Enabled = false; this.Password.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Password.Location = new System.Drawing.Point(491, 526); this.Password.MaxLength = 50; this.Password.Multiline = true; this.Password.Name = "Password"; this.Password.PasswordChar = '*'; this.Password.Size = new System.Drawing.Size(134, 28); this.Password.TabIndex = 11; // // Progress // this.Progress.Location = new System.Drawing.Point(31, 567); this.Progress.Name = "Progress"; this.Progress.Size = new System.Drawing.Size(319, 10); this.Progress.TabIndex = 12; // // webBrowser1 // this.webBrowser1.Location = new System.Drawing.Point(12, 241); this.webBrowser1.MinimumSize = new System.Drawing.Size(20, 20); this.webBrowser1.Name = "webBrowser1"; this.webBrowser1.Size = new System.Drawing.Size(376, 296); this.webBrowser1.TabIndex = 13; this.webBrowser1.Url = new System.Uri("http://www.google.com", System.UriKind.Absolute); // // Information // this.Information.BackColor = System.Drawing.Color.Transparent; this.Information.Location = new System.Drawing.Point(24, 580); this.Information.Name = "Information"; this.Information.Size = new System.Drawing.Size(333, 13); this.Information.TabIndex = 14; // // Main // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.Aqua; this.BackgroundImage = global::Launcher_Client.Properties.Resources.Background; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.ClientSize = new System.Drawing.Size(800, 600); this.Controls.Add(this.Information); this.Controls.Add(this.webBrowser1); this.Controls.Add(this.Progress); this.Controls.Add(this.Password); this.Controls.Add(this.Username); this.Controls.Add(this.Minimize); this.Controls.Add(this.Exit); this.Controls.Add(this.Save); this.Controls.Add(this.Play); this.Controls.Add(this.Repatch); this.Controls.Add(this.UserCP); this.Controls.Add(this.Vote); this.Controls.Add(this.Forums); this.Controls.Add(this.Youtube); this.Controls.Add(this.Facebook); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "Main"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.TransparencyKey = System.Drawing.Color.Aqua; this.Load += new System.EventHandler(this.Main_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label Facebook; private System.Windows.Forms.Label Youtube; private System.Windows.Forms.Label Forums; private System.Windows.Forms.Label Vote; private System.Windows.Forms.Label UserCP; private System.Windows.Forms.Label Repatch; private System.Windows.Forms.Label Play; private System.Windows.Forms.Label Save; private System.Windows.Forms.Label Exit; private System.Windows.Forms.Label Minimize; private System.Windows.Forms.TextBox Username; private System.Windows.Forms.TextBox Password; private System.Windows.Forms.ProgressBar Progress; private System.Windows.Forms.WebBrowser webBrowser1; private System.Windows.Forms.Label Information; } }