⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 aquiesce_formview.cpp

📁 开发环境为VC++ 的数据库管理系统
💻 CPP
字号:
// Aquiesce_FormView.cpp : implementation file
//

#include "stdafx.h"
#include "mestang.h"
#include "Aquiesce_FormView.h"

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CAquiesce_FormView

IMPLEMENT_DYNCREATE(CAquiesce_FormView, CFormView)

CAquiesce_FormView::CAquiesce_FormView()
	: CFormView(CAquiesce_FormView::IDD)
{
	//{{AFX_DATA_INIT(CAquiesce_FormView)
		// NOTE: the ClassWizard will add member initialization here
	//}}AFX_DATA_INIT
}

CAquiesce_FormView::~CAquiesce_FormView()
{
}

void CAquiesce_FormView::DoDataExchange(CDataExchange* pDX)
{
	CFormView::DoDataExchange(pDX);
	//{{AFX_DATA_MAP(CAquiesce_FormView)
		// NOTE: the ClassWizard will add DDX and DDV calls here
	//}}AFX_DATA_MAP
}


BEGIN_MESSAGE_MAP(CAquiesce_FormView, CFormView)
	//{{AFX_MSG_MAP(CAquiesce_FormView)
	ON_WM_DESTROY()
	//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CAquiesce_FormView diagnostics

#ifdef _DEBUG
void CAquiesce_FormView::AssertValid() const
{
	CFormView::AssertValid();
}

void CAquiesce_FormView::Dump(CDumpContext& dc) const
{
	CFormView::Dump(dc);
}
#endif //_DEBUG

/////////////////////////////////////////////////////////////////////////////
// CAquiesce_FormView message handlers

void CAquiesce_FormView::OnInitialUpdate() 
{
	CFormView::OnInitialUpdate();
	
	// TODO: Add your specialized code here and/or call the base class
	
}

void CAquiesce_FormView::OnDestroy() 
{
	CFormView::OnDestroy();
	
	// TODO: Add your message handler code here
	
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -