www.pudn.com > JingXiang-Design-Jeff.rar > BrightAdjust.h
#if !defined(AFX_BRIGHTADJUST_H__2C6C87E0_3FF3_11D4_8C58_954239BDC803__INCLUDED_)
#define AFX_BRIGHTADJUST_H__2C6C87E0_3FF3_11D4_8C58_954239BDC803__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// BrightAdjust.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// BrightAdjust dialog
// CWindow
class BrightAdjust : public CDialog
{
// Construction
public:
CSliderCtrl *pSlider_;
CSpinButtonCtrl* pSpin_;
BrightAdjust(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(BrightAdjust)
enum { IDD = IDD_FOR_BRIGHT_ADJUST };
int m_Adjust_Num;
BOOL m_IsPreview;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(BrightAdjust)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(BrightAdjust)
afx_msg void OnPreview();
virtual BOOL OnInitDialog();
afx_msg void OnVScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
afx_msg void OnChangeEdit1();
virtual void OnOK();
virtual void OnCancel();
afx_msg void OnReturn();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_BRIGHTADJUST_H__2C6C87E0_3FF3_11D4_8C58_954239BDC803__INCLUDED_)