home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // ObjectWindows
- // Copyright (c) 1992, 1996 by Borland International, All Rights Reserved
- //
- //$Revision: 10.2 $
- //
- // Resources to use with TStatusBar.
- //----------------------------------------------------------------------------
-
- #include <owl/statusba.rh>
-
- #if defined(RC_INVOKED)
-
- #if !defined(NO_IDS_STATUSBAR) && !defined(__IDS_STATUSBAR)
- #define __IDS_STATUSBAR
- STRINGTABLE
- {
- IDS_MODES "EXT|CAPS|NUM|SCRL|OVR|REC"
- IDS_MODESOFF " | | | | | "
- }
- STRINGTABLE
- {
- SC_SIZE-1, "Commands for manipulating this and other windows"
- SC_SIZE, "Resize this window"
- SC_MOVE, "Move the window to a different screen location"
- SC_MINIMIZE, "Collapse this window to an icon"
- SC_MAXIMIZE, "Expand this window to full screen size"
- SC_NEXTWINDOW, "Switch to next window"
- SC_PREVWINDOW, "Switch to previous window"
- SC_CLOSE, "Close this window"
- SC_RESTORE, "Restore this window to normal size"
- SC_TASKLIST, "Switch to another task"
- }
- #endif
- #undef NO_IDS_STATUSBAR
-
- #endif // defined(RC_INVOKED)
-