📄 xianshi.cpp
字号:
// XianShi.cpp : implementation file
//
#include "stdafx.h"
#include "CanTest2.h"
#include "XianShi.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CXianShi dialog
CXianShi::CXianShi(CWnd* pParent /*=NULL*/)
: CDialog(CXianShi::IDD, pParent)
{
//{{AFX_DATA_INIT(CXianShi)
m_GongZuo = _T("");
m_LvBoFangShi = _T("");
m_TongDao = _T("");
//}}AFX_DATA_INIT
}
void CXianShi::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CXianShi)
DDX_Text(pDX, IDC_STATIC_GONGZUO, m_GongZuo);
DDX_Text(pDX, IDC_STATIC_LVBOFANGSHI, m_LvBoFangShi);
DDX_Text(pDX, IDC_STATIC_TONGDAO, m_TongDao);
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(CXianShi, CDialog)
//{{AFX_MSG_MAP(CXianShi)
// NOTE: the ClassWizard will add message map macros here
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CXianShi message handlers
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -