PdfToolFrame.xml 673 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<Window size="72,32" caption="0,0,0,32" bktrans="true" alpha="170">
	<VerticalLayout  bkcolor="#FF000000" >
	<HorizontalLayout  height="32"    >

		<Button name="tool_pre_page" width="12" height="18" disabledimage="reader\pdftool\Prohibit_left.png" normalimage="reader\pdftool\normal_left.png" hotimage="reader\pdftool\hot_left.png" padding="10,7,0,0"/>
		<Button name="tool_next_page" width="12" height="18" disabledimage="reader\pdftool\Prohibit_right.png" normalimage="reader\pdftool\normal_right.png" hotimage="reader\pdftool\hot_right.png" padding="29,7,0,0"/>
		</HorizontalLayout>
	</VerticalLayout>
</Window>