123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- // Microsoft Visual C++ generated resource script.
- //
- #include "resource.h"
- #define APSTUDIO_READONLY_SYMBOLS
- /////////////////////////////////////////////////////////////////////////////
- //
- // Generated from the TEXTINCLUDE 2 resource.
- //
- #include "afxres.h"
- /////////////////////////////////////////////////////////////////////////////
- #undef APSTUDIO_READONLY_SYMBOLS
- /////////////////////////////////////////////////////////////////////////////
- // English (U.S.) resources
- #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
- #ifdef _WIN32
- LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
- #pragma code_page(1252)
- #endif //_WIN32
- #ifdef APSTUDIO_INVOKED
- /////////////////////////////////////////////////////////////////////////////
- //
- // TEXTINCLUDE
- //
- 1 TEXTINCLUDE
- BEGIN
- "resource.h\0"
- END
- 2 TEXTINCLUDE
- BEGIN
- "#include ""afxres.h""\r\n"
- "\0"
- END
- 3 TEXTINCLUDE
- BEGIN
- "#include ""version.rc2""\r\n"
- "\0"
- END
- #endif // APSTUDIO_INVOKED
- #endif // English (U.S.) resources
- /////////////////////////////////////////////////////////////////////////////
- /////////////////////////////////////////////////////////////////////////////
- // English (U.K.) resources
- #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENG)
- #ifdef _WIN32
- LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK
- #pragma code_page(1252)
- #endif //_WIN32
- /////////////////////////////////////////////////////////////////////////////
- //
- // TEXT
- //
- IDR_TAGZ_TEXT TEXT "tagz.txt"
- /////////////////////////////////////////////////////////////////////////////
- //
- // String Table
- //
- STRINGTABLE
- BEGIN
- 65535 "{D40620FB-E44B-47b3-98EE-8E5A089C0C94}"
- END
- STRINGTABLE
- BEGIN
- IDS_INTERNAL_ERROR "internal error"
- IDS_UNKNOWN_FUNCTION "[UNKNOWN FUNCTION]"
- IDS_SYNTAX_ERROR_IN_STRING "[SYNTAX ERROR IN FORMATTING STRING]"
- IDS_INVALID_IF_SYNTAX "[INVALID $IF SYNTAX]"
- IDS_INVALID_IFLONGER_SYNTAX "[INVALID $IFLONGER SYNTAX]"
- IDS_INVALID_IFGREATER_SYNTAX "[INVALID $IFGREATER SYNTAX]"
- END
- #endif // English (U.K.) resources
- /////////////////////////////////////////////////////////////////////////////
- #ifndef APSTUDIO_INVOKED
- /////////////////////////////////////////////////////////////////////////////
- //
- // Generated from the TEXTINCLUDE 3 resource.
- //
- #include "version.rc2"
- /////////////////////////////////////////////////////////////////////////////
- #endif // not APSTUDIO_INVOKED
|