代码搜索:VB 有哪些应用?
找到约 10,000 项符合「VB 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/165338/5483267
vb reports.vb
Imports System.Data.SqlClient
Public Class Reports
'显示报单
'显示被退货的报单
'利用users.ShowInfo实现
'添加,修改报单
Public Shared Sub AddModReport(ByVal a() As String)
Try
www.eeworm.com/read/165338/5483268
vb initialui.vb
Module InitialUI
Sub Main()
Dim fm1 As New frmWelcome
fm1.ShowDialog()
Dim fm2 As New frmLogin
fm2.ShowDialog()
If pass = True Then
Dim f
www.eeworm.com/read/165338/5483269
vb staticvalue.vb
Module StaticValue
Public pass As Boolean '记录是否通过验证
Public ID As String '记录登陆用户ID
Public AdminName As String '记录登陆用户名
Public PassWord As String '记录登陆用户密码
Public Cl
www.eeworm.com/read/165338/5483270
vb bill.vb
Imports System.Data.SqlClient
Public Class Bill
'收付款
Public Shared Sub Pay(ByVal ID As String)
Try
Dim con As New SqlConnection(ConString)
Dim cmd As Ne
www.eeworm.com/read/165338/5483273
vb stockrooms.vb
Public Class StockRooms
Inherits System.Windows.Forms.Form
#Region " Windows 窗体设计器生成的代码 "
Public Sub New()
MyBase.New()
'该调用是 Windows 窗体设计器所必需的。
InitializeC
www.eeworm.com/read/165338/5483274
vb roomaddmod.vb
Public Class RoomAddMod
Inherits System.Windows.Forms.Form
#Region " Windows 窗体设计器生成的代码 "
Public Sub New()
MyBase.New()
'该调用是 Windows 窗体设计器所必需的。
InitializeC
www.eeworm.com/read/165338/5483276
vb clientaddmod.vb
Public Class ClientAddMod
Inherits System.Windows.Forms.Form
#Region " Windows 窗体设计器生成的代码 "
Public Sub New()
MyBase.New()
'该调用是 Windows 窗体设计器所必需的。
Initializ
www.eeworm.com/read/165338/5483278
vb goodsinfo.vb
Public Class GoodsInfo
Inherits System.Windows.Forms.Form
#Region " Windows 窗体设计器生成的代码 "
Public Sub New()
MyBase.New()
'该调用是 Windows 窗体设计器所必需的。
InitializeCo
www.eeworm.com/read/165338/5483279
vb goodsaddmod.vb
Public Class GoodsAddMod
Inherits System.Windows.Forms.Form
#Region " Windows 窗体设计器生成的代码 "
Public Sub New()
MyBase.New()
'该调用是 Windows 窗体设计器所必需的。
Initialize
www.eeworm.com/read/165338/5483282
vb clientinfo.vb
Public Class ClientInfo
Inherits System.Windows.Forms.Form
#Region " Windows 窗体设计器生成的代码 "
Public Sub New()
MyBase.New()
'该调用是 Windows 窗体设计器所必需的。
Initializ