Source code of Windows XP (NT5)
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.

63 lines
2.0 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1997 - 1999
  6. //
  7. // File: commres.h
  8. //
  9. //--------------------------------------------------------------------------
  10. #ifndef _COMMON_COMMRES_H
  11. #define _COMMON_COMMRES_H
  12. // Dialog ids start at 5000-5099
  13. #define IDD_STATS 5000
  14. #define IDD_COMMON_SELECT_COLUMNS 5001
  15. #define IDD_STATS_NARROW 5002
  16. #define IDD_BUSY 5003
  17. // Controls are from 5100-5499
  18. #define IDC_STATSDLG_LIST 5100
  19. #define IDC_STATSDLG_BTN_REFRESH 5101
  20. #define IDC_STATSDLG_BTN_SELECT_COLUMNS 5102
  21. #define IDC_STATSDLG_BTN_CLEAR 5103
  22. #define IDC_DISPLAYED_COLUMNS 5111
  23. #define IDC_MOVEUP_COLUMN 5112
  24. #define IDC_MOVEDOWN_COLUMN 5113
  25. #define IDC_RESET_COLUMNS 5114
  26. #define IDC_HIDDEN_COLUMNS 5120
  27. #define IDC_ADD_COLUMNS 5121
  28. #define IDC_REMOVE_COLUMNS 5122
  29. // These are still used elsewhere in the system
  30. #define IDC_LCX_LIST_COLUMNS 5111
  31. #define IDC_LCX_BTN_MOVEUP 5112
  32. #define IDC_LCX_BTN_MOVEDOWN 5113
  33. #define IDC_LCX_BTN_DEFAULTS 5114
  34. #define IDC_STATIC_DESCRIPTION 5115
  35. #define IDC_SEARCH_ANIMATE 5116
  36. // Miscellaneous at from 5500-5599
  37. #define IDI_COMMON_CHECK 5500
  38. #define IDI_COMMON_UNCHECK 5501
  39. #define IDR_STATSDLG 5502
  40. // Strings are from 5600-5999
  41. #define IDS_ERR_NOCOLUMNS 5600
  42. #define IDS_STATSDLG_MENU_REFRESH 5601
  43. #define IDS_STATSDLG_MENU_SELECT 5602
  44. #define IDS_STATSDLG_DESCRIPTION 5603
  45. #define IDS_STATSDLG_DETAILS 5604
  46. #define IDS_ERR_TOD_LOADLOGHOURDLL 5605
  47. #define IDS_ERR_TOD_FINDLOGHOURSAPI 5606
  48. #define IDS_COMMON_ERR_IPADDRESS_NONCONTIGUOUS_MASK 5700
  49. #define IDS_COMMON_ERR_IPADDRESS_TOO_SPECIFIC 5701
  50. #define IDS_COMMON_ERR_IPADDRESS_NORMAL_RANGE 5702
  51. #define IDS_COMMON_ERR_IPADDRESS_127 5703
  52. #define IDS_COMMON_ERR_IPADDRESS_NOT_EQ_MASK 5704
  53. #endif // _COMMON_COMMRES_H