# the next sets the position of the chess board
# syntax: chess [posX] [posY]
chess 14 40

# the next sets the position of the the games list
# syntax: games [posX] [posY] [width] [height]
games 280 40 260 110

# the next sets the position of the the moves list
# syntax: moves [posX] [posY] [width] [height]
movesnew 280 150 260 145 system 12 0

# the next sets the position of the files list, if there is one
# syntax: files [posX] [posY] [width] [height]
files 300 300 130 30 

# the next sets the position of the event label, i.e. game details
# syntax: event [posX] [posY] [width] [height] [font_name] [font_size] [font_type]
event 20 20 360 20 system 10 0

# the next sets the position of the update label, which also displays comments.
# syntax: update [posX] [posY] [width] [height] [font_name] [font_size] [font_type]
update 30 410 300 25 system 10 0

# the next loads images
images{
skin/start_01.gif
skin/start_01.gif
skin/start_03.gif
skin/end_01.gif
skin/end_01.gif
skin/end_03.gif
skin/back_01.gif
skin/back_01.gif
skin/back_03.gif
skin/next_01.gif
skin/next_01.gif
skin/next_03.gif
skin/normal_bl.gif
skin/normal2_bl.gif
skin/normal_tl.gif
skin/normaldown_t.gif
skin/normal_l.gif
skin/refresh1.gif
skin/refresh3.gif
skin/save1.gif
skin/save2.gif
skin/save3.gif
skin/normal2_br.gif
skin/normal_br.gif
skin/normal_r.gif
skin/normal_tr.gif
skin/normal_t.gif
}

# the next displays images on screen
# syntax: displayimage [imageid] [posX] [posY]
#displayimage 15 490 40
displayimage 12 0 300
displayimage 13 0 325 225 14 button
displayimage 14 0 0 100 20 button
displayimage 26 99 0 304 20 button
displayimage 16 0 20 11 280 normal
displayimage 22 224 325 325 14 button
displayimage 23 540 300
displayimage 24 540 40 8 260 normal
displayimage 25 523 20
displayimage 26 424 20 100 20 button
displayimage 25 400 0
displayimage 24 417 20 8 20 normal

# the next create all needed buttons
# syntax: [imagename] [imageid_normal] [imageid_mouseover] [imageid_pressed] [posX] [posY] [width] [height]
# valid imagenames are: buttonstart, buttonend, buttonback, buttonnext, buttonrefresh, buttonsave
buttonstart 0 1 2 415 300 24 20
buttonend 3 4 5 490 300 24 20
buttonback 6 7 8 440 300 24 20
buttonnext 9 10 11 465 300 24 20
buttonrefresh 17 17 18 410 208 0 0
buttonsave 19 20 21 431 260 0 0
