msxml3: Fixed typo in create_bsc.
[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 #define IDS_OPEN_TYPELIB_FILTER    31
34
35 #define IDM_BIND                   100
36 #define IDM_TYPELIB                101
37 #define IDM_SYSCONF                102
38 #define IDM_REGEDIT                103
39 #define IDM_EXIT                   104
40 #define IDM_TYPEINFO               110
41 #define IDM_CREATEINST             111
42 #define IDM_CREATEINSTON           112
43 #define IDM_RELEASEINST            113
44 #define IDM_COPYCLSID              114
45 #define IDM_HTMLTAG                115
46 #define IDM_VIEW                   116
47 #define IDM_FLAG_INSERV            130
48 #define IDM_FLAG_INHANDL           131
49 #define IDM_FLAG_LOCSERV           132
50 #define IDM_FLAG_REMSERV           133
51 #define IDM_EXPERT                 120
52 #define IDM_HIDDEN                 121
53 #define IDM_TOOLBAR                122
54 #define IDM_STATUSBAR              123
55 #define IDM_REFRESH                124
56 #define IDM_ABOUT                  125
57
58 #define IDS_TREE_OC                200
59 #define IDS_TREE_GBCC              201
60 #define IDS_TREE_O1O               202
61 #define IDS_TREE_CLO               203
62 #define IDS_TREE_AO                204
63 #define IDS_TREE_AID               210
64 #define IDS_TREE_TL                220
65 #define IDS_TL_VER                 221
66 #define IDS_TREE_I                 230
67
68 #define IDS_TAB_REG                250
69 #define IDS_TAB_IMPL               251
70 #define IDS_TAB_ACTIV              252
71
72 #define IDS_CGCOFAIL               300
73 #define IDS_ERROR_UNKN             301
74
75 #define IDS_TRUE                   310
76 #define IDS_FALSE                  311
77 #define IDS_BYTES                  312
78
79 #define IDS_ERROR_LOADTYPELIB      400
80 #define IDS_INHERITINTERFACES      401
81
82 #define DLG_CREATEINSTON           1000
83 #define IDC_MACHINE                1001
84
85 #define DLG_SYSCONF                1010
86 #define IDC_ENABLEDCOM             1011
87 #define IDC_ENABLEREMOTE           1012
88
89 #define DLG_IPERSIST_IV            1020
90
91 #define DLG_DEFAULT_IV             1030
92 #define IDC_VIEWTYPEINFO           1031
93 #define IDC_LABEL                  1032
94 #define IDC_IDENTIFIER             1033
95
96 #define DLG_IPERSISTSTREAM_IV      1040
97 #define IDC_ISDIRTY                1041
98 #define IDC_GETSIZEMAX             1042
99 #define IDC_ISDIRTY_BUTTON         1043
100 #define IDC_GETSIZEMAX_BUTTON      1044
101
102 #define IDM_SAVEAS                 3001
103 #define IDM_CLOSE                  3002
104 #define IDM_GROUP                  3003