home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form Example1
- Caption = "Mastering VB5 Example1"
- ClientHeight = 2655
- ClientLeft = 60
- ClientTop = 345
- ClientWidth = 4635
- LinkTopic = "Form1"
- ScaleHeight = 2655
- ScaleWidth = 4635
- StartUpPosition = 3 'Windows Default
- Begin VB.CheckBox Check3
- Caption = "Sound Card"
- Height = 345
- Left = 2670
- TabIndex = 7
- Top = 1575
- Width = 1455
- End
- Begin VB.CheckBox Check2
- Caption = "CD-ROM "
- Height = 255
- Left = 2670
- TabIndex = 6
- Top = 1260
- Width = 1335
- End
- Begin VB.CheckBox Check1
- Caption = "Modem"
- Height = 240
- Left = 2670
- TabIndex = 5
- Top = 907
- Width = 1275
- End
- Begin VB.OptionButton Option3
- Caption = "VISA"
- Height = 375
- Left = 360
- TabIndex = 4
- Top = 1560
- Width = 1815
- End
- Begin VB.OptionButton Option2
- Caption = "Master"
- Height = 375
- Left = 360
- TabIndex = 3
- Top = 1200
- Width = 1815
- End
- Begin VB.OptionButton Option1
- Caption = "American Express"
- Height = 375
- Left = 360
- TabIndex = 2
- Top = 840
- Width = 1815
- End
- Begin VB.Label Label2
- Caption = "Select Optional Items"
- BeginProperty Font
- Name = "MS Sans Serif"
- Size = 9.75
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 315
- Left = 2430
- TabIndex = 1
- Top = 225
- Width = 1995
- End
- Begin VB.Label Label1
- Caption = "Form of Payment"
- BeginProperty Font
- Name = "MS Sans Serif"
- Size = 9.75
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 285
- Left = 270
- TabIndex = 0
- Top = 225
- Width = 1665
- End
- Attribute VB_Name = "Example1"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Option Explicit
-