📄 shapes.l01
字号:
/**
*
* @brief Resource file containing English strings for Shapes application
* application
*
* Copyright (c) EMCC Software Ltd 2003
* @version 1.0
*/
// APPLICATION INFORMATION
#define ELanguage ELangEnglish // Caption language
// LOCALISATION STRINGS
// Caption strings for application
#define qte_app_caption_string "Shapes"
#define qte_app_short_caption_string "Shapes"
// Menu strings
#define qte_shapes_menu_enterdata "Enter data"
#define qte_shapes_menu_bar "Bar chart"
#define qte_shapes_menu_pie "Pie chart"
#define qte_shapes_menu_line "Line chart"
// Form strings
#define qte_shapes_form_label_one "value1"
#define qte_shapes_form_label_two "value2"
#define qte_shapes_form_label_three "value3"
#define qte_shapes_form_label_four "value4"
#define qte_shapes_form_label_five "value5"
// Display strings
#define qte_shapes_display_shapes "SHAPES"
#define qte_shapes_display_instructions "Enter data via menu:"
#define qte_shapes_display_instructions2 "Then select chart type:"
// End of File
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -