www.pudn.com > JingXiang-Design-Jeff.rar > ForLancet.h


#if !defined(AFX_FORLANCET_H__127AE520_2F9A_11D4_A611_B60D0C54A405__INCLUDED_) 
#define AFX_FORLANCET_H__127AE520_2F9A_11D4_A611_B60D0C54A405__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// ForLancet.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// ForLancet dialog 
 
class ForLancet : public CDialog 
{ 
// Construction 
public: 
 // static RECT RangeRectBak; 
	int RangeOfAreaBak; 
 
	BOOL HaveAutoDetected; 
	BOOL ReloadImage(void); 
	BOOL IsDataChangedForOnOk; 
	BOOL IsDataChanged; 
	 
	 
	CSliderCtrl *pSlider_; 
 
	CSpinButtonCtrl* pSpin_; 
 
	ForLancet(CWnd* pParent = NULL);   // standard constructor 
    ~ForLancet(); 
// Dialog Data 
	//{{AFX_DATA(ForLancet) 
	enum { IDD = IDD_FOR_LANCET }; 
	int		m_Lancet; 
	int		m_RangeOfArea; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(ForLancet) 
	public: 
	virtual int DoModal(); 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(ForLancet) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar); 
	afx_msg void OnVScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar); 
	afx_msg void OnChangeEdit1(); 
	afx_msg void OnGoback(); 
	afx_msg void OnAutodetect(); 
	afx_msg void OnUpdateEdit1(); 
	afx_msg void OnRadio2(); 
	afx_msg void OnRadio1(); 
	afx_msg void OnApply(); 
	virtual void OnOK(); 
	virtual void OnCancel(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_FORLANCET_H__127AE520_2F9A_11D4_A611_B60D0C54A405__INCLUDED_)