CFaceEditDemoDlg.h
上传用户:dgvc2008
上传日期:2021-01-21
资源大小:65k
文件大小:1k
- // CFaceEditDemoDlg.h : header file
- //
- #if !defined(AFX_CFACEEDITDEMODLG_H__474FF149_007B_46B9_A282_4975DA1AA2C1__INCLUDED_)
- #define AFX_CFACEEDITDEMODLG_H__474FF149_007B_46B9_A282_4975DA1AA2C1__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #include "FaceEdit.h"
- #include "StatLink.h"
- /////////////////////////////////////////////////////////////////////////////
- // CCFaceEditDemoDlg dialog
- class CCFaceEditDemoDlg : public CDialog
- {
- // Construction
- public:
- CCFaceEditDemoDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CCFaceEditDemoDlg)
- enum { IDD = IDD_CFACEEDITDEMO_DIALOG };
- CFaceEdit m_FaceEdit;
- //}}AFX_DATA
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CCFaceEditDemoDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- HICON m_hIcon;
- CStaticLink m_wndLink;
- // Generated message map functions
- //{{AFX_MSG(CCFaceEditDemoDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- afx_msg void OnBtnOK();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_CFACEEDITDEMODLG_H__474FF149_007B_46B9_A282_4975DA1AA2C1__INCLUDED_)