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

  1. //********************************************************************
  2. // This file was produced using Visual Age C++ IRCC
  3. //
  4. //
  5. //
  6. //  This file was read from dmsamp3.rcx  (OS/2 .rc file)  and converted to 
  7. //    Windows .rc file.
  8. //********************************************************************
  9. #include "dmsamp3.h"
  10. WND_SOURCE        ICON      LOADONCALL   dmsamp3.ico
  11. WND_TARGET        ICON      LOADONCALL   dmsamp3.ico
  12. DEFAULT           ICON      LOADONCALL   win100.ico
  13. APPLE             ICON      LOADONCALL   apple.ico
  14. BOLT              ICON      LOADONCALL   bolt.ico
  15. CAR               ICON      LOADONCALL   car.ico
  16. SPACE             ICON      LOADONCALL   space.ico
  17. STARFLEET         ICON      LOADONCALL   starflee.ico
  18.  
  19. STRINGTABLE
  20.   BEGIN
  21.     ID_JOB1                       ,    "Physicist"
  22.     ID_JOB2                       ,    "Technician"
  23.     ID_JOB3                       ,    "Auto Racer"
  24.     ID_JOB4                       ,    "Space Alien"
  25.     ID_JOB5                       ,    "Captain"
  26.     STR_ITEM_11                   ,    "Auto Racer"
  27.     STR_ITEM_12                   ,    "Al Uncer"
  28.     STR_ITEM_13                   ,    "Le Mans, France"
  29.     STR_ITEM_14                   ,    "(919) 555-1234"
  30.     STR_ITEM_21                   ,    "Astronaut"
  31.     STR_ITEM_22                   ,    "E. T."
  32.     STR_ITEM_23                   ,    "Pirx the Pilot"
  33.     STR_ITEM_24                   ,    "(919) 555-4321"
  34.     STR_ITEM_31                   ,    "Technician"
  35.     STR_ITEM_32                   ,    "Joe Blow"
  36.     STR_ITEM_33                   ,    "The Sky"
  37.     STR_ITEM_34                   ,    "(919) 555-4321"
  38.     STR_ITEM_41                   ,    "Captain"
  39.     STR_ITEM_42                   ,    "J. L. Picard"
  40.     STR_ITEM_43                   ,    "Starfleet"
  41.     STR_ITEM_44                   ,    "(919) 555-1212"
  42.     TITLE_SOURCE                  ,    "Direct Manipulation - Source Container"
  43.     TITLE_TARGET                  ,    "Direct Manipulation - Target Container"
  44.   END
  45.