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.

43 lines
2.3 KiB

  1. //*********************************************************************
  2. //* Microsoft Windows **
  3. //* Copyright (c) 1994-1998 Microsoft Corporation
  4. //*********************************************************************
  5. //
  6. // ChrisK 6/3/97 Olympus 5425
  7. // Removed unused dialog
  8. //
  9. //IDD_SECURITY_CHECK DIALOG DISCARDABLE 0, 0, 219, 123
  10. //STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU | DS_SETFOREGROUND
  11. //CAPTION "System Security Check"
  12. //FONT 8, "MS Shell Dlg"
  13. //BEGIN
  14. // ICON IDI_WORLD,IDC_UNUSED,6,6,18,20
  15. // LTEXT "File and printer sharing is running on the TCP/IP connection you will use to access the Internet. Other users on the Internet might be able to access your files. ",
  16. // IDC_UNUSED,34,6,181,28
  17. // LTEXT "Would you like Windows to disable file and printer sharing on the TCP/IP connection to the Internet? (Highly recommended.)",
  18. // IDC_UNUSED,34,52,177,25
  19. // CONTROL "&Don't perform this security check in the future",
  20. // IDC_DISABLE_CHECK,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
  21. // 34,86,158,10
  22. // DEFPUSHBUTTON "Yes",IDOK,112,105,50,14
  23. // PUSHBUTTON "No",IDCANCEL,165,105,50,14
  24. //END
  25. IDD_DNS_WARNING DIALOG DISCARDABLE 0, 0, 218, 146
  26. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  27. CAPTION "Internet System Configuration"
  28. FONT 8, "MS Shell Dlg"
  29. BEGIN
  30. LTEXT "Your system is configured for specific Domain Name Service (DNS) servers, which will prevent the setup wizard from automatically assigning DNS servers. DNS servers let you find other computers on the Internet.",
  31. IDC_UNUSED,7,7,204,33
  32. LTEXT "Do you want to remove the DNS servers you are configured for and let the setup wizard choose them for you?",
  33. IDC_UNUSED,7,47,202,19
  34. DEFPUSHBUTTON "Yes",IDOK,57,73,50,14
  35. PUSHBUTTON "No",IDCANCEL,111,73,50,14
  36. LTEXT "Note: if you have a Local Area Network, you should consult your network administrator.",
  37. IDC_UNUSED,7,96,206,25
  38. CONTROL "&Don't ask this question in the future",IDC_DISABLE_WARNING,
  39. "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,127,195,10
  40. END