frm.frm
来自「实现了」· FRM 代码 · 共 37 行
FRM
37 行
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 + =
减小字号Ctrl + -
显示快捷键?