// VC6ExDlg.h : header file
//

#if !defined(AFX_VC6EXDLG_H__1DD0C6E4_F7C8_4BA4_BBC1_A715CE6C5014__INCLUDED_)
#define AFX_VC6EXDLG_H__1DD0C6E4_F7C8_4BA4_BBC1_A715CE6C5014__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

class CVC6ExDlgAutoProxy;

/////////////////////////////////////////////////////////////////////////////
// CVC6ExDlg dialog

class CVC6ExDlg : public CDialog
{
	DECLARE_DYNAMIC(CVC6ExDlg);
	friend class CVC6ExDlgAutoProxy;
	void SetEnabled(bool AEnabled);

// Construction
public:
	CVC6ExDlg(CWnd* pParent = NULL);	// standard constructor
	virtual ~CVC6ExDlg();

// Dialog Data
	//{{AFX_DATA(CVC6ExDlg)
	enum { IDD = IDD_VC6EX_DIALOG };
	CButton	m_btnStart;
	CButton	m_btnShowProperties;
	//}}AFX_DATA

	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CVC6ExDlg)
	public:
	virtual int DoModal();
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	CVC6ExDlgAutoProxy* m_pAutoProxy;
	HICON m_hIcon;

	BOOL CanExit();

	// Generated message map functions
	//{{AFX_MSG(CVC6ExDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnBtnshowproperties();
	afx_msg void OnBtnstart();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_VC6EXDLG_H__1DD0C6E4_F7C8_4BA4_BBC1_A715CE6C5014__INCLUDED_)
