Restructure repository to include all source folders
Move git root from Client/ to src/ to track all source code: - Client: Game client source (moved to Client/Client/) - Server: Game server source - GameTools: Development tools - CryptoSource: Encryption utilities - database: Database scripts - Script: Game scripts - rylCoder_16.02.2008_src: Legacy coder tools - GMFont, Game: Additional resources 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
745
GameTools/EffectEditor/EffectEditor.clw
Normal file
745
GameTools/EffectEditor/EffectEditor.clw
Normal file
@@ -0,0 +1,745 @@
|
||||
; CLW file contains information for the MFC ClassWizard
|
||||
|
||||
[General Info]
|
||||
Version=1
|
||||
LastClass=CKeyPage
|
||||
LastTemplate=CPropertyPage
|
||||
NewFileInclude1=#include "stdafx.h"
|
||||
NewFileInclude2=#include "effecteditor.h"
|
||||
LastPage=0
|
||||
|
||||
ClassCount=19
|
||||
Class1=CCusEdit
|
||||
Class2=CDialogBarEx
|
||||
Class3=CEffectEditorApp
|
||||
Class4=CAboutDlg
|
||||
Class5=CEffectEditorDoc
|
||||
Class6=CEffectEditorView
|
||||
Class7=CParticlePage
|
||||
Class8=CBillboardPage
|
||||
Class9=CCylinderPage
|
||||
Class10=CPlanePage
|
||||
Class11=CEffectSheet
|
||||
Class12=CKeyPage
|
||||
Class13=CScenarioPage
|
||||
Class14=CKeySheet
|
||||
Class15=CMainFrame
|
||||
Class16=CSpherePage
|
||||
|
||||
ResourceCount=13
|
||||
Resource1=IDD_ABOUTBOX
|
||||
Resource2=IDD_BACKCOLOR (English (U.S.))
|
||||
Resource3=IDD_KEYBAR (English (U.S.))
|
||||
Resource4=IDD_KEY
|
||||
Resource5=IDD_SPHERE (English (U.S.))
|
||||
Resource6=IDD_CYLINDER
|
||||
Resource7=IDD_PARTICLE (English (U.S.))
|
||||
Resource8=IDD_EFFECTBAR (English (U.S.))
|
||||
Resource9=IDD_SCENARIOBAR (English (U.S.))
|
||||
Resource10=IDD_PLANE (English (U.S.))
|
||||
Class17=CPointSlider
|
||||
Resource11=IDR_MAINFRAME
|
||||
Class18=CChangeColor
|
||||
Resource12=IDD_BILLBOARD
|
||||
Class19=CMeshPage
|
||||
Resource13=IDD_MESH (English (U.S.))
|
||||
|
||||
[CLS:CCusEdit]
|
||||
Type=0
|
||||
BaseClass=CEdit
|
||||
HeaderFile=CusEdit.h
|
||||
ImplementationFile=CusEdit.cpp
|
||||
LastObject=CCusEdit
|
||||
|
||||
[CLS:CDialogBarEx]
|
||||
Type=0
|
||||
BaseClass=CDialogBar
|
||||
HeaderFile=DialogBarEx.h
|
||||
ImplementationFile=DialogBarEx.cpp
|
||||
|
||||
[CLS:CEffectEditorApp]
|
||||
Type=0
|
||||
BaseClass=CWinApp
|
||||
HeaderFile=EffectEditor.h
|
||||
ImplementationFile=EffectEditor.cpp
|
||||
|
||||
[CLS:CAboutDlg]
|
||||
Type=0
|
||||
BaseClass=CDialog
|
||||
HeaderFile=EffectEditor.cpp
|
||||
ImplementationFile=EffectEditor.cpp
|
||||
LastObject=CAboutDlg
|
||||
|
||||
[CLS:CEffectEditorDoc]
|
||||
Type=0
|
||||
BaseClass=CDocument
|
||||
HeaderFile=EffectEditorDoc.h
|
||||
ImplementationFile=EffectEditorDoc.cpp
|
||||
|
||||
[CLS:CEffectEditorView]
|
||||
Type=0
|
||||
BaseClass=CView
|
||||
HeaderFile=EffectEditorView.h
|
||||
ImplementationFile=EffectEditorView.cpp
|
||||
Filter=C
|
||||
VirtualFilter=VWC
|
||||
LastObject=ID_CHAR_ROUND_SWING
|
||||
|
||||
[CLS:CParticlePage]
|
||||
Type=0
|
||||
BaseClass=CPropertyPage
|
||||
HeaderFile=EffectPage.h
|
||||
ImplementationFile=EffectPage.cpp
|
||||
Filter=D
|
||||
VirtualFilter=idWC
|
||||
LastObject=CParticlePage
|
||||
|
||||
[CLS:CBillboardPage]
|
||||
Type=0
|
||||
BaseClass=CPropertyPage
|
||||
HeaderFile=EffectPage.h
|
||||
ImplementationFile=EffectPage.cpp
|
||||
Filter=D
|
||||
VirtualFilter=idWC
|
||||
LastObject=CBillboardPage
|
||||
|
||||
[CLS:CCylinderPage]
|
||||
Type=0
|
||||
BaseClass=CPropertyPage
|
||||
HeaderFile=EffectPage.h
|
||||
ImplementationFile=EffectPage.cpp
|
||||
Filter=D
|
||||
VirtualFilter=idWC
|
||||
LastObject=IDC_TEXFRAME
|
||||
|
||||
[CLS:CPlanePage]
|
||||
Type=0
|
||||
BaseClass=CPropertyPage
|
||||
HeaderFile=EffectPage.h
|
||||
ImplementationFile=EffectPage.cpp
|
||||
Filter=D
|
||||
VirtualFilter=idWC
|
||||
LastObject=CPlanePage
|
||||
|
||||
[CLS:CEffectSheet]
|
||||
Type=0
|
||||
BaseClass=CPropertySheet
|
||||
HeaderFile=EffectSheet.h
|
||||
ImplementationFile=EffectSheet.cpp
|
||||
|
||||
[CLS:CKeyPage]
|
||||
Type=0
|
||||
BaseClass=CPropertyPage
|
||||
HeaderFile=KeyPage.h
|
||||
ImplementationFile=KeyPage.cpp
|
||||
LastObject=IDC_WAV
|
||||
Filter=D
|
||||
VirtualFilter=idWC
|
||||
|
||||
[CLS:CScenarioPage]
|
||||
Type=0
|
||||
BaseClass=CPropertyPage
|
||||
HeaderFile=KeyPage.h
|
||||
ImplementationFile=KeyPage.cpp
|
||||
|
||||
[CLS:CKeySheet]
|
||||
Type=0
|
||||
BaseClass=CPropertySheet
|
||||
HeaderFile=KeySheet.h
|
||||
ImplementationFile=KeySheet.cpp
|
||||
|
||||
[CLS:CMainFrame]
|
||||
Type=0
|
||||
BaseClass=CFrameWnd
|
||||
HeaderFile=MainFrm.h
|
||||
ImplementationFile=MainFrm.cpp
|
||||
LastObject=CMainFrame
|
||||
|
||||
[CLS:CSpherePage]
|
||||
Type=0
|
||||
BaseClass=CPropertyPage
|
||||
HeaderFile=SpherePage.h
|
||||
ImplementationFile=SpherePage.cpp
|
||||
Filter=D
|
||||
VirtualFilter=idWC
|
||||
|
||||
[DLG:IDD_ABOUTBOX]
|
||||
Type=1
|
||||
Class=CAboutDlg
|
||||
ControlCount=4
|
||||
Control1=IDC_STATIC,static,1342177283
|
||||
Control2=IDC_STATIC,static,1342308480
|
||||
Control3=IDC_STATIC,static,1342308352
|
||||
Control4=IDOK,button,1342373889
|
||||
|
||||
[DLG:IDD_PARTICLE]
|
||||
Type=1
|
||||
Class=CParticlePage
|
||||
|
||||
[DLG:IDD_BILLBOARD]
|
||||
Type=1
|
||||
Class=CBillboardPage
|
||||
ControlCount=59
|
||||
Control1=IDC_TEXTURE,edit,1350631552
|
||||
Control2=IDC_BROWSE,button,1342242816
|
||||
Control3=IDC_AXISX,edit,1350631552
|
||||
Control4=IDC_AXISY,edit,1350631552
|
||||
Control5=IDC_AXISZ,edit,1350631552
|
||||
Control6=IDC_CENX,edit,1350631552
|
||||
Control7=IDC_CENY,edit,1350631552
|
||||
Control8=IDC_CENZ,edit,1350631552
|
||||
Control9=IDC_WIDTH,edit,1350631552
|
||||
Control10=IDC_HEIGHT,edit,1350631552
|
||||
Control11=IDC_ALPHA,edit,1350631552
|
||||
Control12=IDC_COLR,edit,1350631552
|
||||
Control13=IDC_COLG,edit,1350631552
|
||||
Control14=IDC_COLB,edit,1350631552
|
||||
Control15=IDC_STARTFRAME,edit,1350631552
|
||||
Control16=IDC_ENDFRAME,edit,1350631552
|
||||
Control17=IDC_STARTU,edit,1350631552
|
||||
Control18=IDC_STARTV,edit,1350631552
|
||||
Control19=IDC_TILEU,edit,1350631552
|
||||
Control20=IDC_TILEV,edit,1350631552
|
||||
Control21=IDC_CREATE,button,1342242816
|
||||
Control22=IDC_DELETE,button,1342242816
|
||||
Control23=IDC_STATIC,button,1342177287
|
||||
Control24=IDC_STATIC,static,1342308352
|
||||
Control25=IDC_STATIC,static,1342308352
|
||||
Control26=IDC_STATIC,static,1342308352
|
||||
Control27=IDC_STATIC,static,1342308352
|
||||
Control28=IDC_STATIC,static,1342308352
|
||||
Control29=IDC_STATIC,static,1342308352
|
||||
Control30=IDC_STATIC,static,1342308352
|
||||
Control31=IDC_STATIC,static,1342308352
|
||||
Control32=IDC_STATIC,static,1342308352
|
||||
Control33=IDC_STATIC,static,1342308352
|
||||
Control34=IDC_STATIC,static,1342308352
|
||||
Control35=IDC_STATIC,static,1342308352
|
||||
Control36=IDC_STATIC,static,1342308352
|
||||
Control37=IDC_STATIC,static,1342308352
|
||||
Control38=IDC_STATIC,static,1342308352
|
||||
Control39=IDC_STATIC,static,1342308352
|
||||
Control40=IDC_STATIC,static,1342308352
|
||||
Control41=IDC_STATIC,static,1342308352
|
||||
Control42=IDC_STATIC,static,1342308354
|
||||
Control43=IDC_STATIC,static,1342308354
|
||||
Control44=IDC_STATIC,button,1342177287
|
||||
Control45=IDC_STATIC,static,1342308354
|
||||
Control46=IDC_STATIC,static,1342308354
|
||||
Control47=IDC_TEXSTATIC,button,1342177289
|
||||
Control48=IDC_TEXANI,button,1342177289
|
||||
Control49=IDC_STATIC,static,1342308352
|
||||
Control50=IDC_TEXFRAME,edit,1350631552
|
||||
Control51=IDC_AXISALIGNED,button,1342242819
|
||||
Control52=IDC_CBSRC,combobox,1344348163
|
||||
Control53=IDC_CBADDRESSU,combobox,1344348163
|
||||
Control54=IDC_CBDEST,combobox,1344348163
|
||||
Control55=IDC_STATIC,static,1342308352
|
||||
Control56=IDC_STATIC,static,1342308352
|
||||
Control57=IDC_STATIC,static,1342308352
|
||||
Control58=IDC_CBADDRESSV,combobox,1344348163
|
||||
Control59=IDC_STATIC,static,1342308352
|
||||
|
||||
[DLG:IDD_CYLINDER]
|
||||
Type=1
|
||||
Class=CCylinderPage
|
||||
ControlCount=62
|
||||
Control1=IDC_TEXTURE,edit,1350631552
|
||||
Control2=IDC_BROWSE,button,1342242816
|
||||
Control3=IDC_AXISX,edit,1350631552
|
||||
Control4=IDC_AXISY,edit,1350631552
|
||||
Control5=IDC_AXISZ,edit,1350631552
|
||||
Control6=IDC_CENX,edit,1350631552
|
||||
Control7=IDC_CENY,edit,1350631552
|
||||
Control8=IDC_CENZ,edit,1350631552
|
||||
Control9=IDC_UPPERHEIGHT,edit,1350631552
|
||||
Control10=IDC_LOWERHEIGHT,edit,1350631552
|
||||
Control11=IDC_ALPHA,edit,1350631552
|
||||
Control12=IDC_COLR,edit,1350631552
|
||||
Control13=IDC_COLG,edit,1350631552
|
||||
Control14=IDC_COLB,edit,1350631552
|
||||
Control15=IDC_STARTFRAME,edit,1350631552
|
||||
Control16=IDC_ENDFRAME,edit,1350631552
|
||||
Control17=IDC_STARTU,edit,1350631552
|
||||
Control18=IDC_STARTV,edit,1350631552
|
||||
Control19=IDC_TILEU,edit,1350631552
|
||||
Control20=IDC_TILEV,edit,1350631552
|
||||
Control21=IDC_CREATE,button,1342242816
|
||||
Control22=IDC_DELETE,button,1342242816
|
||||
Control23=IDC_STATIC,button,1342177287
|
||||
Control24=IDC_STATIC,static,1342308352
|
||||
Control25=IDC_STATIC,static,1342308352
|
||||
Control26=IDC_STATIC,static,1342308352
|
||||
Control27=IDC_STATIC,static,1342308352
|
||||
Control28=IDC_STATIC,static,1342308352
|
||||
Control29=IDC_STATIC,static,1342308352
|
||||
Control30=IDC_STATIC,static,1342308352
|
||||
Control31=IDC_STATIC,static,1342308352
|
||||
Control32=IDC_STATIC,static,1342308352
|
||||
Control33=IDC_STATIC,static,1342308352
|
||||
Control34=IDC_STATIC,static,1342308352
|
||||
Control35=IDC_STATIC,static,1342308352
|
||||
Control36=IDC_STATIC,static,1342308352
|
||||
Control37=IDC_STATIC,static,1342308352
|
||||
Control38=IDC_STATIC,static,1342308352
|
||||
Control39=IDC_STATIC,static,1342308352
|
||||
Control40=IDC_STATIC,static,1342308352
|
||||
Control41=IDC_STATIC,static,1342308352
|
||||
Control42=IDC_STATIC,static,1342308354
|
||||
Control43=IDC_STATIC,static,1342308354
|
||||
Control44=IDC_STATIC,button,1342177287
|
||||
Control45=IDC_STATIC,static,1342308354
|
||||
Control46=IDC_STATIC,static,1342308354
|
||||
Control47=IDC_TEXSTATIC,button,1342177289
|
||||
Control48=IDC_UPPERRADIUS,edit,1350631552
|
||||
Control49=IDC_LOWERRADIUS,edit,1350631552
|
||||
Control50=IDC_STATIC,static,1342308352
|
||||
Control51=IDC_SIDEPLANE,edit,1350631552
|
||||
Control52=IDC_TEXANI,button,1342177289
|
||||
Control53=IDC_STATIC,static,1342308352
|
||||
Control54=IDC_TEXFRAME,edit,1350631552
|
||||
Control55=IDC_CBSRC,combobox,1344348163
|
||||
Control56=IDC_CBADDRESSU,combobox,1344348163
|
||||
Control57=IDC_CBDEST,combobox,1344348163
|
||||
Control58=IDC_STATIC,static,1342308352
|
||||
Control59=IDC_STATIC,static,1342308352
|
||||
Control60=IDC_STATIC,static,1342308352
|
||||
Control61=IDC_CBADDRESSV,combobox,1344348163
|
||||
Control62=IDC_STATIC,static,1342308352
|
||||
|
||||
[DLG:IDD_PLANE]
|
||||
Type=1
|
||||
Class=CPlanePage
|
||||
|
||||
[DLG:IDD_KEY]
|
||||
Type=1
|
||||
Class=CKeyPage
|
||||
ControlCount=20
|
||||
Control1=IDC_STATIC,static,1342308352
|
||||
Control2=IDC_TOTALFRAME,edit,1350631552
|
||||
Control3=IDC_PREFRAME,edit,1350631552
|
||||
Control4=IDC_KEYSLIDER,msctls_trackbar32,1342242820
|
||||
Control5=IDC_PLAY,button,1342242816
|
||||
Control6=IDC_STATIC,static,1342308352
|
||||
Control7=IDC_FRAMESEC,edit,1350631552
|
||||
Control8=IDC_STATIC,static,1342308352
|
||||
Control9=IDC_LOOP,button,1342242819
|
||||
Control10=IDC_STOP,button,1342242816
|
||||
Control11=IDC_POINTSLIDER,msctls_trackbar32,1342242872
|
||||
Control12=IDC_STATIC,static,1342308352
|
||||
Control13=IDC_RED,edit,1350631552
|
||||
Control14=IDC_GREEN,edit,1350631552
|
||||
Control15=IDC_BLUE,edit,1350631552
|
||||
Control16=IDC_STATIC,static,1342308352
|
||||
Control17=IDC_INCFRAME,edit,1350631552
|
||||
Control18=IDC_WAVNAME,edit,1350631552
|
||||
Control19=IDC_STATIC,static,1342308352
|
||||
Control20=IDC_WAV,button,1342242816
|
||||
|
||||
[DLG:IDD_SCENARIOBAR]
|
||||
Type=1
|
||||
Class=CScenarioPage
|
||||
|
||||
[DLG:IDD_SPHERE]
|
||||
Type=1
|
||||
Class=CSpherePage
|
||||
|
||||
[MNU:IDR_MAINFRAME]
|
||||
Type=1
|
||||
Class=?
|
||||
Command1=ID_FILE_NEW
|
||||
Command2=ID_FILE_OPEN
|
||||
Command3=ID_FILE_SAVE
|
||||
Command4=ID_FILE_SAVE_AS
|
||||
Command5=ID_FILE_MRU_FILE1
|
||||
Command6=ID_APP_EXIT
|
||||
Command7=ID_CHAR_VISIBLE
|
||||
Command8=ID_CHAR_INVISIBLE
|
||||
Command9=ID_CHAR_NORMAL
|
||||
Command10=ID_CHAR_BATTLE
|
||||
Command11=ID_CHAR_NOWEAPONB
|
||||
Command12=ID_CHAR_ONEHAND
|
||||
Command13=ID_CHAR_TWOHAND
|
||||
Command14=ID_CHAR_BLUNT
|
||||
Command15=ID_CHAR_BOW
|
||||
Command16=ID_CHAR_DAGGER
|
||||
Command17=ID_CHAR_CROSSBOW
|
||||
Command18=ID_CHAR_WAIT
|
||||
Command19=ID_CHAR_WALK
|
||||
Command20=ID_CHAR_BACK
|
||||
Command21=ID_CHAR_LEFT
|
||||
Command22=ID_CHAR_RIGHT
|
||||
Command23=ID_CHAR_RUN
|
||||
Command24=ID_CHAR_ATTACK
|
||||
Command25=ID_CHAR_ATTACK_LEFT
|
||||
Command26=ID_CHAR_ATTACK_RIGHT
|
||||
Command27=ID_CHAR_ATTACK_ADVANCE
|
||||
Command28=ID_CHAR_ATTACK_RETREAT
|
||||
Command29=ID_CHAR_ATTACKED
|
||||
Command30=ID_CHAR_FALLDOWN
|
||||
Command31=ID_CHAR_STUN
|
||||
Command32=ID_CHAR_CAST_BEGIN
|
||||
Command33=ID_CHAR_CASTING
|
||||
Command34=ID_CHAR_CASTING2
|
||||
Command35=ID_CHAR_CRIP_WEAPON
|
||||
Command36=ID_CHAR_TAKE_OUT_WEAPON
|
||||
Command37=ID_CHAR_PUT_IN_WEAPON
|
||||
Command38=ID_CHAR_RESTORE_HAND
|
||||
Command39=ID_CHAR_SIT_DOWN
|
||||
Command40=ID_CHAR_REST
|
||||
Command41=ID_CHAR_GET_UP
|
||||
Command42=ID_CHAR_M_CAST_BEGIN
|
||||
Command43=ID_CHAR_M_CASTING1
|
||||
Command44=ID_CHAR_M_CASTING2
|
||||
Command45=ID_CHAR_BASH
|
||||
Command46=ID_CHAR_BLOW
|
||||
Command47=ID_CHAR_ROUND_SWING
|
||||
Command48=ID_EDIT_UNDO
|
||||
Command49=ID_EDIT_REDO
|
||||
Command50=ID_EDIT_CUT
|
||||
Command51=ID_EDIT_COPY
|
||||
Command52=ID_EDIT_PASTE
|
||||
Command53=ID_APP_ABOUT
|
||||
CommandCount=53
|
||||
|
||||
[ACL:IDR_MAINFRAME]
|
||||
Type=1
|
||||
Class=?
|
||||
Command1=ID_EDIT_REDO
|
||||
Command2=ID_EDIT_COPY
|
||||
Command3=ID_FILE_NEW
|
||||
Command4=ID_FILE_OPEN
|
||||
Command5=ID_FILE_SAVE
|
||||
Command6=ID_EDIT_PASTE
|
||||
Command7=ID_EDIT_CUT
|
||||
Command8=ID_NEXT_PANE
|
||||
Command9=ID_PREV_PANE
|
||||
Command10=ID_EDIT_COPY
|
||||
Command11=ID_EDIT_PASTE
|
||||
Command12=ID_EDIT_CUT
|
||||
Command13=ID_EDIT_UNDO
|
||||
CommandCount=13
|
||||
|
||||
[DLG:IDD_PARTICLE (English (U.S.))]
|
||||
Type=1
|
||||
Class=?
|
||||
ControlCount=84
|
||||
Control1=IDC_STATIC,button,1342177287
|
||||
Control2=IDC_STATIC,static,1342308352
|
||||
Control3=IDC_STATIC,static,1342308352
|
||||
Control4=IDC_STATIC,static,1342308352
|
||||
Control5=IDC_STATIC,static,1342308352
|
||||
Control6=IDC_STATIC,static,1342308352
|
||||
Control7=IDC_STATIC,static,1342308352
|
||||
Control8=IDC_STATIC,static,1342308354
|
||||
Control9=IDC_STATIC,static,1342308354
|
||||
Control10=IDC_STATIC,static,1342308354
|
||||
Control11=IDC_STATIC,static,1342308354
|
||||
Control12=IDC_STATIC,static,1342308352
|
||||
Control13=IDC_STATIC,static,1342308352
|
||||
Control14=IDC_STATIC,static,1342308352
|
||||
Control15=IDC_STATIC,static,1342308354
|
||||
Control16=IDC_STATIC,static,1342308354
|
||||
Control17=IDC_STATIC,static,1342308352
|
||||
Control18=IDC_STATIC,static,1342308352
|
||||
Control19=IDC_STATIC,static,1342308352
|
||||
Control20=IDC_STATIC,static,1342308352
|
||||
Control21=IDC_TEXTURE,edit,1350631552
|
||||
Control22=IDC_BROWSE,button,1342242816
|
||||
Control23=IDC_AXISX,edit,1350631552
|
||||
Control24=IDC_AXISY,edit,1350631552
|
||||
Control25=IDC_AXISZ,edit,1350631552
|
||||
Control26=IDC_CENX,edit,1350631552
|
||||
Control27=IDC_CENY,edit,1350631552
|
||||
Control28=IDC_CENZ,edit,1350631552
|
||||
Control29=IDC_AMOUNT,edit,1350631552
|
||||
Control30=IDC_POWER,edit,1350631552
|
||||
Control31=IDC_ANGLE,edit,1350631552
|
||||
Control32=IDC_ALPHA,edit,1350631552
|
||||
Control33=IDC_STARTFRAME,edit,1350631552
|
||||
Control34=IDC_ENDFRAME,edit,1350631552
|
||||
Control35=IDC_EFORCEX,edit,1350631552
|
||||
Control36=IDC_EFORCEY,edit,1350631552
|
||||
Control37=IDC_EFORCEZ,edit,1350631552
|
||||
Control38=IDC_CREATE,button,1342242816
|
||||
Control39=IDC_DELETE,button,1342242816
|
||||
Control40=IDC_STATIC,static,1342308352
|
||||
Control41=IDC_STATIC,static,1342308352
|
||||
Control42=IDC_STATIC,static,1342308352
|
||||
Control43=IDC_LIFETIME,edit,1350631552
|
||||
Control44=IDC_LIFETIMESEED,edit,1350631552
|
||||
Control45=IDC_POWERSEED,edit,1350631552
|
||||
Control46=IDC_VOLX,edit,1350631552
|
||||
Control47=IDC_VOLY,edit,1350631552
|
||||
Control48=IDC_VOLZ,edit,1350631552
|
||||
Control49=IDC_NOVOLUME,button,1342177289
|
||||
Control50=IDC_SQUAREVOLUME,button,1342177289
|
||||
Control51=IDC_CIRCLEVOLUME,button,1342177289
|
||||
Control52=IDC_RADIUS,edit,1350631552
|
||||
Control53=IDC_INNERRADIUS,edit,1350631552
|
||||
Control54=IDC_STATIC,static,1342308352
|
||||
Control55=IDC_DIRX,edit,1350631552
|
||||
Control56=IDC_DIRY,edit,1350631552
|
||||
Control57=IDC_DIRZ,edit,1350631552
|
||||
Control58=IDC_STATIC,button,1342177287
|
||||
Control59=IDC_STATIC,static,1342308354
|
||||
Control60=IDC_STATIC,static,1342308354
|
||||
Control61=IDC_STATIC,static,1342308354
|
||||
Control62=IDC_STATIC,static,1342308352
|
||||
Control63=IDC_STATIC,static,1342308354
|
||||
Control64=IDC_ROTATION,edit,1350631552
|
||||
Control65=IDC_WIDTH,edit,1350631552
|
||||
Control66=IDC_COLR,edit,1350631552
|
||||
Control67=IDC_COLG,edit,1350631552
|
||||
Control68=IDC_COLB,edit,1350631552
|
||||
Control69=IDC_TEXSPEED,edit,1350631552
|
||||
Control70=IDC_STATIC,static,1342308352
|
||||
Control71=IDC_STATIC,static,1342308352
|
||||
Control72=IDC_STATIC,static,1342308352
|
||||
Control73=IDC_HEIGHT,edit,1350631552
|
||||
Control74=IDC_STATIC,static,1342308352
|
||||
Control75=IDC_SCEALPHA,edit,1350631552
|
||||
Control76=IDC_CONTINUOUS,button,1342242819
|
||||
Control77=IDC_CBSRC,combobox,1344348163
|
||||
Control78=IDC_CBADDRESSU,combobox,1344348163
|
||||
Control79=IDC_CBDEST,combobox,1344348163
|
||||
Control80=IDC_STATIC,static,1342308352
|
||||
Control81=IDC_STATIC,static,1342308352
|
||||
Control82=IDC_STATIC,static,1342308352
|
||||
Control83=IDC_CBADDRESSV,combobox,1344348163
|
||||
Control84=IDC_STATIC,static,1342308352
|
||||
|
||||
[DLG:IDD_PLANE (English (U.S.))]
|
||||
Type=1
|
||||
Class=?
|
||||
ControlCount=58
|
||||
Control1=IDC_TEXTURE,edit,1350631552
|
||||
Control2=IDC_BROWSE,button,1342242816
|
||||
Control3=IDC_AXISX,edit,1350631552
|
||||
Control4=IDC_AXISY,edit,1350631552
|
||||
Control5=IDC_AXISZ,edit,1350631552
|
||||
Control6=IDC_CENX,edit,1350631552
|
||||
Control7=IDC_CENY,edit,1350631552
|
||||
Control8=IDC_CENZ,edit,1350631552
|
||||
Control9=IDC_WIDTH,edit,1350631552
|
||||
Control10=IDC_HEIGHT,edit,1350631552
|
||||
Control11=IDC_ALPHA,edit,1350631552
|
||||
Control12=IDC_COLR,edit,1350631552
|
||||
Control13=IDC_COLG,edit,1350631552
|
||||
Control14=IDC_COLB,edit,1350631552
|
||||
Control15=IDC_STARTFRAME,edit,1350631552
|
||||
Control16=IDC_ENDFRAME,edit,1350631552
|
||||
Control17=IDC_STARTU,edit,1350631552
|
||||
Control18=IDC_STARTV,edit,1350631552
|
||||
Control19=IDC_TILEU,edit,1350631552
|
||||
Control20=IDC_TILEV,edit,1350631552
|
||||
Control21=IDC_CREATE,button,1342242816
|
||||
Control22=IDC_DELETE,button,1342242816
|
||||
Control23=IDC_STATIC,button,1342177287
|
||||
Control24=IDC_STATIC,static,1342308352
|
||||
Control25=IDC_STATIC,static,1342308352
|
||||
Control26=IDC_STATIC,static,1342308352
|
||||
Control27=IDC_STATIC,static,1342308352
|
||||
Control28=IDC_STATIC,static,1342308352
|
||||
Control29=IDC_STATIC,static,1342308352
|
||||
Control30=IDC_STATIC,static,1342308352
|
||||
Control31=IDC_STATIC,static,1342308352
|
||||
Control32=IDC_STATIC,static,1342308352
|
||||
Control33=IDC_STATIC,static,1342308352
|
||||
Control34=IDC_STATIC,static,1342308352
|
||||
Control35=IDC_STATIC,static,1342308352
|
||||
Control36=IDC_STATIC,static,1342308352
|
||||
Control37=IDC_STATIC,static,1342308352
|
||||
Control38=IDC_STATIC,static,1342308352
|
||||
Control39=IDC_STATIC,static,1342308352
|
||||
Control40=IDC_STATIC,static,1342308352
|
||||
Control41=IDC_STATIC,static,1342308352
|
||||
Control42=IDC_STATIC,static,1342308354
|
||||
Control43=IDC_STATIC,static,1342308354
|
||||
Control44=IDC_STATIC,button,1342177287
|
||||
Control45=IDC_STATIC,static,1342308354
|
||||
Control46=IDC_STATIC,static,1342308354
|
||||
Control47=IDC_TEXSTATIC,button,1342177289
|
||||
Control48=IDC_TEXANI,button,1342177289
|
||||
Control49=IDC_STATIC,static,1342308352
|
||||
Control50=IDC_TEXFRAME,edit,1350631552
|
||||
Control51=IDC_CBSRC,combobox,1344348163
|
||||
Control52=IDC_CBADDRESSU,combobox,1344348163
|
||||
Control53=IDC_CBDEST,combobox,1344348163
|
||||
Control54=IDC_STATIC,static,1342308352
|
||||
Control55=IDC_STATIC,static,1342308352
|
||||
Control56=IDC_STATIC,static,1342308352
|
||||
Control57=IDC_CBADDRESSV,combobox,1344348163
|
||||
Control58=IDC_STATIC,static,1342308352
|
||||
|
||||
[DLG:IDD_SCENARIOBAR (English (U.S.))]
|
||||
Type=1
|
||||
Class=?
|
||||
ControlCount=3
|
||||
Control1=IDC_KEYSLIDER,msctls_trackbar32,1342242820
|
||||
Control2=IDC_STATIC,static,1342308352
|
||||
Control3=IDC_PREPRO,edit,1350631552
|
||||
|
||||
[DLG:IDD_KEYBAR (English (U.S.))]
|
||||
Type=1
|
||||
Class=?
|
||||
ControlCount=0
|
||||
|
||||
[DLG:IDD_EFFECTBAR (English (U.S.))]
|
||||
Type=1
|
||||
Class=?
|
||||
ControlCount=0
|
||||
|
||||
[DLG:IDD_SPHERE (English (U.S.))]
|
||||
Type=1
|
||||
Class=?
|
||||
ControlCount=72
|
||||
Control1=IDC_TEXTURE,edit,1350631552
|
||||
Control2=IDC_BROWSE,button,1342242816
|
||||
Control3=IDC_AXISX,edit,1350631552
|
||||
Control4=IDC_AXISY,edit,1350631552
|
||||
Control5=IDC_AXISZ,edit,1350631552
|
||||
Control6=IDC_CENX,edit,1350631552
|
||||
Control7=IDC_CENY,edit,1350631552
|
||||
Control8=IDC_CENZ,edit,1350631552
|
||||
Control9=IDC_ALPHA,edit,1350631552
|
||||
Control10=IDC_COLR,edit,1350631552
|
||||
Control11=IDC_COLG,edit,1350631552
|
||||
Control12=IDC_COLB,edit,1350631552
|
||||
Control13=IDC_STARTFRAME,edit,1350631552
|
||||
Control14=IDC_ENDFRAME,edit,1350631552
|
||||
Control15=IDC_STARTU,edit,1350631552
|
||||
Control16=IDC_STARTV,edit,1350631552
|
||||
Control17=IDC_TILEU,edit,1350631552
|
||||
Control18=IDC_TILEV,edit,1350631552
|
||||
Control19=IDC_CREATE,button,1342242816
|
||||
Control20=IDC_DELETE,button,1342242816
|
||||
Control21=IDC_STATIC,button,1342177287
|
||||
Control22=IDC_STATIC,static,1342308352
|
||||
Control23=IDC_STATIC,static,1342308352
|
||||
Control24=IDC_STATIC,static,1342308352
|
||||
Control25=IDC_STATIC,static,1342308352
|
||||
Control26=IDC_STATIC,static,1342308352
|
||||
Control27=IDC_STATIC,static,1342308352
|
||||
Control28=IDC_STATIC,static,1342308352
|
||||
Control29=IDC_STATIC,static,1342308352
|
||||
Control30=IDC_STATIC,static,1342308352
|
||||
Control31=IDC_STATIC,static,1342308352
|
||||
Control32=IDC_STATIC,static,1342308352
|
||||
Control33=IDC_STATIC,static,1342308352
|
||||
Control34=IDC_STATIC,static,1342308352
|
||||
Control35=IDC_STATIC,static,1342308352
|
||||
Control36=IDC_STATIC,static,1342308352
|
||||
Control37=IDC_STATIC,static,1342308352
|
||||
Control38=IDC_STATIC,static,1342308354
|
||||
Control39=IDC_STATIC,static,1342308354
|
||||
Control40=IDC_STATIC,button,1342177287
|
||||
Control41=IDC_STATIC,static,1342308354
|
||||
Control42=IDC_STATIC,static,1342308354
|
||||
Control43=IDC_TEXSTATIC,button,1342177289
|
||||
Control44=IDC_SEGMENT,edit,1350631552
|
||||
Control45=IDC_SIDEPLANE,edit,1350631552
|
||||
Control46=IDC_RADIUS,edit,1350631552
|
||||
Control47=IDC_HEIGHTFACTOR,edit,1350631552
|
||||
Control48=IDC_STATIC,static,1342308354
|
||||
Control49=IDC_STATIC,static,1342308354
|
||||
Control50=IDC_STATIC,static,1342308354
|
||||
Control51=IDC_STATIC,static,1342308354
|
||||
Control52=IDC_UPPERVIS,button,1342242819
|
||||
Control53=IDC_LOWERVIS,button,1342242819
|
||||
Control54=IDC_UPPERFACTOR,edit,1350631552
|
||||
Control55=IDC_LOWERFACTOR,edit,1350631552
|
||||
Control56=IDC_STATIC,static,1342308354
|
||||
Control57=IDC_STATIC,static,1342308354
|
||||
Control58=IDC_UPPERUP,button,1342242816
|
||||
Control59=IDC_LOWERUP,button,1342242816
|
||||
Control60=IDC_UPPERTEX,button,1342242819
|
||||
Control61=IDC_LOWERTEX,button,1342242819
|
||||
Control62=IDC_TEXANI,button,1342177289
|
||||
Control63=IDC_STATIC,static,1342308352
|
||||
Control64=IDC_TEXFRAME,edit,1350631552
|
||||
Control65=IDC_CBSRC,combobox,1344348163
|
||||
Control66=IDC_CBADDRESSU,combobox,1344348163
|
||||
Control67=IDC_CBDEST,combobox,1344348163
|
||||
Control68=IDC_STATIC,static,1342308352
|
||||
Control69=IDC_STATIC,static,1342308352
|
||||
Control70=IDC_STATIC,static,1342308352
|
||||
Control71=IDC_CBADDRESSV,combobox,1344348163
|
||||
Control72=IDC_STATIC,static,1342308352
|
||||
|
||||
[CLS:CPointSlider]
|
||||
Type=0
|
||||
HeaderFile=PointSlider.h
|
||||
ImplementationFile=PointSlider.cpp
|
||||
BaseClass=CStatic
|
||||
Filter=W
|
||||
VirtualFilter=WC
|
||||
|
||||
[DLG:IDD_BACKCOLOR (English (U.S.))]
|
||||
Type=1
|
||||
Class=CChangeColor
|
||||
ControlCount=8
|
||||
Control1=IDC_STATIC,static,1342308352
|
||||
Control2=IDC_STATIC,static,1342308352
|
||||
Control3=IDC_STATIC,static,1342308352
|
||||
Control4=IDC_RED,edit,1350631552
|
||||
Control5=IDC_GREEN,edit,1350631552
|
||||
Control6=IDC_BLUE,edit,1350631552
|
||||
Control7=IDC_OK,button,1342242816
|
||||
Control8=IDC_CANCLE,button,1342242816
|
||||
|
||||
[CLS:CChangeColor]
|
||||
Type=0
|
||||
HeaderFile=ChangeColor.h
|
||||
ImplementationFile=ChangeColor.cpp
|
||||
BaseClass=CDialog
|
||||
Filter=D
|
||||
LastObject=IDC_CANCLE
|
||||
VirtualFilter=dWC
|
||||
|
||||
[DLG:IDD_MESH (English (U.S.))]
|
||||
Type=1
|
||||
Class=CMeshPage
|
||||
ControlCount=32
|
||||
Control1=IDC_MESH,edit,1350631552
|
||||
Control2=IDC_BROWSE,button,1342242816
|
||||
Control3=IDC_OBECJTMAX,edit,1484849280
|
||||
Control4=IDC_OBJECTNUM,edit,1350631552
|
||||
Control5=IDC_ALPHA,edit,1350631552
|
||||
Control6=IDC_COLR,edit,1350631552
|
||||
Control7=IDC_COLG,edit,1350631552
|
||||
Control8=IDC_COLB,edit,1350631552
|
||||
Control9=IDC_STARTFRAME,edit,1350631552
|
||||
Control10=IDC_ENDFRAME,edit,1350631552
|
||||
Control11=IDC_CREATE,button,1342242816
|
||||
Control12=IDC_DELETE,button,1342242816
|
||||
Control13=IDC_CBSRC,combobox,1344348163
|
||||
Control14=IDC_CBDEST,combobox,1344348163
|
||||
Control15=IDC_STATIC,button,1342177287
|
||||
Control16=IDC_STATIC,static,1342308352
|
||||
Control17=IDC_STATIC,static,1342308352
|
||||
Control18=IDC_STATIC,button,1342177287
|
||||
Control19=IDC_STATIC,static,1342308352
|
||||
Control20=IDC_STATIC,static,1342308352
|
||||
Control21=IDC_STATIC,static,1342308352
|
||||
Control22=IDC_STATIC,static,1342308352
|
||||
Control23=IDC_STATIC,static,1342308352
|
||||
Control24=IDC_STATIC,static,1342308352
|
||||
Control25=IDC_STATIC,static,1342308352
|
||||
Control26=IDC_STATIC,static,1342308352
|
||||
Control27=IDC_STATIC,static,1342308352
|
||||
Control28=IDC_STATIC,static,1342308352
|
||||
Control29=IDC_TEXFRAME,edit,1350631552
|
||||
Control30=IDC_STATIC,static,1342308352
|
||||
Control31=IDC_STARTTEXFRAME,edit,1350631552
|
||||
Control32=IDC_STATIC,static,1342308352
|
||||
|
||||
[CLS:CMeshPage]
|
||||
Type=0
|
||||
HeaderFile=meshpage.h
|
||||
ImplementationFile=meshpage.cpp
|
||||
BaseClass=CPropertyPage
|
||||
Filter=D
|
||||
LastObject=IDC_OBJECTNUM
|
||||
VirtualFilter=idWC
|
||||
|
||||
Reference in New Issue
Block a user