Lines Matching refs:pDX
244 void sprite_edit_dialog::DoDataExchange(CDataExchange* pDX) in DoDataExchange() argument
246 CDialog::DoDataExchange(pDX); in DoDataExchange()
247 DDX_Control(pDX, IDC_SPIN_NUM_FRAMES, mSpinNumFrames); in DoDataExchange()
248 DDX_Control(pDX, IDC_SPIN_EDIT_FRAME, mSpinEditFrame); in DoDataExchange()
249 DDX_Control(pDX, IDC_NUM_FRAMES, mNumFramesField); in DoDataExchange()
250 DDX_Control(pDX, IDC_EDIT_FRAME, mEditFrameField); in DoDataExchange()
251 DDX_Control(pDX, IDC_BACKGROUND_COMBO, mBackgroundCombo); in DoDataExchange()
252 DDX_Control(pDX, IDC_PIXELMAP_COMBO, mPixelmapCombo); in DoDataExchange()
253 DDX_Control(pDX, IDC_X_OFFSET, mXOffsetEdit); in DoDataExchange()
254 DDX_Control(pDX, IDC_Y_OFFSET, mYOffsetEdit); in DoDataExchange()
256 if (pDX->m_bSaveAndValidate) in DoDataExchange()