Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenresource.h
Go to the documentation of this file.
00001 /* 00002 * Resource identifiers for shdocvw.dll 00003 * 00004 * Copyright 2010 Alexander N. Sørnes <alex@thehandofagony.com> 00005 * 00006 * This library is free software; you can redistribute it and/or 00007 * modify it under the terms of the GNU Lesser General Public 00008 * License as published by the Free Software Foundation; either 00009 * version 2.1 of the License, or (at your option) any later version. 00010 * 00011 * This library is distributed in the hope that it will be useful, 00012 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00013 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00014 * Lesser General Public License for more details. 00015 * 00016 * You should have received a copy of the GNU Lesser General Public 00017 * License along with this library; if not, write to the Free Software 00018 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 00019 */ 00020 00021 #include <windef.h> 00022 #include <winuser.h> 00023 00024 #define IDR_BROWSE_MAIN_MENU 1000 00025 #define IDD_BROWSE_OPEN 1001 00026 #define IDC_BROWSE_OPEN_URL 1002 00027 #define IDC_BROWSE_REBAR 1003 00028 #define IDC_BROWSE_ADDRESSBAR 1004 00029 #define IDC_BROWSE_STATUSBAR 1005 00030 #define IDC_BROWSE_TOOLBAR 1006 00031 #define IDB_IETOOLBAR 1007 00032 00033 #define ID_BROWSE_NEW_WINDOW 275 00034 #define ID_BROWSE_OPEN 256 00035 #define ID_BROWSE_SAVE 257 00036 #define ID_BROWSE_SAVE_AS 258 00037 #define ID_BROWSE_PRINT_FORMAT 259 00038 #define ID_BROWSE_PRINT 260 00039 #define ID_BROWSE_PRINT_PREVIEW 277 00040 #define ID_BROWSE_PROPERTIES 262 00041 #define ID_BROWSE_QUIT 278 00042 #define ID_BROWSE_ABOUT 336 00043 00044 #define ID_BROWSE_ADDFAV 1200 00045 #define ID_BROWSE_HOME 1201 00046 00047 #define ID_BROWSE_BAR_STD 1300 00048 #define ID_BROWSE_BAR_ADDR 1301 00049 00050 #define ID_BROWSE_GOTOFAV_FIRST 2000 00051 #define ID_BROWSE_GOTOFAV_MAX 65000 00052 00053 #define IDS_TB_BACK 1100 00054 #define IDS_TB_FORWARD 1101 00055 #define IDS_TB_STOP 1102 00056 #define IDS_TB_REFRESH 1103 00057 #define IDS_TB_HOME 1104 00058 #define IDS_TB_PRINT 1105 00059 00060 #define IDS_ADDRESS 1106 Generated on Sun May 27 2012 04:16:27 for ReactOS by
1.7.6.1
|