This commit is contained in:
parent
9045bac442
commit
5c730d9614
3 changed files with 11 additions and 2 deletions
|
@ -80,6 +80,7 @@ int CMainFrame::OnCreate(LPCREATESTRUCT lpCreateStruct)
|
||||||
m_wndLayerBar.SetWindowText("Layer");
|
m_wndLayerBar.SetWindowText("Layer");
|
||||||
DockControlBar(&m_wndLayerBar);
|
DockControlBar(&m_wndLayerBar);
|
||||||
|
|
||||||
|
|
||||||
// FloatControlBar(&m_wndLayerBar,CPoint(256,256));
|
// FloatControlBar(&m_wndLayerBar,CPoint(256,256));
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
[General Info]
|
[General Info]
|
||||||
Version=1
|
Version=1
|
||||||
LastClass=CMapEditDoc
|
LastClass=CMapEditView
|
||||||
LastTemplate=CDialog
|
LastTemplate=CDialog
|
||||||
NewFileInclude1=#include "stdafx.h"
|
NewFileInclude1=#include "stdafx.h"
|
||||||
NewFileInclude2=#include "MapEdit.h"
|
NewFileInclude2=#include "MapEdit.h"
|
||||||
|
@ -49,7 +49,7 @@ VirtualFilter=DC
|
||||||
Type=0
|
Type=0
|
||||||
HeaderFile=MapEditView.h
|
HeaderFile=MapEditView.h
|
||||||
ImplementationFile=MapEditView.cpp
|
ImplementationFile=MapEditView.cpp
|
||||||
Filter=C
|
Filter=W
|
||||||
LastObject=CMapEditView
|
LastObject=CMapEditView
|
||||||
BaseClass=CView
|
BaseClass=CView
|
||||||
VirtualFilter=VWC
|
VirtualFilter=VWC
|
||||||
|
|
|
@ -392,6 +392,14 @@ BEGIN
|
||||||
ID_TOOLBAR_TILEPALETTE "Hides/Shows Tile Palette"
|
ID_TOOLBAR_TILEPALETTE "Hides/Shows Tile Palette"
|
||||||
END
|
END
|
||||||
|
|
||||||
|
STRINGTABLE DISCARDABLE
|
||||||
|
BEGIN
|
||||||
|
IDC_LAYERBAR_NEW "Create New Layer"
|
||||||
|
IDC_LAYERBAR_DELETE "Delete Current Layer"
|
||||||
|
IDC_LAYERBAR_UP "Move Layer Up List"
|
||||||
|
IDC_LAYERBAR_DOWN "Move Layer Down List"
|
||||||
|
END
|
||||||
|
|
||||||
#endif // English (U.S.) resources
|
#endif // English (U.S.) resources
|
||||||
/////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue