CramLink_v2/SplashForm.Designer.cs
2025-05-05 11:45:57 -05:00

50 lines
1.8 KiB
C#

namespace CramLinkClientGUI
{
partial class SplashForm
{
private System.ComponentModel.IContainer components = null;
private System.Windows.Forms.PictureBox logoBox;
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
private void InitializeComponent()
{
this.logoBox = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.logoBox)).BeginInit();
this.SuspendLayout();
//
// logoBox
//
this.logoBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.logoBox.Location = new System.Drawing.Point(0, 0);
this.logoBox.Name = "logoBox";
this.logoBox.Size = new System.Drawing.Size(768, 512);
this.logoBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.logoBox.TabIndex = 0;
this.logoBox.TabStop = false;
//
// SplashForm
//
this.Opacity = 0;
this.TopMost = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(768, 512);
this.Controls.Add(this.logoBox);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "SplashForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "SplashForm";
((System.ComponentModel.ISupportInitialize)(this.logoBox)).EndInit();
this.ResumeLayout(false);
}
}
}