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.

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