reactos/dll/win32/browseui/resource.h
David Quintana baa587134e [BROWSEUI]
* Load the toolbar iten captions from the re

svn path=/branches/shell-experiments/; revision=63422
2014-05-23 13:09:02 +00:00

105 lines
4 KiB
C

/*
* ReactOS Explorer
*
* Copyright 2009 Andrew Hill <ash77 at domain reactos.org>
*
* 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#pragma once
#define IDM_FILE_CLOSE 0xA021
#define IDM_FILE_EXPLORE_MENU 0xA027
#define IDM_BACKSPACE 0xA032
#define IDM_EXPLORE_ITEM_FIRST 0xA470
#define IDM_EXPLORE_ITEM_LAST 0xA570
#define IDM_FILE_EXPLORE_SEP 0xA028
#define IDM_VIEW_TOOLBARS 0xA201
#define IDM_TOOLBARS_STANDARDBUTTONS 0xA204
#define IDM_TOOLBARS_ADDRESSBAR 0xA205
#define IDM_TOOLBARS_LINKSBAR 0xA206
#define IDM_TOOLBARS_LOCKTOOLBARS 0xA20C
#define IDM_TOOLBARS_CUSTOMIZE 0xA21D
#define IDM_TOOLBARS_TEXTLABELS 0xA207
#define IDM_TOOLBARS_GOBUTTON 0xA20B
#define IDM_VIEW_STATUSBAR 0xA202
#define IDM_VIEW_EXPLORERBAR 0xA230
#define IDM_EXPLORERBAR_SEARCH 0xA231
#define IDM_EXPLORERBAR_FAVORITES 0xA232
#define IDM_EXPLORERBAR_MEDIA 0xA237
#define IDM_EXPLORERBAR_HISTORY 0xA233
#define IDM_EXPLORERBAR_FOLDERS 0xA235
#define IDM_EXPLORERBAR_SEPARATOR 0xA23B
#define IDM_GOTO_BACK 0xA121
#define IDM_GOTO_FORWARD 0xA122
#define IDM_GOTO_UPONELEVEL 0xA022
#define IDM_GOTO_HOMEPAGE 0xA125
#define IDM_VIEW_REFRESH 0xA220
#define IDM_FAVORITES_ADDTOFAVORITES 0xA173
#define IDM_FAVORITES_ORGANIZEFAVORITES 0xA172
#define IDM_FAVORITES_EMPTY 0xA17E
#define IDM_TOOLS_MAPNETWORKDRIVE 0xA081
#define IDM_TOOLS_DISCONNECTNETWORKDRIVE 0xA082
#define IDM_TOOLS_SYNCHRONIZE 0xA176
#define IDM_TOOLS_FOLDEROPTIONS 0xA123
#define IDM_HELP_ISTHISCOPYLEGAL 0xA104
#define IDM_HELP_ABOUT 0xA102
#define IDM_GOTO_TRAVEL_FIRST 0xA141
#define IDM_GOTO_TRAVEL_LAST 0xA151
#define IDM_GOTO_TRAVEL_SEP IDM_GOTO_TRAVEL_FIRST
#define IDM_GOTO_TRAVEL_FIRSTTARGET IDM_GOTO_TRAVEL_FIRST+1
#define IDM_GOTO_TRAVEL_LASTTARGET IDM_GOTO_TRAVEL_LAST
#define IDM_CABINET_CONTEXTMENU 103
#define IDM_CABINET_MAINMENU 104
#define IDR_ACLMULTI 128
#define IDR_ADDRESSBAND 129
#define IDR_ADDRESSEDITBOX 130
#define IDR_BANDPROXY 131
#define IDR_BANDSITE 132
#define IDR_BANDSITEMENU 133
#define IDR_BRANDBAND 134
#define IDR_COMMONBROWSER 135
#define IDR_INTERNETTOOLBAR 136
#define IDR_GLOBALFOLDERSETTINGS 137
#define IDR_REGTREEOPTIONS 138
#define IDS_SMALLICONS 12301
#define IDS_LARGEICONS 12302
#define IDS_SHOWTEXTLABELS 12303
#define IDS_NOTEXTLABELS 12304
#define IDS_SELECTIVETEXTONRIGHT 12305
#define IDS_GOBUTTONLABEL 12656
#define IDS_GOBUTTONTIPTEMPLATE 12657
#define IDS_SEARCHLABEL 12897
#define IDS_STANDARD_TOOLBAR 12624
#define IDS_ADDRESSBANDLABEL 12902
#define IDS_FOLDERSLABEL 12919
#define IDS_HISTORYTEXT 13169
#define IDS_UP 58434
#define IDS_BACK 58689
#define IDS_FORWARD 58690
#define IDR_ACCELERATORS 256
#define IDI_CABINET 103
#define IDD_CUSTOMIZETOOLBAREX 256
#define IDC_TEXTOPTIONS 4096
#define IDC_ICONOPTIONS 4097