Page Menu
Home
desp's stash
Search
Configure Global Search
Log In
Files
F571715
AboutGui.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
820 B
Subscribers
None
AboutGui.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
class
AboutGui
:
public
CDialogImpl
<
AboutGui
>
{
public
:
enum
{
IDD
=
IDD_DLG_ABOUT
};
BEGIN_MSG_MAP
(
AboutGui
)
MSG_WM_INITDIALOG
(
OnInitDialog
)
COMMAND_ID_HANDLER_EX
(
IDC_BTN_ABOUT_OK
,
OnOK
)
COMMAND_ID_HANDLER_EX
(
IDCANCEL
,
OnCancel
)
END_MSG_MAP
()
protected
:
// Controls
CStatic
StaticAbout
;
protected
:
// Message handlers
BOOL
OnInitDialog
(
CWindow
wndFocus
,
LPARAM
lInitParam
);
void
OnOK
(
UINT
uNotifyCode
,
int
nID
,
CWindow
wndCtl
);
void
OnCancel
(
UINT
uNotifyCode
,
int
nID
,
CWindow
wndCtl
);
};
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Sun, Mar 1, 10:28 PM (1 d, 13 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
95/d4/8cb8e3a3bbe65f9f457c9f764e7d
Attached To
rSCY Scylla
Event Timeline
Log In to Comment