?? module1.bas
字號:
Attribute VB_Name = "Module1"
Public Type VariableDef '''Note Grid data variable definition
name As String '''Forstat表變量描述
Type As String * 1
Deci As String
End Type
Public FSvar() As VariableDef '''變量描述(定義)數組
'''Public tempVar() As VariableDef
Declare Function IsIconic Lib "USER32" (ByVal hWnd As Long) As Long
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -