#include "..\inc\cfg_items.h"
//Конфигурация

__root const CFG_HDR cfghdr0= {CFG_CBOX, "Show copyright text at startup", 0, 2};
__root const int zajebalo = 1;
__root const CFG_CBOX_ITEM cfgcbox2[2] = {"No", "Yes"};

__root const CFG_HDR cfghdr1 = {CFG_CBOX, "Check events", 0, 4};
__root const int sudinji = 2;
__root const CFG_CBOX_ITEM cfgcbox0[4] = {"All", "Calls", "SMS", "Other"};

__root const CFG_HDR cfghdr2 = {CFG_CHECKBOX,"Use lighter in missed events", 0, 2};
__root const int Missed_Mode = 1;

__root const CFG_HDR cfghdr3 = {CFG_CHECKBOX,"Use lighter in talk mode", 0, 2};
__root const int Talking_Mode = 1;

__root const CFG_HDR cfghdr4 = {CFG_CHECKBOX,"Use lighter in ringing mode", 0, 2};
__root const int Calling_Mode = 1;

__root const CFG_HDR cfghdr5 = {CFG_CHECKBOX,"Random Blinks", 0, 2};
__root const int Randomed = 1;

//__root const CFG_HDR cfghdr_m12={CFG_LEVEL,"Blink Cycles",1,0};

__root const CFG_HDR cfghdr_m1={CFG_LEVEL,"Main blinks cycle",1,0};

__root const CFG_HDR cfghdr6 = {CFG_UINT, "First in cycle blink time", 0, 50};
__root const unsigned int lenght = 4;

__root const CFG_HDR cfghdr7 = {CFG_UINT, "First in cycle Pause", 0, 50};
__root const unsigned int lenght2 = 4;

__root const CFG_HDR cfghdr8 = {CFG_UINT, "second in cycle blink time", 0, 50};
__root const unsigned int lenght3 = 10;

__root const CFG_HDR cfghdr9 = {CFG_UINT, "Second in cycle Pause", 0, 50};
__root const unsigned int lenght4 = 4;

__root const CFG_HDR cfghdr_m16={CFG_LEVEL,"",0,0};

__root const CFG_HDR cfghdr10 = {CFG_CHECKBOX,"seperate blinks in sms&calls", 0, 2};
__root const int Blinks_Mode = 1;

__root const CFG_HDR cfghdr_m11={CFG_LEVEL,"seperate blinks in missed calls",1,0};

__root const CFG_HDR cfghdr10_1= {CFG_UINT, "First in cycle blink time", 0, 50};
__root const unsigned int lenght_call = 1;

__root const CFG_HDR cfghdr10_2 = {CFG_UINT, "First in cycle Pause", 0, 50};
__root const unsigned int lenght2_call = 1;

__root const CFG_HDR cfghdr10_3 = {CFG_UINT, "second in cycle blink time", 0, 50};
__root const unsigned int lenght3_call = 3;

__root const CFG_HDR cfghdr10_4 = {CFG_UINT, "Second in cycle Pause", 0, 50};
__root const unsigned int lenght4_call = 1;

__root const CFG_HDR cfghdr_m10={CFG_LEVEL,"",0,0};

__root const CFG_HDR cfghdr_m14={CFG_LEVEL,"seperate blinks in sms",1,0};

__root const CFG_HDR cfghdr11_1= {CFG_UINT, "First in cycle blink time", 0, 50};
__root const unsigned int lenght_sms = 6;

__root const CFG_HDR cfghdr11_2 = {CFG_UINT, "First in cycle Pause", 0, 50};
__root const unsigned int lenght2_sms = 1;

__root const CFG_HDR cfghdr11_3 = {CFG_UINT, "second in cycle blink time", 0, 50};
__root const unsigned int lenght3_sms = 2;

__root const CFG_HDR cfghdr11_4 = {CFG_UINT, "Second in cycle Pause", 0, 50};
__root const unsigned int lenght4_sms = 1;

__root const CFG_HDR cfghdr_m19={CFG_LEVEL,"",0,0};
