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

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