代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/205002/15330516
bas m_getwindow.bas
Attribute VB_Name = "M_GetWindow"
Option Explicit
Public Type ProcData
AppHwnd As Long
title As String
Placement As String
Left As Long
Top As Long
Right As Long
www.eeworm.com/read/203829/15351028
bas commmodule.bas
Attribute VB_Name = "Module1"
Option Explicit
Private Declare Function GetPrivateProfileString Lib "kernel32" Alias "GetPrivateProfileStringA" (ByVal lpApplicationName As String, ByVal lpK
www.eeworm.com/read/203460/15358873
bas m_getwindow.bas
Attribute VB_Name = "M_GetWindow"
Option Explicit
Public Type ProcData
AppHwnd As Long
title As String
Placement As String
Left As Long
Top As Long
Right As Long
www.eeworm.com/read/203460/15358902
bas m_getwindow.bas
Attribute VB_Name = "M_GetWindow"
Option Explicit
Public Type ProcData
AppHwnd As Long
title As String
Placement As String
Left As Long
Top As Long
Right As Long
www.eeworm.com/read/200840/15421915
bas mdlimportlv.bas
Attribute VB_Name = "mdlImportLV"
Option Explicit
'ImportDBGrid:
' This Sub reads the DBGrid specified by dbGrd into clsTP.
' rstData has to be set to the recordset dbGrd gets its data from (it
www.eeworm.com/read/107274/15443957
bas general.bas
Attribute VB_Name = "General"
Option Explicit
Declare Function ChooseColor Lib "comdlg32.dll" Alias "ChooseColorA" (pChoosecolor As ChooseColor) As Long
Type ChooseColor
lStructSize As Lo
www.eeworm.com/read/100972/15461057
bas modwinversion.bas
Attribute VB_Name = "modWinVersion"
'modWinVersion.bas
Option Explicit
Public Declare Function GetVersionExA Lib "kernel32" (lpVersionInformation As OSVERSIONINFO) As Integer
Public Type OSV
www.eeworm.com/read/111424/15512866
bas raytracing.bas
Attribute VB_Name = "RayTrace"
Option Explicit
Public LightSources As New Collection
' Ambient lighting values
Public AmbIr As Single
Public AmbIg As Single
Public AmbIb As Single
' Backg
www.eeworm.com/read/111231/15516597
bas modexport.bas
Attribute VB_Name = "modExport"
Option Explicit
'参照参数
Global gvarType As Variant '工资类别
Global gvarDept As Variant '部门
Global gvarItem As Variant '工资项目
Gl