Page Menu
Home
desp's stash
Search
Configure Global Search
Log In
Files
F527272
DonateGui.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
DonateGui.h
View Options
#pragma once
#include
<windows.h>
#include
"resource.h"
// WTL
#include
<atlbase.h> // base ATL classes
#include
<atlapp.h> // base WTL classes
#include
<atlwin.h> // ATL GUI classes
#include
<atlcrack.h> // WTL enhanced msg map macros
#include
<atlctrls.h> // WTL controls
#include
<atlddx.h> // WTL dialog data exchange
class
DonateGui
:
public
CDialogImpl
<
DonateGui
>
,
public
CWinDataExchange
<
DonateGui
>
{
public
:
enum
{
IDD
=
IDD_DLG_DONATE
};
BEGIN_DDX_MAP
(
DonateGui
)
DDX_CONTROL_HANDLE
(
IDC_STATIC_DONATEINFO
,
DonateInfo
)
END_DDX_MAP
()
BEGIN_MSG_MAP
(
DonateGui
)
MSG_WM_INITDIALOG
(
OnInitDialog
)
MSG_WM_CLOSE
(
OnClose
)
COMMAND_ID_HANDLER_EX
(
IDC_BUTTON_COPYBTC
,
CopyBtcAddress
)
COMMAND_ID_HANDLER_EX
(
IDOK
,
OnExit
)
COMMAND_ID_HANDLER_EX
(
IDCANCEL
,
OnExit
)
END_MSG_MAP
()
protected
:
// Controls
CStatic
DonateInfo
;
// Texts
static
const
WCHAR
TEXT_DONATE
[];
protected
:
// Message handlers
void
CopyBtcAddress
(
UINT
uNotifyCode
,
int
nID
,
CWindow
wndCtl
);
BOOL
OnInitDialog
(
CWindow
wndFocus
,
LPARAM
lInitParam
);
void
OnClose
();
void
OnExit
(
UINT
uNotifyCode
,
int
nID
,
CWindow
wndCtl
);
};
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Wed, Jan 7, 1:49 PM (8 h, 3 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
90/33/ae6524165c87651ad4688d5486f3
Attached To
rSCY Scylla
Event Timeline
Log In to Comment