📄 frm.frm
字号:
VERSION 5.00
Begin VB.Form NewCustomerEntry
Caption = "Form1"
ClientHeight = 6855
ClientLeft = 165
ClientTop = 855
ClientWidth = 9360
LinkTopic = "Form1"
Picture = "frm.frx":0000
ScaleHeight = 6855
ScaleWidth = 9360
StartUpPosition = 3 '窗口缺省
Begin VB.Menu Ncentry
Caption = "New Customer Entry"
End
Begin VB.Menu Cdetails
Caption = "Customer Details"
End
Begin VB.Menu reservation
Caption = "Reservation"
End
Begin VB.Menu checkout
Caption = "Checkout"
End
Begin VB.Menu exit
Caption = "Exit"
End
End
Attribute VB_Name = "NewCustomerEntry"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -