www.pudn.com > CCePngButtonST_Test.rar > AlphaBlendDlg.h


// AlphaBlendDlg.h : header file 
// 
 
#pragma once 
#include "afxwin.h" 
//#include  
#include "CePngBtnst.h" 
 
// CAlphaBlendDlg dialog 
class CAlphaBlendDlg : public CDialog 
{ 
// Construction 
public: 
	CAlphaBlendDlg(CWnd* pParent = NULL);	// standard constructor 
 
// Dialog Data 
	enum { IDD = IDD_ALPHABLEND_DIALOG }; 
 
 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support 
 
// Implementation 
protected: 
	HICON m_hIcon; 
 
	// Generated message map functions 
	virtual BOOL OnInitDialog(); 
	DECLARE_MESSAGE_MAP() 
public: 
	afx_msg void OnPaint(); 
protected: 
	virtual LRESULT WindowProc(UINT message, WPARAM wParam, LPARAM lParam); 
	CCePngButtonST m_cbtntest; 
public: 
	afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor); 
	afx_msg void OnBnClickedButton1(); 
};