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

📄 magictrain.hrh

📁 SYMBIAN S60 2ND列车时刻表软件
💻 HRH
字号:
/*
============================================================================
 Name        : Train.hrh
 Author      : Johnson Liu
 Copyright   : JL&NB
 Description : This file contains declarations for constants of Train.
               The file can be included in C++ or resource file.
============================================================================
*/
#ifndef __TRAIN_HRH__
#define __TRAIN_HRH__

#define _UID3 0x0A720AE6
// Train enumerate command codes
enum TTrainIds
    {
    ECommand1 = 0x6001, // start value must not be 0
    ECommand2,
    ESearchOneStation,
    EStationBack,
    EOneStationBack,
    EUpdate,    
    EAsktrainDlgCIdName,
    EAsktrainDlgCIdNameEditor,
    EAskstationDlgCIdName1,
    EAskstationDlgCIdName2,
    EAskstationDlgCIdNameEditor1,
    EAskstationDlgCIdNameEditor2,
    EAskOneStationDlgCIdName,
    EAskOneStationDlgCIdNameEditor,
    EMmsRecipientEditor,
    EMmsSubjectEditor,
    EAskStationOk,
    EAskTrainOk,
    EAskOneStationOk,
    ENoteEx1DlgCIdSavingNote,
    EAskStationResult,
    EResultNew,
    EStationResultDetail,
    EStationTrainResult,
    EOneStationTrainResult,
    ETrainResultDetail,
    EStationResult,
    ETrainResult,
    EAskTrainCancel,
    EAskStationCancel,
    EAskOneStationCancel,
    EShowMenu,
    EStationReverse,
    EUpdateDlgIdHeading01,
    EUpdateDlgIdLabel01,
    EAbout
    };
enum TTrainAppStatus {
	EStationResultStatus,
	ETrainResultStatus,
	EOneStationResultStatus,
	EInitStatus,
	EAboutStatus
};

enum TWebClientNoteIds
    {
    EWebClientWaitNote = 0x6100
    };
#define KMaxAsktrainrNameLength 10
#define KMaxAskStatonNameLength 10
#endif // __TRAIN_HRH__

⌨️ 快捷键说明

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