AboutDlg.h
上传用户:gzboli
上传日期:2013-04-10
资源大小:471k
文件大小:2k
源码类别:

图片显示

开发平台:

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 "QuickImage.h"
  4. #include "importsHyperLink.h" // Added by ClassView
  5. #include "importsBtnST.h" // Added by ClassView
  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,
  39. BYTE bItalic = TRUE, BYTE bUnderline = FALSE);
  40. CButtonST m_btnOk;
  41. CFont m_fontLogo;
  42. CHyperLink m_EMailLink;
  43. CHyperLink m_HomePageLink;
  44. };
  45. //{{AFX_INSERT_LOCATION}}
  46. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  47. #endif // !defined(AFX_ABOUTDLG_H__A449DF81_E75B_11D1_8E55_9E80D52A2535__INCLUDED_)