From dba2df4b9aeb21b4c62f9a0e1443852995821e5d Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 16 Dec 2019 00:28:10 +0000 Subject: add page info resources to win32 frontend --- frontends/windows/res/page-info-insecure.bmp | Bin 0 -> 890 bytes frontends/windows/res/page-info-internal.bmp | Bin 0 -> 890 bytes frontends/windows/res/page-info-local.bmp | Bin 0 -> 890 bytes frontends/windows/res/page-info-secure.bmp | Bin 0 -> 890 bytes frontends/windows/res/page-info-warning.bmp | Bin 0 -> 890 bytes frontends/windows/res/resource.rc | 22 ++++++++++++++++++++++ frontends/windows/resourceid.h | 7 ++++++- 7 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 frontends/windows/res/page-info-insecure.bmp create mode 100644 frontends/windows/res/page-info-internal.bmp create mode 100644 frontends/windows/res/page-info-local.bmp create mode 100644 frontends/windows/res/page-info-secure.bmp create mode 100644 frontends/windows/res/page-info-warning.bmp (limited to 'frontends/windows') diff --git a/frontends/windows/res/page-info-insecure.bmp b/frontends/windows/res/page-info-insecure.bmp new file mode 100644 index 000000000..d8e15c318 Binary files /dev/null and b/frontends/windows/res/page-info-insecure.bmp differ diff --git a/frontends/windows/res/page-info-internal.bmp b/frontends/windows/res/page-info-internal.bmp new file mode 100644 index 000000000..b9b4eabd5 Binary files /dev/null and b/frontends/windows/res/page-info-internal.bmp differ diff --git a/frontends/windows/res/page-info-local.bmp b/frontends/windows/res/page-info-local.bmp new file mode 100644 index 000000000..51cd5964b Binary files /dev/null and b/frontends/windows/res/page-info-local.bmp differ diff --git a/frontends/windows/res/page-info-secure.bmp b/frontends/windows/res/page-info-secure.bmp new file mode 100644 index 000000000..b08809c66 Binary files /dev/null and b/frontends/windows/res/page-info-secure.bmp differ diff --git a/frontends/windows/res/page-info-warning.bmp b/frontends/windows/res/page-info-warning.bmp new file mode 100644 index 000000000..8e6b3afeb Binary files /dev/null and b/frontends/windows/res/page-info-warning.bmp differ diff --git a/frontends/windows/res/resource.rc b/frontends/windows/res/resource.rc index e41a705a5..2d9e6cfb8 100644 --- a/frontends/windows/res/resource.rc +++ b/frontends/windows/res/resource.rc @@ -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 // diff --git a/frontends/windows/resourceid.h b/frontends/windows/resourceid.h index e86d8eedb..a0642b177 100644 --- a/frontends/windows/resourceid.h +++ b/frontends/windows/resourceid.h @@ -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 -- cgit v1.2.3