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.

35 lines
1.6 KiB

  1. //
  2. // Microsoft Windows
  3. // Copyright (C) Microsoft Corporation, 2002
  4. //
  5. #include "pages.h"
  6. #include "pages.hm"
  7. IDD_MULTISELECT_ERROR_DIALOG DIALOGEX 0, 0, 252, 271
  8. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE | DS_3DLOOK
  9. EXSTYLE WS_EX_CONTEXTHELP
  10. CAPTION "Active Directory"
  11. FONT 8, "MS Shell Dlg"
  12. BEGIN
  13. LTEXT "&All changes on the following tabs were successfully applied:",IDC_STATIC,7,7,238,8
  14. LISTBOX IDC_SUCCESS_LISTBOX,7,18,238,40,LBS_SORT | LBS_NOINTEGRALHEIGHT |
  15. LBS_EXTENDEDSEL | WS_VSCROLL | WS_TABSTOP,0,HIDC_SUCCESS_LISTBOX
  16. LTEXT "&The following errors occurred on the %s tab:",IDC_ERROR_STATIC,7,63,238,8
  17. CONTROL "List1",IDC_ERROR_LIST,"SysListView32",LVS_REPORT | LVS_SHOWSELALWAYS |
  18. LVS_SINGLESEL | LVS_SORTASCENDING | LVS_NOLABELWRAP | LVS_NOSORTHEADER |
  19. LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP,7,73,238,100,0,HIDC_ERROR_LIST
  20. PUSHBUTTON "&Copy",IDC_COPY_BUTTON,141,178,50,14,0,0,HIDC_COPY_BUTTON
  21. PUSHBUTTON "&Properties",IDC_PROPERTIES_BUTTON,195,178,50,14,0,0,HIDC_PROPERTIES_BUTTON
  22. LTEXT "A&ny changes on the following tabs have not yet been applied:",-1,7,195,238,8
  23. LISTBOX IDC_NOT_ATTEMPTED_LISTBOX,7,205,238,40,LBS_SORT |
  24. LBS_NOINTEGRALHEIGHT | LBS_EXTENDEDSEL | WS_VSCROLL |
  25. WS_TABSTOP,0,HIDC_NOT_ATTEMPTED_LISTBOX
  26. DEFPUSHBUTTON "Cl&ose",IDOK,195,250,50,14
  27. END
  28. STRINGTABLE DISCARDABLE
  29. BEGIN
  30. IDS_MULTI_FAILURE_CAPTION "&The following errors occurred on the %s tab:"
  31. END