www.pudn.com > Paint_SockAPI.rar > SetPenDlg.h


// SetPenDlg.h : interface of the CSetPenDlg class 
// 
///////////////////////////////////////////////////////////////////////////// 
 
#if !defined(AFX_SETPENDLG_H__4A912955_766D_415F_A1D3_E954CE3A3373__INCLUDED_) 
#define AFX_SETPENDLG_H__4A912955_766D_415F_A1D3_E954CE3A3373__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
///////////////////////////////////////////////////////////////////////////// 
// CSetPengDlg 
 
class CSetPenDlg : public CDialog 
{ 
public: 
	CSetPenDlg(); 
 
// Dialog Data 
	//{{AFX_DATA(CSetPenDlg) 
	enum { IDD = IDD_SETPEN }; 
	int m_PenWidth; 
	//}}AFX_DATA 
 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CSetPenDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	//{{AFX_MSG(CSetPenDlg) 
		virtual void OnOK(); 
		afx_msg void OnShowWindow(BOOL bShow, UINT nStatus); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_SETPENDLG_H__4A912955_766D_415F_A1D3_E954CE3A3373__INCLUDED_)