AboutDlg.h
上传用户:fxzxgm
上传日期:2007-01-02
资源大小:99k
文件大小:1k
源码类别:

Static控件

开发平台:

Visual C++

  1. #if !defined(AFX_ABOUTDLG_H__A449DF81_E75B_11D1_8E55_9E80D52A2535__INCLUDED_)
  2. #define AFX_ABOUTDLG_H__A449DF81_E75B_11D1_8E55_9E80D52A2535__INCLUDED_
  3. #include "CColorStaticST_demo.h"
  4. #include "HyperLink.h"
  5. #include "ColorStaticST.h"
  6. #if _MSC_VER >= 1000
  7. #pragma once
  8. #endif // _MSC_VER >= 1000
  9. // AboutDlg.h : header file
  10. //
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CAboutDlg dialog
  13. class CAboutDlg : public CDialog
  14. {
  15. // Construction
  16. public:
  17. CAboutDlg(CWnd* pParent = NULL);   // standard constructor
  18. // Dialog Data
  19. //{{AFX_DATA(CAboutDlg)
  20. enum { IDD = IDD_ABOUTBOX };
  21. // NOTE: the ClassWizard will add data members here
  22. //}}AFX_DATA
  23. // Overrides
  24. // ClassWizard generated virtual function overrides
  25. //{{AFX_VIRTUAL(CAboutDlg)
  26. protected:
  27. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. protected:
  31. void OnPaint();
  32. // Generated message map functions
  33. //{{AFX_MSG(CAboutDlg)
  34. virtual BOOL OnInitDialog();
  35. //}}AFX_MSG
  36. DECLARE_MESSAGE_MAP()
  37. private:
  38. void SetLogoFont(CString Name, int nHeight = -16, int nWeight = FW_BOLD, BYTE bItalic = TRUE, BYTE bUnderline = FALSE);
  39. CFont m_fontLogo;
  40. CHyperLink m_EMailLink;
  41. CHyperLink m_HomePageLink;
  42. };
  43. //{{AFX_INSERT_LOCATION}}
  44. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  45. #endif // !defined(AFX_ABOUTDLG_H__A449DF81_E75B_11D1_8E55_9E80D52A2535__INCLUDED_)