home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / powergui / canvas / setdecks / setdecks.h < prev    next >
Text File  |  1996-10-29  |  2KB  |  68 lines

  1. /**********************************************************
  2. / Canvas - ISetCanvas Deck Operations
  3. /
  4. / Copyright (C) 1994, Law, Leong, Love, Olson, Tsuji.
  5. / Copyright (c) 1997 John Wiley & Sons, Inc.
  6. / All Rights Reserved.
  7. **********************************************************/
  8. #include <icconst.h>
  9.  
  10. #ifdef IC_PM
  11.   // Define special window identifiers not originally
  12.   // included in VisualAge for C++ V3.0.
  13.   #ifndef IC_ID_CLOSE
  14.     #define IC_ID_CLOSE  0x8004
  15.   #endif
  16. #endif
  17.  
  18. /* Resource identifiers. */
  19. #define ID_DECKS_FRAME        1
  20.  
  21. /* Menu item identifiers. */
  22. #define ID_FILE               1000
  23.  
  24. #define ID_DECKS              1100
  25. #define ID_DECK_DIR           1110
  26. #define ID_DECK_HORZ          1111
  27. #define ID_DECK_VERT          1112
  28. #define ID_DECK_COUNT         1120
  29. #define ID_DECK_COUNT_1       1121
  30. #define ID_DECK_COUNT_2       1122
  31. #define ID_DECK_COUNT_3       1123
  32. #define ID_DECK_COUNT_4       1124
  33. #define ID_DECK_COUNT_5       1125
  34. #define ID_DECK_COUNT_6       1126
  35. #define ID_DECK_COUNT_7       1127
  36. #define ID_DECK_COUNT_8       1128
  37. #define ID_DECK_COUNT_9       1129
  38.  
  39. #define ID_WHITESPACE         1200
  40. #define ID_MARGIN             1210
  41. #define ID_MARGIN_11          1211
  42. #define ID_MARGIN_88          1212
  43. #define ID_MARGIN_X           1213
  44. #define ID_MARGIN_XX2         1214
  45. #define ID_MARGIN_XD2         1215
  46. #define ID_MARGIN_Y           1216
  47. #define ID_MARGIN_YX2         1217
  48. #define ID_MARGIN_YD2         1218
  49. #define ID_PAD                1220
  50. #define ID_PAD_11             1221
  51. #define ID_PAD_88             1222
  52. #define ID_PAD_X              1223
  53. #define ID_PAD_XX2            1224
  54. #define ID_PAD_XD2            1225
  55. #define ID_PAD_Y              1226
  56. #define ID_PAD_YX2            1227
  57. #define ID_PAD_YD2            1228
  58.  
  59. #define ID_CHILDREN           1300
  60. #define ID_ADD_FIRST          1311
  61. #define ID_ADD_LAST           1312
  62. #define ID_DELETE_FIRST       1313
  63. #define ID_DELETE_LAST        1314
  64.  
  65. /* Control identifiers. */
  66. #define ID_DECK_CANVAS        100
  67. #define ID_DUMMY              1
  68.