namespace CMS_Client.View { partial class OpeningForm { /// /// 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.CloseLabel = new System.Windows.Forms.Label(); this.VersionLBL = new System.Windows.Forms.Label(); this.TitlePanel = new System.Windows.Forms.Panel(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.StatusLBL = new System.Windows.Forms.Label(); this.ErrorLBL = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.TitlePanel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // CloseLabel // this.CloseLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.CloseLabel.Cursor = System.Windows.Forms.Cursors.Hand; this.CloseLabel.Font = new System.Drawing.Font("Work Sans Medium", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.CloseLabel.ForeColor = System.Drawing.Color.White; this.CloseLabel.Location = new System.Drawing.Point(545, 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, 64); this.CloseLabel.TabIndex = 3; this.CloseLabel.Text = "X"; this.CloseLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.CloseLabel.Click += new System.EventHandler(this.CloseLabel_Click); this.CloseLabel.MouseClick += new System.Windows.Forms.MouseEventHandler(this.CloseLabel_MouseClick); // // 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.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(0, 0); this.VersionLBL.Name = "VersionLBL"; this.VersionLBL.Size = new System.Drawing.Size(536, 64); this.VersionLBL.TabIndex = 0; this.VersionLBL.Text = "..."; this.VersionLBL.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // TitlePanel // this.TitlePanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.TitlePanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(38)))), ((int)(((byte)(128))))); this.TitlePanel.Controls.Add(this.VersionLBL); this.TitlePanel.Controls.Add(this.CloseLabel); this.TitlePanel.Location = new System.Drawing.Point(0, 0); this.TitlePanel.Margin = new System.Windows.Forms.Padding(0); this.TitlePanel.Name = "TitlePanel"; this.TitlePanel.Size = new System.Drawing.Size(592, 64); this.TitlePanel.TabIndex = 4; // // pictureBox1 // this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.pictureBox1.Image = global::CMS_Client.Properties.Resources.CMS_LOGO; this.pictureBox1.Location = new System.Drawing.Point(457, 64); this.pictureBox1.Margin = new System.Windows.Forms.Padding(0); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(135, 60); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox1.TabIndex = 6; this.pictureBox1.TabStop = false; // // 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.Font = new System.Drawing.Font("Work Sans", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.StatusLBL.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(151)))), ((int)(((byte)(151))))); this.StatusLBL.Location = new System.Drawing.Point(0, 124); this.StatusLBL.Name = "StatusLBL"; this.StatusLBL.Size = new System.Drawing.Size(592, 349); this.StatusLBL.TabIndex = 5; this.StatusLBL.Text = "..."; this.StatusLBL.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // 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.Font = new System.Drawing.Font("Work Sans", 15.75F, 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(0, 473); this.ErrorLBL.Name = "ErrorLBL"; this.ErrorLBL.Size = new System.Drawing.Size(592, 93); this.ErrorLBL.TabIndex = 7; this.ErrorLBL.Text = "..."; this.ErrorLBL.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // panel1 // this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(151)))), ((int)(((byte)(151))))); this.panel1.Location = new System.Drawing.Point(0, 64); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(592, 2); this.panel1.TabIndex = 8; // // OpeningForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BorderStyle = MetroFramework.Forms.MetroFormBorderStyle.FixedSingle; this.ClientSize = new System.Drawing.Size(592, 568); this.ControlBox = false; this.Controls.Add(this.panel1); this.Controls.Add(this.ErrorLBL); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.StatusLBL); this.Controls.Add(this.TitlePanel); this.Icon = global::CMS_Client.Properties.Resources.Client_Icon; this.Movable = false; this.Name = "OpeningForm"; this.Resizable = false; this.ShadowType = MetroFramework.Forms.MetroFormShadowType.AeroShadow; this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.Text = "Loading CMS Client"; this.TopMost = true; this.Load += new System.EventHandler(this.LoadingForm_Load); this.TitlePanel.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label CloseLabel; private System.Windows.Forms.Label VersionLBL; private System.Windows.Forms.Panel TitlePanel; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Label StatusLBL; private System.Windows.Forms.Label ErrorLBL; private System.Windows.Forms.Panel panel1; } }