Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

78 lines
1.9 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #include "winres.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. #undef APSTUDIO_READONLY_SYMBOLS
  12. /////////////////////////////////////////////////////////////////////////////
  13. // English (U.S.) resources
  14. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  15. #ifdef _WIN32
  16. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  17. #pragma code_page(1252)
  18. #endif //_WIN32
  19. // /////////////////////////////////////////////////////////////////////////
  20. // version information
  21. #include <ntverp.h>
  22. #define VER_FILEDESCRIPTION_STR "TAPI File Recording Terminal"
  23. #define VER_INTERNALNAME_STR "FileRecordingTerminal.dll"
  24. #define VER_ORIGINALFILENAME_STR "FileRecordingTerminal.dll"
  25. #define VER_LEGALCOPYRIGHT_YEARS "2000"
  26. #define VER_FILETYPE VFT_STATIC_LIB
  27. #define VER_FILESUBTYPE VFT2_UNKNOWN
  28. #include <common.ver>
  29. #ifdef APSTUDIO_INVOKED
  30. /////////////////////////////////////////////////////////////////////////////
  31. //
  32. // TEXTINCLUDE
  33. //
  34. 1 TEXTINCLUDE DISCARDABLE
  35. BEGIN
  36. "resource.h\0"
  37. END
  38. 2 TEXTINCLUDE DISCARDABLE
  39. BEGIN
  40. "#include ""winres.h""\r\n"
  41. "\0"
  42. END
  43. #endif // APSTUDIO_INVOKED
  44. /////////////////////////////////////////////////////////////////////////////
  45. //
  46. // RGS
  47. //
  48. // IDR_FILE_RECORDING REGISTRY DISCARDABLE "FRecording.rgs"
  49. /////////////////////////////////////////////////////////////////////////////
  50. //
  51. // String Table
  52. //
  53. STRINGTABLE DISCARDABLE
  54. BEGIN
  55. IDS_TERMINAL_NAME "File Recording Terminal"
  56. END
  57. #endif // English (U.S.) resources
  58. /////////////////////////////////////////////////////////////////////////////