📄 module1.bas
字号:
Attribute VB_Name = "Module1"
Option Base 1
Option Explicit
Public Server As OPCServer
Public Group As OPCGroup
Public UseEvents As Boolean
Public Adding As Boolean ' Flag to synchronize with event code
Public lastAccessPath As String
Public lastItemID As String
Public lastServer As String
Public gvalue As Variant
Public GserverHandles() As Long
Declare Function GetTickCount Lib "kernel32" () As Long
Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -