Searched refs:mZoomValueLable (Results 1 – 2 of 2) sorted by relevance
98 …mZoomValueLable.Create(_T(""), WS_CHILD | WS_VISIBLE, CRect(0, 0, 0, 0), this, ID_ZOOM_VALUE_LABLE… in OnCreate()109 mZoomValueLable.SetFont(&mFont); in OnCreate()110 SetLiveRegion(mZoomValueLable.GetSafeHwnd()); in OnCreate()152 mZoomValueLable.MoveWindow(size); in OnSize()201 mZoomValueLable.SetWindowText(text); in UpdateZoomValue()204 mZoomValueLable.GetWindowRect(&size); in UpdateZoomValue()211 mZoomValueLable.NotifyWinEvent( in UpdateZoomValue()
41 CStatic mZoomValueLable; variable