Home
last modified time | relevance | path

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

/GUIX-v6.4.1/guix_studio/
Dscreen_flow_edit_dlg.cpp98mZoomValueLable.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()
Dscreen_flow_edit_dlg.h41 CStatic mZoomValueLable; variable