?? 012view.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 + -