Searched refs:rcFilterBoxLabel (Results 1 – 1 of 1) sorted by relevance
721 RECT rcFilterBoxLabel; in EnlargeStdControlLabels() local722 GetWindowRect(hFilterBoxLabel, &rcFilterBoxLabel); in EnlargeStdControlLabels()723 int offset = rcFileNameBox.left - rcFilterBoxLabel.right - 1; in EnlargeStdControlLabels()725 w = rcFilterBoxLabel.right - rcFilterBoxLabel.left + offset; in EnlargeStdControlLabels()726 h = rcFilterBoxLabel.bottom - rcFilterBoxLabel.top; in EnlargeStdControlLabels()727 ScreenToClient(m_hwndFileOpenDlg, (LPPOINT)&rcFilterBoxLabel); in EnlargeStdControlLabels()728 MoveWindow(hFilterBoxLabel, rcFilterBoxLabel.left, rcFilterBoxLabel.top, w, h, true); in EnlargeStdControlLabels()