<Item name="ControlPanel" classname="CSiItemControlPanel">
	<Position>0,0</Position>
	<AutoRearrange>
		<Bottom align="Bottom">0</Bottom>
		<Right align="Right">0</Right>
		<Left align="Left">0</Left>
	</AutoRearrange>
	<AnimeDIB refer="Background_Farina"/>

	<Item name="AllArea" classname="CSiItemWindow">
		<Position>10,10</Position>
		<Size>150,150</Size>

		<Item name="TargetFolder" classname="CSiItemTextBox">
			<Position>10,20</Position>
			<Size>40,10</Size>
			<Font>
				<Color name="text">170,201,237,255</Color>	
			</Font>
			<TEXT>TARGET</TEXT>
		</Item>

		<Item name="FolderPath" classname="CSiItemTextBox">
			<Position>10,40</Position>
			<Size>100,25</Size>
			<AutoRearrange>
				<Right align="Right">15</Right>
			</AutoRearrange>
			<Font>
				<Color name="text">255,255,255</Color>
				<Color name="shadow">0,0,0,255</Color>
			</Font>
		</Item>

		<Item name="ChangeButton" classname="CSiItemButton">
			<Position>120,40</Position>
			<Size>68,25</Size>

			<Commands name="Click">
				<Command kind="ControlPanel" command="StillButtonHandler" paramA=""/>
			</Commands>
			&Button;
		</Item>

		<Item name="TargetFileList" classname="CSiItemTextBox">
			<Position>10,20</Position>
			<Size>40,10</Size>
			<Font>
				<Color name="text">170,201,237,255</Color>	
			</Font>
			<TEXT>Target File List</TEXT>
		</Item>

		<Item name="LargeIconButton" classname="CSiItemButton">
			<Position>140,60</Position>
			<Size>20,20</Size>
			<AutoRearrange>
				<Left align="Right">40</Left>
				<Right align="Right">20</Right>
			</AutoRearrange>

			<State name="Normal">
				<AnimeDIB refer="LargeIconNormal"/>
			</State>
			<State name="Pushed">
				<AnimeDIB refer="LargeIconPushed"/>
			</State>
			<State name="Hot">
				<AnimeDIB refer="LargeIconHot"/>
			</State>

			<Commands name="Click">
				<Command kind="ContentsPanel" command="LargeIconButtonHandler" paramA="FileView"/>
			</Commands>
		</Item>

		<Item name="ReportIconButton" classname="CSiItemButton">
			<Position>140,60</Position>
			<Size>20,20</Size>
			<AutoRearrange>
				<Left align="Right">40</Left>
				<Right align="Right">20</Right>
			</AutoRearrange>

			<State name="Normal">
				<AnimeDIB refer="ReportIconNormal"/>
			</State>
			<State name="Pushed">
				<AnimeDIB refer="ReportIconPushed"/>
			</State>
			<State name="Hot">
				<AnimeDIB refer="ReportIconHot"/>
			</State>

			<Commands name="Click">
				<Command kind="ContentsPanel" command="ReportIconButtonHandler" paramA="FileView"/>
			</Commands>
		</Item>

		<Item name="ControlArea" classname="CSiItemWindow">
			<Position>10,180</Position>
			<Size>200,250</Size>
			<AutoRearrange>
				<Right align="Right">10</Right>
				<Left align="Right">10</Left>
				<Bottom align="Bottom">75</Bottom>
			</AutoRearrange>
			<AnimeDIB refer="Panel"/>
		</Item>
		
		<Item name="SelectFileSize" classname="CSiItemTextBox">
			<Position>10,220</Position>
			<Size>60,20</Size>
			<Font>
				<Color name="text">170,201,237,255</Color>	
			</Font>
			<TEXT>Target File List</TEXT>
		</Item>

		<Item name="AllFileSize" classname="CSiItemTextBox">
			<Position>10,250</Position>
			<Size>60,20</Size>
			<Font>
				<Color name="text">170,201,237,255</Color>	
			</Font>
			<TEXT>Target File List</TEXT>
		</Item>
		
		<Item name="AllSelectButton" classname="CSiItemButton">
			<Position>300,250</Position>
			<Size>68,25</Size>
			<Commands name="Click">
				<Command kind="ControlPanel" command="SelectButtonHandler" paramA=""/>
			</Commands>
			<TEXT>All Select</TEXT>
			&Button;
		</Item>

		<Item name="FileDeleteButton" classname="CSiItemButton">
			<Position>350,290</Position>
			<Size>68,25</Size>
			<Commands name="Click">
				<Command kind="ControlPanel" command="DeleteButtonHandler" paramA=""/>
			</Commands>
			<TEXT>File Delete</TEXT>
			&Button;
		</Item>

		<Item name="FileAddButton" classname="CSiItemButton">
			<Position>280,290</Position>
			<Size>68,25</Size>
			<Commands name="Click">
				<Command kind="ControlPanel" command="AddButtonHandler" paramA=""/>
			</Commands>
			<TEXT>File Add</TEXT>
			&Button;
		</Item>
	</Item>
</Item>
