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.

58 lines
1.5 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1999 - 1999
  6. //
  7. // File: MDIClint.h
  8. //
  9. //--------------------------------------------------------------------------
  10. #if !defined(AFX_MDICLINT_H__22C6BB09_294D_11D1_A7D4_00C04FD8D565__INCLUDED_)
  11. #define AFX_MDICLINT_H__22C6BB09_294D_11D1_A7D4_00C04FD8D565__INCLUDED_
  12. #if _MSC_VER >= 1000
  13. #pragma once
  14. #endif // _MSC_VER >= 1000
  15. // MDIClint.h : header file
  16. //
  17. /////////////////////////////////////////////////////////////////////////////
  18. // CMDIClientWnd window
  19. class CMDIClientWnd : public CWnd
  20. {
  21. typedef CWnd BC;
  22. // Construction
  23. public:
  24. CMDIClientWnd();
  25. // Operations
  26. public:
  27. // Overrides
  28. // ClassWizard generated virtual function overrides
  29. //{{AFX_VIRTUAL(CMDIClientWnd)
  30. //}}AFX_VIRTUAL
  31. // Implementation
  32. public:
  33. virtual ~CMDIClientWnd();
  34. // Generated message map functions
  35. protected:
  36. //{{AFX_MSG(CMDIClientWnd)
  37. // NOTE - the ClassWizard will add and remove member functions here.
  38. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  39. //}}AFX_MSG
  40. DECLARE_MESSAGE_MAP();
  41. };
  42. /////////////////////////////////////////////////////////////////////////////
  43. //{{AFX_INSERT_LOCATION}}
  44. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  45. #endif // !defined(AFX_MDICLINT_H__22C6BB09_294D_11D1_A7D4_00C04FD8D565__INCLUDED_)