Initial implementation of OleUIInsertObject.
[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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  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