[ros-diffs] [fireball] 30778: Dmitry Chapyshev <lentind at yandex.ru> - Improve "Open With..." dialog in terms of UI/design. - Add one more icon.

fireball at svn.reactos.org fireball at svn.reactos.org
Mon Nov 26 11:25:08 CET 2007


Author: fireball
Date: Mon Nov 26 13:25:07 2007
New Revision: 30778

URL: http://svn.reactos.org/svn/reactos?rev=30778&view=rev
Log:
Dmitry Chapyshev <lentind at yandex.ru>
- Improve "Open With..." dialog in terms of UI/design.
- Add one more icon.

Added:
    trunk/reactos/dll/win32/shell32/res/icons/135.ico   (with props)
Modified:
    trunk/reactos/dll/win32/shell32/icon_res.rc
    trunk/reactos/dll/win32/shell32/lang/bg-BG.rc
    trunk/reactos/dll/win32/shell32/lang/ca-ES.rc
    trunk/reactos/dll/win32/shell32/lang/cs-CZ.rc
    trunk/reactos/dll/win32/shell32/lang/da-DK.rc
    trunk/reactos/dll/win32/shell32/lang/de-DE.rc
    trunk/reactos/dll/win32/shell32/lang/en-US.rc
    trunk/reactos/dll/win32/shell32/lang/eo-EO.rc
    trunk/reactos/dll/win32/shell32/lang/es-ES.rc
    trunk/reactos/dll/win32/shell32/lang/fi-FI.rc
    trunk/reactos/dll/win32/shell32/lang/fr-FR.rc
    trunk/reactos/dll/win32/shell32/lang/hu-HU.rc
    trunk/reactos/dll/win32/shell32/lang/it-IT.rc
    trunk/reactos/dll/win32/shell32/lang/ja-JP.rc
    trunk/reactos/dll/win32/shell32/lang/ko-KO.rc
    trunk/reactos/dll/win32/shell32/lang/nb-NO.rc
    trunk/reactos/dll/win32/shell32/lang/nl-NL.rc
    trunk/reactos/dll/win32/shell32/lang/pl-PL.rc
    trunk/reactos/dll/win32/shell32/lang/pt-BR.rc
    trunk/reactos/dll/win32/shell32/lang/pt-PT.rc
    trunk/reactos/dll/win32/shell32/lang/ru-RU.rc
    trunk/reactos/dll/win32/shell32/lang/sk-SK.rc
    trunk/reactos/dll/win32/shell32/lang/sl-SI.rc
    trunk/reactos/dll/win32/shell32/lang/sv-SE.rc
    trunk/reactos/dll/win32/shell32/lang/tr-TR.rc
    trunk/reactos/dll/win32/shell32/lang/uk-UA.rc
    trunk/reactos/dll/win32/shell32/lang/wa-WA.rc
    trunk/reactos/dll/win32/shell32/lang/zh-CN.rc
    trunk/reactos/dll/win32/shell32/lang/zh-TW.rc
    trunk/reactos/dll/win32/shell32/shresdef.h

Modified: trunk/reactos/dll/win32/shell32/icon_res.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/icon_res.rc?rev=30778&r1=30777&r2=30778&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/icon_res.rc (original)
+++ trunk/reactos/dll/win32/shell32/icon_res.rc Mon Nov 26 13:25:07 2007
@@ -42,6 +42,7 @@
 IDI_SHELL_LOCKED            ICON "res/icons/48.ico"
 // "res/icons/54.ico"
 IDI_SHELL_FIND_IN_FILE      ICON "res/icons/134.ico"
+IDI_SHELL_OPEN_WITH         ICON "res/icons/135.ico"
 IDI_SHELL_CONTROL_PANEL3    ICON "res/icons/137.ico"
 IDI_SHELL_PRINTER2          ICON "res/icons/138.ico"
 IDI_SHELL_INF_FILE          ICON "res/icons/151.ico"

Modified: trunk/reactos/dll/win32/shell32/lang/bg-BG.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/bg-BG.rc?rev=30778&r1=30777&r2=30778&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/lang/bg-BG.rc (original)
+++ trunk/reactos/dll/win32/shell32/lang/bg-BG.rc Mon Nov 26 13:25:07 2007
@@ -336,19 +336,20 @@
 	RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
 END
 
-OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
+OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 264, 256
 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
+	ICON IDI_SHELL_OPEN_WITH, -1, 8, 12, 21, 20
+	LTEXT "Choose the program you want to use to open this file:", -1, 44, 12, 211, 10
+	LTEXT "File:    %s", 14001, 44, 25, 188, 10
+	GROUPBOX "Programs", -1, 7, 42, 249, 187
+	CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 16, 57, 230, 130
+	CHECKBOX "&Always use the selected program to open this kind of file", 14003, 20, 193, 225, 10
+	PUSHBUTTON "&Browse...", 14004, 198, 207, 50, 14
+	PUSHBUTTON "OK", 14005, 150, 236, 50, 14
+	PUSHBUTTON "Cancel", 14006, 206, 236, 50, 14
 END
 
 

Modified: trunk/reactos/dll/win32/shell32/lang/ca-ES.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/ca-ES.rc?rev=30778&r1=30777&r2=30778&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/lang/ca-ES.rc (original)
+++ trunk/reactos/dll/win32/shell32/lang/ca-ES.rc Mon Nov 26 13:25:07 2007
@@ -336,19 +336,20 @@
 	RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
 END
 
-OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
+OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 264, 256
 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
+	ICON IDI_SHELL_OPEN_WITH, -1, 8, 12, 21, 20
+	LTEXT "Choose the program you want to use to open this file:", -1, 44, 12, 211, 10
+	LTEXT "File:    %s", 14001, 44, 25, 188, 10
+	GROUPBOX "Programs", -1, 7, 42, 249, 187
+	CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 16, 57, 230, 130
+	CHECKBOX "&Always use the selected program to open this kind of file", 14003, 20, 193, 225, 10
+	PUSHBUTTON "&Browse...", 14004, 198, 207, 50, 14
+	PUSHBUTTON "OK", 14005, 150, 236, 50, 14
+	PUSHBUTTON "Cancel", 14006, 206, 236, 50, 14
 END
 
 

Modified: trunk/reactos/dll/win32/shell32/lang/cs-CZ.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/cs-CZ.rc?rev=30778&r1=30777&r2=30778&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/lang/cs-CZ.rc (original)
+++ trunk/reactos/dll/win32/shell32/lang/cs-CZ.rc Mon Nov 26 13:25:07 2007
@@ -337,19 +337,20 @@
 	RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
 END
 
-OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
+OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 264, 256
 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
+	ICON IDI_SHELL_OPEN_WITH, -1, 8, 12, 21, 20
+	LTEXT "Choose the program you want to use to open this file:", -1, 44, 12, 211, 10
+	LTEXT "File:    %s", 14001, 44, 25, 188, 10
+	GROUPBOX "Programs", -1, 7, 42, 249, 187
+	CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 16, 57, 230, 130
+	CHECKBOX "&Always use the selected program to open this kind of file", 14003, 20, 193, 225, 10
+	PUSHBUTTON "&Browse...", 14004, 198, 207, 50, 14
+	PUSHBUTTON "OK", 14005, 150, 236, 50, 14
+	PUSHBUTTON "Cancel", 14006, 206, 236, 50, 14
 END
 
 

Modified: trunk/reactos/dll/win32/shell32/lang/da-DK.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/da-DK.rc?rev=30778&r1=30777&r2=30778&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/lang/da-DK.rc (original)
+++ trunk/reactos/dll/win32/shell32/lang/da-DK.rc Mon Nov 26 13:25:07 2007
@@ -336,19 +336,20 @@
 	RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
 END
 
-OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
+OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 264, 256
 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
+	ICON IDI_SHELL_OPEN_WITH, -1, 8, 12, 21, 20
+	LTEXT "Choose the program you want to use to open this file:", -1, 44, 12, 211, 10
+	LTEXT "File:    %s", 14001, 44, 25, 188, 10
+	GROUPBOX "Programs", -1, 7, 42, 249, 187
+	CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 16, 57, 230, 130
+	CHECKBOX "&Always use the selected program to open this kind of file", 14003, 20, 193, 225, 10
+	PUSHBUTTON "&Browse...", 14004, 198, 207, 50, 14
+	PUSHBUTTON "OK", 14005, 150, 236, 50, 14
+	PUSHBUTTON "Cancel", 14006, 206, 236, 50, 14
 END
 
 

Modified: trunk/reactos/dll/win32/shell32/lang/de-DE.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/de-DE.rc?rev=30778&r1=30777&r2=30778&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/lang/de-DE.rc (original)
+++ trunk/reactos/dll/win32/shell32/lang/de-DE.rc Mon Nov 26 13:25:07 2007
@@ -338,19 +338,20 @@
 	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 "Öffnen mit"
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
-BEGIN
-LTEXT "Wählen Sie das Programm, das zum Öffnen dieser Datei verwendet werden soll:", -1, 30, 20, 180, 20
-LTEXT "Datei:    %s", 14001, 30, 38, 180, 10
-GROUPBOX "&Programme", -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 "&Dateityp &immer mit dem ausgewählten Programm öffnen", 14003, 10, 200, 195, 10
-PUSHBUTTON "&Durchsuchen...", 14004, 155, 212, 55, 14
-PUSHBUTTON "OK", 14005, 100, 260, 50, 13
-PUSHBUTTON "Abbrechen", 14006, 160, 260, 50, 13
+OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 264, 256
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
+CAPTION "Open With"
+FONT 8, "MS Shell Dlg", 0, 0, 0x0
+BEGIN
+	ICON IDI_SHELL_OPEN_WITH, -1, 8, 12, 21, 20
+	LTEXT "Choose the program you want to use to open this file:", -1, 44, 12, 211, 10
+	LTEXT "File:    %s", 14001, 44, 25, 188, 10
+	GROUPBOX "Programs", -1, 7, 42, 249, 187
+	CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 16, 57, 230, 130
+	CHECKBOX "&Always use the selected program to open this kind of file", 14003, 20, 193, 225, 10
+	PUSHBUTTON "&Browse...", 14004, 198, 207, 50, 14
+	PUSHBUTTON "OK", 14005, 150, 236, 50, 14
+	PUSHBUTTON "Cancel", 14006, 206, 236, 50, 14
 END
 
 

Modified: trunk/reactos/dll/win32/shell32/lang/en-US.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/en-US.rc?rev=30778&r1=30777&r2=30778&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/lang/en-US.rc (original)
+++ trunk/reactos/dll/win32/shell32/lang/en-US.rc Mon Nov 26 13:25:07 2007
@@ -336,19 +336,20 @@
 	RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
 END
 
-OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
+OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 264, 256
 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
+	ICON IDI_SHELL_OPEN_WITH, -1, 8, 12, 21, 20
+	LTEXT "Choose the program you want to use to open this file:", -1, 44, 12, 211, 10
+	LTEXT "File:    %s", 14001, 44, 25, 188, 10
+	GROUPBOX "Programs", -1, 7, 42, 249, 187
+	CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 16, 57, 230, 130
+	CHECKBOX "&Always use the selected program to open this kind of file", 14003, 20, 193, 225, 10
+	PUSHBUTTON "&Browse...", 14004, 198, 207, 50, 14
+	PUSHBUTTON "OK", 14005, 150, 236, 50, 14
+	PUSHBUTTON "Cancel", 14006, 206, 236, 50, 14
 END
 
 STRINGTABLE DISCARDABLE

Modified: trunk/reactos/dll/win32/shell32/lang/eo-EO.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/eo-EO.rc?rev=30778&r1=30777&r2=30778&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/lang/eo-EO.rc (original)
+++ trunk/reactos/dll/win32/shell32/lang/eo-EO.rc Mon Nov 26 13:25:07 2007
@@ -336,19 +336,20 @@
 	RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
 END
 
-OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
+OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 264, 256
 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
+	ICON IDI_SHELL_OPEN_WITH, -1, 8, 12, 21, 20
+	LTEXT "Choose the program you want to use to open this file:", -1, 44, 12, 211, 10
+	LTEXT "File:    %s", 14001, 44, 25, 188, 10
+	GROUPBOX "Programs", -1, 7, 42, 249, 187
+	CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 16, 57, 230, 130
+	CHECKBOX "&Always use the selected program to open this kind of file", 14003, 20, 193, 225, 10
+	PUSHBUTTON "&Browse...", 14004, 198, 207, 50, 14
+	PUSHBUTTON "OK", 14005, 150, 236, 50, 14
+	PUSHBUTTON "Cancel", 14006, 206, 236, 50, 14
 END
 
 

Modified: trunk/reactos/dll/win32/shell32/lang/es-ES.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/es-ES.rc?rev=30778&r1=30777&r2=30778&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/lang/es-ES.rc (original)
+++ trunk/reactos/dll/win32/shell32/lang/es-ES.rc Mon Nov 26 13:25:07 2007
@@ -337,19 +337,20 @@
 	RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
 END
 
-OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
+OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 264, 256
 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
+	ICON IDI_SHELL_OPEN_WITH, -1, 8, 12, 21, 20
+	LTEXT "Choose the program you want to use to open this file:", -1, 44, 12, 211, 10
+	LTEXT "File:    %s", 14001, 44, 25, 188, 10
+	GROUPBOX "Programs", -1, 7, 42, 249, 187
+	CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 16, 57, 230, 130
+	CHECKBOX "&Always use the selected program to open this kind of file", 14003, 20, 193, 225, 10
+	PUSHBUTTON "&Browse...", 14004, 198, 207, 50, 14
+	PUSHBUTTON "OK", 14005, 150, 236, 50, 14
+	PUSHBUTTON "Cancel", 14006, 206, 236, 50, 14
 END
 
 STRINGTABLE DISCARDABLE

Modified: trunk/reactos/dll/win32/shell32/lang/fi-FI.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/fi-FI.rc?rev=30778&r1=30777&r2=30778&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/lang/fi-FI.rc (original)
+++ trunk/reactos/dll/win32/shell32/lang/fi-FI.rc Mon Nov 26 13:25:07 2007
@@ -336,19 +336,20 @@
 	RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
 END
 
-OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
+OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 264, 256
 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
+	ICON IDI_SHELL_OPEN_WITH, -1, 8, 12, 21, 20
+	LTEXT "Choose the program you want to use to open this file:", -1, 44, 12, 211, 10
+	LTEXT "File:    %s", 14001, 44, 25, 188, 10
+	GROUPBOX "Programs", -1, 7, 42, 249, 187
+	CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 16, 57, 230, 130
+	CHECKBOX "&Always use the selected program to open this kind of file", 14003, 20, 193, 225, 10
+	PUSHBUTTON "&Browse...", 14004, 198, 207, 50, 14
+	PUSHBUTTON "OK", 14005, 150, 236, 50, 14
+	PUSHBUTTON "Cancel", 14006, 206, 236, 50, 14
 END
 
 STRINGTABLE DISCARDABLE

Modified: trunk/reactos/dll/win32/shell32/lang/fr-FR.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/fr-FR.rc?rev=30778&r1=30777&r2=30778&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/lang/fr-FR.rc (original)
+++ trunk/reactos/dll/win32/shell32/lang/fr-FR.rc Mon Nov 26 13:25:07 2007
@@ -340,19 +340,20 @@
 	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
+OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 264, 256
 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
+	ICON IDI_SHELL_OPEN_WITH, -1, 8, 12, 21, 20
+	LTEXT "Choose the program you want to use to open this file:", -1, 44, 12, 211, 10
+	LTEXT "File:    %s", 14001, 44, 25, 188, 10
+	GROUPBOX "Programs", -1, 7, 42, 249, 187
+	CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 16, 57, 230, 130
+	CHECKBOX "&Always use the selected program to open this kind of file", 14003, 20, 193, 225, 10
+	PUSHBUTTON "&Browse...", 14004, 198, 207, 50, 14
+	PUSHBUTTON "OK", 14005, 150, 236, 50, 14
+	PUSHBUTTON "Cancel", 14006, 206, 236, 50, 14
 END
 
 STRINGTABLE DISCARDABLE

Modified: trunk/reactos/dll/win32/shell32/lang/hu-HU.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/hu-HU.rc?rev=30778&r1=30777&r2=30778&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/lang/hu-HU.rc (original)
+++ trunk/reactos/dll/win32/shell32/lang/hu-HU.rc Mon Nov 26 13:25:07 2007
@@ -339,19 +339,20 @@
 	RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
 END
 
-OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
+OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 264, 256
 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
+	ICON IDI_SHELL_OPEN_WITH, -1, 8, 12, 21, 20
+	LTEXT "Choose the program you want to use to open this file:", -1, 44, 12, 211, 10
+	LTEXT "File:    %s", 14001, 44, 25, 188, 10
+	GROUPBOX "Programs", -1, 7, 42, 249, 187
+	CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 16, 57, 230, 130
+	CHECKBOX "&Always use the selected program to open this kind of file", 14003, 20, 193, 225, 10
+	PUSHBUTTON "&Browse...", 14004, 198, 207, 50, 14
+	PUSHBUTTON "OK", 14005, 150, 236, 50, 14
+	PUSHBUTTON "Cancel", 14006, 206, 236, 50, 14
 END
 
 STRINGTABLE DISCARDABLE

Modified: trunk/reactos/dll/win32/shell32/lang/it-IT.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/it-IT.rc?rev=30778&r1=30777&r2=30778&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/lang/it-IT.rc (original)
+++ trunk/reactos/dll/win32/shell32/lang/it-IT.rc Mon Nov 26 13:25:07 2007
@@ -337,19 +337,20 @@
 	RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
 END
 
-OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
+OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 264, 256
 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
+	ICON IDI_SHELL_OPEN_WITH, -1, 8, 12, 21, 20
+	LTEXT "Choose the program you want to use to open this file:", -1, 44, 12, 211, 10
+	LTEXT "File:    %s", 14001, 44, 25, 188, 10
+	GROUPBOX "Programs", -1, 7, 42, 249, 187
+	CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 16, 57, 230, 130
+	CHECKBOX "&Always use the selected program to open this kind of file", 14003, 20, 193, 225, 10
+	PUSHBUTTON "&Browse...", 14004, 198, 207, 50, 14
+	PUSHBUTTON "OK", 14005, 150, 236, 50, 14
+	PUSHBUTTON "Cancel", 14006, 206, 236, 50, 14
 END
 
 STRINGTABLE DISCARDABLE

Modified: trunk/reactos/dll/win32/shell32/lang/ja-JP.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/ja-JP.rc?rev=30778&r1=30777&r2=30778&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/lang/ja-JP.rc (original)
+++ trunk/reactos/dll/win32/shell32/lang/ja-JP.rc Mon Nov 26 13:25:07 2007
@@ -336,19 +336,20 @@
 	RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
 END
 
-OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
+OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 264, 256
 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
+	ICON IDI_SHELL_OPEN_WITH, -1, 8, 12, 21, 20
+	LTEXT "Choose the program you want to use to open this file:", -1, 44, 12, 211, 10
+	LTEXT "File:    %s", 14001, 44, 25, 188, 10
+	GROUPBOX "Programs", -1, 7, 42, 249, 187
+	CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 16, 57, 230, 130
+	CHECKBOX "&Always use the selected program to open this kind of file", 14003, 20, 193, 225, 10
+	PUSHBUTTON "&Browse...", 14004, 198, 207, 50, 14
+	PUSHBUTTON "OK", 14005, 150, 236, 50, 14
+	PUSHBUTTON "Cancel", 14006, 206, 236, 50, 14
 END
 
 STRINGTABLE DISCARDABLE

Modified: trunk/reactos/dll/win32/shell32/lang/ko-KO.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/ko-KO.rc?rev=30778&r1=30777&r2=30778&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/lang/ko-KO.rc (original)
+++ trunk/reactos/dll/win32/shell32/lang/ko-KO.rc Mon Nov 26 13:25:07 2007
@@ -336,19 +336,20 @@
 	RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
 END
 
-OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
+OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 264, 256
 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
+	ICON IDI_SHELL_OPEN_WITH, -1, 8, 12, 21, 20
+	LTEXT "Choose the program you want to use to open this file:", -1, 44, 12, 211, 10
+	LTEXT "File:    %s", 14001, 44, 25, 188, 10
+	GROUPBOX "Programs", -1, 7, 42, 249, 187
+	CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 16, 57, 230, 130
+	CHECKBOX "&Always use the selected program to open this kind of file", 14003, 20, 193, 225, 10
+	PUSHBUTTON "&Browse...", 14004, 198, 207, 50, 14
+	PUSHBUTTON "OK", 14005, 150, 236, 50, 14
+	PUSHBUTTON "Cancel", 14006, 206, 236, 50, 14
 END
 
 STRINGTABLE DISCARDABLE

Modified: trunk/reactos/dll/win32/shell32/lang/nb-NO.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/nb-NO.rc?rev=30778&r1=30777&r2=30778&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/lang/nb-NO.rc (original)
+++ trunk/reactos/dll/win32/shell32/lang/nb-NO.rc Mon Nov 26 13:25:07 2007
@@ -336,19 +336,20 @@
 	RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
 END
 
-OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
+OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 264, 256
 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
+	ICON IDI_SHELL_OPEN_WITH, -1, 8, 12, 21, 20
+	LTEXT "Choose the program you want to use to open this file:", -1, 44, 12, 211, 10
+	LTEXT "File:    %s", 14001, 44, 25, 188, 10
+	GROUPBOX "Programs", -1, 7, 42, 249, 187
+	CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 16, 57, 230, 130
+	CHECKBOX "&Always use the selected program to open this kind of file", 14003, 20, 193, 225, 10
+	PUSHBUTTON "&Browse...", 14004, 198, 207, 50, 14
+	PUSHBUTTON "OK", 14005, 150, 236, 50, 14
+	PUSHBUTTON "Cancel", 14006, 206, 236, 50, 14
 END
 
 STRINGTABLE DISCARDABLE

Modified: trunk/reactos/dll/win32/shell32/lang/nl-NL.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/nl-NL.rc?rev=30778&r1=30777&r2=30778&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/lang/nl-NL.rc (original)
+++ trunk/reactos/dll/win32/shell32/lang/nl-NL.rc Mon Nov 26 13:25:07 2007
@@ -336,19 +336,20 @@
 	RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
 END
 
-OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
+OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 264, 256
 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
+	ICON IDI_SHELL_OPEN_WITH, -1, 8, 12, 21, 20
+	LTEXT "Choose the program you want to use to open this file:", -1, 44, 12, 211, 10
+	LTEXT "File:    %s", 14001, 44, 25, 188, 10
+	GROUPBOX "Programs", -1, 7, 42, 249, 187
+	CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 16, 57, 230, 130
+	CHECKBOX "&Always use the selected program to open this kind of file", 14003, 20, 193, 225, 10
+	PUSHBUTTON "&Browse...", 14004, 198, 207, 50, 14
+	PUSHBUTTON "OK", 14005, 150, 236, 50, 14
+	PUSHBUTTON "Cancel", 14006, 206, 236, 50, 14
 END
 
 STRINGTABLE DISCARDABLE

Modified: trunk/reactos/dll/win32/shell32/lang/pl-PL.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/pl-PL.rc?rev=30778&r1=30777&r2=30778&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/lang/pl-PL.rc (original)
+++ trunk/reactos/dll/win32/shell32/lang/pl-PL.rc Mon Nov 26 13:25:07 2007
@@ -337,19 +337,20 @@
 	RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
 END
 
-OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
+OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 264, 256
 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
+	ICON IDI_SHELL_OPEN_WITH, -1, 8, 12, 21, 20
+	LTEXT "Choose the program you want to use to open this file:", -1, 44, 12, 211, 10
+	LTEXT "File:    %s", 14001, 44, 25, 188, 10
+	GROUPBOX "Programs", -1, 7, 42, 249, 187
+	CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 16, 57, 230, 130
+	CHECKBOX "&Always use the selected program to open this kind of file", 14003, 20, 193, 225, 10
+	PUSHBUTTON "&Browse...", 14004, 198, 207, 50, 14
+	PUSHBUTTON "OK", 14005, 150, 236, 50, 14
+	PUSHBUTTON "Cancel", 14006, 206, 236, 50, 14
 END
 
 STRINGTABLE DISCARDABLE

Modified: trunk/reactos/dll/win32/shell32/lang/pt-BR.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/pt-BR.rc?rev=30778&r1=30777&r2=30778&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/lang/pt-BR.rc (original)
+++ trunk/reactos/dll/win32/shell32/lang/pt-BR.rc Mon Nov 26 13:25:07 2007
@@ -338,19 +338,20 @@
 	RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
 END
 
-OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
+OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 264, 256
 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
+	ICON IDI_SHELL_OPEN_WITH, -1, 8, 12, 21, 20
+	LTEXT "Choose the program you want to use to open this file:", -1, 44, 12, 211, 10
+	LTEXT "File:    %s", 14001, 44, 25, 188, 10
+	GROUPBOX "Programs", -1, 7, 42, 249, 187
+	CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 16, 57, 230, 130
+	CHECKBOX "&Always use the selected program to open this kind of file", 14003, 20, 193, 225, 10
+	PUSHBUTTON "&Browse...", 14004, 198, 207, 50, 14
+	PUSHBUTTON "OK", 14005, 150, 236, 50, 14
+	PUSHBUTTON "Cancel", 14006, 206, 236, 50, 14
 END
 
 STRINGTABLE DISCARDABLE

Modified: trunk/reactos/dll/win32/shell32/lang/pt-PT.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/pt-PT.rc?rev=30778&r1=30777&r2=30778&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/lang/pt-PT.rc (original)
+++ trunk/reactos/dll/win32/shell32/lang/pt-PT.rc Mon Nov 26 13:25:07 2007
@@ -338,19 +338,20 @@
 	RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
 END
 
-OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
+OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 264, 256
 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
+	ICON IDI_SHELL_OPEN_WITH, -1, 8, 12, 21, 20
+	LTEXT "Choose the program you want to use to open this file:", -1, 44, 12, 211, 10
+	LTEXT "File:    %s", 14001, 44, 25, 188, 10
+	GROUPBOX "Programs", -1, 7, 42, 249, 187
+	CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 16, 57, 230, 130
+	CHECKBOX "&Always use the selected program to open this kind of file", 14003, 20, 193, 225, 10
+	PUSHBUTTON "&Browse...", 14004, 198, 207, 50, 14
+	PUSHBUTTON "OK", 14005, 150, 236, 50, 14
+	PUSHBUTTON "Cancel", 14006, 206, 236, 50, 14
 END
 
 STRINGTABLE DISCARDABLE

Modified: trunk/reactos/dll/win32/shell32/lang/ru-RU.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/ru-RU.rc?rev=30778&r1=30777&r2=30778&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/lang/ru-RU.rc (original)
+++ trunk/reactos/dll/win32/shell32/lang/ru-RU.rc Mon Nov 26 13:25:07 2007
@@ -336,19 +336,20 @@
 	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
+OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 264, 256
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
+CAPTION "Âûáîð ïðîãðàììû"
+FONT 8, "MS Shell Dlg", 0, 0, 0x0
+BEGIN
+	ICON IDI_SHELL_OPEN_WITH, -1, 8, 12, 21, 20
+	LTEXT "Âûáåðèòå ïðîãðàììó äëÿ îòêðûòèÿ ýòîãî ôàéëà.", -1, 44, 12, 211, 10
+	LTEXT "Ôàéë:    %s", 14001, 44, 25, 188, 10
+	GROUPBOX "Ïðîãðàììû", -1, 7, 42, 249, 187
+	CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 16, 57, 230, 130
+	CHECKBOX "&Èñïîëüçîâàòü åå äëÿ âñåõ ôàéëîâ òàêîãî òèïà", 14003, 20, 193, 225, 10
+	PUSHBUTTON "&Îáçîð...", 14004, 198, 207, 50, 14
+	PUSHBUTTON "OK", 14005, 150, 236, 50, 14
+	PUSHBUTTON "Îòìåíà", 14006, 206, 236, 50, 14
 END
 
 STRINGTABLE DISCARDABLE

Modified: trunk/reactos/dll/win32/shell32/lang/sk-SK.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/sk-SK.rc?rev=30778&r1=30777&r2=30778&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/lang/sk-SK.rc (original)
+++ trunk/reactos/dll/win32/shell32/lang/sk-SK.rc Mon Nov 26 13:25:07 2007
@@ -336,19 +336,20 @@
 	RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
 END
 
-OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
+OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 264, 256
 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
+	ICON IDI_SHELL_OPEN_WITH, -1, 8, 12, 21, 20
+	LTEXT "Choose the program you want to use to open this file:", -1, 44, 12, 211, 10
+	LTEXT "File:    %s", 14001, 44, 25, 188, 10
+	GROUPBOX "Programs", -1, 7, 42, 249, 187
+	CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 16, 57, 230, 130
+	CHECKBOX "&Always use the selected program to open this kind of file", 14003, 20, 193, 225, 10
+	PUSHBUTTON "&Browse...", 14004, 198, 207, 50, 14
+	PUSHBUTTON "OK", 14005, 150, 236, 50, 14
+	PUSHBUTTON "Cancel", 14006, 206, 236, 50, 14
 END
 
 STRINGTABLE DISCARDABLE

Modified: trunk/reactos/dll/win32/shell32/lang/sl-SI.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/sl-SI.rc?rev=30778&r1=30777&r2=30778&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/lang/sl-SI.rc (original)
+++ trunk/reactos/dll/win32/shell32/lang/sl-SI.rc Mon Nov 26 13:25:07 2007
@@ -336,19 +336,20 @@
 	RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
 END
 
-OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
+OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 264, 256
 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
+	ICON IDI_SHELL_OPEN_WITH, -1, 8, 12, 21, 20
+	LTEXT "Choose the program you want to use to open this file:", -1, 44, 12, 211, 10
+	LTEXT "File:    %s", 14001, 44, 25, 188, 10
+	GROUPBOX "Programs", -1, 7, 42, 249, 187
+	CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 16, 57, 230, 130
+	CHECKBOX "&Always use the selected program to open this kind of file", 14003, 20, 193, 225, 10
+	PUSHBUTTON "&Browse...", 14004, 198, 207, 50, 14
+	PUSHBUTTON "OK", 14005, 150, 236, 50, 14
+	PUSHBUTTON "Cancel", 14006, 206, 236, 50, 14
 END
 
 STRINGTABLE DISCARDABLE

Modified: trunk/reactos/dll/win32/shell32/lang/sv-SE.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/sv-SE.rc?rev=30778&r1=30777&r2=30778&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/lang/sv-SE.rc (original)
+++ trunk/reactos/dll/win32/shell32/lang/sv-SE.rc Mon Nov 26 13:25:07 2007
@@ -336,19 +336,20 @@
 	RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
 END
 
-OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
+OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 264, 256
 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
+	ICON IDI_SHELL_OPEN_WITH, -1, 8, 12, 21, 20
+	LTEXT "Choose the program you want to use to open this file:", -1, 44, 12, 211, 10
+	LTEXT "File:    %s", 14001, 44, 25, 188, 10
+	GROUPBOX "Programs", -1, 7, 42, 249, 187
+	CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 16, 57, 230, 130
+	CHECKBOX "&Always use the selected program to open this kind of file", 14003, 20, 193, 225, 10
+	PUSHBUTTON "&Browse...", 14004, 198, 207, 50, 14
+	PUSHBUTTON "OK", 14005, 150, 236, 50, 14
+	PUSHBUTTON "Cancel", 14006, 206, 236, 50, 14
 END
 
 STRINGTABLE DISCARDABLE

Modified: trunk/reactos/dll/win32/shell32/lang/tr-TR.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/tr-TR.rc?rev=30778&r1=30777&r2=30778&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/lang/tr-TR.rc (original)
+++ trunk/reactos/dll/win32/shell32/lang/tr-TR.rc Mon Nov 26 13:25:07 2007
@@ -336,19 +336,20 @@
 	RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
 END
 
-OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
+OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 264, 256
 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
+	ICON IDI_SHELL_OPEN_WITH, -1, 8, 12, 21, 20
+	LTEXT "Choose the program you want to use to open this file:", -1, 44, 12, 211, 10
+	LTEXT "File:    %s", 14001, 44, 25, 188, 10
+	GROUPBOX "Programs", -1, 7, 42, 249, 187
+	CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 16, 57, 230, 130
+	CHECKBOX "&Always use the selected program to open this kind of file", 14003, 20, 193, 225, 10
+	PUSHBUTTON "&Browse...", 14004, 198, 207, 50, 14
+	PUSHBUTTON "OK", 14005, 150, 236, 50, 14
+	PUSHBUTTON "Cancel", 14006, 206, 236, 50, 14
 END
 
 STRINGTABLE DISCARDABLE

Modified: trunk/reactos/dll/win32/shell32/lang/uk-UA.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/uk-UA.rc?rev=30778&r1=30777&r2=30778&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/lang/uk-UA.rc (original)
+++ trunk/reactos/dll/win32/shell32/lang/uk-UA.rc Mon Nov 26 13:25:07 2007
@@ -337,19 +337,20 @@
 	RADIOBUTTON "Ïîêà&çóâàòè ä³àëîã ï³äòâåðäæåííÿ âèäàëåííÿ", 14004, 20, 155, 140, 10, WS_TABSTOP
 END
 
-OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
+OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 264, 256
 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
+	ICON IDI_SHELL_OPEN_WITH, -1, 8, 12, 21, 20
+	LTEXT "Choose the program you want to use to open this file:", -1, 44, 12, 211, 10
+	LTEXT "File:    %s", 14001, 44, 25, 188, 10
+	GROUPBOX "Programs", -1, 7, 42, 249, 187
+	CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 16, 57, 230, 130
+	CHECKBOX "&Always use the selected program to open this kind of file", 14003, 20, 193, 225, 10
+	PUSHBUTTON "&Browse...", 14004, 198, 207, 50, 14
+	PUSHBUTTON "OK", 14005, 150, 236, 50, 14
+	PUSHBUTTON "Cancel", 14006, 206, 236, 50, 14
 END
 
 STRINGTABLE DISCARDABLE

Modified: trunk/reactos/dll/win32/shell32/lang/wa-WA.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/wa-WA.rc?rev=30778&r1=30777&r2=30778&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/lang/wa-WA.rc (original)
+++ trunk/reactos/dll/win32/shell32/lang/wa-WA.rc Mon Nov 26 13:25:07 2007
@@ -336,19 +336,20 @@
 	RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
 END
 
-OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
+OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 264, 256
 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
+	ICON IDI_SHELL_OPEN_WITH, -1, 8, 12, 21, 20
+	LTEXT "Choose the program you want to use to open this file:", -1, 44, 12, 211, 10
+	LTEXT "File:    %s", 14001, 44, 25, 188, 10
+	GROUPBOX "Programs", -1, 7, 42, 249, 187
+	CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 16, 57, 230, 130
+	CHECKBOX "&Always use the selected program to open this kind of file", 14003, 20, 193, 225, 10
+	PUSHBUTTON "&Browse...", 14004, 198, 207, 50, 14
+	PUSHBUTTON "OK", 14005, 150, 236, 50, 14
+	PUSHBUTTON "Cancel", 14006, 206, 236, 50, 14
 END
 
 STRINGTABLE DISCARDABLE

Modified: trunk/reactos/dll/win32/shell32/lang/zh-CN.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/zh-CN.rc?rev=30778&r1=30777&r2=30778&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/lang/zh-CN.rc (original)
+++ trunk/reactos/dll/win32/shell32/lang/zh-CN.rc Mon Nov 26 13:25:07 2007
@@ -337,19 +337,20 @@
 	RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
 END
 
-OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
+OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 264, 256
 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
+	ICON IDI_SHELL_OPEN_WITH, -1, 8, 12, 21, 20
+	LTEXT "Choose the program you want to use to open this file:", -1, 44, 12, 211, 10
+	LTEXT "File:    %s", 14001, 44, 25, 188, 10
+	GROUPBOX "Programs", -1, 7, 42, 249, 187
+	CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 16, 57, 230, 130
+	CHECKBOX "&Always use the selected program to open this kind of file", 14003, 20, 193, 225, 10
+	PUSHBUTTON "&Browse...", 14004, 198, 207, 50, 14
+	PUSHBUTTON "OK", 14005, 150, 236, 50, 14
+	PUSHBUTTON "Cancel", 14006, 206, 236, 50, 14
 END
 
 STRINGTABLE DISCARDABLE

Modified: trunk/reactos/dll/win32/shell32/lang/zh-TW.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/zh-TW.rc?rev=30778&r1=30777&r2=30778&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/lang/zh-TW.rc (original)
+++ trunk/reactos/dll/win32/shell32/lang/zh-TW.rc Mon Nov 26 13:25:07 2007
@@ -337,19 +337,20 @@
 	RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
 END
 
-OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
+OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 264, 256
 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
+	ICON IDI_SHELL_OPEN_WITH, -1, 8, 12, 21, 20
+	LTEXT "Choose the program you want to use to open this file:", -1, 44, 12, 211, 10
+	LTEXT "File:    %s", 14001, 44, 25, 188, 10
+	GROUPBOX "Programs", -1, 7, 42, 249, 187
+	CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 16, 57, 230, 130
+	CHECKBOX "&Always use the selected program to open this kind of file", 14003, 20, 193, 225, 10
+	PUSHBUTTON "&Browse...", 14004, 198, 207, 50, 14
+	PUSHBUTTON "OK", 14005, 150, 236, 50, 14
+	PUSHBUTTON "Cancel", 14006, 206, 236, 50, 14
 END
 
 STRINGTABLE LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL

Added: trunk/reactos/dll/win32/shell32/res/icons/135.ico
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/res/icons/135.ico?rev=30778&view=auto
==============================================================================
Binary file - no diff available.

Propchange: trunk/reactos/dll/win32/shell32/res/icons/135.ico
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: trunk/reactos/dll/win32/shell32/shresdef.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shresdef.h?rev=30778&r1=30777&r2=30778&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/shresdef.h (original)
+++ trunk/reactos/dll/win32/shell32/shresdef.h Mon Nov 26 13:25:07 2007
@@ -171,6 +171,7 @@
 #define IDI_SHELL_CONTROL_PANEL     36
 #define IDI_SHELL_PRINTERS_FOLDER   38
 #define IDI_SHELL_FONTS_FOLDER      39
+#define IDI_SHELL_OPEN_WITH        135
 #define IDI_SHELL_TRASH_FILE       142
 #define IDI_SHELL_CONFIRM_DELETE   161
 #define IDI_SHELL_MY_DOCUMENTS     235




More information about the Ros-diffs mailing list