www.pudn.com > BUS(end).rar > BusDelDlg.h


#if !defined(AFX_BUSDELDLG_H__026EA18A_F6A9_499F_8726_F94006C9B226__INCLUDED_) 
#define AFX_BUSDELDLG_H__026EA18A_F6A9_499F_8726_F94006C9B226__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// BusDelDlg.h : header file 
// 
 
# include "BusSet.h" 
///////////////////////////////////////////////////////////////////////////// 
// CBusDelDlg dialog 
 
class CBusDelDlg : public CDialog 
{ 
// Construction 
public: 
	CDatabase m_database; 
    CBusSet  m_set; 
	CBusDelDlg(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CBusDelDlg) 
	enum { IDD = IDD_BUS_DEL_DIALOG }; 
	CComboBox	m_num; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CBusDelDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CBusDelDlg) 
	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_BUSDELDLG_H__026EA18A_F6A9_499F_8726_F94006C9B226__INCLUDED_)