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.

32 lines
1001 B

  1. //-----------------------------------------------------------------------------
  2. // File: constants.h
  3. //
  4. // Desc: Contains all constants used by the UI.
  5. //
  6. // Copyright (C) 1999-2000 Microsoft Corporation. All Rights Reserved.
  7. //-----------------------------------------------------------------------------
  8. #ifndef __CFGUI_CONSTANTS_H__
  9. #define __CFGUI_CONSTANTS_H__
  10. #define MINLISTVIEWCALLOUTWIDTH 70
  11. extern const SIZE g_sizeThumb;
  12. extern const SIZE g_sizeImage;
  13. extern const POINT g_ptViewOrigin;
  14. extern const RECT g_ViewRect;
  15. extern const RECT g_CheckBoxRect;
  16. extern const RECT g_InfoWndRect;
  17. extern const RECT g_UserNamesRect;
  18. extern const RECT g_UserNamesTitleRect;
  19. extern const RECT g_GenresRect;
  20. extern const RECT g_GenresTitleRect;
  21. extern LPCTSTR g_tszUnassignedControlCaption;
  22. extern const RECT g_TreeTitleRect;
  23. extern const RECT g_TreeRect;
  24. extern const int g_iListHeaderHeight;
  25. extern const int g_iResetMsgBoxWidth;
  26. extern const int g_iResetMsgBoxHeight;
  27. #endif //__CFGUI_CONSTANTS_H__