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.

152 lines
5.5 KiB

  1. /**********************************************************************/
  2. /** Microsoft Windows/NT **/
  3. /** Copyright(c) Microsoft Corp., 1991 **/
  4. /**********************************************************************/
  5. /*
  6. applibrc.h
  7. APPLIB resource header file.
  8. This file defines and coordinates the resource IDs of all resources
  9. used by APPLIB components.
  10. APPLIB reserves for its own use all resource IDs above 15000, inclusive,
  11. but less than 20000 (where the BLT range begins). All clients of APPLIB
  12. therefore should use IDs of less than 15000.
  13. FILE HISTORY:
  14. beng 21-Feb-1992 Created
  15. beng 04-Aug-1992 Added user browser definitions
  16. jonn 29-Jul-1992 Changed domain bitmap IDs
  17. */
  18. #ifndef _APPLIBRC_H_
  19. #define _APPLIBRC_H_
  20. #include "uimsg.h"
  21. /*
  22. * string IDs
  23. */
  24. #define IDS_APPLIB_DOMAINS (IDS_UI_APPLIB_BASE+0)
  25. #define IDS_APPLIB_SERVERS (IDS_UI_APPLIB_BASE+1)
  26. #define IDS_APPLIB_DOM_AND_SRV (IDS_UI_APPLIB_BASE+2)
  27. #define IDS_APPLIB_NO_SELECTION (IDS_UI_APPLIB_BASE+3)
  28. #define IDS_APPLIB_WORKING_TEXT (IDS_UI_APPLIB_BASE+4)
  29. //
  30. // User browser error messages
  31. //
  32. #define IDS_CANT_BROWSE_DOMAINS (IDS_UI_APPLIB_BASE+5)
  33. #define IDS_CANT_BROWSE_DOMAIN (IDS_UI_APPLIB_BASE+20)
  34. #define IDS_CANT_FIND_ACCOUNT (IDS_UI_APPLIB_BASE+21)
  35. #define IDS_GETTING_DOMAIN_INFO (IDS_UI_APPLIB_BASE+22)
  36. #define IDS_WONT_GET_DOMAIN_INFO (IDS_UI_APPLIB_BASE+23)
  37. #define IDS_CANT_ADD_USERS (IDS_UI_APPLIB_BASE+40)
  38. #define IDS_CANT_ADD_GROUPS (IDS_UI_APPLIB_BASE+41)
  39. #define IDS_CANT_ADD_ALIASES (IDS_UI_APPLIB_BASE+42)
  40. #define IDS_CANT_ADD_WELL_KNOWN_GROUPS (IDS_UI_APPLIB_BASE+43)
  41. #define IDS_WKSTA_OR_BROWSER_NOT_STARTED (IDS_UI_APPLIB_BASE+44)
  42. /*
  43. * This error message is used when the user browser Localgroup Membership
  44. * dialog tries to load the membership of a globalgroup in that localgroup,
  45. * but the globalgroup was not in the dropdown list of domains in the main
  46. * User Browser dialog. This can happen e.g. if a new trusted domain is
  47. * added while the User Browser dialog is running.
  48. */
  49. #define IDS_CANT_BROWSE_GLOBAL_GROUP (IDS_UI_APPLIB_BASE+7)
  50. /* Message used when prompting for a known DC.
  51. */
  52. #define IDS_APPLIB_PROMPT_FOR_ANY_DC (IDS_UI_APPLIB_BASE+8)
  53. #define IDS_APPLIB_PROMPT_DC_INVALID_SERVER (IDS_UI_APPLIB_BASE+9)
  54. /* Message used when the Find Accounts dialog cannot find any matches
  55. */
  56. #define IDS_APPLIB_NO_MATCHES (IDS_UI_APPLIB_BASE+10)
  57. /* Well known Sid comment manifests used in the userbrowser
  58. */
  59. #define IDS_USRBROWS_EVERYONE_SID_COMMENT (IDS_UI_APPLIB_BASE+11)
  60. #define IDS_USRBROWS_REMOTE_SID_COMMENT (IDS_UI_APPLIB_BASE+13)
  61. #define IDS_USRBROWS_INTERACTIVE_SID_COMMENT (IDS_UI_APPLIB_BASE+15)
  62. #define IDS_USRBROWS_CREATOR_SID_COMMENT (IDS_UI_APPLIB_BASE+17)
  63. #define IDS_USRBROWS_SYSTEM_SID_COMMENT (IDS_UI_APPLIB_BASE+18)
  64. #define IDS_USRBROWS_RESTRICTED_SID_COMMENT (IDS_UI_APPLIB_BASE+19)
  65. /* caption for userbrows dialog */
  66. #define IDS_USRBROWS_ADD_USER (IDS_UI_APPLIB_BASE+25)
  67. #define IDS_USRBROWS_ADD_USERS (IDS_UI_APPLIB_BASE+26)
  68. #define IDS_USRBROWS_ADD_GROUP (IDS_UI_APPLIB_BASE+27)
  69. #define IDS_USRBROWS_ADD_GROUPS (IDS_UI_APPLIB_BASE+28)
  70. #define IDS_USRBROWS_ADD_USERS_AND_GROUPS (IDS_UI_APPLIB_BASE+29)
  71. #define IDS_USRBROWS_ADD_USER_OR_GROUP (IDS_UI_APPLIB_BASE+30)
  72. /*
  73. * This error message indicates that the Global Group Membership dialog
  74. * is not available for the Domain Users global group.
  75. * This is disallowed because the Domain Users global group contains
  76. * workstation, server and interdomain trust accounts, which are not
  77. * exposed to the user.
  78. */
  79. #define IDS_USRBROWS_CANT_SHOW_DOMAIN_USERS (IDS_UI_APPLIB_BASE+35)
  80. /* Strings used in the Set Focus dialog */
  81. #define IDS_SETFOCUS_SERVER_SLOW (IDS_UI_APPLIB_BASE+36)
  82. #define IDS_SETFOCUS_SERVER_FAST (IDS_UI_APPLIB_BASE+37)
  83. #define IDS_SETFOCUS_DOMAIN_SLOW (IDS_UI_APPLIB_BASE+38)
  84. #define IDS_SETFOCUS_DOMAIN_FAST (IDS_UI_APPLIB_BASE+39)
  85. /*
  86. * define other IDs
  87. */
  88. #define BASE_APPLIB_IDD 15000
  89. #define IDD_SETFOCUS_DLG 15001
  90. #define IDD_SELECTCOMPUTER_DLG 15002
  91. #define IDD_SELECTDOMAIN_DLG 15003
  92. #define IDD_PASSWORD_DLG 15004
  93. #define IDD_CANCEL_TASK 15018
  94. #define BASE_APPLIB_BMID 16000
  95. #define BMID_DOMAIN_EXPANDED 16001
  96. #define BMID_DOMAIN_NOT_EXPANDED 16002
  97. #define BMID_DOMAIN_CANNOT_EXPAND 16003
  98. #define BMID_ENTERPRISE 16004
  99. #define BMID_SERVER 16005
  100. /* For the User Browser */
  101. #define DMID_GROUP 15010
  102. #define DMID_USER 15011
  103. #define DMID_ALIAS 15012
  104. #define DMID_UNKNOWN 15013
  105. #define DMID_SYSTEM 15014
  106. #define DMID_REMOTE 15015
  107. #define DMID_WORLD 15016
  108. #define DMID_CREATOR_OWNER 15017
  109. #define DMID_NETWORK 15018
  110. #define DMID_INTERACTIVE 15019
  111. #define DMID_RESTRICTED 15021
  112. #define DMID_DELETEDACCOUNT 15024
  113. #define IDD_USRBROWS_DLG 15005
  114. #define IDD_SINGLE_USRBROWS_DLG 15006
  115. #define IDD_SED_USRBROWS_DLG 15007
  116. #define IDD_PROMPT_FOR_ANY_DC_DLG 15008
  117. #define IDD_LGRPBROWS_DLG 15020
  118. #define IDD_GGRPBROWS_DLG 15021
  119. #define IDD_LGRPBROWS_1SEL_DLG 15022
  120. #define IDD_GGRPBROWS_1SEL_DLG 15023
  121. #define IDD_BROWS_FIND_ACCOUNT 15030
  122. #define IDD_BROWS_FIND_ACCOUNT_1SEL 15031
  123. #endif