代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/131337/5929864
bas mcommondialog.bas
Attribute VB_Name = "mCommonDialog"
Option Explicit
'********************************************************************************
'CopyRight:重庆康诺数码科技有限公司Smart项目组
'Date:2004-5-2
'***********
www.eeworm.com/read/131179/5947692
bas globals.bas
Attribute VB_Name = "Globals"
Option Explicit
'定义复制和RDA变量
Dim CEMerge As SSCE.Replication
Dim txtRDAConnectString
Dim txtRDALocalTable
Dim txtRDAQuery
Dim txtRDAErrorTab
www.eeworm.com/read/131179/5947713
bas modulemain.bas
Attribute VB_Name = "ModuleMain"
Option Explicit
Public Declare Function PlaySound Lib "Coredll" Alias "PlaySoundW" (ByVal lpszName As String, ByVal hModule As Long, ByVal dwFlags As Long) As Long
www.eeworm.com/read/130875/5949833
+=
Attribute VB_Name = "modParameter"
'相关分析
Option Explicit
Public intRow As Integer '行数
Public intRowAll As Integer '总行数
Public intCol As Integer '列数
Public strFileNa
www.eeworm.com/read/116678/6112829
bas modsave.bas
Attribute VB_Name = "modSave"
Option Explicit
'Private Sub shpLine_MouseDown(Index As Integer, Button As Integer, Shift As Integer, X As Single, Y As Single)
' If Button = vbLeftButton And Shi
www.eeworm.com/read/115501/6116834
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/113741/6126152
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)