Lines Matching refs:target_frame
68 mpTargetFrame = new target_frame(); in OnCreate()
181 BEGIN_MESSAGE_MAP(target_frame, CScrollView) in BEGIN_MESSAGE_MAP() argument
188 target_frame::target_frame() in BEGIN_MESSAGE_MAP()
192 BOOL target_frame::PreCreateWindow(CREATESTRUCT &cs) in PreCreateWindow()
199 void target_frame::OnLButtonDown(UINT nFlags, CPoint point) in OnLButtonDown()
205 void target_frame::OnKeyDown(UINT nChar, UINT Rep, UINT flags) in OnKeyDown()
272 void target_frame::UpdateScrollSize() in UpdateScrollSize()
288 void target_frame::OnInitialUpdate() in OnInitialUpdate()
295 void target_frame::OnSize(UINT nType, int cx, int cy) in OnSize()
302 BOOL target_frame::OnEraseBkgnd(CDC *dc) in OnEraseBkgnd()
333 void target_frame::OnDraw(CDC* pDC) in OnDraw()
380 BOOL target_frame::OnScroll(UINT nScrollCode, UINT nPos, BOOL bDoScroll) in OnScroll()