home *** CD-ROM | disk | FTP | other *** search
- //********************************************************************
- // This file was produced using Visual Age C++ IRCC
- //
- //
- //
- // This file was read from acnr.rcx (OS/2 .rc file) and converted to
- // Windows .rc file.
- //********************************************************************
- #include "acnr.h"
- WND_MAIN ICON brazil.ico
- IBMLOGO ICON mesa.ico
- CLOGO ICON cpp2.ico
- WLOGO ICON wklogo.ICO
- OSLOGO ICON os2logo.ICO
-
- STRINGTABLE
- BEGIN
- WND_MAIN , "Container Sample"
- WND_DEPT , "CnrEx - Department View"
- STR_CNRTITLE , "Company XYZ"
- STR_ITEM_21 , "Code Development"
- STR_ITEM_22 , "TUID"
- STR_ITEM_23 , "Building 71"
- STR_ITEM_11 , "OS/2 Development"
- STR_ITEM_12 , "TWPD"
- STR_ITEM_13 , "Building 71"
- STR_ITEM_31 , "Information Development"
- STR_ITEM_32 , "TP1D"
- STR_ITEM_33 , "Building 71"
- STR_ITEM_41 , "Quality Assurance"
- STR_ITEM_42 , "TECD"
- STR_ITEM_43 , "Building 71"
- STR_ITEM_51 , "AIX Development"
- STR_ITEM_52 , "TAIX"
- STR_ITEM_53 , "Building 71"
- STR_ITEM_61 , "Windows Development"
- STR_ITEM_62 , "TWIN"
- STR_ITEM_63 , "Building 71"
- STR_DEPT , "Department Name"
- STR_ICON , "Icon"
- STR_ADDR , "Address"
- STR_CODE , "Code"
- END
-
- ID_POPMENU MENUEX
- BEGIN
- MENUITEM "Edit Record" , MI_EDRECORD
- MENUITEM "Edit Name" , MI_EDNAME
- MENUITEM "Edit Code" , MI_EDCODE
- MENUITEM "Edit Address" , MI_EDADDRESS
- END
-
- WND_MAIN MENUEX
- BEGIN
- POPUP "Views" , ID_VIEWS
- BEGIN
- MENUITEM "showTextView" , ID_VTEXT
- MENUITEM "showFlowedTextView" , ID_VFTEXT
- MENUITEM "showNameView" , ID_VNAME
- MENUITEM "showFlowedNameView" , ID_VFNAME
- MENUITEM "showDetailsView" , ID_VDETAILS
- MENUITEM "showTreeIconView" , ID_VTICON
- MENUITEM "showTreeTextView" , ID_VTTEXT
- MENUITEM "showTreeNameView" , ID_VTNAME
- MENUITEM "showIconView" , ID_VICON
- MENUITEM "arrangeIconView" , ID_VARRANGE
- END
- POPUP "Edit" , MI_EDIT
- BEGIN
- MENUITEM "select All objects" , ID_MARKALL
- MENUITEM "deselect All objects" , ID_UNMARKALL
- END
- POPUP "Filters" , ID_FILTERS
- BEGIN
- MENUITEM "Show Only level Selected" , ID_FILTER1
- MENUITEM "Show All" , ID_FILTER2
- END
- POPUP "Sort" , ID_SORTS
- BEGIN
- MENUITEM "by Name" , ID_SORT1
- MENUITEM "by Code" , ID_SORT2
- END
- END
-