代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/390994/8429121
bas variable.bas
Attribute VB_Name = "Variable"
'保存执行SQL语句的字符串
Public SqlStmt As String
'客户类别数组
Public Arr_CustType() As String
'房间分类数组
Public Arr_RoomType() As String
Public Arr_TypeId() As Long
'类模块对象
Publi
www.eeworm.com/read/390993/8429303
bas variable.bas
Attribute VB_Name = "Variable"
'保存执行SQL语句的字符串
Public SqlStmt As String
'类模块对象
Public MyBase As New BaseInfo '基本信息对象
Public MyDevice As New Devices '设备对象
Public MyDeviceSel A
www.eeworm.com/read/390991/8429418
bas variable.bas
Attribute VB_Name = "Variable"
'保存执行SQL语句的字符串
Public SqlStmt As String
'产品编号数组
Public Arr_ProId() As String
'类模块的对象
Public MyPro As New Product
Public MyConPro As New ConProduct
Public MyCost
www.eeworm.com/read/390990/8429536
bas variable.bas
Attribute VB_Name = "Variable"
'保存执行SQL语句的字符串
Public SqlStmt As String
'选择保险的项目和关键字
Public sInsuItems As String
Public sInsuKeys As String
'分类数组
Public Arr_Type() As String
Public Arr_Id() As
www.eeworm.com/read/390988/8429721
bas variable.bas
Attribute VB_Name = "Variable"
'保存执行SQL语句的字符串
Public SqlStmt As String
'图书分类数组
Public Arr_BookType() As String
Public Arr_TypeId() As Long
'类模块对象
Public MyUser As New Users '用户对象
Public CurUs
www.eeworm.com/read/389793/8501912
bas variable.bas
Attribute VB_Name = "Variable"
'保存执行SQL语句的字符串
Public SqlStmt As String
'读取表中列值的变量
Public ColVal As String
'员工姓名数组
Public Arr_Ename() As String
'类模块的对象
Public MyPrRec As New PrRec '问题记录对象
Pub
www.eeworm.com/read/389791/8502488
bas variable.bas
Attribute VB_Name = "Variable"
'保存执行SQL语句的字符串
Public SqlStmt As String
'服务器名称
Public ServerName As String
'读取表中列值的变量
Public ColVal As String
'客户名称数组
Public Arr_Client() As String
'仓库名称数组
Pub
www.eeworm.com/read/389786/8503469
bas variable.bas
Attribute VB_Name = "Variable"
'保存执行SQL语句的字符串
Public SqlStmt As String
'服务器名称
Public ServerName As String
'读取表中列值的变量
Public ColVal As String
'房型数组
Public Arr_HouseStyle() As String
'楼房数组
Pub
www.eeworm.com/read/432958/8560139
bas variable.bas
Attribute VB_Name = "Variable"
'保存执行SQL语句的字符串
Public SqlStmt As String
'服务器名称
Public ServerName As String
'读取表中列值的变量
Public ColVal As String
'部门数组
Public Arr_DepName() As String
Public Arr_De