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

📄 syncserialcomm.rls

📁 实现在S60 SDK 3rd Device上的USB串口通信。
💻 RLS
字号:
/*
============================================================================
 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -