#if !defined(AFX_TEST22DDIALOG_H__53FBA66B_01D0_49C1_A827_F701E8AA5DCE__INCLUDED_)
#define AFX_TEST22DDIALOG_H__53FBA66B_01D0_49C1_A827_F701E8AA5DCE__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Test22dDialog.h : header file
//

enum { OFF, RED, YELLOW, GREEN };

extern "C" __declspec(dllimport) void Mymfc22DEntry(); // dummy function
#define RYG_SETSTATE WM_USER + 0
#define RYG_GETSTATE WM_USER + 1

/////////////////////////////////////////////////////////////////////////////
// CTest22dDialog dialog

class CTest22dDialog : public CDialog
{
// Construction
public:
	int m_nState;
	CTest22dDialog(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CTest22dDialog)
	enum { IDD = IDD_MYMFC22D };
		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CTest22dDialog)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CTest22dDialog)
		// NOTE: the ClassWizard will add member functions here
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
	afx_msg void OnClickedRyg();
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_TEST22DDIALOG_H__53FBA66B_01D0_49C1_A827_F701E8AA5DCE__INCLUDED_)

