?? 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)
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -