📄 module1.bas
字号:
Attribute VB_Name = "Module1"
Option Explicit
'定义客户个人信息
Type Person
PersonSN As Integer
MoneyType As Integer
LeftTime As Date
End Type
'定义队列信息
Type Queue
QueueLength As Integer
Person() As Person
End Type
'定义事件表
Type Events
MoneyType As Integer
LeftTime As Date
ComeTime As Date
End Type
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -