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