home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c480 / 20.ddi / MFC / SAMPLES / APSTUDIO / INDICATE.RC_ / INDICATE.RC
Encoding:
Text File  |  1993-02-08  |  616 b   |  26 lines

  1. // RC file for all standard AFX status indicators
  2.  
  3. #define APSTUDIO_READONLY_SYMBOLS
  4. #include "afxres.h"
  5. #undef APSTUDIO_READONLY_SYMBOLS
  6.  
  7. #ifdef APSTUDIO_INVOKED
  8. // This resource will prevent the App Studio user from saving this file
  9. 1 TEXTINCLUDE DISCARDABLE 
  10. BEGIN
  11. "Cannot change standard MFC resources.\0"
  12. END
  13. #endif    // APSTUDIO_INVOKED
  14.  
  15.  
  16. STRINGTABLE DISCARDABLE
  17. BEGIN
  18.     ID_INDICATOR_EXT,            "EXT"
  19.     ID_INDICATOR_CAPS,            "CAP"            // supported
  20.     ID_INDICATOR_NUM,            "NUM"            // supported
  21.     ID_INDICATOR_SCRL,            "SCRL"            // supported
  22.     ID_INDICATOR_OVR,            "OVR"
  23.     ID_INDICATOR_REC,            "REC"
  24. END
  25.  
  26.