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

  1. VERSION 5.00
  2. Begin VB.Form Form2 
  3.    BorderStyle     =   1  'Fixed Single
  4.    Caption         =   "About"
  5.    ClientHeight    =   3660
  6.    ClientLeft      =   45
  7.    ClientTop       =   390
  8.    ClientWidth     =   5325
  9.    LinkTopic       =   "Form2"
  10.    MaxButton       =   0   'False
  11.    MinButton       =   0   'False
  12.    ScaleHeight     =   3660
  13.    ScaleWidth      =   5325
  14.    StartUpPosition =   1  'CenterOwner
  15.    Begin VB.CommandButton Command1 
  16.       Caption         =   "OK"
  17.       Height          =   375
  18.       Left            =   2040
  19.       TabIndex        =   2
  20.       Top             =   3120
  21.       Width           =   1335
  22.    End
  23.    Begin VB.Label Label2 
  24.       Alignment       =   2  'Center
  25.       Caption         =   "BOBO ENTERPRISES   2001"
  26.       BeginProperty Font 
  27.          Name            =   "MS Sans Serif"
  28.          Size            =   13.5
  29.          Charset         =   0
  30.          Weight          =   400
  31.          Underline       =   0   'False
  32.          Italic          =   0   'False
  33.          Strikethrough   =   0   'False
  34.       EndProperty
  35.       Height          =   375
  36.       Left            =   360
  37.       TabIndex        =   1
  38.       Top             =   2400
  39.       Width           =   4575
  40.    End
  41.    Begin VB.Label Label1 
  42.       Caption         =   $"Form2.frx":0000
  43.       Height          =   1575
  44.       Left            =   360
  45.       TabIndex        =   0
  46.       Top             =   360
  47.       Width           =   4575
  48.    End
  49. Attribute VB_Name = "Form2"
  50. Attribute VB_GlobalNameSpace = False
  51. Attribute VB_Creatable = False
  52. Attribute VB_PredeclaredId = True
  53. Attribute VB_Exposed = False
  54. Private Sub Command1_Click()
  55. Unload Me
  56. End Sub
  57.