Page Menu
Home
desp's stash
Search
Configure Global Search
Log In
Files
F553840
AboutGui.cpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
607 B
Subscribers
None
AboutGui.cpp
View Options
#include
"AboutGui.h"
#include
"definitions.h"
BOOL
AboutGui
::
OnInitDialog
(
CWindow
wndFocus
,
LPARAM
lInitParam
)
{
StaticAbout
.
Attach
(
GetDlgItem
(
IDC_STATIC_ABOUT
));
StaticAbout
.
SetWindowText
(
TEXT
(
APPNAME
)
TEXT
(
" "
)
TEXT
(
ARCHITECTURE
)
TEXT
(
" "
)
TEXT
(
APPVERSION
)
TEXT
(
"
\n\n
"
)
TEXT
(
DEVELOPED
)
TEXT
(
"
\n\n\n
"
)
TEXT
(
CREDIT_DISTORM
)
TEXT
(
"
\n
"
)
TEXT
(
CREDIT_YODA
)
TEXT
(
"
\n\n
"
)
TEXT
(
GREETINGS
)
TEXT
(
"
\n\n\n
"
)
TEXT
(
VISIT
));
CenterWindow
();
return
TRUE
;
}
void
AboutGui
::
OnOK
(
UINT
uNotifyCode
,
int
nID
,
CWindow
wndCtl
)
{
EndDialog
(
0
);
}
void
AboutGui
::
OnCancel
(
UINT
uNotifyCode
,
int
nID
,
CWindow
wndCtl
)
{
EndDialog
(
0
);
}
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Mon, Feb 9, 4:27 PM (2 h, 42 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
ce/3b/b225c926549b0a3babfa768af62b
Attached To
rSCY Scylla
Event Timeline
Log In to Comment