VERSION 5.00 Begin VB.Form frmRoom Caption = "Room Records" ClientHeight = 7215 ClientLeft = 165 ClientTop = 735 ClientWidth = 7770 LinkTopic = "Form2" ScaleHeight = 7215 ScaleWidth = 7770 StartUpPosition = 3 'Windows Default Begin VB.TextBox txtBcode Height = 375 Index = 0 Left = 2400 TabIndex = 14 Top = 1200 Width = 2295 End Begin VB.TextBox txtCapacity Height = 375 Index = 6 Left = 2400 TabIndex = 13 Top = 2790 Width = 2295 End Begin VB.TextBox txtRank Height = 375 Index = 7 Left = 2400 TabIndex = 12 Top = 2250 Width = 2295 End Begin VB.TextBox txtLname Height = 375 Index = 8 Left = 2400 TabIndex = 11 Top = 1725 Width = 2295 End Begin VB.CommandButton cmdExit Caption = "Exit Room Records" Height = 615 Index = 1 Left = 4440 TabIndex = 8 Top = 5760 Width = 3135 End Begin VB.CommandButton cmdNavigate Caption = "<< First" Height = 495 Index = 0 Left = 120 TabIndex = 7 Top = 6600 Width = 975 End Begin VB.CommandButton cmdNavigate Caption = "< Prev" Height = 495 Index = 1 Left = 1200 TabIndex = 6 Top = 6600 Width = 975 End Begin VB.CommandButton cmdNavigate Caption = "Next >" Height = 495 Index = 2 Left = 2280 TabIndex = 5 Top = 6600 Width = 975 End Begin VB.CommandButton cmdNavigate Caption = "Last >>" Height = 495 Index = 3 Left = 3360 TabIndex = 4 Top = 6600 Width = 975 End Begin VB.CommandButton cmdAdd Caption = "Add" Height = 495 Left = 120 TabIndex = 3 Top = 5760 Width = 975 End Begin VB.CommandButton cmdUpdate Caption = "Update" Height = 495 Left = 1200 TabIndex = 2 Top = 5760 Width = 975 End Begin VB.CommandButton cmdDelete Caption = "Delete" Height = 495 Left = 2280 TabIndex = 1 Top = 5760 Width = 975 End Begin VB.CommandButton cmdExit Caption = "Exit" Height = 495 Index = 0 Left = 3360 TabIndex = 0 Top = 5760 Width = 975 End Begin VB.Label lblweb Alignment = 1 'Right Justify Caption = "http://blacksunhine.freeservers.com " Height = 255 Index = 1 Left = 4440 TabIndex = 20 Top = 6840 Width = 3135 End Begin VB.Label lblorg Alignment = 1 'Right Justify Caption = "An Aaron's Computer Services Production" Height = 255 Index = 1 Left = 4440 TabIndex = 19 Top = 6480 Width = 3135 End Begin VB.Label lblBcode Alignment = 1 'Right Justify Caption = "Building Code" Height = 255 Index = 0 Left = 360 TabIndex = 18 Top = 1320 Width = 1815 End Begin VB.Label lblCapacity Alignment = 1 'Right Justify Caption = "Capacity" Height = 255 Index = 6 Left = 480 TabIndex = 17 Top = 2835 Width = 1815 End Begin VB.Label lblRtype Alignment = 1 'Right Justify Caption = "Room Type" Height = 255 Index = 7 Left = 480 TabIndex = 16 Top = 2325 Width = 1815 End Begin VB.Label lblRnum Alignment = 1 'Right Justify Caption = "Room Number" Height = 255 Index = 8 Left = 480 TabIndex = 15 Top = 1830 Width = 1815 End Begin VB.Label lblCSS Alignment = 2 'Center Caption = "CSS" BeginProperty Font Name = "Tahoma" Size = 36 Charset = 0 Weight = 700 Underline = 0 'False Italic = 0 'False Strikethrough = 0 'False EndProperty Height = 975 Left = 120 TabIndex = 10 Top = 120 Width = 2295 End Begin VB.Label lbl3 Alignment = 2 'Center Caption = "Room Records" BeginProperty Font Name = "MS Sans Serif" Size = 24 Charset = 0 Weight = 400 Underline = 0 'False Italic = 0 'False Strikethrough = 0 'False EndProperty Height = 975 Left = 2520 TabIndex = 9 Top = 0 Width = 5655 End Begin VB.Menu mnuFile Caption = "&File" Begin VB.Menu mnuExit Caption = "E&xit" End End End Attribute VB_Name = "frmRoom" Attribute VB_GlobalNameSpace = False Attribute VB_Creatable = False Attribute VB_PredeclaredId = True Attribute VB_Exposed = False Private Sub cmdExit_Click(Index As Integer) Unload frmRoom frmMenu.Show End Sub Private Sub mnuExit_Click() Unload frmRoom frmMenu.Show End Sub