Author: janderwald
Date: Tue Oct 2 01:53:41 2007
New Revision: 29345
URL:
http://svn.reactos.org/svn/reactos?rev=29345&view=rev
Log:
- remove previously added DRIVE_SHARE_DLG and DRIVE_CONTINGENT_DLG
- the drive share dialog is implemented in rshx32.dll
- the contigent dialog is implemented in dskquoui.dll
- start implementing german general drive dialog
Modified:
trunk/reactos/dll/win32/shell32/drive.c
trunk/reactos/dll/win32/shell32/shell32_Bg.rc
trunk/reactos/dll/win32/shell32/shell32_Ca.rc
trunk/reactos/dll/win32/shell32/shell32_Cn.rc
trunk/reactos/dll/win32/shell32/shell32_Cs.rc
trunk/reactos/dll/win32/shell32/shell32_Da.rc
trunk/reactos/dll/win32/shell32/shell32_De.rc
trunk/reactos/dll/win32/shell32/shell32_En.rc
trunk/reactos/dll/win32/shell32/shell32_Eo.rc
trunk/reactos/dll/win32/shell32/shell32_Es.rc
trunk/reactos/dll/win32/shell32/shell32_Fi.rc
trunk/reactos/dll/win32/shell32/shell32_Fr.rc
trunk/reactos/dll/win32/shell32/shell32_Hu.rc
trunk/reactos/dll/win32/shell32/shell32_It.rc
trunk/reactos/dll/win32/shell32/shell32_Ja.rc
trunk/reactos/dll/win32/shell32/shell32_Ko.rc
trunk/reactos/dll/win32/shell32/shell32_Nl.rc
trunk/reactos/dll/win32/shell32/shell32_No.rc
trunk/reactos/dll/win32/shell32/shell32_Pl.rc
trunk/reactos/dll/win32/shell32/shell32_Pt.rc
trunk/reactos/dll/win32/shell32/shell32_Ru.rc
trunk/reactos/dll/win32/shell32/shell32_Si.rc
trunk/reactos/dll/win32/shell32/shell32_Sk.rc
trunk/reactos/dll/win32/shell32/shell32_Sv.rc
trunk/reactos/dll/win32/shell32/shell32_Uk.rc
trunk/reactos/dll/win32/shell32/shell32_Wa.rc
trunk/reactos/dll/win32/shell32/shell32_Zh.rc
Modified: trunk/reactos/dll/win32/shell32/drive.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/drive.c?…
==============================================================================
--- trunk/reactos/dll/win32/shell32/drive.c (original)
+++ trunk/reactos/dll/win32/shell32/drive.c Tue Oct 2 01:53:41 2007
@@ -41,7 +41,7 @@
#include "undocshell.h"
#include <prsht.h>
-#define DRIVE_PROPERTY_PAGES (5)
+#define DRIVE_PROPERTY_PAGES (3)
INT_PTR
CALLBACK
@@ -85,33 +85,6 @@
return FALSE;
}
-INT_PTR
-CALLBACK
-DriveShareDlg(
- HWND hwndDlg,
- UINT uMsg,
- WPARAM wParam,
- LPARAM lParam
-)
-{
-
-
- return FALSE;
-}
-
-INT_PTR
-CALLBACK
-DriveContingentDlg(
- HWND hwndDlg,
- UINT uMsg,
- WPARAM wParam,
- LPARAM lParam
-)
-{
-
- return FALSE;
-}
-
static
const
struct
@@ -123,8 +96,6 @@
{ "DRIVE_GENERAL_DLG", DriveGeneralDlg },
{ "DRIVE_EXTRA_DLG", DriveExtraDlg },
{ "DRIVE_HARDWARE_DLG", DriveHardwareDlg },
- { "DRIVE_SHARE_DLG", DriveShareDlg },
- { "DRIVE_CONTINGENT_DLG", DriveContingentDlg }
};
BOOL
Modified: trunk/reactos/dll/win32/shell32/shell32_Bg.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shell32_…
==============================================================================
--- trunk/reactos/dll/win32/shell32/shell32_Bg.rc (original)
+++ trunk/reactos/dll/win32/shell32/shell32_Bg.rc Tue Oct 2 01:53:41 2007
@@ -224,21 +224,6 @@
{
}
-
-DRIVE_SHARE_DLG DIALOGEX 0, 0, 240, 130
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION "Version"
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
-{
-}
-
-
-DRIVE_CONTINGENT_DLG DIALOGEX 0, 0, 240, 130
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION "Version"
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
-{
-}
STRINGTABLE DISCARDABLE
{
Modified: trunk/reactos/dll/win32/shell32/shell32_Ca.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shell32_…
==============================================================================
--- trunk/reactos/dll/win32/shell32/shell32_Ca.rc (original)
+++ trunk/reactos/dll/win32/shell32/shell32_Ca.rc Tue Oct 2 01:53:41 2007
@@ -138,19 +138,3 @@
FONT 8, "MS Shell Dlg", 0, 0, 0x0
{
}
-
-
-DRIVE_SHARE_DLG DIALOGEX 0, 0, 240, 130
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION "Version"
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
-{
-}
-
-
-DRIVE_CONTINGENT_DLG DIALOGEX 0, 0, 240, 130
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION "Version"
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
-{
-}
Modified: trunk/reactos/dll/win32/shell32/shell32_Cn.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shell32_…
==============================================================================
--- trunk/reactos/dll/win32/shell32/shell32_Cn.rc (original)
+++ trunk/reactos/dll/win32/shell32/shell32_Cn.rc Tue Oct 2 01:53:41 2007
@@ -140,22 +140,6 @@
{
}
-
-DRIVE_SHARE_DLG DIALOGEX 0, 0, 240, 130
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION "Version"
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
-{
-}
-
-
-DRIVE_CONTINGENT_DLG DIALOGEX 0, 0, 240, 130
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION "Version"
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
-{
-}
-
/* columns in the shellview */
STRINGTABLE LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
BEGIN
Modified: trunk/reactos/dll/win32/shell32/shell32_Cs.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shell32_…
==============================================================================
--- trunk/reactos/dll/win32/shell32/shell32_Cs.rc (original)
+++ trunk/reactos/dll/win32/shell32/shell32_Cs.rc Tue Oct 2 01:53:41 2007
@@ -227,21 +227,6 @@
}
-DRIVE_SHARE_DLG DIALOGEX 0, 0, 240, 130
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION "Version"
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
-{
-}
-
-
-DRIVE_CONTINGENT_DLG DIALOGEX 0, 0, 240, 130
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION "Version"
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
-{
-}
-
/*
special folders
*/
Modified: trunk/reactos/dll/win32/shell32/shell32_Da.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shell32_…
==============================================================================
--- trunk/reactos/dll/win32/shell32/shell32_Da.rc (original)
+++ trunk/reactos/dll/win32/shell32/shell32_Da.rc Tue Oct 2 01:53:41 2007
@@ -139,18 +139,3 @@
{
}
-
-DRIVE_SHARE_DLG DIALOGEX 0, 0, 240, 130
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION "Version"
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
-{
-}
-
-
-DRIVE_CONTINGENT_DLG DIALOGEX 0, 0, 240, 130
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION "Version"
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
-{
-}
Modified: trunk/reactos/dll/win32/shell32/shell32_De.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shell32_…
==============================================================================
--- trunk/reactos/dll/win32/shell32/shell32_De.rc (original)
+++ trunk/reactos/dll/win32/shell32/shell32_De.rc Tue Oct 2 01:53:41 2007
@@ -216,16 +216,36 @@
}
-DRIVE_GENERAL_DLG DIALOGEX 0, 0, 240, 130
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION "Version"
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
-{
+DRIVE_GENERAL_DLG DIALOGEX 0, 0, 240, 230
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
+CAPTION "Allgemein"
+FONT 8, "MS Shell Dlg", 0, 0, 0x0
+{
+ //ICON
+ EDITTEXT 14001, 40, 20, 190, 10, ES_LEFT|WS_BORDER|WS_GROUP
+ LTEXT "Typ:", -1, 15, 55, 40, 10
+ LTEXT "", 14002, 40, 55, 100, 10
+ LTEXT "Dateisystem:",-1, 15, 70, 100, 10
+ LTEXT "", 14003, 40, 70, 100, 10
+
+ LTEXT "Belegter Speicher:", -1, 25, 90, 120, 10
+ LTEXT "", 14004, 110, 90, 120, 10
+ LTEXT "", 14005, 200, 90, 40, 10
+ LTEXT "Freier Speicher:", -1, 25, 105, 70, 10
+ LTEXT "", 14006, 110, 105, 120, 10
+ LTEXT "", 14007, 200, 105, 40, 10
+ LTEXT "Speicherkapazität:", -1, 25, 125, 80, 10
+ LTEXT "", 14008, 110, 125, 120, 10
+ LTEXT "", 14009, 200, 125, 40, 10
+ LTEXT "", 14010, 150, 160, 40, 10
+ PUSHBUTTON "Bereinigen", 14011, 190, 145, 50, 15, WS_DISABLED
+ CHECKBOX "Laufwerk komprimieren, um Speicherplatz zu sparen", 14012, 15, 205,
165, 10, WS_DISABLED
+ CHECKBOX "Laufwerk für schnelle Dateisuche indizieren", 14012, 15, 205, 165,
10, WS_DISABLED
}
DRIVE_EXTRA_DLG DIALOGEX 0, 0, 240, 130
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION "Version"
+CAPTION "Extras"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
{
}
@@ -233,23 +253,7 @@
DRIVE_HARDWARE_DLG DIALOGEX 0, 0, 240, 130
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION "Version"
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
-{
-}
-
-
-DRIVE_SHARE_DLG DIALOGEX 0, 0, 240, 130
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION "Version"
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
-{
-}
-
-
-DRIVE_CONTINGENT_DLG DIALOGEX 0, 0, 240, 130
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION "Version"
+CAPTION "Hardware"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
{
}
Modified: trunk/reactos/dll/win32/shell32/shell32_En.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shell32_…
==============================================================================
--- trunk/reactos/dll/win32/shell32/shell32_En.rc (original)
+++ trunk/reactos/dll/win32/shell32/shell32_En.rc Tue Oct 2 01:53:41 2007
@@ -237,21 +237,6 @@
{
}
-
-DRIVE_SHARE_DLG DIALOGEX 0, 0, 240, 130
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION "Version"
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
-{
-}
-
-
-DRIVE_CONTINGENT_DLG DIALOGEX 0, 0, 240, 130
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION "Version"
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
-{
-}
STRINGTABLE DISCARDABLE
{
Modified: trunk/reactos/dll/win32/shell32/shell32_Eo.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shell32_…
==============================================================================
--- trunk/reactos/dll/win32/shell32/shell32_Eo.rc (original)
+++ trunk/reactos/dll/win32/shell32/shell32_Eo.rc Tue Oct 2 01:53:41 2007
@@ -138,19 +138,3 @@
FONT 8, "MS Shell Dlg", 0, 0, 0x0
{
}
-
-
-DRIVE_SHARE_DLG DIALOGEX 0, 0, 240, 130
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION "Version"
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
-{
-}
-
-
-DRIVE_CONTINGENT_DLG DIALOGEX 0, 0, 240, 130
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION "Version"
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
-{
-}
Modified: trunk/reactos/dll/win32/shell32/shell32_Es.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shell32_…
==============================================================================
--- trunk/reactos/dll/win32/shell32/shell32_Es.rc (original)
+++ trunk/reactos/dll/win32/shell32/shell32_Es.rc Tue Oct 2 01:53:41 2007
@@ -226,21 +226,6 @@
{
}
-
-DRIVE_SHARE_DLG DIALOGEX 0, 0, 240, 130
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION "Version"
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
-{
-}
-
-
-DRIVE_CONTINGENT_DLG DIALOGEX 0, 0, 240, 130
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION "Version"
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
-{
-}
/*
special folders
Modified: trunk/reactos/dll/win32/shell32/shell32_Fi.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shell32_…
==============================================================================
--- trunk/reactos/dll/win32/shell32/shell32_Fi.rc (original)
+++ trunk/reactos/dll/win32/shell32/shell32_Fi.rc Tue Oct 2 01:53:41 2007
@@ -225,21 +225,6 @@
{
}
-
-DRIVE_SHARE_DLG DIALOGEX 0, 0, 240, 130
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION "Version"
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
-{
-}
-
-
-DRIVE_CONTINGENT_DLG DIALOGEX 0, 0, 240, 130
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION "Version"
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
-{
-}
STRINGTABLE DISCARDABLE
{
Modified: trunk/reactos/dll/win32/shell32/shell32_Fr.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shell32_…
==============================================================================
--- trunk/reactos/dll/win32/shell32/shell32_Fr.rc (original)
+++ trunk/reactos/dll/win32/shell32/shell32_Fr.rc Tue Oct 2 01:53:41 2007
@@ -222,22 +222,6 @@
DRIVE_HARDWARE_DLG DIALOGEX 0, 0, 240, 130
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION "Version"
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
-{
-}
-
-
-DRIVE_SHARE_DLG DIALOGEX 0, 0, 240, 130
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION "Version"
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
-{
-}
-
-
-DRIVE_CONTINGENT_DLG DIALOGEX 0, 0, 240, 130
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Version"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
Modified: trunk/reactos/dll/win32/shell32/shell32_Hu.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shell32_…
==============================================================================
--- trunk/reactos/dll/win32/shell32/shell32_Hu.rc (original)
+++ trunk/reactos/dll/win32/shell32/shell32_Hu.rc Tue Oct 2 01:53:41 2007
@@ -228,21 +228,6 @@
{
}
-
-DRIVE_SHARE_DLG DIALOGEX 0, 0, 240, 130
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION "Version"
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
-{
-}
-
-
-DRIVE_CONTINGENT_DLG DIALOGEX 0, 0, 240, 130
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION "Version"
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
-{
-}
STRINGTABLE DISCARDABLE
{
Modified: trunk/reactos/dll/win32/shell32/shell32_It.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shell32_…
==============================================================================
--- trunk/reactos/dll/win32/shell32/shell32_It.rc (original)
+++ trunk/reactos/dll/win32/shell32/shell32_It.rc Tue Oct 2 01:53:41 2007
@@ -226,22 +226,6 @@
{
}
-
-DRIVE_SHARE_DLG DIALOGEX 0, 0, 240, 130
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION "Version"
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
-{
-}
-
-
-DRIVE_CONTINGENT_DLG DIALOGEX 0, 0, 240, 130
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION "Version"
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
-{
-}
-
/*
special folders
*/
Modified: trunk/reactos/dll/win32/shell32/shell32_Ja.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shell32_…
==============================================================================
--- trunk/reactos/dll/win32/shell32/shell32_Ja.rc (original)
+++ trunk/reactos/dll/win32/shell32/shell32_Ja.rc Tue Oct 2 01:53:41 2007
@@ -225,21 +225,6 @@
{
}
-
-DRIVE_SHARE_DLG DIALOGEX 0, 0, 240, 130
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION "Version"
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
-{
-}
-
-
-DRIVE_CONTINGENT_DLG DIALOGEX 0, 0, 240, 130
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION "Version"
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
-{
-}
STRINGTABLE DISCARDABLE
{
Modified: trunk/reactos/dll/win32/shell32/shell32_Ko.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shell32_…
==============================================================================
--- trunk/reactos/dll/win32/shell32/shell32_Ko.rc (original)
+++ trunk/reactos/dll/win32/shell32/shell32_Ko.rc Tue Oct 2 01:53:41 2007
@@ -138,19 +138,3 @@
FONT 8, "MS Shell Dlg", 0, 0, 0x0
{
}
-
-
-DRIVE_SHARE_DLG DIALOGEX 0, 0, 240, 130
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION "Version"
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
-{
-}
-
-
-DRIVE_CONTINGENT_DLG DIALOGEX 0, 0, 240, 130
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION "Version"
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
-{
-}
Modified: trunk/reactos/dll/win32/shell32/shell32_Nl.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shell32_…
==============================================================================
--- trunk/reactos/dll/win32/shell32/shell32_Nl.rc (original)
+++ trunk/reactos/dll/win32/shell32/shell32_Nl.rc Tue Oct 2 01:53:41 2007
@@ -138,19 +138,3 @@
FONT 8, "MS Shell Dlg", 0, 0, 0x0
{
}
-
-
-DRIVE_SHARE_DLG DIALOGEX 0, 0, 240, 130
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION "Version"
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
-{
-}
-
-
-DRIVE_CONTINGENT_DLG DIALOGEX 0, 0, 240, 130
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION "Version"
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
-{
-}
Modified: trunk/reactos/dll/win32/shell32/shell32_No.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shell32_…
==============================================================================
--- trunk/reactos/dll/win32/shell32/shell32_No.rc (original)
+++ trunk/reactos/dll/win32/shell32/shell32_No.rc Tue Oct 2 01:53:41 2007
@@ -225,21 +225,6 @@
{
}
-
-DRIVE_SHARE_DLG DIALOGEX 0, 0, 240, 130
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION "Version"
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
-{
-}
-
-
-DRIVE_CONTINGENT_DLG DIALOGEX 0, 0, 240, 130
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION "Version"
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
-{
-}
STRINGTABLE DISCARDABLE
{
Modified: trunk/reactos/dll/win32/shell32/shell32_Pl.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shell32_…
==============================================================================
--- trunk/reactos/dll/win32/shell32/shell32_Pl.rc (original)
+++ trunk/reactos/dll/win32/shell32/shell32_Pl.rc Tue Oct 2 01:53:41 2007
@@ -228,21 +228,6 @@
}
-DRIVE_SHARE_DLG DIALOGEX 0, 0, 240, 130
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION "Version"
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
-{
-}
-
-
-DRIVE_CONTINGENT_DLG DIALOGEX 0, 0, 240, 130
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION "Version"
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
-{
-}
-
/*
special folders
*/
Modified: trunk/reactos/dll/win32/shell32/shell32_Pt.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shell32_…
==============================================================================
--- trunk/reactos/dll/win32/shell32/shell32_Pt.rc (original)
+++ trunk/reactos/dll/win32/shell32/shell32_Pt.rc Tue Oct 2 01:53:41 2007
@@ -220,22 +220,6 @@
DRIVE_HARDWARE_DLG DIALOGEX 0, 0, 240, 130
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION "Version"
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
-{
-}
-
-
-DRIVE_SHARE_DLG DIALOGEX 0, 0, 240, 130
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION "Version"
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
-{
-}
-
-
-DRIVE_CONTINGENT_DLG DIALOGEX 0, 0, 240, 130
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Version"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
Modified: trunk/reactos/dll/win32/shell32/shell32_Ru.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shell32_…
==============================================================================
--- trunk/reactos/dll/win32/shell32/shell32_Ru.rc (original)
+++ trunk/reactos/dll/win32/shell32/shell32_Ru.rc Tue Oct 2 01:53:41 2007
@@ -226,21 +226,6 @@
{
}
-
-DRIVE_SHARE_DLG DIALOGEX 0, 0, 240, 130
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION "Version"
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
-{
-}
-
-
-DRIVE_CONTINGENT_DLG DIALOGEX 0, 0, 240, 130
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION "Version"
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
-{
-}
STRINGTABLE DISCARDABLE
{
Modified: trunk/reactos/dll/win32/shell32/shell32_Si.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shell32_…
==============================================================================
--- trunk/reactos/dll/win32/shell32/shell32_Si.rc (original)
+++ trunk/reactos/dll/win32/shell32/shell32_Si.rc Tue Oct 2 01:53:41 2007
@@ -139,22 +139,6 @@
{
}
-
-DRIVE_SHARE_DLG DIALOGEX 0, 0, 240, 130
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION "Version"
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
-{
-}
-
-
-DRIVE_CONTINGENT_DLG DIALOGEX 0, 0, 240, 130
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION "Version"
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
-{
-}
-
/* columns in the shellview */
STRINGTABLE LANGUAGE LANG_SLOVENIAN, SUBLANG_NEUTRAL
BEGIN
Modified: trunk/reactos/dll/win32/shell32/shell32_Sk.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shell32_…
==============================================================================
--- trunk/reactos/dll/win32/shell32/shell32_Sk.rc (original)
+++ trunk/reactos/dll/win32/shell32/shell32_Sk.rc Tue Oct 2 01:53:41 2007
@@ -139,22 +139,6 @@
{
}
-
-DRIVE_SHARE_DLG DIALOGEX 0, 0, 240, 130
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION "Version"
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
-{
-}
-
-
-DRIVE_CONTINGENT_DLG DIALOGEX 0, 0, 240, 130
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION "Version"
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
-{
-}
-
/* columns in the shellview */
STRINGTABLE LANGUAGE LANG_SLOVAK, SUBLANG_NEUTRAL
BEGIN
Modified: trunk/reactos/dll/win32/shell32/shell32_Sv.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shell32_…
==============================================================================
--- trunk/reactos/dll/win32/shell32/shell32_Sv.rc (original)
+++ trunk/reactos/dll/win32/shell32/shell32_Sv.rc Tue Oct 2 01:53:41 2007
@@ -224,23 +224,6 @@
FONT 8, "MS Shell Dlg", 0, 0, 0x0
{
}
-
-
-DRIVE_SHARE_DLG DIALOGEX 0, 0, 240, 130
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION "Version"
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
-{
-}
-
-
-DRIVE_CONTINGENT_DLG DIALOGEX 0, 0, 240, 130
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION "Version"
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
-{
-}
-
/*
special folders
Modified: trunk/reactos/dll/win32/shell32/shell32_Uk.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shell32_…
==============================================================================
--- trunk/reactos/dll/win32/shell32/shell32_Uk.rc (original)
+++ trunk/reactos/dll/win32/shell32/shell32_Uk.rc Tue Oct 2 01:53:41 2007
@@ -225,23 +225,6 @@
FONT 8, "MS Shell Dlg", 0, 0, 0x0
{
}
-
-
-DRIVE_SHARE_DLG DIALOGEX 0, 0, 240, 130
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION "Version"
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
-{
-}
-
-
-DRIVE_CONTINGENT_DLG DIALOGEX 0, 0, 240, 130
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION "Version"
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
-{
-}
-
STRINGTABLE DISCARDABLE
{
Modified: trunk/reactos/dll/win32/shell32/shell32_Wa.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shell32_…
==============================================================================
--- trunk/reactos/dll/win32/shell32/shell32_Wa.rc (original)
+++ trunk/reactos/dll/win32/shell32/shell32_Wa.rc Tue Oct 2 01:53:41 2007
@@ -143,20 +143,3 @@
FONT 8, "MS Shell Dlg", 0, 0, 0x0
{
}
-
-
-DRIVE_SHARE_DLG DIALOGEX 0, 0, 240, 130
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION "Version"
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
-{
-}
-
-
-DRIVE_CONTINGENT_DLG DIALOGEX 0, 0, 240, 130
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION "Version"
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
-{
-}
-
Modified: trunk/reactos/dll/win32/shell32/shell32_Zh.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shell32_…
==============================================================================
--- trunk/reactos/dll/win32/shell32/shell32_Zh.rc (original)
+++ trunk/reactos/dll/win32/shell32/shell32_Zh.rc Tue Oct 2 01:53:41 2007
@@ -139,22 +139,6 @@
{
}
-
-DRIVE_SHARE_DLG DIALOGEX 0, 0, 240, 130
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION "Version"
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
-{
-}
-
-
-DRIVE_CONTINGENT_DLG DIALOGEX 0, 0, 240, 130
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION "Version"
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
-{
-}
-
/* columns in the shellview */
STRINGTABLE LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
BEGIN