www.pudn.com > agentnet.zip > NewsDlg.h
#if !defined(AFX_NEWSDLG_H__E54E910D_83B5_4DDD_83E1_2EEA6588F97A__INCLUDED_)
#define AFX_NEWSDLG_H__E54E910D_83B5_4DDD_83E1_2EEA6588F97A__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// NewsDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CNewsDlg dialog
class CNewsDlg : public CDialog
{
// Construction
public:
CString m_strXwlx;
_RecordsetPtr m_MySet;
BOOL m_bModify;
CNewsDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CNewsDlg)
enum { IDD = IDD_DIALOG_NEWS };
CComboBox m_ComboXwlx;
CString m_strXwbt;
CString m_strXwnr;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CNewsDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CNewsDlg)
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_NEWSDLG_H__E54E910D_83B5_4DDD_83E1_2EEA6588F97A__INCLUDED_)