home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / samples / ioc / drag3 / dmsamp3.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-02-22  |  2.6 KB  |  58 lines

  1. /******************************************************************************
  2. * .FILE:         dmsamp3.h                                                    *
  3. *                                                                             *
  4. * .DESCRIPTION:  Direct Manipulation Sample Program 3: Symbolic definitions   *
  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. #define WND_SOURCE      1000
  23. #define WND_TARGET      1001
  24.  
  25. #define DEFAULT         101
  26. #define APPLE           102
  27. #define BOLT            103
  28. #define CAR             104
  29. #define SPACE           105
  30. #define STARFLEET       106
  31.  
  32. #define ID_JOB1         200
  33. #define ID_JOB2         201
  34. #define ID_JOB3         202
  35. #define ID_JOB4         203
  36. #define ID_JOB5         204
  37.  
  38. #define TITLE_SOURCE    400
  39. #define TITLE_TARGET    401
  40.  
  41. #define STR_ITEM_11     300
  42. #define STR_ITEM_12     301
  43. #define STR_ITEM_13     302
  44. #define STR_ITEM_14     303
  45. #define STR_ITEM_21     310
  46. #define STR_ITEM_22     311
  47. #define STR_ITEM_23     1312
  48. #define STR_ITEM_24     313
  49. #define STR_ITEM_31     320
  50. #define STR_ITEM_32     321
  51. #define STR_ITEM_33     322
  52. #define STR_ITEM_34     323
  53. #define STR_ITEM_41     330
  54. #define STR_ITEM_42     331
  55. #define STR_ITEM_43     332
  56. #define STR_ITEM_44     333
  57.  
  58.