VERSION 5.00 Begin VB.Form frmEmployees Caption = "Employees" ClientHeight = 2880 ClientLeft = 48 ClientTop = 276 ClientWidth = 6216 LinkTopic = "Form1" ScaleHeight = 2880 ScaleWidth = 6216 StartUpPosition = 3 'Windows Default Begin VB.CommandButton cmdDelete Caption = "Delete" Height = 372 Left = 3840 TabIndex = 16 Top = 2280 Width = 972 End Begin VB.CommandButton cmdDone Caption = "Done" Height = 372 Left = 4920 TabIndex = 17 Top = 2280 Width = 1092 End Begin VB.TextBox txtState Height = 288 Left = 3480 TabIndex = 11 Top = 1320 Width = 612 End Begin VB.TextBox txtEmployeeID Height = 288 Left = 1440 TabIndex = 1 Top = 240 Width = 732 End Begin VB.TextBox txtFirstName Height = 288 Left = 1320 TabIndex = 3 Top = 600 Width = 1332 End Begin VB.TextBox txtLastName Height = 288 Left = 4080 TabIndex = 5 Top = 600 Width = 1932 End Begin VB.TextBox txtAddress Height = 288 Left = 1560 TabIndex = 7 Top = 960 Width = 4452 End Begin VB.TextBox txtCity Height = 288 Left = 840 TabIndex = 9 Top = 1320 Width = 1692 End Begin VB.TextBox txtZip Height = 288 Left = 4920 TabIndex = 13 Top = 1320 Width = 1092 End Begin VB.TextBox txtPhone Height = 288 Left = 960 TabIndex = 15 Top = 1680 Width = 1212 End Begin VB.Label lblEmployeeID Caption = "Employee ID" Height = 252 Left = 360 TabIndex = 0 Top = 240 Width = 972 End Begin VB.Label lblFirstName Caption = "First Name" Height = 252 Left = 360 TabIndex = 2 Top = 600 Width = 972 End Begin VB.Label lblLastName Caption = "Last Name" Height = 252 Left = 3120 TabIndex = 4 Top = 600 Width = 972 End Begin VB.Label lblAddress Caption = "Street Address" Height = 252 Left = 360 TabIndex = 6 Top = 960 Width = 1332 End Begin VB.Label lblCity Caption = "City" Height = 252 Left = 360 TabIndex = 8 Top = 1320 Width = 492 End Begin VB.Label lblState Caption = "State" Height = 252 Left = 2880 TabIndex = 10 Top = 1320 Width = 492 End Begin VB.Label lblZip Caption = "Zip" Height = 252 Left = 4440 TabIndex = 12 Top = 1320 Width = 372 End Begin VB.Label lblPhone Caption = "Phone" Height = 252 Left = 360 TabIndex = 14 Top = 1680 Width = 612 End End Attribute VB_Name = "frmEmployees" Attribute VB_GlobalNameSpace = False Attribute VB_Creatable = False Attribute VB_PredeclaredId = True Attribute VB_Exposed = False Option Explicit