You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
|
#pragma once
|
|
|
|
|
|
#include "Resource.h"
|
|
|
|
|
|
//class CFUISheet;
|
|
|
|
|
|
// CPageSmooth dialog
|
|
|
|
|
|
|
|
|
|
|
|
class AFX_EXT_CLASS CPageSmooth : public CPropertyPage
|
|
|
|
|
|
{
|
|
|
|
|
|
DECLARE_DYNAMIC(CPageSmooth)
|
|
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
|
CPageSmooth();
|
|
|
|
|
|
virtual ~CPageSmooth();
|
|
|
|
|
|
|
|
|
|
|
|
// Dialog Data
|
|
|
|
|
|
enum { IDD = IDD_PROPPAGE_PAGE_SMOOTH };
|
|
|
|
|
|
|
|
|
|
|
|
protected:
|
|
|
|
|
|
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
|
|
|
|
|
|
|
|
|
|
|
DECLARE_MESSAGE_MAP()
|
|
|
|
|
|
public:
|
|
|
|
|
|
|
|
|
|
|
|
/*CFUISheet* m_pPages;*/
|
|
|
|
|
|
//afx_msg void OnCbnSelchangeComboSmooth();
|
|
|
|
|
|
//afx_msg void OnCbnEditchangeComboSmooth();
|
|
|
|
|
|
virtual BOOL OnInitDialog();
|
|
|
|
|
|
CString m_strSmooth;
|
|
|
|
|
|
|
|
|
|
|
|
///** @brief <20><>ʼ<EFBFBD><CABC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Բ<EFBFBD><D4B2><EFBFBD> */
|
|
|
|
|
|
int Initial(SGridParamEx& gp);
|
|
|
|
|
|
};
|