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.

31 lines
857 B

  1. /*****************************************************************/
  2. /** Microsoft LAN Manager **/
  3. /** Copyright(c) Microsoft Corp., 1991 **/
  4. /*****************************************************************/
  5. /*
  6. * colwidth.hxx
  7. *
  8. * This file contains the column widths of multi-column listboxes.
  9. * Depending on the contents of these columns, their widths may
  10. * have to be adjusted during localization.
  11. *
  12. * All column widths are specified in number of pixels, so the driver
  13. * should preferably be tested for looks on a wide variety of monitors.
  14. *
  15. * History:
  16. * RustanL 23-Feb-1991 Created
  17. *
  18. */
  19. #ifndef _COLWIDTH_HXX_
  20. #define _COLWIDTH_HXX_
  21. /* The width of the group/user name in the main permissions dialog.
  22. */
  23. #define COL_WIDTH_SUBJECT_NAME (215)
  24. #endif // _COLWIDTH_HXX_