?? global.h
字號:
// Global.h: interface for the CGlobal class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_GLOBAL_H__C3828743_008C_410A_841F_893671E5A2B5__INCLUDED_)
#define AFX_GLOBAL_H__C3828743_008C_410A_841F_893671E5A2B5__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "Users.h"
// 門診收費中使用的公共變量'
extern CString RegistrationID;
// 公共變量用在選擇患者信息
extern CString PatientId;
extern CString PatientName;
extern CString PatientAge;
extern CString PatientIDNum;
extern CString PatientSex;
extern CString PatientMarry;
// 選擇收費藥品信息,收費項目信息
extern CString Reg_ItemId;
extern CString Reg_ItemName;
extern CString Reg_ItemSalePrice;
extern CString Reg_ItemUnit;
extern CString Reg_ItemTotal;
class CGlobal
{
public:
CUsers curUser;
CGlobal();
virtual ~CGlobal();
};
#endif // !defined(AFX_GLOBAL_H__C3828743_008C_410A_841F_893671E5A2B5__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -