📄 dialogexam.rls
字号:
/*
============================================================================
Name : DialogExam.rls
Author : Hou maoqing
Copyright : Copyright (c) Hou maoqing 2008
Description : This is a localisation file for DialogExam
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 "DialogExam"
// First item in "Options" menu pane
#define qtn_command1 "Input Contact Name"
// Second item in "Options" menu pane
#define qtn_command2 "Message from file"
#define qtn_help "Help"
#define qtn_about "About"
// 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\\DialogExam_0xE71D3F2E"
#define qtn_about_dialog_title "About"
#define qtn_about_dialog_text "DialogExam Version 1.0.0\n\nAuthor: Hou maoqing\n\nSupport: houmqing@163.com\n\n(c) Copyright (c) Hou maoqing 2008"
// End of File
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -