'' Version.Text = System.String.Format(Version.Text,My.Application.Info.Version.Major, My.Application.Info.Version.Minor,My.Application.Info.Version.Build, My.Application.Info.Version.Revision)Version.Text = System.String.Format(Version.Text,My.Application.Info.Version.Major,My.Application.Info.Version.Minor)
'Copyright infoCopyright.Text =My.Application.Info.CopyrightEnd SubPrivate SubTimer1_Tick(ByValsenderAsSystem.Object,ByValeAs
System.EventArgs)HandlesTimer1.TickProgressBar1.Value += 4IfProgressBar1.Value = 100ThenTimer1.Dispose()Me.Visible =FalseLoginForm1.Show()End IfEnd SubPrivate SubMainLayoutPanel_Paint(ByValsenderAsSystem.Object,ByVal
eAsSystem.Windows.Forms.PaintEventArgs)HandlesMainLayoutPanel.Paint
Timer1.Enabled =TrueEnd SubEnd Class