📄 xueshengchengji.cpp
字号:
// xueshengchengji.cpp : implementation file
//
#include "stdafx.h"
#include "mining.h"
#include "xueshengchengji.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// Cxueshengchengji dialog
Cxueshengchengji::Cxueshengchengji(CWnd* pParent /*=NULL*/)
: CDialog(Cxueshengchengji::IDD, pParent)
{
//{{AFX_DATA_INIT(Cxueshengchengji)
m_keneijishi = 0;
m_kewaijishi = 0;
m_qimochengji = 0;
m_xuehao = _T("");
//}}AFX_DATA_INIT
}
void Cxueshengchengji::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(Cxueshengchengji)
DDX_Text(pDX, IDC_EDIT1, m_keneijishi);
DDX_Text(pDX, IDC_EDIT2, m_kewaijishi);
DDX_Text(pDX, IDC_EDIT3, m_qimochengji);
DDX_Text(pDX, IDC_EDIT4, m_xuehao);
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(Cxueshengchengji, CDialog)
//{{AFX_MSG_MAP(Cxueshengchengji)
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// Cxueshengchengji message handlers
void Cxueshengchengji::OnOK()
{
// TODO: Add extra validation here
UpdateData(true);
CDialog::OnOK();
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -