recedit.bas
来自「创建和修改自定义的数据库」· BAS 代码 · 共 13 行
BAS
13 行
Attribute VB_Name = "Module1"
Option Explicit
Type Person
ID As Integer
MonthlySalary As Double
LastReviewDate As Long
FirstName As String * 15
LastName As String * 15
Title As String * 15
ReviewComments As String * 50
End Type
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?