riched20: Make some functions static.
[wine] / dlls / oledlg / resource.h
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 #define IDS_RESULTOBJDESC               101
22 #define IDS_RESULTFILEOBJDESC           102
23 #define IDS_BROWSE                      103
24 #define IDS_NOTOLEMOD                   104
25 #define IDS_NOTOLEMODCAPTION            105
26
27 #define UIINSERTOBJECT                  129
28
29 #define IDC_OBJTYPELIST                 1000
30 #define IDC_RESULT                      1001
31 #define IDC_CREATENEW                   1002
32 #define IDC_CREATECONTROL               1003
33 #define IDC_CREATEFROMFILE              1004
34 #define IDC_OBJTYPELBL                  1005
35 #define IDC_RESULTDESC                  1006
36 #define IDC_ADDCONTROL                  1007
37 #define IDC_ASICON                      1008
38 #define IDC_BROWSE                      1009
39 #define IDC_FILELBL                     1010
40 #define IDC_FILE                        1011
41
42 /* String ids for Paste Special */
43 #define IDS_PS_PASTE_DATA                 0x190
44 #define IDS_PS_PASTE_OBJECT               0x191
45 #define IDS_PS_PASTE_OBJECT_AS_ICON       0x192
46 #define IDS_PS_PASTE_LINK_DATA            0x193
47 #define IDS_PS_PASTE_LINK_OBJECT          0x194
48 #define IDS_PS_PASTE_LINK_OBJECT_AS_ICON  0x195
49 #define IDS_PS_NON_OLE                    0x196
50 #define IDS_PS_UNKNOWN_TYPE               0x197
51 #define IDS_PS_UNKNOWN_SRC                0x198
52 #define IDS_PS_UNKNOWN_APP                0x199