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