home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 May / Pcwk5b98.iso / Borland / Cplus45 / BC45 / OWLINC.PAK / STATUSBA.RC < prev    next >
Text File  |  1995-08-29  |  1KB  |  36 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // (C) Copyright 1992, 1994 by Borland International, All Rights Reserved
  4. //
  5. //   Resources to use with TStatusBar.
  6. //----------------------------------------------------------------------------
  7.  
  8. #include <owl/statusba.rh>
  9.  
  10. #if defined(RC_INVOKED)
  11.  
  12. #if !defined(NO_IDS_STATUSBAR) && !defined(__IDS_STATUSBAR)
  13. #define __IDS_STATUSBAR
  14. STRINGTABLE
  15. {
  16.   IDS_MODES      "EXT|CAPS|NUM|SCRL|OVR|REC"
  17.   IDS_MODESOFF   "   |    |   |    |   |   "
  18. }
  19. STRINGTABLE
  20. {
  21.   SC_SIZE-1,     "Commands for manipulating this and other windows"
  22.   SC_SIZE,       "Resize this window"
  23.   SC_MOVE,       "Move the window to a different screen location"
  24.   SC_MINIMIZE,   "Collapse this window to an icon"
  25.   SC_MAXIMIZE,   "Expand this window to full screen size"
  26.   SC_NEXTWINDOW, "Switch to next window"
  27.   SC_PREVWINDOW, "Switch to previous window"
  28.   SC_CLOSE,      "Close this window"
  29.   SC_RESTORE,    "Restore this window to normal size"
  30.   SC_TASKLIST,   "Switch to another task"
  31. }
  32. #endif
  33. #undef NO_IDS_STATUSBAR
  34.  
  35. #endif  // defined(RC_INVOKED)
  36.