📄 lvboud.cpp
字号:
// LvboUD.cpp : implementation file
//
#include "stdafx.h"
#include "shiqian0197.h"
#include "LvboUD.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CLvboUD dialog
CLvboUD::CLvboUD(CWnd* pParent /*=NULL*/)
: CDialog(CLvboUD::IDD, pParent)
{
//{{AFX_DATA_INIT(CLvboUD)
m_iN1 = 0;
m_iN2 = 0;
m_iN3 = 0;
m_iN4 = 0;
m_iN5 = 0;
m_iN6 = 0;
m_iN7 = 0;
m_iN8 = 0;
m_iN9 = 0;
//}}AFX_DATA_INIT
}
void CLvboUD::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CLvboUD)
DDX_Text(pDX, IDC_EDIT1, m_iN1);
DDX_Text(pDX, IDC_EDIT2, m_iN2);
DDX_Text(pDX, IDC_EDIT3, m_iN3);
DDX_Text(pDX, IDC_EDIT4, m_iN4);
DDX_Text(pDX, IDC_EDIT5, m_iN5);
DDX_Text(pDX, IDC_EDIT6, m_iN6);
DDX_Text(pDX, IDC_EDIT7, m_iN7);
DDX_Text(pDX, IDC_EDIT8, m_iN8);
DDX_Text(pDX, IDC_EDIT9, m_iN9);
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(CLvboUD, CDialog)
//{{AFX_MSG_MAP(CLvboUD)
// NOTE: the ClassWizard will add message map macros here
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CLvboUD message handlers
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -