📄 drawimage.loc
字号:
/*
============================================================================
Name : DrawImage.loc
Author : caitong
Copyright : Your copyright notice
Description : This is a localisation file for DrawImage
A .loc file is the one and only place where the logical
strings to be localised are defined.
============================================================================
*/
// LOCALISATION STRINGS
#define qtn_appl_test "Test"
#define qtn_appl_help "Help"
#define qtn_appl_about "About"
// menu exit
#define qtn_appl_exit "Exit"
#define qtn_appl_about_dialog_title "About"
#define qtn_appl_about_dialog_text "DrawImage Version 1.0.0\n\nAuthor: caitong\n\nSupport: your support email here\n\n(c) Your copyright notice"
// example caption strings for app
#define qtn_app_caption_string "DrawImage"
#define qtn_app_short_caption_string "DrawImage"
// Localized string for r_message_text
#define R_MESSAGE_TEXT_STRING "Hello World!"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -