www.pudn.com > 6433624505.rar > AdTable.h


#if !defined(AFX_ADTABLE_H__25B46C89_A255_4902_B486_A08F929A2845__INCLUDED_) 
#define AFX_ADTABLE_H__25B46C89_A255_4902_B486_A08F929A2845__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// AdTable.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CAdTable dialog 
 
class CAdTable : public CDialog 
{ 
// Construction 
public: 
	CAdTable(CWnd* pParent = NULL);   // standard constructor 
	virtual BOOL OnInitDialog(); 
	CBitmap m_bitmapground; 
// Dialog Data 
	//{{AFX_DATA(CAdTable) 
	enum { IDD = IDD_ADTABLE }; 
	CBitmapButton	m_queding; 
	CBitmapButton	m_quxiao; 
	int		m_Initial; 
	int		m_Minextents; 
	int		m_Next; 
	int		m_Pctincrease; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CAdTable) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CAdTable) 
	afx_msg void OnPaint(); 
	afx_msg void OnLButtonDown(UINT nFlags, CPoint point); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_ADTABLE_H__25B46C89_A255_4902_B486_A08F929A2845__INCLUDED_)