magictrain.hrh

来自「SYMBIAN S60 2ND列车时刻表软件」· HRH 代码 · 共 68 行

HRH
68
字号
/*
============================================================================
 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 + =
减小字号Ctrl + -
显示快捷键?