代码搜索结果

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

sender2.txt

Sender put : 1 Sender put : 2 Receiver get : 1 Sender put : 3 Receiver get : 2 Sender put : 4 Receiver get : 3 Sender put : 5 Receiver get : 4 Receiver

sender1.txt

Sender put : 1 Sender put : 2 Receiver get : 1 Sender put : 3 Receiver get : 3 Sender put : 4 Receiver get : 4 Sender put : 5 Receiver get : 5 Receiver

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.

sender.rc

//Microsoft Developer Studio generated resource script. // #include "resource.h" #define APSTUDIO_READONLY_SYMBOLS /////////////////////////////////////////////////////////////////////////////

sender.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################

stdafx.cpp

// stdafx.cpp : source file that includes just the standard includes // Sender.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.h"

unitdll.pas

unit UnitDll; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs; type TForm1 = class(TForm) procedure FormClose(Sender: TObject; var Action: T

child2unit.pas

unit Child2Unit; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs; type TChildForm2 = class(TForm) procedure FormClose(Sender: TObject; var A