- add resources for open with dialog

- use CDefFolderMenu_Create2 to create the default menu

svn path=/trunk/; revision=30766
This commit is contained in:
Johannes Anderwald 2007-11-25 22:48:03 +00:00
parent 832958b9bb
commit 36f131d36e
29 changed files with 428 additions and 6 deletions

View file

@ -336,6 +336,22 @@ BEGIN
RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
END
OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Open With"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Choose the program you want to use to open this file:", -1, 30, 20, 180, 10
LTEXT "File: %s", 14001, 30, 35, 180, 10
GROUPBOX "Programs", -1, 5, 49, 210, 180
CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 10, 60, 200, 130
CHECKBOX "&Always use the selected program to open this kind of file", 14003, 10, 200, 195, 10
PUSHBUTTON "&Browse...", 14004, 155, 212, 50, 14
PUSHBUTTON "OK", 14005, 100, 260, 50, 13
PUSHBUTTON "Cancel", 14006, 160, 260, 50, 13
END
STRINGTABLE DISCARDABLE
BEGIN
/* columns in the shellview */

View file

@ -336,6 +336,22 @@ BEGIN
RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
END
OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Open With"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Choose the program you want to use to open this file:", -1, 30, 20, 180, 10
LTEXT "File: %s", 14001, 30, 35, 180, 10
GROUPBOX "Programs", -1, 5, 49, 210, 180
CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 10, 60, 200, 130
CHECKBOX "&Always use the selected program to open this kind of file", 14003, 10, 200, 195, 10
PUSHBUTTON "&Browse...", 14004, 155, 212, 50, 14
PUSHBUTTON "OK", 14005, 100, 260, 50, 13
PUSHBUTTON "Cancel", 14006, 160, 260, 50, 13
END
STRINGTABLE DISCARDABLE
BEGIN
/* columns in the shellview */

View file

@ -337,6 +337,22 @@ BEGIN
RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
END
OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Open With"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Choose the program you want to use to open this file:", -1, 30, 20, 180, 10
LTEXT "File: %s", 14001, 30, 35, 180, 10
GROUPBOX "Programs", -1, 5, 49, 210, 180
CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 10, 60, 200, 130
CHECKBOX "&Always use the selected program to open this kind of file", 14003, 10, 200, 195, 10
PUSHBUTTON "&Browse...", 14004, 155, 212, 50, 14
PUSHBUTTON "OK", 14005, 100, 260, 50, 13
PUSHBUTTON "Cancel", 14006, 160, 260, 50, 13
END
STRINGTABLE DISCARDABLE
BEGIN
/* columns in the shellview */

View file

@ -336,6 +336,22 @@ BEGIN
RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
END
OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Open With"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Choose the program you want to use to open this file:", -1, 30, 20, 180, 10
LTEXT "File: %s", 14001, 30, 35, 180, 10
GROUPBOX "Programs", -1, 5, 49, 210, 180
CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 10, 60, 200, 130
CHECKBOX "&Always use the selected program to open this kind of file", 14003, 10, 200, 195, 10
PUSHBUTTON "&Browse...", 14004, 155, 212, 50, 14
PUSHBUTTON "OK", 14005, 100, 260, 50, 13
PUSHBUTTON "Cancel", 14006, 160, 260, 50, 13
END
STRINGTABLE DISCARDABLE
BEGIN
/* columns in the shellview */

View file

@ -338,6 +338,22 @@ BEGIN
RADIOBUTTON "Bestätigungs&dialog nach erfolgreichem Löschvorgang anzeigen", 14004, 20, 155, 140, 10, WS_TABSTOP
END
OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Open With"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Choose the program you want to use to open this file:", -1, 30, 20, 180, 10
LTEXT "File: %s", 14001, 30, 35, 180, 10
GROUPBOX "Programs", -1, 5, 49, 210, 180
CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 10, 60, 200, 130
CHECKBOX "&Always use the selected program to open this kind of file", 14003, 10, 200, 195, 10
PUSHBUTTON "&Browse...", 14004, 155, 212, 50, 14
PUSHBUTTON "OK", 14005, 100, 260, 50, 13
PUSHBUTTON "Cancel", 14006, 160, 260, 50, 13
END
STRINGTABLE DISCARDABLE
BEGIN
/* columns in the shellview */
@ -425,7 +441,7 @@ BEGIN
IDS_DRIVE_CDROM "CD-Laufwerk"
IDS_DRIVE_NETWORK "Netzlaufwerk"
IDS_OPEN_WITH "Öffnen mit"
IDS_OPEN_WITH "Öffnen &mit..."
IDS_OPEN_WITH_CHOOSE "Programm wählen..."
IDS_SHELL_ABOUT_AUTHORS "&Autoren"

View file

@ -336,6 +336,21 @@ BEGIN
RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
END
OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Open With"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Choose the program you want to use to open this file:", -1, 30, 20, 180, 10
LTEXT "File: %s", 14001, 30, 35, 180, 10
GROUPBOX "Programs", -1, 5, 49, 210, 180
CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 10, 60, 200, 130
CHECKBOX "&Always use the selected program to open this kind of file", 14003, 10, 200, 195, 10
PUSHBUTTON "&Browse...", 14004, 155, 212, 50, 14
PUSHBUTTON "OK", 14005, 100, 260, 50, 13
PUSHBUTTON "Cancel", 14006, 160, 260, 50, 13
END
STRINGTABLE DISCARDABLE
BEGIN
/* columns in the shellview */

View file

@ -336,6 +336,22 @@ BEGIN
RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
END
OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Open With"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Choose the program you want to use to open this file:", -1, 30, 20, 180, 10
LTEXT "File: %s", 14001, 30, 35, 180, 10
GROUPBOX "Programs", -1, 5, 49, 210, 180
CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 10, 60, 200, 130
CHECKBOX "&Always use the selected program to open this kind of file", 14003, 10, 200, 195, 10
PUSHBUTTON "&Browse...", 14004, 155, 212, 50, 14
PUSHBUTTON "OK", 14005, 100, 260, 50, 13
PUSHBUTTON "Cancel", 14006, 160, 260, 50, 13
END
STRINGTABLE DISCARDABLE
BEGIN
/* columns in the shellview */

View file

@ -337,6 +337,21 @@ BEGIN
RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
END
OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Open With"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Choose the program you want to use to open this file:", -1, 30, 20, 180, 10
LTEXT "File: %s", 14001, 30, 35, 180, 10
GROUPBOX "Programs", -1, 5, 49, 210, 180
CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 10, 60, 200, 130
CHECKBOX "&Always use the selected program to open this kind of file", 14003, 10, 200, 195, 10
PUSHBUTTON "&Browse...", 14004, 155, 212, 50, 14
PUSHBUTTON "OK", 14005, 100, 260, 50, 13
PUSHBUTTON "Cancel", 14006, 160, 260, 50, 13
END
STRINGTABLE DISCARDABLE
BEGIN
/* columns in the shellview */

View file

@ -336,6 +336,21 @@ BEGIN
RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
END
OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Open With"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Choose the program you want to use to open this file:", -1, 30, 20, 180, 10
LTEXT "File: %s", 14001, 30, 35, 180, 10
GROUPBOX "Programs", -1, 5, 49, 210, 180
CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 10, 60, 200, 130
CHECKBOX "&Always use the selected program to open this kind of file", 14003, 10, 200, 195, 10
PUSHBUTTON "&Browse...", 14004, 155, 212, 50, 14
PUSHBUTTON "OK", 14005, 100, 260, 50, 13
PUSHBUTTON "Cancel", 14006, 160, 260, 50, 13
END
STRINGTABLE DISCARDABLE
BEGIN
/* columns in the shellview */

View file

@ -340,6 +340,21 @@ BEGIN
RADIOBUTTON "Afficher une fenêtre de confirmation d'effacement", 14004, 20, 155, 140, 10, WS_TABSTOP
END
OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Open With"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Choose the program you want to use to open this file:", -1, 30, 20, 180, 10
LTEXT "File: %s", 14001, 30, 35, 180, 10
GROUPBOX "Programs", -1, 5, 49, 210, 180
CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 10, 60, 200, 130
CHECKBOX "&Always use the selected program to open this kind of file", 14003, 10, 200, 195, 10
PUSHBUTTON "&Browse...", 14004, 155, 212, 50, 14
PUSHBUTTON "OK", 14005, 100, 260, 50, 13
PUSHBUTTON "Cancel", 14006, 160, 260, 50, 13
END
STRINGTABLE DISCARDABLE
BEGIN
/* columns in the shellview */

View file

@ -339,6 +339,21 @@ BEGIN
RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
END
OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Open With"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Choose the program you want to use to open this file:", -1, 30, 20, 180, 10
LTEXT "File: %s", 14001, 30, 35, 180, 10
GROUPBOX "Programs", -1, 5, 49, 210, 180
CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 10, 60, 200, 130
CHECKBOX "&Always use the selected program to open this kind of file", 14003, 10, 200, 195, 10
PUSHBUTTON "&Browse...", 14004, 155, 212, 50, 14
PUSHBUTTON "OK", 14005, 100, 260, 50, 13
PUSHBUTTON "Cancel", 14006, 160, 260, 50, 13
END
STRINGTABLE DISCARDABLE
BEGIN
/* columns in the shellview */

View file

@ -337,6 +337,21 @@ BEGIN
RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
END
OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Open With"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Choose the program you want to use to open this file:", -1, 30, 20, 180, 10
LTEXT "File: %s", 14001, 30, 35, 180, 10
GROUPBOX "Programs", -1, 5, 49, 210, 180
CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 10, 60, 200, 130
CHECKBOX "&Always use the selected program to open this kind of file", 14003, 10, 200, 195, 10
PUSHBUTTON "&Browse...", 14004, 155, 212, 50, 14
PUSHBUTTON "OK", 14005, 100, 260, 50, 13
PUSHBUTTON "Cancel", 14006, 160, 260, 50, 13
END
STRINGTABLE DISCARDABLE
BEGIN
/* columns in the shellview */

View file

@ -336,6 +336,21 @@ BEGIN
RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
END
OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Open With"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Choose the program you want to use to open this file:", -1, 30, 20, 180, 10
LTEXT "File: %s", 14001, 30, 35, 180, 10
GROUPBOX "Programs", -1, 5, 49, 210, 180
CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 10, 60, 200, 130
CHECKBOX "&Always use the selected program to open this kind of file", 14003, 10, 200, 195, 10
PUSHBUTTON "&Browse...", 14004, 155, 212, 50, 14
PUSHBUTTON "OK", 14005, 100, 260, 50, 13
PUSHBUTTON "Cancel", 14006, 160, 260, 50, 13
END
STRINGTABLE DISCARDABLE
BEGIN
/* columns in the shellview */

View file

@ -336,6 +336,21 @@ BEGIN
RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
END
OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Open With"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Choose the program you want to use to open this file:", -1, 30, 20, 180, 10
LTEXT "File: %s", 14001, 30, 35, 180, 10
GROUPBOX "Programs", -1, 5, 49, 210, 180
CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 10, 60, 200, 130
CHECKBOX "&Always use the selected program to open this kind of file", 14003, 10, 200, 195, 10
PUSHBUTTON "&Browse...", 14004, 155, 212, 50, 14
PUSHBUTTON "OK", 14005, 100, 260, 50, 13
PUSHBUTTON "Cancel", 14006, 160, 260, 50, 13
END
STRINGTABLE DISCARDABLE
BEGIN
/* columns in the shellview */

View file

@ -336,6 +336,21 @@ BEGIN
RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
END
OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Open With"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Choose the program you want to use to open this file:", -1, 30, 20, 180, 10
LTEXT "File: %s", 14001, 30, 35, 180, 10
GROUPBOX "Programs", -1, 5, 49, 210, 180
CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 10, 60, 200, 130
CHECKBOX "&Always use the selected program to open this kind of file", 14003, 10, 200, 195, 10
PUSHBUTTON "&Browse...", 14004, 155, 212, 50, 14
PUSHBUTTON "OK", 14005, 100, 260, 50, 13
PUSHBUTTON "Cancel", 14006, 160, 260, 50, 13
END
STRINGTABLE DISCARDABLE
BEGIN
/* columns in the shellview */

View file

@ -336,6 +336,21 @@ BEGIN
RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
END
OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Open With"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Choose the program you want to use to open this file:", -1, 30, 20, 180, 10
LTEXT "File: %s", 14001, 30, 35, 180, 10
GROUPBOX "Programs", -1, 5, 49, 210, 180
CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 10, 60, 200, 130
CHECKBOX "&Always use the selected program to open this kind of file", 14003, 10, 200, 195, 10
PUSHBUTTON "&Browse...", 14004, 155, 212, 50, 14
PUSHBUTTON "OK", 14005, 100, 260, 50, 13
PUSHBUTTON "Cancel", 14006, 160, 260, 50, 13
END
STRINGTABLE DISCARDABLE
BEGIN
/* columns in the shellview */

View file

@ -337,6 +337,21 @@ BEGIN
RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
END
OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Open With"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Choose the program you want to use to open this file:", -1, 30, 20, 180, 10
LTEXT "File: %s", 14001, 30, 35, 180, 10
GROUPBOX "Programs", -1, 5, 49, 210, 180
CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 10, 60, 200, 130
CHECKBOX "&Always use the selected program to open this kind of file", 14003, 10, 200, 195, 10
PUSHBUTTON "&Browse...", 14004, 155, 212, 50, 14
PUSHBUTTON "OK", 14005, 100, 260, 50, 13
PUSHBUTTON "Cancel", 14006, 160, 260, 50, 13
END
STRINGTABLE DISCARDABLE
BEGIN
/* columns in the shellview */

View file

@ -338,6 +338,21 @@ BEGIN
RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
END
OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Open With"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Choose the program you want to use to open this file:", -1, 30, 20, 180, 10
LTEXT "File: %s", 14001, 30, 35, 180, 10
GROUPBOX "Programs", -1, 5, 49, 210, 180
CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 10, 60, 200, 130
CHECKBOX "&Always use the selected program to open this kind of file", 14003, 10, 200, 195, 10
PUSHBUTTON "&Browse...", 14004, 155, 212, 50, 14
PUSHBUTTON "OK", 14005, 100, 260, 50, 13
PUSHBUTTON "Cancel", 14006, 160, 260, 50, 13
END
STRINGTABLE DISCARDABLE
BEGIN
/* columns in the shellview */

View file

@ -338,6 +338,21 @@ BEGIN
RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
END
OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Open With"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Choose the program you want to use to open this file:", -1, 30, 20, 180, 10
LTEXT "File: %s", 14001, 30, 35, 180, 10
GROUPBOX "Programs", -1, 5, 49, 210, 180
CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 10, 60, 200, 130
CHECKBOX "&Always use the selected program to open this kind of file", 14003, 10, 200, 195, 10
PUSHBUTTON "&Browse...", 14004, 155, 212, 50, 14
PUSHBUTTON "OK", 14005, 100, 260, 50, 13
PUSHBUTTON "Cancel", 14006, 160, 260, 50, 13
END
STRINGTABLE DISCARDABLE
BEGIN
/* columns in the shellview */

View file

@ -336,6 +336,21 @@ BEGIN
RADIOBUTTON "&Çàïðàøèâàòü ïîäòâåðæäåíèå íà óäàëåíèå", 14004, 20, 145, 176, 10, WS_TABSTOP
END
OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Open With"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Choose the program you want to use to open this file:", -1, 30, 20, 180, 10
LTEXT "File: %s", 14001, 30, 35, 180, 10
GROUPBOX "Programs", -1, 5, 49, 210, 180
CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 10, 60, 200, 130
CHECKBOX "&Always use the selected program to open this kind of file", 14003, 10, 200, 195, 10
PUSHBUTTON "&Browse...", 14004, 155, 212, 50, 14
PUSHBUTTON "OK", 14005, 100, 260, 50, 13
PUSHBUTTON "Cancel", 14006, 160, 260, 50, 13
END
STRINGTABLE DISCARDABLE
BEGIN
/* columns in the shellview */

View file

@ -336,6 +336,21 @@ BEGIN
RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
END
OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Open With"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Choose the program you want to use to open this file:", -1, 30, 20, 180, 10
LTEXT "File: %s", 14001, 30, 35, 180, 10
GROUPBOX "Programs", -1, 5, 49, 210, 180
CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 10, 60, 200, 130
CHECKBOX "&Always use the selected program to open this kind of file", 14003, 10, 200, 195, 10
PUSHBUTTON "&Browse...", 14004, 155, 212, 50, 14
PUSHBUTTON "OK", 14005, 100, 260, 50, 13
PUSHBUTTON "Cancel", 14006, 160, 260, 50, 13
END
STRINGTABLE DISCARDABLE
BEGIN
/* columns in the shellview */

View file

@ -336,6 +336,21 @@ BEGIN
RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
END
OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Open With"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Choose the program you want to use to open this file:", -1, 30, 20, 180, 10
LTEXT "File: %s", 14001, 30, 35, 180, 10
GROUPBOX "Programs", -1, 5, 49, 210, 180
CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 10, 60, 200, 130
CHECKBOX "&Always use the selected program to open this kind of file", 14003, 10, 200, 195, 10
PUSHBUTTON "&Browse...", 14004, 155, 212, 50, 14
PUSHBUTTON "OK", 14005, 100, 260, 50, 13
PUSHBUTTON "Cancel", 14006, 160, 260, 50, 13
END
STRINGTABLE DISCARDABLE
BEGIN
/* columns in the shellview */

View file

@ -336,6 +336,21 @@ BEGIN
RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
END
OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Open With"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Choose the program you want to use to open this file:", -1, 30, 20, 180, 10
LTEXT "File: %s", 14001, 30, 35, 180, 10
GROUPBOX "Programs", -1, 5, 49, 210, 180
CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 10, 60, 200, 130
CHECKBOX "&Always use the selected program to open this kind of file", 14003, 10, 200, 195, 10
PUSHBUTTON "&Browse...", 14004, 155, 212, 50, 14
PUSHBUTTON "OK", 14005, 100, 260, 50, 13
PUSHBUTTON "Cancel", 14006, 160, 260, 50, 13
END
STRINGTABLE DISCARDABLE
BEGIN
/* columns in the shellview */

View file

@ -336,6 +336,21 @@ BEGIN
RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
END
OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Open With"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Choose the program you want to use to open this file:", -1, 30, 20, 180, 10
LTEXT "File: %s", 14001, 30, 35, 180, 10
GROUPBOX "Programs", -1, 5, 49, 210, 180
CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 10, 60, 200, 130
CHECKBOX "&Always use the selected program to open this kind of file", 14003, 10, 200, 195, 10
PUSHBUTTON "&Browse...", 14004, 155, 212, 50, 14
PUSHBUTTON "OK", 14005, 100, 260, 50, 13
PUSHBUTTON "Cancel", 14006, 160, 260, 50, 13
END
STRINGTABLE DISCARDABLE
BEGIN
/* columns in the shellview */

View file

@ -337,6 +337,21 @@ BEGIN
RADIOBUTTON "Ïîêà&çóâàòè ä³àëîã ï³äòâåðäæåííÿ âèäàëåííÿ", 14004, 20, 155, 140, 10, WS_TABSTOP
END
OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Open With"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Choose the program you want to use to open this file:", -1, 30, 20, 180, 10
LTEXT "File: %s", 14001, 30, 35, 180, 10
GROUPBOX "Programs", -1, 5, 49, 210, 180
CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 10, 60, 200, 130
CHECKBOX "&Always use the selected program to open this kind of file", 14003, 10, 200, 195, 10
PUSHBUTTON "&Browse...", 14004, 155, 212, 50, 14
PUSHBUTTON "OK", 14005, 100, 260, 50, 13
PUSHBUTTON "Cancel", 14006, 160, 260, 50, 13
END
STRINGTABLE DISCARDABLE
BEGIN
/* columns in the shellview */

View file

@ -336,6 +336,21 @@ BEGIN
RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
END
OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Open With"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Choose the program you want to use to open this file:", -1, 30, 20, 180, 10
LTEXT "File: %s", 14001, 30, 35, 180, 10
GROUPBOX "Programs", -1, 5, 49, 210, 180
CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 10, 60, 200, 130
CHECKBOX "&Always use the selected program to open this kind of file", 14003, 10, 200, 195, 10
PUSHBUTTON "&Browse...", 14004, 155, 212, 50, 14
PUSHBUTTON "OK", 14005, 100, 260, 50, 13
PUSHBUTTON "Cancel", 14006, 160, 260, 50, 13
END
STRINGTABLE DISCARDABLE
BEGIN
/* columns in the shellview */

View file

@ -337,6 +337,21 @@ BEGIN
RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
END
OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Open With"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Choose the program you want to use to open this file:", -1, 30, 20, 180, 10
LTEXT "File: %s", 14001, 30, 35, 180, 10
GROUPBOX "Programs", -1, 5, 49, 210, 180
CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 10, 60, 200, 130
CHECKBOX "&Always use the selected program to open this kind of file", 14003, 10, 200, 195, 10
PUSHBUTTON "&Browse...", 14004, 155, 212, 50, 14
PUSHBUTTON "OK", 14005, 100, 260, 50, 13
PUSHBUTTON "Cancel", 14006, 160, 260, 50, 13
END
STRINGTABLE DISCARDABLE
BEGIN
/* columns in the shellview */

View file

@ -337,6 +337,21 @@ BEGIN
RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
END
OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Open With"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Choose the program you want to use to open this file:", -1, 30, 20, 180, 10
LTEXT "File: %s", 14001, 30, 35, 180, 10
GROUPBOX "Programs", -1, 5, 49, 210, 180
CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 10, 60, 200, 130
CHECKBOX "&Always use the selected program to open this kind of file", 14003, 10, 200, 195, 10
PUSHBUTTON "&Browse...", 14004, 155, 212, 50, 14
PUSHBUTTON "OK", 14005, 100, 260, 50, 13
PUSHBUTTON "Cancel", 14006, 160, 260, 50, 13
END
STRINGTABLE LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
BEGIN
/* columns in the shellview */

View file

@ -436,11 +436,7 @@ static HRESULT WINAPI ISF_MyDocuments_fnGetUIObjectOf (IShellFolder2 * iface,
if (IsEqualIID (riid, &IID_IContextMenu))
{
if (cidl > 0)
pObj = (LPUNKNOWN) ISvItemCm_Constructor( (IShellFolder *) iface, This->pidlRoot, apidl, cidl);
else
pObj = (LPUNKNOWN) ISvBgCm_Constructor( (IShellFolder *) iface, TRUE);
hr = S_OK;
hr = CDefFolderMenu_Create2(This->pidlRoot, hwndOwner, cidl, apidl, (IShellFolder*)iface, NULL, 0, NULL, (IContextMenu**)&pObj);
}
else if (IsEqualIID (riid, &IID_IDataObject) && (cidl >= 1))
{