home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form Form3
- BorderStyle = 3 'Fixed Dialog
- ClientHeight = 675
- ClientLeft = 45
- ClientTop = 45
- ClientWidth = 4740
- ClipControls = 0 'False
- ControlBox = 0 'False
- LinkTopic = "Form3"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 675
- ScaleWidth = 4740
- ShowInTaskbar = 0 'False
- StartUpPosition = 2 'CenterScreen
- Begin VB.Timer Timer1
- Enabled = 0 'False
- Left = 840
- Top = 120
- End
- Begin VB.Label Label1
- Height = 255
- Left = 720
- TabIndex = 0
- Top = 240
- Width = 3855
- End
- Begin VB.Image Image1
- Height = 480
- Left = 120
- Picture = "Form31.frx":0000
- Top = 120
- Width = 480
- End
- End
- Attribute VB_Name = "Form3"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub Timer1_Timer()
- ' Unload The Form
- Unload Me
- End Sub
-