Searched refs:rcFilterBoxLabel (Results 1 – 1 of 1) sorted by relevance
739 RECT rcFilterBoxLabel; in EnlargeStdControlLabels() local740 GetWindowRect(hFilterBoxLabel, &rcFilterBoxLabel); in EnlargeStdControlLabels()741 int offset = rcFileNameBox.left - rcFilterBoxLabel.right - 1; in EnlargeStdControlLabels()743 w = rcFilterBoxLabel.right - rcFilterBoxLabel.left + offset; in EnlargeStdControlLabels()744 h = rcFilterBoxLabel.bottom - rcFilterBoxLabel.top; in EnlargeStdControlLabels()745 ScreenToClient(m_hwndFileOpenDlg, (LPPOINT)&rcFilterBoxLabel); in EnlargeStdControlLabels()746 MoveWindow(hFilterBoxLabel, rcFilterBoxLabel.left, rcFilterBoxLabel.top, w, h, true); in EnlargeStdControlLabels()
Completed in 21 milliseconds