lvboud.cpp

来自「这是一个用ppt做的软件工程实习有关的资料」· C++ 代码 · 共 60 行

CPP
60
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?