6#define DISPLAY_MARGIN 5
7#define LINES_PER_PAGE 30
51 virtual void Dump(CDumpContext& dc)
const;
83 BOOL
OnScroll(UINT nScrollCode, UINT nPos, BOOL bDoScroll);
87 afx_msg
int OnCreate(LPCREATESTRUCT lpcs);
89 afx_msg
void OnDraw(CDC* pDC);
91 afx_msg
void OnLButtonUp(UINT nFlags, CPoint point);
92 afx_msg
void OnMouseMove(UINT nFlags, CPoint point);
94 afx_msg
void OnSize(UINT nType,
int cx,
int cy);
afx_msg void OnDestroy(void)
afx_msg void OnDraw(CDC *pDC)
afx_msg void OnMouseMove(UINT nFlags, CPoint point)
virtual void OnInitialUpdate()
BOOL OnScroll(UINT nScrollCode, UINT nPos, BOOL bDoScroll)
afx_msg void OnSize(UINT nType, int cx, int cy)
virtual BOOL PreCreateWindow(CREATESTRUCT &cs)
void SetTitle(LPCTSTR title)
afx_msg int OnCreate(LPCREATESTRUCT lpcs)
void setScrollPosition(CDC *pDC, CLogRingBuffer *pBR)
CString getCopyData(void)
afx_msg void OnLButtonUp(UINT nFlags, CPoint point)
CLogWndDoc * GetDocument() const
virtual void AssertValid() const
virtual void Dump(CDumpContext &dc) const
afx_msg void OnLButtonDown(UINT nFlags, CPoint point)
afx_msg BOOL OnEraseBkgnd(CDC *pDC)
void resetScrollSize(void)