📄 modglobal.bas
字号:
Attribute VB_Name = "modGlobal"
Option Explicit
' ############
' MicroSoft ActiveX Data Objiects 2.5 Library
' ############
' DataSource Name : ZF4Sub01
' DataBase Name : DataBaseSubServer
'Define And Declare Are All Here
' @ Sleep API Function
Public Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)
' @ GetCurrentTime API Function
Public Declare Function GetCurrentTime Lib "kernel32" Alias "GetTickCount" () As Long
' @ Define Varaint
' Every DB Operation In this one class
Global gCDBOPR As cDataBaseOPR
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -