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

📄 012view.cpp

📁 这是一个3D彩票统计查询方面的一个软件
💻 CPP
字号:
// 012View.cpp : implementation file
//

#include "stdafx.h"
#include "3d.h"
#include "012View.h"

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

/////////////////////////////////////////////////////////////////////////////
// C012View

IMPLEMENT_DYNCREATE(C012View, CFormView)

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

C012View::~C012View()
{
}

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


BEGIN_MESSAGE_MAP(C012View, CFormView)
	//{{AFX_MSG_MAP(C012View)
		// NOTE - the ClassWizard will add and remove mapping macros here.
	//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// C012View diagnostics

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

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

/////////////////////////////////////////////////////////////////////////////
// C012View message handlers

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

⌨️ 快捷键说明

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