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.

32 lines
630 B
C++

#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 ³õʼ»¯¸÷ÊôÐÔ²ÎÊý */
int Initial(SGridParamEx& gp);
};