home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 6 Unleashed…sional Reference Edition) / Visual_Basic_6_Unleashed_Professional_Reference_Edition_Sams_1999.iso / Source / CHAP05 / Lbtest1.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1998-05-27  |  1.3 KB  |  45 lines

  1. VERSION 5.00
  2. Object = "*\ATestControl1.vbp"
  3. Begin VB.Form Form1 
  4.    Caption         =   "Form1"
  5.    ClientHeight    =   3195
  6.    ClientLeft      =   60
  7.    ClientTop       =   345
  8.    ClientWidth     =   4680
  9.    LinkTopic       =   "Form1"
  10.    ScaleHeight     =   3195
  11.    ScaleWidth      =   4680
  12.    StartUpPosition =   3  'Windows Default
  13.    Begin Project1.LightButton LightButton1 
  14.       Height          =   615
  15.       Left            =   480
  16.       TabIndex        =   2
  17.       Top             =   1320
  18.       Width           =   3735
  19.       _extentx        =   6588
  20.       _extenty        =   1085
  21.       font            =   "LBTestForm.frx":0000
  22.       selpicture      =   "LBTestForm.frx":0024
  23.    End
  24.    Begin VB.Label Label2 
  25.       Caption         =   "Label2"
  26.       Height          =   255
  27.       Left            =   2640
  28.       TabIndex        =   1
  29.       Top             =   240
  30.       Width           =   975
  31.    End
  32.    Begin VB.Label Label1 
  33.       Caption         =   "Label1"
  34.       Height          =   255
  35.       Left            =   840
  36.       TabIndex        =   0
  37.       Top             =   240
  38.       Width           =   1095
  39.    End
  40. Attribute VB_Name = "Form1"
  41. Attribute VB_GlobalNameSpace = False
  42. Attribute VB_Creatable = False
  43. Attribute VB_PredeclaredId = True
  44. Attribute VB_Exposed = False
  45.