home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / mfc / src / l.esp / indicate.rc next >
Text File  |  1998-06-17  |  1KB  |  36 lines

  1. // indicate.rc : RC file for all standard AFX status indicators
  2. //
  3. // This is a part of the Microsoft Foundation Classes C++ library.
  4. // Copyright (C) 1992-1998 Microsoft Corporation
  5. // All rights reserved.
  6. //
  7. // This source code is only intended as a supplement to the
  8. // Microsoft Foundation Classes Reference and related
  9. // electronic documentation provided with the library.
  10. // See these sources for detailed information regarding the
  11. // Microsoft Foundation Classes product.
  12.  
  13. #define APSTUDIO_READONLY_SYMBOLS
  14. #include "afxres.h"
  15. #undef APSTUDIO_READONLY_SYMBOLS
  16.  
  17. #ifdef APSTUDIO_INVOKED
  18. // This resource will prevent the App Studio user from saving this file
  19. 1 TEXTINCLUDE DISCARDABLE
  20. BEGIN
  21. "< No se pueden cambiar recursos MFC estßndar. >\0"
  22. END
  23. #endif    // APSTUDIO_INVOKED
  24.  
  25.  
  26. STRINGTABLE DISCARDABLE
  27. BEGIN
  28.     ID_INDICATOR_EXT,           "EXT"
  29.     ID_INDICATOR_CAPS,          "MAY"           // supported
  30.     ID_INDICATOR_NUM,           "NUM"           // supported
  31.     ID_INDICATOR_SCRL,          "DESP"          // supported
  32.     ID_INDICATOR_OVR,           "SOB"
  33.     ID_INDICATOR_REC,           "GRB"
  34.     ID_INDICATOR_KANA,          "KANA"
  35. END
  36.