1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- #ifndef __GSTRING__
- #define __GSTRING__
- #pragma once
- namespace GlobalString
- {
- extern CString g_strLogin;
- extern CString g_strLogout;
- extern CString g_strLoginFail;
- extern CString g_strLogoutFail;
- extern CString g_strCtrlClose;
- extern CString g_strCtrlOpen;
- extern CString g_strSwitchPC;
- extern CString g_strSwitchTV;
- // Ò£¿ØÆ÷;
- extern CString g_strRemoteDevice;
- extern CString g_strRestartRemoteDevice;
- extern CString g_strRemoteSelect;
-
- // Ö´ÐÐÆ÷;
- extern CString g_strActuator;
- extern CString g_strActuatorModify;
- extern CString g_strActuatorAddIP;
- extern CString g_strActuatorTVIP;
- extern CString g_strActuatorTaskID;
- extern CString g_strActuatorTaskStatus;
- extern CString g_strListDeviceType;
- extern CString g_strListDeviceName;
- extern CString g_strListDeviceStatus;
- extern CString g_strListTaskNo;
- extern CString g_strListTaskScript;
- extern CString g_strListTaskRunStatus;
- extern CString g_strListTaskResult;
- extern CString g_strListTaskLog;
- // USBÉý¼¶;
- extern CString g_strUSBUpgrade;
- extern CString g_strUpgradePath;
- extern CString g_strUpgradeFTPUser;
- extern CString g_strUpgradeFTPPassword;
- extern CString g_strUpgradeRememberFTP;
- extern CString g_strUpgradeBtn;
- extern CString g_strUpgradeOpenFile;
- extern CString g_strUpgradeNotify;
- void GetResourceString();
- };
- #endif
|