This commit is contained in:
parent
e2dba7722f
commit
72651463f8
21 changed files with 498 additions and 914 deletions
|
@ -9,12 +9,13 @@
|
|||
#define IDR_TOOLBAR 128
|
||||
#define IDR_MAPEDITYPE 129
|
||||
#define IDD_LAYER_LIST_DIALOG 147
|
||||
#define IDD_LAYERTILE_GUI 148
|
||||
#define IDI_PAINT 152
|
||||
#define IDI_SELECT 153
|
||||
#define IDD_MAPSIZE 167
|
||||
#define IDD_NEW_LAYER 168
|
||||
#define IDD_NEWMAP 169
|
||||
#define IDD_ADDLAYER 172
|
||||
#define IDD_LAYERTILE_GUI 173
|
||||
#define IDD_LAYERTILE_TOOLBAR 174
|
||||
#define IDC_TOOLBAR_COMBO 1018
|
||||
#define IDC_LAYER_LIST 1019
|
||||
#define IDD_LAYERTILE_BTN_UPDATE 1029
|
||||
|
@ -28,21 +29,9 @@
|
|||
#define IDC_MAPSIZE_HEIGHT_TEXT 1039
|
||||
#define IDC_MAPSIZE_HEIGHT 1040
|
||||
#define IDC_MAPSIZE_WARNING 1041
|
||||
#define IDC_NEW_LAYER_TYPE_LIST 1042
|
||||
#define IDC_NEW_LAYER_TYPE_NAME 1043
|
||||
#define IDC_NEW_LAYER_WIDTH_NAME 1044
|
||||
#define IDC_NEW_LAYER_HEIGHT_NAME 1045
|
||||
#define IDC_NEW_LAYER_WIDTH_EDIT 1046
|
||||
#define IDC_NEW_LAYER_HEIGHT_EDIT 1047
|
||||
#define IDC_NEWMAP_BACK_CHECK 1047
|
||||
#define IDC_NEW_LAYER_NAME_NAME 1048
|
||||
#define IDC_NEW_LAYER_NAME_EDIT 1049
|
||||
#define IDC_NEWMAP_MID_CHECK 1050
|
||||
#define IDC_NEWMAP_FORE_CHECK 1051
|
||||
#define IDC_NEW_LAYER_WIDTH_NAME2 1052
|
||||
#define IDC_NEW_LAYER_WIDTH_EDIT2 1053
|
||||
#define IDC_LAYERLIST_ADD 1056
|
||||
#define IDC_LAYERLIST_DELETE 1057
|
||||
#define IDC_ADDLAYER_LIST 1058
|
||||
#define ID_TOOLBAR_LAYERBAR 32773
|
||||
#define ID_TOOLBAR_TILEPALETTE 32774
|
||||
#define ID_TOOLBAR_COMBO 32777
|
||||
|
@ -68,9 +57,9 @@
|
|||
#ifdef APSTUDIO_INVOKED
|
||||
#ifndef APSTUDIO_READONLY_SYMBOLS
|
||||
#define _APS_3D_CONTROLS 1
|
||||
#define _APS_NEXT_RESOURCE_VALUE 172
|
||||
#define _APS_NEXT_RESOURCE_VALUE 173
|
||||
#define _APS_NEXT_COMMAND_VALUE 32799
|
||||
#define _APS_NEXT_CONTROL_VALUE 1057
|
||||
#define _APS_NEXT_CONTROL_VALUE 1059
|
||||
#define _APS_NEXT_SYMED_VALUE 101
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue