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.

28 lines
958 B

  1. /****************************************************************************
  2. NAMES.H
  3. Owner: cslim
  4. Copyright (c) 1997-1999 Microsoft Corporation
  5. Const strings
  6. History:
  7. 14-JUL-1999 cslim Copied from IME98 source tree
  8. *****************************************************************************/
  9. #if !defined (__NAMES_H__)
  10. #define __NAMES_H__
  11. const CHAR szModuleName[] = "IMEKR2002.IME";
  12. const CHAR szUIClassName[] = "IMEKR2002_MAIN";
  13. const WCHAR wszUIClassName[] = L"IMEKR2002_MAIN";
  14. const CHAR szStatusClassName[] = "IMEKR2002_STAT";
  15. const CHAR szCompClassName[] = "IMEKR2002_COMP";
  16. const CHAR szCandClassName[] = "IMEKR2002_CAND";
  17. const CHAR szTooltipClassName[] = "IMEKR2002_TOOLTIP";
  18. const WCHAR wszTooltipClassName[] = L"IMEKR2002_TOOLTIP";
  19. const WCHAR wzIMECompFont[] = { 0xAD74, 0xB9BC, 0x0000 }; // Gulim
  20. const CHAR szIMECompFont[] = "\xB1\xBC\xB8\xB2";
  21. #endif //!defined (__NAMES_H__)