代码搜索:VB
找到约 10,000 项符合「VB」的源代码
代码结果 10,000
www.eeworm.com/read/187456/8638827
vb frminvoice.vb
Public Class FrmInvoice
Inherits System.Windows.Forms.Form
#Region " Windows Form Designer generated code "
Public Sub New()
MyBase.New()
'This call is required by t
www.eeworm.com/read/187456/8638832
vb tblstructure.vb
Option Strict Off
Public Class tblStructure
Friend Enum TColumnName As Integer
'ProductTble
etID = 0
etProductName = 1
etCategoryName = 2
etQuantityP
www.eeworm.com/read/187456/8638836
vb comprint.vb
Option Strict Off
Imports System.IO
Public Class CustomPrintDocument
Inherits System.Drawing.Printing.PrintDocument
Private dataToPrint As StreamReader
Public Sub CustomPrintDocumen
www.eeworm.com/read/187456/8638860
vb assemblyinfo.vb
'Copyright (C) 2002 Microsoft Corporation
'All rights reserved.
'THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER
'EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED
www.eeworm.com/read/187456/8638866
vb modcommon.vb
'Throw back from vb6 BAS module
Module CommonBAS
'Location of XML Files
Public m_AppPath As String = Application.StartupPath
'Connection paths / File locations
Public m_Parent
www.eeworm.com/read/187456/8638893
vb frmabout.vb
'Copyright (C) 2002 Microsoft Corporation
'All rights reserved.
'THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER
'EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED
www.eeworm.com/read/187456/8638918
vb frmmain.vb
'Copyright (C) 2002 Microsoft Corporation
'All rights reserved.
'THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER
'EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED
www.eeworm.com/read/187456/8638930
vb dscust.vb
'------------------------------------------------------------------------------
'
' This code was generated by a tool.
' Runtime Version: 1.0.3705.288
'
' Changes to
www.eeworm.com/read/431844/8649352
vb frmmain.vb
Friend Class FrmMain
Inherits System.Windows.Forms.Form
Private Sub lblDep_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles lblDep.Click
FrmDepMan.ShowD
www.eeworm.com/read/431844/8649356
vb frmdepman.vb
Imports VB = Microsoft.VisualBasic
Friend Class FrmDepMan
Inherits System.Windows.Forms.Form
Private Sub Cmd_Back_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Han