home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / powergui / cnr / help / devview.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-10-29  |  1.7 KB  |  50 lines

  1. /************************************************************
  2. / Container Control - Help in the Container
  3. /
  4. / Copyright (C) 1994, Law, Leong, Love, Olson, Tsuji.
  5. / Copyright (c) 1997 John Wiley & Sons, Inc. 
  6. / All Rights Reserved.
  7. ************************************************************/
  8. #define HELP_TABLE              500
  9. #define SUBTABLE_DETAILS        501
  10. #define SUBTABLE_SETTINGS       502
  11. #define HELP_LIBRARIES          503
  12.  
  13. #define HELPFOR_DETAILS         510
  14. #define HELPFOR_SETTINGS        511
  15. #define HELPFOR_ADDRESS_SETTINGS  512
  16. #define HELPFOR_PERSONAL_SETTINGS 513
  17. #define HELPFOR_NAME            514
  18. #define HELPFOR_ADDRESS         515
  19. #define HELPFOR_AGE             516
  20. #define HELPFOR_DEVELOPER       517
  21. #define HELPFOR_UNDO            518
  22. #define HELPFOR_DEFAULT         519
  23. #define HELPFOR_DEVELOPERLIST   520
  24. #define HELPFOR_OPEN            521
  25.  
  26. #define ID_DETAILS_FRAME       1000
  27. #define ID_DETAILS_CNR         1001
  28. #define ID_SETTINGS_FRAME      1007
  29. #define ID_SETTINGS_NOTEBOOK   1008
  30. #define ID_SETTINGS_PAGE1      1009
  31. #define ID_SETTINGS_PAGE2      1010
  32. #define ID_NAME_TEXT           1011
  33. #define ID_ADDRESS_TEXT        1012
  34. #define ID_AGE_TEXT            1013
  35. #define ID_NAME_EDIT           1014
  36. #define ID_ADDRESS_EDIT        1015
  37. #define ID_AGE_EDIT            1016
  38. #define ID_HELP_PAGE1          1017
  39. #define ID_UNDO_PAGE1          1018
  40. #define ID_DEFAULT_PAGE1       1019
  41. #define ID_HELP_PAGE2          1020
  42. #define ID_UNDO_PAGE2          1021
  43. #define ID_DEFAULT_PAGE2       1022
  44. #define ID_PAGE1_BUTTONS       1023
  45. #define ID_PAGE2_BUTTONS       1024
  46. #define ID_DETAILS_OPEN        1025
  47.  
  48. #define STR_OPEN               1200
  49.  
  50.