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.

929 lines
38 KiB

  1. /* File: D:\WACKER\term\term.rc (Created: 26-Nov-1993)
  2. *
  3. * Copyright 1994, 1998 by Hilgraeve Inc. -- Monroe, MI
  4. * All rights reserved
  5. *
  6. * $Revision: 43 $
  7. * $Date: 4/12/02 4:57p $
  8. */
  9. #include <windows.h>
  10. #include <commctrl.h>
  11. #include <richedit.h>
  12. #include "..\tdll\features.h"
  13. #include "res.h"
  14. #include "xfer_dlg.h"
  15. #include "version.h"
  16. #include "..\cncttapi\cncttapi.rc"
  17. #include "ver_dll.rc"
  18. //#define TESTMENU
  19. MAINMENU MENU DISCARDABLE
  20. BEGIN
  21. POPUP "&File"
  22. BEGIN
  23. MENUITEM "&New Connection", IDM_NEW
  24. MENUITEM "&Open...", IDM_OPEN
  25. MENUITEM "&Save", IDM_SAVE
  26. MENUITEM "Save &As...", IDM_SAVE_AS
  27. MENUITEM SEPARATOR
  28. MENUITEM "Page Set&up...", IDM_PAGESETUP
  29. MENUITEM "&Print...", IDM_PRINT
  30. MENUITEM SEPARATOR
  31. MENUITEM "P&roperties", IDM_PROPERTIES
  32. MENUITEM SEPARATOR
  33. MENUITEM "E&xit\tAlt+F4", IDM_EXIT
  34. END
  35. POPUP "&Edit"
  36. BEGIN
  37. MENUITEM "&Copy\tCtrl+C", IDM_COPY, GRAYED
  38. MENUITEM "&Paste to Host\tCtrl+V", IDM_PASTE, GRAYED
  39. MENUITEM SEPARATOR
  40. MENUITEM "&Select All", IDM_SELECT_ALL
  41. #if defined(INCL_TERMINAL_CLEAR)
  42. MENUITEM SEPARATOR
  43. MENUITEM "Clear &Backscroll", IDM_CLEAR_BACKSCROLL
  44. MENUITEM "C&lear Screen", IDM_CLEAR_SCREEN
  45. #endif
  46. END
  47. POPUP "&View"
  48. BEGIN
  49. MENUITEM "&Tool Bar", IDM_VIEW_TOOLBAR
  50. MENUITEM "&Status Bar", IDM_VIEW_STATUS
  51. MENUITEM SEPARATOR
  52. MENUITEM "&Font...", IDM_VIEW_FONTS
  53. MENUITEM SEPARATOR
  54. MENUITEM "Sna&p", IDM_VIEW_SNAP
  55. #ifdef INCL_KEY_MACROS
  56. MENUITEM SEPARATOR
  57. MENUITEM "&Key Macros", IDM_KEY_MACROS
  58. #endif
  59. END
  60. POPUP "&Call"
  61. BEGIN
  62. #ifdef INCL_CALL_ANSWERING
  63. MENUITEM "&Call", IDM_ACTIONS_DIAL
  64. MENUITEM "&Wait for a Call" IDM_ACTIONS_WAIT_FOR_CALL
  65. MENUITEM "&Stop Waiting" IDM_ACTIONS_STOP_WAITING
  66. MENUITEM SEPARATOR
  67. MENUITEM "&Disconnect", IDM_ACTIONS_HANGUP
  68. #else
  69. MENUITEM "&Connect", IDM_ACTIONS_DIAL
  70. MENUITEM "&Disconnect", IDM_ACTIONS_HANGUP
  71. #endif
  72. END
  73. POPUP "&Transfer"
  74. BEGIN
  75. MENUITEM "&Send File...", IDM_ACTIONS_SEND
  76. MENUITEM "&Receive File...", IDM_ACTIONS_RCV
  77. MENUITEM "&Capture File...", IDM_ACTIONS_CAP
  78. MENUITEM "Send &Text File...", IDM_ACTIONS_SEND_TEXT
  79. MENUITEM SEPARATOR
  80. MENUITEM "Capture to &Printer", IDM_ACTIONS_PRINT
  81. END
  82. POPUP "&Help"
  83. BEGIN
  84. MENUITEM "&Help Topics", IDM_HELPTOPICS
  85. #ifdef INCL_NAG_SCREEN
  86. MENUITEM SEPARATOR
  87. MENUITEM "&Purchase Information..." IDM_PURCHASE_INFO
  88. MENUITEM "&Enter Authorization Code..." IDM_REG_CODE
  89. MENUITEM "&Register..." IDM_REGISTER
  90. MENUITEM SEPARATOR
  91. #endif
  92. #ifndef NT_EDITION
  93. MENUITEM "Hilgraeve &Discussion Forum" IDM_DISCUSSION
  94. #endif
  95. MENUITEM SEPARATOR
  96. MENUITEM "&About HyperTerminal", IDM_ABOUT
  97. END
  98. #if defined(TESTMENU) && !defined(NDEBUG)
  99. POPUP "&Test"
  100. BEGIN
  101. MENUITEM "Save &As...", IDM_TEST_SAVEAS,
  102. MENUITEM "Connect", IDM_TEST_CONNECT,
  103. MENUITEM "Disconnect", IDM_TEST_DISCONNECT,
  104. MENUITEM SEPARATOR
  105. MENUITEM "Clear T&erminal", IDM_TEST_CLEARTERM,
  106. MENUITEM "Clear B&ackscroll", IDM_TEST_CLEARBACK, GRAYED
  107. MENUITEM SEPARATOR
  108. MENUITEM "Select &Terminal", IDM_TEST_SELECTTERM, GRAYED
  109. MENUITEM "Select &Backscroll", IDM_TEST_SELECTBACK, GRAYED
  110. MENUITEM SEPARATOR
  111. MENUITEM "&Test File..." IDM_TEST_TESTFILE
  112. MENUITEM SEPARATOR
  113. MENUITEM "&Bezel", IDM_TEST_BEZEL
  114. MENUITEM "S&nap", IDM_TEST_SNAP
  115. MENUITEM SEPARATOR
  116. MENUITEM "&Show Tips", IDM_TEST_SHOWTIPS, GRAYED
  117. MENUITEM SEPARATOR
  118. MENUITEM "New Connection...", IDM_TEST_NEW_CONNECTION
  119. MENUITEM "Flush backscroll", IDM_TEST_FLUSH_BACKSCRL
  120. MENUITEM SEPARATOR
  121. POPUP "&Load emulator..."
  122. BEGIN
  123. MENUITEM "Ansi", IDM_TEST_LOAD_ANSI
  124. MENUITEM "Auto", IDM_TEST_LOAD_AUTO
  125. MENUITEM "Minitel", IDM_TEST_LOAD_MINITEL
  126. MENUITEM "TTY", IDM_TEST_LOAD_TTY
  127. MENUITEM "Viewdata", IDM_TEST_LOAD_VIEWDATA
  128. MENUITEM "VT52", IDM_TEST_LOAD_VT52
  129. MENUITEM "VT100", IDM_TEST_LOAD_VT100
  130. END
  131. MENUITEM SEPARATOR
  132. MENUITEM "Query Session Name", IDM_TEST_SESSNAME
  133. END
  134. #endif
  135. END
  136. MENUCAPTURE MENU DISCARDABLE
  137. BEGIN
  138. MENUITEM "&Stop", IDM_CAPTURE_STOP
  139. MENUITEM "&Pause", IDM_CAPTURE_PAUSE
  140. MENUITEM "&Resume", IDM_CAPTURE_RESUME
  141. END
  142. PRINTCAPTURE MENU DISCARDABLE
  143. BEGIN
  144. MENUITEM "&Stop", IDM_PRNECHO_STOP
  145. MENUITEM "&Pause", IDM_PRNECHO_PAUSE
  146. MENUITEM "&Resume", IDM_PRNECHO_RESUME
  147. END
  148. SESSIONCONTEXTMENU MENU DISCARDABLE
  149. BEGIN
  150. POPUP "Dummy popup"
  151. BEGIN
  152. MENUITEM "Send File...", IDM_CONTEXT_SEND
  153. MENUITEM "Receive File...", IDM_CONTEXT_RECEIVE
  154. MENUITEM "Print...", IDM_CONTEXT_PRINT
  155. MENUITEM SEPARATOR
  156. MENUITEM "Copy\tCtrl+C", IDM_CONTEXT_COPY, GRAYED
  157. MENUITEM "Paste to Host\tCtrl+V", IDM_CONTEXT_PASTE, GRAYED
  158. MENUITEM SEPARATOR
  159. MENUITEM "Select All", IDM_CONTEXT_SELECT_ALL
  160. MENUITEM SEPARATOR
  161. MENUITEM "Snap", IDM_CONTEXT_SNAP
  162. #if defined(INCL_TERMINAL_CLEAR)
  163. MENUITEM SEPARATOR
  164. MENUITEM "Clear &Backscroll", IDM_CONTEXT_CLEAR_BACKSCROLL
  165. MENUITEM "C&lear Screen", IDM_CONTEXT_CLEAR_SCREEN
  166. #endif
  167. /*
  168. MENUITEM SEPARATOR
  169. MENUITEM "What's This?", IDM_CONTEXT_WHATS_THIS
  170. */
  171. END
  172. END
  173. /* ---------------------------------------------------------------------- */
  174. #include "dialogs.rc"
  175. /* ---------------------------------------------------------------------- */
  176. /* For upper-WACKER the emulator dialogs will be bound with the emu DLL. */
  177. #include "..\emu\emudlgs.rc"
  178. /* ---------------------------------------------------------------------- */
  179. #include "tables.rc"
  180. /* ---------------------------------------------------------------------- */
  181. STRINGTABLE DISCARDABLE
  182. BEGIN
  183. IDS_GNRL_APPNAME "HyperTerminal"
  184. #ifdef INCL_NAG_SCREEN
  185. IDS_GNRL_UNREGISTERED " (Unlicensed)"
  186. #endif
  187. IDS_GNRL_HILGRAVE_COPYRIGHT "Portions Copyright (C) Hilgraeve Inc."
  188. IDS_GNRL_AUTHOR "Developed for Microsoft\nby Hilgraeve, Incorporated"
  189. //mpt:08-22-97 added HTML help
  190. #if defined(INCL_USE_HTML_HELP)
  191. IDS_HTML_HELPFILE "HYPERTRM.CHM::/hyperterminal_top_node.htm"
  192. #endif
  193. IDS_GNRL_HELPFILE "HYPERTRM.HLP"
  194. IDS_GNRL_PRSHT_TITLE "Properties for "
  195. IDS_GNRL_NEW_CNCT "New Connection"
  196. IDS_GNRL_HAS ".ht"
  197. //#if defined(NT_EDITION) //jmh: 8/2/96
  198. IDS_GNRL_PROFILE_DIR "Accessories\\Communications"
  199. //#endif // defined(NT_EDITION)
  200. /* General confirmation messages */
  201. IDS_GNRL_CNFRM_SAVE "Do you want to save the connection named %s%s%s?"
  202. IDS_GNRL_CNFRM_OVER "%s file already exists.\rDo you want to replace the existing file?"
  203. IDS_GNRL_CNFRM_DCNCT "You are currently connected.\rAre you sure you want to disconnect now?"
  204. IDS_GNRL_ELLIPSIS " ... "
  205. IDS_GNRL_CREATE_PATH "The path '%s' does not exist. Create it?"
  206. IDS_GNRL_INVALID_CHARS "A connection name cannot contain any of the following characters: %s"
  207. IDS_GNRL_INVALID_NAME "The connection name is a reserved device name.\nUse a different connection name."
  208. IDS_GNRL_NEED_FNAME "You must enter a file name."
  209. IDS_GNRL_INVALID_FNAME_CHARS "A file name cannot contain any of the following characters: %s"
  210. IDS_GNRL_INVALID_FILE_CHARS "/\\:*?\x22<>|"
  211. IDS_GNRL_NEED_COUNTRYCODE "You must enter a country."
  212. IDS_GNRL_NEED_AREACODE "You must enter an area code."
  213. IDS_GNRL_NEED_PHONENUMBER "You must enter a phone number."
  214. IDS_GNRL_NEED_CONNECTIONTYPE "You must enter a selection from the Connect using pulldown list."
  215. IDS_GNRL_NEED_SESSION_NAME "You must enter a session name."
  216. END
  217. STRINGTABLE DISCARDABLE
  218. BEGIN
  219. IDS_CMM_ALL_FILES1 "All Files (*.*)"
  220. IDS_CMM_ALL_FILES2 "*.*"
  221. IDS_CMM_SEL_FILES "Select File"
  222. IDS_CMM_SEL_DIR "Select a Folder"
  223. IDS_CMM_SAVE_AS "Save As..."
  224. IDS_CMM_LOAD_SESS "Open"
  225. IDS_CMM_HAS_FILES1 "Session files (*.ht)"
  226. IDS_CMM_HAS_FILES2 "*.ht"
  227. IDS_CMM_HAS_FILES3 "Terminal files (*.trm)"
  228. IDS_CMM_HAS_FILES4 "*.trm"
  229. END
  230. STRINGTABLE DISCARDABLE
  231. BEGIN
  232. IDS_SND_DLG_DD "You can also drag files from a folder and drop them in the list box."
  233. IDS_SND_DLG_FILE "Select File to Send"
  234. IDS_SND_TXT_FILE "Send Text File"
  235. END
  236. STRINGTABLE DISCARDABLE
  237. BEGIN
  238. /* Messages for one of the receive dialogs */
  239. IDS_RM_APPEND "If more than one file is received, subsequent files will be appended to this file."
  240. IDS_RM_OVERWRITE "If more than one file is received, subsequent files will overwrite this file."
  241. IDS_RM_REFUSE "If more than one file is received, subsequent files will be refused."
  242. IDS_RM_NEWER "If more than one file is received, subsequent files will be refused unless they are newer."
  243. IDS_RM_DATE "If more than one file is received, subsequent files will be renamed by differences in the date."
  244. IDS_RM_SEQUENCE "If more than one file is received, subsequent files will be renamed by differences in the file name."
  245. END
  246. STRINGTABLE DISCARDABLE
  247. BEGIN
  248. IDS_CPF_DLG_FILE "Select Capture File"
  249. IDS_CPF_FILES1 "Text file (*.TXT)"
  250. IDS_CPF_FILES2 "*.TXT"
  251. IDS_CPF_SELECT_FILE "Select File"
  252. IDS_CPF_FILES3 "All files (*.*)"
  253. IDS_CPF_FILES4 "*.*"
  254. IDS_CPF_CAP_OFF "&Capture Text..."
  255. IDS_CPF_CAP_ON "&Capture Text"
  256. IDS_CPF_CAP_FILE "CAPTURE.TXT"
  257. END
  258. STRINGTABLE DISCARDABLE
  259. BEGIN
  260. IDS_XD_RECEIVE "Receiving Files"
  261. IDS_XD_SEND "Sending Files"
  262. IDS_XD_ON "On"
  263. IDS_XD_OFF "Off"
  264. IDS_XD_CRC "CRC"
  265. IDS_XD_CHECK "Checksum"
  266. IDS_XD_STREAM "Streaming"
  267. IDS_XD_CB "Classic B"
  268. IDS_XD_BP "B Plus"
  269. IDS_XD_INT "%d"
  270. IDS_XD_ONLY_1 "%1!d!"
  271. IDS_XD_I_OF_I "%1!d! of %2!d!"
  272. IDS_XD_KILO "%dK"
  273. IDS_XD_K_OF_K "%1K of %2K"
  274. IDS_XD_BPS "%d bps"
  275. IDS_XD_CPS "%d cps"
  276. IDS_XD_PERCENT "%d%%"
  277. IDS_XD_RECV_TITLE "%1 file receive for %2"
  278. IDS_XD_SEND_TITLE "%1 file send for %2"
  279. END
  280. STRINGTABLE DISCARDABLE
  281. BEGIN
  282. IDS_XD_PROTO_X_1 "1K Xmodem"
  283. IDS_XD_PROTO_X "Xmodem"
  284. IDS_XD_PROTO_Y "Ymodem"
  285. IDS_XD_PROTO_Y_G "Ymodem-G"
  286. IDS_XD_PROTO_Z "Zmodem"
  287. IDS_XD_PROTO_K "Kermit"
  288. IDS_XD_PROTO_Z_CR "Zmodem with Crash Recovery"
  289. END
  290. STRINGTABLE DISCARDABLE
  291. BEGIN
  292. /* Transfer status messages, displayed at end of transfer */
  293. IDS_MB_TITLE_WARN "HyperTerminal"
  294. IDS_MB_TITLE_ERR "HyperTerminal"
  295. IDS_MB_MSG_NO_FILE "HyperTerminal couldn't find the file: "
  296. IDS_ER_TAPI_INIFILE "TAPI.DLL cannot read TELEPHON.INI. Edit the file and then try again."
  297. IDS_ER_TAPI_NODRIVER "Windows could not find the Telephony device driver or one of its component files. Use the Telephony control panel to find or reinstall the driver."
  298. IDS_ER_TAPI_NOMULTI "A duplicate service provider exists in the TELEPHON.INI file. Use the Telephony Control Panel to correct the problem."
  299. END
  300. STRINGTABLE DISCARDABLE
  301. BEGIN
  302. /* A block of ZMODEM dialog text strings */
  303. IDS_TM_SD_ONE "<None>"
  304. IDS_TM_SD_TWO "Newer or longer"
  305. IDS_TM_SD_THREE "CRC differs"
  306. IDS_TM_SD_FOUR "Append to file"
  307. IDS_TM_SD_FIVE "Overwrite"
  308. IDS_TM_SD_SIX "Newer"
  309. IDS_TM_SD_SEVEN "Length or date differs"
  310. IDS_TM_SD_EIGHT "Refuse"
  311. END
  312. STRINGTABLE DISCARDABLE
  313. BEGIN
  314. IDS_TM_XFER_ZERO "Transfer successful"
  315. IDS_TM_XFER_ONE "Transfer cancelled by remote system"
  316. IDS_TM_XFER_TWO "Transfer cancelled by user"
  317. IDS_TM_XFER_THREE "Carrier lost"
  318. IDS_TM_XFER_FOUR "File transfer error limit exceeded. These errors are preventing successful transfer file. Please see Troubleshooting in online documentation."
  319. IDS_TM_XFER_FIVE "No response from remote system"
  320. IDS_TM_XFER_SIX "Packet sequence error"
  321. IDS_TM_XFER_SEVEN "Illegal message format"
  322. IDS_TM_XFER_EIGHT "Too many errors"
  323. IDS_TM_XFER_NINE "Cannot write file to disk"
  324. IDS_TM_XFER_TEN "Cannot open file"
  325. IDS_TM_XFER_ELEVEN "Disk error"
  326. IDS_TM_XFER_TWELVE "Not enough memory"
  327. IDS_TM_XFER_THIRTEEN "File exists but cannot be opened"
  328. IDS_TM_XFER_FOURTEEN "Transfer complete"
  329. IDS_TM_XFER_FIFTEEN, ""
  330. IDS_TM_XFER_SIXTEEN "File is too old"
  331. IDS_TM_XFER_SEVENTEEN "No file time available"
  332. IDS_TM_XFER_EIGHTEEN "Would not cancel"
  333. IDS_TM_XFER_NINETEEN "General failure"
  334. IDS_TM_XFER_TWENTY "No virus scanning"
  335. IDS_TM_XFER_TWENTYONE "Virus detected"
  336. IDS_TM_XFER_TWENTYTWO "User skipped"
  337. IDS_TM_XFER_TWENTYTHREE "User refused"
  338. IDS_TM_XFER_TWENTYFOUR "This file cannot be transferred, because an identically named file exists which cannot be renamed at this time. The existing file may be in use or write protected."
  339. END
  340. STRINGTABLE DISCARDABLE
  341. BEGIN
  342. /* A block of ZMODEM display messages, more blocks will follow */
  343. IDS_TM_SZ_ZERO, ""
  344. IDS_TM_SZ_ONE "Carrier lost"
  345. IDS_TM_SZ_TWO "Connection timed out"
  346. IDS_TM_SZ_THREE "Bad data packet"
  347. IDS_TM_SZ_FOUR "Waiting for start request"
  348. IDS_TM_SZ_FIVE "Requesting start packet"
  349. IDS_TM_SZ_SIX "Got start request"
  350. IDS_TM_SZ_SEVEN "Got acknowledgement"
  351. IDS_TM_SZ_EIGHT "Got start request"
  352. IDS_TM_SZ_NINE "File refused"
  353. IDS_TM_SZ_TEN "Remote error"
  354. IDS_TM_SZ_ELEVEN "Transfer canceled by remote user"
  355. IDS_TM_SZ_TWELVE "Finished"
  356. IDS_TM_SZ_THIRTEEN "Sending"
  357. IDS_TM_SZ_FOURTEEN "Receiving"
  358. IDS_TM_SZ_FIFTEEN "End of file"
  359. END
  360. STRINGTABLE DISCARDABLE
  361. BEGIN
  362. IDS_TM_SZ_SIXTEEN "Disk error"
  363. IDS_TM_SZ_SEVENTEEN "Service request"
  364. IDS_TM_SZ_EIGHTEEN "Challenge"
  365. IDS_TM_SZ_NINETEEN "Completed"
  366. IDS_TM_SZ_TWENTY "Cancelled"
  367. IDS_TM_SZ_TWENTYONE "Service request"
  368. IDS_TM_SZ_TWENTYTWO "Command error"
  369. IDS_TM_SZ_TWENTYTHREE "Command error"
  370. IDS_TM_SZ_TWENTYFOUR "Error in packet format"
  371. IDS_TM_SZ_TWENTYFIVE "Sending acknowledgement"
  372. IDS_TM_SZ_TWENTYSIX "Virus detected"
  373. END
  374. STRINGTABLE DISCARDABLE
  375. BEGIN
  376. /* A block of X and Y modem display messages, more blocks will follow */
  377. IDS_TM_RX_ZERO, ""
  378. IDS_TM_RX_ONE "Good packet"
  379. IDS_TM_RX_TWO "Alt packet"
  380. IDS_TM_RX_THREE "No batch packet"
  381. IDS_TM_RX_FOUR "End packet"
  382. IDS_TM_RX_FIVE "Repeat packet"
  383. IDS_TM_RX_SIX "Wrong packet"
  384. IDS_TM_RX_SEVEN "Short packet"
  385. IDS_TM_RX_EIGHT "Bad format"
  386. IDS_TM_RX_NINE "Bad check value"
  387. IDS_TM_RX_TEN "No packet"
  388. IDS_TM_RX_ELEVEN "Block aborted"
  389. IDS_TM_RX_TWELVE "No response"
  390. IDS_TM_RX_THIRTEEN "Got retry request"
  391. IDS_TM_RX_FOURTEEN "Unrequested response"
  392. END
  393. STRINGTABLE DISCARDABLE
  394. BEGIN
  395. IDS_TM_KRM_CANT_OPEN "Can't open or create %s."
  396. IDS_TM_KRM_CANT_WRITE "Can't write to disk."
  397. IDS_TM_KRM_VIRUS_DETECT "Transfer failed - virus detected!"
  398. END
  399. STRINGTABLE DISCARDABLE
  400. BEGIN
  401. IDS_TM_K_ZERO, ""
  402. IDS_TM_K_ONE "No response (timeout)"
  403. IDS_TM_K_TWO "Retry request"
  404. IDS_TM_K_THREE "Data error"
  405. IDS_TM_K_FOUR "Remote system error"
  406. IDS_TM_K_FIVE "Bad packet format"
  407. IDS_TM_K_SIX "Packet repeated"
  408. IDS_TM_K_SEVEN "Packet out of sequence"
  409. IDS_TM_K_EIGHT "Fatal error"
  410. IDS_TM_K_NINE "Transfer canceled by user"
  411. END
  412. STRINGTABLE DISCARDABLE
  413. BEGIN
  414. /* --- Statusbar Strings --- */
  415. IDS_STATUSBR_CONNECT "Connected"
  416. IDS_STATUSBR_CONNECT_FORMAT "Connected %s"
  417. //
  418. // The string directly below is only used to calculate the size of
  419. // the connection part when time connected is showing.
  420. //
  421. IDS_STATUSBR_CONNECT_FORMAT_X "Connected 00:00:00"
  422. IDS_STATUSBR_DISCONNECT "Disconnected"
  423. IDS_STATUSBR_CONNECTING "Connecting"
  424. IDS_STATUSBR_DISCONNECTING "Disconnecting"
  425. IDS_STATUSBR_SCRL "SCROLL"
  426. IDS_STATUSBR_CAPL "CAPS"
  427. IDS_STATUSBR_NUML "NUM"
  428. IDS_STATUSBR_CAPTUREON "Capture"
  429. IDS_STATUSBR_PRINTECHOON "Print echo"
  430. IDS_STATUSBR_COM "19200 8-N-1"
  431. IDS_STATUSBR_AUTODETECT "Auto detect"
  432. IDS_STATUSBR_COM_TCPIP "TCP/IP"
  433. IDS_STATUSBR_ANSWERING "Waiting for calls"
  434. END
  435. STRINGTABLE DISCARDABLE
  436. BEGIN
  437. /* --- Error Messages --- */
  438. IDS_ER_CNCT_BADLINE "You may need to install a modem before you can make a connection.\r\nWould you like to do this now?"
  439. /* IDS_ER_CNCT_TAPIFAILED "HyperTerminal has reported a general TAPI Error. \nPlease close HyperTerminal and try again." */
  440. IDS_ER_CNCT_TAPIFAILED "Windows has reported a TAPI error. Use the Phone and Modem Options icon in the control panel to ensure that a modem is installed. Then restart HyperTerminal."
  441. IDS_ER_CNCT_TAPINOMEM "There is not enough memory available. Quit some programs, and then try again."
  442. IDS_ER_CNCT_CALLUNAVAIL "Another program is using the selected Telephony device.\nTry again after the other program completes."
  443. IDS_ER_CNCT_PORTFAILED "Unable to open %s. Please check your port settings"
  444. IDS_ER_TAPI_CONFIG "Please confirm the modem/port selection in the following dialog. (This session either had no previous selection or that selection is absent from your TAPI configuration.)"
  445. IDS_ER_CNCT_BADADDRESS "The phone number, area code or country/region code contain invalid characters."
  446. IDS_ER_CNCT_BADADDRESS2 "Invalid phone number"
  447. IDS_ER_CNCT_PASSTHROUGH "PASSTHROUGH mode is not available or not supported.\nPlease confirm the TAPI device supports PASSTHROUGH mode."
  448. END
  449. STRINGTABLE DISCARDABLE
  450. BEGIN
  451. IDS_ER_TITLE "Fatal Error"
  452. IDS_ER_XFER_NO_FILE "No matching file was found."
  453. IDS_ER_BAD_SESSION "Could not read session file: %s."
  454. IDS_ER_REINIT "Could not reinitialize."
  455. IDS_ER_TAPI_REINIT "Quit HyperTerminal so your new communications settings can take effect."
  456. IDS_ER_TAPI_REINIT2 "You cannot use any telephony devices until you do."
  457. IDS_ER_TAPI_NEEDS_INFO "Before HyperTerminal can dial or make connections, you must provide information about your location."
  458. IDS_ER_OPEN_FAILED "Could not open file."
  459. IDS_ER_INVALID_TELNETID "Invalid telnet terminal id."
  460. IDS_ER_TAPI_UNKNOWN "Windows has reported a TAPI error (%x). Use the Phone and Modem Options icon in the control panel to ensure that a modem is installed properly."
  461. IDS_ER_CNCT_ACTIVETRANSFER "You must cancel the active file transfer prior to disconnecting.\n\nWould you like to cancel the file transfer and disconnect now?"
  462. IDS_ER_TAPI_NEEDS_RESET "Your modem settings have been modified.\nYou must disconnect and reconnect before the new settings will take effect.\nYou will only need to do this once.\n\nDo you want to disconnect now?"
  463. IDS_ER_XFER_SEND_IN_PROCESS "You must cancel the active file transfer prior to sending a file."
  464. IDS_ER_XFER_RECV_IN_PROCESS "You must cancel the active file transfer prior to receiving a file."
  465. IDS_ER_BACKSCROLL_SIZE "Invalid backscroll size. Backscroll size must be between %d and %d.\n\nSetting backscroll buffer size to %d."
  466. IDS_ER_LINE_DELAY_SIZE "Invalid line delay time. Line delay time must be between %d and %d milliseconds."
  467. IDS_ER_CHAR_DELAY_SIZE "Invalid character delay time. Character delay time must be between %d and %d milliseconds."
  468. IDS_ER_INVALID_PORT "Invalid port number. Port number must be between %d and %d."
  469. END
  470. STRINGTABLE DISCARDABLE
  471. BEGIN
  472. /* --- Print Messages --- */
  473. IDS_PRINT_ERROR "A general printer error occurred while printing. Click OK to cancel printing."
  474. IDS_PRINT_NOW_PRINTING "Now printing page %d of"
  475. IDS_PRINT_NOMEM "There is not enough memory to print this file. Quit some programs and then try again."
  476. IDS_PRINT_CANCEL "There is not enough memory to complete this operation. Quit some programs and then try again."
  477. IDS_PRINT_OF_DOC "'%s' on the"
  478. IDS_PRINT_ON_DEV "%1 on %2"
  479. IDS_PRINT_NO_PRINTER "There is no default printer selected.\x0ATo install and select a default printer, click the Start button, point to Settings, click Printers, and then double-click Add Printer."
  480. IDS_PRINT_TITLE "Print Error"
  481. IDS_PRINT_FILTER_1 "Printer Files (*.prn)"
  482. IDS_PRINT_FILTER_2 "*.prn"
  483. IDS_PRINT_FILTER_3 "All Files (*.*)"
  484. IDS_PRINT_FILTER_4 "*.*"
  485. IDS_PRINT_TOFILE "Print To File"
  486. IDS_PRINT_FILENAME "Output"
  487. IDS_PRINT_CAPTURE_DOC "HyperTerminal Capture"
  488. END
  489. STRINGTABLE DISCARDABLE
  490. BEGIN
  491. /* --- ToolTip Text --- */
  492. IDS_TTT_NEW "New"
  493. IDS_TTT_OPEN "Open"
  494. #ifdef INCL_CALL_ANSWERING
  495. IDS_TTT_DIAL "Call"
  496. #else
  497. IDS_TTT_DIAL "Connect"
  498. #endif
  499. IDS_TTT_HANGUP "Disconnect"
  500. IDS_TTT_SEND "Send"
  501. IDS_TTT_RECEIVE "Receive"
  502. IDS_TTT_PROPERTY "Properties"
  503. /* IDS_TTT_HELP "Help" */
  504. END
  505. STRINGTABLE DISCARDABLE
  506. BEGIN
  507. /* --- Minitel buttons --- */
  508. IDS_SIDEBAR_INDEX "Index"
  509. IDS_SIDEBAR_CANCEL "Cancel"
  510. IDS_SIDEBAR_PREVIOUS "Previous"
  511. IDS_SIDEBAR_REPEAT "Repeat"
  512. IDS_SIDEBAR_GUIDE "Guide"
  513. IDS_SIDEBAR_CORRECT "Correct"
  514. IDS_SIDEBAR_NEXT "Next"
  515. IDS_SIDEBAR_MSEND "Send"
  516. IDS_SIDEBAR_CONFIN "Cnct/Discnct"
  517. END
  518. /* --- Menu Help Text --- */
  519. STRINGTABLE DISCARDABLE
  520. BEGIN
  521. 40100 "Creates a new connection"
  522. 40101 "Opens an existing session"
  523. 40102 "Saves the current session"
  524. 40103 "Saves the current session with a new name"
  525. 40104 "Changes page layout settings"
  526. 40105 "Selects a printer"
  527. 40106 "Prints the current session"
  528. 40107 "Displays the properties of the current session"
  529. 40108 "Quits HyperTerminal and saves the current session"
  530. END
  531. STRINGTABLE DISCARDABLE
  532. BEGIN
  533. 40200 "Copies the selection to the Clipboard"
  534. 40201 "Sends the contents of the Clipboard to the remote computer"
  535. 40202 "Selects the entire session, including the backscroll buffer"
  536. 40203 "Clears the backscroll buffer"
  537. 40204 "Clears the terminal screen"
  538. END
  539. STRINGTABLE DISCARDABLE
  540. BEGIN
  541. 40300 "Shows or hides the tool bar"
  542. 40301 "Shows or hides the status bar"
  543. 40302 "Selects a font for the current session"
  544. 40303 "Sizes the window based on the current font size"
  545. END
  546. STRINGTABLE DISCARDABLE
  547. BEGIN
  548. 40400 "Connects to remote system"
  549. 40401 "Disconnects from the remote system"
  550. 40402 "Sends a file to the remote system"
  551. 40403 "Receives a file from the remote system"
  552. 40404 "Creates a file of all incoming text"
  553. 40405 "Prints incoming text as it is received"
  554. 40406 "Sends a text file to the remote system"
  555. 40407 "Waits for incoming calls"
  556. 40408 "Stops waiting for incoming calls"
  557. END
  558. STRINGTABLE DISCARDABLE
  559. BEGIN
  560. 40420 "Stop capturing..."
  561. 40421 "Pause capturing..."
  562. 40422 "Resume capturing..."
  563. 40424 "Stop..."
  564. 40425 "Pause..."
  565. 40426 "Resume..."
  566. END
  567. STRINGTABLE DISCARDABLE
  568. BEGIN
  569. 40501 "Displays Help topics"
  570. 40502 "Displays program information, version number, and copyright"
  571. 40503 "Manage keyboard macros"
  572. END
  573. STRINGTABLE DISCARDABLE
  574. BEGIN
  575. 40000 "File"
  576. 40001 "Edit"
  577. 40002 "View"
  578. 40003 "Actions"
  579. 40004 "Transfer"
  580. 40005 "Help"
  581. END
  582. STRINGTABLE DISCARDABLE
  583. BEGIN
  584. 40800 "Sends a file to the remote system"
  585. 40801 "Receives a file from the remote system"
  586. 40802 "Prints the current session"
  587. 40803 "Copies the selection to the Clipboard"
  588. 40804 "Sends the contents of the Clipboard to the remote computer"
  589. 40805 "Selects the entire session, including the backscroll buffer"
  590. 40806 "What's This..."
  591. 40807 "Resizes the HyperTerminal window to match the terminal size"
  592. 40808 "Cannot dial without phone number"
  593. 40809 "Access denied"
  594. END
  595. STRINGTABLE DISCARDABLE
  596. BEGIN
  597. /* --- Connection dialog strings --- */
  598. IDS_DIAL_OFFERING "Connecting"
  599. IDS_DIAL_DIALTONE "Dial Tone"
  600. IDS_DIAL_DIALING "Dialing"
  601. IDS_DIAL_RINGBACK "Ring Back"
  602. IDS_DIAL_BUSY "Busy"
  603. IDS_DIAL_CONNECTED "Connected"
  604. IDS_DIAL_DISCONNECTED "Disconnected"
  605. IDS_DIAL_NOANSWER "No Answer"
  606. IDS_DIAL_NODIALTONE "No Dialtone"
  607. IDS_DIAL_REDIAL_IN "Redial in %d"
  608. /* --- Connection messages --- */
  609. IDS_CNCT_OPEN "\r\n=====> Connected %1, %2\r\n"
  610. IDS_CNCT_CLOSE "\r\n=====> Disconnected %1, %2"
  611. /* --- Default terminal font --- */
  612. #if defined(INCL_USE_TERMINAL_FONT)
  613. IDS_TERM_DEF_FONT "Terminal"
  614. IDS_TERM_DEF_NONVGA_SIZE "-15"
  615. #else
  616. IDS_TERM_DEF_FONT "Courier New"
  617. IDS_TERM_DEF_NONVGA_SIZE "-15"
  618. #endif
  619. IDS_TERM_DEF_CHARSET "255"
  620. IDS_TERM_DEF_VGA_SIZE "-11"
  621. /* --- Default printer font --- */
  622. IDS_PRINT_DEF_FONT "Courier New"
  623. IDS_PRINT_DEF_CHARSET "255"
  624. /* --- Upgrade button font and size ---*/
  625. IDS_UPGRADE_FONT "MS Sans Serif"
  626. IDS_UPGRADE_FONT_SIZE "-8"
  627. /* --- Base name of direct com ports --- */
  628. IDS_CNCT_DIRECTCOM "Direct to Com%d"
  629. IDS_CNCT_DIRECTCOM_NT "Direct to %s"
  630. /* --- Delayed dialing string --- */
  631. IDS_CNCT_DELAYEDDIAL "Dialing is paused. Click OK when you are ready to continue dialing."
  632. END
  633. STRINGTABLE DISCARDABLE
  634. BEGIN
  635. IDS_EMUNAME_AUTO "Auto detect"
  636. IDS_EMUNAME_ANSI "ANSI"
  637. IDS_EMUNAME_MINI "Minitel"
  638. IDS_EMUNAME_VIEW "Viewdata"
  639. IDS_EMUNAME_TTY "TTY"
  640. IDS_EMUNAME_VT100 "VT100"
  641. IDS_EMUNAME_VT52 "VT52"
  642. IDS_EMUNAME_VT100J "VT100J"
  643. IDS_EMUNAME_ANSIW "ANSIW"
  644. IDS_EMUNAME_VT220 "VT220"
  645. IDS_EMUNAME_VT320 "VT320"
  646. IDS_EMUNAME_VT100PLUS "VT100+"
  647. IDS_EMUNAME_VTUTF8 "VT-UTF8"
  648. END
  649. #if defined(NT_EDITION) // mrw:7/8/95
  650. STRINGTABLE DISCARDABLE
  651. BEGIN
  652. IDS_USE_RTF "True" // This is a special flag to make upgrade text localizable
  653. // Default is True for US English.
  654. // If you change this to anything else, following upgrade text will be localizable.
  655. IDS_UPGRADE+0 "\t\t\tHyperTerminal"
  656. IDS_UPGRADE+1 "\n\n"
  657. IDS_UPGRADE+2 "HyperTerminal is a small, easy to use product, designed to satisfy basic terminal communications "
  658. IDS_UPGRADE+3 "needs. HyperTerminal was written for Microsoft by Hilgraeve Inc., and contains a subset of the "
  659. IDS_UPGRADE+4 "capabilities available in Hilgraeve's full-featured communications software, HyperACCESS."
  660. IDS_UPGRADE+5 "\n\n"
  661. IDS_UPGRADE+6 "Hilgraeve provides a popular upgrade to HyperTerminal, called HyperTerminal Private Edition, which "
  662. IDS_UPGRADE+7 "may be downloaded free for personal use from http://www.hilgraeve.com. This upgrade offers added "
  663. IDS_UPGRADE+8 "capabilities such as the ability to assign macros to keys, to reduce the number of keystrokes "
  664. IDS_UPGRADE+9 "required to send passwords, user IDs, or host commands. This free upgrade also enables you to define "
  665. IDS_UPGRADE+10 "the colors and size (rows and columns) used by the terminal screen."
  666. IDS_UPGRADE+11 "\n\n"
  667. IDS_UPGRADE+12 "If you need features beyond those of HyperTerminal or HyperTerminal Private Edition, you may wish "
  668. IDS_UPGRADE+13 "to consider purchasing Hilgraeve's full-featured communications software, HyperACCESS, or comparable "
  669. IDS_UPGRADE+14 "products from other manufacturers. Here are some of the features and benefits you can expect from "
  670. IDS_UPGRADE+15 "such full-featured products:"
  671. IDS_UPGRADE+16 "\n\n"
  672. IDS_UPGRADE+17 "� Additional terminal emulators and file transfer protocols\n"
  673. IDS_UPGRADE+18 "� Record and play back logons and other repetitive steps\n"
  674. IDS_UPGRADE+19 "� Define your own keys and buttons with text or bitmap labels\n"
  675. IDS_UPGRADE+20 "� Automate communications with powerful script languages"
  676. IDS_UPGRADE+21 "\n\n"
  677. IDS_UPGRADE+22 "For information on HyperACCESS, HyperTerminal Private Edition, or other Hilgraeve products, contact "
  678. IDS_UPGRADE+23 "Hilgraeve at [email protected] or go to http://www.hilgraeve.com."
  679. IDS_UPGRADE+24 "\n\n"
  680. //IDS_UPGRADE+2 "HyperTerminal is designed to satisfy your basic communications needs in a small, easy-to-use product. "
  681. //IDS_UPGRADE+3 "It demonstrates many of the new features of Windows 98 including TAPI, Unimodem, and the Windows 98 user interface."
  682. //IDS_UPGRADE+4 "\n\n"
  683. //IDS_UPGRADE+5 "HyperTerminal Version 1.2 is a more powerful version of the HyperTerminal program that shipped in the first release of Windows 98. "
  684. //IDS_UPGRADE+6 "HyperTerminal Version 1.2 includes Telnet, Zmodem crash recovery, redial on busy, and better font handling and display. HyperTerminal was written for Microsoft by Hilgraeve Inc."
  685. //IDS_UPGRADE+7 "\n\n"
  686. //IDS_UPGRADE+8 "If you need features beyond what HyperTerminal offers, Hilgraeve and other vendors of Windows 98 software have larger full-featured products that may better satisfy your needs. "
  687. //IDS_UPGRADE+9 "Here are some of the features and benefits you can expect from many commercial products."
  688. //IDS_UPGRADE+10 "\n\n"
  689. //IDS_UPGRADE+11 "* Record and play back logons and other repetitive steps\n"
  690. //IDS_UPGRADE+12 "* Define your own keys and buttons with text or bitmap labels\n"
  691. //IDS_UPGRADE+13 "* Automate communications with a powerful script language\n"
  692. //IDS_UPGRADE+14 "* Make the backscroll buffer as large as you want\n"
  693. //IDS_UPGRADE+15 "* Additional terminal emulators and file transfer protocols\n"
  694. //IDS_UPGRADE+16 "* Added connectivity, like telnet access to Internet, modem pool support, and much more\n"
  695. //IDS_UPGRADE+17 "\n"
  696. //IDS_UPGRADE+18 "For sales information on full-featured Hilgraeve products, ask any software dealer, or call Hilgraeve sales lines at 800-826-2760 (US and Canada), 734-243-0576, fax 734-243-0645. "
  697. //IDS_UPGRADE+19 "You can also find information on Hilgraeve products at http://www.hilgraeve.com."
  698. //IDS_UPGRADE+20 "\n\n"
  699. //IDS_UPGRADE+21 " "
  700. //IDS_UPGRADE+22 " "
  701. //IDS_UPGRADE+23 " "
  702. //IDS_UPGRADE+24 " "
  703. IDS_UPGRADE+25 " "
  704. IDS_UPGRADE+26 " "
  705. IDS_UPGRADE+27 " "
  706. IDS_UPGRADE+28 " "
  707. IDS_UPGRADE+29 " "
  708. IDS_UPGRADE+30 " "
  709. IDS_UPGRADE+31 " "
  710. IDS_UPGRADE+32 " "
  711. IDS_UPGRADE+33 " "
  712. IDS_UPGRADE+34 " "
  713. IDS_UPGRADE+35 " "
  714. IDS_UPGRADE+36 " "
  715. IDS_UPGRADE+37 " "
  716. IDS_UPGRADE+38 " "
  717. IDS_UPGRADE+39 " "
  718. IDS_UPGRADE+40 " "
  719. IDS_UPGRADE+41 " "
  720. IDS_UPGRADE+42 " "
  721. IDS_UPGRADE+43 " "
  722. IDS_UPGRADE+44 " "
  723. IDS_UPGRADE+45 " "
  724. IDS_UPGRADE+46 " "
  725. IDS_UPGRADE+47 " "
  726. IDS_UPGRADE+48 " "
  727. IDS_UPGRADE+49 " "
  728. IDS_UPGRADE+50 " "
  729. END
  730. #endif
  731. STRINGTABLE DISCARDABLE
  732. BEGIN
  733. IDS_UPGRADE_INFO "Upgrade Info..."
  734. END
  735. #ifdef INCL_KEY_MACROS
  736. STRINGTABLE DISCARDABLE
  737. BEGIN
  738. IDS_DELETE_KEY_MACRO "Are you sure you want to delete the %s key"
  739. IDS_DUPLICATE_KEY_MACRO "%s, is already defined."
  740. IDS_MISSING_KEY_MACRO "You must specify a key to be mapped."
  741. IDS_KEY_MACRO_REDEFINITION "%s is already in use as a windows key or an emulator key.\nDo you wish to override this definition?"
  742. END
  743. STRINGTABLE DISCARDABLE
  744. BEGIN
  745. IDS_MACRO_INSERT "INSERT"
  746. IDS_MACRO_DEL "DEL"
  747. IDS_MACRO_HOME "HOME"
  748. IDS_MACRO_END "END"
  749. IDS_MACRO_UP "UP"
  750. IDS_MACRO_DOWN "DOWN"
  751. IDS_MACRO_PAGEUP "PAGEUP"
  752. IDS_MACRO_PAGEDOWN "PAGEDOWN"
  753. IDS_MACRO_LEFT "LEFT"
  754. IDS_MACRO_RIGHT "RIGHT"
  755. IDS_MACRO_CENTER "CENTER"
  756. IDS_MACRO_F1 "F1"
  757. IDS_MACRO_F2 "F2"
  758. IDS_MACRO_F3 "F3"
  759. IDS_MACRO_F4 "F4"
  760. IDS_MACRO_F5 "F5"
  761. END
  762. STRINGTABLE DISCARDABLE
  763. BEGIN
  764. IDS_MACRO_F6 "F6"
  765. IDS_MACRO_F7 "F7"
  766. IDS_MACRO_F8 "F8"
  767. IDS_MACRO_F9 "F9"
  768. IDS_MACRO_F10 "F10"
  769. IDS_MACRO_F11 "F11"
  770. IDS_MACRO_F12 "F12"
  771. IDS_MACRO_F13 "F13"
  772. IDS_MACRO_F14 "F14"
  773. IDS_MACRO_F15 "F15"
  774. IDS_MACRO_F16 "F16"
  775. IDS_MACRO_F17 "F17"
  776. IDS_MACRO_F18 "F18"
  777. IDS_MACRO_F19 "F19"
  778. IDS_MACRO_F20 "F20"
  779. IDS_MACRO_F21 "F21"
  780. END
  781. STRINGTABLE DISCARDABLE
  782. BEGIN
  783. IDS_MACRO_F22 "F22"
  784. IDS_MACRO_F23 "F23"
  785. IDS_MACRO_F24 "F24"
  786. IDS_MACRO_UNKNOWN "UNKNOWN"
  787. IDS_MACRO_BUTTON1 "BUTTON1"
  788. IDS_MACRO_BUTTON2 "BUTTON2"
  789. IDS_MACRO_BUTTON3 "BUTTON3"
  790. IDS_MACRO_BREAK "BREAK"
  791. IDS_MACRO_BACKTAB "BACKTAB"
  792. IDS_MACRO_NEWLINE "NEWLINE"
  793. IDS_MACRO_ALTGRAF "ALTGRAF"
  794. IDS_MACRO_PAUSE "PAUSE"
  795. IDS_MACRO_CAPLOCK "CAPLOCK"
  796. IDS_MACRO_ESC "ESC"
  797. IDS_MACRO_PRNTSCREEN "PRINT SCREEN"
  798. IDS_MACRO_CLEAR "CLEAR"
  799. END
  800. STRINGTABLE DISCARDABLE
  801. BEGIN
  802. IDS_MACRO_EREOF "EREOF"
  803. IDS_MACRO_PA1 "PA1"
  804. IDS_MACRO_ADD "ADD"
  805. IDS_MACRO_SUB "SUB"
  806. IDS_MACRO_2 "2"
  807. IDS_MACRO_6 "6"
  808. IDS_MACRO_MINUS "MINUS"
  809. IDS_MACRO_NUMPAD0 "0"
  810. IDS_MACRO_NUMPAD1 "1"
  811. IDS_MACRO_NUMPAD2 "2"
  812. IDS_MACRO_NUMPAD3 "3"
  813. IDS_MACRO_NUMPAD4 "4"
  814. IDS_MACRO_NUMPAD5 "5"
  815. IDS_MACRO_NUMPAD6 "6"
  816. IDS_MACRO_NUMPAD7 "7"
  817. IDS_MACRO_NUMPAD8 "8"
  818. END
  819. STRINGTABLE DISCARDABLE
  820. BEGIN
  821. IDS_MACRO_NUMPAD9 "9"
  822. IDS_MACRO_NUMPADPERIOD "."
  823. IDS_MACRO_DECIMAL "DECIMAL"
  824. IDS_MACRO_FSLASH "DIVIDE"
  825. IDS_MACRO_MULTIPLY "MULTIPLY"
  826. IDS_MACRO_NUMLOCK "NUMLOCK"
  827. IDS_MACRO_SCRLLOCK "SCROLL LOCK"
  828. IDS_MACRO_INTERRUPT "INTERRUPT"
  829. IDS_MACRO_CTRL "CTRL-"
  830. IDS_MACRO_ALT "ALT-"
  831. IDS_MACRO_SHIFT "SHIFT-"
  832. IDS_MACRO_ENTER "ENTER"
  833. IDS_MACRO_TAB "TAB"
  834. IDS_MACRO_BS "BACKSPACE"
  835. IDS_MACRO_CAPSLOCK "CAPSLOCK"
  836. END
  837. #endif
  838. /* ---------------------------------------------------------------------- */
  839. IDA_WACKER ACCELERATORS MOVEABLE PURE
  840. BEGIN
  841. VK_F10, IDA_CONTEXT_MENU, VIRTKEY, SHIFT; SHIFT+F10
  842. END
  843. /* ---------------------------------------------------------------------- */
  844. IDB_BUTTONS_LARGE BITMAP buttons.bmp
  845. IDB_BUTTONS_SMALL BITMAP sbuttons.bmp
  846. #if defined(NT_EDITION)
  847. IDD_BM_BANNER BITMAP banner.bmp
  848. #elif defined(INCL_PRIVATE_EDITION_BANNER) && defined(USE_PRIVATE_EDITION_3_BANNER)
  849. IDD_BM_BANNER BITMAP htpe3bnr.bmp
  850. //IDD_BM_BANNER BITMAP banner1.bmp
  851. #elif defined(INCL_PRIVATE_EDITION_BANNER)
  852. IDD_BM_BANNER BITMAP htpebnr.bmp
  853. #else
  854. IDD_BM_BANNER BITMAP banner1.bmp
  855. #endif
  856. #if defined(INCL_SPINNING_GLOBE)
  857. IDR_GLOBE_AVI AVI globe.avi
  858. #endif
  859. /* ---------------------------------------------------------------------- */