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.

117 lines
2.6 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. #ifdef APSTUDIO_INVOKED
  20. /////////////////////////////////////////////////////////////////////////////
  21. //
  22. // TEXTINCLUDE
  23. //
  24. 1 TEXTINCLUDE DISCARDABLE
  25. BEGIN
  26. "resource.h\0"
  27. END
  28. 2 TEXTINCLUDE DISCARDABLE
  29. BEGIN
  30. "#include ""winres.h""\r\n"
  31. "\0"
  32. END
  33. 3 TEXTINCLUDE DISCARDABLE
  34. BEGIN
  35. "\r\n"
  36. "\0"
  37. END
  38. #endif // APSTUDIO_INVOKED
  39. /////////////////////////////////////////////////////////////////////////////
  40. //
  41. // Icon
  42. //
  43. // Icon with lowest ID value placed first to ensure application icon
  44. // remains consistent on all systems.
  45. IDI_TRAYICON ICON DISCARDABLE "rcontrol.ico"
  46. /////////////////////////////////////////////////////////////////////////////
  47. //
  48. // Menu
  49. //
  50. IDR_TRAYMENU MENU DISCARDABLE
  51. BEGIN
  52. POPUP "Tray Menu"
  53. BEGIN
  54. MENUITEM "Exit", ID_QUIT
  55. END
  56. END
  57. IDR_CLIENTMENU MENU DISCARDABLE
  58. BEGIN
  59. POPUP "&File"
  60. BEGIN
  61. MENUITEM "E&xit", ID_EXIT
  62. END
  63. POPUP "&Help"
  64. BEGIN
  65. MENUITEM "&About", ID_ABOUT
  66. END
  67. END
  68. #include <windows.h>
  69. #include <bldver.h>
  70. #define VER_FILETYPE VFT_APP
  71. #define VER_FILESUBTYPE VFT2_UNKNOWN
  72. #define VER_FILEDESCRIPTION_STR "Microsoft Remote Assistance\0"
  73. #define VER_INTERNALNAME_STR "RCIMLBY.EXE\0"
  74. #define VER_ORIGINALFILENAME_STR "RCIMLBY.EXE\0"
  75. #include <common.ver>
  76. /////////////////////////////////////////////////////////////////////////////
  77. //
  78. // String Table
  79. //
  80. STRINGTABLE DISCARDABLE
  81. BEGIN
  82. ID_QUIT "Exit and disconnect the remote user."
  83. ID_EXIT "Exit the application"
  84. ID_ABOUT "Show the about box"
  85. END
  86. STRINGTABLE DISCARDABLE
  87. BEGIN
  88. IDS_RA_NAME "Remote Assistance"
  89. END
  90. #endif // English (U.S.) resources
  91. /////////////////////////////////////////////////////////////////////////////