home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c083 / 19.ddi / OWLINC.PAK / STATUSBA.RC < prev    next >
Encoding:
Text File  |  1993-12-02  |  975 b   |  28 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows - (C) Copyright 1992, 1993 by Borland International
  3. //   include\owl\statusba.rc
  4. //   Resources to use with TStatusBar.
  5. //----------------------------------------------------------------------------
  6.  
  7. #define IDS_MODES  32530
  8.  
  9. #if defined(RC_INVOKED)
  10. #if !defined(NO_IDS_STATUSBAR) && !defined(__IDS_STATUSBAR)
  11. #define __IDS_STATUSBAR
  12. STRINGTABLE
  13. BEGIN
  14.   IDS_MODES      "EXT|CAPS|NUM|SCRL|OVR|REC"
  15.   SC_SIZE,       "Changes the size of the window"
  16.   SC_MOVE,       "Moves the window to another position"
  17.   SC_MINIMIZE,   "Reduces the window to an icon"
  18.   SC_MAXIMIZE,   "Enlarges the window to it maximum size"
  19.   SC_RESTORE,    "Restores the window to its previous size"
  20.   SC_CLOSE,      "Closes the window"
  21.   SC_TASKLIST,   "Opens task list"
  22.   SC_NEXTWINDOW, "Switches to next window"
  23. END
  24. #endif
  25. #undef NO_IDS_STATUSBAR
  26.  
  27. #endif  // defined(RC_INVOKED)
  28.