www.pudn.com > mfcopentree.rar > ParaSetting.h
#if !defined(AFX_PARASETTING_H__7AE8B7F4_8832_4FB0_B71A_DFCA65059107__INCLUDED_)
#define AFX_PARASETTING_H__7AE8B7F4_8832_4FB0_B71A_DFCA65059107__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ParaSetting.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CParaSetting dialog
class CParaSetting : public CDialog
{
// Construction
public:
CParaSetting(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CParaSetting)
enum { IDD = IDD_DIALOG9 };
CListCtrl m_ListPara;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CParaSetting)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
virtual void OnOK();
virtual void OnCancel();
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CParaSetting)
virtual BOOL OnInitDialog();
afx_msg void OnSize(UINT nType, int cx, int cy);
afx_msg void OnPaint();
afx_msg void OnColumnclickList(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnDoubleClickList(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnContextMenu(CWnd* pWnd, CPoint point);
afx_msg void OnAddnew();
afx_msg void OnDelete();
afx_msg void OnEdit();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
public:
void ReSort();
int which;
float StrToFloat(CString str);
BOOL Create();
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_PARASETTING_H__7AE8B7F4_8832_4FB0_B71A_DFCA65059107__INCLUDED_)