home *** CD-ROM | disk | FTP | other *** search
/ ActiveX Programming Unleashed CD / AXU.iso / componen / interact / demo / data.2 / samples / vb / DBMODEL / FRM2.FRM (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1996-05-22  |  1.1 KB  |  40 lines

  1. VERSION 4.00
  2. Begin VB.Form Form2 
  3.    Caption         =   "Object Text"
  4.    ClientHeight    =   915
  5.    ClientLeft      =   1725
  6.    ClientTop       =   2805
  7.    ClientWidth     =   4065
  8.    Height          =   1320
  9.    Left            =   1665
  10.    LinkTopic       =   "Form2"
  11.    ScaleHeight     =   915
  12.    ScaleWidth      =   4065
  13.    Top             =   2460
  14.    Width           =   4185
  15.    Begin VB.TextBox Text 
  16.       Height          =   735
  17.       Left            =   120
  18.       MultiLine       =   -1  'True
  19.       TabIndex        =   1
  20.       Text            =   "frm2.frx":0000
  21.       Top             =   120
  22.       Width           =   2295
  23.    End
  24.    Begin VB.CommandButton Command 
  25.       Caption         =   "OK"
  26.       Height          =   375
  27.       Left            =   2640
  28.       TabIndex        =   0
  29.       Top             =   120
  30.       Width           =   975
  31.    End
  32. Attribute VB_Name = "Form2"
  33. Attribute VB_Creatable = False
  34. Attribute VB_Exposed = False
  35. Private Sub Command1_Click()
  36. End Sub
  37. Private Sub Command_Click()
  38. Form2.Hide
  39. End Sub
  40.