CFaceEditDemoDlg.h
上传用户:dgvc2008
上传日期:2021-01-21
资源大小:65k
文件大小:1k
源码类别:

RichEdit

开发平台:

Visual C++

  1. // CFaceEditDemoDlg.h : header file
  2. //
  3. #if !defined(AFX_CFACEEDITDEMODLG_H__474FF149_007B_46B9_A282_4975DA1AA2C1__INCLUDED_)
  4. #define AFX_CFACEEDITDEMODLG_H__474FF149_007B_46B9_A282_4975DA1AA2C1__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. #include "FaceEdit.h"
  9. #include "StatLink.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CCFaceEditDemoDlg dialog
  12. class CCFaceEditDemoDlg : public CDialog
  13. {
  14. // Construction
  15. public:
  16. CCFaceEditDemoDlg(CWnd* pParent = NULL); // standard constructor
  17. // Dialog Data
  18. //{{AFX_DATA(CCFaceEditDemoDlg)
  19. enum { IDD = IDD_CFACEEDITDEMO_DIALOG };
  20. CFaceEdit m_FaceEdit;
  21. //}}AFX_DATA
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CCFaceEditDemoDlg)
  24. protected:
  25. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  26. //}}AFX_VIRTUAL
  27. // Implementation
  28. protected:
  29. HICON m_hIcon;
  30. CStaticLink m_wndLink;
  31. // Generated message map functions
  32. //{{AFX_MSG(CCFaceEditDemoDlg)
  33. virtual BOOL OnInitDialog();
  34. afx_msg void OnPaint();
  35. afx_msg HCURSOR OnQueryDragIcon();
  36. afx_msg void OnBtnOK();
  37. //}}AFX_MSG
  38. DECLARE_MESSAGE_MAP()
  39. };
  40. //{{AFX_INSERT_LOCATION}}
  41. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  42. #endif // !defined(AFX_CFACEEDITDEMODLG_H__474FF149_007B_46B9_A282_4975DA1AA2C1__INCLUDED_)