Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

62 lines
2.1 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft OLE
  4. // Copyright (C) Microsoft Corporation, 1994 - 1995.
  5. //
  6. // File: debdlg.h
  7. //
  8. // Contents: ID definitions for controls in dialog box
  9. //
  10. // Classes:
  11. //
  12. // Functions:
  13. //
  14. // History: 4-10-95 kennethm Created
  15. //
  16. //--------------------------------------------------------------------------
  17. #ifndef __DEBDLG_H__
  18. #define __DEBDLG_H__
  19. #include <winuser.h>
  20. //
  21. // Externs
  22. //
  23. #define IDD_DEBUGDIALOG 5270
  24. #define IDC_ADDREL 1001
  25. #define IDC_TRACEFILELOC 1002
  26. #define IDC_LOGFILELOC 1003
  27. #define IDC_POPUP 1004
  28. #define IDC_DEBUGTERM 1005
  29. #define IDC_TLDEBUGTERM 1005
  30. #define IDC_SPYWIN 1006
  31. #define IDC_TLSPYWIN 1006
  32. #define IDC_TRACEFILEBROWSE 1007
  33. #define IDC_CONSOLE 1008
  34. #define IDC_TLCONSOLE 1008
  35. #define IDC_LOGFILE 1009
  36. #define IDC_TLLOGFILE 1009
  37. #define IDC_TRACELEVEL 1010
  38. #define IDC_INTERF 1011
  39. #define IDC_QI 1012
  40. #define IDC_LEVEL1 1013
  41. #define IDC_LEVEL2 1014
  42. #define IDC_SAVE 1015
  43. #define IDC_LOGFILEBROWS 1016
  44. #define IDC_LEVEL3 1017
  45. #define IDC_LLDEBUGTERM 1018
  46. #define IDC_LLSPYWIN 1019
  47. #define IDC_LLCONSOLE 1020
  48. #define IDC_LLLOGFILE 1021
  49. #define IDC_FUNCOUT 1022
  50. #define IDC_FUNCIN 1023
  51. #define IDC_BREAK 1024
  52. #define IDC_VERBOSE 1025
  53. #define IDC_SPYWINDOWLOC 1026
  54. #define IDC_LEVEL4 1027
  55. #define IDC_WARNING 1028
  56. #define IDC_STATIC -1
  57. #endif // __DEBDLG_H__