📄 frmreservation.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Begin VB.Form Reservation
BorderStyle = 3 'Fixed Dialog
Caption = "Room Reservation"
ClientHeight = 8175
ClientLeft = 2400
ClientTop = 435
ClientWidth = 10095
ControlBox = 0 'False
FillColor = &H00FFC0C0&
BeginProperty Font
Name = "Arial"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Icon = "frmReservation.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 8175
ScaleWidth = 10095
ShowInTaskbar = 0 'False
StartUpPosition = 2 'CenterScreen
Begin VB.Frame Frame2
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 3375
Left = 120
TabIndex = 10
Top = 360
Width = 9855
Begin VB.Frame Frame3
BeginProperty Font
Name = "Arial"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 2895
Left = 0
TabIndex = 30
Top = 720
Width = 9855
Begin VB.TextBox Text1
Alignment = 2 'Center
Height = 315
Left = 4200
TabIndex = 56
Top = 240
Width = 2175
End
Begin VB.ComboBox Combo2
Height = 330
ItemData = "frmReservation.frx":0BC2
Left = 1200
List = "frmReservation.frx":0BCF
TabIndex = 54
Top = 240
Width = 1815
End
Begin VB.CommandButton Command3
Caption = "<< Cancel <<"
BeginProperty Font
Name = "Arial"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 315
Left = 8040
TabIndex = 33
Top = 240
Width = 1455
End
Begin MSComctlLib.ListView l
Height = 2175
HelpContextID = 7
Left = 120
TabIndex = 31
Top = 720
WhatsThisHelpID = 7
Width = 9615
_ExtentX = 16960
_ExtentY = 3836
View = 3
LabelWrap = -1 'True
HideSelection = -1 'True
FullRowSelect = -1 'True
GridLines = -1 'True
HotTracking = -1 'True
HoverSelection = -1 'True
TextBackground = -1 'True
_Version = 393217
SmallIcons = "ImageList1"
ForeColor = -2147483640
BackColor = -2147483643
Appearance = 1
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "Arial"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
NumItems = 10
BeginProperty ColumnHeader(1) {BDD1F052-858B-11D1-B16A-00C0F0283628}
Text = "Guest ID"
Object.Width = 2540
EndProperty
BeginProperty ColumnHeader(2) {BDD1F052-858B-11D1-B16A-00C0F0283628}
SubItemIndex = 1
Text = "Last Name"
Object.Width = 2540
EndProperty
BeginProperty ColumnHeader(3) {BDD1F052-858B-11D1-B16A-00C0F0283628}
SubItemIndex = 2
Text = "First Name"
Object.Width = 2540
EndProperty
BeginProperty ColumnHeader(4) {BDD1F052-858B-11D1-B16A-00C0F0283628}
SubItemIndex = 3
Text = "MI"
Object.Width = 2540
EndProperty
BeginProperty ColumnHeader(5) {BDD1F052-858B-11D1-B16A-00C0F0283628}
SubItemIndex = 4
Text = "Address"
Object.Width = 2540
EndProperty
BeginProperty ColumnHeader(6) {BDD1F052-858B-11D1-B16A-00C0F0283628}
SubItemIndex = 5
Text = "Age"
Object.Width = 2540
EndProperty
BeginProperty ColumnHeader(7) {BDD1F052-858B-11D1-B16A-00C0F0283628}
SubItemIndex = 6
Text = "Sex"
Object.Width = 2540
EndProperty
BeginProperty ColumnHeader(8) {BDD1F052-858B-11D1-B16A-00C0F0283628}
SubItemIndex = 7
Text = "Nationality"
Object.Width = 2540
EndProperty
BeginProperty ColumnHeader(9) {BDD1F052-858B-11D1-B16A-00C0F0283628}
SubItemIndex = 8
Text = "Tel No."
Object.Width = 2540
EndProperty
BeginProperty ColumnHeader(10) {BDD1F052-858B-11D1-B16A-00C0F0283628}
SubItemIndex = 9
Text = "Company"
Object.Width = 2540
EndProperty
End
Begin VB.Label Label23
Caption = "Search for"
Height = 255
Left = 3240
TabIndex = 55
Top = 240
Width = 855
End
Begin VB.Label Label12
Caption = "Search by"
Height = 255
Left = 360
TabIndex = 53
Top = 240
Width = 855
End
End
Begin MSComctlLib.Toolbar Toolbar1
Height = 570
Left = 7080
TabIndex = 28
Top = 2640
Width = 2415
_ExtentX = 4260
_ExtentY = 1005
ButtonWidth = 1984
ButtonHeight = 1005
Appearance = 1
Style = 1
TextAlignment = 1
ImageList = "ImageList2"
_Version = 393216
BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628}
NumButtons = 3
BeginProperty Button1 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "Cancel"
Key = "Cancel"
ImageIndex = 2
EndProperty
BeginProperty Button2 {66833FEA-8583-11D1-B16A-00C0F0283628}
Style = 3
EndProperty
BeginProperty Button3 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "OK"
Key = "Save"
ImageIndex = 1
EndProperty
EndProperty
End
Begin VB.ComboBox Combo1
BackColor = &H00FFFFFF&
Height = 330
ItemData = "frmReservation.frx":0BF8
Left = 2520
List = "frmReservation.frx":0C02
TabIndex = 5
Top = 1800
Width = 1575
End
Begin VB.OptionButton Option2
Caption = "Old"
ForeColor = &H00000000&
Height = 210
Left = 1680
TabIndex = 21
Top = 240
Width = 615
End
Begin VB.OptionButton Option1
Caption = "New"
ForeColor = &H00000000&
Height = 210
Left = 960
TabIndex = 20
Top = 240
Width = 1170
End
Begin VB.TextBox txtLN
Alignment = 2 'Center
BackColor = &H00FFFFFF&
Height = 315
Left = 1200
TabIndex = 0
Top = 1080
Width = 2895
End
Begin VB.TextBox txtFN
Alignment = 2 'Center
BackColor = &H00FFFFFF&
Height = 315
Left = 5280
TabIndex = 1
Top = 1080
Width = 2775
End
Begin VB.TextBox txtMI
Alignment = 2 'Center
BackColor = &H00FFFFFF&
Height = 315
Left = 8880
MaxLength = 1
TabIndex = 2
Top = 1080
Width = 615
End
Begin VB.TextBox txtAddress
Alignment = 2 'Center
BackColor = &H00FFFFFF&
Height = 315
Left = 1200
TabIndex = 3
Top = 1440
Width = 8295
End
Begin VB.TextBox txtAge
Alignment = 2 'Center
BackColor = &H00FFFFFF&
Height = 315
Left = 1200
MaxLength = 3
TabIndex = 4
Top = 1800
Width = 615
End
Begin VB.TextBox txtSex
Alignment = 2 'Center
BackColor = &H00FFFFFF&
Height = 315
Left = 2520
TabIndex = 25
Top = 1800
Width = 1575
End
Begin VB.TextBox txtNationality
Alignment = 2 'Center
BackColor = &H00FFFFFF&
Height = 315
Left = 5280
TabIndex = 6
Top = 1800
Width = 4215
End
Begin VB.TextBox txtTelNo
Alignment = 2 'Center
BackColor = &H00FFFFFF&
Height = 315
Left = 1200
MaxLength = 20
TabIndex = 7
Top = 2160
Width = 2895
End
Begin VB.TextBox txtCompany
Alignment = 2 'Center
BackColor = &H00FFFFFF&
Height = 315
Left = 5280
TabIndex = 8
Top = 2160
Width = 4215
End
Begin VB.CommandButton Command4
Caption = "Choose Guest"
Height = 315
Left = 240
TabIndex = 34
Top = 2760
Width = 1815
End
Begin VB.Label Label11
Caption = "Tel No."
ForeColor = &H00000000&
Height = 255
Left = 360
TabIndex = 27
Top = 2160
Width = 855
End
Begin VB.Label Label21
Caption = "Company"
ForeColor = &H00000000&
Height = 255
Left = 4320
TabIndex = 26
Top = 2160
Width = 1095
End
Begin VB.Label Label15
Caption = "Guest ID"
ForeColor = &H00000000&
Height = 255
Left = 360
TabIndex = 23
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -