Page Menu
Home
desp's stash
Search
Configure Global Search
Log In
Files
F645936
AboutGui.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
776 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
(
IDCANCEL
,
OnCancel
)
END_MSG_MAP
()
protected
:
// Controls
CStatic
StaticTitle
;
CStatic
StaticAbout
;
// Handles
CFontHandle
FontBold
;
protected
:
// Message handlers
BOOL
OnInitDialog
(
CWindow
wndFocus
,
LPARAM
lInitParam
);
void
OnCancel
(
UINT
uNotifyCode
,
int
nID
,
CWindow
wndCtl
);
};
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Mon, May 11, 6:01 AM (1 d, 4 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
7c/86/b3fa4b4dfb22f12fbde4e37002d6
Attached To
rSCY Scylla
Event Timeline
Log In to Comment