⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 guisystext.c

📁 The combined demo is dedicated for S1C33L05, so DMT33L05 should be used to load and run the demo. F
💻 C
字号:
/* $id: guiSystext.c v1.0 2001/10/10*/
/***************************************************************************
 *    This source code has been made available to you by EPSON on an AS-IS
 *    basis. Anyone receiving this source is licensed under EPSON
 *    copyrights to use it in any way he or she deems fit, including
 *    copying it, modifying it, compiling it, and redistributing it either
 *    with or without modifications.
 *
 *    Any person who transfers this source code or any derivative work
 *    must include the EPSON copyright notice, this paragraph, and the
 *    preceding two paragraphs in the transferred software.
 *
 *    COPYRIGHT   EPSON  CORPORATION 2001
 *    LICENSED MATERIAL  -  PROGRAM PROPERTY OF EPSON
 **************************************************************************/

/***************************************************************************
 * FILE: guiSystext.c
 * MODULE: MISC
 *
 * PURPOSE: Define the system text operation function
 *
 *
 * AUTHOR(S): ChenH
 * GROUP: GUI Group
 * DATE CREATED: 2001/09/20
 * REFERENCE DOCUMENT ID:
 * MODIFICATIONS:
 *    Date           userName          Description
 *    2001/09/20     ChenH             Create this file
 **************************************************************************/

#include <string.h>
#include "sysGUI.h"

//#include "guiTotal.h"
#include "guiFont.h"

T_CONST T_BYTE* SysText [] =
 {
    "Windows...",           // 0
    "Start...",             // 1
    "Refresh Background",   // 2
    "Close All Windows",    // 3
    "End Session",          // 4
    "Operations...",        // 5
    "Minimize",             // 6
    "Maximize",             // 7
    "Restore",              // 8
    "Close",                // 9
    "OK",                   // 10
    "Next",                 // 11
    "Cancel",               // 12
    "Previous",             // 13
    "Yes",                  // 14
    "No",                   // 15
    "Abort",                // 16
    "Retry",                // 17
    "Ignore",               // 18
    "About GUI...",     // 19
    NULL
 };


#ifdef _GB_SUPPORT
T_MODULE T_CONST T_BYTE* SysText_GB [] =
{
    "窗口...",              // 0
    "开始...",              // 1
    "刷新背景",             // 2
    "关闭所有窗口",         // 3
    "结束会话",             // 4
    "窗口操作...",          // 5
    "最小化",               // 6
    "最大化",               // 7
    "恢复",                 // 8
    "关闭",                 // 9
    "确定",                 // 10
    "下一步",               // 11
    "取消",                 // 12
    "上一步",               // 13
    "是(Y)",                // 14
    "否(N)",                // 15
    "终止(A)",              // 16
    "重试(R)",              // 17
    "忽略(I)",              // 18
    "关于 GUI..."       // 19
};
#endif

#ifdef _BIG5_SUPPORT
T_MODULE T_CONST T_BYTE* SysText_BIG5 [] =
{
    "怠

⌨️ 快捷键说明

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