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.

36 lines
1.8 KiB

  1. // ==++==
  2. //
  3. // Copyright (c) Microsoft Corporation. All rights reserved.
  4. //
  5. // ==--==
  6. #pragma once
  7. #define IDD_CDLLOGVIEW 1500
  8. #define IDC_CB_VIEWLOG 1501
  9. #define IDC_CB_REFRESH 1502
  10. #define IDC_CB_DELETE 1503
  11. #define IDC_CB_DELETE_ALL 1504
  12. #define IDC_LV_LOGMESSAGES 1505
  13. #define IDC_STATIC 1506
  14. #define IDC_RADIO_DEFAULT 1507
  15. #define IDC_RADIO_XSP 1508
  16. #define IDC_RADIO_CUSTOM 1509
  17. #define IDC_STATIC1 1510
  18. #define IDC_CB_ENABLELOG 1511
  19. #define ID_FUSLOGVW_BUTTON_VIEW_LOG 2000
  20. #define ID_FUSLOGVW_BUTTON_DELETE_ENTRY 2001
  21. #define ID_FUSLOGVW_BUTTON_DELETE_ALL 2002
  22. #define ID_FUSLOGVW_BUTTON_REFRESH 2003
  23. #define ID_FUSLOGVW_BUTTON_EXIT 2004
  24. #define ID_FUSLOGVW_GROUPBOX_LOG_LOCATION 2005
  25. #define ID_FUSLOGVW_RADIO_LOCATION_DEFAULT 2006
  26. #define ID_FUSLOGVW_RADIO_LOCATION_ASP_NET 2007
  27. #define ID_FUSLOGVW_RADIO_LOCATION_CUSTOM 2008
  28. #define ID_FUSLOGVW_DIALOG_TITLE 2009
  29. #define ID_FUSLOGVW_CHECKBOX_ENABLELOG 2010
  30. #define ID_FUSLOGVW_HEADER_TEXT_APPLICATION 3000
  31. #define ID_FUSLOGVW_HEADER_TEXT_DESCRIPTION 3001
  32. #define ID_FUSLOGVW_HEADER_TEXT_DATE_TIME 3002