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