www.pudn.com > GSMTest1.rar > DutyEditdlg.h


#if !defined(AFX_DUTYEDITDLG_H__9D4CC77B_E154_44EB_8894_E12FCE20B371__INCLUDED_) 
#define AFX_DUTYEDITDLG_H__9D4CC77B_E154_44EB_8894_E12FCE20B371__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// DutyEditdlg.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CDutyEditdlg dialog 
 
class CDutyEditdlg : public CDialog 
{ 
// Construction 
public: 
	CString m_strID; 
	CString m_sOption; 
	CDutyEditdlg(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CDutyEditdlg) 
	enum { IDD = IDD_DUTY_EDIT_DIALOG }; 
	CString	m_strName; 
	CString	m_strRemark; 
	CString	m_strTel; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CDutyEditdlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CDutyEditdlg) 
	virtual void OnOK(); 
	virtual BOOL OnInitDialog(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_DUTYEDITDLG_H__9D4CC77B_E154_44EB_8894_E12FCE20B371__INCLUDED_)