home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 1_2002.ISO / Data / Zips / HTML_Disk_400811272001.psc / about.frm (.txt) next >
Encoding:
Visual Basic Form  |  2001-12-06  |  1.7 KB  |  58 lines

  1. VERSION 5.00
  2. Begin VB.Form about 
  3.    BorderStyle     =   1  'Fixed Single
  4.    Caption         =   "About"
  5.    ClientHeight    =   1785
  6.    ClientLeft      =   45
  7.    ClientTop       =   330
  8.    ClientWidth     =   4230
  9.    Icon            =   "about.frx":0000
  10.    LinkTopic       =   "Form1"
  11.    LockControls    =   -1  'True
  12.    MaxButton       =   0   'False
  13.    MinButton       =   0   'False
  14.    ScaleHeight     =   1785
  15.    ScaleWidth      =   4230
  16.    StartUpPosition =   1  'CenterOwner
  17.    Begin VB.CommandButton cmdok 
  18.       Caption         =   "OK"
  19.       Height          =   255
  20.       Left            =   1388
  21.       TabIndex        =   2
  22.       Top             =   1440
  23.       Width           =   1455
  24.    End
  25.    Begin VB.Image Image1 
  26.       Height          =   1095
  27.       Left            =   120
  28.       Picture         =   "about.frx":030A
  29.       Top             =   120
  30.       Width           =   1110
  31.    End
  32.    Begin VB.Label Label2 
  33.       Alignment       =   2  'Center
  34.       Caption         =   "Jacquelin POTIER jacquelin.potier@libertysurf.fr"
  35.       Height          =   495
  36.       Left            =   1440
  37.       TabIndex        =   1
  38.       Top             =   720
  39.       Width           =   2655
  40.    End
  41.    Begin VB.Label Label1 
  42.       Alignment       =   2  'Center
  43.       Caption         =   "HTML Disk Catalog is a freeware under GPL licence made by"
  44.       Height          =   495
  45.       Left            =   1440
  46.       TabIndex        =   0
  47.       Top             =   240
  48.       Width           =   2655
  49.    End
  50. Attribute VB_Name = "about"
  51. Attribute VB_GlobalNameSpace = False
  52. Attribute VB_Creatable = False
  53. Attribute VB_PredeclaredId = True
  54. Attribute VB_Exposed = False
  55. Private Sub cmdok_Click()
  56.     Unload Me
  57. End Sub
  58.