added mRemoteNG Logo to splash screen

This commit is contained in:
Faryan Rezagholi
2018-12-21 00:41:02 +01:00
parent 2a0032a199
commit 4cc1847ea6

View File

@@ -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;