VERSION 5.00 Begin VB.Form frmBooksDatabase Caption = "Books Database" ClientHeight = 3540 ClientLeft = 48 ClientTop = 276 ClientWidth = 5256 LinkTopic = "Form1" ScaleHeight = 3540 ScaleWidth = 5256 StartUpPosition = 3 'Windows Default Begin VB.CommandButton cmdExitDatabase Height = 252 Left = 360 TabIndex = 10 Top = 3120 Width = 252 End Begin VB.CommandButton cmdViewBook Height = 252 Left = 360 TabIndex = 7 Top = 2640 Width = 252 End Begin VB.CommandButton cmdUpdateBook Height = 252 Left = 360 TabIndex = 5 Top = 2160 Width = 252 End Begin VB.CommandButton cmdDeleteBook Height = 252 Left = 360 TabIndex = 3 Top = 1680 Width = 252 End Begin VB.CommandButton cmdAddBook Height = 252 Left = 360 TabIndex = 1 Top = 1200 Width = 252 End Begin VB.Line linDivider BorderWidth = 3 X1 = 360 X2 = 5040 Y1 = 960 Y2 = 960 End Begin VB.Label lblExitDatabase Caption = "Exit this database" Height = 252 Left = 720 TabIndex = 8 Top = 3120 Width = 1572 End Begin VB.Label lblViewBook Caption = "View a book" Height = 252 Left = 720 TabIndex = 6 Top = 2640 Width = 1932 End Begin VB.Label lblUpdateBook Caption = "Update a book" Height = 252 Left = 720 TabIndex = 4 Top = 2160 Width = 1692 End Begin VB.Label lblDeleteBook Caption = "Delete a book" Height = 252 Left = 720 TabIndex = 2 Top = 1680 Width = 1212 End Begin VB.Label lblAddBook Caption = "Add a book" Height = 252 Left = 720 TabIndex = 9 Top = 1200 Width = 1092 End Begin VB.Label lblTheBooksDatabase Caption = "The Books Database" BeginProperty Font Name = "MS Sans Serif" Size = 18 Charset = 0 Weight = 700 Underline = 0 'False Italic = 0 'False Strikethrough = 0 'False EndProperty Height = 612 Left = 360 TabIndex = 0 Top = 240 Width = 3972 End End Attribute VB_Name = "frmBooksDatabase" Attribute VB_GlobalNameSpace = False Attribute VB_Creatable = False Attribute VB_PredeclaredId = True Attribute VB_Exposed = False Option Explicit