Скачиваний:
91
Добавлен:
01.05.2014
Размер:
1.32 Кб
Скачать
#if !defined(AFX_DLGCLIENTS_H__990DE30B_59DE_466D_9D9E_982828735234__INCLUDED_)
#define AFX_DLGCLIENTS_H__990DE30B_59DE_466D_9D9E_982828735234__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgClients.h : header file
//
#include "ListEmpl.h"
#include "Person.h"

/////////////////////////////////////////////////////////////////////////////
// DlgClients dialog

class DlgClients : public CDialog
{
// Construction
public:
	DlgClients(CWnd* pParent = NULL);   // standard constructor
	CList<CClient> LC;
    CList<CRoom> LR;

// Dialog Data

	//{{AFX_DATA(DlgClients)
	enum { IDD = IDD_CLIENTS };
	CString	m_listC;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(DlgClients)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(DlgClients)
	afx_msg void OnAddCl();
	virtual void OnOK();
	afx_msg void OnDelCl();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_DLGCLIENTS_H__990DE30B_59DE_466D_9D9E_982828735234__INCLUDED_)
Соседние файлы в папке kurs