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.

58 lines
929 B

  1. /*++
  2. Copyright (c) 2001, Microsoft Corporation
  3. Module Name:
  4. msctfime.rc
  5. Abstract:
  6. This file implements the windows resources.
  7. Author:
  8. Revision History:
  9. Notes:
  10. --*/
  11. #ifdef RC_INVOKED
  12. #ifndef _INC_WINDOWS
  13. #define _INC_WINDOWS
  14. #include "winres.h"
  15. #endif
  16. #endif
  17. #include "msctfime.rcv"
  18. #include "resource.h"
  19. #include "cuires.h"
  20. /////////////////////////////////////////////////////////////////////////////
  21. //
  22. // ICON
  23. //
  24. IDIC_IME_ICON ICON msctfime.ico
  25. IDIC_ENTER_ICON ICON enter.ico
  26. /////////////////////////////////////////////////////////////////////////////
  27. //
  28. // STRING
  29. //
  30. STRINGTABLE DISCARDABLE
  31. BEGIN
  32. IDS_ENTER_BTN_TEXT "Enter"
  33. IDS_ENTER_BTN_TOOLTIP "Finalize the string"
  34. IDS_FUNCPRV_CONVERSION "Conversion"
  35. END
  36. //
  37. // include string table for CUILIB.LIB
  38. //
  39. #include "cuires.rc"