
//======================== Tournament informations
//=== Name and year of the tournament
item
{
Text SCB_TrnNameYear /WT_Intern/TrnName /WT_Intern/YearDate
Pos /Intern/ScoreXr /Intern/ScoreYb+TrnY Right Up
Font TrnF
ShowIf /Intern/ScoreType 1
ShowIf /Intern/GameType 2
ShrinkToMaxPixel TrnMaxLength
}
//=== Current round of the tournament
item Round
{
CycleButton #Text
Pos /Intern/ScoreXl /Intern/ScoreYb+RoundY Left Up
Font RoundF
ShrinkToMaxPixel TrnMaxLength
OnAction
{
SlideCfg /WT_Intern/Round -1 100
}
ShowIfNot /WT_Intern/Round 12
ShowIf /Intern/ScoreType 1
ShowIf /Intern/GameType 2
}