AnimatePropDlg.h
上传用户:ywlong9188
上传日期:2022-05-31
资源大小:2656k
文件大小:1k
源码类别:

远程控制编程

开发平台:

C/C++

  1. // AnimatePropDlg.h : header file
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. // CAnimatePropDlg dialog
  5. #include "resource.h"
  6. class  CAnimatePropDlg : public CDialog
  7. {
  8. // Construction
  9. public:
  10. CAnimatePropDlg(CWnd* pParent = NULL);   // standard constructor
  11. // Dialog Data
  12. //{{AFX_DATA(CAnimatePropDlg)
  13. enum { IDD = IDD_ANIMATETAG_PROP };
  14. CStatic m_cPointSize;
  15. CStatic m_cFontName;
  16. CString m_sParam;
  17. CString m_sNumber;
  18. CString m_sFontName;
  19. CString m_sPointSize;
  20. CString m_name;
  21. //}}AFX_DATA
  22. // Overrides
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CAnimatePropDlg)
  25. protected:
  26. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. public:
  30. LOGFONT m_logFont;
  31. int m_nSize;
  32. COLORREF m_cColor;
  33. CString m_sFaceName;
  34. void GetColor(COLORREF& color);
  35. void SetColor(COLORREF& color);
  36. CString GetFaceName();
  37. int GetSize();
  38. protected:
  39. // Generated message map functions
  40. //{{AFX_MSG(CAnimatePropDlg)
  41. afx_msg void OnAnimateTextSet();
  42. //}}AFX_MSG
  43. DECLARE_MESSAGE_MAP()
  44. };