www.pudn.com > resize.rar > ProptDlg.h
#if !defined(AFX_PROPTDLG_H__3008D3ED_C1B8_45A6_9156_AC734296020F__INCLUDED_)
#define AFX_PROPTDLG_H__3008D3ED_C1B8_45A6_9156_AC734296020F__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ProptDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CProptDlg dialog
class CProptDlg : public CDialog
{
// Construction
public:
CProptDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CProptDlg)
enum { IDD = IDD_PROPORTION };
int m_prpt;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CProptDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
CSliderCtrl * m_slider;
// Generated message map functions
//{{AFX_MSG(CProptDlg)
virtual BOOL OnInitDialog();
afx_msg void OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_PROPTDLG_H__3008D3ED_C1B8_45A6_9156_AC734296020F__INCLUDED_)