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.

116 lines
6.2 KiB

  1. #include "custom.rcv"
  2. #include "resource.h"
  3. #include "winver.h"
  4. #include "ntverp.h"
  5. #include "windows.h"
  6. IDR_MAINMENU MENU DISCARDABLE
  7. BEGIN
  8. POPUP "&File"
  9. BEGIN
  10. MENUITEM "&New", IDM_FILENEW
  11. MENUITEM "&Open...", IDM_FILEOPEN
  12. MENUITEM SEPARATOR
  13. MENUITEM "&Save", IDM_FILESAVE
  14. MENUITEM "Save &As...", IDM_FILESAVEAS
  15. MENUITEM SEPARATOR
  16. MENUITEM "E&xit", IDM_FILEEXIT
  17. END
  18. POPUP "&Policy"
  19. BEGIN
  20. MENUITEM "&Import", IDM_ADMIMPORT
  21. MENUITEM "&Delete", IDM_ADMDELETE
  22. MENUITEM "&Check Duplicate Keys" IDM_CHKDUPKEYS
  23. END
  24. POPUP "Ma&nage"
  25. BEGIN
  26. MENUITEM "&All Policies", IDM_PLATFORM_WIN32, CHECKED
  27. MENUITEM "&Non-Admin Policies" IDM_PLATFORM_W2K
  28. END
  29. POPUP "&Help"
  30. BEGIN
  31. MENUITEM "&Contents and Index\tF1", IDM_HELP
  32. END
  33. END
  34. STRINGTABLE PRELOAD
  35. BEGIN
  36. IDS_TITLE "IEAK 6 Profile Manager"
  37. IDS_TITLE1 "IEAK 6 Profile Manager - Untitled"
  38. IDS_TITLE2 "IEAK 6 Profile Manager - %s"
  39. IDS_SAVE "Would you like to save changes to %s?"
  40. IDS_UNTITLED "Untitled"
  41. IDS_ERRDLL "Error: could not load insedit.dll"
  42. IDS_ADMDELWARN "Are you sure you wish to delete this file?"
  43. IDS_WIZARDBRANCHTEXT "The settings listed in the left-hand pane under this branch are the same settings you made when you ran the wizard.\r\nYou can import an .INS file that has these settings preset in them, but this .INS file also specifies other files that will need to be modified. If you make changes here, they will be reflected in all files necessary to deploy the updated package.\r\nTo begin using the Profile Manager, you must open an existing .INS or create a new one using the File menu."
  44. IDS_NOPOLICYFILE "No policy files found"
  45. IDS_OPENFILEMSG "Opening file..."
  46. IDS_SAVEFILEMSG "Saving file..."
  47. IDS_IMPORTADMFILEMSG "Importing policy template file..."
  48. IDS_READYMSG "Ready"
  49. IDS_LOADADMFILEMSG "Loading policy template files..."
  50. IDS_CHKDUPKEYMSG "Checking for duplicate keys..."
  51. IDS_WIZARDSETTINGS "Wizard Settings"
  52. IDS_POLICYSETTINGS "Policies and Restrictions"
  53. IDS_INSFILTERNAME "INS Files"
  54. IDS_LANGUAGE "Language"
  55. IDS_NOIE "You must have Internet Explorer 6 installed before using IEAK 6. You can install from the original CD or visit http://www.microsoft.com/ie."
  56. IDS_WIZARDBRANCHTITLE "Wizard Settings"
  57. IDS_DSCRWNDFAIL "Failed to create description window. You may not be able to view any system policies."
  58. IDS_WRONGIE "You must install Internet Explorer Version 3.0 or later to use the IEAK's HTML Help."
  59. IDS_FILENOTFOUND "Cannot open file %s.\nFile not found."
  60. IDS_CABSIGN_ERROR "The following file(s) could not be signed: \r\n %s"
  61. IDS_INVALIDEXTN "The filename specified should have a .ins extension."
  62. IDS_CHECKFOREXCHAR "You have selected Windows 3.1/WFW/NT 3.51 platform and extended characters in file paths are not legal. The Profile Manager will now search for extended characters. If extended characters are found, the platform will not be switched and you will be notified of where the violation occurs."
  63. IDS_STATUS "\n Status : %s"
  64. IDS_CABSURLPATH "\n Cabs URL Path : %s"
  65. IDS_VERSIONINFO "\n Version Information : %s"
  66. IDS_PROFILE_DIRTY "Profile not saved"
  67. IDS_PROFILE_NOCHANGE "Profile unchanged"
  68. IDS_NOTAVAILABLE "Not Available"
  69. IDS_COMINITFAILURE "Failed to initialize the COM library."
  70. IDS_NOLANGDIR "You cannot use the Profile Manager for this configuration because you have not downloaded the necessary files for the %1 platform. To download these files, you must run Automatic Version Synchronization for a particular language and platform in the IE Customization Wizard."
  71. IDS_NOPLATFORMDIR "You cannot use the Profile Manager for this configuration because you have not downloaded the necessary files for the %1 platform and %2 language. To download these files, you must run Automatic Version Synchronization for this language and platform in the IE Customization Wizard."
  72. IDS_WIN32 "Windows 95/NT 4.0"
  73. IDS_INSUFFICIENT_DISKSPACE
  74. "There is not enough disk space to copy the files.\r\n\r\nDisk space required = %1!lu! KB\r\nDisk space available = %2!lu! KB\r\n\r\nIt is recommended that you free up the required disk space before you continue.\r\n\r\nDo you want to continue?"
  75. IDS_CAB_DOESNOTEXIST "Cannot open file %1.\r\nThe following associated file(s) could not be found.\r\n%2"
  76. IDS_W2K "Windows 2000"
  77. END
  78. /////////////////////////////////////////////////////////////////////////////
  79. //
  80. // Icon
  81. //
  82. // Icon with lowest ID value placed first to ensure application icon
  83. // remains consistent on all systems.
  84. IDI_ICON1 ICON DISCARDABLE "insedit.ico"
  85. IDI_ICON2 ICON DISCARDABLE "insopen.ico"
  86. IDI_ICON3 ICON DISCARDABLE "insclose.ico"
  87. IDI_ICON4 ICON DISCARDABLE "leafitem.ico"
  88. IDI_ICON5 ICON DISCARDABLE "policyop.ico"
  89. IDI_ICON6 ICON DISCARDABLE "policycl.ico"
  90. IDI_ICON7 ICON DISCARDABLE "admopen.ico"
  91. IDI_ICON8 ICON DISCARDABLE "admclose.ico"
  92. IDI_ICON9 ICON DISCARDABLE "insleaf.ico"
  93. /////////////////////////////////////////////////////////////////////////////
  94. //
  95. // Dialog
  96. //
  97. IDD_LANGDLG DIALOG DISCARDABLE 0, 0, 163, 77
  98. STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION
  99. CAPTION "Language"
  100. FONT 8, "MS Shell Dlg"
  101. BEGIN
  102. LTEXT "Select language:",IDC_STATIC,14,9,62,8
  103. COMBOBOX IDC_LANG,14,22,136,53,CBS_DROPDOWNLIST | WS_VSCROLL |
  104. WS_GROUP | WS_TABSTOP
  105. DEFPUSHBUTTON "OK",IDOK,56,53,50,14,WS_GROUP
  106. END