shapes.l01

来自「最新官方例子,图形,描述副,基本控件,通讯协议,等等,」· L01 代码 · 共 38 行

L01
38
字号
/**
 * 
 * @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 + =
减小字号Ctrl + -
显示快捷键?