#include "..\inc\cfg_items.h"
#include "..\inc\swilib.h"
//Конфигурац?

__root const CFG_HDR cfghdr101 = {CFG_CHECKBOX,"Line*2",0,0};
__root const int line2=0;

__root const CFG_HDR cfghdr102 = {CFG_CHECKBOX,"Number*2",0,0};
__root const int number2=0;

__root const CFG_HDR cfghdr103 = {CFG_CHECKBOX,"Left",0,0};
__root const int left=0;

__root const CFG_HDR cfghdr104 = {CFG_INT,"Year",1,3000};
__root const int year=2007;

__root const CFG_HDR cfghdr105 = {CFG_INT,"Month",0,12};
__root const int month=1;

__root const CFG_HDR cfghdr106 = {CFG_INT,"Day",0,31};
__root const int day=1;

__root const CFG_HDR cfghdr107={CFG_STR_UTF8,"Address",3,127};
__root const char fname[128]="0:\\zbin\\kcb\\";


__root const CFG_HDR cfghdr_m7={CFG_LEVEL,"Color",1,0};

__root const CFG_HDR cfghdr123={CFG_COLOR,"Line color",0,99};
__root const int line_color=0;

__root const CFG_HDR cfghdr112={CFG_COLOR,"Number color",0,99};
__root const int number_color=0;

__root const CFG_HDR cfghdr124={CFG_COLOR,"Background color",0,99};
__root const int BG_color=1;

__root const CFG_HDR cfghdr125={CFG_COLOR,"String color",0,99};
__root const int string_color=0;

__root const CFG_HDR cfghdr126={CFG_COLOR,"String color middle",0,99};
__root const int string_color_m=0;

__root const CFG_HDR cfghdr113={CFG_COLOR,"Week color",0,99};
__root const int week_color=0;

__root const CFG_HDR cfghdr114={CFG_COLOR,"Title color",0,99};
__root const int title_color=0;

__root const CFG_HDR cfghdr_m6={CFG_LEVEL,"",0,0};

//__root const CFG_HDR cfghdr11={CFG_UTF8_STRING,"week",1,29};
//__root const char c[30]="\xE4\xB8\x80\xE4\xBA\x8C\xE4\xB8\x89\xE5\x9B\x9B\xE4\xBA\x94\xE5\x85\xAD\xE6\x97\xA5";

//__root const CFG_HDR cfghdr12={CFG_UTF8_STRING,"week2",1,11};
//__root const char e[12]="\xE6\x98\x9F\xE6\x9C\x9F";


