home *** CD-ROM | disk | FTP | other *** search
/ Mastering Visual Basic 5 / MasteringVisualBasic5.iso / ch_code / ch11 / finddemo / foundrec.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1997-02-20  |  868 b   |  28 lines

  1. VERSION 5.00
  2. Object = "{00028C01-0000-0000-0000-000000000046}#1.0#0"; "DBGRID32.OCX"
  3. Begin VB.Form Form2 
  4.    Caption         =   "Form2"
  5.    ClientHeight    =   3195
  6.    ClientLeft      =   60
  7.    ClientTop       =   345
  8.    ClientWidth     =   4680
  9.    LinkTopic       =   "Form2"
  10.    ScaleHeight     =   3195
  11.    ScaleWidth      =   4680
  12.    StartUpPosition =   3  'Windows Default
  13.    Begin MSDBGrid.DBGrid DBGrid1 
  14.       Bindings        =   "FoundRec.frx":0000
  15.       Height          =   2280
  16.       Left            =   165
  17.       OleObjectBlob   =   "FoundRec.frx":0016
  18.       TabIndex        =   0
  19.       Top             =   210
  20.       Width           =   3960
  21.    End
  22. Attribute VB_Name = "Form2"
  23. Attribute VB_GlobalNameSpace = False
  24. Attribute VB_Creatable = False
  25. Attribute VB_PredeclaredId = True
  26. Attribute VB_Exposed = False
  27. Option Explicit
  28.