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

📄 shebeidlg.cpp

📁 用Delphi设计学院库房管理数据库系统。系统由三部分组成:物资供应管理系统
💻 CPP
字号:
// ShebeiDlg.cpp : implementation file
//

#include "stdafx.h"
#include "kufangDBS.h"
#include "ShebeiDlg.h"

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

/////////////////////////////////////////////////////////////////////////////
// CShebeiDlg dialog


CShebeiDlg::CShebeiDlg(CWnd* pParent /*=NULL*/)
	: CDialog(CShebeiDlg::IDD, pParent)
{
	//{{AFX_DATA_INIT(CShebeiDlg)
	m_strFlh = _T("");
	m_strYqmc = _T("");
	m_strXh = _T("");
	m_strDj = _T("");
	m_strCj = _T("");
	m_strCch = _T("");
	m_strGb = _T("");
	m_strGg = _T("");
	m_strGys = _T("");
	m_strYsr = _T("");
	m_strXz = _T("");
	m_strLydw = _T("");
	m_strLyr = _T("");
	m_strSyfx = _T("");
	m_strJfkm = _T("");
	m_strJsr = _T("");
	m_dtCcrq = COleDateTime::GetCurrentTime();
	m_dtGzrq = COleDateTime::GetCurrentTime();
	//}}AFX_DATA_INIT
}


void CShebeiDlg::DoDataExchange(CDataExchange* pDX)
{
	CDialog::DoDataExchange(pDX);
	//{{AFX_DATA_MAP(CShebeiDlg)
	DDX_Text(pDX, IDC_EDIT_FLH, m_strFlh);
	DDX_Text(pDX, IDC_EDIT_YQMC, m_strYqmc);
	DDX_Text(pDX, IDC_EDIT_XH, m_strXh);
	DDX_Text(pDX, IDC_EDIT_DJ, m_strDj);
	DDX_Text(pDX, IDC_EDIT_CJ, m_strCj);
	DDX_Text(pDX, IDC_EDIT_CCH, m_strCch);
	DDX_Text(pDX, IDC_EDIT_GB, m_strGb);
	DDX_Text(pDX, IDC_EDIT_GG, m_strGg);
	DDX_Text(pDX, IDC_EDIT_GYS, m_strGys);
	DDX_Text(pDX, IDC_EDIT_YSR, m_strYsr);
	DDX_Text(pDX, IDC_EDIT_XZ, m_strXz);
	DDX_Text(pDX, IDC_EDIT_LYDW, m_strLydw);
	DDX_Text(pDX, IDC_EDIT_LYR, m_strLyr);
	DDX_Text(pDX, IDC_EDIT_SYFX, m_strSyfx);
	DDX_Text(pDX, IDC_EDIT_JFKM, m_strJfkm);
	DDX_Text(pDX, IDC_EDIT_JSR, m_strJsr);
	DDX_DateTimeCtrl(pDX, IDC_DT_CCRQ, m_dtCcrq);
	DDX_DateTimeCtrl(pDX, IDC_DT_GZRQ, m_dtGzrq);
	//}}AFX_DATA_MAP
}


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

/////////////////////////////////////////////////////////////////////////////
// CShebeiDlg message handlers

⌨️ 快捷键说明

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