home *** CD-ROM | disk | FTP | other *** search
- //********************************************************************
- // This file was produced using Visual Age C++ IRCC
- //
- //
- //
- // This file was read from tbar1.rcx (OS/2 .rc file) and converted to
- // Windows .rc file.
- //********************************************************************
- #include <icconst.h>
- #include "tbar1.h"
- ID_MAIN_WINDOW ICON tbar1.ico
-
- ID_MAIN_WINDOW MENUEX
- BEGIN
- POPUP "&Edit" , ID_EDIT
- BEGIN
- MENUITEM "&Copy" , IC_ID_COPY
- MENUITEM "Cu&t" , IC_ID_CUT
- MENUITEM "&Paste" , IC_ID_PASTE
- END
- POPUP "&Toolbar" , ID_TOOLBAR
- BEGIN
- MENUITEM "Show &bitmaps only" , ID_SHOWBITMAPS
- MENUITEM "Show &text only" , ID_SHOWTEXT
- MENUITEM "Show text &and bitmaps" , ID_SHOWTEXTANDBITMAPS
- MENUITEM SEPARATOR
- MENUITEM "Top" , ID_TOOLBAR_TOP
- MENUITEM "Bottom" , ID_TOOLBAR_BOTTOM
- MENUITEM "Left" , ID_TOOLBAR_LEFT
- MENUITEM "Right" , ID_TOOLBAR_RIGHT
- MENUITEM "Floating" , ID_TOOLBAR_FLOATING
- END
- END
-
- STRINGTABLE PRELOAD
- BEGIN
- STR_TOOLBAR , "Toolbar"
- ID_MAIN_WINDOW , "Tool Bar Sample 1"
- IC_ID_CUT , "Cut"
- IC_ID_COPY , "Copy"
- IC_ID_PASTE , "Paste"
- IC_ID_BOLD , "Bold"
- IC_ID_ITALIC , "Italic"
- IC_ID_UNDERSCORE , "Underscore"
- ID_FONTCOMBO , "Select font"
- OFFSET_INFOTEXT+IC_ID_CUT , "Removes the marked text and places it on the clipboard."
- OFFSET_INFOTEXT+IC_ID_COPY , "Copies the marked text to the clipboard."
- OFFSET_INFOTEXT+IC_ID_PASTE , "Pastes the text from the clipboard at the cursor."
- OFFSET_INFOTEXT+IC_ID_BOLD , "Changes the text to Bold."
- OFFSET_INFOTEXT+IC_ID_ITALIC , "Changes the text to Italic."
- OFFSET_INFOTEXT+IC_ID_UNDERSCORE, "Changes the text to Underscore."
- OFFSET_INFOTEXT+ID_FONTCOMBO , "Combo-box to select a new font."
- END
-