numericeditor.l01

来自「series60 应用程序开发的源代码 series60 应用程序开发的源代码」· L01 代码 · 共 41 行

L01
41
字号
/**
* 
* @brief Resource file containing English strings for NumericEditor application
*
* Copyright (c) EMCC Software Ltd 2003
* @version 1.0
*/

//  APPLICATION INFORMATION
#define ELanguage    ELangEnglish    // Caption language


//  LOCALISATION STRINGS

// example caption strings for app
#define qtn_app_caption_string "Numeric Editor"
#define qtn_app_short_caption_string "NumericEditor"

#define NAME_TEXT "Name"
#define AGE_TEXT "Age"
#define SALARY_TEXT "Salary"
#define NEW_TEXT "New"
#define DELETE_TEXT "Delete"
#define OPEN_TEXT "Open"
#define EXIT_TEXT "Exit"

// Warning messages.
// Note that the numbers defined here should not be hard-coded in release quality software!

#define AGE_TOO_SMALL "Minimun age value is 18"
#define AGE_TOO_LARGE "Maximum age value is 70"
#define AGE_NOT_PARSED "Error parsing age value"
#define AGE_EMPTY "No age value supplied"

#define SALARY_TOO_SMALL "Minimum salary is 0"
#define SALARY_TOO_LARGE "Maximum salary is 100k"
#define SALARY_NOT_PARSED "Error parsing salary value"
#define SALARY_EMPTY "No salary value supplied"

// End of File

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?