www.pudn.com > 一个可自动演示的图片控件.rar > CStaticBmpDlg.h
// CStaticBmpDlg.h : header file
//
#if !defined(AFX_CSTATICBMPDLG_H__900410E5_6176_4B5B_95AE_C90C87B62C03__INCLUDED_)
#define AFX_CSTATICBMPDLG_H__900410E5_6176_4B5B_95AE_C90C87B62C03__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "StaticBmp.h"
/////////////////////////////////////////////////////////////////////////////
// CCStaticBmpDlg dialog
class CCStaticBmpDlg : public CDialog
{
// Construction
public:
CCStaticBmpDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CCStaticBmpDlg)
enum { IDD = IDD_CSTATICBMP_DIALOG };
CEdit m_DelayTime;
CButton m_bStretch;
CStatic m_Report;
CButton m_bHaveForm;
CEdit m_BmpNo;
CButton m_bCyc;
CButton m_bAutoDisplay;
CStaticBmp m_Bmp;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CCStaticBmpDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CCStaticBmpDlg)
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnSetcolor();
afx_msg void OnHaveForm();
afx_msg void OnAutoDisplay();
afx_msg void OnCyc();
afx_msg void OnSetBmpNo();
afx_msg void OnStretch();
afx_msg void OnSetDelayTime();
//}}AFX_MSG
afx_msg void OnStaticBmpPreChange(WPARAM wParam, LPARAM lParam);
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CSTATICBMPDLG_H__900410E5_6176_4B5B_95AE_C90C87B62C03__INCLUDED_)