1 /* 2 * ReactOS Explorer 3 * 4 * Copyright 2009 Andrew Hill <ash77 at domain reactos.org> 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 */ 20 21 #pragma once 22 23 #define IDM_FILE_CLOSE 0xA021 24 #define IDM_FILE_EXPLORE_MENU 0xA027 25 #define IDM_BACKSPACE 0xA032 26 #define IDM_EXPLORE_ITEM_FIRST 0xA470 27 #define IDM_EXPLORE_ITEM_LAST 0xA570 28 #define IDM_FILE_EXPLORE_SEP 0xA028 29 #define IDM_VIEW_TOOLBARS 0xA201 30 #define IDM_TOOLBARS_STANDARDBUTTONS 0xA204 31 #define IDM_TOOLBARS_ADDRESSBAR 0xA205 32 #define IDM_TOOLBARS_LINKSBAR 0xA206 33 #define IDM_TOOLBARS_LOCKTOOLBARS 0xA20C 34 #define IDM_TOOLBARS_CUSTOMIZE 0xA21D 35 #define IDM_TOOLBARS_TEXTLABELS 0xA207 36 #define IDM_TOOLBARS_GOBUTTON 0xA20B 37 #define IDM_VIEW_STATUSBAR 0xA202 38 #define IDM_VIEW_EXPLORERBAR 0xA230 39 #define IDM_EXPLORERBAR_SEARCH 0xA231 40 #define IDM_EXPLORERBAR_FAVORITES 0xA232 41 #define IDM_EXPLORERBAR_MEDIA 0xA237 42 #define IDM_EXPLORERBAR_HISTORY 0xA233 43 #define IDM_EXPLORERBAR_FOLDERS 0xA235 44 #define IDM_EXPLORERBAR_SEPARATOR 0xA23B 45 #define IDM_GOTO_BACK 0xA121 46 #define IDM_GOTO_FORWARD 0xA122 47 #define IDM_GOTO_UPONELEVEL 0xA022 48 #define IDM_GOTO_HOMEPAGE 0xA125 49 #define IDM_VIEW_REFRESH 0xA220 50 #define IDM_FAVORITES_ADDTOFAVORITES 0xA173 51 #define IDM_FAVORITES_ORGANIZEFAVORITES 0xA172 52 #define IDM_FAVORITES_EMPTY 0xA17E 53 #define IDM_TOOLS_MAPNETWORKDRIVE 0xA081 54 #define IDM_TOOLS_DISCONNECTNETWORKDRIVE 0xA082 55 #define IDM_TOOLS_SYNCHRONIZE 0xA176 56 #define IDM_TOOLS_FOLDEROPTIONS 0xA123 57 #define IDM_HELP_ISTHISCOPYLEGAL 0xA104 58 #define IDM_HELP_ABOUT 0xA102 59 60 #define IDM_GOTO_TRAVEL_FIRST 0xA141 61 #define IDM_GOTO_TRAVEL_LAST 0xA151 62 #define IDM_GOTO_TRAVEL_SEP IDM_GOTO_TRAVEL_FIRST 63 #define IDM_GOTO_TRAVEL_FIRSTTARGET IDM_GOTO_TRAVEL_FIRST+1 64 #define IDM_GOTO_TRAVEL_LASTTARGET IDM_GOTO_TRAVEL_LAST 65 66 #define IDM_CABINET_CONTEXTMENU 103 67 #define IDM_CABINET_MAINMENU 104 68 69 #define IDR_ACLMULTI 128 70 #define IDR_ADDRESSBAND 129 71 #define IDR_ADDRESSEDITBOX 130 72 #define IDR_BANDPROXY 131 73 #define IDR_BANDSITE 132 74 #define IDR_BANDSITEMENU 133 75 #define IDR_BRANDBAND 134 76 #define IDR_COMMONBROWSER 135 77 #define IDR_INTERNETTOOLBAR 136 78 #define IDR_GLOBALFOLDERSETTINGS 137 79 #define IDR_REGTREEOPTIONS 138 80 81 #define IDS_SMALLICONS 12301 82 #define IDS_LARGEICONS 12302 83 #define IDS_SHOWTEXTLABELS 12303 84 #define IDS_NOTEXTLABELS 12304 85 #define IDS_SELECTIVETEXTONRIGHT 12305 86 #define IDS_GOBUTTONLABEL 12656 87 #define IDS_GOBUTTONTIPTEMPLATE 12657 88 #define IDS_SEARCHLABEL 12897 89 #define IDS_ADDRESSBANDLABEL 12902 90 #define IDS_FOLDERSLABEL 12919 91 #define IDS_HISTORYTEXT 13169 92 #define IDS_UP 58434 93 #define IDS_BACK 58689 94 #define IDS_FORWARD 58690 95 96 #define IDR_ACCELERATORS 256 97 98 #define IDI_CABINET 103 99 100 #define IDD_CUSTOMIZETOOLBAREX 256 101 102 #define IDC_TEXTOPTIONS 4096 103 #define IDC_ICONOPTIONS 4097 104