代码搜索:VB
找到约 10,000 项符合「VB」的源代码
代码结果 10,000
www.eeworm.com/read/386661/8732895
doc vb.doc
www.eeworm.com/read/386644/8733869
vb assemblyinfo.vb
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' 有关程序集的常规信息通过下列属性集
' 控制。更改这些属性值可修改
' 与程序集关联的信息。
' 查看程序集属性的值
www.eeworm.com/read/430672/8733924
vb assemblyinfo.vb
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' 程序集的常规信息通过下列
' 属性集控制。更改这些属性值可
' 修改与程序集关联的信息。
' 检查程序集的属性值
www.eeworm.com/read/286955/8734633
vb note.vb
Imports System.Drawing.Printing
Imports System.IO
Imports System.Text
Imports System.Object
Public Class note
Inherits System.Windows.Forms.Form
Dim fon As New FontDialog
Dim
www.eeworm.com/read/286955/8734636
vb adduser.vb
Imports System.Data
Imports System.Data.sqlClient
Public Class AddUser
Inherits System.Windows.Forms.Form
'Dim UserDataSet As DataSet = New DataSet
'Dim UserDataAdapter As New Sql
www.eeworm.com/read/286955/8734642
vb help.vb
Public Class Help
Inherits System.Windows.Forms.Form
#Region " Windows 窗体设计器生成的代码 "
Public Sub New()
MyBase.New()
'该调用是 Windows 窗体设计器所必需的。
InitializeCompone
www.eeworm.com/read/286955/8734644
vb transfercrystalreport.vb
'------------------------------------------------------------------------------
'
' This code was generated by a tool.
' Runtime Version: 1.1.4322.573
'
' Changes to
www.eeworm.com/read/286955/8734651
vb datainfor.vb
Imports System.Data
Imports System.Data.SqlClient
Public Class DataInfor
Inherits System.Windows.Forms.Form
'数据库连接的信息
Public Shared server As String
Public Shared database As
www.eeworm.com/read/286955/8734656
vb masset.vb
Imports System.Data.SqlClient
Imports System.Data.SqlTypes
Imports System.Collections
Imports System.String
Imports System.Data
Imports System.Drawing.Printing
Public Class MAsset
Inherit
www.eeworm.com/read/286955/8734662
vb changusertype.vb
Imports System.Data
Imports System.Data.SqlClient
Public Class ChangUserType
Inherits System.Windows.Forms.Form
'Dim userName As String
' Dim userType As Integer
#Region " Wind