home *** CD-ROM | disk | FTP | other *** search
/ Building OCXs / Building_OCXs_Que_1995.iso / code / ch11 / test.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1995-01-05  |  1.1 KB  |  41 lines

  1. VERSION 4.00
  2. Begin VB.Form Form1 
  3.    Caption         =   "Form1"
  4.    ClientHeight    =   3975
  5.    ClientLeft      =   1635
  6.    ClientTop       =   1605
  7.    ClientWidth     =   5940
  8.    BeginProperty Font 
  9.       name            =   "MS Sans Serif"
  10.       charset         =   1
  11.       weight          =   400
  12.       size            =   8.25
  13.       underline       =   0   'False
  14.       italic          =   0   'False
  15.       strikethrough   =   0   'False
  16.    EndProperty
  17.    Height          =   4380
  18.    Left            =   1575
  19.    LinkTopic       =   "Form1"
  20.    ScaleHeight     =   3975
  21.    ScaleWidth      =   5940
  22.    Top             =   1260
  23.    Width           =   6060
  24.    Begin ButtonLib.Button Button1 
  25.       Height          =   2055
  26.       Left            =   960
  27.       TabIndex        =   0
  28.       Top             =   720
  29.       Width           =   3855
  30.       _version        =   65536
  31.       _extentx        =   6800
  32.       _extenty        =   3625
  33.       _stockprops     =   0
  34.    End
  35. Attribute VB_Name = "Form1"
  36. Attribute VB_Creatable = False
  37. Attribute VB_Exposed = False
  38. Private Sub Button1_Click()
  39.     MsgBox "Button Control Click"
  40. End Sub
  41.