module1.bas
来自「c.rar___z8786052200751110333362469.rar」· BAS 代码 · 共 21 行
BAS
21 行
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 + =
减小字号Ctrl + -
显示快捷键?