Searched refs:pHAlign (Results 1 – 1 of 1) sorted by relevance
3216 CComboBox *pHAlign = (CComboBox *) GetDlgItem(ID_PIXMAP_HALIGN); in OnChangePixmapAlign() local3219 if (mpProject && mpInfo && pHAlign && pVAlign) in OnChangePixmapAlign()3221 int selected = pHAlign->GetCurSel(); in OnChangePixmapAlign()3227 hStyle = (ULONG) pHAlign->GetItemData(selected); in OnChangePixmapAlign()