Searched refs:rcFileNameBoxLabel (Results 1 – 1 of 1) sorted by relevance
748 RECT rcFileNameBoxLabel; in EnlargeStdControlLabels() local749 GetWindowRect(hFileNameBoxLabel, &rcFileNameBoxLabel); in EnlargeStdControlLabels()750 w = rcFileNameBoxLabel.right - rcFileNameBoxLabel.left + offset; in EnlargeStdControlLabels()751 h = rcFileNameBoxLabel.bottom - rcFileNameBoxLabel.top; in EnlargeStdControlLabels()752 ScreenToClient(m_hwndFileOpenDlg, (LPPOINT)&rcFileNameBoxLabel); in EnlargeStdControlLabels()753 MoveWindow(hFileNameBoxLabel, rcFileNameBoxLabel.left, rcFileNameBoxLabel.top, w, h, true); in EnlargeStdControlLabels()
Completed in 10 milliseconds