home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form FS_Title
- BackColor = &H0080FFFF&
- BorderStyle = 0 'None
- ClientHeight = 1665
- ClientLeft = 1980
- ClientTop = 2820
- ClientWidth = 5760
- ControlBox = 0 'False
- Height = 2070
- Left = 1920
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 1665
- ScaleWidth = 5760
- Top = 2475
- Width = 5880
- Begin Image Logo
- Height = 1680
- Left = 135
- Picture = FS_TITLE.FRX:0000
- Top = 150
- Width = 6810
- End
- End
- Sub Form_Load ()
- Height = Logo.Height + 350
- Width = Logo.Width + 270
- Top = (Screen.Height - Height) / 2
- Left = (Screen.Width - Width) / 2
-
- End Sub
-
-