#if !defined(AFX_DLGSETUP_H__AE0D0D51_5911_4345_A4D6_39FF676879A9__INCLUDED_)
#define AFX_DLGSETUP_H__AE0D0D51_5911_4345_A4D6_39FF676879A9__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgSetup.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CDlgSetup dialog

class CDlgSetup : public CDialog
{
// Construction
public:
	CDlgSetup(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CDlgSetup)
	enum { IDD = IDD_DLG_SETUP };
	CButton	m_ctrlOverride;
	CMonthCalCtrl	m_ctrlCalendar;
	CString	m_strName;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CDlgSetup)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	bool checkBox;

	// Generated message map functions
	//{{AFX_MSG(CDlgSetup)
	afx_msg void OnSetupCheck();
	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_DLGSETUP_H__AE0D0D51_5911_4345_A4D6_39FF676879A9__INCLUDED_)
