home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD 12 / 12_pcplus_supercd.iso / Pcplus / VBasic / FORM1.FRM (.txt) next >
Encoding:
Visual Basic Form  |  1997-05-18  |  1.2 KB  |  39 lines

  1. VERSION 5.00
  2. Object = "*\AProject1.vbp"
  3. Begin VB.Form Form1 
  4.    Caption         =   "Form1"
  5.    ClientHeight    =   2496
  6.    ClientLeft      =   48
  7.    ClientTop       =   336
  8.    ClientWidth     =   3744
  9.    LinkTopic       =   "Form1"
  10.    ScaleHeight     =   6816
  11.    ScaleWidth      =   9504
  12.    StartUpPosition =   3  'Windows Default
  13.    Begin Project1.MyCB MyCB1 
  14.       Height          =   1692
  15.       Left            =   1200
  16.       TabIndex        =   0
  17.       Top             =   120
  18.       Width           =   2292
  19.       _ExtentX        =   4043
  20.       _ExtentY        =   2985
  21.       BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  22.          Name            =   "MS Sans Serif"
  23.          Size            =   7.8
  24.          Charset         =   0
  25.          Weight          =   400
  26.          Underline       =   0   'False
  27.          Italic          =   0   'False
  28.          Strikethrough   =   0   'False
  29.       EndProperty
  30.    End
  31. Attribute VB_Name = "Form1"
  32. Attribute VB_GlobalNameSpace = False
  33. Attribute VB_Creatable = False
  34. Attribute VB_PredeclaredId = True
  35. Attribute VB_Exposed = False
  36. Private Sub MyCB1_Click()
  37. MyCB1.Caption = "hello"
  38. End Sub
  39.