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.

33 lines
1.5 KiB

  1. //+----------------------------------------------------------------------------
  2. //
  3. // File: conact_str.h
  4. //
  5. // Module: Common Strings for all Modules to Utilize
  6. //
  7. // Synopsis: Header file for CMS and .CMP flags. Contents of this header
  8. // should be limited to shared Connect Action flags.
  9. //
  10. // Copyright (c) 1997-1998 Microsoft Corporation
  11. //
  12. // Author: nickball Created 10/15/98
  13. //
  14. //+----------------------------------------------------------------------------
  15. #ifndef _CM_CONACT_STR
  16. #define _CM_CONACT_STR
  17. const TCHAR* const c_pszCmSectionPreConnect = TEXT("Pre-Connect Actions");
  18. const TCHAR* const c_pszCmSectionOnConnect = TEXT("Connect Actions");
  19. const TCHAR* const c_pszCmSectionOnDisconnect = TEXT("Disconnect Actions");
  20. const TCHAR* const c_pszCmSectionPreTunnel = TEXT("Pre-Tunnel Actions");
  21. const TCHAR* const c_pszCmSectionPreDial = TEXT("Pre-Dial Actions");
  22. const TCHAR* const c_pszCmSectionOnCancel = TEXT("On-Cancel Actions");
  23. const TCHAR* const c_pszCmSectionOnError = TEXT("On-Error Actions");
  24. const TCHAR* const c_pszCmSectionCustom = TEXT("CustomButton Actions");
  25. const TCHAR* const c_pszCmSectionPreInit = TEXT("Pre-Init Actions");
  26. const TCHAR* const c_pszCmSectionOnIntConnect = TEXT("Auto Applications");
  27. const TCHAR* const c_pszCmEntryConactFlags = TEXT("%u&Flags");
  28. const TCHAR* const c_pszCmEntryConactDesc = TEXT("%u&Description");
  29. #endif // _CM_CONACT_STR