syncserialcomm.rls

来自「实现在S60 SDK 3rd Device上的USB串口通信。」· RLS 代码 · 共 39 行

RLS
39
字号
/*
============================================================================
 Name		: SyncSerialComm.rls
 Author	  : Redasen
 Copyright   : Redasen
 Description : This is a localisation file for SyncSerialComm
				A .rls file is the one and only place where the logical
				strings to be localised are defined. 
============================================================================
*/

//  LOCALISATION STRINGS

// Caption string for app.
#define qtn_caption_string "SyncSerialComm"

// Third item in "Options" menu pane
#define qtn_exit "Exit"

#define qtn_loc_resource_file_1 "\\resource\\apps\\SyncSerialComm_0xEBC1006D"

#define qtn_about_dialog_title "About"

#define qtn_about_dialog_text "SyncSerialComm Version 1.0.0\n\nAuthor: Redasen\n\nSupport: lijian.qin@redasen.com\n\n(c) Redasen"

// Serial Communication 相关命令
#define qtn_command_initserial "Init Serial"
#define qtn_command_closeserial "Close Serial"
#define qtn_command_send "Send Data"
#define qtn_command_recv "Recv Data"

// 编辑框的参数
#define qnn_aknexeditor_view_gtexted_width     120
#define qnn_aknexeditor_view_gtexted_height    100
#define qnn_aknexeditor_view_gtexted_numlines  5
#define qnn_aknexeditor_view_gtexted_textlimit 5000

// End of File

⌨️ 快捷键说明

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