-
Notifications
You must be signed in to change notification settings - Fork 1
/
AppStrIds.h
37 lines (30 loc) · 1.16 KB
/
AppStrIds.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
//---------------------------------------------------------------------------
#ifndef AppStrIdsH
#define AppStrIdsH
// Log Grid Header Captions
#define LOG_GRID_HDR_SEVERITY_ICN 5100
#define LOG_GRID_HDR_DATETIME 5101
#define LOG_GRID_HDR_SEVERITY 5102
#define LOG_GRID_HDR_SOURCE 5103
#define LOG_GRID_HDR_CODE 5104
#define LOG_GRID_HDR_MESSAGE 5105
// Device Grid Header Captions
#define DEV_GRID_HDR_UDP 5200
#define DEV_GRID_HDR_SERIAL 5201
#define DEV_GRID_HDR_DEVICE_ID 5202
#define DEV_GRID_HDR_CURRENT_IP 5203
#define DEV_GRID_HDR_COM_PORT 5204
#define DEV_GRID_HDR_IP_ADDR 5205
#define DEV_GRID_HDR_NETMASK 5206
#define DEV_GRID_HDR_GATEWAY 5207
#define DEV_GRID_HDR_DHCP 5208
#define DEV_GRID_HDR_FW_VER 5209
#define DEV_GRID_HDR_FW_DATE 5210
#define DEV_GRID_HDR_DEV_TYPE 5211
#define DEV_GRID_HDR_ALT_MAC_ADDR 5212
// Misc
#define SPLASH_SCRN_INIT_TEXT 5300
#define TITLE_AND_VERSION_FMT_MESSAGE 5301
#define GUI_NOT_AVAIL_TEXT 5302
//---------------------------------------------------------------------------
#endif