1
0

indicate.rc 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  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. #define APSTUDIO_READONLY_SYMBOLS
  13. #include "afxres.h"
  14. #undef APSTUDIO_READONLY_SYMBOLS
  15. #ifdef APSTUDIO_INVOKED
  16. // This resource will prevent the App Studio user from saving this file
  17. 1 TEXTINCLUDE DISCARDABLE
  18. BEGIN
  19. "< Cannot change standard MFC resources! >\0"
  20. END
  21. #endif // APSTUDIO_INVOKED
  22. STRINGTABLE DISCARDABLE
  23. BEGIN
  24. ID_INDICATOR_EXT, "EXT"
  25. ID_INDICATOR_CAPS, "CAP" // supported
  26. ID_INDICATOR_NUM, "NUM" // supported
  27. ID_INDICATOR_SCRL, "SCRL" // supported
  28. ID_INDICATOR_OVR, "OVR"
  29. ID_INDICATOR_REC, "REC"
  30. ID_INDICATOR_KANA, "KANA"
  31. END