This commit is contained in:
parent
68b6716e0d
commit
59484b9b75
6 changed files with 155 additions and 85 deletions
|
@ -5,17 +5,21 @@
|
|||
#define IDD_ABOUTBOX 100
|
||||
#define IDD_LAYERBAR 103
|
||||
#define IDD_TILETOOLBAR 104
|
||||
#define IDD_TILEBAR 104
|
||||
#define IDR_MAINFRAME 128
|
||||
#define IDR_TOOLBAR 128
|
||||
#define IDR_MAPEDITYPE 129
|
||||
#define IDD_TRASHHEAP 142
|
||||
#define IDC_LAYERBAR_NEW 1000
|
||||
#define IDC_LAYERBAR_DELETE 1001
|
||||
#define IDC_LAYERBAR_UP 1002
|
||||
#define IDC_LAYERBAR_DOWN 1003
|
||||
#define IDC_LAYERBAR_LIST 1011
|
||||
#define IDC_TILETOOLBAR_COMBO 1013
|
||||
#define IDC_TOOLBAR_COMBO 1018
|
||||
#define ID_TOOLBAR_LAYERBAR 32773
|
||||
#define ID_TOOLBAR_TILEPALETTE 32774
|
||||
#define ID_TOOLBAR_COMBO 32777
|
||||
#define ID_TOOLBAR_COMBOx 32777
|
||||
#define ID_INDICATOR_CURSORXY 59142
|
||||
|
||||
// Next default values for new objects
|
||||
|
@ -23,9 +27,9 @@
|
|||
#ifdef APSTUDIO_INVOKED
|
||||
#ifndef APSTUDIO_READONLY_SYMBOLS
|
||||
#define _APS_3D_CONTROLS 1
|
||||
#define _APS_NEXT_RESOURCE_VALUE 142
|
||||
#define _APS_NEXT_COMMAND_VALUE 32775
|
||||
#define _APS_NEXT_CONTROL_VALUE 1018
|
||||
#define _APS_NEXT_RESOURCE_VALUE 143
|
||||
#define _APS_NEXT_COMMAND_VALUE 32783
|
||||
#define _APS_NEXT_CONTROL_VALUE 1019
|
||||
#define _APS_NEXT_SYMED_VALUE 101
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue