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

  1. //********************************************************************
  2. // This file was produced using Visual Age C++ IRCC
  3. //
  4. //
  5. //
  6. //  This file was read from acnr.rcx  (OS/2 .rc file)  and converted to 
  7. //    Windows .rc file.
  8. //********************************************************************
  9. #include "acnr.h"
  10. WND_MAIN          ICON       brazil.ico
  11. IBMLOGO           ICON       mesa.ico
  12. CLOGO             ICON       cpp2.ico
  13. WLOGO             ICON       wklogo.ICO
  14. OSLOGO            ICON       os2logo.ICO
  15.  
  16. STRINGTABLE
  17.   BEGIN
  18.     WND_MAIN                      ,    "Container Sample"
  19.     WND_DEPT                      ,    "CnrEx - Department View"
  20.     STR_CNRTITLE                  ,    "Company XYZ"
  21.     STR_ITEM_21                   ,    "Code Development"
  22.     STR_ITEM_22                   ,    "TUID"
  23.     STR_ITEM_23                   ,    "Building 71"
  24.     STR_ITEM_11                   ,    "OS/2 Development"
  25.     STR_ITEM_12                   ,    "TWPD"
  26.     STR_ITEM_13                   ,    "Building 71"
  27.     STR_ITEM_31                   ,    "Information Development"
  28.     STR_ITEM_32                   ,    "TP1D"
  29.     STR_ITEM_33                   ,    "Building 71"
  30.     STR_ITEM_41                   ,    "Quality Assurance"
  31.     STR_ITEM_42                   ,    "TECD"
  32.     STR_ITEM_43                   ,    "Building 71"
  33.     STR_ITEM_51                   ,    "AIX Development"
  34.     STR_ITEM_52                   ,    "TAIX"
  35.     STR_ITEM_53                   ,    "Building 71"
  36.     STR_ITEM_61                   ,    "Windows Development"
  37.     STR_ITEM_62                   ,    "TWIN"
  38.     STR_ITEM_63                   ,    "Building 71"
  39.     STR_DEPT                      ,    "Department Name"
  40.     STR_ICON                      ,    "Icon"
  41.     STR_ADDR                      ,    "Address"
  42.     STR_CODE                      ,    "Code"
  43.   END
  44.  
  45. ID_POPMENU  MENUEX  
  46.   BEGIN
  47.     MENUITEM  "Edit Record"              ,  MI_EDRECORD
  48.     MENUITEM  "Edit Name"                ,  MI_EDNAME
  49.     MENUITEM  "Edit Code"                ,  MI_EDCODE
  50.     MENUITEM  "Edit Address"             ,  MI_EDADDRESS
  51.   END
  52.  
  53. WND_MAIN  MENUEX  
  54.   BEGIN
  55.     POPUP     "Views"                    ,  ID_VIEWS
  56.       BEGIN
  57.         MENUITEM  "showTextView"             ,  ID_VTEXT
  58.         MENUITEM  "showFlowedTextView"       ,  ID_VFTEXT
  59.         MENUITEM  "showNameView"             ,  ID_VNAME
  60.         MENUITEM  "showFlowedNameView"       ,  ID_VFNAME
  61.         MENUITEM  "showDetailsView"          ,  ID_VDETAILS
  62.         MENUITEM  "showTreeIconView"         ,  ID_VTICON
  63.         MENUITEM  "showTreeTextView"         ,  ID_VTTEXT
  64.         MENUITEM  "showTreeNameView"         ,  ID_VTNAME
  65.         MENUITEM  "showIconView"             ,  ID_VICON
  66.         MENUITEM  "arrangeIconView"          ,  ID_VARRANGE
  67.       END
  68.     POPUP     "Edit"                     ,  MI_EDIT
  69.       BEGIN
  70.         MENUITEM  "select All objects"       ,  ID_MARKALL
  71.         MENUITEM  "deselect All objects"       ,  ID_UNMARKALL
  72.       END
  73.     POPUP     "Filters"                  ,  ID_FILTERS
  74.       BEGIN
  75.         MENUITEM  "Show Only level Selected"       ,  ID_FILTER1
  76.         MENUITEM  "Show All"                 ,  ID_FILTER2
  77.       END
  78.     POPUP     "Sort"                     ,  ID_SORTS
  79.       BEGIN
  80.         MENUITEM  "by Name"                  ,  ID_SORT1
  81.         MENUITEM  "by Code"                  ,  ID_SORT2
  82.       END
  83.   END
  84.