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

📄 otresult.h

📁 SYMBIAN S60 2ND列车时刻表软件
💻 H
字号:
#ifndef CTrainDETAIL_H_
#define CTrainDETAIL_H_
#include <e32base.h>
class COTResult : public CBase
{
public:
	TInt iTrainID;
	TInt8 iType;
	TInt8 iSort;
	TInt8 iDate;
	TInt iStationID;
	TInt iArriveTime;
	TInt iStartTime;
	TInt iMileAge;
	TInt iHardSeat;
	TInt iSoftSeat;
	TInt iHardBerth;
	TInt iSoftBerth;
	
public:
	COTResult();
	~COTResult();
};


#endif /*CTrainDETAIL_H_*/

⌨️ 快捷键说明

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