Source code of Windows XP (NT5)
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.

61 lines
2.8 KiB

  1. /* Copyright (c) 1995, Microsoft Corporation, all rights reserved
  2. **
  3. ** rasphone.rc
  4. ** Remote Access Phonebook
  5. ** Resources
  6. **
  7. ** 08/15/95 Steve Cobb
  8. */
  9. #include <windows.h>
  10. #include "rasphone.rch"
  11. #include "rasphone.dlg"
  12. /* NT-standard version information.
  13. */
  14. #include <ntverp.h>
  15. #define VER_FILETYPE VFT_APP
  16. #define VER_FILESUBTYPE VFT2_UNKNOWN
  17. #define VER_FILEDESCRIPTION_STR "Remote Access Phonebook"
  18. #define VER_INTERNALNAME_STR "rasphone.exe"
  19. #define VER_ORIGINALFILENAME_STR "rasphone.exe"
  20. #include "common.ver" // NT5.0 version file.
  21. /* Icons
  22. */
  23. #ifndef ICON_Rasphone
  24. #define ICON_Rasphone
  25. #ifndef IID_Rasphone
  26. #define IID_Rasphone 60
  27. #endif
  28. IID_Rasphone ICON "..\inc\p3oEcon.ico"
  29. #endif
  30. /* Message strings.
  31. */
  32. STRINGTABLE
  33. {
  34. SID_UsageTitle "Dial-Up Networking Command Line"
  35. SID_Usage "%1 [-f file] [[-e | -d | -h | -r] entry]\n%1 [-f file] -a [entry]\n%1 [-f file] -lx link\n%1 \n\n%2%3%4%5%6"
  36. SID_Usage2 "-a\tPopup new entry dialogs\n-e\tPopup edit entry dialogs\n"
  37. SID_Usage3 "-d\tPopup dial entry dialogs\n-h\tQuietly hang up the entry\n-r\tQuietly delete the entry\n"
  38. SID_Usage4 "-lx\tExecute command 'x' on dial-up shortcut file\nx\tAny of the commands a, e, d, h, or r\n"
  39. SID_Usage5 "entry\tThe entry name to which the operation applies\nfile\tThe full path to the phonebook file\nlink\tThe full path to the dial-up shortcut file\n"
  40. SID_Usage6 "\n'entry' alone selects the entry in the phonebook dialog"
  41. SID_PopupTitle "Dial-Up Networking"
  42. SID_InstallText "Dial-Up Networking connects you to remote networks using, for example, your modem or ISDN adapter. Once connected, your network applications work as if you were directly connected to the remote network.\n\n%1\n\n%2"
  43. SID_InstallText1 "Dial-Up Networking provides Windows NT's PPP and SLIP protocol support."
  44. SID_InstallText2 "Dial-Up Networking is currently uninstalled. Press 'Install' to install and configure."
  45. SID_RestartText "Dial-Up Networking was successfully installed on your computer.\n\n%1\n\n%2"
  46. SID_RestartText1 "You must shut down and restart your computer before the new settings will take effect."
  47. SID_RestartText2 "Do you want to restart your computer now?"
  48. SID_NotAdmin "You must be logged on as an Administrator to install Dial-Up Networking."
  49. SID_InstallingWksta "Installing Microsoft Windows Workstation Service."
  50. SID_InstallingSrv "Installing Microsoft Windows Server Service."
  51. SID_InstallingNetbios "Installing Microsoft NetBIOS Transport Interface."
  52. SID_InstallingRpc "Installing Remote Procedure Call Configuration service."
  53. SID_InstallingRas "Installing Dial-Up Networking."
  54. }