home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / samples / ioc / tbar2 / tbar2.rc < prev    next >
Encoding:
Text File  |  1996-02-22  |  3.0 KB  |  71 lines

  1. //********************************************************************
  2. // This file was produced using Visual Age C++ IRCC
  3. //
  4. //
  5. //
  6. //  This file was read from tbar2.rcx  (OS/2 .rc file)  and converted to 
  7. //    Windows .rc file.
  8. //********************************************************************
  9. #include <icconst.h>
  10. #include "tbar2.h"
  11. ID_MAIN_WINDOW    ICON       tbar2.ico
  12.  
  13. ID_MAIN_WINDOW  MENUEX  
  14.   BEGIN
  15.     POPUP     "&File"                    ,  ID_FILE
  16.       BEGIN
  17.         MENUITEM  "&Open..."                 ,  IC_ID_OPEN
  18.         MENUITEM  "&Save as..."              ,  IC_ID_SAVE
  19.       END
  20.     POPUP     "&Edit"                    ,  ID_EDIT
  21.       BEGIN
  22.         MENUITEM  "&Copy"                    ,  IC_ID_COPY
  23.         MENUITEM  "Cu&t"                     ,  IC_ID_CUT
  24.         MENUITEM  "&Paste"                   ,  IC_ID_PASTE
  25.       END
  26.     POPUP     "&Options"                 ,  ID_OPTIONS
  27.       BEGIN
  28.         MENUITEM  "&Toolbars..."             ,  ID_TOOLBARS
  29.         MENUITEM  "&Font..."                 ,  ID_FONT
  30.       END
  31.   END
  32.  
  33. STRINGTABLE    PRELOAD
  34.   BEGIN
  35.     ID_MAIN_WINDOW                ,    "Tool Bar Sample 2"
  36.     ID_FILE                       ,    "File"
  37.     ID_EDIT                       ,    "Edit"
  38.     ID_FONT                       ,    "Font"
  39.     ID_TOOLBARS                   ,    "Toolbars"
  40.     ID_LOCATION                   ,    "Location"
  41.     ID_TOP                        ,    "Top"
  42.     ID_LEFT                       ,    "Left"
  43.     ID_BOTTOM                     ,    "Bottom"
  44.     ID_RIGHT                      ,    "Right"
  45.     ID_FLOATING                   ,    "Floating"
  46.     ID_HIDDEN                     ,    "Hidden"
  47.     IC_ID_OPEN                    ,    "Open"
  48.     IC_ID_SAVE                    ,    "Save"
  49.     IC_ID_CUT                     ,    "Cut"
  50.     IC_ID_COPY                    ,    "Copy"
  51.     IC_ID_PASTE                   ,    "Paste"
  52.     IC_ID_BOLD                    ,    "Bold"
  53.     IC_ID_ITALIC                  ,    "Italic"
  54.     IC_ID_UNDERSCORE              ,    "Underscore"
  55.     ID_FONTCOMBO                  ,    "Select font"
  56.     ID_GROUP                      ,    "Group with other toolbars"
  57.     ID_VIEW                       ,    "View"
  58.     ID_BITMAP                     ,    "Bitmap"
  59.     ID_TEXT                       ,    "Text"
  60.     ID_BITMAP_AND_TEXT            ,    "Bitmap and text"
  61.     OFFSET_INFOTEXT+IC_ID_OPEN    ,    "Open on a file."
  62.     OFFSET_INFOTEXT+IC_ID_SAVE    ,    "Saves the document."
  63.     OFFSET_INFOTEXT+IC_ID_CUT     ,    "Removes the marked text and places it on the clipboard."
  64.     OFFSET_INFOTEXT+IC_ID_COPY    ,    "Copies the marked text to the clipboard."
  65.     OFFSET_INFOTEXT+IC_ID_PASTE   ,    "Pastes the text from the clipboard at the cursor."
  66.     OFFSET_INFOTEXT+IC_ID_BOLD    ,    "Changes the text to Bold."
  67.     OFFSET_INFOTEXT+IC_ID_ITALIC  ,    "Changes the text to Italic."
  68.     OFFSET_INFOTEXT+IC_ID_UNDERSCORE,    "Changes the text to Underscore."
  69.     OFFSET_INFOTEXT+ID_FONTCOMBO  ,    "Combo-box to select a new font."
  70.   END
  71.