From: Allan Rémy alrem28@outlook.fr
--- dlls/shell32/shell32.rc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+)
diff --git a/dlls/shell32/shell32.rc b/dlls/shell32/shell32.rc index 28c5b175fa4..ec147ebfb87 100644 --- a/dlls/shell32/shell32.rc +++ b/dlls/shell32/shell32.rc @@ -410,6 +410,24 @@ BEGIN AUTOCHECKBOX "&Archive", IDC_FPROP_ARCHIVE, 70, 185, 70, 10 END
+/*DIALOGEX 0, 0, 268, 270 + *STYLE DS_SHELLFONT | DS_MODALFRAME | DS_CENTER | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU + *CAPTION "Open with" + *FONT 8, "MS Shell Dlg" + *{ + * ICON "", IDI_SHELL_SEARCH_FOLDER, 7, 7, 21, 20, WS_VISIBLE + * LTEXT "Choose the program to use to open this file:", IDC_STATIC, 36, 7, 208, 8 + * LTEXT "File\xA0:", IDC_FPROP_TYPE_LABEL, 36, 23, 27, 8 + * LTEXT IDC_FPROP_PATH, 67, 23, 197, 8, WS_TABSTOP + * GROUPBOX "P&rograms",IDC_STATIC, 6, 36, 256, 181 + * CONTROL "", IDD_TREEVIEW, "SysTreeView32", TVS_SHOWSELALWAYS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 11, 49, 246, 129 , TVS_EX_DIMMEDCHECKBOXES + * AUTOCHECKBOX "&Always use this program to open this type of file", IDC_FPROP_ARCHIVE, 11, 183, 246, 10 + * PUSHBUTTON "&Browse...", IDC_RUNDLG_BROWSE, 207, 196, 50, 14, WS_TABSTOP + * DEFPUSHBUTTON "OK", IDOK, 153, 251, 50, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP + * PUSHBUTTON "Cancel", IDCANCEL, 207, 251, 50, 14, WS_GROUP | WS_TABSTOP + *} +*/ + LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
/* @makedep: shell32.rgs */