set eol-style to native and allow warnings (so it compiles with GCC4)
Modified: trunk/reactos/lib/oledlg/Makefile.in
Modified: trunk/reactos/lib/oledlg/oledlg.spec
Modified: trunk/reactos/lib/oledlg/oledlg.xml
Modified: trunk/reactos/lib/oledlg/oledlg_Cs.rc
Modified: trunk/reactos/lib/oledlg/oledlg_De.rc
Modified: trunk/reactos/lib/oledlg/oledlg_En.rc
Modified: trunk/reactos/lib/oledlg/oledlg_Es.rc
Modified: trunk/reactos/lib/oledlg/oledlg_Fr.rc
Modified: trunk/reactos/lib/oledlg/oledlg_It.rc
Modified: trunk/reactos/lib/oledlg/oledlg_Ja.rc
Modified: trunk/reactos/lib/oledlg/oledlg_Nl.rc
Modified: trunk/reactos/lib/oledlg/oledlg_Pt.rc
Modified: trunk/reactos/lib/oledlg/oledlg_Ru.rc
Modified: trunk/reactos/lib/oledlg/rsrc.rc
Property changes on: trunk/reactos/lib/oledlg
___________________________________________________________________
Name: svn:ignore
- *.coff
*.dll
*.d
*.a
*.o
*.sym
*.map
*.tmp
Makefile.ros
*.spec.def
*.stubs.c
*.ico
*.bmp
*.cur
+ *.coff
*.dll
*.d
*.a
*.o
*.sym
*.map
*.tmp
makefile
*.spec.def
*.stubs.c
*.ico
*.bmp
*.cur
_____
Modified: trunk/reactos/lib/oledlg/Makefile.in
--- trunk/reactos/lib/oledlg/Makefile.in 2005-08-05 08:02:09 UTC
(rev 17061)
+++ trunk/reactos/lib/oledlg/Makefile.in 2005-08-05 09:16:38 UTC
(rev 17062)
@@ -1,17 +1,17 @@
-TOPSRCDIR = @top_srcdir@
-TOPOBJDIR = ../..
-SRCDIR = @srcdir@
-VPATH = @srcdir@
-MODULE = oledlg.dll
-IMPORTLIB = liboledlg.$(IMPLIBEXT)
-IMPORTS = ole32 comdlg32 user32 advapi32 kernel32 ntdll
-
-C_SRCS = \
- insobjdlg.c \
- oledlg_main.c
-
-RC_SRCS = rsrc.rc
-
-@MAKE_DLL_RULES@
-
-### Dependencies:
+TOPSRCDIR = @top_srcdir@
+TOPOBJDIR = ../..
+SRCDIR = @srcdir@
+VPATH = @srcdir@
+MODULE = oledlg.dll
+IMPORTLIB = liboledlg.$(IMPLIBEXT)
+IMPORTS = ole32 comdlg32 user32 advapi32 kernel32 ntdll
+
+C_SRCS = \
+ insobjdlg.c \
+ oledlg_main.c
+
+RC_SRCS = rsrc.rc
+
+@MAKE_DLL_RULES@
+
+### Dependencies:
Property changes on: trunk/reactos/lib/oledlg/Makefile.in
___________________________________________________________________
Name: svn:eol-style
+ native
_____
Modified: trunk/reactos/lib/oledlg/oledlg.spec
--- trunk/reactos/lib/oledlg/oledlg.spec 2005-08-05 08:02:09 UTC
(rev 17061)
+++ trunk/reactos/lib/oledlg/oledlg.spec 2005-08-05 09:16:38 UTC
(rev 17062)
@@ -1,23 +1,23 @@
- 1 stdcall OleUIAddVerbMenuA(ptr str long long long long long long
ptr)
- 2 stdcall OleUICanConvertOrActivateAs(ptr long long)
- 3 stdcall OleUIInsertObjectA(ptr)
- 4 stdcall OleUIPasteSpecialA(ptr)
- 5 stdcall OleUIEditLinksA(ptr)
- 6 stdcall OleUIChangeIconA(ptr)
- 7 stdcall OleUIConvertA(ptr)
- 8 stdcall OleUIBusyA(ptr)
- 9 stdcall OleUIUpdateLinksA(ptr long str long)
- 10 varargs OleUIPromptUserA(long long)
- 11 stdcall OleUIObjectPropertiesA(ptr)
- 12 stdcall OleUIChangeSourceA(ptr)
- 13 varargs OleUIPromptUserW(long long)
- 14 stdcall OleUIAddVerbMenuW(ptr wstr long long long long long long
ptr)
- 15 stdcall OleUIBusyW(ptr)
- 16 stdcall OleUIChangeIconW(ptr)
- 17 stdcall OleUIChangeSourceW(ptr)
- 18 stdcall OleUIConvertW(ptr)
- 19 stdcall OleUIEditLinksW(ptr)
- 20 stdcall OleUIInsertObjectW(ptr)
- 21 stdcall OleUIObjectPropertiesW(ptr)
- 22 stdcall OleUIPasteSpecialW(ptr)
- 23 stdcall OleUIUpdateLinksW(ptr long wstr long)
+ 1 stdcall OleUIAddVerbMenuA(ptr str long long long long long long
ptr)
+ 2 stdcall OleUICanConvertOrActivateAs(ptr long long)
+ 3 stdcall OleUIInsertObjectA(ptr)
+ 4 stdcall OleUIPasteSpecialA(ptr)
+ 5 stdcall OleUIEditLinksA(ptr)
+ 6 stdcall OleUIChangeIconA(ptr)
+ 7 stdcall OleUIConvertA(ptr)
+ 8 stdcall OleUIBusyA(ptr)
+ 9 stdcall OleUIUpdateLinksA(ptr long str long)
+ 10 varargs OleUIPromptUserA(long long)
+ 11 stdcall OleUIObjectPropertiesA(ptr)
+ 12 stdcall OleUIChangeSourceA(ptr)
+ 13 varargs OleUIPromptUserW(long long)
+ 14 stdcall OleUIAddVerbMenuW(ptr wstr long long long long long long
ptr)
+ 15 stdcall OleUIBusyW(ptr)
+ 16 stdcall OleUIChangeIconW(ptr)
+ 17 stdcall OleUIChangeSourceW(ptr)
+ 18 stdcall OleUIConvertW(ptr)
+ 19 stdcall OleUIEditLinksW(ptr)
+ 20 stdcall OleUIInsertObjectW(ptr)
+ 21 stdcall OleUIObjectPropertiesW(ptr)
+ 22 stdcall OleUIPasteSpecialW(ptr)
+ 23 stdcall OleUIUpdateLinksW(ptr long wstr long)
Property changes on: trunk/reactos/lib/oledlg/oledlg.spec
___________________________________________________________________
Name: svn:eol-style
+ native
_____
Modified: trunk/reactos/lib/oledlg/oledlg.xml
--- trunk/reactos/lib/oledlg/oledlg.xml 2005-08-05 08:02:09 UTC (rev
17061)
+++ trunk/reactos/lib/oledlg/oledlg.xml 2005-08-05 09:16:38 UTC (rev
17062)
@@ -1,4 +1,4 @@
-<module name="oledlg" type="win32dll"
baseaddress="${BASEADDRESS_OLEDLG}" installbase="system32"
installname="oledlg.dll">
+<module name="oledlg" type="win32dll"
baseaddress="${BASEADDRESS_OLEDLG}" installbase="system32"
installname="oledlg.dll" warnings="true">
<importlibrary definition="oledlg.spec.def" />
<include base="oledlg">.</include>
<include base="ReactOS">include/wine</include>
Property changes on: trunk/reactos/lib/oledlg/oledlg.xml
___________________________________________________________________
Name: svn:eol-style
+ native
_____
Modified: trunk/reactos/lib/oledlg/oledlg_Cs.rc
--- trunk/reactos/lib/oledlg/oledlg_Cs.rc 2005-08-05 08:02:09 UTC
(rev 17061)
+++ trunk/reactos/lib/oledlg/oledlg_Cs.rc 2005-08-05 09:16:38 UTC
(rev 17062)
@@ -1,57 +1,57 @@
-/*
- * Czech resources or oledlg
- * Copyright 2003 Ulrich Czekalla for CodeWeavers
- * Copyright 2004 David Kredba
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA
- */
-
-LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
-
-UIINSERTOBJECT DIALOG DISCARDABLE 0, 0, 294, 151
-STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
-CAPTION "Vlo¥it objekt"
-FONT 8, "MS Shell Dlg"
-BEGIN
- LISTBOX IDC_OBJTYPELIST,82,19,131,66,LBS_SORT |
- LBS_NOINTEGRALHEIGHT | WS_VISIBLE | WS_VSCROLL |
- WS_TABSTOP
- LTEXT "Typ objektu:",IDC_OBJTYPELBL,82,7,53,8,WS_VISIBLE
- DEFPUSHBUTTON "OK",IDOK,221,7,66,14
- PUSHBUTTON "Storno",IDCANCEL,221,24,66,14
- GROUPBOX "V²sledek",IDC_RESULT,7,103,208,41
- CONTROL "Vytvo°it
nov²",IDC_CREATENEW,"Button",BS_AUTORADIOBUTTON |
- WS_GROUP,7,20,62,10
- CONTROL "Vytvo°it propojenÝ",IDC_CREATECONTROL,"Button",
- BS_AUTORADIOBUTTON | NOT WS_VISIBLE,7,54,62,10
- CONTROL "Vytvo°it ze
souboru",IDC_CREATEFROMFILE,"Button",
- BS_AUTORADIOBUTTON,7,37,67,10
- LTEXT "",IDC_RESULTDESC,49,112,159,23
- PUSHBUTTON "P°id&at
propojenÝ...",IDC_ADDCONTROL,81,88,63,14,NOT WS_VISIBLE
- CONTROL "Zobrazit jako
ikonu",IDC_ASICON,"Button",BS_AUTOCHECKBOX |
- WS_TABSTOP | NOT WS_VISIBLE,223,58,64,10
- PUSHBUTTON "Prochßzet...",IDC_BROWSE,83,53,50,14,NOT
WS_VISIBLE
- LTEXT "Soubor:",IDC_FILELBL,83,27,20,8, NOT WS_VISIBLE
- EDITTEXT IDC_FILE,83,37,132,13,ES_AUTOHSCROLL | NOT
WS_VISIBLE
-END
-
-STRINGTABLE DISCARDABLE
-{
- IDS_RESULTOBJDESC "Vlo¥en nov² %s objekt do Va?eho dokumentu"
- IDS_RESULTFILEOBJDESC "Vlo¥en obsah souboru jako objekt do
Va?eho dokumentu, tak¥e ho m¨¥ete upravit programem, kter²m byl
vytvo°en."
- IDS_BROWSE "Prochßzet"
- IDS_NOTOLEMOD "Soubor nenÝ platn²m OLE modulem. Nelze
registrovat OLE propojenÝ."
- IDS_NOTOLEMODCAPTION "P°idat propojenÝ"
-}
+/*
+ * Czech resources or oledlg
+ * Copyright 2003 Ulrich Czekalla for CodeWeavers
+ * Copyright 2004 David Kredba
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA
+ */
+
+LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
+
+UIINSERTOBJECT DIALOG DISCARDABLE 0, 0, 294, 151
+STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
+CAPTION "Vlo¥it objekt"
+FONT 8, "MS Shell Dlg"
+BEGIN
+ LISTBOX IDC_OBJTYPELIST,82,19,131,66,LBS_SORT |
+ LBS_NOINTEGRALHEIGHT | WS_VISIBLE | WS_VSCROLL |
+ WS_TABSTOP
+ LTEXT "Typ objektu:",IDC_OBJTYPELBL,82,7,53,8,WS_VISIBLE
+ DEFPUSHBUTTON "OK",IDOK,221,7,66,14
+ PUSHBUTTON "Storno",IDCANCEL,221,24,66,14
+ GROUPBOX "V²sledek",IDC_RESULT,7,103,208,41
+ CONTROL "Vytvo°it
nov²",IDC_CREATENEW,"Button",BS_AUTORADIOBUTTON |
+ WS_GROUP,7,20,62,10
+ CONTROL "Vytvo°it propojenÝ",IDC_CREATECONTROL,"Button",
+ BS_AUTORADIOBUTTON | NOT WS_VISIBLE,7,54,62,10
+ CONTROL "Vytvo°it ze
souboru",IDC_CREATEFROMFILE,"Button",
+ BS_AUTORADIOBUTTON,7,37,67,10
+ LTEXT "",IDC_RESULTDESC,49,112,159,23
+ PUSHBUTTON "P°id&at
propojenÝ...",IDC_ADDCONTROL,81,88,63,14,NOT WS_VISIBLE
+ CONTROL "Zobrazit jako
ikonu",IDC_ASICON,"Button",BS_AUTOCHECKBOX |
+ WS_TABSTOP | NOT WS_VISIBLE,223,58,64,10
+ PUSHBUTTON "Prochßzet...",IDC_BROWSE,83,53,50,14,NOT
WS_VISIBLE
+ LTEXT "Soubor:",IDC_FILELBL,83,27,20,8, NOT WS_VISIBLE
+ EDITTEXT IDC_FILE,83,37,132,13,ES_AUTOHSCROLL | NOT
WS_VISIBLE
+END
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_RESULTOBJDESC "Vlo¥en nov² %s objekt do Va?eho dokumentu"
+ IDS_RESULTFILEOBJDESC "Vlo¥en obsah souboru jako objekt do
Va?eho dokumentu, tak¥e ho m¨¥ete upravit programem, kter²m byl
vytvo°en."
+ IDS_BROWSE "Prochßzet"
+ IDS_NOTOLEMOD "Soubor nenÝ platn²m OLE modulem. Nelze
registrovat OLE propojenÝ."
+ IDS_NOTOLEMODCAPTION "P°idat propojenÝ"
+}
Property changes on: trunk/reactos/lib/oledlg/oledlg_Cs.rc
___________________________________________________________________
Name: svn:eol-style
+ native
_____
Modified: trunk/reactos/lib/oledlg/oledlg_De.rc
--- trunk/reactos/lib/oledlg/oledlg_De.rc 2005-08-05 08:02:09 UTC
(rev 17061)
+++ trunk/reactos/lib/oledlg/oledlg_De.rc 2005-08-05 09:16:38 UTC
(rev 17062)
@@ -1,55 +1,55 @@
-/*
- * Copyright 2004 Henning Gerhardt
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA
- */
-
-LANGUAGE LANG_GERMAN, SUBLANG_DEFAULT
-
-UIINSERTOBJECT DIALOG DISCARDABLE 0, 0, 294, 151
-STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
-CAPTION "Objekt einf³gen"
-FONT 8, "MS Shell Dlg"
-BEGIN
- LISTBOX IDC_OBJTYPELIST,82,19,131,66,LBS_SORT |
- LBS_NOINTEGRALHEIGHT | WS_VISIBLE | WS_VSCROLL |
- WS_TABSTOP
- LTEXT "Objekttyp:",IDC_OBJTYPELBL,82,7,53,8,WS_VISIBLE
- DEFPUSHBUTTON "OK",IDOK,221,7,66,14
- PUSHBUTTON "Abbrechen",IDCANCEL,221,24,66,14
- GROUPBOX "Ergebnis",IDC_RESULT,7,103,208,41
- CONTROL "&Neu
erstellen",IDC_CREATENEW,"Button",BS_AUTORADIOBUTTON |
- WS_GROUP,7,20,62,10
- CONTROL "S&teuerung
erstellen",IDC_CREATECONTROL,"Button",
- BS_AUTORADIOBUTTON | NOT WS_VISIBLE,7,54,62,10
- CONTROL "A&us Datei
erstellen",IDC_CREATEFROMFILE,"Button",
- BS_AUTORADIOBUTTON,7,37,67,10
- LTEXT "",IDC_RESULTDESC,49,112,159,23
- PUSHBUTTON "Steuerung
hin&zuf³gen",IDC_ADDCONTROL,81,88,63,14,NOT WS_VISIBLE
- CONTROL "Als &Symbol
anzeigen",IDC_ASICON,"Button",BS_AUTOCHECKBOX |
- WS_TABSTOP | NOT WS_VISIBLE,223,58,64,10
- PUSHBUTTON "D&urchsuchen...",IDC_BROWSE,83,53,50,14,NOT
WS_VISIBLE
- LTEXT "Datei:",IDC_FILELBL,83,27,20,8, NOT WS_VISIBLE
- EDITTEXT IDC_FILE,83,37,132,13,ES_AUTOHSCROLL | NOT
WS_VISIBLE
-END
-
-STRINGTABLE DISCARDABLE
-{
- IDS_RESULTOBJDESC "F³gt ein neues %s - Objekt in Ihr Dokument
ein."
- IDS_RESULTFILEOBJDESC "F³gt den Inhalt der Datei als Objekt so
in Ihr Dokument ein, dass Sie es mit dem Programm aktivieren k÷nnen, mit
dem es erstellt wurde."
- IDS_BROWSE "Durchsuchen"
- IDS_NOTOLEMOD "Die Datei ist offenbar kein g³ltiges OLE -
Steuermodul. Die OLE - Steuerung konnte nicht registiert werden."
- IDS_NOTOLEMODCAPTION "Steuerung hinzuf³gen"
-}
+/*
+ * Copyright 2004 Henning Gerhardt
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA
+ */
+
+LANGUAGE LANG_GERMAN, SUBLANG_DEFAULT
+
+UIINSERTOBJECT DIALOG DISCARDABLE 0, 0, 294, 151
+STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
+CAPTION "Objekt einf³gen"
+FONT 8, "MS Shell Dlg"
+BEGIN
+ LISTBOX IDC_OBJTYPELIST,82,19,131,66,LBS_SORT |
+ LBS_NOINTEGRALHEIGHT | WS_VISIBLE | WS_VSCROLL |
+ WS_TABSTOP
+ LTEXT "Objekttyp:",IDC_OBJTYPELBL,82,7,53,8,WS_VISIBLE
+ DEFPUSHBUTTON "OK",IDOK,221,7,66,14
+ PUSHBUTTON "Abbrechen",IDCANCEL,221,24,66,14
+ GROUPBOX "Ergebnis",IDC_RESULT,7,103,208,41
+ CONTROL "&Neu
erstellen",IDC_CREATENEW,"Button",BS_AUTORADIOBUTTON |
+ WS_GROUP,7,20,62,10
+ CONTROL "S&teuerung
erstellen",IDC_CREATECONTROL,"Button",
+ BS_AUTORADIOBUTTON | NOT WS_VISIBLE,7,54,62,10
+ CONTROL "A&us Datei
erstellen",IDC_CREATEFROMFILE,"Button",
+ BS_AUTORADIOBUTTON,7,37,67,10
+ LTEXT "",IDC_RESULTDESC,49,112,159,23
+ PUSHBUTTON "Steuerung
hin&zuf³gen",IDC_ADDCONTROL,81,88,63,14,NOT WS_VISIBLE
+ CONTROL "Als &Symbol
anzeigen",IDC_ASICON,"Button",BS_AUTOCHECKBOX |
+ WS_TABSTOP | NOT WS_VISIBLE,223,58,64,10
+ PUSHBUTTON "D&urchsuchen...",IDC_BROWSE,83,53,50,14,NOT
WS_VISIBLE
+ LTEXT "Datei:",IDC_FILELBL,83,27,20,8, NOT WS_VISIBLE
+ EDITTEXT IDC_FILE,83,37,132,13,ES_AUTOHSCROLL | NOT
WS_VISIBLE
+END
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_RESULTOBJDESC "F³gt ein neues %s - Objekt in Ihr Dokument
ein."
+ IDS_RESULTFILEOBJDESC "F³gt den Inhalt der Datei als Objekt so
in Ihr Dokument ein, dass Sie es mit dem Programm aktivieren k÷nnen, mit
dem es erstellt wurde."
+ IDS_BROWSE "Durchsuchen"
+ IDS_NOTOLEMOD "Die Datei ist offenbar kein g³ltiges OLE -
Steuermodul. Die OLE - Steuerung konnte nicht registiert werden."
+ IDS_NOTOLEMODCAPTION "Steuerung hinzuf³gen"
+}
Property changes on: trunk/reactos/lib/oledlg/oledlg_De.rc
___________________________________________________________________
Name: svn:eol-style
+ native
_____
Modified: trunk/reactos/lib/oledlg/oledlg_En.rc
--- trunk/reactos/lib/oledlg/oledlg_En.rc 2005-08-05 08:02:09 UTC
(rev 17061)
+++ trunk/reactos/lib/oledlg/oledlg_En.rc 2005-08-05 09:16:38 UTC
(rev 17062)
@@ -1,55 +1,55 @@
-/*
- * Copyright 2003 Ulrich Czekalla for CodeWeavers
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA
- */
-
-LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
-
-UIINSERTOBJECT DIALOG DISCARDABLE 0, 0, 294, 151
-STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
-CAPTION "Insert Object"
-FONT 8, "MS Shell Dlg"
-BEGIN
- LISTBOX IDC_OBJTYPELIST,82,19,131,66,LBS_SORT |
- LBS_NOINTEGRALHEIGHT | WS_VISIBLE | WS_VSCROLL |
- WS_TABSTOP
- LTEXT "Object Type:",IDC_OBJTYPELBL,82,7,53,8,WS_VISIBLE
- DEFPUSHBUTTON "OK",IDOK,221,7,66,14
- PUSHBUTTON "Cancel",IDCANCEL,221,24,66,14
- GROUPBOX "Result",IDC_RESULT,7,103,208,41
- CONTROL "Create
New",IDC_CREATENEW,"Button",BS_AUTORADIOBUTTON |
- WS_GROUP,7,20,62,10
- CONTROL "Create Control",IDC_CREATECONTROL,"Button",
- BS_AUTORADIOBUTTON | NOT WS_VISIBLE,7,54,62,10
- CONTROL "Create From File",IDC_CREATEFROMFILE,"Button",
- BS_AUTORADIOBUTTON,7,37,67,10
- LTEXT "",IDC_RESULTDESC,49,112,159,23
- PUSHBUTTON "&Add Control...",IDC_ADDCONTROL,81,88,63,14,NOT
WS_VISIBLE
- CONTROL "Display As
Icon",IDC_ASICON,"Button",BS_AUTOCHECKBOX |
- WS_TABSTOP | NOT WS_VISIBLE,223,58,64,10
- PUSHBUTTON "Browse...",IDC_BROWSE,83,53,50,14,NOT WS_VISIBLE
- LTEXT "File:",IDC_FILELBL,83,27,20,8, NOT WS_VISIBLE
- EDITTEXT IDC_FILE,83,37,132,13,ES_AUTOHSCROLL | NOT
WS_VISIBLE
-END
-
-STRINGTABLE DISCARDABLE
-{
- IDS_RESULTOBJDESC "Insert a new %s object into your document"
- IDS_RESULTFILEOBJDESC "Insert the contents of the file as an
object into your document so that you may activate it using the program
which created it."
- IDS_BROWSE "Browse"
- IDS_NOTOLEMOD "File does not appear to be a valid OLE module.
Unable to register OLE control."
- IDS_NOTOLEMODCAPTION "Add Control"
-}
+/*
+ * Copyright 2003 Ulrich Czekalla for CodeWeavers
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA
+ */
+
+LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
+
+UIINSERTOBJECT DIALOG DISCARDABLE 0, 0, 294, 151
+STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
+CAPTION "Insert Object"
+FONT 8, "MS Shell Dlg"
+BEGIN
+ LISTBOX IDC_OBJTYPELIST,82,19,131,66,LBS_SORT |
+ LBS_NOINTEGRALHEIGHT | WS_VISIBLE | WS_VSCROLL |
+ WS_TABSTOP
+ LTEXT "Object Type:",IDC_OBJTYPELBL,82,7,53,8,WS_VISIBLE
+ DEFPUSHBUTTON "OK",IDOK,221,7,66,14
+ PUSHBUTTON "Cancel",IDCANCEL,221,24,66,14
+ GROUPBOX "Result",IDC_RESULT,7,103,208,41
+ CONTROL "Create
New",IDC_CREATENEW,"Button",BS_AUTORADIOBUTTON |
+ WS_GROUP,7,20,62,10
+ CONTROL "Create Control",IDC_CREATECONTROL,"Button",
+ BS_AUTORADIOBUTTON | NOT WS_VISIBLE,7,54,62,10
+ CONTROL "Create From File",IDC_CREATEFROMFILE,"Button",
+ BS_AUTORADIOBUTTON,7,37,67,10
+ LTEXT "",IDC_RESULTDESC,49,112,159,23
+ PUSHBUTTON "&Add Control...",IDC_ADDCONTROL,81,88,63,14,NOT
WS_VISIBLE
+ CONTROL "Display As
Icon",IDC_ASICON,"Button",BS_AUTOCHECKBOX |
+ WS_TABSTOP | NOT WS_VISIBLE,223,58,64,10
+ PUSHBUTTON "Browse...",IDC_BROWSE,83,53,50,14,NOT WS_VISIBLE
+ LTEXT "File:",IDC_FILELBL,83,27,20,8, NOT WS_VISIBLE
+ EDITTEXT IDC_FILE,83,37,132,13,ES_AUTOHSCROLL | NOT
WS_VISIBLE
+END
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_RESULTOBJDESC "Insert a new %s object into your document"
+ IDS_RESULTFILEOBJDESC "Insert the contents of the file as an
object into your document so that you may activate it using the program
which created it."
+ IDS_BROWSE "Browse"
+ IDS_NOTOLEMOD "File does not appear to be a valid OLE module.
Unable to register OLE control."
+ IDS_NOTOLEMODCAPTION "Add Control"
+}
Property changes on: trunk/reactos/lib/oledlg/oledlg_En.rc
___________________________________________________________________
Name: svn:eol-style
+ native
_____
Modified: trunk/reactos/lib/oledlg/oledlg_Es.rc
--- trunk/reactos/lib/oledlg/oledlg_Es.rc 2005-08-05 08:02:09 UTC
(rev 17061)
+++ trunk/reactos/lib/oledlg/oledlg_Es.rc 2005-08-05 09:16:38 UTC
(rev 17062)
@@ -1,55 +1,55 @@
-/*
- * Copyright 2004 JosÚ Manuel Ferrer Ortiz
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA
- */
-
-LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
-
-UIINSERTOBJECT DIALOG DISCARDABLE 0, 0, 294, 151
-STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
-CAPTION "Insertar objeto"
-FONT 8, "MS Shell Dlg"
-BEGIN
- LISTBOX IDC_OBJTYPELIST,82,19,131,66,LBS_SORT |
- LBS_NOINTEGRALHEIGHT | WS_VISIBLE | WS_VSCROLL |
- WS_TABSTOP
- LTEXT "Tipo de
objeto:",IDC_OBJTYPELBL,82,7,53,8,WS_VISIBLE
- DEFPUSHBUTTON "Aceptar",IDOK,221,7,66,14
- PUSHBUTTON "Cancelar",IDCANCEL,221,24,66,14
- GROUPBOX "Resultado",IDC_RESULT,7,103,208,41
- CONTROL "Crear
nuevo",IDC_CREATENEW,"Button",BS_AUTORADIOBUTTON |
- WS_GROUP,7,20,62,10
- CONTROL "Crear control",IDC_CREATECONTROL,"Button",
- BS_AUTORADIOBUTTON | NOT WS_VISIBLE,7,54,62,10
- CONTROL "Crear desde
archivo",IDC_CREATEFROMFILE,"Button",
- BS_AUTORADIOBUTTON,7,37,67,10
- LTEXT "",IDC_RESULTDESC,49,112,159,23
- PUSHBUTTON "&A±adir control...",IDC_ADDCONTROL,81,88,63,14,NOT
WS_VISIBLE
- CONTROL "Mostrar como
icono",IDC_ASICON,"Button",BS_AUTOCHECKBOX |
- WS_TABSTOP | NOT WS_VISIBLE,223,58,64,10
- PUSHBUTTON "Explorar...",IDC_BROWSE,83,53,50,14,NOT WS_VISIBLE
- LTEXT "Archivo:",IDC_FILELBL,83,27,20,8, NOT WS_VISIBLE
- EDITTEXT IDC_FILE,83,37,132,13,ES_AUTOHSCROLL | NOT
WS_VISIBLE
-END
-
-STRINGTABLE DISCARDABLE
-{
- IDS_RESULTOBJDESC "Inserta un nuevo objeto %s en su documento"
- IDS_RESULTFILEOBJDESC "Inserta el contenido del archivo como
un objeto en su documento, con lo que podrß activarlo utilizando el
programa que lo cre¾."
- IDS_BROWSE "Explorar"
- IDS_NOTOLEMOD "El archivo no parece ser un m¾dulo OLE vßlido.
Incapaz de registrar el control OLE."
- IDS_NOTOLEMODCAPTION "A±adir control"
-}
+/*
+ * Copyright 2004 JosÚ Manuel Ferrer Ortiz
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA
+ */
+
+LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
+
+UIINSERTOBJECT DIALOG DISCARDABLE 0, 0, 294, 151
+STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
+CAPTION "Insertar objeto"
+FONT 8, "MS Shell Dlg"
+BEGIN
+ LISTBOX IDC_OBJTYPELIST,82,19,131,66,LBS_SORT |
+ LBS_NOINTEGRALHEIGHT | WS_VISIBLE | WS_VSCROLL |
+ WS_TABSTOP
+ LTEXT "Tipo de
objeto:",IDC_OBJTYPELBL,82,7,53,8,WS_VISIBLE
+ DEFPUSHBUTTON "Aceptar",IDOK,221,7,66,14
+ PUSHBUTTON "Cancelar",IDCANCEL,221,24,66,14
+ GROUPBOX "Resultado",IDC_RESULT,7,103,208,41
+ CONTROL "Crear
nuevo",IDC_CREATENEW,"Button",BS_AUTORADIOBUTTON |
+ WS_GROUP,7,20,62,10
+ CONTROL "Crear control",IDC_CREATECONTROL,"Button",
+ BS_AUTORADIOBUTTON | NOT WS_VISIBLE,7,54,62,10
+ CONTROL "Crear desde
archivo",IDC_CREATEFROMFILE,"Button",
+ BS_AUTORADIOBUTTON,7,37,67,10
+ LTEXT "",IDC_RESULTDESC,49,112,159,23
+ PUSHBUTTON "&A±adir control...",IDC_ADDCONTROL,81,88,63,14,NOT
WS_VISIBLE
+ CONTROL "Mostrar como
icono",IDC_ASICON,"Button",BS_AUTOCHECKBOX |
+ WS_TABSTOP | NOT WS_VISIBLE,223,58,64,10
+ PUSHBUTTON "Explorar...",IDC_BROWSE,83,53,50,14,NOT WS_VISIBLE
+ LTEXT "Archivo:",IDC_FILELBL,83,27,20,8, NOT WS_VISIBLE
+ EDITTEXT IDC_FILE,83,37,132,13,ES_AUTOHSCROLL | NOT
WS_VISIBLE
+END
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_RESULTOBJDESC "Inserta un nuevo objeto %s en su documento"
+ IDS_RESULTFILEOBJDESC "Inserta el contenido del archivo como
un objeto en su documento, con lo que podrß activarlo utilizando el
programa que lo cre¾."
+ IDS_BROWSE "Explorar"
+ IDS_NOTOLEMOD "El archivo no parece ser un m¾dulo OLE vßlido.
Incapaz de registrar el control OLE."
+ IDS_NOTOLEMODCAPTION "A±adir control"
+}
Property changes on: trunk/reactos/lib/oledlg/oledlg_Es.rc
___________________________________________________________________
Name: svn:eol-style
+ native
_____
Modified: trunk/reactos/lib/oledlg/oledlg_Fr.rc
--- trunk/reactos/lib/oledlg/oledlg_Fr.rc 2005-08-05 08:02:09 UTC
(rev 17061)
+++ trunk/reactos/lib/oledlg/oledlg_Fr.rc 2005-08-05 09:16:38 UTC
(rev 17062)
@@ -1,59 +1,59 @@
-/*
- * oledlg dll resources
- * French language support
- *
- * Copyright (C) 2005 Jonathan Ernst
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA
- */
-
-
-LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
-
-UIINSERTOBJECT DIALOG DISCARDABLE 0, 0, 294, 151
-STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
-CAPTION "InsÚrer Objet"
-FONT 8, "MS Shell Dlg"
-BEGIN
- LISTBOX IDC_OBJTYPELIST,82,19,131,66,LBS_SORT |
- LBS_NOINTEGRALHEIGHT | WS_VISIBLE | WS_VSCROLL |
- WS_TABSTOP
- LTEXT "Type d'objet:",IDC_OBJTYPELBL,82,7,53,8,WS_VISIBLE
- DEFPUSHBUTTON "OK",IDOK,221,7,66,14
- PUSHBUTTON "Annuler",IDCANCEL,221,24,66,14
- GROUPBOX "RÚsultat",IDC_RESULT,7,103,208,41
- CONTROL "CrÚer
Nouveau",IDC_CREATENEW,"Button",BS_AUTORADIOBUTTON |
- WS_GROUP,7,20,62,10
- CONTROL "CrÚer Contr¶le",IDC_CREATECONTROL,"Button",
- BS_AUTORADIOBUTTON | NOT WS_VISIBLE,7,54,62,10
- CONTROL "CrÚer Depuis
Fichier",IDC_CREATEFROMFILE,"Button",
- BS_AUTORADIOBUTTON,7,37,67,10
- LTEXT "",IDC_RESULTDESC,49,112,159,23
- PUSHBUTTON "&Ajoute
Contr¶le...",IDC_ADDCONTROL,81,88,63,14,NOT WS_VISIBLE
- CONTROL "Afficher Comme
Ic¶ne",IDC_ASICON,"Button",BS_AUTOCHECKBOX |
- WS_TABSTOP | NOT WS_VISIBLE,223,58,64,10
- PUSHBUTTON "Parcourir...",IDC_BROWSE,83,53,50,14,NOT
WS_VISIBLE
- LTEXT "Fichier:",IDC_FILELBL,83,27,20,8, NOT WS_VISIBLE
- EDITTEXT IDC_FILE,83,37,132,13,ES_AUTOHSCROLL | NOT
WS_VISIBLE
-END
-
-STRINGTABLE DISCARDABLE
-{
- IDS_RESULTOBJDESC "InsÚrer un nouvel object %s dans votre
document"
- IDS_RESULTFILEOBJDESC "InsÞre le contenu du fichier comme un
objet dans votre document afin que vous puissiez l'activer en utilisant
le programme avec lequel vous l'avez crÚÚ."
- IDS_BROWSE "Parcourir"
- IDS_NOTOLEMOD "Le fichier ne semble pas Ûtre un module OLE
valide. Impossible d'enregistrer le contr¶le OLE."
- IDS_NOTOLEMODCAPTION "Ajouter Contr¶le"
-}
+/*
+ * oledlg dll resources
+ * French language support
+ *
+ * Copyright (C) 2005 Jonathan Ernst
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA
+ */
+
+
+LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
+
+UIINSERTOBJECT DIALOG DISCARDABLE 0, 0, 294, 151
+STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
+CAPTION "InsÚrer Objet"
+FONT 8, "MS Shell Dlg"
+BEGIN
+ LISTBOX IDC_OBJTYPELIST,82,19,131,66,LBS_SORT |
+ LBS_NOINTEGRALHEIGHT | WS_VISIBLE | WS_VSCROLL |
+ WS_TABSTOP
+ LTEXT "Type d'objet:",IDC_OBJTYPELBL,82,7,53,8,WS_VISIBLE
+ DEFPUSHBUTTON "OK",IDOK,221,7,66,14
+ PUSHBUTTON "Annuler",IDCANCEL,221,24,66,14
+ GROUPBOX "RÚsultat",IDC_RESULT,7,103,208,41
+ CONTROL "CrÚer
Nouveau",IDC_CREATENEW,"Button",BS_AUTORADIOBUTTON |
+ WS_GROUP,7,20,62,10
+ CONTROL "CrÚer Contr¶le",IDC_CREATECONTROL,"Button",
+ BS_AUTORADIOBUTTON | NOT WS_VISIBLE,7,54,62,10
+ CONTROL "CrÚer Depuis
Fichier",IDC_CREATEFROMFILE,"Button",
+ BS_AUTORADIOBUTTON,7,37,67,10
+ LTEXT "",IDC_RESULTDESC,49,112,159,23
+ PUSHBUTTON "&Ajoute
Contr¶le...",IDC_ADDCONTROL,81,88,63,14,NOT WS_VISIBLE
+ CONTROL "Afficher Comme
Ic¶ne",IDC_ASICON,"Button",BS_AUTOCHECKBOX |
+ WS_TABSTOP | NOT WS_VISIBLE,223,58,64,10
+ PUSHBUTTON "Parcourir...",IDC_BROWSE,83,53,50,14,NOT
WS_VISIBLE
+ LTEXT "Fichier:",IDC_FILELBL,83,27,20,8, NOT WS_VISIBLE
+ EDITTEXT IDC_FILE,83,37,132,13,ES_AUTOHSCROLL | NOT
WS_VISIBLE
+END
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_RESULTOBJDESC "InsÚrer un nouvel object %s dans votre
document"
+ IDS_RESULTFILEOBJDESC "InsÞre le contenu du fichier comme un
objet dans votre document afin que vous puissiez l'activer en utilisant
le programme avec lequel vous l'avez crÚÚ."
+ IDS_BROWSE "Parcourir"
+ IDS_NOTOLEMOD "Le fichier ne semble pas Ûtre un module OLE
valide. Impossible d'enregistrer le contr¶le OLE."
+ IDS_NOTOLEMODCAPTION "Ajouter Contr¶le"
+}
Property changes on: trunk/reactos/lib/oledlg/oledlg_Fr.rc
___________________________________________________________________
Name: svn:eol-style
+ native
_____
Modified: trunk/reactos/lib/oledlg/oledlg_It.rc
--- trunk/reactos/lib/oledlg/oledlg_It.rc 2005-08-05 08:02:09 UTC
(rev 17061)
+++ trunk/reactos/lib/oledlg/oledlg_It.rc 2005-08-05 09:16:38 UTC
(rev 17062)
@@ -1,56 +1,56 @@
-/*
- * Copyright 2003 Ulrich Czekalla for CodeWeavers
- * Copyright 2003 Ivan Leo Puoti
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA
- */
-
-LANGUAGE LANG_ITALIAN, SUBLANG_DEFAULT
-
-UIINSERTOBJECT DIALOG DISCARDABLE 0, 0, 294, 151
-STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
-CAPTION "Insersci oggetto"
-FONT 8, "MS Shell Dlg"
-BEGIN
- LISTBOX IDC_OBJTYPELIST,82,19,131,66,LBS_SORT |
- LBS_NOINTEGRALHEIGHT | WS_VISIBLE | WS_VSCROLL |
- WS_TABSTOP
- LTEXT "Tipo di
oggetto:",IDC_OBJTYPELBL,82,7,53,8,WS_VISIBLE
- DEFPUSHBUTTON "OK",IDOK,221,7,66,14
- PUSHBUTTON "Annulla",IDCANCEL,221,24,66,14
- GROUPBOX "Risultato",IDC_RESULT,7,103,208,41
- CONTROL "Crea
Nuovo",IDC_CREATENEW,"Button",BS_AUTORADIOBUTTON |
- WS_GROUP,7,20,62,10
- CONTROL "Crea Controllo",IDC_CREATECONTROL,"Tasto",
- BS_AUTORADIOBUTTON | NOT WS_VISIBLE,7,54,62,10
- CONTROL "Crea da File",IDC_CREATEFROMFILE,"Tasto",
- BS_AUTORADIOBUTTON,7,37,67,10
- LTEXT "",IDC_RESULTDESC,49,112,159,23
- PUSHBUTTON "&Aggiungi
Controllo...",IDC_ADDCONTROL,81,88,63,14,NOT WS_VISIBLE
- CONTROL "Visualizza come
Icona",IDC_ASICON,"Button",BS_AUTOCHECKBOX |
- WS_TABSTOP | NOT WS_VISIBLE,223,58,64,10
- PUSHBUTTON "Esplora...",IDC_BROWSE,83,53,50,14,NOT WS_VISIBLE
- LTEXT "File:",IDC_FILELBL,83,27,20,8, NOT WS_VISIBLE
- EDITTEXT IDC_FILE,83,37,132,13,ES_AUTOHSCROLL | NOT
WS_VISIBLE
-END
-
-STRINGTABLE DISCARDABLE
-{
- IDS_RESULTOBJDESC "Inserisci un nuovo oggetto %s nel documento"
- IDS_RESULTFILEOBJDESC "Inserisci i contenuti del file come un
oggetto nel documento in modo da poterlo attivare usando il programma
che lo ha creato."
- IDS_BROWSE "Esplora"
- IDS_NOTOLEMOD "Il file non sembra essere un module OLE
valido. Impossibile registrare il controllo OLE."
- IDS_NOTOLEMODCAPTION "Aggiungi Controllo"
-}
+/*
+ * Copyright 2003 Ulrich Czekalla for CodeWeavers
+ * Copyright 2003 Ivan Leo Puoti
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA
+ */
+
+LANGUAGE LANG_ITALIAN, SUBLANG_DEFAULT
+
+UIINSERTOBJECT DIALOG DISCARDABLE 0, 0, 294, 151
+STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
+CAPTION "Insersci oggetto"
+FONT 8, "MS Shell Dlg"
+BEGIN
+ LISTBOX IDC_OBJTYPELIST,82,19,131,66,LBS_SORT |
+ LBS_NOINTEGRALHEIGHT | WS_VISIBLE | WS_VSCROLL |
+ WS_TABSTOP
+ LTEXT "Tipo di
oggetto:",IDC_OBJTYPELBL,82,7,53,8,WS_VISIBLE
+ DEFPUSHBUTTON "OK",IDOK,221,7,66,14
+ PUSHBUTTON "Annulla",IDCANCEL,221,24,66,14
+ GROUPBOX "Risultato",IDC_RESULT,7,103,208,41
+ CONTROL "Crea
Nuovo",IDC_CREATENEW,"Button",BS_AUTORADIOBUTTON |
+ WS_GROUP,7,20,62,10
+ CONTROL "Crea Controllo",IDC_CREATECONTROL,"Tasto",
+ BS_AUTORADIOBUTTON | NOT WS_VISIBLE,7,54,62,10
+ CONTROL "Crea da File",IDC_CREATEFROMFILE,"Tasto",
+ BS_AUTORADIOBUTTON,7,37,67,10
+ LTEXT "",IDC_RESULTDESC,49,112,159,23
+ PUSHBUTTON "&Aggiungi
Controllo...",IDC_ADDCONTROL,81,88,63,14,NOT WS_VISIBLE
+ CONTROL "Visualizza come
Icona",IDC_ASICON,"Button",BS_AUTOCHECKBOX |
+ WS_TABSTOP | NOT WS_VISIBLE,223,58,64,10
+ PUSHBUTTON "Esplora...",IDC_BROWSE,83,53,50,14,NOT WS_VISIBLE
+ LTEXT "File:",IDC_FILELBL,83,27,20,8, NOT WS_VISIBLE
+ EDITTEXT IDC_FILE,83,37,132,13,ES_AUTOHSCROLL | NOT
WS_VISIBLE
+END
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_RESULTOBJDESC "Inserisci un nuovo oggetto %s nel documento"
+ IDS_RESULTFILEOBJDESC "Inserisci i contenuti del file come un
oggetto nel documento in modo da poterlo attivare usando il programma
che lo ha creato."
+ IDS_BROWSE "Esplora"
+ IDS_NOTOLEMOD "Il file non sembra essere un module OLE
valido. Impossibile registrare il controllo OLE."
+ IDS_NOTOLEMODCAPTION "Aggiungi Controllo"
+}
Property changes on: trunk/reactos/lib/oledlg/oledlg_It.rc
___________________________________________________________________
Name: svn:eol-style
+ native
_____
Modified: trunk/reactos/lib/oledlg/oledlg_Ja.rc
--- trunk/reactos/lib/oledlg/oledlg_Ja.rc 2005-08-05 08:02:09 UTC
(rev 17061)
+++ trunk/reactos/lib/oledlg/oledlg_Ja.rc 2005-08-05 09:16:38 UTC
(rev 17062)
@@ -1,55 +1,55 @@
-/*
- * Copyright 2004 Hajime Segawa
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA
- */
-
-LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
-
-UIINSERTOBJECT DIALOG DISCARDABLE 0, 0, 294, 151
-STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
-CAPTION "âIâuâWâFâNâgé?æ}ô³"
-FONT 9, "MS UI Gothic"
-BEGIN
- LISTBOX IDC_OBJTYPELIST,82,19,131,66,LBS_SORT |
- LBS_NOINTEGRALHEIGHT | WS_VISIBLE | WS_VSCROLL |
- WS_TABSTOP
- LTEXT "âIâuâWâFâNâgé?
ÄÝùÌ:",IDC_OBJTYPELBL,82,7,53,8,WS_VISIBLE
- DEFPUSHBUTTON "OK",IDOK,221,7,66,14
- PUSHBUTTON "âLâââôâZâï",IDCANCEL,221,24,66,14
- GROUPBOX "îïë?",IDC_RESULT,7,103,208,41
- CONTROL
"ÉVïKìýɼ",IDC_CREATENEW,"Button",BS_AUTORADIOBUTTON |
- WS_GROUP,7,20,62,10
- CONTROL "âRâôâgâìü[âïéìýɼ",IDC_CREATECONTROL,"Button",
- BS_AUTORADIOBUTTON | NOT WS_VISIBLE,7,54,62,10
- CONTROL "âtâ@âCâïé®éþìýɼ",IDC_CREATEFROMFILE,"Button",
- BS_AUTORADIOBUTTON,7,37,67,10
- LTEXT "",IDC_RESULTDESC,49,112,159,23
- PUSHBUTTON "âRâôâgâìü[âïéÆÃë
?(&A)...",IDC_ADDCONTROL,81,88,63,14,NOT WS_VISIBLE
- CONTROL "âAâCâRâôéãéÁé?
ò\Ī",IDC_ASICON,"Button",BS_AUTOCHECKBOX |
- WS_TABSTOP | NOT WS_VISIBLE,223,58,64,10
- PUSHBUTTON "ÄQÅã...",IDC_BROWSE,83,53,50,14,NOT WS_VISIBLE
- LTEXT "âtâ@âCâï:",IDC_FILELBL,83,27,20,8, NOT WS_VISIBLE
- EDITTEXT IDC_FILE,83,37,132,13,ES_AUTOHSCROLL | NOT
WS_VISIBLE
-END
-
-STRINGTABLE DISCARDABLE
-{
- IDS_RESULTOBJDESC "âhâLâàâüâôâgé?ÉVéÁéó %s âIâuâWâFâNâgéæ}ô³éÁé?
éÀ"
- IDS_RESULTFILEOBJDESC "âtâ@âCâïé?ôÓùeéâIâuâWâFâNâgéãéÁé?
âhâLâàâüâôâgé?æ}ô³éÁé?éÀüBâIâuâWâFâNâgé?ìýɼéÁé¢âvâìâOâëâÇé®éþùLî°é?é?é½
é?éÀüB"
- IDS_BROWSE "ÄQÅã"
- IDS_NOTOLEMOD "âtâ@âCâïé?ùLî°é?OLEâéâWâàü[âïé?é?é?éóéµéñé?
éÀüBOLEâRâôâgâìü[âïéôoÿ^é?é½é?é?é±üB"
- IDS_NOTOLEMODCAPTION "âRâôâgâìü[âïéÆÃë?"
-}
+/*
+ * Copyright 2004 Hajime Segawa
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA
+ */
+
+LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
+
+UIINSERTOBJECT DIALOG DISCARDABLE 0, 0, 294, 151
+STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
+CAPTION "âIâuâWâFâNâgé?æ}ô³"
+FONT 9, "MS UI Gothic"
+BEGIN
+ LISTBOX IDC_OBJTYPELIST,82,19,131,66,LBS_SORT |
+ LBS_NOINTEGRALHEIGHT | WS_VISIBLE | WS_VSCROLL |
+ WS_TABSTOP
+ LTEXT "âIâuâWâFâNâgé?
ÄÝùÌ:",IDC_OBJTYPELBL,82,7,53,8,WS_VISIBLE
+ DEFPUSHBUTTON "OK",IDOK,221,7,66,14
+ PUSHBUTTON "âLâââôâZâï",IDCANCEL,221,24,66,14
+ GROUPBOX "îïë?",IDC_RESULT,7,103,208,41
+ CONTROL
"ÉVïKìýɼ",IDC_CREATENEW,"Button",BS_AUTORADIOBUTTON |
+ WS_GROUP,7,20,62,10
+ CONTROL "âRâôâgâìü[âïéìýɼ",IDC_CREATECONTROL,"Button",
+ BS_AUTORADIOBUTTON | NOT WS_VISIBLE,7,54,62,10
+ CONTROL "âtâ@âCâïé®éþìýɼ",IDC_CREATEFROMFILE,"Button",
+ BS_AUTORADIOBUTTON,7,37,67,10
+ LTEXT "",IDC_RESULTDESC,49,112,159,23
+ PUSHBUTTON "âRâôâgâìü[âïéÆÃë
?(&A)...",IDC_ADDCONTROL,81,88,63,14,NOT WS_VISIBLE
+ CONTROL "âAâCâRâôéãéÁé?
ò\Ī",IDC_ASICON,"Button",BS_AUTOCHECKBOX |
+ WS_TABSTOP | NOT WS_VISIBLE,223,58,64,10
+ PUSHBUTTON "ÄQÅã...",IDC_BROWSE,83,53,50,14,NOT WS_VISIBLE
+ LTEXT "âtâ@âCâï:",IDC_FILELBL,83,27,20,8, NOT WS_VISIBLE
+ EDITTEXT IDC_FILE,83,37,132,13,ES_AUTOHSCROLL | NOT
WS_VISIBLE
+END
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_RESULTOBJDESC "âhâLâàâüâôâgé?ÉVéÁéó %s âIâuâWâFâNâgéæ}ô³éÁé?
éÀ"
+ IDS_RESULTFILEOBJDESC "âtâ@âCâïé?ôÓùeéâIâuâWâFâNâgéãéÁé?
âhâLâàâüâôâgé?æ}ô³éÁé?éÀüBâIâuâWâFâNâgé?ìýɼéÁé¢âvâìâOâëâÇé®éþùLî°é?é?é½
é?éÀüB"
+ IDS_BROWSE "ÄQÅã"
+ IDS_NOTOLEMOD "âtâ@âCâïé?ùLî°é?OLEâéâWâàü[âïé?é?é?éóéµéñé?
éÀüBOLEâRâôâgâìü[âïéôoÿ^é?é½é?é?é±üB"
+ IDS_NOTOLEMODCAPTION "âRâôâgâìü[âïéÆÃë?"
+}
Property changes on: trunk/reactos/lib/oledlg/oledlg_Ja.rc
___________________________________________________________________
Name: svn:eol-style
+ native
_____
Modified: trunk/reactos/lib/oledlg/oledlg_Nl.rc
--- trunk/reactos/lib/oledlg/oledlg_Nl.rc 2005-08-05 08:02:09 UTC
(rev 17061)
+++ trunk/reactos/lib/oledlg/oledlg_Nl.rc 2005-08-05 09:16:38 UTC
(rev 17062)
@@ -1,56 +1,56 @@
-/*
- * Copyright 2003 Ulrich Czekalla for CodeWeavers
- * Copyright 2003 Hans Leidekker
- *
- * This library is free software; you can redistribute it and/or
[truncated at 1000 lines; 446 more skipped]