www.pudn.com > vc5ͼÏñ²É¼¯ code.rar > SetCSizeBox.h


#if !defined(AFX_SETCSIZEBOX_H__EE61A6A0_0D66_11D5_ABA9_0050BA688F94__INCLUDED_) 
#define AFX_SETCSIZEBOX_H__EE61A6A0_0D66_11D5_ABA9_0050BA688F94__INCLUDED_ 
 
#if _MSC_VER >= 1000 
#pragma once 
#endif // _MSC_VER >= 1000 
// SetCSizeBox.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CSetCSizeBox dialog 
 
class CSetCSizeBox : public CDialog 
{ 
// Construction 
public: 
	CSetCSizeBox(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CSetCSizeBox) 
	enum { IDD = IDD_SETCSIZEBOX }; 
		// NOTE: the ClassWizard will add data members here 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CSetCSizeBox) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CSetCSizeBox) 
	virtual BOOL OnInitDialog(); 
	virtual void OnOK(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Developer Studio will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_SETCSIZEBOX_H__EE61A6A0_0D66_11D5_ABA9_0050BA688F94__INCLUDED_)