global.bas

来自「Usb Key loock vb soucrse code. ocx not f」· BAS 代码 · 共 25 行

BAS
25
字号
Attribute VB_Name = "Global"
'Module Level Comment-----------------------------------------------------------
'
'Project name   : XMLTree
'Module name    : Global
'Classification : Class Module
'Created        : 02 January 2001
'Author         : Paul Stevens
'Description    : Used To Store Global Variables
'
'Dependencies   :
'Issues         :
'Revision(s)    : Paul Stevens
'-------------------------------------------------------------------------------
Public NodeCount As Long
Public CurrentNode As String
Public CurrentParentNode(999) As String
Public ParsingPropertys As Boolean
Public isRootChild As Boolean
Public isParentNode As Boolean
Public ChildInstance As Long
Public NodeInstance As Long
Public PropertyInstance As Long
Public GlobalInstance As Long

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?