⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sjxxdlg.cpp

📁 物资采购系统
💻 CPP
字号:
// SjxxDlg.cpp : implementation file
//

#include "stdafx.h"
#include "kufangDBS.h"
#include "SjxxDlg.h"

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CSjxxDlg dialog


CSjxxDlg::CSjxxDlg(CWnd* pParent /*=NULL*/)
	: CDialog(CSjxxDlg::IDD, pParent)
{
	//{{AFX_DATA_INIT(CSjxxDlg)
	m_strSjmc = _T("");
	m_strSjdh = _T("");
	m_strCzhm = _T("");
	m_strLxr = _T("");
	m_strLxrdh = _T("");
	//}}AFX_DATA_INIT
}


void CSjxxDlg::DoDataExchange(CDataExchange* pDX)
{
	CDialog::DoDataExchange(pDX);
	//{{AFX_DATA_MAP(CSjxxDlg)
	DDX_Text(pDX, IDC_EDIT_SJMC, m_strSjmc);
	DDX_Text(pDX, IDC_EDIT_SJDH, m_strSjdh);
	DDX_Text(pDX, IDC_EDIT_CZHM, m_strCzhm);
	DDX_Text(pDX, IDC_EDIT_LXR, m_strLxr);
	DDX_Text(pDX, IDC_EDIT_LXRDH, m_strLxrdh);
	//}}AFX_DATA_MAP
}


BEGIN_MESSAGE_MAP(CSjxxDlg, CDialog)
	//{{AFX_MSG_MAP(CSjxxDlg)
		// NOTE: the ClassWizard will add message map macros here
	//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CSjxxDlg message handlers

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -