summaryrefslogtreecommitdiff
path: root/windows/resourceid.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-05-05 22:28:51 +0100
committerVincent Sanders <vince@kyllikki.org>2016-05-15 13:44:34 +0100
commitd21447d096a320a08b3efb2b8768fad0dcdcfd64 (patch)
tree1a83814b7c9e94b2f13c473261f23dd3a17dee64 /windows/resourceid.h
parent2cbb337756d9af5bda4d594964d446439f602551 (diff)
downloadnetsurf-d21447d096a320a08b3efb2b8768fad0dcdcfd64.tar.gz
netsurf-d21447d096a320a08b3efb2b8768fad0dcdcfd64.tar.bz2
move frontends into sub directory
Diffstat (limited to 'windows/resourceid.h')
-rw-r--r--windows/resourceid.h138
1 files changed, 0 insertions, 138 deletions
diff --git a/windows/resourceid.h b/windows/resourceid.h
deleted file mode 100644
index bdec80a30..000000000
--- a/windows/resourceid.h
+++ /dev/null
@@ -1,138 +0,0 @@
-/*
- * 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