VERSION 2.00
Begin Form frmPreview 
   Caption         =   "KeyPreview Example"
   ClientHeight    =   3270
   ClientLeft      =   1290
   ClientTop       =   1830
   ClientWidth     =   6135
   Height          =   3675
   KeyPreview      =   -1  'True
   Left            =   1230
   LinkTopic       =   "Form1"
   ScaleHeight     =   3270
   ScaleWidth      =   6135
   Top             =   1485
   Width           =   6255
   Begin CommandButton cmdExit 
      Caption         =   "E&xit"
      Height          =   495
      Left            =   3540
      TabIndex        =   13
      Top             =   2460
      Width           =   1215
   End
   Begin CommandButton cmdClear 
      Caption         =   "&Clear"
      Height          =   495
      Left            =   1560
      TabIndex        =   12
      Top             =   2460
      Width           =   1215
   End
   Begin TextBox txtZipCode 
      Height          =   285
      Left            =   4680
      MaxLength       =   10
      TabIndex        =   5
      Tag             =   "ZipCode"
      Top             =   1800
      Width           =   1215
   End
   Begin TextBox txtState 
      Height          =   285
      Left            =   3720
      MaxLength       =   2
      TabIndex        =   4
      Tag             =   "State"
      Top             =   1800
      Width           =   495
   End
   Begin TextBox txtCity 
      Height          =   285
      Left            =   240
      MaxLength       =   20
      TabIndex        =   3
      Tag             =   "City"
      Top             =   1800
      Width           =   3135
   End
   Begin TextBox txtStreet 
      Height          =   285
      Left            =   240
      MaxLength       =   40
      TabIndex        =   2
      Tag             =   "Street"
      Top             =   1140
      Width           =   5655
   End
   Begin TextBox txtLastName 
      Height          =   285
      Left            =   2760
      MaxLength       =   20
      TabIndex        =   1
      Tag             =   "LastName"
      Top             =   480
      Width           =   3135
   End
   Begin TextBox txtFirstName 
      Height          =   285
      Left            =   240
      MaxLength       =   15
      TabIndex        =   0
      Tag             =   "FirstName"
      Top             =   480
      Width           =   2415
   End
   Begin Label Label6 
      AutoSize        =   -1  'True
      Caption         =   "Zip:"
      Height          =   195
      Left            =   4680
      TabIndex        =   11
      Top             =   1560
      Width           =   345
   End
   Begin Label Label5 
      AutoSize        =   -1  'True
      Caption         =   "State:"
      Height          =   195
      Left            =   3720
      TabIndex        =   10
      Top             =   1560
      Width           =   525
   End
   Begin Label Label4 
      AutoSize        =   -1  'True
      Caption         =   "City:"
      Height          =   195
      Left            =   240
      TabIndex        =   9
      Top             =   1560
      Width           =   390
   End
   Begin Label Label3 
      AutoSize        =   -1  'True
      Caption         =   "Street:"
      Height          =   195
      Left            =   240
      TabIndex        =   8
      Top             =   900
      Width           =   585
   End
   Begin Label Label2 
      AutoSize        =   -1  'True
      Caption         =   "Last Name:"
      Height          =   195
      Left            =   2760
      TabIndex        =   7
      Top             =   240
      Width           =   975
   End
   Begin Label Label1 
      AutoSize        =   -1  'True
      Caption         =   "First Name:"
      Height          =   195
      Left            =   240
      TabIndex        =   6
      Top             =   240
      Width           =   975
   End
End

