namespace ShiftOS.WinForms.MainMenu { partial class Loading { /// /// 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.label = new System.Windows.Forms.Label(); this.SuspendLayout(); // // label // this.label.Dock = System.Windows.Forms.DockStyle.Fill; this.label.Font = new System.Drawing.Font("Tahoma", 72F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label.ForeColor = System.Drawing.Color.White; this.label.Location = new System.Drawing.Point(0, 0); this.label.Name = "label"; this.label.Size = new System.Drawing.Size(284, 262); this.label.TabIndex = 0; this.label.Text = "Loading..."; this.label.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // Loading // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.Black; this.ClientSize = new System.Drawing.Size(284, 262); this.Controls.Add(this.label); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "Loading"; this.Text = "Loading"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Shown += new System.EventHandler(this.Loading_FormShown); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label label; } }