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.
kev/Drawer/SSBase/Projection/ProjectionParameterEdit.h

26 lines
556 B
C++

//////////////////////////////////////////////////////////////////////////////
//文件: CProjectionParameterEdit.h
//主要功能:
// 投影参数设置
//
//程序编写: 2008-11-09
//
//
/////////////////////////////////////////////////////////////////////////////
#pragma once
class CProjectionParameter;
class AFX_EXT_CLASS CProjectionParameterEdit
{
public:
CProjectionParameterEdit(CProjectionParameter* pPar);
~CProjectionParameterEdit(void);
bool ParameterDialog(CWnd* pParent=NULL,CString ProjectionFile="");
CProjectionParameter* m_pParameter;
};