home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 May
/
Pcwk5b98.iso
/
Borland
/
Cplus45
/
BC45
/
OWLINC.PAK
/
STATUSBA.RC
< prev
next >
Wrap
Text File
|
1995-08-29
|
1KB
|
36 lines
//----------------------------------------------------------------------------
// ObjectWindows
// (C) Copyright 1992, 1994 by Borland International, All Rights Reserved
//
// 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)