代码搜索:VB

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

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

vb assemblyinfo.vb

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

vb tstgroup.vb

Public Class tstGroup Inherits System.Windows.Forms.Form #Region " Windows 窗体设计器生成的代码 " Public Sub New() MyBase.New() Application.EnableVisualStyles() Application.D
www.eeworm.com/read/434588/1870347

vb frmread.vb

Public Class frmRead Inherits System.Windows.Forms.Form Dim m_dmMsg As New InfoProSysBusiness.MessageDataModel Public Property MessageInfo() As InfoProSysBusiness.MessageDataModel Ge
www.eeworm.com/read/434588/1870350

vb mdlmain.vb

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

vb frmsendmsg.vb

'发送信息窗体的状态 Public Enum SendMsgStatus Send Reply Broadcast End Enum Public Class frmSendMsg Inherits System.Windows.Forms.Form Protected m_smsStat As SendMsgStatus = SendMsgStat
www.eeworm.com/read/434588/1870356

vb mdlpublic.vb

Module mdlPublic #Region "API函数与变量声明" 'API声明。API是应用程序编程接口(Application Programming Interface)的缩写 '打开执行一个命令的API Public Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecute
www.eeworm.com/read/434588/1870357

vb frmmain.vb

Public Class frmMain Inherits System.Windows.Forms.Form Private m_bShowingAbout As Boolean = False '是否正在显示“关于”信息 Private m_SearchAction As SearchAction = SearchAction.Show '当前搜索面板的执行动作
www.eeworm.com/read/434588/1870364

vb tstuserctl.vb

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

vb tstdock.vb

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

vb ucuserlist.vb

Imports System.Windows.Forms Public Class ucUserList Inherits System.Windows.Forms.UserControl Protected m_bShowInGroup As Boolean = True #Region " Windows 窗体设计器生成的代码 " Public Sub N