www.pudn.com > final_6.rar > SetPoint.h
#if !defined(AFX_SETPOINT_H__5A3BCDBF_87E6_45F2_8240_90FC6CBD018B__INCLUDED_)
#define AFX_SETPOINT_H__5A3BCDBF_87E6_45F2_8240_90FC6CBD018B__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SetPoint.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CSetPoint dialog
class CSetPoint : public CDialog
{
// Construction
public:
CSetPoint(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CSetPoint)
enum { IDD = IDD_SET_POINT_L };
int m_blue;
int m_green;
int m_red;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSetPoint)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CSetPoint)
// NOTE: the ClassWizard will add member functions here
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SETPOINT_H__5A3BCDBF_87E6_45F2_8240_90FC6CBD018B__INCLUDED_)