LogoDlg.h 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. //Download by http://www.NewXing.com
  2. #if !defined(AFX_LOGODLG_H__984836B3_F4C5_4814_A2A9_793E948A6AC0__INCLUDED_)
  3. #define AFX_LOGODLG_H__984836B3_F4C5_4814_A2A9_793E948A6AC0__INCLUDED_
  4. #if _MSC_VER > 1000
  5. #pragma once
  6. #endif // _MSC_VER > 1000
  7. // LogoDlg.h : header file
  8. //
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CLogoDlg dialog
  11. #include"FaderWnd.h"
  12. class CLogoDlg : public CDialog
  13. {
  14. // Construction
  15. public:
  16. CLogoDlg(CWnd* pParent = NULL); // standard constructor
  17. // Dialog Data
  18. //{{AFX_DATA(CLogoDlg)
  19. enum { IDD = IDD_LOGO };
  20. // NOTE: the ClassWizard will add data members here
  21. //}}AFX_DATA
  22. // Overrides
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CLogoDlg)
  25. protected:
  26. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. protected:
  30. // Generated message map functions
  31. //{{AFX_MSG(CLogoDlg)
  32. afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
  33. virtual void OnOK();
  34. //}}AFX_MSG
  35. DECLARE_MESSAGE_MAP()
  36. };
  37. //{{AFX_INSERT_LOCATION}}
  38. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  39. #endif // !defined(AFX_LOGODLG_H__984836B3_F4C5_4814_A2A9_793E948A6AC0__INCLUDED_)