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.

13 lines
572 B

  1. #include "timeout.h"
  2. iddTimeout DIALOG DISCARDABLE 0, 0, 304, 76
  3. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
  4. CAPTION "Outlook Express"
  5. FONT 8, "MS Shell Dlg"
  6. BEGIN
  7. DEFPUSHBUTTON "&Wait",IDOK,192,55,50,14
  8. PUSHBUTTON "&Stop",IDCANCEL,247,55,50,14
  9. LTEXT "Your %s server has not responded in %d seconds. Would you like to wait another %d seconds for the server to respond?\r\n\r\nAccount: %s\r\nServer: %s",
  10. IDC_TIMEOUT,41,7,256,42
  11. ICON idiError,IDC_STATIC,7,7,20,20
  12. END