netsurf/windows/resourceid.h

139 lines
4.2 KiB
C

/*
* Copyright 2009 Mark Benjamin <netsurf-browser.org.MarkBenjamin@dfgh.net>
*
* This file is part of NetSurf, http://www.netsurf-browser.org/
*
* NetSurf is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; version 2 of the License.
*
* NetSurf 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _NETSURF_WINDOWS_RESOURCEID_H_
#define _NETSURF_WINDOWS_RESOURCEID_H_
#ifndef IDC_STATIC
#define IDC_STATIC (-1)
#endif
#define IDR_NETSURF_ICON 100
#define IDR_TOOLBAR_BITMAP 102
#define IDR_TOOLBAR_BITMAP_GREY 103
#define IDR_TOOLBAR_BITMAP_HOT 104
#define IDR_NETSURF_BANNER 105
#define IDR_HOME_BITMAP 114
#define IDR_THROBBER_FRAME0_BITMAP 106
#define IDR_THROBBER_FRAME1_BITMAP 107
#define IDR_THROBBER_FRAME2_BITMAP 108
#define IDR_THROBBER_FRAME3_BITMAP 109
#define IDR_THROBBER_FRAME4_BITMAP 110
#define IDR_THROBBER_FRAME5_BITMAP 111
#define IDR_THROBBER_FRAME6_BITMAP 112
#define IDR_THROBBER_FRAME7_BITMAP 113
#define IDD_DLG_ABOUT 1000
#define IDC_IMG1 1001
#define IDC_ABOUT_VERSION 1002
#define IDC_ABOUT_TEXT 1003
#define IDC_ABOUT_COPYRIGHT 1004
#define IDC_BTN_CREDITS 1005
#define IDC_BTN_LICENCE 1006
#define IDD_DLG_DOWNLOAD 1100
#define IDC_DOWNLOAD_LABEL 1101
#define IDC_DOWNLOAD_PROGRESS 1102
#define IDD_DLG_MAIN 1300
#define IDC_MAIN_TOOLBAR 1301
#define IDC_MAIN_URLBAR 1302
#define IDC_MAIN_THROBBER 1303
#define IDC_MAIN_DRAWINGAREA 1304
#define IDC_MAIN_STATUSBAR 1305
#define IDC_MAIN_LAUNCH_URL 1306
#define IDD_DLG_OPTIONS_GENERAL 1400
#define IDC_PREFS_HOMEPAGE 1401
#define IDC_PREFS_IMAGES 1402
#define IDC_PREFS_ADVERTS 1403
#define IDC_PREFS_REFERER 1404
#define IDD_DLG_OPTIONS_CONNECTIONS 1500
#define IDC_PREFS_FETCHERS 1501
#define IDC_PREFS_FETCHERS_SPIN 1502
#define IDC_PREFS_FETCH_HOST 1503
#define IDC_PREFS_FETCH_HOST_SPIN 1504
#define IDC_PREFS_FETCH_HANDLES 1505
#define IDC_PREFS_FETCH_HANDLES_SPIN 1506
#define IDD_DLG_OPTIONS_APPERANCE 1200
#define IDC_PREFS_PROXYTYPE 1206
#define IDC_PREFS_PROXYHOST 1207
#define IDC_PREFS_PROXYPORT 1208
#define IDC_PREFS_PROXYNAME 1209
#define IDC_PREFS_PROXYPASS 1210
#define IDC_PREFS_FONT_SIZE 1211
#define IDC_PREFS_FONT_MINSIZE 1212
#define IDC_PREFS_FONT_MINSIZE_SPIN 1213
#define IDC_PREFS_SANS 1214
#define IDC_PREFS_SERIF 1215
#define IDC_PREFS_FONT_SIZE_SPIN 1216
#define IDC_PREFS_MONO 1217
#define IDC_PREFS_CURSIVE 1218
#define IDC_PREFS_FANTASY 1219
#define IDC_PREFS_FONTDEF 1220
#define IDC_PREFS_NOANIMATION 1227
#define IDC_PREFS_ANIMATIONDELAY 1228
#define IDC_PREFS_ANIMATIONDELAY_SPIN 1229
#define IDR_MENU_MAIN 10000
#define IDM_FILE_OPEN_WINDOW 10001
#define IDM_FILE_OPEN_LOCATION 10002
#define IDM_FILE_CLOSE_WINDOW 10003
#define IDM_FILE_SAVE_PAGE 10004
#define IDM_FILE_SAVEAS_TEXT 10005
#define IDM_FILE_SAVEAS_PDF 10006
#define IDM_FILE_SAVEAS_POSTSCRIPT 10007
#define IDM_FILE_PRINT_PREVIEW 10008
#define IDM_FILE_PRINT 10009
#define IDM_FILE_QUIT 10010
#define IDM_EDIT_CUT 10011
#define IDM_EDIT_COPY 10012
#define IDM_EDIT_PASTE 10013
#define IDM_EDIT_DELETE 10014
#define IDM_EDIT_SELECT_ALL 10015
#define IDM_EDIT_SEARCH 10016
#define IDM_NAV_STOP 10017
#define IDM_NAV_RELOAD 10018
#define IDM_VIEW_ZOOMPLUS 10019
#define IDM_VIEW_ZOOMMINUS 10020
#define IDM_VIEW_ZOOMNORMAL 10021
#define IDM_VIEW_SOURCE 10022
#define IDM_VIEW_FULLSCREEN 10023
#define IDM_NAV_BACK 10024
#define IDM_NAV_FORWARD 10025
#define IDM_NAV_HOME 10026
#define IDM_NAV_LOCALHISTORY 10027
#define IDM_NAV_GLOBALHISTORY 10028
#define IDM_VIEW_DOWNLOADS 10029
#define IDM_VIEW_SAVE_WIN_METRICS 10030
#define IDM_VIEW_TOGGLE_DEBUG_RENDERING 10031
#define IDM_VIEW_DEBUGGING_SAVE_BOXTREE 10032
#define IDM_VIEW_DEBUGGING_SAVE_DOMTREE 10033
#define IDM_EDIT_PREFERENCES 10034
#define IDM_HELP_CONTENTS 10035
#define IDM_HELP_GUIDE 10036
#define IDM_HELP_INFO 10037
#define IDM_HELP_ABOUT 10038
#define IDR_MENU_CONTEXT 11000
#endif