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.

35 lines
1.4 KiB

  1. #include "FExist.h"
  2. /////////////////////////////////////////////////////////////////////////////
  3. //
  4. // This dialog is used when your are saving a sequence of files.
  5. //
  6. iddFileExistsMult DIALOG DISCARDABLE 0, 0, 199, 82
  7. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU
  8. CAPTION "Outlook Express"
  9. FONT 8, DLG_UI_FONT
  10. BEGIN
  11. ICON IDI_EXCLAMATION,IDC_STATIC,13,15,18,20
  12. DEFPUSHBUTTON "&No",idcNo,105,58,39,14
  13. PUSHBUTTON "&Yes",IDOK,7,58,39,14
  14. PUSHBUTTON "Cancel",IDCANCEL,154,58,39,14
  15. PUSHBUTTON "Yes to &All",idcYesToAll,56,58,39,14
  16. LTEXT "Filename",idcFileNameExists,50,5,128,8,SS_NOPREFIX
  17. LTEXT "Replace the existing file?",
  18. IDC_STATIC,50,37,128,8
  19. LTEXT "This file already exists.",IDC_STATIC,50,21,128,8
  20. END
  21. iddFileExists DIALOG DISCARDABLE 0, 0, 170, 82
  22. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU
  23. CAPTION "Outlook Express"
  24. FONT 8, DLG_UI_FONT
  25. BEGIN
  26. ICON IDI_EXCLAMATION,IDC_STATIC,13,20,18,20
  27. PUSHBUTTON "&Yes",IDOK,13,59,37,14
  28. DEFPUSHBUTTON "&No",idcNo,67,59,37,14
  29. LTEXT "This file already exists.",IDC_STATIC,45,24,74,8
  30. LTEXT "Filename",idcFileNameExists,45,8,74,8,SS_NOPREFIX
  31. LTEXT "Replace the existing file?",IDC_STATIC,45,40,128,8
  32. END