s60memorylab.rls

来自「symbian开发得基础用书」· RLS 代码 · 共 20 行

RLS
20
字号
// Copyright: (c) 2006 Nokia Ltd.  All rights reserved.
 
// This is a localisation file for S60MemoryLab
// 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 "S60MemoryLab"

// Items in "Options" menu pane
#define qtn_exit "Exit"
#define qtn_cmd_togglelabels "Toggle Labels"
#define qtn_cmd_cleanupstacktest "Cleanup Stack Test"

#define qtn_loc_resource_file_1 "\\resource\\apps\\S60MemoryLab"

// End of File

⌨️ 快捷键说明

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