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


// BusDlg.h : header file 
// 
 
#if !defined(AFX_BUSDLG_H__4A52A04B_663A_4168_999D_55CC329CB5EF__INCLUDED_) 
#define AFX_BUSDLG_H__4A52A04B_663A_4168_999D_55CC329CB5EF__INCLUDED_ 
#include "BusSet.h" 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
///////////////////////////////////////////////////////////////////////////// 
// CBusDlg dialog 
 
class CBusDlg : public CDialog 
{ 
// Construction 
public: 
	CDatabase m_database; 
    CBusSet  m_set; 
	CBusDlg(CWnd* pParent = NULL);	// standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CBusDlg) 
	enum { IDD = IDD_BUS_DIALOG }; 
	CButton	m_numinfo; 
	CComboBox	m_num; 
	CString	m_bustation; 
	//}}AFX_DATA 
 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CBusDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	HICON m_hIcon; 
 
	// Generated message map functions 
	//{{AFX_MSG(CBusDlg) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam); 
	afx_msg void OnPaint(); 
	afx_msg HCURSOR OnQueryDragIcon(); 
	afx_msg void OnNum(); 
	afx_msg void OnSta(); 
	afx_msg void OnButtonNum(); 
	afx_msg void OnBusAddButton(); 
	afx_msg void OnBusEditButton(); 
	afx_msg void OnBusDelButton(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_BUSDLG_H__4A52A04B_663A_4168_999D_55CC329CB5EF__INCLUDED_)