medicament.h

来自「VC平台下开发的门诊信息管理系统 数据库ACCEES」· C头文件 代码 · 共 56 行

H
56
字号
#if !defined(AFX_MEDICAMENT_H__99D0485E_4B98_41BB_914E_334F4E22E7A4__INCLUDED_)
#define AFX_MEDICAMENT_H__99D0485E_4B98_41BB_914E_334F4E22E7A4__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Medicament.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CMedicament dialog

class CMedicament : public CDialog
{
// Construction
public:
	CDaoRecordset* m_pRecordSet;
	CMedicament(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CMedicament)
	enum { IDD = IDD_MEDICAMENT };
	CString	m_sCode;
	CString	m_sDosage;
	CString	m_sFactory;
	CString	m_sForm;
	CString	m_sName;
	CString	m_sPrice;
	CString	m_sType;
	CString	m_sUnit;
	CString	m_sUse;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CMedicament)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CMedicament)
	virtual void OnOK();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_MEDICAMENT_H__99D0485E_4B98_41BB_914E_334F4E22E7A4__INCLUDED_)

⌨️ 快捷键说明

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