Searched refs:pVAlign (Results 1 – 1 of 1) sorted by relevance
3217 CComboBox *pVAlign = (CComboBox *) GetDlgItem(ID_PIXMAP_VALIGN); in OnChangePixmapAlign() local3219 if (mpProject && mpInfo && pHAlign && pVAlign) in OnChangePixmapAlign()3231 selected = pVAlign->GetCurSel(); in OnChangePixmapAlign()3235 vStyle = (ULONG) pVAlign->GetItemData(selected); in OnChangePixmapAlign()