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.

29 lines
1.0 KiB

  1. //-----------------------------------------------------------------------------
  2. // File: constants.cpp
  3. //
  4. // Desc: Contains all constants used by the UI.
  5. //
  6. // Copyright (C) 1999-2000 Microsoft Corporation. All Rights Reserved.
  7. //-----------------------------------------------------------------------------
  8. #include "common.hpp"
  9. const SIZE g_sizeThumb = {64, 64};
  10. const SIZE g_sizeImage = {430, 310};
  11. const POINT g_ptViewOrigin = {13, 13};
  12. const RECT g_UserNamesTitleRect = {9,120,190,132};
  13. const RECT g_UserNamesRect = {9,137,190,364};
  14. const RECT g_GenresTitleRect = {9,156,190,167};
  15. const RECT g_GenresRect = {9,172,190,379};
  16. const RECT g_InfoWndRect = {9, 10, 190, 120};
  17. const RECT g_ViewRect = {200,10,630,320};
  18. const RECT g_CheckBoxRect = {350, 335, 475, 355};
  19. const int g_iListHeaderHeight = 30;
  20. const int g_iResetMsgBoxWidth = 200;
  21. const int g_iResetMsgBoxHeight = 60;
  22. LPCTSTR g_tszUnassignedControlCaption = _T("_ _ _ ");
  23. const RECT g_TreeTitleRect = {9,192,190,203};
  24. const RECT g_TreeRect = {10,208,189,417};