代码搜索:VB

找到约 10,000 项符合「VB」的源代码

代码结果 10,000
www.eeworm.com/read/434588/1870480

vb frmsendemail.vb

Public Class frmSendEmail Inherits System.Windows.Forms.Form '帐号SMTP信息 Class AccountInfo Public Account As String Public Pwd As String Public SMTPServer As String End
www.eeworm.com/read/434588/1870481

vb ucadduser.vb

Public Class ucAddUser Inherits System.Windows.Forms.UserControl #Region " Windows 窗体设计器生成的代码 " Public Sub New() MyBase.New() '该调用是 Windows 窗体设计器所必需的。 Initi
www.eeworm.com/read/434588/1870484

vb frmlogin.vb

Public Class frmLogin Inherits System.Windows.Forms.Form Public m_bLoginSuccess As Boolean '是否登录成功 #Region " Windows 窗体设计器生成的代码 " Public Sub New() MyBase.New() '该调用是 Wind
www.eeworm.com/read/434588/1870485

vb assemblyinfo.vb

Imports System Imports System.Reflection Imports System.Runtime.InteropServices ' 程序集的常规信息通过下列 ' 属性集控制。更改这些属性值可 ' 修改与程序集关联的信息。 ' 检查程序集的属性值
www.eeworm.com/read/434588/1870487

vb frmshowwarn.vb

Friend Class frmShowWarn Inherits System.Windows.Forms.Form #Region "Windows 窗体设计器生成的代码" Public Sub New() MyBase.New() '此调用是 Windows 窗体设计器所必需的。 InitializeComponent() End Sub
www.eeworm.com/read/434588/1870496

vb mdllistview.vb

Module mdlListView ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' #Region "Client + ListView相关函数" '按照“客户”初始化ListView的显示样式 Public Sub InitClientListVi
www.eeworm.com/read/434588/1870497

vb mdlmain.vb

Module Module_Main '全局变量,存储已登录的用户信息 Public LoginedUserInfo As New clientMgrBusiness.UserDataModel '是否启用数据库连接助手,版权:http://www.trfsoft.com Public IsUseConnSupporter As Boolean = True
www.eeworm.com/read/434588/1870501

vb frmabout.vb

Imports vb = Microsoft.VisualBasic Friend Class frmAbout Inherits System.Windows.Forms.Form #Region "Windows 窗体设计器生成的代码" Public Sub New() MyBase.New() '此调用是 Windows 窗体设计器所必需的。 Initi
www.eeworm.com/read/434588/1870502

vb frmwarn.vb

Friend Class frmWarn Inherits System.Windows.Forms.Form #Region "Windows 窗体设计器生成的代码" Public Sub New() MyBase.New() '此调用是 Windows 窗体设计器所必需的。 InitializeComponent() End Sub '窗体重写处置,
www.eeworm.com/read/434588/1870503

vb frmsmtpsetting.vb

Public Class frmSmtpSetting Inherits System.Windows.Forms.Form Protected m_szAccount As String Public Property Account() As String Get Return txtAccount.Text End Get