home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form Form1
- Caption = "Main Form"
- ClientHeight = 1200
- ClientLeft = 60
- ClientTop = 345
- ClientWidth = 4680
- LinkTopic = "Form1"
- ScaleHeight = 1200
- ScaleWidth = 4680
- StartUpPosition = 3 'Windows Default
- Begin VB.CommandButton Command1
- Caption = "Close Demo"
- Height = 255
- Left = 240
- TabIndex = 2
- Top = 840
- Width = 4215
- End
- Begin VB.TextBox Text1
- Height = 285
- Left = 240
- Locked = -1 'True
- TabIndex = 0
- Text = "http://members.xoom.com/RYANMP5/"
- Top = 480
- Width = 4215
- End
- Begin VB.Label Label1
- Caption = "Download my latest program at my site:"
- Height = 255
- Left = 240
- TabIndex = 1
- Top = 120
- Width = 4095
- End
- Attribute VB_Name = "Form1"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub Command1_Click()
- Unload Me
- End Sub
-