36 lines
1.6 KiB
Plaintext
36 lines
1.6 KiB
Plaintext
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 2002
|
|
//
|
|
|
|
#include "pages.h"
|
|
#include "pages.hm"
|
|
|
|
|
|
IDD_MULTISELECT_ERROR_DIALOG DIALOGEX 0, 0, 252, 271
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE | DS_3DLOOK
|
|
EXSTYLE WS_EX_CONTEXTHELP
|
|
CAPTION "Active Directory"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "&All changes on the following tabs were successfully applied:",IDC_STATIC,7,7,238,8
|
|
LISTBOX IDC_SUCCESS_LISTBOX,7,18,238,40,LBS_SORT | LBS_NOINTEGRALHEIGHT |
|
|
LBS_EXTENDEDSEL | WS_VSCROLL | WS_TABSTOP,0,HIDC_SUCCESS_LISTBOX
|
|
LTEXT "&The following errors occurred on the %s tab:",IDC_ERROR_STATIC,7,63,238,8
|
|
CONTROL "List1",IDC_ERROR_LIST,"SysListView32",LVS_REPORT | LVS_SHOWSELALWAYS |
|
|
LVS_SINGLESEL | LVS_SORTASCENDING | LVS_NOLABELWRAP | LVS_NOSORTHEADER |
|
|
LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP,7,73,238,100,0,HIDC_ERROR_LIST
|
|
PUSHBUTTON "&Copy",IDC_COPY_BUTTON,141,178,50,14,0,0,HIDC_COPY_BUTTON
|
|
PUSHBUTTON "&Properties",IDC_PROPERTIES_BUTTON,195,178,50,14,0,0,HIDC_PROPERTIES_BUTTON
|
|
LTEXT "A&ny changes on the following tabs have not yet been applied:",-1,7,195,238,8
|
|
LISTBOX IDC_NOT_ATTEMPTED_LISTBOX,7,205,238,40,LBS_SORT |
|
|
LBS_NOINTEGRALHEIGHT | LBS_EXTENDEDSEL | WS_VSCROLL |
|
|
WS_TABSTOP,0,HIDC_NOT_ATTEMPTED_LISTBOX
|
|
DEFPUSHBUTTON "Cl&ose",IDOK,195,250,50,14
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_MULTI_FAILURE_CAPTION "&The following errors occurred on the %s tab:"
|
|
END
|