www.pudn.com > mfcopentree.rar > Plandlg.h
#if !defined(AFX_PLANDLG_H__00EB7919_B086_4564_B096_A78771D851C3__INCLUDED_)
#define AFX_PLANDLG_H__00EB7919_B086_4564_B096_A78771D851C3__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Plandlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CPlandlg dialog
class CPlandlg : public CDialog
{
// Construction
public:
CPlandlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CPlandlg)
enum { IDD = IDD_DIALOG6 };
CSliderCtrl m_slider;
float m_fa;
float m_fb;
float m_fc;
float m_fd;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CPlandlg)
public:
virtual BOOL PreTranslateMessage(MSG* pMsg);
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CPlandlg)
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_PLANDLG_H__00EB7919_B086_4564_B096_A78771D851C3__INCLUDED_)