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.StatusLBL = new System.Windows.Forms.TextBox(); this.ErrorLBL = new System.Windows.Forms.TextBox(); this.CloseLabel = new System.Windows.Forms.Label(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.VersionLBL = new System.Windows.Forms.TextBox(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).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.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(113)))), ((int)(((byte)(120))))); this.StatusLBL.BorderStyle = System.Windows.Forms.BorderStyle.None; this.StatusLBL.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.StatusLBL.ForeColor = System.Drawing.Color.White; this.StatusLBL.HideSelection = false; this.StatusLBL.Location = new System.Drawing.Point(12, 133); this.StatusLBL.Name = "StatusLBL"; this.StatusLBL.ReadOnly = true; this.StatusLBL.ShortcutsEnabled = false; this.StatusLBL.Size = new System.Drawing.Size(309, 13); this.StatusLBL.TabIndex = 1; this.StatusLBL.TabStop = false; this.StatusLBL.UseWaitCursor = true; // // 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.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(113)))), ((int)(((byte)(120))))); this.ErrorLBL.BorderStyle = System.Windows.Forms.BorderStyle.None; this.ErrorLBL.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ErrorLBL.ForeColor = System.Drawing.Color.Maroon; this.ErrorLBL.HideSelection = false; this.ErrorLBL.Location = new System.Drawing.Point(12, 152); this.ErrorLBL.Multiline = true; this.ErrorLBL.Name = "ErrorLBL"; this.ErrorLBL.ReadOnly = true; this.ErrorLBL.ShortcutsEnabled = false; this.ErrorLBL.Size = new System.Drawing.Size(309, 37); this.ErrorLBL.TabIndex = 4; this.ErrorLBL.TabStop = false; this.ErrorLBL.UseWaitCursor = true; // // CloseLabel // this.CloseLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.CloseLabel.AutoSize = true; this.CloseLabel.Cursor = System.Windows.Forms.Cursors.WaitCursor; this.CloseLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.CloseLabel.ForeColor = System.Drawing.Color.White; this.CloseLabel.Location = new System.Drawing.Point(304, 9); this.CloseLabel.Name = "CloseLabel"; this.CloseLabel.Size = new System.Drawing.Size(21, 20); this.CloseLabel.TabIndex = 5; this.CloseLabel.Text = "X"; this.CloseLabel.UseWaitCursor = true; 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); // // pictureBox1 // this.pictureBox1.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.pictureBox1.Image = global::CMS_Client.Properties.Resources.CMS_LOGO; this.pictureBox1.ImageLocation = ""; this.pictureBox1.InitialImage = global::CMS_Client.Properties.Resources.CMS_LOGO; this.pictureBox1.Location = new System.Drawing.Point(12, 12); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(309, 96); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox1.TabIndex = 3; this.pictureBox1.TabStop = false; this.pictureBox1.UseWaitCursor = true; // // VersionLBL // this.VersionLBL.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.VersionLBL.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(113)))), ((int)(((byte)(120))))); this.VersionLBL.BorderStyle = System.Windows.Forms.BorderStyle.None; this.VersionLBL.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.VersionLBL.ForeColor = System.Drawing.Color.Navy; this.VersionLBL.HideSelection = false; this.VersionLBL.Location = new System.Drawing.Point(12, 114); this.VersionLBL.Name = "VersionLBL"; this.VersionLBL.ReadOnly = true; this.VersionLBL.ShortcutsEnabled = false; this.VersionLBL.Size = new System.Drawing.Size(309, 13); this.VersionLBL.TabIndex = 6; this.VersionLBL.TabStop = false; this.VersionLBL.UseWaitCursor = true; // // LoadingForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(113)))), ((int)(((byte)(120))))); this.ClientSize = new System.Drawing.Size(333, 201); this.Controls.Add(this.VersionLBL); this.Controls.Add(this.CloseLabel); this.Controls.Add(this.ErrorLBL); this.Controls.Add(this.StatusLBL); this.Controls.Add(this.pictureBox1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Icon = global::CMS_Client.Properties.Resources.CMS_Icon; this.Name = "LoadingForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Loading CMS Client"; this.TopMost = true; this.Load += new System.EventHandler(this.LoadingForm_Load); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox StatusLBL; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.TextBox ErrorLBL; private System.Windows.Forms.Label CloseLabel; private System.Windows.Forms.TextBox VersionLBL; } }