代码搜索:VB
找到约 10,000 项符合「VB」的源代码
代码结果 10,000
www.eeworm.com/read/271310/4229544
vb frmcard.vb
Public Class frmCard
Inherits System.Windows.Forms.Form
#Region " Windows 窗体设计器生成的代码 "
Public Sub New()
MyBase.New()
'该调用是 Windows 窗体设计器所必需的。
InitializeComp
www.eeworm.com/read/271310/4229546
vb frmset.vb
Public Class frmSet
Inherits System.Windows.Forms.Form
#Region " Windows 窗体设计器生成的代码 "
Public Sub New()
MyBase.New()
'该调用是 Windows 窗体设计器所必需的。
InitializeCompone
www.eeworm.com/read/271310/4229547
vb main.vb
Module Main
Public Sub main()
Control.GetTime()
Dim fSet As New frmSet
fSet.StartPosition = Windows.Forms.FormStartPosition.CenterScreen
fSet.ShowDialog()
www.eeworm.com/read/271310/4229552
vb control.vb
Friend NotInheritable Class Control
Public Shared constr As String = "uid=sa;pwd=;database=systemdb;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=systemdb;Data Source=(loca
www.eeworm.com/read/271310/4229555
vb mainwin.vb
Public Class MainWin
Inherits System.Windows.Forms.Form
#Region " Windows 窗体设计器生成的代码 "
Public Sub New()
MyBase.New()
'该调用是 Windows 窗体设计器所必需的。
InitializeComp
www.eeworm.com/read/271310/4229556
vb passwdwin.vb
Public Class PasswdWin
Inherits System.Windows.Forms.Form
Private stat As Boolean
#Region " Windows 窗体设计器生成的代码 "
Public Sub New()
MyBase.New()
'该调用是 Windows 窗体设
www.eeworm.com/read/271310/4229558
vb assemblyinfo.vb
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' 程序集的常规信息通过下列
' 属性集控制。更改这些属性值可
' 修改与程序集关联的信息。
' 检查程序集的属性值
www.eeworm.com/read/271310/4229559
vb main.vb
Module Main
Public constr As String = "uid=sa;pwd=;database=systemdb;server="
Public mycon As New System.Data.SqlClient.SqlConnection(constr)
Public operid, opername, operiden, passwd A
www.eeworm.com/read/271310/4229560
vb addwin.vb
Public Class AddWin
Inherits System.Windows.Forms.Form
#Region " Windows 窗体设计器生成的代码 "
Public Sub New()
MyBase.New()
'该调用是 Windows 窗体设计器所必需的。
InitializeCompo
www.eeworm.com/read/271310/4229563
vb frmabout.vb
Public Class frmAbout
Inherits System.Windows.Forms.Form
#Region " Windows 窗体设计器生成的代码 "
Public Sub New()
MyBase.New()
'该调用是 Windows 窗体设计器所必需的。
InitializeCom