kjk / moriarty-sm

moriarty-sm / InfoMansp.rc2
100644 34 lines (24 sloc) 0.878 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
//
// InfoManSP.RC2 - resources Microsoft Visual C++ does not edit directly
//
 
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
 
 
/////////////////////////////////////////////////////////////////////////////
// Add manually edited resources here...
 
/////////////////////////////////////////////////////////////////////////////
//HI_RES_AWARE CEUX {1} // turn off the emulation layer
// Remove this resource to enable pixel-
// doubling on platforms that support it
/////////////////////////////////////////////////////////////////////////////
 
#ifdef IDC_STATIC
#undef IDC_STATIC
#endif
 
#include "resource.h"
 
 
IDR_DONE SHMENUBAR DISCARDABLE
BEGIN
    IDR_DONE,
    1,
    
    I_IMAGENONE, IDOK, TBSTATE_ENABLED, TBSTYLE_BUTTON | TBSTYLE_AUTOSIZE,
    IDS_DONE, 0, NOMENU
END