代码搜索:VB
找到约 10,000 项符合「VB」的源代码
代码结果 10,000
www.eeworm.com/read/434588/1870395
vb assemblyinfo.vb
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' 程序集的常规信息通过下列
' 属性集控制。更改这些属性值可
' 修改与程序集关联的信息。
' 检查程序集的属性值
www.eeworm.com/read/434588/1870436
vb assemblyinfo.vb
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' 程序集的常规信息通过下列
' 属性集控制。更改这些属性值可
' 修改与程序集关联的信息。
' 检查程序集的属性值
www.eeworm.com/read/434588/1870441
vb email.vb
Imports System.Web.Mail
Public Class EMail
Enum myMailFormat
Text = 0
HTML = 1
End Enum
Enum mySendMethod
CDO = 0
JMail = 1
End Enum
Public Shared Function
www.eeworm.com/read/434588/1870446
vb cooperate.vb
Public Class Cooperate
#Region "字段常量字义"
Protected Const IDField As String = "CooperateId" '合作信息ID
Protected Const ClientIdField As String = "ClientId" '客户ID
Protected Const ClientNameFie
www.eeworm.com/read/434588/1870448
vb warningdatamodel.vb
Public Class WarningDataModel
#Region "成员变量定义"
Private mvarID As Integer '提醒信息ID
Private mvarTypeId As Integer '提醒类型ID
Private mvarTypeName As String '提醒类型名称
Private mvarClientId As Int
www.eeworm.com/read/434588/1870450
vb clienttypedatamodel.vb
Public Class ClientTypeDataModel
#Region "成员变量定义"
Friend mvarTypeName As String '类型名称
Friend mvarID As Integer '类型Id
Friend mvarSuperID As Integer '上级Id
#End Region
'''''''''''''''''
www.eeworm.com/read/434588/1870451
vb emailsettingdatamodel.vb
Public Class EmailSettingDataModel
Private mvarMailSettingID As Integer '邮件设置编号
Private mvarMailServer As String '邮件服务器,如smtp.163.com
Private mvarUserName As String '登录用户名
Pri
www.eeworm.com/read/434588/1870452
vb client.vb
Public Class Client
#Region "字段常量字义"
'类内部定义的数据库字段名,只读,字段名与数据库中的值一致
Protected Const IDField As String = "ClientID" '客户编号
Protected Const Name As String = "Name" '客户名称
Protected Const A
www.eeworm.com/read/434588/1870453
vb assemblyinfo.vb
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' 程序集的常规信息通过下列
' 属性集控制。更改这些属性值可
' 修改与程序集关联的信息。
' 检查程序集的属性值
www.eeworm.com/read/434588/1870455
vb clienttype.vb
Public Class ClientType
#Region "字段常量字义"
Protected Const TypeNameField As String = "TypeName" '类型名称
Protected Const IDField As String = "TypeId" '类型Id
Protected Const SuperIDField As