<?xml -- HT_widget application :: properties table>

<window>
	<name>sudoku</name>
	<width>451</width>
	<height>440</height>
	<nodes>"Root", "groupRB", "groupFields"</nodes>
	<widgets>
		<frame>
			<name>frameHeader</name>
			<group>Root</group>
			<x>0</x>
			<y>0</y>
			<width>450</width>
			<height>40</height>
			<filled>true</filled>
			<backgroundColor></backgroundColor>
			<borderColor></borderColor>
			<style>high</style>
		</frame>
		<button>
			<name>buttonNewGame</name>
			<group>Root</group>
			<x>5</x>
			<y>5</y>
			<width>100</width>
			<height>30</height>
			<fontColor></fontColor>
			<backgroundColor></backgroundColor>
			<marginSide></marginSide>
			<marginTop></marginTop>
			<background></background>
			<align></align>
			<display></display>
			<Text>"New game"</Text>
			<style></style>
		</button>
		<button>
			<name>buttonSolve</name>
			<group>Root</group>
			<x>115</x>
			<y>5</y>
			<width>100</width>
			<height>30</height>
			<fontColor></fontColor>
			<backgroundColor></backgroundColor>
			<marginSide></marginSide>
			<marginTop></marginTop>
			<background></background>
			<align></align>
			<display></display>
			<Text>"Solve"</Text>
			<style></style>
		</button>
		<radioButton>
			<name>rbEasy</name>
			<group>groupRB</group>
			<x>230</x>
			<y>13</y>
			<width>80</width>
			<height>18</height>
			<Text>"Easy"</Text>
		</radioButton>
		<radioButton>
			<name>rbMedium</name>
			<group>groupRB</group>
			<x>295</x>
			<y>13</y>
			<width>90</width>
			<height>18</height>
			<Text>"Medium"</Text>
		</radioButton>
		<radioButton>
			<name>rbHard</name>
			<group>groupRB</group>
			<x>375</x>
			<y>13</y>
			<width>75</width>
			<height>18</height>
			<Text>"Hard"</Text>
		</radioButton>
		<label>
			<name>field</name>
			<group>groupFields</group>
			<x>9</x>
			<y>69</y>
			<width>30</width>
			<height>30</height>
			<fontColor></fontColor>
			<backgroundColor>White</backgroundColor>
			<marginSide></marginSide>
			<marginTop></marginTop>
			<background>true</background>
			<align></align>
			<display></display>
			<Text>"1"</Text>
			<style>flat</style>
		</label>
	</widgets>
</window>