Improved window spy size information and added window outline

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7127 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2019-10-16 19:55:33 +00:00
parent 6c6725d3eb
commit d3554ebdb1
6 changed files with 179 additions and 36 deletions

View file

@ -79,9 +79,10 @@
#define IDC_WNDCLASS 223
#define IDC_WNDUSERDATA 224
#define IDC_WNDSTYLE 225
#define IDC_WNDSIZE 226
#define IDC_WNDINFO 227
#define IDC_WNDDPI 228
#define IDC_WNDLOGISIZE 226
#define IDC_WNDPHYSSIZE 227
#define IDC_WNDINFO 229
#define IDC_WNDDPI 230
#define IDM_MRU_FILE 6000
#define IDM_CMDBASE 500