代码搜索:VB
找到约 10,000 项符合「VB」的源代码
代码结果 10,000
www.eeworm.com/read/387267/8697472
vb modifypaper.vb
Option Strict Off
Option Explicit On
Imports VB = Microsoft.VisualBasic
Friend Class frmModifyPaper
Inherits System.Windows.Forms.Form
#Region "Windows 窗体设计器生成的代码"
Public Sub New()
MyBase.N
www.eeworm.com/read/387267/8697475
vb frmcheck.vb
Option Strict Off
Option Explicit On
Friend Class frmCheck
Inherits System.Windows.Forms.Form
#Region "Windows 窗体设计器生成的代码"
Public Sub New()
MyBase.New()
If m_vb6FormDefInstance Is Nothing
www.eeworm.com/read/387267/8697494
vb querrys.vb
Option Strict Off
Option Explicit On
Friend Class frmQuerryS
Inherits System.Windows.Forms.Form
#Region "Windows 窗体设计器生成的代码"
Public Sub New()
MyBase.New()
If m_vb6FormDefInstance Is Nothi
www.eeworm.com/read/387267/8697500
vb frmadmin.vb
Option Strict Off
Option Explicit On
Friend Class frmAdmin
Inherits System.Windows.Forms.Form
#Region "Windows 窗体设计器生成的代码"
Public Sub New()
MyBase.New()
If m_vb6FormDefInstance Is Nothing
www.eeworm.com/read/387267/8697506
vb frmlogin.vb
Option Strict Off
Option Explicit On
Friend Class frmLogin
Inherits System.Windows.Forms.Form
#Region "Windows 窗体设计器生成的代码"
Public Sub New()
MyBase.New()
If m_vb6FormDefInstance Is Nothing
www.eeworm.com/read/387267/8697528
vb qestionpaper.vb
Option Strict Off
Option Explicit On
Friend Class QestionPaper
Private mvarFillingNum As Integer
Private mvarRightWrongNum As Integer
Private mvarSingleSelNum As Integer
Private mvarMulti
www.eeworm.com/read/387267/8697534
vb assemblyinfo.vb
Imports System.Reflection
Imports System.Runtime.CompilerServices
Imports System.Runtime.InteropServices
' 有关程序集的常规信息是通过下列
' 属性集控制的。更改这些属性值可
' 修改与程序集关联的信息。
' TODO: 检查程序集的属性值
www.eeworm.com/read/387267/8697546
vb frmresult.vb
Option Strict Off
Option Explicit On
Friend Class frmResult
Inherits System.Windows.Forms.Form
#Region "Windows 窗体设计器生成的代码"
Public Sub New()
MyBase.New()
If m_vb6FormDefInstance Is Nothin
www.eeworm.com/read/387267/8697562
vb dataenv.vb
Option Strict Off
Option Explicit On
Imports Microsoft.VisualBasic.Compatibility
Module DataEnvironment_DataEnv_Module
Friend DataEnv As DataEnvironment_DataEnv = New DataEnvironment_DataEnv()
www.eeworm.com/read/387267/8697570
vb main.vb
Option Strict Off
Option Explicit On
Module MainModule
Public Enum LogType
'定义本系统的用户为学生、教师和管理人员3类
student
teacher
administrator
End Enum
Public Enum QuestionType
OnErr = -1