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

  1. /******************************************************************************
  2. * .FILE:         dmsamp4.rc                                                   *
  3. *                                                                             *
  4. * .DESCRIPTION:  Direct Manipulation Sample Program 4: Resources              *
  5. *                                                                             *
  6. * .COPYRIGHT:                                                                 *
  7. *    Licensed Material - Program-Property of IBM                              *
  8. *    (C) Copyright IBM Corp. 1992, 1996 - All Rights Reserved                 *
  9. *                                                                             *
  10. * .DISCLAIMER:                                                                *
  11. *   The following [enclosed] code is sample code created by IBM               *
  12. *   Corporation.  This sample code is not part of any standard IBM product    *
  13. *   and is provided to you solely for the purpose of assisting you in the     *
  14. *   development of your applications.  The code is provided 'AS IS',          *
  15. *   without warranty of any kind.  IBM shall not be liable for any damages    *
  16. *   arising out of your use of the sample code, even if they have been        *
  17. *   advised of the possibility of such damages.                               *
  18. *                                                                             *
  19. * .NOTE: WE RECOMMEND USING A FIXED SPACE FONT TO LOOK AT THE SOURCE          *
  20. *                                                                             *
  21. ******************************************************************************/
  22. #include "dmsamp3.h"
  23.  
  24. ICON WND_MAIN  LOADONCALL dmsamp4.ico
  25. ICON DEFAULT   LOADONCALL win100.ico
  26. ICON APPLE     LOADONCALL apple.ico
  27. ICON BOLT      LOADONCALL bolt.ico
  28. ICON CAR       LOADONCALL car.ico
  29. ICON SPACE     LOADONCALL space.ico
  30. ICON STARFLEET LOADONCALL starflee.ico
  31.  
  32. STRINGTABLE LOADONCALL
  33. {
  34.   ID_JOB1,          "Physicist"
  35.   ID_JOB2,          "Technician"
  36.   ID_JOB3,          "Auto Racer"
  37.   ID_JOB4,          "Space Alien"
  38.   ID_JOB5,          "Captain"
  39.   STR_ITEM_11,      "Auto Racer"
  40.   STR_ITEM_12,      "Al Uncer"
  41.   STR_ITEM_13,      "Le Mans, France"
  42.   STR_ITEM_14,      "(919) 555-1234"
  43.   STR_ITEM_21,      "Astronaut"
  44.   STR_ITEM_22,      "E. T."
  45.   STR_ITEM_23,      "Pirx the Pilot"
  46.   STR_ITEM_24,      "(919) 555-4321"
  47.   STR_ITEM_31,      "Technician"
  48.   STR_ITEM_32,      "Joe Blow"
  49.   STR_ITEM_33,      "The Sky"
  50.   STR_ITEM_34,      "(919) 555-4321"
  51.   STR_ITEM_41,      "Captain"
  52.   STR_ITEM_42,      "J. L. Picard"
  53.   STR_ITEM_43,      "Starfleet"
  54.   STR_ITEM_44,      "(919) 555-1212"
  55.  
  56.   WND_MAIN,         "Direct Manipulation Sample 4"
  57.   STR_SOURCE_ONLY,  "source only"
  58.   SET_ONLY,         "target only"
  59.   TITLE_SOURCE,     "Direct Manipulation - Source Container"
  60.   TITLE_TARGET,     "Direct Manipulation - Target Container"
  61. }
  62.  
  63.