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.

29 lines
682 B

  1. /* Copyright (c) 1996, Microsoft Corporation, all rights reserved
  2. **
  3. ** wait.rc
  4. ** Waiting for Services popup
  5. ** Resources
  6. **
  7. ** 02/18/96 Steve Cobb
  8. */
  9. #include <wait.rch>
  10. DID_WS_WaitingForServices DIALOG 0, 0, 156, 44
  11. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  12. STYLE WS_POPUP | WS_CAPTION
  13. CAPTION "Dial-Up Networking"
  14. FONT 8, "MS Shell Dlg"
  15. BEGIN
  16. ICON IID_Broadband, 19901, 10, 10, 18, 20
  17. LTEXT "Waiting for services to start...", 19902, 45, 16, 105, 8
  18. END
  19. STRINGTABLE
  20. {
  21. SID_OP_LoadRas "Cannot load the Remote Access Connection Manager service."
  22. SID_OP_LoadMprApiDll "Cannot load the file MPRAPI.DLL in the system32 directory."
  23. }