1 /* 2 * Definitions for OLE dialog resources 3 * 4 * Copyright 2003 Ulrich Czekalla for CodeWeavers 5 * 6 * This library is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU Lesser General Public 8 * License as published by the Free Software Foundation; either 9 * version 2.1 of the License, or (at your option) any later version. 10 * 11 * This library is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 * Lesser General Public License for more details. 15 * 16 * You should have received a copy of the GNU Lesser General Public 17 * License along with this library; if not, write to the Free Software 18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 19 */ 20 21 #pragma once 22 23 #include <oledlg.h> 24 25 #define IDS_RESULTOBJDESC 101 26 #define IDS_RESULTFILEOBJDESC 102 27 #define IDS_BROWSE 103 28 #define IDS_NOTOLEMOD 104 29 #define IDS_NOTOLEMODCAPTION 105 30 31 #define UIINSERTOBJECT 129 32 33 #define IDC_OBJTYPELIST 1000 34 #define IDC_RESULT 1001 35 #define IDC_CREATENEW 1002 36 #define IDC_CREATECONTROL 1003 37 #define IDC_CREATEFROMFILE 1004 38 #define IDC_OBJTYPELBL 1005 39 #define IDC_RESULTDESC 1006 40 #define IDC_ADDCONTROL 1007 41 #define IDC_ASICON 1008 42 #define IDC_BROWSE 1009 43 #define IDC_FILELBL 1010 44 #define IDC_FILE 1011 45 46 /* String ids for verb menu */ 47 #define IDS_VERBMENU_CONVERT 0x130 48 #define IDS_VERBMENU_SINGLEVERB_OBJECT 0x132 49 #define IDS_VERBMENU_OBJECT_WITH_NAME 0x134 50 #define IDS_VERBMENU_OBJECT 0x135 51 52 /* String ids for Paste Special */ 53 #define IDS_PS_PASTE_DATA 0x190 54 #define IDS_PS_PASTE_OBJECT 0x191 55 #define IDS_PS_PASTE_OBJECT_AS_ICON 0x192 56 #define IDS_PS_PASTE_LINK_DATA 0x193 57 #define IDS_PS_PASTE_LINK_OBJECT 0x194 58 #define IDS_PS_PASTE_LINK_OBJECT_AS_ICON 0x195 59 #define IDS_PS_NON_OLE 0x196 60 #define IDS_PS_UNKNOWN_TYPE 0x197 61 #define IDS_PS_UNKNOWN_SRC 0x198 62 #define IDS_PS_UNKNOWN_APP 0x199 63