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

  1. /**********************************************************
  2. / Using Help - Help for Special Cases
  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. #include "hlppanel.h"
  10.  
  11. #ifdef IC_PM
  12.   // Define special window identifiers not originally
  13.   // included in VisualAge for C++ V3.0.
  14.   #ifndef IC_FILE_DIALOG
  15.     #define IC_FILE_DIALOG  256
  16.   #endif
  17. #endif
  18.  
  19. // Window identifiers.
  20. #define ID_PRIMARY                   1000
  21. #define ID_SHOWFILEDLG               1001
  22. #define ID_SECONDARY                 2000
  23. #define ID_PAGE1                     2010
  24. #define ID_ENTRY1                    2011
  25. #define ID_ENTRY2                    2012
  26. #define ID_ENTRY3                    2013
  27. #define ID_PAGE2                     2020
  28. #define ID_ENTRYA                    2021
  29. #define ID_ENTRYB                    2022
  30. #define ID_ENTRYC                    ID_ENTRY3
  31. #define ID_PAGE3                     2030
  32. #define ID_ENTRYX                    2031
  33. #define ID_ENTRYY                    2032
  34. #define ID_DIALOG                    3000
  35. #define ID_DIALOG_ENTRY1             3001
  36. #define ID_DIALOG_ENTRY2             3002
  37.  
  38. // Generic window identifiers.
  39. #define ID_DUMMY                     1
  40. #define ID_CLIENT                    IC_FRAME_CLIENT_ID
  41.  
  42. // Help table and subtable identifiers.
  43. #define ID_HELPTABLE                 1000
  44. #define SUBTABLE_PRIMARY             1
  45. #define SUBTABLE_SECONDARY           2
  46. #define SUBTABLE_PAGE3               3
  47. #define SUBTABLE_DIALOG              4
  48. #define SUBTABLE_FILEDIALOG          5
  49.