home *** CD-ROM | disk | FTP | other *** search
- //********************************************************************
- // This file was produced using Visual Age C++ IRCC
- //
- //
- //
- // This file was read from tbar2.rcx (OS/2 .rc file) and converted to
- // Windows .rc file.
- //********************************************************************
- #include <icconst.h>
- #include "tbar2.h"
- ID_MAIN_WINDOW ICON tbar2.ico
-
- ID_MAIN_WINDOW MENUEX
- BEGIN
- POPUP "&File" , ID_FILE
- BEGIN
- MENUITEM "&Open..." , IC_ID_OPEN
- MENUITEM "&Save as..." , IC_ID_SAVE
- END
- POPUP "&Edit" , ID_EDIT
- BEGIN
- MENUITEM "&Copy" , IC_ID_COPY
- MENUITEM "Cu&t" , IC_ID_CUT
- MENUITEM "&Paste" , IC_ID_PASTE
- END
- POPUP "&Options" , ID_OPTIONS
- BEGIN
- MENUITEM "&Toolbars..." , ID_TOOLBARS
- MENUITEM "&Font..." , ID_FONT
- END
- END
-
- STRINGTABLE PRELOAD
- BEGIN
- ID_MAIN_WINDOW , "Tool Bar Sample 2"
- ID_FILE , "File"
- ID_EDIT , "Edit"
- ID_FONT , "Font"
- ID_TOOLBARS , "Toolbars"
- ID_LOCATION , "Location"
- ID_TOP , "Top"
- ID_LEFT , "Left"
- ID_BOTTOM , "Bottom"
- ID_RIGHT , "Right"
- ID_FLOATING , "Floating"
- ID_HIDDEN , "Hidden"
- IC_ID_OPEN , "Open"
- IC_ID_SAVE , "Save"
- 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"
- ID_GROUP , "Group with other toolbars"
- ID_VIEW , "View"
- ID_BITMAP , "Bitmap"
- ID_TEXT , "Text"
- ID_BITMAP_AND_TEXT , "Bitmap and text"
- OFFSET_INFOTEXT+IC_ID_OPEN , "Open on a file."
- OFFSET_INFOTEXT+IC_ID_SAVE , "Saves the document."
- 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
-