代码搜索:VB

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

代码结果 10,000
www.eeworm.com/read/443408/1740549

vb commonclass.vb

'获得数据库连接 Public Class AppConfiguration Shared ConnStr As String = System.Configuration.ConfigurationSettings.AppSettings("ado") Public Shared ReadOnly Property ConnectionString()
www.eeworm.com/read/443408/1740555

vb merestonedata.vb

Public Class MereStoneData Inherits MereStoneDataSet #Region " 组件设计器生成的代码 " Public Sub New(Container As System.ComponentModel.IContainer) MyClass.New() 'Windows.Form
www.eeworm.com/read/443408/1740556

vb merestonedataset.vb

'------------------------------------------------------------------------------ ' ' This code was generated by a tool. ' Runtime Version: 1.1.4322.573 ' ' Changes to
www.eeworm.com/read/443408/1740557

vb merestoneaccess.vb

Imports System Imports System.Data Imports System.Data.OleDb.OleDbType Imports System.Data.OleDb Public Class MereStoneAccess Inherits System.ComponentModel.Component #Region " 组件设计器生成的代
www.eeworm.com/read/443408/1740558

vb commonclass.vb

'获得数据库连接 Public Class AppConfiguration Shared ConnStr As String = System.Configuration.ConfigurationSettings.AppSettings("ado") Public Shared ReadOnly Property ConnectionString()
www.eeworm.com/read/443408/1740560

vb assemblyinfo.vb

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

vb merestonetreeview.vb

Public Class MereStoneTreeView Inherits System.Windows.Forms.TreeView '各个公共事件 Public Event AfterSelectNode(ByVal ev As MereStoneTreeNode) #Region " 组件设计器生成的代码 " Public Sub N
www.eeworm.com/read/443408/1740562

vb ucmerestone.vb

Public Class UCMereStone Inherits System.Windows.Forms.UserControl '各个公共事件 Public Event AfterModifyRow() Public Event AfterDeleteRow(ByVal e As MereStone_Event) Public Event
www.eeworm.com/read/443408/1740565

vb frminit.vb

Public Class FrmInit Inherits System.Windows.Forms.Form Dim pwd, sf As String Dim js As Integer = 0 #Region " Windows 窗体设计器生成的代码 " Public Sub New() MyBase.New()
www.eeworm.com/read/443408/1740567

vb appmodule.vb

'项目启动类 Module AppModule Public frmi As New FrmInit Public frmMain As New FrmMereStone Public frmAb As New FrmAbout Sub Main() Application.Run(frmi) End Sub E