📄 form1.frm
字号:
VERSION 5.00
Begin VB.Form Form1
Caption = "欢迎使用"
ClientHeight = 6705
ClientLeft = 60
ClientTop = 450
ClientWidth = 11430
LinkTopic = "Form1"
ScaleHeight = 6705
ScaleWidth = 11430
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Command6
Caption = "退出"
Height = 735
Left = 8040
TabIndex = 6
Top = 5640
Width = 1695
End
Begin VB.CommandButton Command5
Caption = "退房"
Height = 735
Left = 5280
TabIndex = 5
Top = 5640
Width = 1695
End
Begin VB.CommandButton Command4
Caption = "查看房间信息"
Height = 735
Left = 8040
TabIndex = 4
Top = 3600
Width = 1695
End
Begin VB.CommandButton Command3
Caption = "订房"
Height = 735
Left = 5280
TabIndex = 3
Top = 3600
Width = 1695
End
Begin VB.CommandButton Command2
Caption = "查看客人信息"
Height = 735
Left = 8160
TabIndex = 2
Top = 1560
Width = 1695
End
Begin VB.CommandButton Command1
Caption = "登记"
Height = 735
Left = 5280
TabIndex = 1
Top = 1560
Width = 1695
End
Begin VB.Image Image1
Height = 4800
Left = 960
Picture = "Form1.frx":0000
Top = 1560
Width = 3600
End
Begin VB.Label Label1
Alignment = 2 'Center
Caption = "欢迎使用本酒店管理系统"
BeginProperty Font
Name = "宋体"
Size = 26.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 615
Left = 2640
TabIndex = 0
Top = 840
Width = 5895
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form1.Hide
Form2.Show
End Sub
Private Sub Command2_Click()
Form1.Hide
Form5.Show
End Sub
Private Sub Command3_Click()
Form1.Hide
Form3.Show
End Sub
Private Sub Command4_Click()
Form1.Hide
Form6.Show
End Sub
Private Sub Command5_Click()
Form1.Hide
Form4.Show
End Sub
Private Sub Command6_Click()
End
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -