Home
last modified time | relevance | path

Searched refs:hbrLightBlue (Results 1 – 1 of 1) sorted by relevance

/reactos/base/setup/welcome/
H A Dwelcome.c113 HBRUSH hbrLightBlue; variable
1059 hbrLightBlue = CreateSolidBrush(LIGHT_BLUE); in OnCreate()
1283 hOldBrush = (HBRUSH)SelectObject(hdc, hbrLightBlue); in OnPaint()
1439 hOldBrush = (HBRUSH)SelectObject(lpDis->hDC, hbrLightBlue); in OnDrawItem()
1518 return (LRESULT)hbrLightBlue; in OnCtlColorStatic()
1590 DeleteObject(hbrLightBlue); in OnDestroy()