108 lines
5.4 KiB
C#
108 lines
5.4 KiB
C#
namespace CMS_Client.View
|
|
{
|
|
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.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.VersionLBL = new System.Windows.Forms.Label();
|
|
this.StatusLBL = new System.Windows.Forms.Label();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(43)))), ((int)(((byte)(91)))));
|
|
this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.pictureBox1.Image = global::CMS_Client.Properties.Resources.CM_ACTIVE_LOGO;
|
|
this.pictureBox1.Location = new System.Drawing.Point(-1, 0);
|
|
this.pictureBox1.Margin = new System.Windows.Forms.Padding(0);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(971, 203);
|
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pictureBox1.TabIndex = 10;
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// VersionLBL
|
|
//
|
|
this.VersionLBL.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
this.VersionLBL.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(43)))), ((int)(((byte)(91)))));
|
|
this.VersionLBL.Font = new System.Drawing.Font("Work Sans", 18F, System.Drawing.FontStyle.Bold);
|
|
this.VersionLBL.ForeColor = System.Drawing.Color.White;
|
|
this.VersionLBL.Location = new System.Drawing.Point(1, 0);
|
|
this.VersionLBL.Name = "VersionLBL";
|
|
this.VersionLBL.Size = new System.Drawing.Size(592, 35);
|
|
this.VersionLBL.TabIndex = 0;
|
|
this.VersionLBL.Text = "...";
|
|
this.VersionLBL.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// StatusLBL
|
|
//
|
|
this.StatusLBL.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.StatusLBL.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(43)))), ((int)(((byte)(91)))));
|
|
this.StatusLBL.Font = new System.Drawing.Font("Work Sans", 9.749999F, System.Drawing.FontStyle.Bold);
|
|
this.StatusLBL.ForeColor = System.Drawing.Color.White;
|
|
this.StatusLBL.Location = new System.Drawing.Point(1, 168);
|
|
this.StatusLBL.Name = "StatusLBL";
|
|
this.StatusLBL.Size = new System.Drawing.Size(969, 35);
|
|
this.StatusLBL.TabIndex = 12;
|
|
this.StatusLBL.Text = "...";
|
|
this.StatusLBL.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// LoadingForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(969, 203);
|
|
this.Controls.Add(this.VersionLBL);
|
|
this.Controls.Add(this.StatusLBL);
|
|
this.Controls.Add(this.pictureBox1);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Movable = false;
|
|
this.Name = "LoadingForm";
|
|
this.Resizable = false;
|
|
this.ShadowType = MetroFramework.Forms.MetroFormShadowType.AeroShadow;
|
|
this.ShowIcon = false;
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
|
|
this.Text = "Loading CMS Client";
|
|
this.TopMost = true;
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private System.Windows.Forms.Label VersionLBL;
|
|
private System.Windows.Forms.Label StatusLBL;
|
|
}
|
|
} |