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.

64 lines
1.6 KiB

  1. /****************************** Module Header ******************************\
  2. * Module Name: CONIME.RC
  3. *
  4. * Copyright (c) 1991, Microsoft Corporation
  5. *
  6. * Resources
  7. *
  8. * History:
  9. * Jul.06.1995 V-HirShi (Hirotoshi Shimizu) Created.
  10. \***************************************************************************/
  11. #include "precomp.h"
  12. #pragma hdrstop
  13. #include <ntverp.h>
  14. /////////////////////////////////////////////////////////////////////////////
  15. //
  16. // Icon
  17. //
  18. ID_CONSOLEIME_ICON ICON CONIME.ICO
  19. /////////////////////////////////////////////////////////////////////////////
  20. //
  21. // Menu
  22. //
  23. DebugMenu MENU
  24. BEGIN
  25. POPUP "&Debug"
  26. BEGIN
  27. MENUITEM "E&xit Console IME", MM_EXIT
  28. MENUITEM "Access &Violation on Console IME", MM_ACCESS_VIOLATION
  29. MENUITEM SEPARATOR
  30. MENUITEM "&About Console IME...", MM_ABOUT
  31. END
  32. END
  33. /////////////////////////////////////////////////////////////////////////////
  34. //
  35. // Version
  36. //
  37. STRINGTABLE PRELOAD
  38. BEGIN /* Maximum # of chars: */
  39. errTitle "Console IME control" /* 50 */
  40. IDS_MENUNAME, "DebugMenu"
  41. IDS_APPNAME, "ConIme"
  42. IDS_CLASSNAME, "ConsoleIMEClass"
  43. IDS_TITLE, "Console IME"
  44. END
  45. //
  46. // Version resource information
  47. //
  48. #define VER_FILETYPE VFT_DLL
  49. #define VER_FILESUBTYPE VFT2_UNKNOWN
  50. #define VER_FILEDESCRIPTION_STR "Console IME"
  51. #define VER_INTERNALNAME_STR "Console\0"
  52. #define VER_ORIGINALFILENAME_STR "CONIME.EXE"
  53. #include "common.ver"