www.pudn.com > wr.rar > wrDlg.h


// wrDlg.h : header file 
// 
 
#if !defined(AFX_WRDLG_H__D3B83C39_62BE_41D0_B82B_179935CADCDC__INCLUDED_) 
#define AFX_WRDLG_H__D3B83C39_62BE_41D0_B82B_179935CADCDC__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
///////////////////////////////////////////////////////////////////////////// 
// CWrDlg dialog 
 
class CWrDlg : public CDialog 
{ 
// Construction 
public: 
	CWrDlg(CWnd* pParent = NULL);	// standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CWrDlg) 
	enum { IDD = IDD_WR_DIALOG }; 
	CEdit	m_ctrlWR; 
	//}}AFX_DATA 
 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CWrDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	HICON m_hIcon; 
 
	// Generated message map functions 
	//{{AFX_MSG(CWrDlg) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam); 
	afx_msg void OnPaint(); 
	afx_msg HCURSOR OnQueryDragIcon(); 
	afx_msg void reader1(); 
	afx_msg void show(); 
	afx_msg void reader2(); 
	afx_msg void reader3(); 
	afx_msg void reader4(); 
	afx_msg void reader5(); 
	afx_msg void wtiter1(); 
	afx_msg void wtiter2(); 
	afx_msg void wtiter3(); 
	afx_msg void wtiter4(); 
	afx_msg void wtiter5(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_WRDLG_H__D3B83C39_62BE_41D0_B82B_179935CADCDC__INCLUDED_)