home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / winui / shell / regview / regview.rc < prev    next >
Encoding:
Text File  |  1997-08-27  |  2.6 KB  |  99 lines

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include "afxres.h"
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14.  
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (U.S.) resources
  17.  
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  19. #ifdef _WIN32
  20. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  21. #pragma code_page(1252)
  22. #endif //_WIN32
  23.  
  24. /////////////////////////////////////////////////////////////////////////////
  25. //
  26. // Icon
  27. //
  28.  
  29. // Icon with lowest ID value placed first to ensure application icon
  30. // remains consistent on all systems.
  31. IDI_REGVIEW             ICON    DISCARDABLE     "regview.ico"
  32. IDI_BINARY              ICON    DISCARDABLE     "binary.ico"
  33. IDI_FOLDER              ICON    DISCARDABLE     "folder.ico"
  34. IDI_FOLDEROPEN          ICON    DISCARDABLE     "folderop.ico"
  35. IDI_STRING              ICON    DISCARDABLE     "string.ico"
  36.  
  37. #ifdef APSTUDIO_INVOKED
  38. /////////////////////////////////////////////////////////////////////////////
  39. //
  40. // TEXTINCLUDE
  41. //
  42.  
  43. 1 TEXTINCLUDE DISCARDABLE 
  44. BEGIN
  45.     "resource.h\0"
  46. END
  47.  
  48. 2 TEXTINCLUDE DISCARDABLE 
  49. BEGIN
  50.     "#include ""afxres.h""\r\n"
  51.     "\0"
  52. END
  53.  
  54. 3 TEXTINCLUDE DISCARDABLE 
  55. BEGIN
  56.     "\r\n"
  57.     "\0"
  58. END
  59.  
  60. #endif    // APSTUDIO_INVOKED
  61.  
  62.  
  63. /////////////////////////////////////////////////////////////////////////////
  64. //
  65. // String Table
  66. //
  67.  
  68. STRINGTABLE DISCARDABLE 
  69. BEGIN
  70.     IDS_REGISTRY_TITLE      "Registry: "
  71.     IDS_MI_REGISTRY         "&Registry"
  72.     IDS_MI_VIEW_KEYS        "&View Registry Keys"
  73.     IDS_TB_VIEW_KEYS        "View Registry Keys"
  74.     IDS_MI_VIEW_IDW         "Show &Docking Window"
  75.     IDS_TB_VIEW_IDW         "Show Docking Window"
  76.     IDS_COLUMN1             "Name"
  77.     IDS_COLUMN2             "Data"
  78.     IDS_DEFAULT             "(Default)"
  79.     IDS_NODATA              "(value not set)"
  80.     IDS_KEY                 "(key)"
  81.     IDS_MI_FILEITEM         "&Registry File Item"
  82. END
  83.  
  84. #endif    // English (U.S.) resources
  85. /////////////////////////////////////////////////////////////////////////////
  86.  
  87.  
  88.  
  89. #ifndef APSTUDIO_INVOKED
  90. /////////////////////////////////////////////////////////////////////////////
  91. //
  92. // Generated from the TEXTINCLUDE 3 resource.
  93. //
  94.  
  95.  
  96. /////////////////////////////////////////////////////////////////////////////
  97. #endif    // not APSTUDIO_INVOKED
  98.  
  99.