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.

22 lines
1.3 KiB

  1. //*********************************************************************
  2. //* Microsoft Windows **
  3. //* Copyright(c) Microsoft Corp., 1994 **
  4. //*********************************************************************
  5. IDD_DNS_WARNING DIALOG DISCARDABLE 0, 0, 218, 146
  6. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  7. CAPTION "Internet System Configuration"
  8. FONT 8, "MS Shell Dlg"
  9. BEGIN
  10. LTEXT "Your system is configured for specific Domain Name Service (DNS) servers. This will prevent the wizard from automatically assigning DNS servers. DNS servers let you find other computers on the Internet.",
  11. IDC_DNS_WARNING_TEXT1,7,7,204,33
  12. LTEXT "Do you want to remove the DNS servers you are configured for and let the wizard choose them for you?",
  13. IDC_DNS_WARNING_TEXT2,7,47,202,19
  14. DEFPUSHBUTTON "Yes",IDOK,57,73,50,14
  15. PUSHBUTTON "No",IDCANCEL,111,73,50,14
  16. LTEXT "Note: if you have a LAN, you should consult your network administrator.",
  17. IDC_DNS_WARNING_TEXT3,7,96,206,25
  18. CONTROL "&Don't ask this question in the future",IDC_DNS_WARNING_TEXT4,
  19. "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,127,195,10
  20. END