AnimatePropDlg.h
上传用户:ywlong9188
上传日期:2022-05-31
资源大小:2656k
文件大小:1k
- // AnimatePropDlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CAnimatePropDlg dialog
- #include "resource.h"
- class CAnimatePropDlg : public CDialog
- {
- // Construction
- public:
- CAnimatePropDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CAnimatePropDlg)
- enum { IDD = IDD_ANIMATETAG_PROP };
- CStatic m_cPointSize;
- CStatic m_cFontName;
- CString m_sParam;
- CString m_sNumber;
- CString m_sFontName;
- CString m_sPointSize;
- CString m_name;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CAnimatePropDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- public:
- LOGFONT m_logFont;
- int m_nSize;
- COLORREF m_cColor;
- CString m_sFaceName;
- void GetColor(COLORREF& color);
- void SetColor(COLORREF& color);
- CString GetFaceName();
- int GetSize();
- protected:
- // Generated message map functions
- //{{AFX_MSG(CAnimatePropDlg)
- afx_msg void OnAnimateTextSet();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };