home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c480 / 20.ddi / SAMPLES / DBWIN / DLGDEFS.H_ / DLGDEFS.H
Encoding:
C/C++ Source or Header  |  1993-02-08  |  1.5 KB  |  55 lines

  1. // Dialog ID definitions
  2. //
  3. #define IDR_MAINICON            100
  4.  
  5. //----- Standard command ID aliases
  6.  
  7. #define CTL_OK                  IDOK
  8. #define CTL_CANCEL              IDCANCEL
  9.  
  10. //----- Debug Options Dialog definitions
  11.  
  12. #define IDR_SETDBDLG            1000
  13.  
  14. #define CTL_DEFAULTS            1001
  15.  
  16. #define CTL_CHECKHEAP           1002
  17. #define CTL_CHECKFREE           1003
  18. #define CTL_FILLBUFFER          1004
  19. #define CTL_DISABLEGPTRAPPING   1005
  20.  
  21. #define CTL_INT3                1006
  22. #define CTL_WARNINGBREAK        1007
  23. #define CTL_NOERRORBREAK        1008
  24. #define CTL_SILENT              1009
  25. #define CTL_NOFATALBREAK        1010
  26. #define CTL_TRACEBREAK          1011
  27.  
  28. #define CTL_KERNEL              1012
  29. #define CTL_MEMMAN              1013
  30. #define CTL_LOADMODULE          1014
  31. #define CTL_LOADSEGMENT         1015
  32. #define CTL_USER                1016
  33. #define CTL_GDI                 1017
  34. #define CTL_MMSYSTEM            1018
  35. #define CTL_PENWIN              1019
  36. #define CTL_DRIVER              1020
  37. #define CTL_APPLICATION         1021
  38.  
  39. #define CTL_APPNAME             1022
  40.  
  41. //----- Alloc Break settings dialog
  42.  
  43. #define IDR_ALLOCBRKDLG         2000
  44.  
  45. #define CTL_MODULE              2001
  46. #define CTL_BRKCOUNT            2002
  47. #define CTL_INCSET              2003
  48. #define CTL_CLEAR               2004
  49. #define CTL_ALLOCCOUNT          2005
  50. #define CTL_SHOWCOUNT           2006
  51.  
  52. //----- About dialog
  53.  
  54. #define IDR_ABOUTDLG            3000
  55.