ChildFrm.h
资源名称:realtime.rar [点击查看]
上传用户:mgf822
上传日期:2013-10-03
资源大小:133k
文件大小:2k
源码类别:
对话框与窗口
开发平台:
Visual C++
- // ChildFrm.h : interface of the CChildFrame class
- //
- /////////////////////////////////////////////////////////////////////////////
- #if !defined(AFX_CHILDFRM_H__1255127F_E7E7_11D3_85BC_0008C777FFEE__INCLUDED_)
- #define AFX_CHILDFRM_H__1255127F_E7E7_11D3_85BC_0008C777FFEE__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- class CChildFrame : public CMDIChildWnd
- {
- DECLARE_DYNCREATE(CChildFrame)
- public:
- CChildFrame();
- // Attributes
- public:
- CSplitterWnd m_wndSplitter;
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CChildFrame)
- public:
- virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
- protected:
- virtual BOOL OnCreateClient(LPCREATESTRUCT lpcs, CCreateContext* pContext);
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~CChildFrame();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- // Generated message map functions
- protected:
- //{{AFX_MSG(CChildFrame)
- afx_msg void OnViewRestoretimer();
- afx_msg void OnUpdateViewRestoretimer(CCmdUI* pCmdUI);
- afx_msg void OnViewKilltimer();
- afx_msg void OnUpdateViewKilltimer(CCmdUI* pCmdUI);
- afx_msg void OnEditInsert();
- afx_msg void OnUpdateEditInsert(CCmdUI* pCmdUI);
- afx_msg void OnEditDelete();
- afx_msg void OnUpdateEditDelete(CCmdUI* pCmdUI);
- afx_msg void OnEditModify();
- afx_msg void OnUpdateEditModify(CCmdUI* pCmdUI);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_CHILDFRM_H__1255127F_E7E7_11D3_85BC_0008C777FFEE__INCLUDED_)