www.pudn.com > CHECKER.zip > ACTDLG.H


// actdlgh : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// ActionDialog dialog 
 
class ActionDialog : public CDialog 
{ 
// Construction 
public: 
        ActionDialog(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
        //{{AFX_DATA(ActionDialog) 
	enum { IDD = IDD_ACTIONDLG }; 
        UINT    m_movenum; 
	int		m_action; 
	//}}AFX_DATA 
        
 
 
// Overrides 
        // ClassWizard generated virtual function overrides 
        //{{AFX_VIRTUAL(ActionDialog) 
        protected: 
        virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
        //}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
        // Generated message map functions 
        //{{AFX_MSG(ActionDialog) 
        virtual void OnOK(); 
        //}}AFX_MSG 
        DECLARE_MESSAGE_MAP() 
};