OLD | NEW |
1 // Microsoft Visual C++ generated resource script. | 1 // Microsoft Visual C++ generated resource script. |
2 // | 2 // |
3 #include "host_plugin_resource.h" | 3 #include "host_ui_resource.h" |
4 | 4 |
5 #define APSTUDIO_READONLY_SYMBOLS | 5 #define APSTUDIO_READONLY_SYMBOLS |
6 ///////////////////////////////////////////////////////////////////////////// | 6 ///////////////////////////////////////////////////////////////////////////// |
7 // | 7 // |
8 // Generated from the TEXTINCLUDE 2 resource. | 8 // Generated from the TEXTINCLUDE 2 resource. |
9 // | 9 // |
10 #include "winres.h" | 10 #include "winres.h" |
11 #include "constants.h" | 11 #include "constants.h" |
12 | 12 |
13 ///////////////////////////////////////////////////////////////////////////// | 13 ///////////////////////////////////////////////////////////////////////////// |
14 #undef APSTUDIO_READONLY_SYMBOLS | 14 #undef APSTUDIO_READONLY_SYMBOLS |
15 | 15 |
16 ///////////////////////////////////////////////////////////////////////////// | 16 ///////////////////////////////////////////////////////////////////////////// |
17 // English (U.S.) resources | 17 // English (U.S.) resources |
18 | 18 |
19 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) | 19 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) |
20 #ifdef _WIN32 | 20 #ifdef _WIN32 |
21 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US | 21 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US |
22 #pragma code_page(1252) | 22 #pragma code_page(1252) |
23 #endif //_WIN32 | 23 #endif //_WIN32 |
24 | 24 |
25 #ifdef APSTUDIO_INVOKED | 25 #ifdef APSTUDIO_INVOKED |
26 ///////////////////////////////////////////////////////////////////////////// | 26 ///////////////////////////////////////////////////////////////////////////// |
27 // | 27 // |
28 // TEXTINCLUDE | 28 // TEXTINCLUDE |
29 // | 29 // |
30 | 30 |
31 1 TEXTINCLUDE | 31 1 TEXTINCLUDE |
32 BEGIN | 32 BEGIN |
33 "host_plugin_resource.h\0" | 33 "host_ui_resource.h\0" |
34 END | 34 END |
35 | 35 |
36 2 TEXTINCLUDE | 36 2 TEXTINCLUDE |
37 BEGIN | 37 BEGIN |
38 "#include ""winres.h""\r\n" | 38 "#include ""winres.h""\r\n" |
39 "#include ""constants.h""\r\n" | 39 "#include ""constants.h""\r\n" |
40 "\0" | 40 "\0" |
41 END | 41 END |
42 | 42 |
43 #endif // APSTUDIO_INVOKED | 43 #endif // APSTUDIO_INVOKED |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
93 VERTGUIDE, 116 | 93 VERTGUIDE, 116 |
94 VERTGUIDE, 203 | 94 VERTGUIDE, 203 |
95 TOPMARGIN, 7 | 95 TOPMARGIN, 7 |
96 BOTTOMMARGIN, 52 | 96 BOTTOMMARGIN, 52 |
97 END | 97 END |
98 END | 98 END |
99 #endif // APSTUDIO_INVOKED | 99 #endif // APSTUDIO_INVOKED |
100 | 100 |
101 #endif // English (U.S.) resources | 101 #endif // English (U.S.) resources |
102 ///////////////////////////////////////////////////////////////////////////// | 102 ///////////////////////////////////////////////////////////////////////////// |
OLD | NEW |