mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
added mRemoteNG Logo to splash screen
This commit is contained in:
6
mRemoteV1/UI/Forms/FrmSplashScreen.Designer.cs
generated
6
mRemoteV1/UI/Forms/FrmSplashScreen.Designer.cs
generated
@@ -34,9 +34,11 @@
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
|
||||
this.ClientSize = new System.Drawing.Size(300, 100);
|
||||
this.BackgroundImage = global::mRemoteNG.Resources.Logo;
|
||||
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||||
this.ClientSize = new System.Drawing.Size(492, 128);
|
||||
this.ControlBox = false;
|
||||
this.DoubleBuffered = true;
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
||||
this.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.MaximizeBox = false;
|
||||
|
||||
Reference in New Issue
Block a user