mirror of https://github.com/lianthony/NT4.0
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.
27 lines
1.4 KiB
27 lines
1.4 KiB
1 DLGINCLUDE "psdlg.H"
|
|
|
|
IDD_CONFLICTS DIALOG 35, 26, 234, 136
|
|
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Conflicts"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "Your current selections have caused the following items to conflict with each other.",
|
|
-1, 8, 4, 222, 19
|
|
LTEXT "Item", -1, 15, 23, 15, 8, NOT WS_GROUP
|
|
LTEXT "Current selection", -1, 122, 24, 56, 8, NOT WS_GROUP
|
|
GROUPBOX "", -1, 8, 30, 220, 39
|
|
LTEXT "", IDC_FEATURE1, 15, 42, 100, 8, NOT WS_GROUP
|
|
LTEXT "", IDC_FEATURE2, 15, 54, 100, 8, NOT WS_GROUP
|
|
LTEXT "", IDC_OPTION1, 122, 42, 100, 8, NOT WS_GROUP
|
|
LTEXT "", IDC_OPTION2, 122, 54, 100, 8, NOT WS_GROUP
|
|
LTEXT "Click RESOLVE to let system automatically resolve the conflict.",
|
|
IDC_RESOLVEMSG, 7, 73, 207, 8, NOT WS_GROUP
|
|
LTEXT "Click CANCEL to return to the previous selection.",
|
|
IDC_CANCELMSG, 7, 85, 162, 8, NOT WS_GROUP
|
|
LTEXT "Click IGNORE to stay with the conflicting selection and don't show this message anymore.",
|
|
IDC_IGNOREMSG, 7, 97, 219, 19, NOT WS_GROUP
|
|
PUSHBUTTON "&Resolve", IDC_RESOLVE, 96, 116, 40, 14
|
|
PUSHBUTTON "&Cancel", IDCANCEL, 141, 116, 40, 14
|
|
PUSHBUTTON "&Ignore", IDC_IGNORE, 186, 116, 40, 14
|
|
END
|