namespace CMS_Client.View { partial class LoadingForm { /// /// 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.panel1 = new System.Windows.Forms.Panel(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.TitlePanel = new System.Windows.Forms.Panel(); this.VersionLBL = new System.Windows.Forms.Label(); this.StatusLBL = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.TitlePanel.SuspendLayout(); this.SuspendLayout(); // // 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 = 11; // // 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 = 10; this.pictureBox1.TabStop = false; // // 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.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 = 9; // // 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(592, 64); 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.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 = 12; this.StatusLBL.Text = "..."; this.StatusLBL.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // LoadingForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(592, 568); this.Controls.Add(this.StatusLBL); this.Controls.Add(this.panel1); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.TitlePanel); this.Icon = global::CMS_Client.Properties.Resources.Client_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.TitlePanel.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Panel TitlePanel; private System.Windows.Forms.Label VersionLBL; private System.Windows.Forms.Label StatusLBL; } }