?? systeminfo.h
字號:
// SystemInfo.h: interface for the CSystemInfo class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SYSTEMINFO_H__E5A3E1C1_553F_4244_8B10_C8CF273B77EE__INCLUDED_)
#define AFX_SYSTEMINFO_H__E5A3E1C1_553F_4244_8B10_C8CF273B77EE__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CSystemInfo :public CObject
{
DECLARE_SERIAL(CSystemInfo)
public:
CSystemInfo();
virtual ~CSystemInfo();
virtual void Serialize(CArchive &ar);
public:
long run_count;
CString produce_date;
CString pwd_syspara;
CString pwd_exitsys;
double minpos_mx;
double maxpos_mx;
double minpos_mz;
double maxpos_mz;
double minpos_y;
double maxpos_y;
double minpos_sx;
double maxpos_sx;
double minpos_sz;
double maxpos_sz;
double safepos_z;
double getsafe_y;
double putsafe_y;
CString m_num;
};
#endif // !defined(AFX_SYSTEMINFO_H__E5A3E1C1_553F_4244_8B10_C8CF273B77EE__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -