namespace VictusLauncher
{
partial class LauncherForm
{
///
/// 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LauncherForm));
this.Browser = new System.Windows.Forms.WebBrowser();
this.ExitLabel = new System.Windows.Forms.Label();
this.FileProgress = new VictusLauncher.DuskProgressBar();
this.ProgressBar = new VictusLauncher.DuskProgressBar();
this.StartButton = new VictusLauncher.ImageButton();
((System.ComponentModel.ISupportInitialize)(this.FileProgress)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ProgressBar)).BeginInit();
this.SuspendLayout();
//
// Browser
//
this.Browser.AllowWebBrowserDrop = false;
this.Browser.Location = new System.Drawing.Point(12, 267);
this.Browser.MinimumSize = new System.Drawing.Size(20, 20);
this.Browser.Name = "Browser";
this.Browser.ScriptErrorsSuppressed = true;
this.Browser.ScrollBarsEnabled = false;
this.Browser.Size = new System.Drawing.Size(654, 192);
this.Browser.TabIndex = 12;
this.Browser.TabStop = false;
this.Browser.Url = new System.Uri("http://victus.synergygaming.net/launcher/", System.UriKind.Absolute);
this.Browser.Visible = false;
this.Browser.FileDownload += new System.EventHandler(this.Browser_FileDownload);
//
// ExitLabel
//
this.ExitLabel.AutoSize = true;
this.ExitLabel.BackColor = System.Drawing.Color.Transparent;
this.ExitLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ExitLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(54)))), ((int)(((byte)(54)))));
this.ExitLabel.Location = new System.Drawing.Point(646, 181);
this.ExitLabel.Name = "ExitLabel";
this.ExitLabel.Size = new System.Drawing.Size(16, 15);
this.ExitLabel.TabIndex = 13;
this.ExitLabel.Text = "X";
this.ExitLabel.Click += new System.EventHandler(this.ExitLabel_Click);
//
// FileProgress
//
this.FileProgress.BackColor = System.Drawing.Color.Transparent;
this.FileProgress.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("FileProgress.BackgroundImage")));
this.FileProgress.ImageBorderPixelSize = 2;
this.FileProgress.Location = new System.Drawing.Point(24, 501);
this.FileProgress.Max = ((long)(9));
this.FileProgress.Min = ((long)(0));
this.FileProgress.Name = "FileProgress";
this.FileProgress.ProgressBorderImage = ((System.Drawing.Image)(resources.GetObject("FileProgress.ProgressBorderImage")));
this.FileProgress.ProgressImage = ((System.Drawing.Image)(resources.GetObject("FileProgress.ProgressImage")));
this.FileProgress.ShowPercentage = true;
this.FileProgress.Size = new System.Drawing.Size(446, 15);
this.FileProgress.Step = ((long)(1));
this.FileProgress.TabIndex = 14;
this.FileProgress.TabStop = false;
this.FileProgress.Text = "0%";
this.FileProgress.Value = ((long)(0));
//
// ProgressBar
//
this.ProgressBar.BackColor = System.Drawing.Color.Transparent;
this.ProgressBar.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ProgressBar.BackgroundImage")));
this.ProgressBar.ImageBorderPixelSize = 2;
this.ProgressBar.Location = new System.Drawing.Point(24, 535);
this.ProgressBar.Max = ((long)(9));
this.ProgressBar.Min = ((long)(0));
this.ProgressBar.Name = "ProgressBar";
this.ProgressBar.ProgressBorderImage = ((System.Drawing.Image)(resources.GetObject("ProgressBar.ProgressBorderImage")));
this.ProgressBar.ProgressImage = ((System.Drawing.Image)(resources.GetObject("ProgressBar.ProgressImage")));
this.ProgressBar.ShowPercentage = true;
this.ProgressBar.Size = new System.Drawing.Size(446, 15);
this.ProgressBar.Step = ((long)(1));
this.ProgressBar.TabIndex = 7;
this.ProgressBar.TabStop = false;
this.ProgressBar.Text = "0%";
this.ProgressBar.Value = ((long)(0));
//
// StartButton
//
this.StartButton.BackColor = System.Drawing.Color.Transparent;
this.StartButton.Cursor = System.Windows.Forms.Cursors.Hand;
this.StartButton.DisabledImage = ((System.Drawing.Image)(resources.GetObject("StartButton.DisabledImage")));
this.StartButton.Enabled = false;
this.StartButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.StartButton.Image = ((System.Drawing.Image)(resources.GetObject("StartButton.Image")));
this.StartButton.Location = new System.Drawing.Point(520, 497);
this.StartButton.MouseDownImage = ((System.Drawing.Image)(resources.GetObject("StartButton.MouseDownImage")));
this.StartButton.MouseEnterImage = ((System.Drawing.Image)(resources.GetObject("StartButton.MouseEnterImage")));
this.StartButton.MouseLeaveImage = ((System.Drawing.Image)(resources.GetObject("StartButton.MouseLeaveImage")));
this.StartButton.Name = "StartButton";
this.StartButton.Size = new System.Drawing.Size(114, 44);
this.StartButton.TabIndex = 2;
this.StartButton.Click += new System.EventHandler(this.StartButton_Click);
//
// LauncherForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Control;
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.ClientSize = new System.Drawing.Size(677, 570);
this.Controls.Add(this.FileProgress);
this.Controls.Add(this.ExitLabel);
this.Controls.Add(this.Browser);
this.Controls.Add(this.ProgressBar);
this.Controls.Add(this.StartButton);
this.DoubleBuffered = true;
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "LauncherForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Victus Launcher";
this.TransparencyKey = System.Drawing.SystemColors.Control;
((System.ComponentModel.ISupportInitialize)(this.FileProgress)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ProgressBar)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
public DuskProgressBar ProgressBar;
public ImageButton StartButton;
private System.Windows.Forms.Label ExitLabel;
public DuskProgressBar FileProgress;
private System.Windows.Forms.WebBrowser Browser;
}
}