mainframe.cpp

来自「这是基于VC的考勤管理系统」· C++ 代码 · 共 37 行

CPP
37
字号
// Mainframe.cpp : implementation file
//

#include "stdafx.h"
#include "attendance.h"
#include "Mainframe.h"

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

/////////////////////////////////////////////////////////////////////////////
// CMainframe

IMPLEMENT_DYNCREATE(CMainframe, CFrameWnd)

CMainframe::CMainframe()
{
}

CMainframe::~CMainframe()
{
}


BEGIN_MESSAGE_MAP(CMainframe, CFrameWnd)
	//{{AFX_MSG_MAP(CMainframe)
	//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CMainframe message handlers


⌨️ 快捷键说明

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