www.pudn.com > Geotest.rar > Themes.h


#if !defined(AFX_THEMES_H__EFF73574_D881_4E41_A485_601BB71F02C6__INCLUDED_) 
#define AFX_THEMES_H__EFF73574_D881_4E41_A485_601BB71F02C6__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// Themes.h : header file 
// 
#include "mapx.h" 
///////////////////////////////////////////////////////////////////////////// 
// CThemes dialog 
 
class CThemes : public CDialog 
{ 
// Construction 
public: 
	CThemes(CWnd* pParent = NULL);   // standard constructor 
    CThemes(CMapX* pMapX,CWnd* pParent =NULL); 
 
// Dialog Data 
	//{{AFX_DATA(CThemes) 
	enum { IDD = IDD_THEMES }; 
	CComboBox	m_selField; 
	CComboBox	m_selDataset;    //数据集类型 
	CComboBox	m_themeType;     //专题图类型 
	CString	m_themeName; 
	//}}AFX_DATA 
	CMapX* m_pMapX; 
	CMapXTheme theme; 
public: 
//	void Create(); 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CThemes) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
	//afx_msg LRESULT Ondestroywindow(WPARAM wParam, LPARAM lParam); 
 
 
// Implementation 
protected: 
	BOOL Create(); 
	// Generated message map functions 
	//{{AFX_MSG(CThemes) 
	afx_msg void OnDatasets(); 
	virtual void OnOK(); 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnModifyTheme(); 
	afx_msg void OnCustomTheme(); 
	afx_msg void OnThemeModifyRequested(LPDISPATCH ThemeDispatch); 
	afx_msg void OnCloseupSeldataset(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_THEMES_H__EFF73574_D881_4E41_A485_601BB71F02C6__INCLUDED_)