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

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