home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / quick / about.frm (.txt) next >
Encoding:
Visual Basic Form  |  1995-05-08  |  2.2 KB  |  76 lines

  1. VERSION 2.00
  2. Begin Form About1 
  3.    AutoRedraw      =   -1  'True
  4.    BorderStyle     =   3  'Fixed Double
  5.    Caption         =   "About"
  6.    ClientHeight    =   3345
  7.    ClientLeft      =   1095
  8.    ClientTop       =   1455
  9.    ClientWidth     =   3780
  10.    ClipControls    =   0   'False
  11.    ControlBox      =   0   'False
  12.    Height          =   3750
  13.    Icon            =   ABOUT.FRX:0000
  14.    Left            =   1035
  15.    LinkTopic       =   "About"
  16.    ScaleHeight     =   3345
  17.    ScaleWidth      =   3780
  18.    Top             =   1110
  19.    Width           =   3900
  20.    Begin Frame Frame1 
  21.       Height          =   2535
  22.       Left            =   120
  23.       TabIndex        =   2
  24.       Top             =   120
  25.       Width           =   3495
  26.       Begin Label Label3 
  27.          Height          =   1455
  28.          Left            =   120
  29.          TabIndex        =   4
  30.          Top             =   960
  31.          Width           =   3255
  32.       End
  33.       Begin Label Label2 
  34.          Caption         =   "
  35.  1993 A.B. Collver III"
  36.          Height          =   255
  37.          Left            =   960
  38.          TabIndex        =   3
  39.          Top             =   720
  40.          Width           =   2055
  41.       End
  42.       Begin Image Image1 
  43.          Height          =   480
  44.          Left            =   120
  45.          Picture         =   ABOUT.FRX:0302
  46.          Top             =   240
  47.          Width           =   480
  48.       End
  49.       Begin Label Label1 
  50.          Alignment       =   2  'Center
  51.          Caption         =   "Quick Exit "
  52.          FontBold        =   -1  'True
  53.          FontItalic      =   0   'False
  54.          FontName        =   "MS Sans Serif"
  55.          FontSize        =   22.5
  56.          FontStrikethru  =   0   'False
  57.          FontUnderline   =   0   'False
  58.          Height          =   495
  59.          Left            =   720
  60.          TabIndex        =   1
  61.          Top             =   240
  62.          Width           =   2655
  63.       End
  64.    End
  65.    Begin CommandButton Command1 
  66.       Caption         =   "&Ok"
  67.       Height          =   495
  68.       Left            =   1200
  69.       TabIndex        =   0
  70.       Top             =   2760
  71.       Width           =   1455
  72.    End
  73. Sub Command1_Click ()
  74. Unload about1
  75. End Sub
  76.