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

  1. VERSION 5.00
  2. Begin VB.Form Example3 
  3.    Caption         =   "Grouped Option Buttons"
  4.    ClientHeight    =   2430
  5.    ClientLeft      =   60
  6.    ClientTop       =   345
  7.    ClientWidth     =   4710
  8.    LinkTopic       =   "Form1"
  9.    ScaleHeight     =   2430
  10.    ScaleWidth      =   4710
  11.    StartUpPosition =   3  'Windows Default
  12.    Begin VB.OptionButton Option8 
  13.       Caption         =   "Other"
  14.       Height          =   270
  15.       Left            =   2475
  16.       TabIndex        =   7
  17.       Top             =   1815
  18.       Width           =   1215
  19.    End
  20.    Begin VB.OptionButton Option7 
  21.       Caption         =   "NetScape Gold"
  22.       Height          =   345
  23.       Left            =   2475
  24.       TabIndex        =   6
  25.       Top             =   1380
  26.       Width           =   1890
  27.    End
  28.    Begin VB.OptionButton Option6 
  29.       Caption         =   "Internet Explorer 3.0"
  30.       Height          =   240
  31.       Left            =   2475
  32.       TabIndex        =   5
  33.       Top             =   1020
  34.       Width           =   1890
  35.    End
  36.    Begin VB.OptionButton Option5 
  37.       Caption         =   "Internet Explorer 2.0"
  38.       Height          =   270
  39.       Left            =   2475
  40.       TabIndex        =   4
  41.       Top             =   615
  42.       Width           =   1815
  43.    End
  44.    Begin VB.OptionButton Option1 
  45.       Caption         =   "Visual Basic"
  46.       Height          =   240
  47.       Left            =   285
  48.       TabIndex        =   3
  49.       Top             =   630
  50.       Width           =   1590
  51.    End
  52.    Begin VB.OptionButton Option2 
  53.       Caption         =   "Java"
  54.       Height          =   270
  55.       Left            =   285
  56.       TabIndex        =   2
  57.       Top             =   1005
  58.       Width           =   1695
  59.    End
  60.    Begin VB.OptionButton Option3 
  61.       Caption         =   "Visual C++"
  62.       Height          =   300
  63.       Left            =   285
  64.       TabIndex        =   1
  65.       Top             =   1395
  66.       Width           =   1470
  67.    End
  68.    Begin VB.OptionButton Option4 
  69.       Caption         =   "Other"
  70.       Height          =   240
  71.       Left            =   285
  72.       TabIndex        =   0
  73.       Top             =   1830
  74.       Width           =   1665
  75.    End
  76.    Begin VB.Label Label2 
  77.       Caption         =   "Select A Browser"
  78.       BeginProperty Font 
  79.          Name            =   "MS Sans Serif"
  80.          Size            =   9.75
  81.          Charset         =   0
  82.          Weight          =   400
  83.          Underline       =   0   'False
  84.          Italic          =   0   'False
  85.          Strikethrough   =   0   'False
  86.       EndProperty
  87.       Height          =   315
  88.       Left            =   2550
  89.       TabIndex        =   9
  90.       Top             =   105
  91.       Width           =   2085
  92.    End
  93.    Begin VB.Label Label1 
  94.       Caption         =   "Select A Language"
  95.       BeginProperty Font 
  96.          Name            =   "MS Sans Serif"
  97.          Size            =   9.75
  98.          Charset         =   0
  99.          Weight          =   400
  100.          Underline       =   0   'False
  101.          Italic          =   0   'False
  102.          Strikethrough   =   0   'False
  103.       EndProperty
  104.       Height          =   345
  105.       Left            =   300
  106.       TabIndex        =   8
  107.       Top             =   105
  108.       Width           =   1935
  109.    End
  110. Attribute VB_Name = "Example3"
  111. Attribute VB_GlobalNameSpace = False
  112. Attribute VB_Creatable = False
  113. Attribute VB_PredeclaredId = True
  114. Attribute VB_Exposed = False
  115. Option Explicit
  116.