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:
parent
6c6725d3eb
commit
d3554ebdb1
6 changed files with 179 additions and 36 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue