www.pudn.com > agentnet.zip > AddNewAccountDlg.h


#if !defined(AFX_ADDNEWACCOUNTDLG_H__1FC265F5_30F1_4553_A9A3_C165785DF358__INCLUDED_) 
#define AFX_ADDNEWACCOUNTDLG_H__1FC265F5_30F1_4553_A9A3_C165785DF358__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// AddNewAccountDlg.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CAddNewAccountDlg dialog 
 
class CAddNewAccountDlg : public CDialog 
{ 
// Construction 
public: 
	BOOL m_bModify; 
	_RecordsetPtr m_MySet; 
	CString m_strQx; 
 
	CAddNewAccountDlg(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CAddNewAccountDlg) 
	enum { IDD = IDD_DIALOG_ADD_NEW_ACCOUNT }; 
	CComboBox	m_ComboBoxQx; 
	CString	m_strMm; 
	CString	m_strYhm; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CAddNewAccountDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CAddNewAccountDlg) 
	virtual BOOL OnInitDialog(); 
	virtual void OnOK(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_ADDNEWACCOUNTDLG_H__1FC265F5_30F1_4553_A9A3_C165785DF358__INCLUDED_)