namespace Custom_Installer.Controls
{
partial class Startup
{
///
/// 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.Information = new System.Windows.Forms.Label();
this.Save_Path = new System.Windows.Forms.TextBox();
this.Save_Select = new System.Windows.Forms.Button();
this.Save_Text = new System.Windows.Forms.Label();
this.Next = new System.Windows.Forms.Button();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.Cancel = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// Information
//
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(3, 151);
this.Information.Name = "Information";
this.Information.Size = new System.Drawing.Size(678, 171);
this.Information.TabIndex = 4;
this.Information.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.Information.Click += new System.EventHandler(this.Information_Click);
//
// Save_Path
//
this.Save_Path.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Save_Path.Location = new System.Drawing.Point(6, 363);
this.Save_Path.MaxLength = 200;
this.Save_Path.Name = "Save_Path";
this.Save_Path.ReadOnly = true;
this.Save_Path.Size = new System.Drawing.Size(638, 26);
this.Save_Path.TabIndex = 2;
this.Save_Path.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// Save_Select
//
this.Save_Select.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Save_Select.Location = new System.Drawing.Point(650, 363);
this.Save_Select.Name = "Save_Select";
this.Save_Select.Size = new System.Drawing.Size(31, 26);
this.Save_Select.TabIndex = 3;
this.Save_Select.Text = "...";
this.Save_Select.UseVisualStyleBackColor = true;
this.Save_Select.Click += new System.EventHandler(this.Save_Select_Click);
//
// Save_Text
//
this.Save_Text.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Save_Text.Image = global::Custom_Installer.Properties.Resources.WhereWould;
this.Save_Text.Location = new System.Drawing.Point(0, 332);
this.Save_Text.Name = "Save_Text";
this.Save_Text.Size = new System.Drawing.Size(681, 28);
this.Save_Text.TabIndex = 5;
this.Save_Text.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// Next
//
this.Next.BackColor = System.Drawing.SystemColors.ButtonFace;
this.Next.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Next.Image = global::Custom_Installer.Properties.Resources.Next;
this.Next.Location = new System.Drawing.Point(475, 508);
this.Next.Name = "Next";
this.Next.Size = new System.Drawing.Size(100, 50);
this.Next.TabIndex = 0;
this.Next.UseVisualStyleBackColor = false;
this.Next.Click += new System.EventHandler(this.Next_Click);
//
// pictureBox1
//
this.pictureBox1.BackgroundImage = global::Custom_Installer.Properties.Resources.BarScreen;
this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.pictureBox1.Location = new System.Drawing.Point(0, 0);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(684, 148);
this.pictureBox1.TabIndex = 1;
this.pictureBox1.TabStop = false;
//
// 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(581, 508);
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);
//
// Startup
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Control;
this.Controls.Add(this.Save_Select);
this.Controls.Add(this.Save_Path);
this.Controls.Add(this.Save_Text);
this.Controls.Add(this.Information);
this.Controls.Add(this.Next);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.Cancel);
this.Name = "Startup";
this.Size = new System.Drawing.Size(684, 561);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button Cancel;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Button Next;
private System.Windows.Forms.Label Information;
private System.Windows.Forms.Label Save_Text;
private System.Windows.Forms.TextBox Save_Path;
private System.Windows.Forms.Button Save_Select;
}
}