Added About dialog DPI aware support and intro animation

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7041 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2018-11-04 21:25:52 +00:00
parent d6adb07487
commit b1240c82d9
9 changed files with 258 additions and 101 deletions

View file

@ -36,14 +36,12 @@
#define IDI_ASSOC_NSH 113
#define IDB_LOGO 115
#define DLG_SETTINGS 116
#define IDB_BITMAP1 120
#define IDB_TOOLBAR 122
#define DLG_COMPRESSOR 124
#define DLG_SYMBOLSET 125
#define IDB_TOOLBAR24 129
#define IDB_TOOLBAR24D 130
#define IDB_BITMAP2 131
#define IDB_TOOLBAR24H 132
#define IDB_TOOLBAR24H 131
#define DLG_WNDSPY 133
#define IDC_VERSION 200
@ -55,6 +53,7 @@
#define IDC_CONTRIB 223
#define IDC_NSISVER 224
#define IDC_OTHERCONTRIB 225
#define IDC_ABOUTHEADER 226
#define IDC_RIGHT 230
#define IDC_LEFT 231
#define IDC_CLEAR 232