Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenresource.h
Go to the documentation of this file.
00001 /* 00002 * Definitions for OLE dialog resources 00003 * 00004 * Copyright 2003 Ulrich Czekalla for CodeWeavers 00005 * 00006 * This library is free software; you can redistribute it and/or 00007 * modify it under the terms of the GNU Lesser General Public 00008 * License as published by the Free Software Foundation; either 00009 * version 2.1 of the License, or (at your option) any later version. 00010 * 00011 * This library is distributed in the hope that it will be useful, 00012 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00013 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00014 * Lesser General Public License for more details. 00015 * 00016 * You should have received a copy of the GNU Lesser General Public 00017 * License along with this library; if not, write to the Free Software 00018 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 00019 */ 00020 00021 #include <oledlg.h> 00022 00023 #define IDS_RESULTOBJDESC 101 00024 #define IDS_RESULTFILEOBJDESC 102 00025 #define IDS_BROWSE 103 00026 #define IDS_NOTOLEMOD 104 00027 #define IDS_NOTOLEMODCAPTION 105 00028 00029 #define UIINSERTOBJECT 129 00030 00031 #define IDC_OBJTYPELIST 1000 00032 #define IDC_RESULT 1001 00033 #define IDC_CREATENEW 1002 00034 #define IDC_CREATECONTROL 1003 00035 #define IDC_CREATEFROMFILE 1004 00036 #define IDC_OBJTYPELBL 1005 00037 #define IDC_RESULTDESC 1006 00038 #define IDC_ADDCONTROL 1007 00039 #define IDC_ASICON 1008 00040 #define IDC_BROWSE 1009 00041 #define IDC_FILELBL 1010 00042 #define IDC_FILE 1011 00043 00044 /* String ids for Paste Special */ 00045 #define IDS_PS_PASTE_DATA 0x190 00046 #define IDS_PS_PASTE_OBJECT 0x191 00047 #define IDS_PS_PASTE_OBJECT_AS_ICON 0x192 00048 #define IDS_PS_PASTE_LINK_DATA 0x193 00049 #define IDS_PS_PASTE_LINK_OBJECT 0x194 00050 #define IDS_PS_PASTE_LINK_OBJECT_AS_ICON 0x195 00051 #define IDS_PS_NON_OLE 0x196 00052 #define IDS_PS_UNKNOWN_TYPE 0x197 00053 #define IDS_PS_UNKNOWN_SRC 0x198 00054 #define IDS_PS_UNKNOWN_APP 0x199 Generated on Fri May 25 2012 04:14:48 for ReactOS by
1.7.6.1
|