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

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

/////////////////////////////////////////////////////////////////////////////
// DlgRooms dialog
//CList<CRoom> LR;

class DlgRooms : public CDialog
{
// Construction
public:
    CList<CRoom> LR;

	DlgRooms(CWnd* pParent = NULL);   // standard constructor
// Dialog Data
	//{{AFX_DATA(DlgRooms)
	enum { IDD = IDD_ROOMS };
	CString	m_listR;
	BOOL	m_onlyfree;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(DlgRooms)
	afx_msg void OnAddR();
	afx_msg void OnDelR();
	virtual void OnOK();
	virtual void OnCancel();
	afx_msg void OnDblclklstRooms();
	afx_msg void OnFrR();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

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