<?xml version="1.0" encoding="UTF-8"?>
<ribbon>
	<tab text="tab1" active='true'>
		<item type='block' text = 'Buttons' mode='cols'>
			<item type='button' text='New' isbig='true' img="48/new.gif" imgdis="48/open.gif" />
			<item type='button' text='copy' isbig='flae' img="18/copy.gif" />
			<item type='button' text='cut' img="18/cut.gif" />
			<item type='button' text='New' img="18/new.gif" />
			<item type='button' text='open' isbig='true' img="48/open.gif" />
			<item type="newLevel" />
			<item type='button' text='paste' img="18/paste.gif" />
			<item type='button' text='print' img="18/print.gif" />
		</item>

		<item type='block' text='ButtonsTwoState' text_pos='top'>
			<item type='buttonTwoState' text='new' img="18/new.gif" state='true' />
			<item type='buttonTwoState' text='open' img="18/open.gif" />
			<item type='buttonTwoState' text='cut' img="18/cut.gif" />
			<item type='buttonTwoState' text='save' img="48/save.gif" isbig='true' />
		</item>
	</tab>
	<tab text="tab2">
		<item type='block' text='mix' mode='rows' text_pos='top' >
			<item type='button' text='new' img="18/new.gif" />
			<item type='button' text='open' img="18/open.gif" />
			<item type="newLevel" />
			<item type='button' text='paste' img="18/paste.gif" />
			<item type='button' text='print' img="18/print.gif" />
			<item type='buttonTwoState' img="48/save.gif" isbig='true' />
			<item type='button' text='cut' img="18/cut.gif" />
			<item type="newLevel" />
			<item type='button' text='New' img="18/new.gif" />
			<item type="newLevel" />
			<item type='buttonTwoState' text='open' img="18/open.gif" />
			<item type="newLevel" />
			<item type='buttonTwoState' text='new' img="18/new.gif" state='true' />
		</item>
	</tab>
</ribbon>
