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.

25 lines
951 B

  1. //+----------------------------------------------------------------------------
  2. //
  3. // File: mon_str.h
  4. //
  5. // Module: Common Strings for all Modules to Utilize
  6. //
  7. // Synopsis: Header file for CMS flags, optimized for use by CMMON32.EXE
  8. //
  9. // Copyright (c) 1997-1998 Microsoft Corporation
  10. //
  11. // Author: nickball Created 10/09/98
  12. //
  13. //+----------------------------------------------------------------------------
  14. #ifndef _CM_MON_STR
  15. #define _CM_MON_STR
  16. const TCHAR* const c_pszCmEntryHelpFile = TEXT("HelpFile");
  17. const TCHAR* const c_pszCmSectionMenuOptions = TEXT("Menu Options");
  18. const TCHAR* const c_pszCmEntryIdleTimeout = TEXT("IdleTimeout");
  19. const TCHAR* const c_pszCmEntryAutoReconnect = TEXT("AutoReconnect");
  20. const TCHAR* const c_pszCmEntryTrayIcon = TEXT("TrayIcon");
  21. const TCHAR* const c_pszDefaultHelpFile = TEXT("cmmgr32.hlp");
  22. #endif // _CM_MON_STR