namespace DuckEmulator.GUI
{
partial class SplashScreen
{
///
/// 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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SplashScreen));
this.label1 = new System.Windows.Forms.Label();
this.Timer = new System.Windows.Forms.Timer(this.components);
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.EndTimer = new System.Windows.Forms.Timer(this.components);
this.panel1 = new System.Windows.Forms.Panel();
this.CloseEnvironment = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.CloseEnvironment)).BeginInit();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 114);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(223, 19);
this.label1.TabIndex = 0;
this.label1.Text = "Please wait, DuckEmulator is loading...";
//
// Timer
//
this.Timer.Enabled = true;
this.Timer.Interval = 2000;
this.Timer.Tick += new System.EventHandler(this.Timer_Tick);
//
// pictureBox1
//
this.pictureBox1.BackColor = System.Drawing.Color.WhiteSmoke;
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(77, 82);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(100, 20);
this.pictureBox1.TabIndex = 7;
this.pictureBox1.TabStop = false;
//
// EndTimer
//
this.EndTimer.Interval = 2000;
this.EndTimer.Tick += new System.EventHandler(this.EndTimer_Tick);
//
// panel1
//
this.panel1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel1.BackgroundImage")));
this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel1.Controls.Add(this.CloseEnvironment);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(249, 144);
this.panel1.TabIndex = 8;
//
// CloseEnvironment
//
this.CloseEnvironment.BackColor = System.Drawing.Color.Transparent;
this.CloseEnvironment.Cursor = System.Windows.Forms.Cursors.Hand;
this.CloseEnvironment.Image = ((System.Drawing.Image)(resources.GetObject("CloseEnvironment.Image")));
this.CloseEnvironment.Location = new System.Drawing.Point(228, 3);
this.CloseEnvironment.Name = "CloseEnvironment";
this.CloseEnvironment.Size = new System.Drawing.Size(16, 16);
this.CloseEnvironment.TabIndex = 9;
this.CloseEnvironment.TabStop = false;
this.CloseEnvironment.Visible = false;
this.CloseEnvironment.Click += new System.EventHandler(this.CloseEnvironment_Click);
//
// SplashScreen
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 19F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.ClientSize = new System.Drawing.Size(249, 144);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.label1);
this.Controls.Add(this.panel1);
this.Font = new System.Drawing.Font("Segoe Print", 8.25F, 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.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.Name = "SplashScreen";
this.Opacity = 0.95D;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "SplashScreen";
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.CloseEnvironment)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Timer Timer;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Timer EndTimer;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.PictureBox CloseEnvironment;
}
}