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