This commit is contained in:
parent
2a01bfdb8d
commit
a3faac3eff
7 changed files with 264 additions and 104 deletions
|
@ -4,15 +4,44 @@
|
|||
//
|
||||
#define IDD_ABOUTBOX 100
|
||||
#define IDD_PARAMBAR 103
|
||||
#define IDD_MULTIBAR 103
|
||||
#define IDD_TILETOOLBAR 104
|
||||
#define IDR_MAINFRAME 128
|
||||
#define IDR_TOOLBAR 128
|
||||
#define IDR_MAPEDITYPE 129
|
||||
#define IDD_TRASHHEAP 142
|
||||
#define IDD_LAYER_LIST_DIALOG 144
|
||||
#define IDD_TEST1 145
|
||||
#define IDD_TEST2 146
|
||||
#define IDC_PARAMBAR_LAYER_LIST 1011
|
||||
#define IDC_TILETOOLBAR_COMBO 1013
|
||||
#define IDC_TOOLBAR_COMBO 1018
|
||||
#define IDC_LIST1 1019
|
||||
#define IDC_LAYER_LIST 1022
|
||||
#define IDC_CHECK1 1023
|
||||
#define IDC_CHECK2 1024
|
||||
#define IDC_EDIT1 1024
|
||||
#define IDC_CHECK3 1025
|
||||
#define IDC_EDIT2 1025
|
||||
#define IDC_CHECK4 1026
|
||||
#define IDC_EDIT3 1026
|
||||
#define IDC_CHECK5 1027
|
||||
#define IDC_EDIT4 1027
|
||||
#define IDC_CHECK6 1028
|
||||
#define IDC_COMBO1 1028
|
||||
#define IDC_CHECK7 1029
|
||||
#define IDC_COMBO2 1029
|
||||
#define IDC_CHECK8 1030
|
||||
#define IDC_COMBO3 1030
|
||||
#define IDC_COMBO4 1031
|
||||
#define IDC_CHECK9 1039
|
||||
#define IDC_CHECK10 1040
|
||||
#define IDC_CHECK11 1041
|
||||
#define IDC_CHECK12 1042
|
||||
#define IDC_CHECK13 1043
|
||||
#define IDC_CHECK14 1044
|
||||
#define IDC_CHECK15 1045
|
||||
#define IDC_CHECK16 1046
|
||||
#define ID_TOOLBAR_LAYERBAR 32773
|
||||
#define ID_TOOLBAR_TILEPALETTE 32774
|
||||
#define ID_TOOLBAR_COMBO 32777
|
||||
|
@ -24,9 +53,9 @@
|
|||
#ifdef APSTUDIO_INVOKED
|
||||
#ifndef APSTUDIO_READONLY_SYMBOLS
|
||||
#define _APS_3D_CONTROLS 1
|
||||
#define _APS_NEXT_RESOURCE_VALUE 143
|
||||
#define _APS_NEXT_RESOURCE_VALUE 146
|
||||
#define _APS_NEXT_COMMAND_VALUE 32784
|
||||
#define _APS_NEXT_CONTROL_VALUE 1020
|
||||
#define _APS_NEXT_CONTROL_VALUE 1029
|
||||
#define _APS_NEXT_SYMED_VALUE 101
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue