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.

56 lines
2.2 KiB

  1. #include "windows.h"
  2. #include "resource.h"
  3. /*
  4. * License Server Setup Wizard Page
  5. */
  6. IDD_PROPPAGE_LICENSESERVICES DIALOG DISCARDABLE 0,0,317,143
  7. STYLE WS_CHILD | WS_DISABLED
  8. FONT 8, "MS Shell Dlg"
  9. BEGIN
  10. LTEXT "Specify the role of the license server and the location of the license server database.",
  11. IDC_STATIC,21,1,275,25
  12. LTEXT "Make this license server available to:",
  13. IDC_STATIC,21,16,275,50
  14. CONTROL "Your entire &enterprise",
  15. IDC_RADIO_ENTERPRISE_SERVER,"Button",
  16. BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,31,31,265,10
  17. CONTROL "Your &domain or workgroup",
  18. IDC_RADIO_PLAIN_SERVER,"Button",
  19. BS_AUTORADIOBUTTON,31,46,265,10
  20. LTEXT "Install license server database at this location:",
  21. IDC_STATIC,21,66,275,42,
  22. EDITTEXT IDC_EDIT_INSTALL_DIR,21,76,224,14,ES_AUTOHSCROLL
  23. PUSHBUTTON "B&rowse...",IDC_BUTTON_BROWSE_DIR,250,76,46,14
  24. END
  25. /*
  26. * License Server Setup Resource Strings
  27. */
  28. STRINGTABLE DISCARDABLE
  29. BEGIN
  30. IDS_STRING_DIRECTORY_SELECT
  31. "Select the installation folder for the license server database:"
  32. IDS_STRING_INVLID_INSTALLATION_DIRECTORY
  33. "The specified installation folder is not valid. Select a valid installation folder."
  34. IDS_STRING_CREATE_INSTALLATION_DIRECTORY
  35. "The specified installation folder does not exist. Do you want to create the folder?"
  36. IDS_STRING_CANT_CREATE_INSTALLATION_DIRECTORY
  37. "The specified installation folder could not be created. Select a different folder."
  38. IDS_MAIN_TITLE
  39. "Terminal Server Licensing Setup"
  40. IDS_SUB_TITLE
  41. "Provide the information needed to set up this computer as a license server."
  42. IDS_STRING_LICENSES_GO_BYE_BYE
  43. "All unissued licenses stored on this server will be lost if Terminal Server Licensing is uninstalled. Do you wish to continue?"
  44. IDS_INSUFFICIENT_PERMISSION "Terminal Server Licensing setup could not be completed for your enterprise. Setup will still complete. Uninstall, try logging on as a member of the Enterprise Admins or Domain Admins group and then run setup again."
  45. END