代码搜索:VB

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

代码结果 10,000
www.eeworm.com/read/287199/8709816

vb frmsupplyinfo.vb

Public Class frmSupplyInfo Inherits System.Windows.Forms.Form Public MyCombo As New ComboBox Public bClose = False Private gridMouseDownTime As DateTime #Region " Windows 窗体设计器生成的
www.eeworm.com/read/287199/8709819

vb frmorderlist.vb

Imports System.Data Public Class frmOrderList Inherits System.Windows.Forms.Form Private UserName As String = "" Private dtOrderList As DataTable #Region " Windows 窗体设计器生成的代码 "
www.eeworm.com/read/287199/8709826

vb frmgoodsinfo.vb

Imports System.Data Imports System.Data.SqlClient Public Class frmGoodsInfo Inherits System.Windows.Forms.Form '用于下拉列表的ComboBox的对象 Public MyCombo As New ComboBox '用于判断双击是否关闭
www.eeworm.com/read/287199/8709836

vb frmprint.vb

Imports CrystalDecisions.CrystalReports.Engine Public Class frmPrint Inherits System.Windows.Forms.Form Private dtPrint As DataTable #Region " Windows 窗体设计器生成的代码 " Public Sub New()
www.eeworm.com/read/287199/8709851

vb database.vb

Imports System.Data Imports System.Data.SqlClient Imports System.ComponentModel Public Class DataBase '实现接口IDisposable Implements IDisposable '数据库连接对象 Private SqlConn As SqlConn
www.eeworm.com/read/287199/8709853

vb datagridcombobox.vb

Option Strict On Option Explicit On Imports System.Collections Imports System.ComponentModel Imports System.Drawing Imports System.Windows.Forms Imports System.Data Public Class DataGridComb
www.eeworm.com/read/287199/8709855

vb datagridnoactivecellcolumn.vb

Public Class DataGridNoActiveCellColumn Inherits DataGridTextBoxColumn Private SelectedRow As Integer = -1 Protected Overloads Overrides Sub Edit( _ ByVal source As CurrencyManager
www.eeworm.com/read/287199/8709865

vb frmmain.vb

Public Class frmMain Inherits System.Windows.Forms.Form Public UserName As String Public UserId As String #Region " Windows 窗体设计器生成的代码 " Public Sub New() MyBase.New()
www.eeworm.com/read/287199/8709875

vb frmdepotselect.vb

Public Class frmDepotSelect Inherits System.Windows.Forms.Form Private sGoodsId As String Public dv As DataView Private gridMouseDownTime As DateTime #Region " Windows 窗体设计器生成的代码
www.eeworm.com/read/387027/8711136

vb indexform.vb

Public Class IndexForm Inherits System.Windows.Forms.Form #Region " Windows 窗体设计器生成的代码 " Public Sub New() MyBase.New() '该调用是 Windows 窗体设计器所必需的。 Initialize