This commit is contained in:
parent
acd5ab37c0
commit
7ac13dc8b8
17 changed files with 599 additions and 275 deletions
|
@ -8,7 +8,7 @@ NewFileInclude1=#include "stdafx.h"
|
|||
NewFileInclude2=#include "mapedit.h"
|
||||
LastPage=0
|
||||
|
||||
ClassCount=10
|
||||
ClassCount=11
|
||||
Class1=CChildFrame
|
||||
Class2=CGLEnabledView
|
||||
Class3=CMainFrame
|
||||
|
@ -17,18 +17,20 @@ Class5=CAboutDlg
|
|||
Class6=CMapEditDoc
|
||||
Class7=CMapEditView
|
||||
|
||||
ResourceCount=8
|
||||
Resource1=IDR_TOOLBAR (English (U.S.))
|
||||
ResourceCount=9
|
||||
Resource1=IDD_MULTIBAR (English (U.S.))
|
||||
Resource2=IDR_MAPEDITYPE (English (U.S.))
|
||||
Resource3=IDR_MAINFRAME (English (U.S.))
|
||||
Resource3=IDD_TILESET_DIALOG
|
||||
Resource4=IDD_DIALOGBAR (English (U.S.))
|
||||
Resource5=IDD_ABOUTBOX (English (U.S.))
|
||||
Resource5=IDR_TOOLBAR (English (U.S.))
|
||||
Class8=CMultiBar
|
||||
Resource6=IDD_LAYER_LIST_DIALOG
|
||||
Resource7=IDD_MULTIBAR (English (U.S.))
|
||||
Resource6=IDD_ABOUTBOX (English (U.S.))
|
||||
Resource7=IDR_MAINFRAME (English (U.S.))
|
||||
Class9=CLayerList
|
||||
Class10=CTileSetDlg
|
||||
Resource8=IDD_TILESET_DIALOG
|
||||
Resource8=IDD_LAYER_LIST_DIALOG
|
||||
Class11=CGfxToolBar
|
||||
Resource9=IDD_GFXTOOLBAR
|
||||
|
||||
[CLS:CChildFrame]
|
||||
Type=0
|
||||
|
@ -205,9 +207,10 @@ LastObject=CLayerList
|
|||
[DLG:IDD_TILESET_DIALOG]
|
||||
Type=1
|
||||
Class=CTileSetDlg
|
||||
ControlCount=2
|
||||
ControlCount=3
|
||||
Control1=IDC_TILESETDLG_COMBO,combobox,1342242819
|
||||
Control2=IDC_TILESETDLG_BTN_UPDATE,button,1342242816
|
||||
Control3=IDC_TILESETDLG_BTN_LOAD,button,1342242816
|
||||
|
||||
[CLS:CTileSetDlg]
|
||||
Type=0
|
||||
|
@ -216,5 +219,24 @@ ImplementationFile=TileSetDlg.cpp
|
|||
BaseClass=CDialog
|
||||
Filter=D
|
||||
VirtualFilter=dWC
|
||||
LastObject=IDC_TILESETDLG_COMBO
|
||||
LastObject=IDC_TILESETDLG_BTN_LOAD
|
||||
|
||||
[CLS:CGfxToolBar]
|
||||
Type=0
|
||||
HeaderFile=GfxToolBar.h
|
||||
ImplementationFile=GfxToolBar.cpp
|
||||
BaseClass=CDialog
|
||||
Filter=D
|
||||
LastObject=IDD_GFXTOOLBAR_MIRRORX
|
||||
VirtualFilter=dWC
|
||||
|
||||
[DLG:IDD_GFXTOOLBAR]
|
||||
Type=1
|
||||
Class=CGfxToolBar
|
||||
ControlCount=5
|
||||
Control1=IDD_GFXTOOLBAR_PAINT,button,1342242816
|
||||
Control2=IDD_GFXTOOLBAR_SELECT,button,1342242816
|
||||
Control3=IDD_GFXTOOLBAR_PICKER,button,1342242816
|
||||
Control4=IDD_GFXTOOLBAR_MIRRORX,button,1342242816
|
||||
Control5=IDD_GFXTOOLBAR_MIRRORY,button,1342242816
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue