158 lines
8.5 KiB
C#
158 lines
8.5 KiB
C#
namespace Client2020
|
|
{
|
|
partial class LoadingForm
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LoadingForm));
|
|
this.StatusLBL = new System.Windows.Forms.Label();
|
|
this.ErrorLBL = new System.Windows.Forms.Label();
|
|
this.CloseLabel = new System.Windows.Forms.Label();
|
|
this.LogoSCM = new System.Windows.Forms.PictureBox();
|
|
this.VersionLBL = new System.Windows.Forms.Label();
|
|
this.LogoCMS = new System.Windows.Forms.PictureBox();
|
|
((System.ComponentModel.ISupportInitialize)(this.LogoSCM)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.LogoCMS)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// StatusLBL
|
|
//
|
|
this.StatusLBL.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.StatusLBL.BackColor = System.Drawing.Color.White;
|
|
this.StatusLBL.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.StatusLBL.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75)))));
|
|
this.StatusLBL.Location = new System.Drawing.Point(0, 384);
|
|
this.StatusLBL.Name = "StatusLBL";
|
|
this.StatusLBL.Size = new System.Drawing.Size(502, 34);
|
|
this.StatusLBL.TabIndex = 5;
|
|
this.StatusLBL.Text = "...";
|
|
this.StatusLBL.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// ErrorLBL
|
|
//
|
|
this.ErrorLBL.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ErrorLBL.BackColor = System.Drawing.Color.White;
|
|
this.ErrorLBL.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.ErrorLBL.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
|
this.ErrorLBL.Location = new System.Drawing.Point(501, 384);
|
|
this.ErrorLBL.Name = "ErrorLBL";
|
|
this.ErrorLBL.Size = new System.Drawing.Size(468, 34);
|
|
this.ErrorLBL.TabIndex = 7;
|
|
this.ErrorLBL.Text = "...";
|
|
this.ErrorLBL.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// CloseLabel
|
|
//
|
|
this.CloseLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.CloseLabel.BackColor = System.Drawing.Color.White;
|
|
this.CloseLabel.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.CloseLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.CloseLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(43)))), ((int)(((byte)(91)))));
|
|
this.CloseLabel.Location = new System.Drawing.Point(922, 0);
|
|
this.CloseLabel.Margin = new System.Windows.Forms.Padding(3, 0, 2, 0);
|
|
this.CloseLabel.Name = "CloseLabel";
|
|
this.CloseLabel.Padding = new System.Windows.Forms.Padding(0, 0, 5, 0);
|
|
this.CloseLabel.Size = new System.Drawing.Size(47, 31);
|
|
this.CloseLabel.TabIndex = 3;
|
|
this.CloseLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// LogoSCM
|
|
//
|
|
this.LogoSCM.BackColor = System.Drawing.Color.White;
|
|
this.LogoSCM.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.LogoSCM.Image = global::Client2020.Properties.Resources.MAESTRO_ACTIVE_LOGO;
|
|
this.LogoSCM.Location = new System.Drawing.Point(0, 0);
|
|
this.LogoSCM.Margin = new System.Windows.Forms.Padding(0);
|
|
this.LogoSCM.Name = "LogoSCM";
|
|
this.LogoSCM.Size = new System.Drawing.Size(969, 400);
|
|
this.LogoSCM.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.LogoSCM.TabIndex = 8;
|
|
this.LogoSCM.TabStop = false;
|
|
this.LogoSCM.Visible = false;
|
|
//
|
|
// VersionLBL
|
|
//
|
|
this.VersionLBL.BackColor = System.Drawing.Color.White;
|
|
this.VersionLBL.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Bold);
|
|
this.VersionLBL.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75)))));
|
|
this.VersionLBL.Location = new System.Drawing.Point(0, 0);
|
|
this.VersionLBL.Margin = new System.Windows.Forms.Padding(0);
|
|
this.VersionLBL.Name = "VersionLBL";
|
|
this.VersionLBL.Size = new System.Drawing.Size(929, 31);
|
|
this.VersionLBL.TabIndex = 0;
|
|
this.VersionLBL.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// LogoCMS
|
|
//
|
|
this.LogoCMS.BackColor = System.Drawing.Color.White;
|
|
this.LogoCMS.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.LogoCMS.Image = global::Client2020.Properties.Resources.CM_ACTIVE_LOGO_INVERTED;
|
|
this.LogoCMS.Location = new System.Drawing.Point(0, 31);
|
|
this.LogoCMS.Margin = new System.Windows.Forms.Padding(0);
|
|
this.LogoCMS.Name = "LogoCMS";
|
|
this.LogoCMS.Size = new System.Drawing.Size(969, 369);
|
|
this.LogoCMS.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.LogoCMS.TabIndex = 6;
|
|
this.LogoCMS.TabStop = false;
|
|
this.LogoCMS.Visible = false;
|
|
//
|
|
// LoadingForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(969, 418);
|
|
this.ControlBox = false;
|
|
this.Controls.Add(this.StatusLBL);
|
|
this.Controls.Add(this.VersionLBL);
|
|
this.Controls.Add(this.CloseLabel);
|
|
this.Controls.Add(this.ErrorLBL);
|
|
this.Controls.Add(this.LogoCMS);
|
|
this.Controls.Add(this.LogoSCM);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "LoadingForm";
|
|
this.Padding = new System.Windows.Forms.Padding(0, 60, 0, 0);
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
|
|
this.Text = "Loading Active Client";
|
|
this.TopMost = true;
|
|
((System.ComponentModel.ISupportInitialize)(this.LogoSCM)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.LogoCMS)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.Label StatusLBL;
|
|
private System.Windows.Forms.Label ErrorLBL;
|
|
private System.Windows.Forms.Label CloseLabel;
|
|
private System.Windows.Forms.PictureBox LogoSCM;
|
|
private System.Windows.Forms.Label VersionLBL;
|
|
private System.Windows.Forms.PictureBox LogoCMS;
|
|
}
|
|
} |