add page info resources to win32 frontend

This commit is contained in:
Vincent Sanders 2019-12-16 00:28:10 +00:00
parent f081ffb7e8
commit dba2df4b9a
7 changed files with 28 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 890 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 890 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 890 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 890 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 890 B

View File

@ -28,9 +28,31 @@ IDR_TOOLBAR_BITMAP_GREY BITMAP "toolbarg.bmp"
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
IDR_TOOLBAR_BITMAP_HOT BITMAP "toolbarh.bmp"
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
IDR_THROBBER_AVI AVI "throbber.avi"
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
IDB_PAGEINFO_INSECURE BITMAP "page-info-insecure.bmp"
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
IDB_PAGEINFO_SECURE BITMAP "page-info-secure.bmp"
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
IDB_PAGEINFO_INTERNAL BITMAP "page-info-internal.bmp"
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
IDB_PAGEINFO_WARNING BITMAP "page-info-warning.bmp"
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
IDB_PAGEINFO_LOCAL BITMAP "page-info-local.bmp"
//
// Menu resources
//

View File

@ -30,7 +30,12 @@
#define IDR_TOOLBAR_BITMAP_HOT 104
#define IDR_NETSURF_BANNER 105
#define IDR_HOME_BITMAP 106
#define IDC_PAGEINFO 107
#define IDB_PAGEINFO_INSECURE 108
#define IDB_PAGEINFO_SECURE 109
#define IDB_PAGEINFO_INTERNAL 110
#define IDB_PAGEINFO_WARNING 111
#define IDB_PAGEINFO_LOCAL 112
#define IDD_ABOUT 1000
#define IDC_IMG1 1001