namespace Flowframes.Forms { partial class SplashForm { /// /// 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.loadingTextLabel = new System.Windows.Forms.Label(); this.SuspendLayout(); // // loadingTextLabel // this.loadingTextLabel.Dock = System.Windows.Forms.DockStyle.Fill; this.loadingTextLabel.Font = new System.Drawing.Font("Yu Gothic UI", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.loadingTextLabel.ForeColor = System.Drawing.Color.White; this.loadingTextLabel.Location = new System.Drawing.Point(0, 0); this.loadingTextLabel.Margin = new System.Windows.Forms.Padding(3, 0, 3, 10); this.loadingTextLabel.Name = "loadingTextLabel"; this.loadingTextLabel.Size = new System.Drawing.Size(480, 220); this.loadingTextLabel.TabIndex = 2; this.loadingTextLabel.Text = "Starting Flowframes..."; this.loadingTextLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.loadingTextLabel.UseWaitCursor = true; // // SplashForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32))))); this.ClientSize = new System.Drawing.Size(480, 220); this.Controls.Add(this.loadingTextLabel); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.MaximizeBox = false; this.MaximumSize = new System.Drawing.Size(480, 220); this.MinimizeBox = false; this.MinimumSize = new System.Drawing.Size(480, 220); this.Name = "SplashForm"; this.Opacity = 0D; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Flowframes"; this.TopMost = true; this.UseWaitCursor = true; this.Load += new System.EventHandler(this.SplashForm_Load); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label loadingTextLabel; } }