📄 modanim.bas
字号:
Attribute VB_Name = "Module1"
' This sample application and corresponding sample code is provided
' for example purposes only. It has not undergone rigorous testing
' and as such should not be shipped as part of a final application
' without extensive testing on the part of the organization releasing
' the end-user product.
Type Vehicle
fFeature As MapXLib.Feature
sName As String
lSpeed As Long
dHeading As Double
End Type
Global fArray() As Vehicle
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -