modern 24-bit toolbar for comctl32 => 4.70

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3344 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2004-01-01 23:02:18 +00:00
parent 898401b262
commit b65f878e84
9 changed files with 80 additions and 19 deletions

View file

@ -25,7 +25,6 @@
#define TOOLBAR_ID 10001
#define IMAGECOUNT 16
#define BUTTONCOUNT 15
#define TBB_LOADSCRIPT 0
@ -33,17 +32,19 @@
#define TBB_SEP1 2
#define TBB_COPY 3
#define TBB_FIND 4
#define TBB_SEP2 5
#define TBB_RECOMPILE 6
#define TBB_TEST 7
#define TBB_COMPRESSOR 8
#define TBB_EDITSCRIPT 9
#define TBB_BROWSESCR 10
#define TBB_CLEARLOG 11
#define TBB_CLEARLOG 5
#define TBB_SEP2 6
#define TBB_RECOMPILE 7
#define TBB_TEST 8
#define TBB_COMPRESSOR 9
#define TBB_EDITSCRIPT 10
#define TBB_BROWSESCR 11
#define TBB_SEP3 12
#define TBB_NSISHOME 13
#define TBB_DOCS 14
#define IMAGECOUNT 16
#define IDB_LOADSCRIPT 0
#define IDB_SAVE 1
#define IDB_COPY 2