?? testnote.rls
字號:
/*
============================================================================
Name : TestNote.rls
Author : Lion
Copyright : Your copyright notice
Description : This is a localisation file for TestNote
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 "TestNote"
// First item in "Options" menu pane
#define qtn_command1 "Confirmation"
// Second item in "Options" menu pane
#define qtn_command2 "Information"
#define qtn_command3 "Warning"
#define qtn_command4 "Error"
// Third item in "Options" menu pane
#define qtn_exit "Exit"
// When user requests ECommand1 event, text below is shown.
#define qtn_command1_text "Hello World!"
#define qtn_loc_resource_file_1 "\\resource\\apps\\TestNote"
// End of File
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -