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.tableLayout = new System.Windows.Forms.TableLayoutPanel(); this.TitlePanel = new System.Windows.Forms.Panel(); this.VersionLBL = new System.Windows.Forms.Label(); this.MainPanel = new System.Windows.Forms.Panel(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.ErrorLBL = new System.Windows.Forms.Label(); this.StatusLBL = new System.Windows.Forms.Label(); this.tableLayout.SuspendLayout(); this.TitlePanel.SuspendLayout(); this.MainPanel.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.Right))); this.CloseLabel.Cursor = System.Windows.Forms.Cursors.Hand; this.CloseLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.CloseLabel.ForeColor = System.Drawing.Color.White; this.CloseLabel.Location = new System.Drawing.Point(549, 13); this.CloseLabel.Name = "CloseLabel"; this.CloseLabel.Size = new System.Drawing.Size(31, 41); this.CloseLabel.TabIndex = 5; this.CloseLabel.Text = "X"; this.CloseLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.CloseLabel.Click += new System.EventHandler(this.CloseLabel_Click); this.CloseLabel.MouseEnter += new System.EventHandler(this.CloseLabel_MouseEnter); this.CloseLabel.MouseLeave += new System.EventHandler(this.CloseLabel_MouseLeave); // // tableLayout // this.tableLayout.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.tableLayout.ColumnCount = 1; this.tableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 826F)); this.tableLayout.Controls.Add(this.TitlePanel, 0, 0); this.tableLayout.Controls.Add(this.MainPanel, 0, 2); this.tableLayout.Location = new System.Drawing.Point(0, 0); this.tableLayout.Margin = new System.Windows.Forms.Padding(0); this.tableLayout.Name = "tableLayout"; this.tableLayout.RowCount = 3; this.tableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 64F)); this.tableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayout.Size = new System.Drawing.Size(592, 569); this.tableLayout.TabIndex = 7; // // TitlePanel // this.TitlePanel.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.TitlePanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(38)))), ((int)(((byte)(128))))); this.TitlePanel.Controls.Add(this.CloseLabel); 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(826, 64); this.TitlePanel.TabIndex = 0; // // 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(12, 13); this.VersionLBL.Name = "VersionLBL"; this.VersionLBL.Size = new System.Drawing.Size(453, 41); this.VersionLBL.TabIndex = 0; this.VersionLBL.Text = "..."; this.VersionLBL.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // MainPanel // this.MainPanel.Controls.Add(this.pictureBox1); this.MainPanel.Controls.Add(this.ErrorLBL); this.MainPanel.Controls.Add(this.StatusLBL); this.MainPanel.Location = new System.Drawing.Point(3, 67); this.MainPanel.Name = "MainPanel"; this.MainPanel.Size = new System.Drawing.Size(589, 502); this.MainPanel.TabIndex = 1; // // 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(442, 0); 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 = 3; this.pictureBox1.TabStop = false; // // ErrorLBL // this.ErrorLBL.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | 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.Brown; this.ErrorLBL.Location = new System.Drawing.Point(6, 428); this.ErrorLBL.Name = "ErrorLBL"; this.ErrorLBL.Size = new System.Drawing.Size(577, 74); this.ErrorLBL.TabIndex = 2; this.ErrorLBL.Text = "..."; this.ErrorLBL.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // 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(11, 0); this.StatusLBL.Name = "StatusLBL"; this.StatusLBL.Size = new System.Drawing.Size(566, 437); this.StatusLBL.TabIndex = 1; this.StatusLBL.Text = "..."; this.StatusLBL.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // OpeningForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(592, 568); this.Controls.Add(this.tableLayout); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Icon = global::CMS_Client.Properties.Resources.Client_Icon; this.Name = "OpeningForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.Text = "Loading CMS Client"; this.TopMost = true; this.Load += new System.EventHandler(this.LoadingForm_Load); this.tableLayout.ResumeLayout(false); this.TitlePanel.ResumeLayout(false); this.MainPanel.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label CloseLabel; private System.Windows.Forms.TableLayoutPanel tableLayout; private System.Windows.Forms.Panel TitlePanel; private System.Windows.Forms.Label VersionLBL; private System.Windows.Forms.Panel MainPanel; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Label StatusLBL; private System.Windows.Forms.Label ErrorLBL; } }