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