代码搜索:WithEvents
找到约 1,631 项符合「WithEvents」的源代码
代码结果 1,631
www.eeworm.com/read/123603/14621504
vb main.vb
Public Class Form1
Inherits System.Windows.Forms.Form
#Region " Windows 窗体设计器生成的代码 "
Public Sub New()
MyBase.New()
'该调用是 Windows 窗体设计器所必需的。
InitializeCompon
www.eeworm.com/read/123603/14621545
vb form7.vb
Public Class Form7
Inherits System.Windows.Forms.Form
#Region " Windows 窗体设计器生成的代码 "
Public Sub New()
MyBase.New()
'该调用是 Windows 窗体设计器所必需的。
InitializeCompon
www.eeworm.com/read/123586/14622717
vb form1.vb
Public Class Form1
Inherits System.Windows.Forms.Form
'// Private members
Private miComPort As Integer
Friend WithEvents btnOpenCom As System.Windows.Forms.Button
Friend WithEvents b
www.eeworm.com/read/123431/14634482
vb frmeditor.vb
Imports System.IO
Imports System.Drawing.Printing
'文件格式常数
Public Enum DocumentType
TXTDocument
RTFDocument
End Enum
Public Class frmEditor
Inherits System.Windows.Forms.Form
www.eeworm.com/read/122352/14698814
vb form1.vb
Imports System.DirectoryServices
Public Class Form1
Inherits System.Windows.Forms.Form
#Region " Windows 窗体设计器生成的代码 "
Public Sub New()
MyBase.New()
'该调用是 Window
www.eeworm.com/read/221850/14718314
vb form1.designer.vb
_
Partial Class Form1
Inherits System.Windows.Forms.Form
'Form 覆寫 Dispose 以清除元件清單。
www.eeworm.com/read/121540/14752456
lng vb.lng
# Lexer - VB in this case
Lexer=8
Keywords0=and begin case call continue do each else elseif end erase error event exit false for function get gosub goto if implement in load loop lset me mid new ne
www.eeworm.com/read/121540/14752460
bak vb.lng.bak
# Lexer - VB in this case
Lexer=8
Keywords0=and begin case call continue do each else elseif end erase error event exit false for function get gosub goto if implement in load loop lset me mid new ne
www.eeworm.com/read/119898/14817614
vb form4.vb
'引用名称空间
Imports System.Data
Imports System.Data.OleDb
Public Class Form4
Inherits System.Windows.Forms.Form
'n是添加或者修改的状态参数
Dim n As Integer = 0
'ncommand是SQL命令
Dim ncommand
www.eeworm.com/read/119898/14817642
vb form1.vb
Public Class Form1
Inherits System.Windows.Forms.Form
#Region " Windows 窗体设计器生成的代码 "
Public Sub New()
MyBase.New()
'该调用是 Windows 窗体设计器所必需的。
InitializeCompon