188 lines
10 KiB
C#
188 lines
10 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()
|
|
{
|
|
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(565, 9);
|
|
this.CloseLabel.Name = "CloseLabel";
|
|
this.CloseLabel.Size = new System.Drawing.Size(31, 30);
|
|
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, 49F));
|
|
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(602, 410);
|
|
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, 49);
|
|
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", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.VersionLBL.ForeColor = System.Drawing.Color.White;
|
|
this.VersionLBL.Location = new System.Drawing.Point(12, 9);
|
|
this.VersionLBL.Name = "VersionLBL";
|
|
this.VersionLBL.Size = new System.Drawing.Size(453, 30);
|
|
this.VersionLBL.TabIndex = 0;
|
|
this.VersionLBL.Text = "Title";
|
|
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, 52);
|
|
this.MainPanel.Name = "MainPanel";
|
|
this.MainPanel.Size = new System.Drawing.Size(599, 358);
|
|
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(6, 0);
|
|
this.pictureBox1.Margin = new System.Windows.Forms.Padding(0);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(587, 110);
|
|
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, 274);
|
|
this.ErrorLBL.Name = "ErrorLBL";
|
|
this.ErrorLBL.Size = new System.Drawing.Size(587, 74);
|
|
this.ErrorLBL.TabIndex = 2;
|
|
this.ErrorLBL.Text = "Error";
|
|
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.Location = new System.Drawing.Point(82, 110);
|
|
this.StatusLBL.Name = "StatusLBL";
|
|
this.StatusLBL.Padding = new System.Windows.Forms.Padding(0, 20, 0, 0);
|
|
this.StatusLBL.Size = new System.Drawing.Size(437, 164);
|
|
this.StatusLBL.TabIndex = 1;
|
|
this.StatusLBL.Text = "Status";
|
|
this.StatusLBL.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
|
//
|
|
// LoadingForm
|
|
//
|
|
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(602, 409);
|
|
this.Controls.Add(this.tableLayout);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Icon = global::CMS_Client.Properties.Resources.Client_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);
|
|
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;
|
|
}
|
|
} |