📄 english.h
字号:
/*
Operating System
--------------------------------------------------------------------------
FILE english.h
--------------------------------------------------------------------------
INTRODUCTION
============
Created : 2003-07-25 Xiaoxi Jiang
Last modified : 2003-07-25 Xiaoxi Jiang
Module :
Purpose :
Header file.
List of routines in file :
File history :
*/
#ifndef OSMSGDATA
#undef OSMSGVALUE
#define OSMSGDATA extern
#else
#define OSMSGVALUE
#endif
OSMSGDATA unsigned char OSMSG_OSVersion[]
#ifdef OSMSGVALUE
= "OS V3.00- "
#endif
;
OSMSGDATA unsigned char OSMSG_CheckOS[]
#ifdef OSMSGVALUE
= "CHECK OS... "
#endif
;
OSMSGDATA unsigned char OSMSG_CheckFont[]
#ifdef OSMSGVALUE
= "CHECK FONT... "
#endif
;
OSMSGDATA unsigned char OSMSG_CheckAPP[]
#ifdef OSMSGVALUE
= "CHECK APP... "
#endif
;
OSMSGDATA unsigned char OSMSG_MenuPassword[]
#ifdef OSMSGVALUE
= "ENTER PASSWORD: "
#endif
;
OSMSGDATA unsigned char OSMSG_SRAMPassword[]
#ifdef OSMSGVALUE
= "SRAM SET PASSWORD: "
#endif
;
OSMSGDATA unsigned char OSMSG_InputSRAMSize[]
#ifdef OSMSGVALUE
= "INPUT SRAM SIZE: "
#endif
;
OSMSGDATA unsigned char OSMSG_Reboot[]
#ifdef OSMSGVALUE
= "SYSTEM REBOOT "
#endif
;
OSMSGDATA unsigned char OSMSG_MountFlashFileSystem[]
#ifdef OSMSGVALUE
= "MOUNT FLASH FILESYS "
#endif
;
OSMSGDATA unsigned char OSMSG_CreateFlashFileSystem[]
#ifdef OSMSGVALUE
= "CREATE FLASH FILESYS "
#endif
;
OSMSGDATA unsigned char OSMSG_MountSramFileSystem[]
#ifdef OSMSGVALUE
= "MOUNT SRAM FILESYS "
#endif
;
OSMSGDATA unsigned char OSMSG_CreateSramFileSystem[]
#ifdef OSMSGVALUE
= "CREATE SRAM FILESYS "
#endif
;
OSMSGDATA unsigned char OSMSG_Menu[]
#ifdef OSMSGVALUE
= " MAIN MENU "
#endif
;
OSMSGDATA unsigned char OSMSG_SystemConfig[]
#ifdef OSMSGVALUE
= "SYSTEM CONFIG "
#endif
;
OSMSGDATA unsigned char OSMSG_SoftDownload[]
#ifdef OSMSGVALUE
= "SOFTWARE DOWNLOAD "
#endif
;
OSMSGDATA unsigned char OSMSG_SoftDevelop[]
#ifdef OSMSGVALUE
= "SOFTWARE DEVELOP "
#endif
;
OSMSGDATA unsigned char OSMSG_HardTest[]
#ifdef OSMSGVALUE
= "HARDWARE TEST "
#endif
;
OSMSGDATA unsigned char OSMSG_SystemAdmin[]
#ifdef OSMSGVALUE
= "SYSTEM ADMIN "
#endif
;
OSMSGDATA unsigned char OSMSG_MaintenceMenu[]
#ifdef OSMSGVALUE
= " MAINTENCE MENU "
#endif
;
OSMSGDATA unsigned char OSMSG_SysCfgMenu[]
#ifdef OSMSGVALUE
= " CONFIG MENU "
#endif
;
OSMSGDATA unsigned char OSMSG_PrintSetting[]
#ifdef OSMSGVALUE
= "PRINT SETTING "
#endif
;
OSMSGDATA unsigned char OSMSG_DateTimeSetting[]
#ifdef OSMSGVALUE
= "DATE/TIME SETTING "
#endif
;
OSMSGDATA unsigned char OSMSG_HardwareSetting[]
#ifdef OSMSGVALUE
= "HARDWARE SETTING "
#endif
;
OSMSGDATA unsigned char OSMSG_BatterySetting[]
#ifdef OSMSGVALUE
= "BATTERY SETTING "
#endif
;
OSMSGDATA unsigned char OSMSG_PrinterSetting[]
#ifdef OSMSGVALUE
= "PRINTER SETTING "
#endif
;
OSMSGDATA unsigned char OSMSG_ModemSetting[]
#ifdef OSMSGVALUE
= "MODEM SETTING "
#endif
;
OSMSGDATA unsigned char OSMSG_EthernetSetting[]
#ifdef OSMSGVALUE
= "ETHERNET SETTING "
#endif
;
OSMSGDATA unsigned char OSMSG_EthSetting[]
#ifdef OSMSGVALUE
= "ETHERNET SETTING "
#endif
;
OSMSGDATA unsigned char OSMSG_EthIPSetting[]
#ifdef OSMSGVALUE
= "ETH IP SETTING "
#endif
;
OSMSGDATA unsigned char OSMSG_GsmSetting[]
#ifdef OSMSGVALUE
= "GSM SETTING "
#endif
;
OSMSGDATA unsigned char OSMSG_GsmParamSetting[]
#ifdef OSMSGVALUE
= "GSM PARAM SETTING "
#endif
;
OSMSGDATA unsigned char OSMSG_GsmBaudSetting[]
#ifdef OSMSGVALUE
= "GSM BUAD SETTING "
#endif
;
OSMSGDATA unsigned char OSMSG_GsmDefaultAPN[]
#ifdef OSMSGVALUE
= "DEFAULT APN "
#endif
;
OSMSGDATA unsigned char OSMSG_GsmChangeBand[]
#ifdef OSMSGVALUE
= "CHANGE BAND "
#endif
;
OSMSGDATA unsigned char OSMSG_WirelessModule[]
#ifdef OSMSGVALUE
= "WIRELESS MODULE "
#endif
;
OSMSGDATA unsigned char OSMSG_ModuleCategory[]
#ifdef OSMSGVALUE
= "0-GPRS 1-CDMA "
#endif
;
OSMSGDATA unsigned char OSMSG_ContactSetting[]
#ifdef OSMSGVALUE
= "CONTACT SETTING "
#endif
;
OSMSGDATA unsigned char OSMSG_DebugSetting[]
#ifdef OSMSGVALUE
= "DEBUG SETTING "
#endif
;
OSMSGDATA unsigned char OSMSG_1Y0N[]
#ifdef OSMSGVALUE
= "1-Y 0-N "
#endif
;
OSMSGDATA unsigned char OSMSG_DATEYearMonthDay[]
#ifdef OSMSGVALUE
= "YY/MM/DD "
#endif
;
OSMSGDATA unsigned char OSMSG_DATEHourMinSec[]
#ifdef OSMSGVALUE
= "HH:MM "
#endif
;
OSMSGDATA unsigned char OSMSG_BasicModel[]
#ifdef OSMSGVALUE
= "MODEL "
#endif
;
OSMSGDATA unsigned char OSMSG_BasicModel1[]
#ifdef OSMSGVALUE
= "1-PS100 2-PS200 "
#endif
;
OSMSGDATA unsigned char OSMSG_BasicModel2[]
#ifdef OSMSGVALUE
= "3-PS300 4-PS400 "
#endif
;
OSMSGDATA unsigned char OSMSG_BasicMainVer[]
#ifdef OSMSGVALUE
= "MAIN VER "
#endif
;
OSMSGDATA unsigned char OSMSG_BasicSubVer[]
#ifdef OSMSGVALUE
= "SUB VER "
#endif
;
OSMSGDATA unsigned char OSMSG_BasicSerialNo[]
#ifdef OSMSGVALUE
= "SERIAL NO: "
#endif
;
OSMSGDATA unsigned char OSMSG_BasicPADSerialNo[]
#ifdef OSMSGVALUE
= "PINPAD SERIAL NO: "
#endif
;
OSMSGDATA unsigned char OSMSG_BasicModelPS100[]
#ifdef OSMSGVALUE
= "MODEL PS100 "
#endif
;
OSMSGDATA unsigned char OSMSG_BasicModelPS200[]
#ifdef OSMSGVALUE
= "MODEL PS200 "
#endif
;
OSMSGDATA unsigned char OSMSG_BasicModelPS300[]
#ifdef OSMSGVALUE
= "MODEL PS300 "
#endif
;
OSMSGDATA unsigned char OSMSG_BasicModelPS400[]
#ifdef OSMSGVALUE
= "MODEL PS400 "
#endif
;
OSMSGDATA unsigned char OSMSG_BasicModelUnknown[]
#ifdef OSMSGVALUE
= "MODEL UNKNOWN "
#endif
;
OSMSGDATA unsigned char OSMSG_BasicModemExistAsk[]
#ifdef OSMSGVALUE
= "MODEM EXIST? "
#endif
;
OSMSGDATA unsigned char OSMSG_BasicICCExistAsk[]
#ifdef OSMSGVALUE
= "ICC READER EXIST? "
#endif
;
OSMSGDATA unsigned char OSMSG_BasicETHExistAsk[]
#ifdef OSMSGVALUE
= "ETHERNET EXIST? "
#endif
;
OSMSGDATA unsigned char OSMSG_BasicGSMExistAsk[]
#ifdef OSMSGVALUE
= "GSM EXIST? "
#endif
;
OSMSGDATA unsigned char OSMSG_BasicVer[]
#ifdef OSMSGVALUE
= "VER "
#endif
;
OSMSGDATA unsigned char OSMSG_BasicICCExist[]
#ifdef OSMSGVALUE
= "ICC EXIST "
#endif
;
OSMSGDATA unsigned char OSMSG_BasicICCNotExist[]
#ifdef OSMSGVALUE
= "ICC NOT EXIST "
#endif
;
OSMSGDATA unsigned char OSMSG_BasicETHExist[]
#ifdef OSMSGVALUE
= "ETHERNET EXIST "
#endif
;
OSMSGDATA unsigned char OSMSG_BasicETHNotExist[]
#ifdef OSMSGVALUE
= "ETHERNET NOT EXIST "
#endif
;
OSMSGDATA unsigned char OSMSG_BasicGSMExist[]
#ifdef OSMSGVALUE
= "GSM EXIST "
#endif
;
OSMSGDATA unsigned char OSMSG_BasicGSMNotExist[]
#ifdef OSMSGVALUE
= "GSM NOT EXIST "
#endif
;
OSMSGDATA unsigned char OSMSG_BatVoltage[]
#ifdef OSMSGVALUE
= "VOLTAGE "
#endif
;
OSMSGDATA unsigned char OSMSG_PrinterNotNeedConfig[]
#ifdef OSMSGVALUE
= "NOT NEED CONFIG "
#endif
;
OSMSGDATA unsigned char OSMSG_PrinterThermalVoltage[]
#ifdef OSMSGVALUE
= "VOLTAGE(V) "
#endif
;
OSMSGDATA unsigned char OSMSG_PrinterThermalSpeed[]
#ifdef OSMSGVALUE
= "STEP SPEED(us) "
#endif
;
OSMSGDATA unsigned char OSMSG_PrinterThermalStrobeNB[]
#ifdef OSMSGVALUE
= "STROBE NUMBER "
#endif
;
OSMSGDATA unsigned char OSMSG_PrinterSprocketSync[]
#ifdef OSMSGVALUE
= "SYNC ADJUST "
#endif
;
OSMSGDATA unsigned char OSMSG_ModemModel[]
#ifdef OSMSGVALUE
= "MODEM MODEL "
#endif
;
OSMSGDATA unsigned char OSMSG_ModemModel1[]
#ifdef OSMSGVALUE
= "1-TDK73K 2-SILICON "
#endif
;
OSMSGDATA unsigned char OSMSG_ModemModel2[]
#ifdef OSMSGVALUE
= "3-CX86500 4-CMX868 "
#endif
;
OSMSGDATA unsigned char OSMSG_ModemModel3[]
#ifdef OSMSGVALUE
= "5-CMX866 "
#endif
;
OSMSGDATA unsigned char OSMSG_ModemNone[]
#ifdef OSMSGVALUE
= "MODEM MODEL "
#endif
;
OSMSGDATA unsigned char OSMSG_ModemTDK73K[]
#ifdef OSMSGVALUE
= "MODEM TDK73K "
#endif
;
OSMSGDATA unsigned char OSMSG_ModemSILICON[]
#ifdef OSMSGVALUE
= "MODEM SILICON "
#endif
;
OSMSGDATA unsigned char OSMSG_ModemCX86500[]
#ifdef OSMSGVALUE
= "MODEM CX86500 "
#endif
;
OSMSGDATA unsigned char OSMSG_ModemCMX868[]
#ifdef OSMSGVALUE
= "MODEM CMX868 "
#endif
;
OSMSGDATA unsigned char OSMSG_ModemCMX866[]
#ifdef OSMSGVALUE
= "MODEM CMX866 "
#endif
;
OSMSGDATA unsigned char OSMSG_ModemUnknown[]
#ifdef OSMSGVALUE
= "MODEM UNKNOWN "
#endif
;
OSMSGDATA unsigned char OSMSG_ModemDebug[]
#ifdef OSMSGVALUE
= "MODEM DEBUG OPTION "
#endif
;
OSMSGDATA unsigned char OSMSG_EthMAC[]
#ifdef OSMSGVALUE
= "MAC "
#endif
;
OSMSGDATA unsigned char OSMSG_IPDHCP[]
#ifdef OSMSGVALUE
= "DHCP ENABLE? "
#endif
;
OSMSGDATA unsigned char OSMSG_IPBOARD[]
#ifdef OSMSGVALUE
= "BOARDCAST ENABLE? "
#endif
;
OSMSGDATA unsigned char OSMSG_IPDISBOARD[]
#ifdef OSMSGVALUE
= "BOARDCAST DISABLE? "
#endif
;
OSMSGDATA unsigned char OSMSG_IPAddr[]
#ifdef OSMSGVALUE
= "IP ADDRESS "
#endif
;
OSMSGDATA unsigned char OSMSG_IPNetMask[]
#ifdef OSMSGVALUE
= "NETWORK MASK "
#endif
;
OSMSGDATA unsigned char OSMSG_IPGatewayAddr[]
#ifdef OSMSGVALUE
= "GATEWAY ADDRESS "
#endif
;
OSMSGDATA unsigned char OSMSG_IPDNSAddr[]
#ifdef OSMSGVALUE
= "DNS ADDRESS "
#endif
;
OSMSGDATA unsigned char OSMSG_IPDHCPEnable[]
#ifdef OSMSGVALUE
= "DHCP ENABLE "
#endif
;
OSMSGDATA unsigned char OSMSG_IPDHCPDisable[]
#ifdef OSMSGVALUE
= "DHCP DISABLE "
#endif
;
OSMSGDATA unsigned char OSMSG_IP[]
#ifdef OSMSGVALUE
= "IP "
#endif
;
OSMSGDATA unsigned char OSMSG_IPMask[]
#ifdef OSMSGVALUE
= "MASK "
#endif
;
OSMSGDATA unsigned char OSMSG_IPGateway[]
#ifdef OSMSGVALUE
= "GATE "
#endif
;
OSMSGDATA unsigned char OSMSG_IPDNS[]
#ifdef OSMSGVALUE
= "DNS "
#endif
;
OSMSGDATA unsigned char OSMSG_ModuleDebug[]
#ifdef OSMSGVALUE
= "DEBUG OPTION "
#endif
;
OSMSGDATA unsigned char OSMSG_ModuleSpeed[]
#ifdef OSMSGVALUE
= "MODULE SPEED "
#endif
;
OSMSGDATA unsigned char OSMSG_GsmOldModuleSpeed[]
#ifdef OSMSGVALUE
= "MODULE OLD SPEED "
#endif
;
OSMSGDATA unsigned char OSMSG_GsmNewModuleSpeed[]
#ifdef OSMSGVALUE
= "MODULE NEW SPEED "
#endif
;
OSMSGDATA unsigned char OSMSG_ModuleAlwaysOnline[]
#ifdef OSMSGVALUE
= "MODULE ALWAYS ONLINE "
#endif
;
OSMSGDATA unsigned char OSMSG_GprsAPN[]
#ifdef OSMSGVALUE
= "APN "
#endif
;
OSMSGDATA unsigned char OSMSG_GprsUsername[]
#ifdef OSMSGVALUE
= "USERNAME "
#endif
;
OSMSGDATA unsigned char OSMSG_GprsPassword[]
#ifdef OSMSGVALUE
= "PASSWORD "
#endif
;
OSMSGDATA unsigned char OSMSG_GsmSave[]
#ifdef OSMSGVALUE
= "SAVE TO MODULE... "
#endif
;
OSMSGDATA unsigned char OSMSG_ContactHelpTele[]
#ifdef OSMSGVALUE
= "HELP TELEPHONE: "
#endif
;
OSMSGDATA unsigned char OSMSG_OsOsDebugEnable[]
#ifdef OSMSGVALUE
= "OS DEBUG ENABLE? "
#endif
;
OSMSGDATA unsigned char OSMSG_OsAppDebugEnable[]
#ifdef OSMSGVALUE
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -