This commit is contained in:
parent
acd5ab37c0
commit
7ac13dc8b8
17 changed files with 599 additions and 275 deletions
|
@ -5,20 +5,27 @@
|
|||
#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 147
|
||||
#define IDD_TILESET_DIALOG 148
|
||||
#define IDC_PARAMBAR_LAYER_LIST 1011
|
||||
#define IDC_TILETOOLBAR_COMBO 1013
|
||||
#define IDD_GFXTOOLBAR 151
|
||||
#define IDI_PAINT 152
|
||||
#define IDI_SELECT 153
|
||||
#define IDI_PICKER 154
|
||||
#define IDI_MIRRORX 155
|
||||
#define IDI_MIRRORY 156
|
||||
#define IDC_TOOLBAR_COMBO 1018
|
||||
#define IDC_LIST1 1019
|
||||
#define IDC_LAYER_LIST 1019
|
||||
#define IDC_TILESETDLG_BTN_UPDATE 1029
|
||||
#define IDC_TILESETDLG_COMBO 1030
|
||||
#define IDD_GFXTOOLBAR_PAINT 1031
|
||||
#define IDC_TILESETDLG_BTN_LOAD 1031
|
||||
#define IDD_GFXTOOLBAR_SELECT 1032
|
||||
#define IDD_GFXTOOLBAR_PICKER 1033
|
||||
#define IDD_GFXTOOLBAR_MIRRORX 1034
|
||||
#define IDD_GFXTOOLBAR_MIRRORY 1035
|
||||
#define ID_TOOLBAR_LAYERBAR 32773
|
||||
#define ID_TOOLBAR_TILEPALETTE 32774
|
||||
#define ID_TOOLBAR_COMBO 32777
|
||||
|
@ -31,9 +38,9 @@
|
|||
#ifdef APSTUDIO_INVOKED
|
||||
#ifndef APSTUDIO_READONLY_SYMBOLS
|
||||
#define _APS_3D_CONTROLS 1
|
||||
#define _APS_NEXT_RESOURCE_VALUE 151
|
||||
#define _APS_NEXT_RESOURCE_VALUE 163
|
||||
#define _APS_NEXT_COMMAND_VALUE 32785
|
||||
#define _APS_NEXT_CONTROL_VALUE 1031
|
||||
#define _APS_NEXT_CONTROL_VALUE 1032
|
||||
#define _APS_NEXT_SYMED_VALUE 101
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue