Files
flowframes/CodeLegacy/Forms/SplashForm.Designer.cs
2024-10-16 10:26:05 +02:00

77 lines
3.1 KiB
C#

namespace Flowframes.Forms
{
partial class SplashForm
{
/// <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.statusLabel = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// statusLabel
//
this.statusLabel.Dock = System.Windows.Forms.DockStyle.Fill;
this.statusLabel.Font = new System.Drawing.Font("Yu Gothic UI", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.statusLabel.ForeColor = System.Drawing.Color.White;
this.statusLabel.Location = new System.Drawing.Point(0, 0);
this.statusLabel.Margin = new System.Windows.Forms.Padding(3, 0, 3, 10);
this.statusLabel.Name = "statusLabel";
this.statusLabel.Size = new System.Drawing.Size(480, 220);
this.statusLabel.TabIndex = 2;
this.statusLabel.Text = "Starting Flowframes...";
this.statusLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.statusLabel.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.statusLabel);
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
public System.Windows.Forms.Label statusLabel;
}
}