d3dx9: Use wine_dbgstr_rect() in some more places.
[wine/multimedia.git] / programs / oleview / resource.h
blob18ab3b79ffc4b006fc40e6530809123117495f02
1 /*
2 * OleView (resource.h)
4 * Copyright 2006 Piotr Caban
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.
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.
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
21 #include <windef.h>
22 #include <winuser.h>
24 #define IDS_APPNAME 1
25 #define IDS_APPTITLE 2
26 #define IDM_MENU 3
27 #define IDB_TOOLBAR 4
28 #define IDA_OLEVIEW 5
29 #define IDS_TYPELIBTITLE 6
31 #define IDS_READY 10
32 #define IDS_ABOUT 20
33 #define IDS_ABOUTVER 21
35 #define IDS_OPEN 30
36 #define IDS_OPEN_FILTER_TYPELIB 31
37 #define IDS_OPEN_FILTER_ALL 32
39 #define IDM_BIND 100
40 #define IDM_TYPELIB 101
41 #define IDM_SYSCONF 102
42 #define IDM_REGEDIT 103
43 #define IDM_EXIT 104
44 #define IDM_TYPEINFO 110
45 #define IDM_CREATEINST 111
46 #define IDM_CREATEINSTON 112
47 #define IDM_RELEASEINST 113
48 #define IDM_COPYCLSID 114
49 #define IDM_HTMLTAG 115
50 #define IDM_VIEW 116
51 #define IDM_FLAG_INSERV 130
52 #define IDM_FLAG_INHANDL 131
53 #define IDM_FLAG_LOCSERV 132
54 #define IDM_FLAG_REMSERV 133
55 #define IDM_EXPERT 120
56 #define IDM_HIDDEN 121
57 #define IDM_TOOLBAR 122
58 #define IDM_STATUSBAR 123
59 #define IDM_REFRESH 124
60 #define IDM_ABOUT 125
62 #define IDS_TREE_OC 200
63 #define IDS_TREE_GBCC 201
64 #define IDS_TREE_O1O 202
65 #define IDS_TREE_CLO 203
66 #define IDS_TREE_AO 204
67 #define IDS_TREE_AID 210
68 #define IDS_TREE_TL 220
69 #define IDS_TL_VER 221
70 #define IDS_TREE_I 230
72 #define IDS_TAB_REG 250
73 #define IDS_TAB_IMPL 251
74 #define IDS_TAB_ACTIV 252
76 #define IDS_CGCOFAIL 300
77 #define IDS_ERROR_UNKN 301
79 #define IDS_TRUE 310
80 #define IDS_FALSE 311
81 #define IDS_BYTES 312
83 #define IDS_ERROR_LOADTYPELIB 400
84 #define IDS_INHERITINTERFACES 401
86 #define DLG_CREATEINSTON 1000
87 #define IDC_MACHINE 1001
89 #define DLG_SYSCONF 1010
90 #define IDC_ENABLEDCOM 1011
91 #define IDC_ENABLEREMOTE 1012
93 #define DLG_IPERSIST_IV 1020
95 #define DLG_DEFAULT_IV 1030
96 #define IDC_VIEWTYPEINFO 1031
97 #define IDC_LABEL 1032
98 #define IDC_IDENTIFIER 1033
100 #define DLG_IPERSISTSTREAM_IV 1040
101 #define IDC_ISDIRTY 1041
102 #define IDC_GETSIZEMAX 1042
103 #define IDC_ISDIRTY_BUTTON 1043
104 #define IDC_GETSIZEMAX_BUTTON 1044
106 #define IDM_SAVEAS 3001
107 #define IDM_CLOSE 3002
108 #define IDM_GROUP 3003