home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form F_Startup
- BackColor = &H00008000&
- BorderStyle = 3 'Fixed Double
- ClientHeight = 4890
- ClientLeft = 2595
- ClientTop = 2355
- ClientWidth = 6585
- ControlBox = 0 'False
- Height = 5295
- Left = 2535
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- Picture = F_STARTU.FRX:0000
- ScaleHeight = 4890
- ScaleWidth = 6585
- Top = 2010
- Width = 6705
- Option Explicit
- Option Compare Text
- Sub Form_Load ()
- Me.Move (screen.Width - Me.Width) / 2, (screen.Height - Me.Height) / 2
- Show3d Me
- End Sub
-