namespace Custom_Installer.Controls
{
partial class Install
{
///
/// 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.Finish = new System.Windows.Forms.Button();
this.Cancel = new System.Windows.Forms.Button();
this.Download_Text = new System.Windows.Forms.Label();
this.Download_Progress = new System.Windows.Forms.ProgressBar();
this.Install_Progress = new System.Windows.Forms.ProgressBar();
this.Install_Text = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// Finish
//
this.Finish.BackColor = System.Drawing.SystemColors.ButtonFace;
this.Finish.Enabled = false;
this.Finish.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Finish.Image = global::Custom_Installer.Properties.Resources.Next;
this.Finish.Location = new System.Drawing.Point(391, 15);
this.Finish.Name = "Finish";
this.Finish.Size = new System.Drawing.Size(100, 50);
this.Finish.TabIndex = 0;
this.Finish.UseVisualStyleBackColor = false;
this.Finish.Click += new System.EventHandler(this.Finish_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.Cancel;
this.Cancel.Location = new System.Drawing.Point(560, 15);
this.Cancel.Name = "Cancel";
this.Cancel.Size = new System.Drawing.Size(100, 50);
this.Cancel.TabIndex = 1;
this.Cancel.UseVisualStyleBackColor = false;
this.Cancel.Click += new System.EventHandler(this.Cancel_Click);
//
// Download_Text
//
this.Download_Text.BackColor = System.Drawing.Color.Transparent;
this.Download_Text.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Download_Text.Location = new System.Drawing.Point(3, 443);
this.Download_Text.Name = "Download_Text";
this.Download_Text.Size = new System.Drawing.Size(675, 35);
this.Download_Text.TabIndex = 10;
this.Download_Text.Text = "Download Progress:";
this.Download_Text.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.Download_Text.Click += new System.EventHandler(this.Download_Text_Click);
//
// Download_Progress
//
this.Download_Progress.ForeColor = System.Drawing.SystemColors.HotTrack;
this.Download_Progress.Location = new System.Drawing.Point(3, 478);
this.Download_Progress.Name = "Download_Progress";
this.Download_Progress.Size = new System.Drawing.Size(675, 23);
this.Download_Progress.TabIndex = 11;
//
// Install_Progress
//
this.Install_Progress.ForeColor = System.Drawing.Color.Honeydew;
this.Install_Progress.Location = new System.Drawing.Point(3, 535);
this.Install_Progress.Name = "Install_Progress";
this.Install_Progress.Size = new System.Drawing.Size(675, 23);
this.Install_Progress.TabIndex = 13;
//
// Install_Text
//
this.Install_Text.BackColor = System.Drawing.Color.Transparent;
this.Install_Text.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Install_Text.Location = new System.Drawing.Point(-3, 504);
this.Install_Text.Name = "Install_Text";
this.Install_Text.Size = new System.Drawing.Size(681, 28);
this.Install_Text.TabIndex = 12;
this.Install_Text.Text = "Install Progress:";
this.Install_Text.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label2
//
this.label2.ForeColor = System.Drawing.SystemColors.HotTrack;
this.label2.Image = global::Custom_Installer.Properties.Resources.LoadBar;
this.label2.Location = new System.Drawing.Point(3, 478);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(675, 23);
this.label2.TabIndex = 15;
//
// label1
//
this.label1.ForeColor = System.Drawing.SystemColors.HotTrack;
this.label1.Image = global::Custom_Installer.Properties.Resources.LoadBar;
this.label1.Location = new System.Drawing.Point(3, 535);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(675, 23);
this.label1.TabIndex = 14;
//
// label3
//
this.label3.Image = global::Custom_Installer.Properties.Resources.LoadScreen_1;
this.label3.Location = new System.Drawing.Point(20, 15);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(725, 520);
this.label3.TabIndex = 16;
this.label3.Click += new System.EventHandler(this.label3_Click);
//
// Install
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.Install_Text);
this.Controls.Add(this.Download_Progress);
this.Controls.Add(this.Finish);
this.Controls.Add(this.Cancel);
this.Controls.Add(this.Install_Progress);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.Download_Text);
this.Controls.Add(this.label3);
this.Name = "Install";
this.Size = new System.Drawing.Size(684, 561);
this.Load += new System.EventHandler(this.Install_Load);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button Finish;
private System.Windows.Forms.Button Cancel;
private System.Windows.Forms.Label Download_Text;
private System.Windows.Forms.ProgressBar Download_Progress;
private System.Windows.Forms.ProgressBar Install_Progress;
private System.Windows.Forms.Label Install_Text;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
}
}