home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 1_2002.ISO / Data / Zips / CODE_UPLOAD1522.psc / Form2.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1999-10-27  |  1.3 KB  |  46 lines

  1. VERSION 4.00
  2. Begin VB.Form Form2 
  3.    Caption         =   "AbOuT"
  4.    ClientHeight    =   750
  5.    ClientLeft      =   1215
  6.    ClientTop       =   1785
  7.    ClientWidth     =   4710
  8.    Height          =   1155
  9.    Icon            =   "Form2.frx":0000
  10.    Left            =   1155
  11.    LinkTopic       =   "Form2"
  12.    ScaleHeight     =   750
  13.    ScaleWidth      =   4710
  14.    Top             =   1440
  15.    Width           =   4830
  16.    Begin VB.CommandButton Command1 
  17.       Caption         =   "&Exit"
  18.       Height          =   735
  19.       Left            =   4080
  20.       TabIndex        =   2
  21.       Top             =   0
  22.       Width           =   615
  23.    End
  24.    Begin VB.Frame Frame1 
  25.       Caption         =   "About"
  26.       Height          =   735
  27.       Left            =   0
  28.       TabIndex        =   0
  29.       Top             =   0
  30.       Width           =   3975
  31.       Begin VB.Label Label1 
  32.          Caption         =   "All copyrights reserved by Christophe De Coninck      This program is made in VB 4.0/32 bit"
  33.          Height          =   375
  34.          Left            =   120
  35.          TabIndex        =   1
  36.          Top             =   240
  37.          Width           =   3735
  38.       End
  39.    End
  40. Attribute VB_Name = "Form2"
  41. Attribute VB_Creatable = False
  42. Attribute VB_Exposed = False
  43. Private Sub Command1_Click()
  44. Unload Me
  45. End Sub
  46.