#ifndef _CONFIGDATA_H_
#define _CONFIGDATA_H_


extern const int KeyActiv;
extern const int KeyPressMode;
extern const int Ignore_KeyLock;
extern const int ElfInBookListEnabled;
extern const int UserInactivityEventEnabled;
extern const int StandbyOnTop;
extern const int FirstTab;
extern const wchar_t tab1_act[100];
extern const wchar_t tab1_inact[100];
extern const wchar_t tab2_act[100];
extern const wchar_t tab2_inact[100];
extern const wchar_t digit0[100];
extern const wchar_t digit1[100];
extern const wchar_t digit2[100];
extern const wchar_t digit3[100];
extern const wchar_t digit4[100];
extern const wchar_t digit5[100];
extern const wchar_t digit6[100];
extern const wchar_t digit7[100];
extern const wchar_t digit8[100];
extern const wchar_t digit9[100];


#endif
