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.

16 lines
527 B

  1. //---------------------------------------------------------------------------
  2. // sysmetrics.h
  3. //---------------------------------------------------------------------------
  4. WCHAR *pszSysMetricIntNames[] =
  5. {
  6. L"BorderWidth",
  7. L"ScrollBarWidth",
  8. L"ScrollBarHeight",
  9. L"CaptionBarWidth",
  10. L"CaptionBarHeight",
  11. L"SmCaptionBarWidth",
  12. L"SmCaptionBarHeight",
  13. L"MenuBarWidth",
  14. L"MenuBarHeight",
  15. };
  16. //---------------------------------------------------------------------------