代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/403856/11508506
bas module1.bas
Attribute VB_Name = "ModMain"
Option Explicit
Public fMain As frmMain
Public fSplash As frmSplash
Public gblQx As Boolean
Public gstrBH As String
Public gstrQX As String
Public db As Connection
www.eeworm.com/read/347872/11629521
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public color As Integer
Public Sub ShowNum(source As PictureBox, Target As PictureBox, Digit As Integer, color As Integer, position As Integer)
www.eeworm.com/read/157827/11660710
bas modcursorposition.bas
Attribute VB_Name = "modCursorPosition"
Option Explicit
'//Get Cursor Position API Declaration
Public Declare Function GetCursorPos Lib "user32" (lpPoint _
As POINTAPI) As Long
Public MousePo
www.eeworm.com/read/346563/11738123
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public Type ENCRYPTCLASS
Name As String
Object As Object
Homepage As String
End Type
Public EncryptObjects() As ENCRYPTCLASS
Public Encryp