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.

37 lines
1.2 KiB

  1. /* File: D:\WACKER\htrn_his\htrn_jis.rc (Created: 28-Aug-1994)
  2. *
  3. * Copyright 1994 by Hilgraeve Inc. -- Monroe, MI
  4. * All rights reserved
  5. *
  6. * $Revision: 8 $
  7. * $Date: 3/15/02 10:06a $
  8. */
  9. #include <windows.h>
  10. #include "..\term\version.h"
  11. #include "..\term\res.h"
  12. #include "..\tdll\features.h" // REV: 12/18/2001
  13. IDD_TRANSLATE DIALOG DISCARDABLE 20, 20, 171, 91
  14. STYLE DS_CONTEXTHELP | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  15. CAPTION "Host System Encoding Method"
  16. FONT 8, "MS Shell Dlg"
  17. BEGIN
  18. GROUPBOX "Select Host System Encoding Method", 101, 10, 10, 150, 51
  19. CONTROL "&Shift-JIS", 102, "Button", BS_AUTORADIOBUTTON |
  20. WS_GROUP | WS_TABSTOP, 20, 25, 134, 10
  21. CONTROL "Standard &JIS", 103, "Button", BS_AUTORADIOBUTTON |
  22. WS_TABSTOP, 20, 40, 83, 10
  23. DEFPUSHBUTTON "OK", IDOK, 60, 70, 50, 14
  24. PUSHBUTTON "Cancel", IDCANCEL, 114, 70, 50, 14
  25. END
  26. STRINGTABLE DISCARDABLE
  27. BEGIN
  28. //mpt:08-22-97 added HTML help
  29. #if defined(INCL_USE_HTML_HELP)
  30. IDS_HTML_HELPFILE "HYPERTRM.CHM::/hyperterminal_top_node.htm"
  31. #endif // INCL_USE_HTML_HELP
  32. IDS_GNRL_HELPFILE "HYPERTRM.HLP"
  33. END
  34. #include "..\term\ver_jis.rc"