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.

304 lines
13 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #include "winuser.h"
  10. #include "winnt.h"
  11. #include "commctrl.h"
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14. /////////////////////////////////////////////////////////////////////////////
  15. // English (U.S.) resources
  16. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  17. #ifdef _WIN32
  18. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  19. #pragma code_page(1252)
  20. #endif //_WIN32
  21. #ifdef APSTUDIO_INVOKED
  22. /////////////////////////////////////////////////////////////////////////////
  23. //
  24. // TEXTINCLUDE
  25. //
  26. 1 TEXTINCLUDE DISCARDABLE
  27. BEGIN
  28. "resource.h\0"
  29. END
  30. 2 TEXTINCLUDE DISCARDABLE
  31. BEGIN
  32. "#include ""winuser.h""\r\n"
  33. "#include ""winnt.h""\r\n"
  34. "#include ""commctrl.h""\r\n"
  35. "\0"
  36. END
  37. 3 TEXTINCLUDE DISCARDABLE
  38. BEGIN
  39. "#include ""msident.rcv""\r\n"
  40. "\0"
  41. END
  42. #endif // APSTUDIO_INVOKED
  43. /////////////////////////////////////////////////////////////////////////////
  44. //
  45. // Dialog
  46. //
  47. iddPasswordOff DIALOGEX 0, 0, 217, 78
  48. STYLE DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
  49. EXSTYLE WS_EX_CONTEXTHELP
  50. CAPTION "Confirm Password"
  51. FONT 8, "MS Shell Dlg"
  52. BEGIN
  53. LTEXT "&Password:",IDC_STATIC,7,37,34,8
  54. EDITTEXT idcConfirmPwd,64,35,146,12,ES_PASSWORD | ES_AUTOHSCROLL
  55. DEFPUSHBUTTON "OK",IDOK,106,56,50,14
  56. PUSHBUTTON "Cancel",IDCANCEL,160,56,50,14
  57. LTEXT "Confirm your password before it is turned off.",
  58. idcConfirmMsg,7,7,201,25
  59. END
  60. iddChgPwd DIALOGEX 0, 0, 209, 82
  61. STYLE DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
  62. EXSTYLE WS_EX_CONTEXTHELP
  63. CAPTION "Change Identity Password"
  64. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  65. BEGIN
  66. LTEXT "&Old Password:",IDC_STATIC,7,12,46,8
  67. EDITTEXT idcOldPwd,90,10,112,12,ES_PASSWORD | ES_AUTOHSCROLL
  68. LTEXT "&New Password:",IDC_STATIC,7,28,50,8
  69. EDITTEXT idcNewPwd,90,26,112,12,ES_PASSWORD | ES_AUTOHSCROLL
  70. LTEXT "&Confirm New Password:",IDC_STATIC,7,44,76,8
  71. EDITTEXT idcConfPwd,90,42,112,12,ES_PASSWORD | ES_AUTOHSCROLL
  72. DEFPUSHBUTTON "OK",IDOK,97,61,50,14
  73. PUSHBUTTON "Cancel",IDCANCEL,152,61,50,14
  74. END
  75. iddConfirmUserDelete DIALOGEX 0, 0, 239, 76
  76. STYLE DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
  77. CAPTION "Warning"
  78. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  79. BEGIN
  80. PUSHBUTTON "&Delete",IDOK,125,55,50,14
  81. DEFPUSHBUTTON "Cancel",IDCANCEL,182,55,50,14
  82. ICON 103,idcWarningIcon,7,7,21,20
  83. LTEXT "msg",idcErrorMsg,40,7,192,37
  84. CONTROL "",IDC_STATIC,"NativeFontCtl",0x22,0,0,6,6
  85. END
  86. iddLogin DIALOGEX 0, 0, 180, 165
  87. STYLE DS_SYSMODAL | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP |
  88. WS_CAPTION | WS_SYSMENU
  89. EXSTYLE WS_EX_CONTEXTHELP
  90. CAPTION "Identity Login"
  91. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  92. BEGIN
  93. LISTBOX idcUserNameList,7,47,166,44,LBS_NOINTEGRALHEIGHT |
  94. WS_VSCROLL | WS_TABSTOP
  95. LTEXT "&Password:",idcPwdCaption,7,100,47,8
  96. EDITTEXT idcPwd,58,97,115,14,ES_PASSWORD | ES_AUTOHSCROLL
  97. PUSHBUTTON "&Log Off Identity",idcLogoff,7,122,75,14
  98. PUSHBUTTON "&Manage Identities",idcManage,93,122,80,14
  99. DEFPUSHBUTTON "OK",IDOK,70,146,50,14
  100. PUSHBUTTON "Cancel",IDCANCEL,123,146,50,14
  101. LTEXT "",idcWelcomeMsg,36,6,137,8
  102. ICON idiLogin,IDC_NO_HELP_1,6,7,21,20
  103. LTEXT "To switch identities, select a new identity, and then click OK. To add or modify an identity, click Manage Identities",
  104. idcLoginInstr,36,20,137,24
  105. CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,7,140,166,1
  106. CONTROL "",IDC_STATIC,"NativeFontCtl",0x26,0,0,6,6
  107. CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,7,116,166,1
  108. END
  109. iddNewPwd DIALOGEX 0, 0, 209, 63
  110. STYLE DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
  111. EXSTYLE WS_EX_CONTEXTHELP
  112. CAPTION "Enter Password"
  113. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  114. BEGIN
  115. LTEXT "&New Password:",IDC_STATIC,7,9,50,8
  116. EDITTEXT idcNewPwd,90,7,112,12,ES_PASSWORD | ES_AUTOHSCROLL
  117. LTEXT "&Confirm New Password:",IDC_STATIC,7,24,76,8
  118. EDITTEXT idcConfPwd,90,23,112,12,ES_PASSWORD | ES_AUTOHSCROLL
  119. DEFPUSHBUTTON "OK",IDOK,97,42,50,14
  120. PUSHBUTTON "Cancel",IDCANCEL,152,42,50,14
  121. END
  122. iddUserProperties DIALOGEX 0, 0, 276, 148
  123. STYLE DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
  124. EXSTYLE WS_EX_CONTEXTHELP
  125. CAPTION "Identity Properties"
  126. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  127. BEGIN
  128. LTEXT "Type your &name:",IDC_STATIC,42,24,64,8
  129. EDITTEXT idcUserName,110,22,159,12,ES_AUTOHSCROLL
  130. CONTROL "&Require a password",idcUsePwd,"Button",BS_AUTOCHECKBOX |
  131. WS_TABSTOP,42,85,145,10
  132. PUSHBUTTON "Change &Password",idcChgPwd,193,83,76,14
  133. PUSHBUTTON "&Help",idcTellMeMore,193,102,76,14
  134. DEFPUSHBUTTON "OK",IDOK,162,128,50,14
  135. PUSHBUTTON "Cancel",IDCANCEL,219,128,50,14
  136. LTEXT "Identity name",IDC_NO_HELP_5,7,7,30,8
  137. CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,42,11,227,1
  138. ICON idiLogin,IDC_NO_HELP_1,7,17,21,20
  139. LTEXT "Password",IDC_NO_HELP_4,7,43,32,8
  140. CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,42,47,227,1
  141. ICON idiKeys,IDC_NO_HELP_2,7,53,21,20
  142. LTEXT "You can require a password for this identity. This provides a moderate level of security. However, other users may still be able to see your data. For information about security, click Help.",
  143. IDC_NO_HELP_3,42,54,226,28
  144. CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,7,121,262,1
  145. CONTROL "",IDC_STATIC,"NativeFontCtl",0x25,0,0,6,6
  146. END
  147. iddManager DIALOGEX 0, 0, 234, 233
  148. STYLE DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION |
  149. WS_SYSMENU
  150. EXSTYLE WS_EX_CONTEXTHELP
  151. CAPTION "Manage Identities"
  152. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  153. BEGIN
  154. LTEXT "&Identities:",idcStaticNames,7,36,55,8
  155. LISTBOX idcUserNameList,7,47,156,73,LBS_SORT |
  156. LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
  157. PUSHBUTTON "&New",idcAdd,172,47,55,14
  158. PUSHBUTTON "&Remove",idcDelete,172,66,55,14
  159. PUSHBUTTON "&Properties",idcProperties,172,85,55,14
  160. CONTROL "&Use this identity when starting a program",
  161. idcCheckDefault,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,
  162. 129,200,10
  163. COMBOBOX idcStartupCombo,19,143,144,47,CBS_DROPDOWNLIST |
  164. WS_VSCROLL | WS_TABSTOP
  165. LTEXT "Use &this identity when a program cannot ask you to choose an identity",
  166. IDC_STATIC,19,165,208,19
  167. COMBOBOX idcDefaultCombo,19,187,144,47,CBS_DROPDOWNLIST |
  168. WS_VSCROLL | WS_TABSTOP
  169. DEFPUSHBUTTON "Close",IDOK,172,212,55,14
  170. ICON idiLogin,IDC_NO_HELP_1,6,7,20,20
  171. LTEXT "To add a new identity, click New. To modify an identity, select it, and then click Properties. To delete an identity, select it, and then click Remove",
  172. IDC_NO_HELP_2,37,7,190,27
  173. CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,7,124,220,1
  174. CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,7,160,220,1
  175. CONTROL "",IDC_STATIC,"NativeFontCtl",0x24,0,0,6,6
  176. CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,7,204,220,1
  177. END
  178. /////////////////////////////////////////////////////////////////////////////
  179. //
  180. // Icon
  181. //
  182. // Icon with lowest ID value placed first to ensure application icon
  183. // remains consistent on all systems.
  184. idiUser ICON DISCARDABLE "user.ico"
  185. idiKeys ICON DISCARDABLE "keys.ico"
  186. idiLogin ICON DISCARDABLE "login.ico"
  187. /////////////////////////////////////////////////////////////////////////////
  188. //
  189. // DESIGNINFO
  190. //
  191. #ifdef APSTUDIO_INVOKED
  192. GUIDELINES DESIGNINFO DISCARDABLE
  193. BEGIN
  194. iddUserProperties, DIALOG
  195. BEGIN
  196. BOTTOMMARGIN, 146
  197. END
  198. END
  199. #endif // APSTUDIO_INVOKED
  200. /////////////////////////////////////////////////////////////////////////////
  201. //
  202. // String Table
  203. //
  204. STRINGTABLE DISCARDABLE
  205. BEGIN
  206. idsPwdNotMatch "The passwords you typed don't match. Please type and confirm the password again."
  207. idsPwdError "Password Error"
  208. idsPwdDoesntMatch "The password you typed is incorrect."
  209. idsPwdChgNotMatch "The new and confirm passwords do not match. Try again."
  210. idsConfirmDeleteMsg "Are you sure you want to delete %s? Deleting an identity may make information in identity-aware applications inaccessible. This operation cannot be undone."
  211. idsConfirmDelPwd "Confirm the password for identity %s before deleting the identity."
  212. idsConfirmDisablePwd "Confirm your password before it is turned off."
  213. idsUserNameExists "Identity name is already in use. Choose another."
  214. END
  215. STRINGTABLE DISCARDABLE
  216. BEGIN
  217. idsUserNameInUse "Identity Name In Use"
  218. idsCantDeleteCurrUser "You cannot delete the current identity."
  219. idsCantDeleteUser "Can't Delete Identity"
  220. idsLoginAsUser "Do you want to switch to %s now?"
  221. idsUserAdded "Identity Added"
  222. idsSwitchUser "Switch Identity"
  223. idsMaintainConnection "You are currently connected to the Internet. Do you want to keep the current connection for the next user?"
  224. idsUserNameTooShort "You must enter an identity name"
  225. idsNameTooShort "Name Missing"
  226. idsMainUser "Main Identity"
  227. idsRootDirName "Identities"
  228. idsDefault " (Default)"
  229. idsLoginDefault "The default identity"
  230. idsLoginLast "Ask Me"
  231. idsLoginAsk "Prompted for an identity"
  232. idsSwitchCancelled "The current identity could not be changed because one of the applications was unable to switch.\r\nClose any open dialog boxes in other applications before trying again."
  233. END
  234. STRINGTABLE DISCARDABLE
  235. BEGIN
  236. idsSwitchCancelCaption "Identity Switch Cancelled"
  237. idsLogoutCancelled "The current identity could not be logged out because one of your applications was unable to quit."
  238. idsConfirmEdit "You must confirm the password for identity %s before editing its properties."
  239. idsIdentityLogin "Identity Login"
  240. idsSwitchIdentities "Switch Identities"
  241. idsIdentityProperties "Identity Properties"
  242. idsNewIdentity "New Identity"
  243. idsLoginWithCurrent "Current &identity: %s"
  244. idsLoginNoCurrent "There is no current &identity"
  245. idsLogoff "Log Off Current Identity"
  246. idsConfirmLogoff "Are you sure you want to log off the current identity?"
  247. idsNameCantBeDefault "The identity name cannot include (Default). You can set the default identity in the Manage Identities dialog by selecting an identity and clicking Make Default."
  248. idsNameProblem "Name Problem"
  249. idsSwitchInProgressSwitch
  250. "Another application has the Switch Identities or Identity Login dialog showing. Choose an identity in that dialog to switch identities."
  251. idsSwitchInProgressLaunch
  252. "Another application has the Switch Identities or Identity Login dialog showing. Choose an identity in that dialog before launching this application again."
  253. idsNoIdentityInstr "Select your identity name below. To add or modify an identity, click Manage Identities."
  254. END
  255. STRINGTABLE DISCARDABLE
  256. BEGIN
  257. idsCurrIdentityInstr "To switch identities, select the name below. To add or modify an identity, click Manage Identities."
  258. idsPwdNotFound "Windows cannot validate the password for this identity. You can access this identity only from the profile in which it was created."
  259. END
  260. #endif // English (U.S.) resources
  261. /////////////////////////////////////////////////////////////////////////////
  262. #ifndef APSTUDIO_INVOKED
  263. /////////////////////////////////////////////////////////////////////////////
  264. //
  265. // Generated from the TEXTINCLUDE 3 resource.
  266. //
  267. #include "msident.rcv"
  268. /////////////////////////////////////////////////////////////////////////////
  269. #endif // not APSTUDIO_INVOKED