namespace Fusion_Control_Centre_UberMDX
{
partial class SplashScreenForm
{
///
/// 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.TXT_LOGGING = new System.Windows.Forms.Label();
this.TXT_VERSION = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// TXT_LOGGING
//
this.TXT_LOGGING.AutoSize = true;
this.TXT_LOGGING.BackColor = System.Drawing.Color.White;
this.TXT_LOGGING.Font = new System.Drawing.Font("BankGothic Md BT", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.TXT_LOGGING.Location = new System.Drawing.Point(10, 265);
this.TXT_LOGGING.MinimumSize = new System.Drawing.Size(280, 0);
this.TXT_LOGGING.Name = "TXT_LOGGING";
this.TXT_LOGGING.Padding = new System.Windows.Forms.Padding(0, 0, 0, 10);
this.TXT_LOGGING.Size = new System.Drawing.Size(280, 27);
this.TXT_LOGGING.TabIndex = 0;
this.TXT_LOGGING.Text = "Logging";
this.TXT_LOGGING.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// TXT_VERSION
//
this.TXT_VERSION.AutoSize = true;
this.TXT_VERSION.BackColor = System.Drawing.Color.White;
this.TXT_VERSION.Font = new System.Drawing.Font("BankGothic Md BT", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.TXT_VERSION.Location = new System.Drawing.Point(10, 236);
this.TXT_VERSION.MinimumSize = new System.Drawing.Size(280, 0);
this.TXT_VERSION.Name = "TXT_VERSION";
this.TXT_VERSION.Padding = new System.Windows.Forms.Padding(0, 0, 0, 10);
this.TXT_VERSION.Size = new System.Drawing.Size(280, 27);
this.TXT_VERSION.TabIndex = 2;
this.TXT_VERSION.Text = "Version";
this.TXT_VERSION.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// SplashScreenForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.BackgroundImage = global::Fusion_Control_Centre_UberMDX.Properties.Resources.SplashScreenImage;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
this.ClientSize = new System.Drawing.Size(300, 300);
this.Controls.Add(this.TXT_VERSION);
this.Controls.Add(this.TXT_LOGGING);
this.DoubleBuffered = true;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "SplashScreenForm";
this.Opacity = 0;
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "SplashScreenForm";
this.TopMost = true;
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label TXT_LOGGING;
private System.Windows.Forms.Label TXT_VERSION;
}
}