📄 入住.frm
字号:
VERSION 5.00
Begin VB.Form Form3
Caption = "入住"
ClientHeight = 2400
ClientLeft = 60
ClientTop = 450
ClientWidth = 2640
LinkTopic = "Form3"
ScaleHeight = 2400
ScaleWidth = 2640
StartUpPosition = 3 '窗口缺省
Begin VB.Frame Frame1
Caption = "入住登记"
Height = 2175
Left = 120
TabIndex = 0
Top = 120
Width = 2415
Begin VB.ComboBox Combo1
Height = 300
Left = 720
TabIndex = 8
Top = 1080
Width = 1215
End
Begin VB.CommandButton Command2
Caption = "取消"
Height = 375
Left = 1200
TabIndex = 7
Top = 1560
Width = 735
End
Begin VB.CommandButton Command1
Caption = "确定"
Height = 375
Left = 240
TabIndex = 6
Top = 1560
Width = 735
End
Begin VB.TextBox Text2
Height = 270
Left = 720
TabIndex = 4
Top = 720
Width = 1215
End
Begin VB.TextBox Text1
Height = 270
Left = 720
TabIndex = 2
Top = 360
Width = 1215
End
Begin VB.Label Label3
Caption = "房号"
Height = 255
Left = 240
TabIndex = 5
Top = 1080
Width = 495
End
Begin VB.Label Label2
Caption = "姓名"
Height = 255
Left = 240
TabIndex = 3
Top = 720
Width = 495
End
Begin VB.Label Label1
Caption = "学号"
Height = 255
Left = 240
TabIndex = 1
Top = 360
Width = 495
End
End
End
Attribute VB_Name = "Form3"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -