代码搜索结果

找到约 85,229 项符合 Sender 的代码

pageerror.aspx

void Page_Error (Object sender , EventArgs e) { Response.Write( "Sorry, there was an error:" ); Response.Write( "" ); Response.Write( "Ug

applicationlogic.aspx

void Button_Click(Object sender , EventArgs e) { lblMessage.Text="Hello World!!"; }

pageevents.aspx

void Page_Init(Object sender , EventArgs e) { lblMessage.Text += " Init event"; } void Page_Load(Object sender , EventArgs e) { lblM

aboutform.vb

Public Class AboutForm Private Sub AboutBox1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load ' 设置此窗体的标题。 Dim ApplicationTitle As String

aboutform.vb

Public Class AboutForm Private Sub AboutBox1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load ' 设置此窗体的标题。 Dim ApplicationTitle As String

mainform.vb

Imports System.Runtime.Remoting Public Class MainForm '定义用户名 Dim User As String #Region " 菜单代码 " '退出代码 Private Sub ExitMenuItem_Click(ByVal sender As System.Object, ByVal e As

udata.pas

unit Udata; interface uses Windows, SysUtils, Classes, ADODB, DB; type TDataModule1 = class(TDataModule) ADOConnection1: TADOConnection; procedure DataModuleCreate(Sender: TObj

sender.cpp

// Sender.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "Sender.h" #include "SenderDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE stat

sender.h

// Sender.h : main header file for the SENDER application // #if !defined(AFX_SENDER_H__F071E7C5_6DA0_11D6_8F32_00E04CE76240__INCLUDED_) #define AFX_SENDER_H__F071E7C5_6DA0_11D6_8F32_00E04CE76240

sender.clw

; CLW file contains information for the MFC ClassWizard [General Info] Version=1 LastClass=CSenderDlg LastTemplate=CDialog NewFileInclude1=#include "stdafx.h" NewFileInclude2=#include "Sender.