This commit is contained in:
Daveo 2001-04-09 14:56:05 +00:00
parent d490a19952
commit 2e606b05d2
19 changed files with 79 additions and 31 deletions

View file

@ -32,6 +32,9 @@ void CGUILayerFX::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CGUILayerFX)
DDX_Control(pDX, IDC_FX_HEIGHT_SPIN, m_HeightSpin);
DDX_Control(pDX, IDC_FX_SPEED_SPIN, m_SpeedSpin);
DDX_Control(pDX, IDC_FX_WIDTH_SPIN, m_WidthSpin);
DDX_Control(pDX, IDC_FX_WIDTH, m_Width);
DDX_Control(pDX, IDC_FX_HEIGHT, m_Height);
DDX_Control(pDX, IDC_FX_SPEED, m_Speed);