2015-11-25 20:14:26 +00:00
|
|
|
#include "resource.h"
|
|
|
|
|
|
|
|
#define APSTUDIO_READONLY_SYMBOLS
|
|
|
|
#include "winres.h"
|
|
|
|
#undef APSTUDIO_READONLY_SYMBOLS
|
|
|
|
|
|
|
|
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
|
|
|
|
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|
|
|
#pragma code_page(1252)
|
|
|
|
|
|
|
|
#ifdef APSTUDIO_INVOKED
|
|
|
|
1 TEXTINCLUDE
|
|
|
|
BEGIN
|
|
|
|
"resource.h\0"
|
|
|
|
END
|
|
|
|
|
2017-06-11 06:29:31 +00:00
|
|
|
2 TEXTINCLUDE
|
2015-11-25 20:14:26 +00:00
|
|
|
BEGIN
|
|
|
|
"#include ""winres.h""\r\n"
|
|
|
|
"\0"
|
|
|
|
END
|
|
|
|
|
2017-06-11 06:29:31 +00:00
|
|
|
3 TEXTINCLUDE
|
2015-11-25 20:14:26 +00:00
|
|
|
BEGIN
|
|
|
|
"\r\n"
|
|
|
|
"\0"
|
|
|
|
END
|
2017-06-11 06:29:31 +00:00
|
|
|
#endif // APSTUDIO_INVOKED
|
2015-11-25 20:14:26 +00:00
|
|
|
|
2017-06-11 06:29:31 +00:00
|
|
|
MAINICON ICON "mask.ico"
|
|
|
|
#endif // English (United States) resources
|
2015-11-25 20:14:26 +00:00
|
|
|
|
|
|
|
#ifndef APSTUDIO_INVOKED
|
2015-12-06 21:46:42 +00:00
|
|
|
#include "Resource.rc2"
|
2017-06-11 06:29:31 +00:00
|
|
|
#endif // not APSTUDIO_INVOKED
|
2015-11-25 20:14:26 +00:00
|
|
|
|