home *** CD-ROM | disk | FTP | other *** search
/ Mastering Visual Basic 6 / mastvb6.iso / ch_code / ch01 / example1 / example1.frm (.txt) next >
Encoding:
Visual Basic Form  |  1998-07-13  |  3.0 KB  |  100 lines

  1. VERSION 5.00
  2. Begin VB.Form Example1 
  3.    Caption         =   "Mastering VB5 Example1"
  4.    ClientHeight    =   2655
  5.    ClientLeft      =   60
  6.    ClientTop       =   345
  7.    ClientWidth     =   4635
  8.    LinkTopic       =   "Form1"
  9.    ScaleHeight     =   2655
  10.    ScaleWidth      =   4635
  11.    StartUpPosition =   3  'Windows Default
  12.    Begin VB.CheckBox Check3 
  13.       Caption         =   "Sound Card"
  14.       Height          =   345
  15.       Left            =   2670
  16.       TabIndex        =   7
  17.       Top             =   1575
  18.       Width           =   1455
  19.    End
  20.    Begin VB.CheckBox Check2 
  21.       Caption         =   "CD-ROM "
  22.       Height          =   255
  23.       Left            =   2670
  24.       TabIndex        =   6
  25.       Top             =   1260
  26.       Width           =   1335
  27.    End
  28.    Begin VB.CheckBox Check1 
  29.       Caption         =   "Modem"
  30.       Height          =   240
  31.       Left            =   2670
  32.       TabIndex        =   5
  33.       Top             =   907
  34.       Width           =   1275
  35.    End
  36.    Begin VB.OptionButton Option3 
  37.       Caption         =   "VISA"
  38.       Height          =   375
  39.       Left            =   360
  40.       TabIndex        =   4
  41.       Top             =   1560
  42.       Width           =   1815
  43.    End
  44.    Begin VB.OptionButton Option2 
  45.       Caption         =   "Master"
  46.       Height          =   375
  47.       Left            =   360
  48.       TabIndex        =   3
  49.       Top             =   1200
  50.       Width           =   1815
  51.    End
  52.    Begin VB.OptionButton Option1 
  53.       Caption         =   "American Express"
  54.       Height          =   375
  55.       Left            =   360
  56.       TabIndex        =   2
  57.       Top             =   840
  58.       Width           =   1815
  59.    End
  60.    Begin VB.Label Label2 
  61.       Caption         =   "Select Optional Items"
  62.       BeginProperty Font 
  63.          Name            =   "MS Sans Serif"
  64.          Size            =   9.75
  65.          Charset         =   0
  66.          Weight          =   400
  67.          Underline       =   0   'False
  68.          Italic          =   0   'False
  69.          Strikethrough   =   0   'False
  70.       EndProperty
  71.       Height          =   315
  72.       Left            =   2430
  73.       TabIndex        =   1
  74.       Top             =   225
  75.       Width           =   1995
  76.    End
  77.    Begin VB.Label Label1 
  78.       Caption         =   "Form of Payment"
  79.       BeginProperty Font 
  80.          Name            =   "MS Sans Serif"
  81.          Size            =   9.75
  82.          Charset         =   0
  83.          Weight          =   400
  84.          Underline       =   0   'False
  85.          Italic          =   0   'False
  86.          Strikethrough   =   0   'False
  87.       EndProperty
  88.       Height          =   285
  89.       Left            =   270
  90.       TabIndex        =   0
  91.       Top             =   225
  92.       Width           =   1665
  93.    End
  94. Attribute VB_Name = "Example1"
  95. Attribute VB_GlobalNameSpace = False
  96. Attribute VB_Creatable = False
  97. Attribute VB_PredeclaredId = True
  98. Attribute VB_Exposed = False
  99. Option Explicit
  100.