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.

56 lines
1.7 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1999 - 1999
  6. //
  7. // File: commhelp.cpp
  8. //
  9. //--------------------------------------------------------------------------
  10. #include "commres.h"
  11. #include "common.hm"
  12. // "File common.rc line 63 : Resource - DIALOGEX : IDD_STATS"
  13. static const DWORD rgdw_IDD_STATS[] =
  14. {
  15. IDC_STATSDLG_LIST, HIDC_STATSDLG_LIST,
  16. IDC_STATSDLG_BTN_SELECT_COLUMNS, HIDC_STATSDLG_BTN_SELECT_COLUMNS,
  17. IDC_STATSDLG_BTN_CLEAR, HIDC_STATSDLG_BTN_CLEAR,
  18. IDC_STATSDLG_BTN_REFRESH, HIDC_STATSDLG_BTN_REFRESH,
  19. 0,0
  20. };
  21. // "File common.rc line 78 : Resource - DIALOGEX : IDD_STATS_NARROW"
  22. static const DWORD rgdw_IDD_STATS_NARROW[] =
  23. {
  24. IDC_STATSDLG_LIST, HIDC_STATSDLG_LIST,
  25. IDC_STATSDLG_BTN_SELECT_COLUMNS, HIDC_STATSDLG_BTN_SELECT_COLUMNS,
  26. IDC_STATSDLG_BTN_CLEAR, HIDC_STATSDLG_BTN_CLEAR,
  27. IDC_STATSDLG_BTN_REFRESH, HIDC_STATSDLG_BTN_REFRESH,
  28. 0,0
  29. };
  30. // "File common.rc line 91 : Resource - DIALOGEX : IDD_COMMON_SELECT_COLUMNS"
  31. static const DWORD rgdw_IDD_COMMON_SELECT_COLUMNS[] =
  32. {
  33. IDC_DISPLAYED_COLUMNS, HIDC_DISPLAYED_COLUMNS,
  34. IDC_RESET_COLUMNS, HIDC_RESET_COLUMNS,
  35. IDC_MOVEUP_COLUMN, HIDC_MOVEUP_COLUMN,
  36. IDC_MOVEDOWN_COLUMN, HIDC_MOVEDOWN_COLUMN,
  37. IDC_HIDDEN_COLUMNS, HIDC_HIDDEN_COLUMNS,
  38. IDC_ADD_COLUMNS, HIDC_ADD_COLUMNS,
  39. IDC_REMOVE_COLUMNS, HIDC_REMOVE_COLUMNS,
  40. 0,0
  41. };
  42. // "File common.rc line 110 : Resource - DIALOG : IDD_BUSY"
  43. static const DWORD rgdw_IDD_BUSY[] =
  44. {
  45. IDC_SEARCH_ANIMATE, HIDC_SEARCH_ANIMATE,
  46. IDC_STATIC_DESCRIPTION, HIDC_STATIC_DESCRIPTION,
  47. 0,0
  48. };