home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / zipped1a / form1.frm (.txt) next >
Encoding:
Visual Basic Form  |  1999-07-10  |  1.3 KB  |  45 lines

  1. VERSION 5.00
  2. Begin VB.Form Form1 
  3.    Caption         =   "Main Form"
  4.    ClientHeight    =   1200
  5.    ClientLeft      =   60
  6.    ClientTop       =   345
  7.    ClientWidth     =   4680
  8.    LinkTopic       =   "Form1"
  9.    ScaleHeight     =   1200
  10.    ScaleWidth      =   4680
  11.    StartUpPosition =   3  'Windows Default
  12.    Begin VB.CommandButton Command1 
  13.       Caption         =   "Close Demo"
  14.       Height          =   255
  15.       Left            =   240
  16.       TabIndex        =   2
  17.       Top             =   840
  18.       Width           =   4215
  19.    End
  20.    Begin VB.TextBox Text1 
  21.       Height          =   285
  22.       Left            =   240
  23.       Locked          =   -1  'True
  24.       TabIndex        =   0
  25.       Text            =   "http://members.xoom.com/RYANMP5/"
  26.       Top             =   480
  27.       Width           =   4215
  28.    End
  29.    Begin VB.Label Label1 
  30.       Caption         =   "Download my latest program at my site:"
  31.       Height          =   255
  32.       Left            =   240
  33.       TabIndex        =   1
  34.       Top             =   120
  35.       Width           =   4095
  36.    End
  37. Attribute VB_Name = "Form1"
  38. Attribute VB_GlobalNameSpace = False
  39. Attribute VB_Creatable = False
  40. Attribute VB_PredeclaredId = True
  41. Attribute VB_Exposed = False
  42. Private Sub Command1_Click()
  43. Unload Me
  44. End Sub
  45.