home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form Lost
- BackColor = &H00C0C0C0&
- BorderStyle = 1 'Fixed Single
- Caption = "Game Over"
- ClientHeight = 2865
- ClientLeft = 2250
- ClientTop = 2070
- ClientWidth = 4410
- ControlBox = 0 'False
- Height = 3270
- Left = 2190
- LinkMode = 1 'Source
- LinkTopic = "Form2"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 2865
- ScaleWidth = 4410
- Top = 1725
- Width = 4530
- Begin CommandButton Command1
- Caption = "Booo!"
- Height = 615
- Left = 840
- TabIndex = 0
- Top = 2160
- Width = 2775
- End
- Begin PictureBox Picture1
- AutoSize = -1 'True
- BorderStyle = 0 'None
- Height = 1935
- Left = 0
- Picture = LOST.FRX:0000
- ScaleHeight = 1935
- ScaleWidth = 4395
- TabIndex = 1
- Top = 120
- Width = 4395
- End
- Sub Command1_Click ()
- Unload Lost
- End Sub
-