代码搜索:VB
找到约 10,000 项符合「VB」的源代码
代码结果 10,000
www.eeworm.com/read/332835/3392536
vb frmwangong.vb
Imports System.Data.OleDb
Public Class frmWanGong
Inherits System.Windows.Forms.Form
#Region " Windows 窗体设计器生成的代码 "
Public Sub New()
MyBase.New()
'该调用是 Windows 窗体设计
www.eeworm.com/read/332835/3392537
vb frmmingxi.vb
Imports System.Data.OleDb
Public Class frmMingXi
Inherits System.Windows.Forms.Form
#Region " Windows 窗体设计器生成的代码 "
Public Sub New()
MyBase.New()
'该调用是 Windows 窗体设计器
www.eeworm.com/read/332835/3392538
vb frmcpgx.vb
Imports System.Data.OleDb
Public Class frmCpGx
Inherits System.Windows.Forms.Form
Dim WithEvents cnData As New OleDbConnection
#Region " Windows 窗体设计器生成的代码 "
Public Sub New()
www.eeworm.com/read/332835/3392539
vb frmusers.vb
Public Class frmUsers
Inherits System.Windows.Forms.Form
#Region " Windows 窗体设计器生成的代码 "
Public Sub New()
MyBase.New()
'该调用是 Windows 窗体设计器所必需的。
Initializ
www.eeworm.com/read/332064/3401677
vb assemblyinfo.vb
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' General Information about an assembly is controlled through the following
' set of attributes. Change these at
www.eeworm.com/read/332064/3401679
vb orderseditviewdialog.vb
Public Class OrdersEditViewDialog
Private Sub OrdersEditViewDialog_Closing(ByVal sender As System.Object, ByVal e As System.ComponentModel.CancelEventArgs) Handles MyBase.Closing
Me.Or
www.eeworm.com/read/332064/3401683
vb customerssummaryviewdialog.vb
Public Class CustomersSummaryViewDialog
Private Sub EditMenuItemMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles EditMenuItemMenuItem.Click
Dim custom
www.eeworm.com/read/332064/3401686
vb customerseditviewdialog.vb
Public Class CustomersEditViewDialog
Private Sub CustomersEditViewDialog_Closing(ByVal sender As System.Object, ByVal e As System.ComponentModel.CancelEventArgs) Handles MyBase.Closing
www.eeworm.com/read/332064/3401688
vb customers.vb
Public Class Customers
Private Sub NewMenuItemMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles NewMenuItemMenuItem.Click
Dim newCompanyName As String
www.eeworm.com/read/332064/3401690
vb orderssummaryviewdialog.vb
Public Class OrdersSummaryViewDialog
Private Sub EditMenuItemMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles EditMenuItemMenuItem.Click
Dim ordersEdi