Fixed MakeNSISW default pushbutton and tab order
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6403 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
2395ded256
commit
4d46324599
8 changed files with 166 additions and 211 deletions
|
@ -5,11 +5,8 @@
|
|||
#define IDS_LOADSCRIPT 1
|
||||
#define IDS_SAVE 2
|
||||
#define IDS_EXIT 3
|
||||
#define IDLOAD 3
|
||||
#define IDS_COPY 4
|
||||
#define IDSAVE 4
|
||||
#define IDS_FIND 5
|
||||
#define IDCLEAR 5
|
||||
#define IDS_RECOMPILE 6
|
||||
#define IDS_SETTINGS 7
|
||||
#define IDS_COMPRESSOR 8
|
||||
|
@ -46,69 +43,74 @@
|
|||
#define IDB_TOOLBAR24D 130
|
||||
#define IDB_BITMAP2 131
|
||||
#define IDB_TOOLBAR24H 132
|
||||
#define IDC_LOGWIN 402
|
||||
#define IDC_VERSION 405
|
||||
|
||||
#define IDC_VERSION 200
|
||||
#define IDC_LOGWIN 201
|
||||
#define IDC_TEST 202
|
||||
#define IDC_ABOUTVERSION 220
|
||||
#define IDC_ABOUTCOPY 221
|
||||
#define IDC_ABOUTPORTIONS 222
|
||||
#define IDC_CONTRIB 223
|
||||
#define IDC_NSISVER 224
|
||||
#define IDC_OTHERCONTRIB 225
|
||||
#define IDC_RIGHT 230
|
||||
#define IDC_LEFT 231
|
||||
#define IDC_CLEAR 232
|
||||
#define IDC_LOAD 233
|
||||
#define IDC_SAVE 234
|
||||
#define IDC_DEL 235
|
||||
#define IDC_SYMBOLS 236
|
||||
#define IDC_SYMBOL 237
|
||||
#define IDC_VALUE 238
|
||||
#define IDC_COMPRESSOR 239
|
||||
#define IDC_NAMES 240
|
||||
|
||||
#define IDM_MRU_FILE 6000
|
||||
#define IDM_CMDBASE 500
|
||||
#define IDM_BROWSESCR 500
|
||||
#define IDM_ABOUT 501
|
||||
#define IDM_EXIT 502
|
||||
#define IDM_SAVE 503
|
||||
#define IDM_COPY 504
|
||||
#define IDM_COPYSELECTED 505
|
||||
#define IDM_RECOMPILE 506
|
||||
#define IDM_NSISHOME 507
|
||||
#define IDC_TEST 1000
|
||||
#define IDC_ABOUTVERSION 1001
|
||||
#define IDC_ABOUTCOPY 1003
|
||||
#define IDC_ABOUTPORTIONS 1005
|
||||
#define IDC_CONTRIB 1009
|
||||
#define IDC_NSISVER 1010
|
||||
#define IDC_OTHERCONTRIB 1016
|
||||
#define IDC_SYMBOL 1017
|
||||
#define IDC_VALUE 1018
|
||||
#define IDRIGHT 1019
|
||||
#define IDLEFT 1020
|
||||
#define IDC_SYMBOLS 1021
|
||||
#define IDC_RECOMPILE_TEST 1022
|
||||
#define IDC_COMPRESSOR 1025
|
||||
#define IDC_NAMES 1027
|
||||
#define IDDEL 1028
|
||||
#define IDM_COMPRESSOR 40001
|
||||
#define IDM_TEST 40002
|
||||
#define IDM_EDITSCRIPT 40003
|
||||
#define IDM_DOCS 40004
|
||||
#define IDM_LOADSCRIPT 40005
|
||||
#define IDM_FIND 40006
|
||||
#define IDM_SELECTALL 40007
|
||||
#define IDM_CLEARLOG 40009
|
||||
#define IDM_BROWSESCR 40013
|
||||
#define IDM_FORUM 40016
|
||||
#define IDM_NSISUPDATE 40018
|
||||
#define IDM_COMPRESSOR_SCRIPT 40020
|
||||
#define IDM_ZLIB 40021
|
||||
#define IDM_ZLIB_SOLID 40022
|
||||
#define IDM_BZIP2 40023
|
||||
#define IDM_BZIP2_SOLID 40024
|
||||
#define IDM_LZMA 40025
|
||||
#define IDM_LZMA_SOLID 40026
|
||||
#define IDM_MRU_FILE 40027
|
||||
#define IDM_CLEAR_MRU_LIST 40032
|
||||
#define IDM_RECOMPILE_TEST 40033
|
||||
#define IDM_BEST 40034
|
||||
#define IDM_SETTINGS 40035
|
||||
#define IDM_CANCEL 40036
|
||||
#define IDM_FILE 40037
|
||||
#define IDM_EDIT 40038
|
||||
#define IDM_SCRIPT 40039
|
||||
#define IDM_COMPRESSOR_SUBMENU 40040
|
||||
#define IDM_TOOLS 40041
|
||||
#define IDM_HELP 40042
|
||||
#define IDM_NSISHOME 502
|
||||
#define IDM_FORUM 503
|
||||
#define IDM_NSISUPDATE 404
|
||||
#define IDM_SELECTALL 505
|
||||
#define IDM_DOCS 506
|
||||
#define IDM_LOADSCRIPT 507
|
||||
#define IDM_EDITSCRIPT 508
|
||||
#define IDM_SAVE 509
|
||||
#define IDM_COPY 510
|
||||
#define IDM_COPYSELECTED 511
|
||||
#define IDM_FIND 512
|
||||
#define IDM_CLEARLOG 513
|
||||
#define IDM_RECOMPILE 514
|
||||
#define IDM_COMPRESSOR 515
|
||||
#define IDM_TEST 516
|
||||
#define IDM_FILE 517
|
||||
#define IDM_EDIT 518
|
||||
#define IDM_SCRIPT 519
|
||||
#define IDM_TOOLS 520
|
||||
#define IDM_HELP 521
|
||||
#define IDM_EXIT 522
|
||||
#define IDM_CLEAR_MRU_LIST 523
|
||||
#define IDM_COMPRESSOR_SUBMENU 524
|
||||
#define IDM_COMPRESSOR_SCRIPT 525
|
||||
#define IDM_ZLIB 526
|
||||
#define IDM_ZLIB_SOLID 527
|
||||
#define IDM_BZIP2 528
|
||||
#define IDM_BZIP2_SOLID 529
|
||||
#define IDM_LZMA 530
|
||||
#define IDM_LZMA_SOLID 531
|
||||
#define IDM_BEST 532
|
||||
#define IDM_RECOMPILE_TEST 533
|
||||
#define IDM_CANCEL 534
|
||||
#define IDM_SETTINGS 535
|
||||
|
||||
// Next default values for new objects
|
||||
//
|
||||
#ifdef APSTUDIO_INVOKED
|
||||
#ifndef APSTUDIO_READONLY_SYMBOLS
|
||||
#define _APS_NEXT_RESOURCE_VALUE 133
|
||||
#define _APS_NEXT_COMMAND_VALUE 40043
|
||||
#define _APS_NEXT_CONTROL_VALUE 1032
|
||||
#define _APS_NEXT_COMMAND_VALUE 536
|
||||
#define _APS_NEXT_CONTROL_VALUE 241
|
||||
#define _APS_NEXT_SYMED_VALUE 101
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue