This commit is contained in:
parent
425713a3aa
commit
c1309c1c96
44 changed files with 2193 additions and 1452 deletions
|
@ -3,28 +3,27 @@
|
|||
// Used by MapEdit.rc
|
||||
//
|
||||
#define IDD_ABOUTBOX 100
|
||||
#define IDD_PARAMBAR 103
|
||||
#define IDD_MULTIBAR 103
|
||||
#define IDR_MAINFRAME 128
|
||||
#define IDR_TOOLBAR 128
|
||||
#define IDR_MAPEDITYPE 129
|
||||
#define IDD_LAYER_LIST_DIALOG 147
|
||||
#define IDD_LAYER_LIST 147
|
||||
#define IDI_PAINT 152
|
||||
#define IDI_SELECT 153
|
||||
#define IDD_MAPSIZE 167
|
||||
#define IDD_RESIZE 167
|
||||
#define IDD_NEWMAP 169
|
||||
#define IDD_ADDLAYER 172
|
||||
#define IDD_LAYERTILE_GUI 173
|
||||
#define IDD_LAYERTILE_TOOLBAR 174
|
||||
#define IDD_LAYERSHADE_GUI 175
|
||||
#define IDD_LAYERCOLLISION_GUI 177
|
||||
#define IDD_TILEBANK 173
|
||||
#define IDD_LAYER_TOOLBAR 174
|
||||
#define IDD_LAYER_SHADE 175
|
||||
#define IDD_LAYER_COLLISION 177
|
||||
#define IDD_ELEMLIST 178
|
||||
#define IDC_TOOLBAR_COMBO 1018
|
||||
#define IDC_LAYER_LIST 1019
|
||||
#define IDD_LAYERTILE_BTN_UPDATE 1029
|
||||
#define IDD_LAYERTILE_LIST 1030
|
||||
#define IDD_LAYERTILE_BTN_LOAD 1031
|
||||
#define IDC_LAYERLIST_LIST 1019
|
||||
#define IDD_TILEBANK_UPDATE 1029
|
||||
#define IDD_TILEBANK_LOAD 1031
|
||||
#define IDD_LAYERTILE_BTN_SELECT 1032
|
||||
#define IDD_LAYERTILE_BTN_DELETE 1033
|
||||
#define IDD_TILEBANK_DELETE 1033
|
||||
#define IDD_LAYERTILE_BTN_PAINT 1034
|
||||
#define IDC_MAPSIZE_WIDTH 1037
|
||||
#define IDC_MAPSIZE_WIDTH_TEXT 1038
|
||||
|
@ -34,11 +33,9 @@
|
|||
#define IDC_LAYERLIST_ADD 1056
|
||||
#define IDC_LAYERLIST_DELETE 1057
|
||||
#define IDC_ADDLAYER_LIST 1058
|
||||
#define IDC_LAYERSHADE_TEXT0 1059
|
||||
#define IDC_LAYERSHADE_EDITR0 1060
|
||||
#define IDC_LAYERSHADE_EDITG0 1061
|
||||
#define IDC_LAYERSHADE_EDITB0 1062
|
||||
#define IDC_LAYERSHADE_TEXT1 1063
|
||||
#define IDC_LAYERSHADE_EDITR1 1064
|
||||
#define IDC_LAYERSHADE_EDITG1 1065
|
||||
#define IDC_LAYERSHADE_EDITB1 1066
|
||||
|
@ -46,6 +43,7 @@
|
|||
#define IDC_LAYERSHADE_COUNTTEXT 1075
|
||||
#define IDC_SPIN2 1076
|
||||
#define IDC_LAYERCOLLISION_NORMAL 1078
|
||||
#define IDD_ELEM_LIST 1080
|
||||
#define IDC_LAYERSHADE_EDITR2 1081
|
||||
#define IDC_LAYERSHADE_EDITG2 1082
|
||||
#define IDC_LAYERCOLLISION_DAMAGE 1082
|
||||
|
@ -56,13 +54,12 @@
|
|||
#define IDC_LAYERSHADE_TEXT7 1086
|
||||
#define IDC_LAYERCOLLISION_WATER 1086
|
||||
#define IDC_LAYERSHADE_EDITR3 1087
|
||||
#define IDC_LAYERCOLLISION_SOLID 1087
|
||||
#define IDC_LAYERSHADE_EDITG3 1088
|
||||
#define IDC_LAYERCOLLISION_DEATH 1088
|
||||
#define IDC_LAYERSHADE_EDITB3 1089
|
||||
#define ID_TOOLBAR_LAYERBAR 32773
|
||||
#define ID_TOOLBAR_TILEPALETTE 32774
|
||||
#define ID_TOOLBAR_COMBO 32777
|
||||
#define ID_TOOLBAR_PARAMBAR 32783
|
||||
#define ID_TOOLBAR_GRID 32784
|
||||
#define ID_TOGGLE_SUBVIEW 32785
|
||||
#define ID_MAP_TOGGLEGRID 32786
|
||||
#define ID_TOGGLE_GRID 32787
|
||||
|
@ -85,7 +82,7 @@
|
|||
#define _APS_3D_CONTROLS 1
|
||||
#define _APS_NEXT_RESOURCE_VALUE 178
|
||||
#define _APS_NEXT_COMMAND_VALUE 32800
|
||||
#define _APS_NEXT_CONTROL_VALUE 1080
|
||||
#define _APS_NEXT_CONTROL_VALUE 1081
|
||||
#define _APS_NEXT_SYMED_VALUE 101
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue