代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/114288/15061431
bas system_module.bas
Attribute VB_Name = "MainModule"
Option Explicit
Type RECT
Left As Long
Top As Long
Right As Long
Bottom As Long
End Type
Public ServerName_Str As String
www.eeworm.com/read/213753/15126360
bas mod_main.bas
Attribute VB_Name = "mod_main"
Option Explicit
Public Declare Function GetPrivateProfileString Lib "kernel32" Alias "GetPrivateProfileStringA" (ByVal lpApplicationName As String, ByVal lpKeyName As
www.eeworm.com/read/213753/15126366
bas table.bas
Attribute VB_Name = "modTable"
Option Explicit
Dim ColumnsN As Integer, Columns() As String, ColumnsType() As String
Dim NoCreateEllipse As Integer
Dim I As Integer
Public TableName As String
Pu
www.eeworm.com/read/213301/15137392
bas codemodule.bas
Attribute VB_Name = "CodeModule"
Option Explicit
'
' Global Constants and Declarations for the VBCodeLibrary Project
'
' http://www.codeguru.com/vb
'
'
' Chris Eastwood Feb. 1998
'
'
' Ou