📄 module2.bas
字号:
Attribute VB_Name = "Module2"
'''''''''''''''''''''''''''''''''''''''''软件封面
Public Const Flame_Height = 30 ' Higher the number the shorter the flame
Type pix
r As Integer ' Red
g As Integer ' Green
b As Integer ' Blue
c As Boolean ' Constant Colour
End Type
Public maxx As Integer ' Array max x
Public maxy As Integer ' Array max y
Public new_flame() As pix ' Flames buffers
Public old_flame() As pix
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -