7 Star 1 Fork 1

leegoobin/CIFC97IFC67mobile

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
PropertySheet2.cpp 1.36 KB
一键复制 编辑 原始数据 按行查看 历史
unknown 提交于 2015-02-04 13:59 . water and steam property calculation V8.0
// PropertySheet2.cpp : implementation file
//
#include "stdafx.h"
#include "ifc97ifc67.h"
#ifndef VC_UESOFT
#include "PropertySheet2.h"
#endif
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CPropertySheet2
#ifndef VC_UESOFT
IMPLEMENT_DYNAMIC(CPropertySheet2, CPropertySheet)
CPropertySheet2::CPropertySheet2(UINT nIDCaption, CWnd* pParentWnd, UINT iSelectPage)
:CPropertySheet(nIDCaption, pParentWnd, iSelectPage)
{
}
CPropertySheet2::CPropertySheet2(LPCTSTR pszCaption, CWnd* pParentWnd, UINT iSelectPage)
:CPropertySheet(pszCaption, pParentWnd, iSelectPage)
{
}
CPropertySheet2::~CPropertySheet2()
{
}
BEGIN_MESSAGE_MAP(CPropertySheet2, CPropertySheet)
//{{AFX_MSG_MAP(CPropertySheet2)
// NOTE - the ClassWizard will add and remove mapping macros here.
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CPropertySheet2 message handlers
BOOL CPropertySheet2::OnInitDialog()
{
BOOL bResult = CPropertySheet::OnInitDialog();
//SHSipPreference(AfxGetMainWnd()->m_hWnd,SIP_UP);
return bResult;
}
void CPropertySheet2::OnOK()
{
/*CDialog::OnOK();
DestroyWindow();*/
exit(1);
}
void CPropertySheet2::OnCancel()
{
/*CDialog::OnOK();
DestroyWindow();*/
exit(1);
}
#endif
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/uesoft/CIFC97IFC67mobile.git
git@gitee.com:uesoft/CIFC97IFC67mobile.git
uesoft
CIFC97IFC67mobile
CIFC97IFC67mobile
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385