namespace Custom_Installer.Controls
{
partial class Finish
{
///
/// 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 Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.StartGame = new System.Windows.Forms.CheckBox();
this.Information = new System.Windows.Forms.Label();
this.Cancel = new System.Windows.Forms.Button();
this.Shortcut = new System.Windows.Forms.CheckBox();
this.label1 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// StartGame
//
this.StartGame.BackgroundImage = global::Custom_Installer.Properties.Resources.GameStart;
this.StartGame.Checked = true;
this.StartGame.CheckState = System.Windows.Forms.CheckState.Checked;
this.StartGame.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.StartGame.Location = new System.Drawing.Point(497, 3);
this.StartGame.Name = "StartGame";
this.StartGame.Size = new System.Drawing.Size(184, 40);
this.StartGame.TabIndex = 21;
this.StartGame.UseVisualStyleBackColor = true;
//
// Information
//
this.Information.BackColor = System.Drawing.Color.Transparent;
this.Information.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Information.Location = new System.Drawing.Point(6, 137);
this.Information.Name = "Information";
this.Information.Size = new System.Drawing.Size(678, 186);
this.Information.TabIndex = 22;
this.Information.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.Information.Click += new System.EventHandler(this.Information_Click);
//
// Cancel
//
this.Cancel.BackColor = System.Drawing.SystemColors.ButtonFace;
this.Cancel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Cancel.Image = global::Custom_Installer.Properties.Resources.Close;
this.Cancel.Location = new System.Drawing.Point(270, 508);
this.Cancel.Name = "Cancel";
this.Cancel.Size = new System.Drawing.Size(100, 50);
this.Cancel.TabIndex = 20;
this.Cancel.UseVisualStyleBackColor = false;
this.Cancel.Click += new System.EventHandler(this.Close_Click);
//
// Shortcut
//
this.Shortcut.Checked = true;
this.Shortcut.CheckState = System.Windows.Forms.CheckState.Checked;
this.Shortcut.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Shortcut.Image = global::Custom_Installer.Properties.Resources.CreateShortcut;
this.Shortcut.Location = new System.Drawing.Point(194, 9);
this.Shortcut.Name = "Shortcut";
this.Shortcut.Size = new System.Drawing.Size(262, 28);
this.Shortcut.TabIndex = 17;
this.Shortcut.UseVisualStyleBackColor = true;
//
// label1
//
this.label1.Image = global::Custom_Installer.Properties.Resources.LoadScreen_2;
this.label1.Location = new System.Drawing.Point(0, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(684, 561);
this.label1.TabIndex = 23;
//
// Finish
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.StartGame);
this.Controls.Add(this.Cancel);
this.Controls.Add(this.Shortcut);
this.Controls.Add(this.label1);
this.Controls.Add(this.Information);
this.Name = "Finish";
this.Size = new System.Drawing.Size(684, 561);
this.Load += new System.EventHandler(this.Finish_Load);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.CheckBox Shortcut;
private System.Windows.Forms.Button Cancel;
private System.Windows.Forms.CheckBox StartGame;
private System.Windows.Forms.Label Information;
private System.Windows.Forms.Label label1;
}
}