80BOOL
CExTextFrame::Create(LPCTSTR lpszClassName, LPCTSTR lpszWindowName, DWORD dwStyle, const RECT& rect, CMDIFrameWnd* pParentWnd, CCreateContext* pContext)
82 dwStyle = dwStyle | WS_CLIPCHILDREN;
83 dwStyle = dwStyle & (~WS_MAXIMIZEBOX);
84 return CMDIChildWnd::Create(lpszClassName, lpszWindowName, dwStyle, rect, pParentWnd, pContext);
136 pt.x = pRect->right - pRect->left;
137 pt.y = pRect->bottom - pRect->top;
143 pRect->right = pRect->left + pt.x;
144 pRect->bottom = pRect->top + pt.y;
145 CMDIChildWnd::OnSizing(fwSide, pRect);
afx_msg void OnMove(int x, int y)
afx_msg LRESULT OnEnterSizeMove(WPARAM wParam, LPARAM lParam)
afx_msg LRESULT OnExitSizeMove(WPARAM wParam, LPARAM lParam)
afx_msg void OnSizing(UINT fwSide, LPRECT pRect)
afx_msg BOOL OnEraseBkgnd(CDC *pDC)
POINT GetWindowReSize(POINT pt)
POINT GetWindowSize(POINT pt)
POINT GetClientSize(POINT pt)