1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- #if !defined(AFX_SETTHRESHOLD_H__31CD487F_863E_43DA_AE94_65C681221C7D__INCLUDED_)
- #define AFX_SETTHRESHOLD_H__31CD487F_863E_43DA_AE94_65C681221C7D__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // SetThreshold.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CSetThreshold dialog
- class CSetThreshold : public CDialog
- {
- // Construction
- public:
- CSetThreshold(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CSetThreshold)
- enum { IDD = IDD_SETTHRESHOLD };
- CString m_hangTh;
- CString m_hookoffTh;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CSetThreshold)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CSetThreshold)
- // 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_SETTHRESHOLD_H__31CD487F_863E_43DA_AE94_65C681221C7D__INCLUDED_)
|