Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

53 lines
1.4 KiB

  1. // ChildFrm.h : interface of the CChildFrame class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_CHILDFRM_H__C423679D_E14B_4EFB_BF3D_F9E796F1BA03__INCLUDED_)
  5. #define AFX_CHILDFRM_H__C423679D_E14B_4EFB_BF3D_F9E796F1BA03__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. class CChildFrame : public CMDIChildWnd
  10. {
  11. DECLARE_DYNCREATE(CChildFrame)
  12. public:
  13. CChildFrame();
  14. // Attributes
  15. public:
  16. // Operations
  17. public:
  18. // Overrides
  19. // ClassWizard generated virtual function overrides
  20. //{{AFX_VIRTUAL(CChildFrame)
  21. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  22. //}}AFX_VIRTUAL
  23. // Implementation
  24. public:
  25. virtual ~CChildFrame();
  26. #ifdef _DEBUG
  27. virtual void AssertValid() const;
  28. virtual void Dump(CDumpContext& dc) const;
  29. #endif
  30. // Generated message map functions
  31. protected:
  32. //{{AFX_MSG(CChildFrame)
  33. // NOTE - the ClassWizard will add and remove member functions here.
  34. // DO NOT EDIT what you see in these blocks of generated code!
  35. //}}AFX_MSG
  36. DECLARE_MESSAGE_MAP()
  37. };
  38. /////////////////////////////////////////////////////////////////////////////
  39. //{{AFX_INSERT_LOCATION}}
  40. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  41. #endif // !defined(AFX_CHILDFRM_H__C423679D_E14B_4EFB_BF3D_F9E796F1BA03__INCLUDED_)