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.

155 lines
6.8 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1997 - 1999
  6. //
  7. // File: setupqry.rc
  8. //
  9. //--------------------------------------------------------------------------
  10. #include "res.h"
  11. #include "windows.h"
  12. #include "ntverp.h"
  13. #define VER_FILETYPE VFT_APP
  14. #define VER_FILESUBTYPE VFT2_UNKNOWN
  15. #define VER_FILEDESCRIPTION_STR "Indexing Service Install"
  16. #define VER_INTERNALNAME_STR "setupqry.dll"
  17. #define VER_ORIGINALFILENAME_STR "setupqry.dll"
  18. #include "common.ver"
  19. /////////////////////////////////////////////////////////////////////////////
  20. // English (U.S.) resources
  21. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  22. #ifdef _WIN32
  23. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  24. #pragma code_page(1252)
  25. #endif //_WIN32
  26. IDB_BANNER_W BITMAP DISCARDABLE "isban_w.bmp"
  27. IDB_BANNER_S BITMAP DISCARDABLE "isban_s.bmp"
  28. /////////////////////////////////////////////////////////////////////////////
  29. //
  30. // Dialog
  31. //
  32. IDD_DIRPAGE_V1 DIALOG 0, 0, 252, 80
  33. STYLE WS_POPUP
  34. CAPTION "Indexing Service Installation"
  35. FONT 8, "MS Shell Dlg"
  36. BEGIN
  37. LTEXT "Installation Directory:", 112, 4, 6, 98, 8
  38. LTEXT "&Index:", 101, 4, 22, 34, 8
  39. EDITTEXT IDT_CAT_DIR, 58, 20, 152, 12, ES_AUTOHSCROLL
  40. // PUSHBUTTON "Browse...", IDC_CAT_BROWSE, 214, 19, 50, 14
  41. LTEXT "Sample &HTML:", 102, 4, 38, 48, 8
  42. EDITTEXT IDT_HOME_DIR, 58, 36, 152, 12, ES_AUTOHSCROLL
  43. // PUSHBUTTON "Select...", 110, 214, 35, 34, 14
  44. LTEXT "Sample &Scripts:", 103, 4, 54, 52, 8
  45. EDITTEXT IDT_SCRIPT_DIR, 58, 52, 152, 12, ES_AUTOHSCROLL
  46. // PUSHBUTTON "Select...", 111, 214, 51, 34, 14
  47. END
  48. IDD_DIRPAGE_V2 DIALOG DISCARDABLE 0, 0, 333, 191
  49. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  50. CAPTION "Indexing Service Installation"
  51. FONT 8, "MS Shell Dlg"
  52. BEGIN
  53. GROUPBOX "Indexing Service Catalog Directory",10,18,58,298,45
  54. EDITTEXT IDT_CAT_DIR,29,76,219,14,ES_AUTOHSCROLL
  55. PUSHBUTTON "&Browse...",IDC_CAT_BROWSE,260,76,45,14
  56. CONTROL "",IDC_FRAME_BANNER,"Static",SS_ETCHEDFRAME,0,0,333,36
  57. LTEXT "Setup will install this folder as your default index directory.",
  58. IDC_STATIC,18,44,303,8
  59. END
  60. IDD_BROWSEDIRECTORY DIALOG DISCARDABLE 36, 24, 211, 164
  61. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  62. CAPTION "Select Drive"
  63. FONT 8, "MS Shell Dlg"
  64. BEGIN
  65. LTEXT "Directory &name:",IDC_STATIC,5,5,92,9
  66. EDITTEXT edt1,5,19,137,12,ES_AUTOHSCROLL | ES_OEMCONVERT
  67. LISTBOX lst2,5,36,137,93,LBS_SORT | LBS_OWNERDRAWFIXED |
  68. LBS_HASSTRINGS | LBS_DISABLENOSCROLL | WS_VSCROLL |
  69. WS_TABSTOP
  70. LTEXT "Dri&ves:",1091,5,134,92,9
  71. COMBOBOX cmb2,5,144,137,68,CBS_DROPDOWNLIST | CBS_OWNERDRAWFIXED |
  72. CBS_AUTOHSCROLL | CBS_SORT | CBS_HASSTRINGS | WS_BORDER |
  73. WS_VSCROLL | WS_TABSTOP
  74. DEFPUSHBUTTON "OK",IDOK,155,5,50,14,WS_GROUP
  75. PUSHBUTTON "Cancel",IDCANCEL,155,23,50,14,WS_GROUP
  76. PUSHBUTTON "&Help",psh15,155,41,50,14,WS_GROUP
  77. CONTROL "&Read Only",chx1,"Button",BS_AUTOCHECKBOX | WS_GROUP |
  78. WS_TABSTOP,155,67,50,12
  79. LTEXT "(filename)",1088,145,154,41,9,SS_NOPREFIX | NOT
  80. WS_VISIBLE
  81. LTEXT "File &Name:",1090,169,154,36,9,NOT WS_VISIBLE
  82. LISTBOX lst1,166,132,39,12,LBS_SORT | LBS_OWNERDRAWFIXED |
  83. LBS_HASSTRINGS | LBS_DISABLENOSCROLL | NOT WS_VISIBLE |
  84. WS_VSCROLL | WS_TABSTOP
  85. LTEXT "List Files of &Type:",1089,161,154,44,9,NOT WS_VISIBLE
  86. COMBOBOX cmb1,160,151,45,30,CBS_DROPDOWNLIST | CBS_AUTOHSCROLL |
  87. NOT WS_VISIBLE | WS_BORDER | WS_VSCROLL | WS_TABSTOP
  88. END
  89. STRINGTABLE
  90. BEGIN
  91. IS_MSG_COULD_NOT_SET_SECURITY L"Cannot set security on path. Please enter a valid path."
  92. IS_MSG_INDEX_SERVER L"Indexing Service"
  93. IS_MSG_COULD_NOT_CREATE_DIR L"Could not create the specified directory."
  94. IS_MSG_COULD_NOT_MODIFY_REGISTRY L"Setup could not modify the registry."
  95. IS_MSG_COULD_NOT_CONFIGURE_CATALOGS L"Setup could not configure catalogs."
  96. IS_MSG_INVALID_INF_HANDLE L"Invalid Setupqry.inf handle, Aborting"
  97. IS_MSG_INVALID_OCM_VERSION L"Invalid OCM version number"
  98. IS_MSG_ABORT L"Aborting due to previous errors"
  99. IS_MSG_CALC_DISK_SPACE_FAILED L"CalcDiskSpace Failed"
  100. IS_MSG_QUEUE_FILE_OPS_FAILED L"QueueFileOperations Failed"
  101. IS_MSG_QUEUE_CONFIG_PARAMS_FAILED L"QueueConfigurationParams Failed"
  102. IS_MSG_SetRegBasedOnMachine_FAILED L"SetRegBasedOnMachine Failed"
  103. IS_MSG_COMPLETE_INSTALLATION_FAILED L"CompleteInstallation Failed"
  104. IS_MSG_EXCEPTION_CAUGHT L"Aborting: Caught an exception"
  105. IS_MSG_SETUP_INSTALL_FROM_INFSECTION_FAILED L"SetupInstallFromInfSection() Failed"
  106. IS_MSG_SetDllsToRegister_FAILED L"SetDllsToRegister() Failed"
  107. IS_MSG_SetFilterRegistryInfo_FAILED L"SetFilterRegistryInfo() Failed"
  108. IS_MSG_SetDefaultCatalog_FAILED L"SetDefaultCatalog() Failed"
  109. IS_MSG_BAD_MACHINE L"Machine doesn't meet minimium hardware needed for the Indexing Service, Not configuring catalogs"
  110. IS_MSG_NEEDED_HARDWARE L"Indexing service requires at least 32M RAM"
  111. IS_MSG_DRIVE_ENUMERATION_FAILED L"Failed to enumerate machine drives"
  112. IS_MSG_LoadPerfCounterTextStrings_FAILED L"LoadPerfCounterTextStrings() Failed"
  113. IS_MSG_UNEXPECTED_PROCESSOR_TYPE L"Unexpected Processor type"
  114. IS_MSG_CreateService_FAILED L"CreateService() Failed"
  115. IS_MSG_DllRegisterServer_FAILED L"DllRegisterServer Failed"
  116. IS_MSG_DLL_REGISTRATION_FAILED L"DllRegisteration Failed"
  117. // These start menu items are deleted on upgrade from NTOP to NT 5
  118. // Note: these are the IS 2.0 menu names, so don't change them to
  119. // "Indexing Service"!
  120. IS_MSG_LINK_SAMPLE_NAME L"Index Server Sample Query Form"
  121. IS_MSG_LINK_ADMIN_NAME L"Index Server Manager (HTML)"
  122. IS_MSG_LINK_MMC_NAME L"Index Server Manager"
  123. // Where the start menu items are located
  124. IS_MSG_START_MENU_NAME L"Microsoft Index Server"
  125. IS_MSG_NTOP L"Windows NT 4.0 Option Pack"
  126. // Service name/descriptions strings so they can be localized
  127. IS_SERVICE_NAME L"Indexing Service"
  128. IS_SERVICE_DESCRIPTION L"Indexes contents and properties of files on local and remote computers; provides rapid access to files through flexible querying language."
  129. END
  130. #endif // English (U.S.) resources
  131. /////////////////////////////////////////////////////////////////////////////