/* * OleView (resource.h) * * Copyright 2006 Piotr Caban * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ #define IDS_APPNAME 1 #define IDS_APPTITLE 2 #define IDM_MENU 3 #define IDB_TOOLBAR 4 #define IDA_OLEVIEW 5 #define IDS_READY 10 #define IDS_ABOUT 20 #define IDM_BIND 100 #define IDM_TYPELIB 101 #define IDM_SYSCONF 102 #define IDM_REGEDIT 103 #define IDM_EXIT 104 #define IDM_TYPEINFO 110 #define IDM_CREATEINST 111 #define IDM_CREATEINSTON 112 #define IDM_RELEASEINST 113 #define IDM_COPYCLSID 114 #define IDM_HTMLTAG 115 #define IDM_VIEW 116 #define IDM_FLAG_INSERV 130 #define IDM_FLAG_INHANDL 131 #define IDM_FLAG_LOCSERV 132 #define IDM_FLAG_REMSERV 133 #define IDM_EXPERT 120 #define IDM_HIDDEN 121 #define IDM_TOOLBAR 122 #define IDM_STATUSBAR 123 #define IDM_REFRESH 124 #define IDM_ABOUT 125 #define IDS_TREE_OC 200 #define IDS_TREE_GBCC 201 #define IDS_TREE_O1O 202 #define IDS_TREE_CLO 203 #define IDS_TREE_AO 204 #define IDS_TREE_AID 210 #define IDS_TREE_TL 220 #define IDS_TL_VER 221 #define IDS_TREE_I 230 #define IDS_CGCOFAIL 300 #define IDS_ERROR_UNKN 301