home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / texthook / thook2.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1995-09-06  |  788 b   |  29 lines

  1. VERSION 2.00
  2. Begin Form Form2 
  3.    BackColor       =   &H00C0C0C0&
  4.    Caption         =   "Search N Replace"
  5.    ClientHeight    =   1290
  6.    ClientLeft      =   5610
  7.    ClientTop       =   3735
  8.    ClientWidth     =   2850
  9.    Height          =   1695
  10.    Left            =   5550
  11.    LinkMode        =   1  'Source
  12.    LinkTopic       =   "Form2"
  13.    MaxButton       =   0   'False
  14.    ScaleHeight     =   1290
  15.    ScaleWidth      =   2850
  16.    Top             =   3390
  17.    Width           =   2970
  18.    Begin CommandButton Command1 
  19.       Caption         =   "Done"
  20.       Height          =   500
  21.       Left            =   840
  22.       TabIndex        =   0
  23.       Top             =   360
  24.       Width           =   855
  25.    End
  26. Sub Command1_Click ()
  27. Unload Form2
  28. End Sub
  29.