2 using System
.Collections
.Generic
;
3 using System
.ComponentModel
;
7 using System
.Windows
.Forms
;
11 public partial class SplashForm
: Form
16 InitializeComponent();
19 this.FormBorderStyle
= FormBorderStyle
.None
;
21 this.BackgroundImage
= Image
.FromFile("startup.jpg");
23 this.StartPosition
= FormStartPosition
.CenterScreen
;
27 private void FrmStart_Load(object sender
, EventArgs e
)
33 private void timer2_Tick(object sender
, EventArgs e
)
43 this.Opacity
= 1 - Convert
.ToDouble(iCount
) / 1000;