home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / powergui / debug / tracebox / filtdlg.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-10-29  |  809 b   |  27 lines

  1. #ifndef  _FILTDLG_H_
  2. #define  _FILTDLG_H_
  3. /************************************************************
  4. / Problem Determination  - Trace Queue Browser
  5. /
  6. / Copyright (C) 1994, Law, Leong, Love, Olson, Tsuji.
  7. / Copyright (c) 1997 John Wiley & Sons, Inc. 
  8. / All Rights Reserved.
  9. ************************************************************/
  10.  
  11. #define  FLTD_DIALOG       1
  12. #define  FLTD_CANVAS       0x8008
  13. #define  FLTD_LABEL        100
  14. #define  FLTD_ENTRY        101
  15. #define  FLTD_LIST         102
  16. #define  FLTD_BUTTONS1     103
  17. #define  FLTD_ADD          104
  18. #define  FLTD_REMOVE       105
  19. #define  FLTD_BUTTONS2     106
  20. #define  FLTD_OK           107
  21. #define  FLTD_CANCEL       108
  22. #define  FLTD_EXCLUDE      109
  23. #define  FLTD_LABEL0       110
  24. #define  FLTD_LABEL1       111
  25.  
  26. #endif
  27.