This commit is contained in:
parent
08c732c29a
commit
aefdd396f8
51 changed files with 1467 additions and 682 deletions
|
@ -2,53 +2,59 @@
|
|||
|
||||
[General Info]
|
||||
Version=1
|
||||
LastClass=CMapEditDoc
|
||||
LastClass=CGUILayerShade
|
||||
LastTemplate=CDialog
|
||||
NewFileInclude1=#include "stdafx.h"
|
||||
NewFileInclude2=#include "mapedit.h"
|
||||
LastPage=0
|
||||
|
||||
ClassCount=20
|
||||
ClassCount=24
|
||||
Class1=CChildFrame
|
||||
Class2=CGLEnabledView
|
||||
Class3=CGUIAddLayer
|
||||
Class4=CGUIElemList
|
||||
Class5=GUILayerCollision
|
||||
Class6=CGUILayerList
|
||||
Class7=CGUIMultiBar
|
||||
Class8=CGUINewMap
|
||||
Class9=CGUIResize
|
||||
Class10=CGUITileBank
|
||||
Class11=GUIToolBar
|
||||
Class12=CLayerShadeGUI
|
||||
Class13=CLayerTileCollision
|
||||
Class14=CMainFrame
|
||||
Class15=CMapEditApp
|
||||
Class16=CAboutDlg
|
||||
Class17=CMapEditDoc
|
||||
Class18=CMapEditView
|
||||
Class5=CGUILayerActor
|
||||
Class6=GUILayerCollision
|
||||
Class7=CGUILayerList
|
||||
Class8=CGUILayerPlatform
|
||||
Class9=CGUILayerShade
|
||||
Class10=CGUILayerThing
|
||||
Class11=CGuiLayerThingPos
|
||||
Class12=CGUIMultiBar
|
||||
Class13=CGUINewMap
|
||||
Class14=CGUIResize
|
||||
Class15=CGUITileBank
|
||||
Class16=GUIToolBar
|
||||
Class17=CLayerTileCollision
|
||||
Class18=CMainFrame
|
||||
Class19=CMapEditApp
|
||||
Class20=CAboutDlg
|
||||
Class21=CMapEditDoc
|
||||
Class22=CMapEditView
|
||||
|
||||
ResourceCount=18
|
||||
ResourceCount=20
|
||||
Resource1=IDD_RESIZE
|
||||
Resource2=IDR_MAPEDITYPE (English (U.S.))
|
||||
Resource3=IDR_TOOLBAR (English (U.S.))
|
||||
Resource4=IDD_NEWMAP
|
||||
Resource5=IDD_ADDLAYER
|
||||
Resource2=IDD_NEWMAP
|
||||
Resource3=IDD_TOOLBAR
|
||||
Resource4=IDR_MAPEDITYPE (English (U.S.))
|
||||
Resource5=IDD_LAYER_THING_POS
|
||||
Resource6=IDD_LAYER_SHADE
|
||||
Resource7=IDD_MULTIBAR (English (U.S.))
|
||||
Resource8=xxxx
|
||||
Resource9=IDD_LAYER_ACTOR
|
||||
Resource10=IDD_ABOUTBOX (English (U.S.))
|
||||
Resource11=IDD_ELEMLIST
|
||||
Resource12=IDD_TILEBANK
|
||||
Resource13=IDD_LAYER_LIST
|
||||
Resource14=IDD_TOOLBAR
|
||||
Resource15=IDD_LAYER_ACTOR2
|
||||
Class19=CGUILayerActor
|
||||
Resource7=IDD_LAYER_ACTOR
|
||||
Resource8=IDD_LAYER_LIST
|
||||
Resource9=IDD_MULTIBAR (English (U.S.))
|
||||
Resource10=IDD_LAYER_THING
|
||||
Resource11=IDD_LAYER_TRIGGER
|
||||
Resource12=IDD_ADDLAYER
|
||||
Resource13=IDD_TILEBANK
|
||||
Resource14=IDR_MAINFRAME (English (U.S.))
|
||||
Resource15=IDD_ABOUTBOX (English (U.S.))
|
||||
Resource16=IDD_LAYER_COLLISION
|
||||
Resource17=IDR_MAINFRAME (English (U.S.))
|
||||
Class20=CGUILayerItem
|
||||
Resource18=IDD_LAYER_ITEM
|
||||
Resource17=IDD_ELEMLIST
|
||||
Resource18=IDR_TOOLBAR (English (U.S.))
|
||||
Class23=CGUILayerTrigger
|
||||
Resource19=IDD_LAYER_PLATFORM
|
||||
Class24=CGUILayerFX
|
||||
Resource20=IDD_LAYER_FX
|
||||
|
||||
[CLS:CChildFrame]
|
||||
Type=0
|
||||
|
@ -74,6 +80,12 @@ BaseClass=CDialog
|
|||
HeaderFile=GUIElemList.h
|
||||
ImplementationFile=GUIElemList.cpp
|
||||
|
||||
[CLS:CGUILayerActor]
|
||||
Type=0
|
||||
BaseClass=CDialog
|
||||
HeaderFile=GUILayerActor.h
|
||||
ImplementationFile=GUILayerActor.cpp
|
||||
|
||||
[CLS:GUILayerCollision]
|
||||
Type=0
|
||||
BaseClass=CDialog
|
||||
|
@ -85,7 +97,36 @@ Type=0
|
|||
BaseClass=CDialog
|
||||
HeaderFile=GUILayerList.h
|
||||
ImplementationFile=GUILayerList.cpp
|
||||
LastObject=IDC_LAYERLIST_LIST
|
||||
|
||||
[CLS:CGUILayerPlatform]
|
||||
Type=0
|
||||
BaseClass=CDialog
|
||||
HeaderFile=GUILayerPlatform.h
|
||||
ImplementationFile=GUILayerPlatform.cpp
|
||||
Filter=D
|
||||
VirtualFilter=dWC
|
||||
LastObject=CGUILayerPlatform
|
||||
|
||||
[CLS:CGUILayerShade]
|
||||
Type=0
|
||||
BaseClass=CDialog
|
||||
HeaderFile=GUILayerShade.h
|
||||
ImplementationFile=GUILayerShade.cpp
|
||||
Filter=D
|
||||
VirtualFilter=dWC
|
||||
LastObject=IDC_LAYERSHADE_TRANS1
|
||||
|
||||
[CLS:CGUILayerThing]
|
||||
Type=0
|
||||
BaseClass=CDialog
|
||||
HeaderFile=GUILayerThing.h
|
||||
ImplementationFile=GUILayerThing.cpp
|
||||
|
||||
[CLS:CGuiLayerThingPos]
|
||||
Type=0
|
||||
BaseClass=CDialog
|
||||
HeaderFile=GuiLayerThingPos.h
|
||||
ImplementationFile=GuiLayerThingPos.cpp
|
||||
|
||||
[CLS:CGUIMultiBar]
|
||||
Type=0
|
||||
|
@ -98,9 +139,6 @@ Type=0
|
|||
BaseClass=CDialog
|
||||
HeaderFile=GUINewMap.h
|
||||
ImplementationFile=GUINewMap.cpp
|
||||
Filter=D
|
||||
VirtualFilter=dWC
|
||||
LastObject=CGUINewMap
|
||||
|
||||
[CLS:CGUIResize]
|
||||
Type=0
|
||||
|
@ -119,12 +157,6 @@ Type=0
|
|||
HeaderFile=GUIToolBar.h
|
||||
ImplementationFile=GUIToolBar.cpp
|
||||
|
||||
[CLS:CLayerShadeGUI]
|
||||
Type=0
|
||||
BaseClass=CDialog
|
||||
HeaderFile=LayerShadeGUI.h
|
||||
ImplementationFile=LayerShadeGUI.cpp
|
||||
|
||||
[CLS:CLayerTileCollision]
|
||||
Type=0
|
||||
BaseClass=CDialog
|
||||
|
@ -148,16 +180,12 @@ Type=0
|
|||
BaseClass=CDialog
|
||||
HeaderFile=MapEdit.cpp
|
||||
ImplementationFile=MapEdit.cpp
|
||||
LastObject=CAboutDlg
|
||||
|
||||
[CLS:CMapEditDoc]
|
||||
Type=0
|
||||
BaseClass=CDocument
|
||||
HeaderFile=MapEditDoc.h
|
||||
ImplementationFile=MapEditDoc.cpp
|
||||
Filter=N
|
||||
VirtualFilter=DC
|
||||
LastObject=ID_RENDER_TO_TGA
|
||||
|
||||
[CLS:CMapEditView]
|
||||
Type=0
|
||||
|
@ -179,6 +207,38 @@ Class=CGUIElemList
|
|||
ControlCount=1
|
||||
Control1=IDD_ELEM_LIST,combobox,1344339971
|
||||
|
||||
[DLG:IDD_LAYER_ACTOR]
|
||||
Type=1
|
||||
Class=CGUILayerActor
|
||||
ControlCount=14
|
||||
Control1=IDC_ACTOR_SPEED_TEXT,static,1342308354
|
||||
Control2=IDC_ACTOR_SPEED,edit,1350633600
|
||||
Control3=IDC_ACTOR_SPEED_SPIN,msctls_updown32,1342177334
|
||||
Control4=IDC_ACTOR_TURNRATE_TEXT,static,1342308354
|
||||
Control5=IDC_ACTOR_TURNRATE,edit,1350633600
|
||||
Control6=IDC_ACTOR_TURNRATE_SPIN,msctls_updown32,1342177334
|
||||
Control7=IDC_ACTOR_HEALTH_TEXT,static,1342308354
|
||||
Control8=IDC_ACTOR_HEALTH,edit,1350633600
|
||||
Control9=IDC_ACTOR_HEALTH_SPIN,msctls_updown32,1342177334
|
||||
Control10=IDC_ACTOR_ATTACK_TEXT,static,1342308354
|
||||
Control11=IDC_ACTOR_ATTACK,edit,1350633600
|
||||
Control12=IDC_ACTOR_ATTACK_SPIN,msctls_updown32,1342177334
|
||||
Control13=IDC_ACTOR_PLAYER,button,1476461091
|
||||
Control14=IDC_ACTOR_COLLISION,button,1342243363
|
||||
|
||||
[DLG:IDD_LAYER_COLLISION]
|
||||
Type=1
|
||||
Class=GUILayerCollision
|
||||
ControlCount=8
|
||||
Control1=IDC_LAYERCOLLISION_NORMAL,button,1342242816
|
||||
Control2=IDC_LAYERCOLLISION_DAMAGE,button,1342242816
|
||||
Control3=IDC_LAYERCOLLISION_SLIPPERY,button,1342242816
|
||||
Control4=IDC_LAYERCOLLISION_ELECTRIC,button,1342242816
|
||||
Control5=IDC_LAYERCOLLISION_STICKY,button,1342242816
|
||||
Control6=IDC_LAYERCOLLISION_WATER,button,1342242816
|
||||
Control7=IDC_LAYERCOLLISION_SOLID,button,1342242816
|
||||
Control8=IDC_LAYERCOLLISION_DEATH,button,1342242816
|
||||
|
||||
[DLG:IDD_LAYER_LIST]
|
||||
Type=1
|
||||
Class=CGUILayerList
|
||||
|
@ -187,6 +247,71 @@ Control1=IDC_LAYERLIST_LIST,listbox,1352728913
|
|||
Control2=IDC_LAYERLIST_ADD,button,1342242816
|
||||
Control3=IDC_LAYERLIST_DELETE,button,1342242816
|
||||
|
||||
[DLG:IDD_LAYER_PLATFORM]
|
||||
Type=1
|
||||
Class=CGUILayerPlatform
|
||||
ControlCount=9
|
||||
Control1=IDC_PLATFORM_SPEED_TEXT,static,1342308354
|
||||
Control2=IDC_PLATFORM_SPEED,edit,1350633600
|
||||
Control3=IDC_PLATFORM_SPEED_SPIN,msctls_updown32,1342177334
|
||||
Control4=IDC_PLATFORM_TURNRATE_TEXT,static,1342308354
|
||||
Control5=IDC_PLATFORM_TURNRATE,edit,1350633600
|
||||
Control6=IDC_PLATFORM_TURNRATE_SPIN,msctls_updown32,1342177334
|
||||
Control7=IDC_PLATFORM_COLLISION,button,1342243363
|
||||
Control8=IDC_PLATFORM_MOVE_TYPE,combobox,1344339971
|
||||
Control9=IDC_PLATFORM_TYPE,combobox,1344339971
|
||||
|
||||
[DLG:IDD_LAYER_SHADE]
|
||||
Type=1
|
||||
Class=CGUILayerShade
|
||||
ControlCount=28
|
||||
Control1=IDC_LAYERSHADE_EDITR0,edit,1350770688
|
||||
Control2=IDC_LAYERSHADE_EDITG0,edit,1350770816
|
||||
Control3=IDC_LAYERSHADE_EDITB0,edit,1350770816
|
||||
Control4=IDC_LAYERSHADE_COUNTTEXT,static,1342312449
|
||||
Control5=IDC_LAYERSHADE_EDITR1,edit,1350770688
|
||||
Control6=IDC_LAYERSHADE_EDITG1,edit,1350770816
|
||||
Control7=IDC_LAYERSHADE_EDITB1,edit,1350770816
|
||||
Control8=IDC_LAYERSHADE_EDITR2,edit,1350770688
|
||||
Control9=IDC_LAYERSHADE_EDITG2,edit,1350770816
|
||||
Control10=IDC_LAYERSHADE_EDITB2,edit,1350770816
|
||||
Control11=IDC_LAYERSHADE_TEXT7,static,1342312449
|
||||
Control12=IDC_LAYERSHADE_EDITR3,edit,1350770688
|
||||
Control13=IDC_LAYERSHADE_EDITG3,edit,1350770816
|
||||
Control14=IDC_LAYERSHADE_EDITB3,edit,1350770816
|
||||
Control15=IDC_LAYERSHADE_COUNTEDIT,edit,1350576256
|
||||
Control16=IDC_SPIN2,msctls_updown32,1342177302
|
||||
Control17=IDC_LAYERSHADE_BACKGFX0,combobox,1344339971
|
||||
Control18=IDC_LAYERSHADE_BACKGFX1,combobox,1344339971
|
||||
Control19=IDC_LAYERSHADE_SPIN0,button,1342242851
|
||||
Control20=IDC_LAYERSHADE_MOVE0,button,1342242851
|
||||
Control21=IDC_LAYERSHADE_SCALE0,button,1342242851
|
||||
Control22=IDC_LAYERSHADE_COLOR0,button,1342242851
|
||||
Control23=IDC_LAYERSHADE_TRANS0,combobox,1344339971
|
||||
Control24=IDC_LAYERSHADE_SPIN1,button,1342242851
|
||||
Control25=IDC_LAYERSHADE_MOVE1,button,1342242851
|
||||
Control26=IDC_LAYERSHADE_SCALE1,button,1342242851
|
||||
Control27=IDC_LAYERSHADE_COLOR1,button,1342242851
|
||||
Control28=IDC_LAYERSHADE_TRANS1,combobox,1344339971
|
||||
|
||||
[DLG:IDD_LAYER_THING]
|
||||
Type=1
|
||||
Class=CGUILayerThing
|
||||
ControlCount=4
|
||||
Control1=IDC_THING_LIST,combobox,1344339971
|
||||
Control2=IDC_DEF_THING_LIST,combobox,1344339971
|
||||
Control3=IDC_THING_GOTO,button,1342242816
|
||||
Control4=IDC_THING_DELETE,button,1342242816
|
||||
|
||||
[DLG:IDD_LAYER_THING_POS]
|
||||
Type=1
|
||||
Class=CGuiLayerThingPos
|
||||
ControlCount=4
|
||||
Control1=IDC_THING_POS_LIST,listbox,1352728833
|
||||
Control2=IDC_THING_POS_UP,button,1342242816
|
||||
Control3=IDC_THING_POS_DOWN,button,1342242816
|
||||
Control4=IDC_THING_POS_DELETE,button,1342242816
|
||||
|
||||
[DLG:IDD_MULTIBAR]
|
||||
Type=1
|
||||
Class=CGUIMultiBar
|
||||
|
@ -218,13 +343,16 @@ Control7=IDC_MAPSIZE_WARNING,static,1342308352
|
|||
Type=1
|
||||
Class=CGUITileBank
|
||||
ControlCount=3
|
||||
Control1=IDD_TILEBANK_UPDATE,button,1476460544
|
||||
Control1=IDD_TILEBANK_UPDATE,button,1342242816
|
||||
Control2=IDD_TILEBANK_LOAD,button,1342242816
|
||||
Control3=IDD_TILEBANK_DELETE,button,1342242816
|
||||
|
||||
[DLG:IDD_LAYERSHADE_GUI]
|
||||
[DLG:IDD_TOOLBAR]
|
||||
Type=1
|
||||
Class=CLayerShadeGUI
|
||||
Class=GUIToolBar
|
||||
ControlCount=2
|
||||
Control1=IDD_LAYERTILE_BTN_PAINT,button,1342177344
|
||||
Control2=IDD_LAYERTILE_BTN_SELECT,button,1342177344
|
||||
|
||||
[DLG:IDD_LAYERCOLLISION_GUI]
|
||||
Type=1
|
||||
|
@ -336,117 +464,44 @@ Type=1
|
|||
Class=?
|
||||
ControlCount=0
|
||||
|
||||
[DLG:IDD_LAYER_SHADE]
|
||||
[DLG:IDD_LAYER_TRIGGER]
|
||||
Type=1
|
||||
Class=?
|
||||
ControlCount=16
|
||||
Control1=IDC_LAYERSHADE_EDITR0,edit,1350770688
|
||||
Control2=IDC_LAYERSHADE_EDITG0,edit,1350770816
|
||||
Control3=IDC_LAYERSHADE_EDITB0,edit,1350770816
|
||||
Control4=IDC_LAYERSHADE_COUNTTEXT,static,1342312449
|
||||
Control5=IDC_LAYERSHADE_EDITR1,edit,1350770688
|
||||
Control6=IDC_LAYERSHADE_EDITG1,edit,1350770816
|
||||
Control7=IDC_LAYERSHADE_EDITB1,edit,1350770816
|
||||
Control8=IDC_LAYERSHADE_EDITR2,edit,1350770688
|
||||
Control9=IDC_LAYERSHADE_EDITG2,edit,1350770816
|
||||
Control10=IDC_LAYERSHADE_EDITB2,edit,1350770816
|
||||
Control11=IDC_LAYERSHADE_TEXT7,static,1342312449
|
||||
Control12=IDC_LAYERSHADE_EDITR3,edit,1350770688
|
||||
Control13=IDC_LAYERSHADE_EDITG3,edit,1350770816
|
||||
Control14=IDC_LAYERSHADE_EDITB3,edit,1350770816
|
||||
Control15=IDC_LAYERSHADE_COUNTEDIT,edit,1350576256
|
||||
Control16=IDC_SPIN2,msctls_updown32,1342177302
|
||||
Class=CGUILayerTrigger
|
||||
ControlCount=5
|
||||
Control1=IDC_TRIGGER_SIZE,static,1342308354
|
||||
Control2=IDC_TRIGGER_WIDTH,edit,1350633600
|
||||
Control3=IDC_TRIGGER_WIDTH_SPIN,msctls_updown32,1342177334
|
||||
Control4=IDC_TRIGGER_HEIGHT,edit,1350633600
|
||||
Control5=IDC_PLATFORM_TURNRATE_SPIN,msctls_updown32,1342177334
|
||||
|
||||
[DLG:IDD_TOOLBAR]
|
||||
Type=1
|
||||
Class=GUIToolBar
|
||||
ControlCount=2
|
||||
Control1=IDD_LAYERTILE_BTN_PAINT,button,1342177344
|
||||
Control2=IDD_LAYERTILE_BTN_SELECT,button,1342177344
|
||||
|
||||
[DLG:IDD_LAYER_ACTOR2]
|
||||
Type=1
|
||||
Class=GUILayerCollision
|
||||
ControlCount=8
|
||||
Control1=IDC_LAYERCOLLISION_NORMAL,button,1342242816
|
||||
Control2=IDC_LAYERCOLLISION_DAMAGE,button,1342242816
|
||||
Control3=IDC_LAYERCOLLISION_SLIPPERY,button,1342242816
|
||||
Control4=IDC_LAYERCOLLISION_ELECTRIC,button,1342242816
|
||||
Control5=IDC_LAYERCOLLISION_STICKY,button,1342242816
|
||||
Control6=IDC_LAYERCOLLISION_WATER,button,1342242816
|
||||
Control7=IDC_LAYERCOLLISION_SOLID,button,1342242816
|
||||
Control8=IDC_LAYERCOLLISION_DEATH,button,1342242816
|
||||
|
||||
[DLG:xxxx]
|
||||
Type=1
|
||||
Class=?
|
||||
ControlCount=1
|
||||
Control1=IDC_COMBO1,combobox,1344340226
|
||||
|
||||
[DLG:IDD_LAYER_COLLISION]
|
||||
Type=1
|
||||
Class=?
|
||||
ControlCount=8
|
||||
Control1=IDC_LAYERCOLLISION_NORMAL,button,1342242816
|
||||
Control2=IDC_LAYERCOLLISION_DAMAGE,button,1342242816
|
||||
Control3=IDC_LAYERCOLLISION_SLIPPERY,button,1342242816
|
||||
Control4=IDC_LAYERCOLLISION_ELECTRIC,button,1342242816
|
||||
Control5=IDC_LAYERCOLLISION_STICKY,button,1342242816
|
||||
Control6=IDC_LAYERCOLLISION_WATER,button,1342242816
|
||||
Control7=IDC_LAYERCOLLISION_SOLID,button,1342242816
|
||||
Control8=IDC_LAYERCOLLISION_DEATH,button,1342242816
|
||||
|
||||
[CLS:CGUILayerActor]
|
||||
[CLS:CGUILayerTrigger]
|
||||
Type=0
|
||||
HeaderFile=GUILayerActor.h
|
||||
ImplementationFile=GUILayerActor.cpp
|
||||
HeaderFile=GUILayerTrigger.h
|
||||
ImplementationFile=GUILayerTrigger.cpp
|
||||
BaseClass=CDialog
|
||||
Filter=D
|
||||
VirtualFilter=dWC
|
||||
LastObject=IDC_ACTOR_POS_LIST
|
||||
LastObject=CGUILayerTrigger
|
||||
|
||||
[DLG:IDD_LAYER_ACTOR]
|
||||
[DLG:IDD_LAYER_FX]
|
||||
Type=1
|
||||
Class=?
|
||||
ControlCount=22
|
||||
Control1=IDC_LEVEL_ACTOR_LIST,combobox,1344339971
|
||||
Control2=IDC_ACTOR_POS_LIST,listbox,1352728833
|
||||
Control3=IDC_ACTOR_POS_UP,button,1342242816
|
||||
Control4=IDC_ACTOR_POS_DOWN,button,1342242816
|
||||
Control5=IDC_ACTOR_POS_DELETE,button,1342242816
|
||||
Control6=IDC_ACTOR_SPEED_TEXT,static,1342308354
|
||||
Control7=IDC_ACTOR_SPEED,edit,1350633600
|
||||
Control8=IDC_ACTOR_SPEED_SPIN,msctls_updown32,1342177334
|
||||
Control9=IDC_ACTOR_TURNRATE_TEXT,static,1342308354
|
||||
Control10=IDC_ACTOR_TURNRATE,edit,1350633600
|
||||
Control11=IDC_ACTOR_TURNRATE_SPIN,msctls_updown32,1342177334
|
||||
Control12=IDC_ACTOR_HEALTH_TEXT,static,1342308354
|
||||
Control13=IDC_ACTOR_HEALTH,edit,1350633600
|
||||
Control14=IDC_ACTOR_HEALTH_SPIN,msctls_updown32,1342177334
|
||||
Control15=IDC_ACTOR_ATTACK_TEXT,static,1342308354
|
||||
Control16=IDC_ACTOR_ATTACK,edit,1350633600
|
||||
Control17=IDC_ACTOR_ATTACK_SPIN,msctls_updown32,1342177334
|
||||
Control18=IDC_ACTOR_PLAYER,button,1476461091
|
||||
Control19=IDC_ACTOR_COLLISION,button,1342243363
|
||||
Control20=IDC_LAYER_ACTOR_GROUP,button,1342177287
|
||||
Control21=IDC_ACTOR_LIST,combobox,1344339971
|
||||
Control22=IDC_ACTOR_DELETE,button,1342242816
|
||||
Class=CGUILayerFX
|
||||
ControlCount=8
|
||||
Control1=IDC_FX_SPEED_TEXT,static,1342308354
|
||||
Control2=IDC_FX_SIZE_TEXT,static,1342308354
|
||||
Control3=IDC_FX_WIDTH,edit,1350633600
|
||||
Control4=IDC_FX_WIDTH_SPIN,msctls_updown32,1342177334
|
||||
Control5=IDC_FX_HEIGHT,edit,1350633600
|
||||
Control6=IDC_FX_TURNRATE_SPIN,msctls_updown32,1342177334
|
||||
Control7=IDC_FX_SPEED,edit,1350633600
|
||||
Control8=IDC_FX_SPEED_SPIN,msctls_updown32,1342177462
|
||||
|
||||
[DLG:IDD_LAYER_ITEM]
|
||||
Type=1
|
||||
Class=CGUILayerItem
|
||||
ControlCount=4
|
||||
Control1=IDC_LEVEL_ITEM_LIST,combobox,1344339971
|
||||
Control2=IDC_LAYER_ACTOR_GROUP,button,1342177287
|
||||
Control3=IDC_ITEM_LIST,combobox,1344339971
|
||||
Control4=IDC_ITEM_DELETE,button,1342242816
|
||||
|
||||
[CLS:CGUILayerItem]
|
||||
[CLS:CGUILayerFX]
|
||||
Type=0
|
||||
HeaderFile=GUILayerItem.h
|
||||
ImplementationFile=GUILayerItem.cpp
|
||||
HeaderFile=GUILayerFX.h
|
||||
ImplementationFile=GUILayerFX.cpp
|
||||
BaseClass=CDialog
|
||||
Filter=D
|
||||
VirtualFilter=dWC
|
||||
LastObject=ID_MIRRORX
|
||||
LastObject=IDC_FX_WIDTH
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue