www.pudn.com > source.rar > INVCRDlg.h


// INVCRDlg.h : header file 
// 
 
#if !defined(AFX_INVCRDLG_H__1DCD0F1E_B86B_4224_BE69_66C814FCC927__INCLUDED_) 
#define AFX_INVCRDLG_H__1DCD0F1E_B86B_4224_BE69_66C814FCC927__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
///////////////////////////////////////////////////////////////////////////// 
// CINVCRDlg dialog 
 
class CINVCRDlg : public CDialog 
{ 
// Construction 
public: 
	CINVCRDlg(CWnd* pParent = NULL);	// standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CINVCRDlg) 
	enum { IDD = IDD_INVCR_DIALOG }; 
		// NOTE: the ClassWizard will add data members here 
	//}}AFX_DATA 
 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CINVCRDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	HICON m_hIcon; 
 
	// Generated message map functions 
	//{{AFX_MSG(CINVCRDlg) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam); 
	afx_msg void OnPaint(); 
	afx_msg HCURSOR OnQueryDragIcon(); 
	afx_msg void OnInvcr(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_INVCRDLG_H__1DCD0F1E_B86B_4224_BE69_66C814FCC927__INCLUDED_)