-TOPSRCDIR = @top_srcdir@\r
-TOPOBJDIR = ../..\r
-SRCDIR = @srcdir@\r
-VPATH = @srcdir@\r
-MODULE = oledlg.dll\r
-IMPORTLIB = liboledlg.$(IMPLIBEXT)\r
-IMPORTS = ole32 comdlg32 user32 advapi32 kernel32 ntdll\r
-\r
-C_SRCS = \\r
- insobjdlg.c \\r
- oledlg_main.c\r
-\r
-RC_SRCS = rsrc.rc\r
-\r
-@MAKE_DLL_RULES@\r
-\r
-### Dependencies:\r
+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:
- 1 stdcall OleUIAddVerbMenuA(ptr str long long long long long long ptr)\r
- 2 stdcall OleUICanConvertOrActivateAs(ptr long long)\r
- 3 stdcall OleUIInsertObjectA(ptr)\r
- 4 stdcall OleUIPasteSpecialA(ptr)\r
- 5 stdcall OleUIEditLinksA(ptr)\r
- 6 stdcall OleUIChangeIconA(ptr)\r
- 7 stdcall OleUIConvertA(ptr)\r
- 8 stdcall OleUIBusyA(ptr)\r
- 9 stdcall OleUIUpdateLinksA(ptr long str long)\r
- 10 varargs OleUIPromptUserA(long long)\r
- 11 stdcall OleUIObjectPropertiesA(ptr)\r
- 12 stdcall OleUIChangeSourceA(ptr)\r
- 13 varargs OleUIPromptUserW(long long)\r
- 14 stdcall OleUIAddVerbMenuW(ptr wstr long long long long long long ptr)\r
- 15 stdcall OleUIBusyW(ptr)\r
- 16 stdcall OleUIChangeIconW(ptr)\r
- 17 stdcall OleUIChangeSourceW(ptr)\r
- 18 stdcall OleUIConvertW(ptr)\r
- 19 stdcall OleUIEditLinksW(ptr)\r
- 20 stdcall OleUIInsertObjectW(ptr)\r
- 21 stdcall OleUIObjectPropertiesW(ptr)\r
- 22 stdcall OleUIPasteSpecialW(ptr)\r
- 23 stdcall OleUIUpdateLinksW(ptr long wstr long)\r
+ 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)
-<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>
-/*\r
- * Czech resources or oledlg\r
- * Copyright 2003 Ulrich Czekalla for CodeWeavers\r
- * Copyright 2004 David Kredba\r
- *\r
- * This library is free software; you can redistribute it and/or\r
- * modify it under the terms of the GNU Lesser General Public\r
- * License as published by the Free Software Foundation; either\r
- * version 2.1 of the License, or (at your option) any later version.\r
- *\r
- * This library is distributed in the hope that it will be useful,\r
- * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\r
- * Lesser General Public License for more details.\r
- *\r
- * You should have received a copy of the GNU Lesser General Public\r
- * License along with this library; if not, write to the Free Software\r
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\r
- */\r
-\r
-LANGUAGE LANG_CZECH, SUBLANG_DEFAULT\r
-\r
-UIINSERTOBJECT DIALOG DISCARDABLE 0, 0, 294, 151\r
-STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU\r
-CAPTION "Vlo¾it objekt"\r
-FONT 8, "MS Shell Dlg"\r
-BEGIN\r
- LISTBOX IDC_OBJTYPELIST,82,19,131,66,LBS_SORT |\r
- LBS_NOINTEGRALHEIGHT | WS_VISIBLE | WS_VSCROLL |\r
- WS_TABSTOP\r
- LTEXT "Typ objektu:",IDC_OBJTYPELBL,82,7,53,8,WS_VISIBLE\r
- DEFPUSHBUTTON "OK",IDOK,221,7,66,14\r
- PUSHBUTTON "Storno",IDCANCEL,221,24,66,14\r
- GROUPBOX "Výsledek",IDC_RESULT,7,103,208,41\r
- CONTROL "Vytvoøit nový",IDC_CREATENEW,"Button",BS_AUTORADIOBUTTON | \r
- WS_GROUP,7,20,62,10\r
- CONTROL "Vytvoøit propojení",IDC_CREATECONTROL,"Button",\r
- BS_AUTORADIOBUTTON | NOT WS_VISIBLE,7,54,62,10\r
- CONTROL "Vytvoøit ze souboru",IDC_CREATEFROMFILE,"Button",\r
- BS_AUTORADIOBUTTON,7,37,67,10\r
- LTEXT "",IDC_RESULTDESC,49,112,159,23\r
- PUSHBUTTON "Pøid&at propojení...",IDC_ADDCONTROL,81,88,63,14,NOT WS_VISIBLE\r
- CONTROL "Zobrazit jako ikonu",IDC_ASICON,"Button",BS_AUTOCHECKBOX | \r
- WS_TABSTOP | NOT WS_VISIBLE,223,58,64,10\r
- PUSHBUTTON "Procházet...",IDC_BROWSE,83,53,50,14,NOT WS_VISIBLE\r
- LTEXT "Soubor:",IDC_FILELBL,83,27,20,8, NOT WS_VISIBLE\r
- EDITTEXT IDC_FILE,83,37,132,13,ES_AUTOHSCROLL | NOT WS_VISIBLE\r
-END\r
-\r
-STRINGTABLE DISCARDABLE\r
-{\r
- IDS_RESULTOBJDESC "Vlo¾en nový %s objekt do Va¹eho dokumentu"\r
- IDS_RESULTFILEOBJDESC "Vlo¾en obsah souboru jako objekt do Va¹eho dokumentu, tak¾e ho mù¾ete upravit programem, kterým byl vytvoøen."\r
- IDS_BROWSE "Procházet"\r
- IDS_NOTOLEMOD "Soubor není platným OLE modulem. Nelze registrovat OLE propojení."\r
- IDS_NOTOLEMODCAPTION "Pøidat propojení"\r
-}\r
+/*
+ * 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í"
+}
-/*\r
- * Copyright 2004 Henning Gerhardt\r
- *\r
- * This library is free software; you can redistribute it and/or\r
- * modify it under the terms of the GNU Lesser General Public\r
- * License as published by the Free Software Foundation; either\r
- * version 2.1 of the License, or (at your option) any later version.\r
- *\r
- * This library is distributed in the hope that it will be useful,\r
- * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\r
- * Lesser General Public License for more details.\r
- *\r
- * You should have received a copy of the GNU Lesser General Public\r
- * License along with this library; if not, write to the Free Software\r
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\r
- */\r
-\r
-LANGUAGE LANG_GERMAN, SUBLANG_DEFAULT\r
-\r
-UIINSERTOBJECT DIALOG DISCARDABLE 0, 0, 294, 151\r
-STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU\r
-CAPTION "Objekt einfügen"\r
-FONT 8, "MS Shell Dlg"\r
-BEGIN\r
- LISTBOX IDC_OBJTYPELIST,82,19,131,66,LBS_SORT |\r
- LBS_NOINTEGRALHEIGHT | WS_VISIBLE | WS_VSCROLL |\r
- WS_TABSTOP\r
- LTEXT "Objekttyp:",IDC_OBJTYPELBL,82,7,53,8,WS_VISIBLE\r
- DEFPUSHBUTTON "OK",IDOK,221,7,66,14\r
- PUSHBUTTON "Abbrechen",IDCANCEL,221,24,66,14\r
- GROUPBOX "Ergebnis",IDC_RESULT,7,103,208,41\r
- CONTROL "&Neu erstellen",IDC_CREATENEW,"Button",BS_AUTORADIOBUTTON | \r
- WS_GROUP,7,20,62,10\r
- CONTROL "S&teuerung erstellen",IDC_CREATECONTROL,"Button",\r
- BS_AUTORADIOBUTTON | NOT WS_VISIBLE,7,54,62,10\r
- CONTROL "A&us Datei erstellen",IDC_CREATEFROMFILE,"Button",\r
- BS_AUTORADIOBUTTON,7,37,67,10\r
- LTEXT "",IDC_RESULTDESC,49,112,159,23\r
- PUSHBUTTON "Steuerung hin&zufügen",IDC_ADDCONTROL,81,88,63,14,NOT WS_VISIBLE\r
- CONTROL "Als &Symbol anzeigen",IDC_ASICON,"Button",BS_AUTOCHECKBOX | \r
- WS_TABSTOP | NOT WS_VISIBLE,223,58,64,10\r
- PUSHBUTTON "D&urchsuchen...",IDC_BROWSE,83,53,50,14,NOT WS_VISIBLE\r
- LTEXT "Datei:",IDC_FILELBL,83,27,20,8, NOT WS_VISIBLE\r
- EDITTEXT IDC_FILE,83,37,132,13,ES_AUTOHSCROLL | NOT WS_VISIBLE\r
-END\r
-\r
-STRINGTABLE DISCARDABLE\r
-{\r
- IDS_RESULTOBJDESC "Fügt ein neues %s - Objekt in Ihr Dokument ein."\r
- 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."\r
- IDS_BROWSE "Durchsuchen"\r
- IDS_NOTOLEMOD "Die Datei ist offenbar kein gültiges OLE - Steuermodul. Die OLE - Steuerung konnte nicht registiert werden."\r
- IDS_NOTOLEMODCAPTION "Steuerung hinzufügen"\r
-}\r
+/*
+ * 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"
+}
-/*\r
- * Copyright 2003 Ulrich Czekalla for CodeWeavers\r
- *\r
- * This library is free software; you can redistribute it and/or\r
- * modify it under the terms of the GNU Lesser General Public\r
- * License as published by the Free Software Foundation; either\r
- * version 2.1 of the License, or (at your option) any later version.\r
- *\r
- * This library is distributed in the hope that it will be useful,\r
- * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\r
- * Lesser General Public License for more details.\r
- *\r
- * You should have received a copy of the GNU Lesser General Public\r
- * License along with this library; if not, write to the Free Software\r
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\r
- */\r
-\r
-LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT\r
-\r
-UIINSERTOBJECT DIALOG DISCARDABLE 0, 0, 294, 151\r
-STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU\r
-CAPTION "Insert Object"\r
-FONT 8, "MS Shell Dlg"\r
-BEGIN\r
- LISTBOX IDC_OBJTYPELIST,82,19,131,66,LBS_SORT |\r
- LBS_NOINTEGRALHEIGHT | WS_VISIBLE | WS_VSCROLL |\r
- WS_TABSTOP\r
- LTEXT "Object Type:",IDC_OBJTYPELBL,82,7,53,8,WS_VISIBLE\r
- DEFPUSHBUTTON "OK",IDOK,221,7,66,14\r
- PUSHBUTTON "Cancel",IDCANCEL,221,24,66,14\r
- GROUPBOX "Result",IDC_RESULT,7,103,208,41\r
- CONTROL "Create New",IDC_CREATENEW,"Button",BS_AUTORADIOBUTTON | \r
- WS_GROUP,7,20,62,10\r
- CONTROL "Create Control",IDC_CREATECONTROL,"Button",\r
- BS_AUTORADIOBUTTON | NOT WS_VISIBLE,7,54,62,10\r
- CONTROL "Create From File",IDC_CREATEFROMFILE,"Button",\r
- BS_AUTORADIOBUTTON,7,37,67,10\r
- LTEXT "",IDC_RESULTDESC,49,112,159,23\r
- PUSHBUTTON "&Add Control...",IDC_ADDCONTROL,81,88,63,14,NOT WS_VISIBLE\r
- CONTROL "Display As Icon",IDC_ASICON,"Button",BS_AUTOCHECKBOX | \r
- WS_TABSTOP | NOT WS_VISIBLE,223,58,64,10\r
- PUSHBUTTON "Browse...",IDC_BROWSE,83,53,50,14,NOT WS_VISIBLE\r
- LTEXT "File:",IDC_FILELBL,83,27,20,8, NOT WS_VISIBLE\r
- EDITTEXT IDC_FILE,83,37,132,13,ES_AUTOHSCROLL | NOT WS_VISIBLE\r
-END\r
-\r
-STRINGTABLE DISCARDABLE\r
-{\r
- IDS_RESULTOBJDESC "Insert a new %s object into your document"\r
- 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."\r
- IDS_BROWSE "Browse"\r
- IDS_NOTOLEMOD "File does not appear to be a valid OLE module. Unable to register OLE control."\r
- IDS_NOTOLEMODCAPTION "Add Control"\r
-}\r
+/*
+ * 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"
+}
-/*\r
- * Copyright 2004 José Manuel Ferrer Ortiz\r
- *\r
- * This library is free software; you can redistribute it and/or\r
- * modify it under the terms of the GNU Lesser General Public\r
- * License as published by the Free Software Foundation; either\r
- * version 2.1 of the License, or (at your option) any later version.\r
- *\r
- * This library is distributed in the hope that it will be useful,\r
- * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\r
- * Lesser General Public License for more details.\r
- *\r
- * You should have received a copy of the GNU Lesser General Public\r
- * License along with this library; if not, write to the Free Software\r
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\r
- */\r
-\r
-LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL\r
-\r
-UIINSERTOBJECT DIALOG DISCARDABLE 0, 0, 294, 151\r
-STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU\r
-CAPTION "Insertar objeto"\r
-FONT 8, "MS Shell Dlg"\r
-BEGIN\r
- LISTBOX IDC_OBJTYPELIST,82,19,131,66,LBS_SORT |\r
- LBS_NOINTEGRALHEIGHT | WS_VISIBLE | WS_VSCROLL |\r
- WS_TABSTOP\r
- LTEXT "Tipo de objeto:",IDC_OBJTYPELBL,82,7,53,8,WS_VISIBLE\r
- DEFPUSHBUTTON "Aceptar",IDOK,221,7,66,14\r
- PUSHBUTTON "Cancelar",IDCANCEL,221,24,66,14\r
- GROUPBOX "Resultado",IDC_RESULT,7,103,208,41\r
- CONTROL "Crear nuevo",IDC_CREATENEW,"Button",BS_AUTORADIOBUTTON | \r
- WS_GROUP,7,20,62,10\r
- CONTROL "Crear control",IDC_CREATECONTROL,"Button",\r
- BS_AUTORADIOBUTTON | NOT WS_VISIBLE,7,54,62,10\r
- CONTROL "Crear desde archivo",IDC_CREATEFROMFILE,"Button",\r
- BS_AUTORADIOBUTTON,7,37,67,10\r
- LTEXT "",IDC_RESULTDESC,49,112,159,23\r
- PUSHBUTTON "&Añadir control...",IDC_ADDCONTROL,81,88,63,14,NOT WS_VISIBLE\r
- CONTROL "Mostrar como icono",IDC_ASICON,"Button",BS_AUTOCHECKBOX | \r
- WS_TABSTOP | NOT WS_VISIBLE,223,58,64,10\r
- PUSHBUTTON "Explorar...",IDC_BROWSE,83,53,50,14,NOT WS_VISIBLE\r
- LTEXT "Archivo:",IDC_FILELBL,83,27,20,8, NOT WS_VISIBLE\r
- EDITTEXT IDC_FILE,83,37,132,13,ES_AUTOHSCROLL | NOT WS_VISIBLE\r
-END\r
-\r
-STRINGTABLE DISCARDABLE\r
-{\r
- IDS_RESULTOBJDESC "Inserta un nuevo objeto %s en su documento"\r
- IDS_RESULTFILEOBJDESC "Inserta el contenido del archivo como un objeto en su documento, con lo que podrá activarlo utilizando el programa que lo creó."\r
- IDS_BROWSE "Explorar"\r
- IDS_NOTOLEMOD "El archivo no parece ser un módulo OLE válido. Incapaz de registrar el control OLE."\r
- IDS_NOTOLEMODCAPTION "Añadir control"\r
-}\r
+/*
+ * 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"
+}
-/*\r
- * oledlg dll resources\r
- * French language support\r
- *\r
- * Copyright (C) 2005 Jonathan Ernst\r
- *\r
- * This library is free software; you can redistribute it and/or\r
- * modify it under the terms of the GNU Lesser General Public\r
- * License as published by the Free Software Foundation; either\r
- * version 2.1 of the License, or (at your option) any later version.\r
- *\r
- * This library is distributed in the hope that it will be useful,\r
- * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\r
- * Lesser General Public License for more details.\r
- *\r
- * You should have received a copy of the GNU Lesser General Public\r
- * License along with this library; if not, write to the Free Software\r
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\r
- */\r
-\r
-\r
-LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL\r
-\r
-UIINSERTOBJECT DIALOG DISCARDABLE 0, 0, 294, 151\r
-STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU\r
-CAPTION "Insérer Objet"\r
-FONT 8, "MS Shell Dlg"\r
-BEGIN\r
- LISTBOX IDC_OBJTYPELIST,82,19,131,66,LBS_SORT |\r
- LBS_NOINTEGRALHEIGHT | WS_VISIBLE | WS_VSCROLL |\r
- WS_TABSTOP\r
- LTEXT "Type d'objet:",IDC_OBJTYPELBL,82,7,53,8,WS_VISIBLE\r
- DEFPUSHBUTTON "OK",IDOK,221,7,66,14\r
- PUSHBUTTON "Annuler",IDCANCEL,221,24,66,14\r
- GROUPBOX "Résultat",IDC_RESULT,7,103,208,41\r
- CONTROL "Créer Nouveau",IDC_CREATENEW,"Button",BS_AUTORADIOBUTTON | \r
- WS_GROUP,7,20,62,10\r
- CONTROL "Créer Contrôle",IDC_CREATECONTROL,"Button",\r
- BS_AUTORADIOBUTTON | NOT WS_VISIBLE,7,54,62,10\r
- CONTROL "Créer Depuis Fichier",IDC_CREATEFROMFILE,"Button",\r
- BS_AUTORADIOBUTTON,7,37,67,10\r
- LTEXT "",IDC_RESULTDESC,49,112,159,23\r
- PUSHBUTTON "&Ajoute Contrôle...",IDC_ADDCONTROL,81,88,63,14,NOT WS_VISIBLE\r
- CONTROL "Afficher Comme Icône",IDC_ASICON,"Button",BS_AUTOCHECKBOX | \r
- WS_TABSTOP | NOT WS_VISIBLE,223,58,64,10\r
- PUSHBUTTON "Parcourir...",IDC_BROWSE,83,53,50,14,NOT WS_VISIBLE\r
- LTEXT "Fichier:",IDC_FILELBL,83,27,20,8, NOT WS_VISIBLE\r
- EDITTEXT IDC_FILE,83,37,132,13,ES_AUTOHSCROLL | NOT WS_VISIBLE\r
-END\r
-\r
-STRINGTABLE DISCARDABLE\r
-{\r
- IDS_RESULTOBJDESC "Insérer un nouvel object %s dans votre document"\r
- 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éé."\r
- IDS_BROWSE "Parcourir"\r
- IDS_NOTOLEMOD "Le fichier ne semble pas être un module OLE valide. Impossible d'enregistrer le contrôle OLE."\r
- IDS_NOTOLEMODCAPTION "Ajouter Contrôle"\r
-}\r
+/*
+ * 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"
+}
-/*\r
- * Copyright 2003 Ulrich Czekalla for CodeWeavers\r
- * Copyright 2003 Ivan Leo Puoti\r
- *\r
- * This library is free software; you can redistribute it and/or\r
- * modify it under the terms of the GNU Lesser General Public\r
- * License as published by the Free Software Foundation; either\r
- * version 2.1 of the License, or (at your option) any later version.\r
- *\r
- * This library is distributed in the hope that it will be useful,\r
- * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\r
- * Lesser General Public License for more details.\r
- *\r
- * You should have received a copy of the GNU Lesser General Public\r
- * License along with this library; if not, write to the Free Software\r
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\r
- */\r
-\r
-LANGUAGE LANG_ITALIAN, SUBLANG_DEFAULT\r
-\r
-UIINSERTOBJECT DIALOG DISCARDABLE 0, 0, 294, 151\r
-STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU\r
-CAPTION "Insersci oggetto"\r
-FONT 8, "MS Shell Dlg"\r
-BEGIN\r
- LISTBOX IDC_OBJTYPELIST,82,19,131,66,LBS_SORT |\r
- LBS_NOINTEGRALHEIGHT | WS_VISIBLE | WS_VSCROLL |\r
- WS_TABSTOP\r
- LTEXT "Tipo di oggetto:",IDC_OBJTYPELBL,82,7,53,8,WS_VISIBLE\r
- DEFPUSHBUTTON "OK",IDOK,221,7,66,14\r
- PUSHBUTTON "Annulla",IDCANCEL,221,24,66,14\r
- GROUPBOX "Risultato",IDC_RESULT,7,103,208,41\r
- CONTROL "Crea Nuovo",IDC_CREATENEW,"Button",BS_AUTORADIOBUTTON |\r
- WS_GROUP,7,20,62,10\r
- CONTROL "Crea Controllo",IDC_CREATECONTROL,"Tasto",\r
- BS_AUTORADIOBUTTON | NOT WS_VISIBLE,7,54,62,10\r
- CONTROL "Crea da File",IDC_CREATEFROMFILE,"Tasto",\r
- BS_AUTORADIOBUTTON,7,37,67,10\r
- LTEXT "",IDC_RESULTDESC,49,112,159,23\r
- PUSHBUTTON "&Aggiungi Controllo...",IDC_ADDCONTROL,81,88,63,14,NOT WS_VISIBLE\r
- CONTROL "Visualizza come Icona",IDC_ASICON,"Button",BS_AUTOCHECKBOX |\r
- WS_TABSTOP | NOT WS_VISIBLE,223,58,64,10\r
- PUSHBUTTON "Esplora...",IDC_BROWSE,83,53,50,14,NOT WS_VISIBLE\r
- LTEXT "File:",IDC_FILELBL,83,27,20,8, NOT WS_VISIBLE\r
- EDITTEXT IDC_FILE,83,37,132,13,ES_AUTOHSCROLL | NOT WS_VISIBLE\r
-END\r
-\r
-STRINGTABLE DISCARDABLE\r
-{\r
- IDS_RESULTOBJDESC "Inserisci un nuovo oggetto %s nel documento"\r
- IDS_RESULTFILEOBJDESC "Inserisci i contenuti del file come un oggetto nel documento in modo da poterlo attivare usando il programma che lo ha creato."\r
- IDS_BROWSE "Esplora"\r
- IDS_NOTOLEMOD "Il file non sembra essere un module OLE valido. Impossibile registrare il controllo OLE."\r
- IDS_NOTOLEMODCAPTION "Aggiungi Controllo"\r
-}\r
+/*
+ * 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"
+}
-/*\r
- * Copyright 2004 Hajime Segawa\r
- *\r
- * This library is free software; you can redistribute it and/or\r
- * modify it under the terms of the GNU Lesser General Public\r
- * License as published by the Free Software Foundation; either\r
- * version 2.1 of the License, or (at your option) any later version.\r
- *\r
- * This library is distributed in the hope that it will be useful,\r
- * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\r
- * Lesser General Public License for more details.\r
- *\r
- * You should have received a copy of the GNU Lesser General Public\r
- * License along with this library; if not, write to the Free Software\r
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\r
- */\r
-\r
-LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT\r
-\r
-UIINSERTOBJECT DIALOG DISCARDABLE 0, 0, 294, 151\r
-STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU\r
-CAPTION "\83I\83u\83W\83F\83N\83g\82Ì\91}\93ü"\r
-FONT 9, "MS UI Gothic"\r
-BEGIN\r
- LISTBOX IDC_OBJTYPELIST,82,19,131,66,LBS_SORT |\r
- LBS_NOINTEGRALHEIGHT | WS_VISIBLE | WS_VSCROLL |\r
- WS_TABSTOP\r
- LTEXT "\83I\83u\83W\83F\83N\83g\82Ì\8eí\97Þ:",IDC_OBJTYPELBL,82,7,53,8,WS_VISIBLE\r
- DEFPUSHBUTTON "OK",IDOK,221,7,66,14\r
- PUSHBUTTON "\83L\83\83\83\93\83Z\83\8b",IDCANCEL,221,24,66,14\r
- GROUPBOX "\8c\8b\89Ê",IDC_RESULT,7,103,208,41\r
- CONTROL "\90V\8bK\8dì\90¬",IDC_CREATENEW,"Button",BS_AUTORADIOBUTTON | \r
- WS_GROUP,7,20,62,10\r
- CONTROL "\83R\83\93\83g\83\8d\81[\83\8b\82ð\8dì\90¬",IDC_CREATECONTROL,"Button",\r
- BS_AUTORADIOBUTTON | NOT WS_VISIBLE,7,54,62,10\r
- CONTROL "\83t\83@\83C\83\8b\82©\82ç\8dì\90¬",IDC_CREATEFROMFILE,"Button",\r
- BS_AUTORADIOBUTTON,7,37,67,10\r
- LTEXT "",IDC_RESULTDESC,49,112,159,23\r
- PUSHBUTTON "\83R\83\93\83g\83\8d\81[\83\8b\82ð\92Ç\89Á(&A)...",IDC_ADDCONTROL,81,88,63,14,NOT WS_VISIBLE\r
- CONTROL "\83A\83C\83R\83\93\82Æ\82µ\82Ä\95\\8e¦",IDC_ASICON,"Button",BS_AUTOCHECKBOX | \r
- WS_TABSTOP | NOT WS_VISIBLE,223,58,64,10\r
- PUSHBUTTON "\8eQ\8fÆ...",IDC_BROWSE,83,53,50,14,NOT WS_VISIBLE\r
- LTEXT "\83t\83@\83C\83\8b:",IDC_FILELBL,83,27,20,8, NOT WS_VISIBLE\r
- EDITTEXT IDC_FILE,83,37,132,13,ES_AUTOHSCROLL | NOT WS_VISIBLE\r
-END\r
-\r
-STRINGTABLE DISCARDABLE\r
-{\r
- IDS_RESULTOBJDESC "\83h\83L\83\85\83\81\83\93\83g\82É\90V\82µ\82¢ %s \83I\83u\83W\83F\83N\83g\82ð\91}\93ü\82µ\82Ü\82·"\r
- IDS_RESULTFILEOBJDESC "\83t\83@\83C\83\8b\82Ì\93à\97e\82ð\83I\83u\83W\83F\83N\83g\82Æ\82µ\82Ä\83h\83L\83\85\83\81\83\93\83g\82É\91}\93ü\82µ\82Ü\82·\81B\83I\83u\83W\83F\83N\83g\82Í\8dì\90¬\82µ\82½\83v\83\8d\83O\83\89\83\80\82©\82ç\97L\8cø\82É\82Å\82«\82Ü\82·\81B"\r
- IDS_BROWSE "\8eQ\8fÆ"\r
- IDS_NOTOLEMOD "\83t\83@\83C\83\8b\82Í\97L\8cø\82ÈOLE\83\82\83W\83\85\81[\83\8b\82Å\82Í\82È\82¢\82æ\82¤\82Å\82·\81BOLE\83R\83\93\83g\83\8d\81[\83\8b\82ð\93o\98^\82Å\82«\82Ü\82¹\82ñ\81B"\r
- IDS_NOTOLEMODCAPTION "\83R\83\93\83g\83\8d\81[\83\8b\82ð\92Ç\89Á"\r
-}\r
+/*
+ * 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 "\83I\83u\83W\83F\83N\83g\82Ì\91}\93ü"
+FONT 9, "MS UI Gothic"
+BEGIN
+ LISTBOX IDC_OBJTYPELIST,82,19,131,66,LBS_SORT |
+ LBS_NOINTEGRALHEIGHT | WS_VISIBLE | WS_VSCROLL |
+ WS_TABSTOP
+ LTEXT "\83I\83u\83W\83F\83N\83g\82Ì\8eí\97Þ:",IDC_OBJTYPELBL,82,7,53,8,WS_VISIBLE
+ DEFPUSHBUTTON "OK",IDOK,221,7,66,14
+ PUSHBUTTON "\83L\83\83\83\93\83Z\83\8b",IDCANCEL,221,24,66,14
+ GROUPBOX "\8c\8b\89Ê",IDC_RESULT,7,103,208,41
+ CONTROL "\90V\8bK\8dì\90¬",IDC_CREATENEW,"Button",BS_AUTORADIOBUTTON |
+ WS_GROUP,7,20,62,10
+ CONTROL "\83R\83\93\83g\83\8d\81[\83\8b\82ð\8dì\90¬",IDC_CREATECONTROL,"Button",
+ BS_AUTORADIOBUTTON | NOT WS_VISIBLE,7,54,62,10
+ CONTROL "\83t\83@\83C\83\8b\82©\82ç\8dì\90¬",IDC_CREATEFROMFILE,"Button",
+ BS_AUTORADIOBUTTON,7,37,67,10
+ LTEXT "",IDC_RESULTDESC,49,112,159,23
+ PUSHBUTTON "\83R\83\93\83g\83\8d\81[\83\8b\82ð\92Ç\89Á(&A)...",IDC_ADDCONTROL,81,88,63,14,NOT WS_VISIBLE
+ CONTROL "\83A\83C\83R\83\93\82Æ\82µ\82Ä\95\\8e¦",IDC_ASICON,"Button",BS_AUTOCHECKBOX |
+ WS_TABSTOP | NOT WS_VISIBLE,223,58,64,10
+ PUSHBUTTON "\8eQ\8fÆ...",IDC_BROWSE,83,53,50,14,NOT WS_VISIBLE
+ LTEXT "\83t\83@\83C\83\8b:",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 "\83h\83L\83\85\83\81\83\93\83g\82É\90V\82µ\82¢ %s \83I\83u\83W\83F\83N\83g\82ð\91}\93ü\82µ\82Ü\82·"
+ IDS_RESULTFILEOBJDESC "\83t\83@\83C\83\8b\82Ì\93à\97e\82ð\83I\83u\83W\83F\83N\83g\82Æ\82µ\82Ä\83h\83L\83\85\83\81\83\93\83g\82É\91}\93ü\82µ\82Ü\82·\81B\83I\83u\83W\83F\83N\83g\82Í\8dì\90¬\82µ\82½\83v\83\8d\83O\83\89\83\80\82©\82ç\97L\8cø\82É\82Å\82«\82Ü\82·\81B"
+ IDS_BROWSE "\8eQ\8fÆ"
+ IDS_NOTOLEMOD "\83t\83@\83C\83\8b\82Í\97L\8cø\82ÈOLE\83\82\83W\83\85\81[\83\8b\82Å\82Í\82È\82¢\82æ\82¤\82Å\82·\81BOLE\83R\83\93\83g\83\8d\81[\83\8b\82ð\93o\98^\82Å\82«\82Ü\82¹\82ñ\81B"
+ IDS_NOTOLEMODCAPTION "\83R\83\93\83g\83\8d\81[\83\8b\82ð\92Ç\89Á"
+}
-/*\r
- * Copyright 2003 Ulrich Czekalla for CodeWeavers\r
- * Copyright 2003 Hans Leidekker\r
- *\r
- * This library is free software; you can redistribute it and/or\r
- * modify it under the terms of the GNU Lesser General Public\r
- * License as published by the Free Software Foundation; either\r
- * version 2.1 of the License, or (at your option) any later version.\r
- *\r
- * This library is distributed in the hope that it will be useful,\r
- * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\r
- * Lesser General Public License for more details.\r
- *\r
- * You should have received a copy of the GNU Lesser General Public\r
- * License along with this library; if not, write to the Free Software\r
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\r
- */\r
-\r
-LANGUAGE LANG_DUTCH, SUBLANG_DEFAULT\r
-\r
-UIINSERTOBJECT DIALOG DISCARDABLE 0, 0, 294, 151\r
-STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU\r
-CAPTION "Object invoegen"\r
-FONT 8, "MS Shell Dlg"\r
-BEGIN\r
- LISTBOX IDC_OBJTYPELIST,82,19,131,66,LBS_SORT |\r
- LBS_NOINTEGRALHEIGHT | WS_VISIBLE | WS_VSCROLL |\r
- WS_TABSTOP\r
- LTEXT "Objecttype:",IDC_OBJTYPELBL,82,7,53,8,WS_VISIBLE\r
- DEFPUSHBUTTON "OK",IDOK,221,7,66,14\r
- PUSHBUTTON "Annuleren",IDCANCEL,221,24,66,14\r
- GROUPBOX "Resultaat",IDC_RESULT,7,103,208,41\r
- CONTROL "Nieuw",IDC_CREATENEW,"Button",BS_AUTORADIOBUTTON | \r
- WS_GROUP,7,20,62,10\r
- CONTROL "Creëren",IDC_CREATECONTROL,"Button",\r
- BS_AUTORADIOBUTTON | NOT WS_VISIBLE,7,54,62,10\r
- CONTROL "Bestand gebruiken",IDC_CREATEFROMFILE,"Button",\r
- BS_AUTORADIOBUTTON,7,37,67,10\r
- LTEXT "",IDC_RESULTDESC,49,112,159,23\r
- PUSHBUTTON "Toevoegen...",IDC_ADDCONTROL,81,88,63,14,NOT WS_VISIBLE\r
- CONTROL "Als pictogram weergeven",IDC_ASICON,"Button",BS_AUTOCHECKBOX | \r
- WS_TABSTOP | NOT WS_VISIBLE,223,58,64,10\r
- PUSHBUTTON "Bladeren...",IDC_BROWSE,83,53,50,14,NOT WS_VISIBLE\r
- LTEXT "Bestandsnaam:",IDC_FILELBL,83,27,20,8, NOT WS_VISIBLE\r
- EDITTEXT IDC_FILE,83,37,132,13,ES_AUTOHSCROLL | NOT WS_VISIBLE\r
-END\r
-\r
-STRINGTABLE DISCARDABLE\r
-{\r
- IDS_RESULTOBJDESC "Voeg een nieuw %s object in uw document"\r
- IDS_RESULTFILEOBJDESC "Voeg de inhoud van het bestand als object in uw document zodat u het later kunt bewerken met het programma waarmee u het heeft gemaakt."\r
- IDS_BROWSE "Bladeren"\r
- IDS_NOTOLEMOD "Het bestand is geen geldig OLE bestand. Registratie is mislukt."\r
- IDS_NOTOLEMODCAPTION "Toevoegen"\r
-}\r
+/*
+ * Copyright 2003 Ulrich Czekalla for CodeWeavers
+ * Copyright 2003 Hans Leidekker
+ *
+ * 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_DUTCH, SUBLANG_DEFAULT
+
+UIINSERTOBJECT DIALOG DISCARDABLE 0, 0, 294, 151
+STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
+CAPTION "Object invoegen"
+FONT 8, "MS Shell Dlg"
+BEGIN
+ LISTBOX IDC_OBJTYPELIST,82,19,131,66,LBS_SORT |
+ LBS_NOINTEGRALHEIGHT | WS_VISIBLE | WS_VSCROLL |
+ WS_TABSTOP
+ LTEXT "Objecttype:",IDC_OBJTYPELBL,82,7,53,8,WS_VISIBLE
+ DEFPUSHBUTTON "OK",IDOK,221,7,66,14
+ PUSHBUTTON "Annuleren",IDCANCEL,221,24,66,14
+ GROUPBOX "Resultaat",IDC_RESULT,7,103,208,41
+ CONTROL "Nieuw",IDC_CREATENEW,"Button",BS_AUTORADIOBUTTON |
+ WS_GROUP,7,20,62,10
+ CONTROL "Creëren",IDC_CREATECONTROL,"Button",
+ BS_AUTORADIOBUTTON | NOT WS_VISIBLE,7,54,62,10
+ CONTROL "Bestand gebruiken",IDC_CREATEFROMFILE,"Button",
+ BS_AUTORADIOBUTTON,7,37,67,10
+ LTEXT "",IDC_RESULTDESC,49,112,159,23
+ PUSHBUTTON "Toevoegen...",IDC_ADDCONTROL,81,88,63,14,NOT WS_VISIBLE
+ CONTROL "Als pictogram weergeven",IDC_ASICON,"Button",BS_AUTOCHECKBOX |
+ WS_TABSTOP | NOT WS_VISIBLE,223,58,64,10
+ PUSHBUTTON "Bladeren...",IDC_BROWSE,83,53,50,14,NOT WS_VISIBLE
+ LTEXT "Bestandsnaam:",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 "Voeg een nieuw %s object in uw document"
+ IDS_RESULTFILEOBJDESC "Voeg de inhoud van het bestand als object in uw document zodat u het later kunt bewerken met het programma waarmee u het heeft gemaakt."
+ IDS_BROWSE "Bladeren"
+ IDS_NOTOLEMOD "Het bestand is geen geldig OLE bestand. Registratie is mislukt."
+ IDS_NOTOLEMODCAPTION "Toevoegen"
+}
-/*\r
- * Copyright 2004 Marcelo Duarte\r
- *\r
- * This library is free software; you can redistribute it and/or\r
- * modify it under the terms of the GNU Lesser General Public\r
- * License as published by the Free Software Foundation; either\r
- * version 2.1 of the License, or (at your option) any later version.\r
- *\r
- * This library is distributed in the hope that it will be useful,\r
- * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\r
- * Lesser General Public License for more details.\r
- *\r
- * You should have received a copy of the GNU Lesser General Public\r
- * License along with this library; if not, write to the Free Software\r
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\r
- */\r
-\r
-LANGUAGE LANG_PORTUGUESE, SUBLANG_DEFAULT\r
-\r
-UIINSERTOBJECT DIALOG DISCARDABLE 0, 0, 294, 151\r
-STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU\r
-CAPTION "Inserir objeto"\r
-FONT 8, "MS Shell Dlg"\r
-BEGIN\r
- LISTBOX IDC_OBJTYPELIST,82,19,131,66,LBS_SORT |\r
- LBS_NOINTEGRALHEIGHT | WS_VISIBLE | WS_VSCROLL |\r
- WS_TABSTOP\r
- LTEXT "Tipo de objeto:",IDC_OBJTYPELBL,82,7,53,8,WS_VISIBLE\r
- DEFPUSHBUTTON "OK",IDOK,221,7,66,14\r
- PUSHBUTTON "Cancelar",IDCANCEL,221,24,66,14\r
- GROUPBOX "Resultado",IDC_RESULT,7,103,208,41\r
- CONTROL "Criar novo",IDC_CREATENEW,"Button",BS_AUTORADIOBUTTON | \r
- WS_GROUP,7,20,62,10\r
- CONTROL "Criar controle",IDC_CREATECONTROL,"Button",\r
- BS_AUTORADIOBUTTON | NOT WS_VISIBLE,7,54,62,10\r
- CONTROL "Criar do arquivo",IDC_CREATEFROMFILE,"Button",\r
- BS_AUTORADIOBUTTON,7,37,67,10\r
- LTEXT "",IDC_RESULTDESC,49,112,159,23\r
- PUSHBUTTON "&Adicionar Controle...",IDC_ADDCONTROL,81,88,63,14,NOT WS_VISIBLE\r
- CONTROL "Mostrar como ícone",IDC_ASICON,"Button",BS_AUTOCHECKBOX | \r
- WS_TABSTOP | NOT WS_VISIBLE,223,58,64,10\r
- PUSHBUTTON "Procurar...",IDC_BROWSE,83,53,50,14,NOT WS_VISIBLE\r
- LTEXT "Arquivo:",IDC_FILELBL,83,27,20,8, NOT WS_VISIBLE\r
- EDITTEXT IDC_FILE,83,37,132,13,ES_AUTOHSCROLL | NOT WS_VISIBLE\r
-END\r
-\r
-STRINGTABLE DISCARDABLE\r
-{\r
- IDS_RESULTOBJDESC "Inserir um novo objeto %s no documento"\r
- IDS_RESULTFILEOBJDESC "Inserir o conteúdo do arquivo como um objeto no documento de modo que possa ativá-lo usando o programa que o criou."\r
- IDS_BROWSE "Procurar"\r
- IDS_NOTOLEMOD "O arquivo não parece ser um módulo OLE válido. Impossível registrar o controle OLE."\r
- IDS_NOTOLEMODCAPTION "Adicionar Controle"\r
-}\r
+/*
+ * Copyright 2004 Marcelo Duarte
+ *
+ * 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_PORTUGUESE, SUBLANG_DEFAULT
+
+UIINSERTOBJECT DIALOG DISCARDABLE 0, 0, 294, 151
+STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
+CAPTION "Inserir 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 "OK",IDOK,221,7,66,14
+ PUSHBUTTON "Cancelar",IDCANCEL,221,24,66,14
+ GROUPBOX "Resultado",IDC_RESULT,7,103,208,41
+ CONTROL "Criar novo",IDC_CREATENEW,"Button",BS_AUTORADIOBUTTON |
+ WS_GROUP,7,20,62,10
+ CONTROL "Criar controle",IDC_CREATECONTROL,"Button",
+ BS_AUTORADIOBUTTON | NOT WS_VISIBLE,7,54,62,10
+ CONTROL "Criar do arquivo",IDC_CREATEFROMFILE,"Button",
+ BS_AUTORADIOBUTTON,7,37,67,10
+ LTEXT "",IDC_RESULTDESC,49,112,159,23
+ PUSHBUTTON "&Adicionar Controle...",IDC_ADDCONTROL,81,88,63,14,NOT WS_VISIBLE
+ CONTROL "Mostrar como ícone",IDC_ASICON,"Button",BS_AUTOCHECKBOX |
+ WS_TABSTOP | NOT WS_VISIBLE,223,58,64,10
+ PUSHBUTTON "Procurar...",IDC_BROWSE,83,53,50,14,NOT WS_VISIBLE
+ LTEXT "Arquivo:",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 "Inserir um novo objeto %s no documento"
+ IDS_RESULTFILEOBJDESC "Inserir o conteúdo do arquivo como um objeto no documento de modo que possa ativá-lo usando o programa que o criou."
+ IDS_BROWSE "Procurar"
+ IDS_NOTOLEMOD "O arquivo não parece ser um módulo OLE válido. Impossível registrar o controle OLE."
+ IDS_NOTOLEMODCAPTION "Adicionar Controle"
+}
-/*\r
- * Copyright 2005 Mikhail Y. Zvyozdochkin\r
- * Aleksey Bragin \r
- *\r
- * This library is free software; you can redistribute it and/or\r
- * modify it under the terms of the GNU Lesser General Public\r
- * License as published by the Free Software Foundation; either\r
- * version 2.1 of the License, or (at your option) any later version.\r
- *\r
- * This library is distributed in the hope that it will be useful,\r
- * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\r
- * Lesser General Public License for more details.\r
- *\r
- * You should have received a copy of the GNU Lesser General Public\r
- * License along with this library; if not, write to the Free Software\r
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\r
- */\r
-\r
-LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT\r
-\r
-UIINSERTOBJECT DIALOG DISCARDABLE 0, 0, 294, 151\r
-STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU\r
-CAPTION "Âñòàâêà îáúåêòà"\r
-FONT 8, "MS Shell Dlg"\r
-BEGIN\r
- LISTBOX IDC_OBJTYPELIST,82,19,131,66,LBS_SORT |\r
- LBS_NOINTEGRALHEIGHT | WS_VISIBLE | WS_VSCROLL |\r
- WS_TABSTOP\r
- LTEXT "Òèï îáúåêòà:",IDC_OBJTYPELBL,82,7,53,8,WS_VISIBLE\r
- DEFPUSHBUTTON "OK",IDOK,221,7,66,14\r
- PUSHBUTTON "Îòìåíà",IDCANCEL,221,24,66,14\r
- GROUPBOX "Ðåçóëüòàò",IDC_RESULT,7,103,208,41\r
- CONTROL "Ñîçäàòü íîâûé",IDC_CREATENEW,"Button",BS_AUTORADIOBUTTON | \r
- WS_GROUP,7,20,62,10\r
- CONTROL "Ñîçäàòü ýëåìåíò óïðàâëåíèÿ",IDC_CREATECONTROL,"Button",\r
- BS_AUTORADIOBUTTON | NOT WS_VISIBLE,7,54,62,10\r
- CONTROL "Ñîçäàòü èç ôàéëà",IDC_CREATEFROMFILE,"Button",\r
- BS_AUTORADIOBUTTON,7,37,67,10\r
- LTEXT "",IDC_RESULTDESC,49,112,159,23\r
- PUSHBUTTON "&Äîáàâèòü ýëåìåíò óïðàâëåíèÿ...",IDC_ADDCONTROL,81,88,63,14,NOT WS_VISIBLE\r
- CONTROL "Îòîáðàæàòü â âèäå çíà÷êà",IDC_ASICON,"Button",BS_AUTOCHECKBOX | \r
- WS_TABSTOP | NOT WS_VISIBLE,223,58,64,10\r
- PUSHBUTTON "Îáçîð...",IDC_BROWSE,83,53,50,14,NOT WS_VISIBLE\r
- LTEXT "Ôàéë:",IDC_FILELBL,83,27,20,8, NOT WS_VISIBLE\r
- EDITTEXT IDC_FILE,83,37,132,13,ES_AUTOHSCROLL | NOT WS_VISIBLE\r
-END\r
-\r
-STRINGTABLE DISCARDABLE\r
-{\r
- IDS_RESULTOBJDESC "Âñòàâèòü íîâûé îáúåêò %s â Âàø äîêóìåíò"\r
- IDS_RESULTFILEOBJDESC "Âñòàâèòü ñîäåðæèìîå ôàéëà êàê îáúåêò â Âàø äîêóìåíò òàê, ÷òî Âû ìîæåòå ðàáîòàòü ñ íèì, èñïîëüçóÿ òó ïðîãðàììó, êîòîðîé îí ñîçäàí."\r
- IDS_BROWSE "Îáçîð"\r
- IDS_NOTOLEMOD "Ôàéë íå ÿâëÿåòñÿ êîððåêòíûì ìîäóëåì OLE. Íå âîçìîæíî çàðåãèñòðèðîâàòü ýëåìåíò óïðàâëåíèÿ OLE."\r
- IDS_NOTOLEMODCAPTION "Äîáàâëÿåò ýëåìåíò óïðàâëåíèÿ"\r
-}\r
+/*
+ * Copyright 2005 Mikhail Y. Zvyozdochkin
+ * Aleksey Bragin
+ *
+ * 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_RUSSIAN, SUBLANG_DEFAULT
+
+UIINSERTOBJECT DIALOG DISCARDABLE 0, 0, 294, 151
+STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
+CAPTION "Âñòàâêà îáúåêòà"
+FONT 8, "MS Shell Dlg"
+BEGIN
+ LISTBOX IDC_OBJTYPELIST,82,19,131,66,LBS_SORT |
+ LBS_NOINTEGRALHEIGHT | WS_VISIBLE | WS_VSCROLL |
+ WS_TABSTOP
+ LTEXT "Òèï îáúåêòà:",IDC_OBJTYPELBL,82,7,53,8,WS_VISIBLE
+ DEFPUSHBUTTON "OK",IDOK,221,7,66,14
+ PUSHBUTTON "Îòìåíà",IDCANCEL,221,24,66,14
+ GROUPBOX "Ðåçóëüòàò",IDC_RESULT,7,103,208,41
+ CONTROL "Ñîçäàòü íîâûé",IDC_CREATENEW,"Button",BS_AUTORADIOBUTTON |
+ WS_GROUP,7,20,62,10
+ CONTROL "Ñîçäàòü ýëåìåíò óïðàâëåíèÿ",IDC_CREATECONTROL,"Button",
+ BS_AUTORADIOBUTTON | NOT WS_VISIBLE,7,54,62,10
+ CONTROL "Ñîçäàòü èç ôàéëà",IDC_CREATEFROMFILE,"Button",
+ BS_AUTORADIOBUTTON,7,37,67,10
+ LTEXT "",IDC_RESULTDESC,49,112,159,23
+ PUSHBUTTON "&Äîáàâèòü ýëåìåíò óïðàâëåíèÿ...",IDC_ADDCONTROL,81,88,63,14,NOT WS_VISIBLE
+ CONTROL "Îòîáðàæàòü â âèäå çíà÷êà",IDC_ASICON,"Button",BS_AUTOCHECKBOX |
+ WS_TABSTOP | NOT WS_VISIBLE,223,58,64,10
+ PUSHBUTTON "Îáçîð...",IDC_BROWSE,83,53,50,14,NOT WS_VISIBLE
+ LTEXT "Ôàéë:",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 "Âñòàâèòü íîâûé îáúåêò %s â Âàø äîêóìåíò"
+ IDS_RESULTFILEOBJDESC "Âñòàâèòü ñîäåðæèìîå ôàéëà êàê îáúåêò â Âàø äîêóìåíò òàê, ÷òî Âû ìîæåòå ðàáîòàòü ñ íèì, èñïîëüçóÿ òó ïðîãðàììó, êîòîðîé îí ñîçäàí."
+ IDS_BROWSE "Îáçîð"
+ IDS_NOTOLEMOD "Ôàéë íå ÿâëÿåòñÿ êîððåêòíûì ìîäóëåì OLE. Íå âîçìîæíî çàðåãèñòðèðîâàòü ýëåìåíò óïðàâëåíèÿ OLE."
+ IDS_NOTOLEMODCAPTION "Äîáàâëÿåò ýëåìåíò óïðàâëåíèÿ"
+}
-/*\r
- * Top level resource file for OLE Dialogs\r
- *\r
- * Copyright 2003 Ulrich Czekalla for CodeWeavers\r
- *\r
- * This library is free software; you can redistribute it and/or\r
- * modify it under the terms of the GNU Lesser General Public\r
- * License as published by the Free Software Foundation; either\r
- * version 2.1 of the License, or (at your option) any later version.\r
- *\r
- * This library is distributed in the hope that it will be useful,\r
- * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\r
- * Lesser General Public License for more details.\r
- *\r
- * You should have received a copy of the GNU Lesser General Public\r
- * License along with this library; if not, write to the Free Software\r
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\r
- */\r
-\r
-#include "windef.h"\r
-#include "winbase.h"\r
-#include "winuser.h"\r
-#include "winnls.h"\r
-#include "resource.h"\r
-\r
-/*\r
- * Everything specific to any language goes\r
- * in one of the specific files.\r
- * Note that you can and may override resources\r
- * which also have a neutral version. This is to\r
- * get localized bitmaps for example.\r
- */\r
-#include "oledlg_Cs.rc"\r
-#include "oledlg_De.rc"\r
-#include "oledlg_En.rc"\r
-#include "oledlg_Es.rc"\r
-#include "oledlg_Fr.rc"\r
-#include "oledlg_It.rc"\r
-#include "oledlg_Ja.rc"\r
-#include "oledlg_Nl.rc"\r
-#include "oledlg_Pt.rc"\r
-#include "oledlg_Ru.rc"\r
+/*
+ * Top level resource file for OLE Dialogs
+ *
+ * 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
+ */
+
+#include "windef.h"
+#include "winbase.h"
+#include "winuser.h"
+#include "winnls.h"
+#include "resource.h"
+
+/*
+ * Everything specific to any language goes
+ * in one of the specific files.
+ * Note that you can and may override resources
+ * which also have a neutral version. This is to
+ * get localized bitmaps for example.
+ */
+#include "oledlg_Cs.rc"
+#include "oledlg_De.rc"
+#include "oledlg_En.rc"
+#include "oledlg_Es.rc"
+#include "oledlg_Fr.rc"
+#include "oledlg_It.rc"
+#include "oledlg_Ja.rc"
+#include "oledlg_Nl.rc"
+#include "oledlg_Pt.rc"
+#include "oledlg_Ru.rc"