 
&AnimationDefine;

<DefaultDefaultDrawEnable>0</DefaultDefaultDrawEnable>

&TitleBar;

<BaseItem name="Main" classname="CSiItemPlain">
	<Font>
		<FaceName>&STRING_FONTNAME_FOR_BLACK;</FaceName>
		<Color name="text">82,81,99</Color>
		<Height>-12</Height>
	</Font>
	<AnimeDIB refer="Background_Farina" />
	<!--
	<Item name="Line" classname="CSiItemTextBox">
			<AutoRearrange>
				<Top align="Top">3</Top>
				<Bottom align="Top">12</Bottom>
				<Right align="Left">-2</Right>
				<Left align="Right">-10</Left>
			</AutoRearrange>
			<MenuBarBMP>MenuBar\Line.bmp</MenuBarBMP>
		</Item>	
	-->	
	<Item name="RSSViewerPanel" classname="CSiItemRSSViewerPanel">
		<KeyFocusManager />
	
		<AutoRearrange>
			<Top align="Top">18</Top>
			<Bottom align="Bottom">0</Bottom>
			<Right align="Right">0</Right>
			<Left align="Left">0</Left>
		</AutoRearrange>
		<AnimeDIB refer="Background_Farina" />
		
		
		<Item name="RSSMenuBar" classname="CSiItemMenuBar">
			<Font>
				<Color name="text">170,201,237,255</Color>
			</Font>
			<AutoRearrange>
				<Top align="Top">-18</Top>
				<Bottom align="Top">10</Bottom>
				<Left align="Left">-2</Left>
				<Right align="Right">-10</Right>
			</AutoRearrange>
			<MenuBarBMP>MenuBar\MenuBar.bmp</MenuBarBMP>
		</Item>
	
		<Item name="LeftArea" classname="CSiItemWindow">
			<AutoRearrange>
				<Top align="Top">18</Top>
				<Bottom align="Bottom">12</Bottom>
				<Left align="Left">12</Left>
				<Right align="Left">372</Right>
			</AutoRearrange>
			<Item name="SizeArea" classname="CSiItemWindow">
				<Position>0,76</Position>
				<AutoRearrange>
					<Top align="Top">76</Top>
					<Bottom align="Bottom">160</Bottom>
					<Right align="Right">0</Right>
					<Left align="Left">0</Left>
				</AutoRearrange>
				<AnimeDIB refer="Panel" />
				<Item name="RSSChannelListView" classname="CSiItemRSSViewerPanel::CListView">
				<Position>8,95</Position>
				<AutoRearrange>
						<Top align="Top">0</Top>
						<Bottom align="Bottom">1</Bottom>
						<Right align="Right">1</Right>
						<Left align="Left">1</Left>
					</AutoRearrange>
				<Font>
						<Color name="text">0,0,0</Color>
						<Height>-13</Height>
					</Font>
				<TextDrawFormat line="Multi" align="Center" />
				<ListViewMode>ReportView</ListViewMode>
				<SelectMode>SingleSelect</SelectMode>
				<ListElementSize mode="IconView" margin="10,10">103,125</ListElementSize>	

				<ScrollView>
						<ScrollViewScrollBarStep verticalbutton="20" verticalwheel="20" horizontalbutton="20" horizontalwheel="20" />
					</ScrollView>

				<ColumnData name="ChannelTitle" title="&STRING_CHANNEL_TITLE;" resize="1" click="1" width="208" />
				<ColumnData name="ChannelLastUpdate" title="&STRING_CHANNEL_LASTUPDATE;" resize="1" click="1"
						width="150" />
				<ColumnHeader>
						<Font>
							<Color name="text">0,0,0</Color>
							<TextDrawBlank>0,3,0,3</TextDrawBlank>
							<TextDrawFormat align="Center" />
						   <Height>-11</Height>
						</Font>
						<ColumnItem>
							<Command name="Click" command="SortChannelList" kind="RSSChannelListView" paramB="%ItemName%" post="1" />
						</ColumnItem>
					</ColumnHeader>
				<ColumnHeight>19</ColumnHeight>

				 &ListView;

				<ListViewElement>
						<Command name="ContextMenu" command="Menu" kind="RSSChannelListView" paramA="%pItem%" paramB="%Point%"
							post="1" />
						<Command name="LButtonDblClk" command="DblClk" kind="RSSChannelListView" paramA="%pItem%" paramB="%Point%"
							post="1" />
						<Command name="Click" command="Click" kind="RSSChannelListView" paramA="%pItem%" paramB="%Point%" post="1" />
						<GroupElementModeChange />
						<ItemMode name="Normal">
							<AnimeDIB refer="Empty" />
						</ItemMode>
						<ItemMode name="Selected">
							<AnimeDIB refer="FillBule" />
						</ItemMode>
						<ItemMode name="Cursor">
							<AnimeDIB refer="FrameBlue" />
						</ItemMode>
						<ItemMode name="SelectedCursor">
							<AnimeDIB refer="FrameBlueFillBule" />
						</ItemMode>
					</ListViewElement>

			</Item>
			</Item>
			<Item name="RSSTitle" classname="CSiItemTextBox">
				<Position>0,12</Position>
				<Size> 130,24</Size>
				<Font>
					<Color name="text">0,0,0</Color>
				</Font>
				<TextDrawFormat align="Left" />
				<Text>&STRING_CHANNEL_WINDOW_TITLE;</Text>
			</Item>
			<Item name="Introduce" classname="CSiItemButton">
				<Size> 120,24</Size>
				<Position>240,12</Position>
				<Text>&STRING_CHANNEL_INTRODUCE;</Text>
				<ToolTip>&STRING_CHANNEL_INTRODUCE_TIP;</ToolTip>
				<Font>
					<Color name="text">0,0,0</Color>
				</Font>
				<State name="Normal">
					<AnimeDIB refer="Button_Farina_Normal" />
				</State>
				<State name="Pushed">
					<AnimeDIB refer="Button_Farina_Pushed" />
				</State>
				<State name="Hot">
					<AnimeDIB refer="Button_Farina_Hot" />
				</State>
				<ItemHook name="CSiExHookEventAnimation">
					<EventEffect param1="0, -15" />
				</ItemHook>
				<Command name="Click" kind="RSSViewerPanel" command="RSSIntroduce" />
			</Item>
			<Item name="RSSUpdate" classname="CSiItemButton">
				<Size> 100,24</Size>
				<Position>260,48</Position>
				<Text>&STRING_CHANNEL_UPDATE;</Text>
				<ToolTip>&STRING_CHANNEL_UPDATE_TIP;</ToolTip>
				<Font>
					<Color name="text">0,0,0</Color>
				</Font>
				<State name="Normal">
					<AnimeDIB refer="Button_Farina_Normal" />
				</State>
				<State name="Pushed">
					<AnimeDIB refer="Button_Farina_Pushed" />
				</State>
				<State name="Hot">
					<AnimeDIB refer="Button_Farina_Hot" />
				</State>
				<ItemHook name="CSiExHookEventAnimation">
					<EventEffect param1="0, -15" />
				</ItemHook>
				<Command name="Click" kind="RSSViewerPanel" command="UpdateAllRSS" />
			</Item>
			<Item name="AddButton" classname="CSiItemButton">
				<Position>0,48</Position>
				<Size>100,24</Size>
				<Text>&STRING_CHANNEL_ADD;</Text>
				<ToolTip>&STRING_CHANNEL_ADD_TIP;</ToolTip>
				<Font>
					<Color name="text">0,0,0</Color>
				</Font>
				<State name="Normal">
					<AnimeDIB refer="Button_Farina_Normal" />
				</State>
				<State name="Pushed">
					<AnimeDIB refer="Button_Farina_Pushed" />
				</State>
				<State name="Hot">
					<AnimeDIB refer="Button_Farina_Hot" />
				</State>
				<ItemHook name="CSiExHookEventAnimation">
					<EventEffect param1="0, -15" />
				</ItemHook>
				<Command name="Click" kind="RSSViewerPanel" command="AddChannel" />
			</Item>
			<Item name="DeleteButton" classname="CSiItemButton">
				<Position>102,48</Position>
				<Size>100,24</Size>
				<Text>&STRING_CHANNEL_DELETE;</Text>
				<ToolTip>&STRING_CHANNEL_DELETE_TIP;</ToolTip>
				<Font>
					<Color name="text">0,0,0</Color>
				</Font>
				<State name="Normal">
					<AnimeDIB refer="Button_Farina_Normal" />
				</State>
				<State name="Pushed">
					<AnimeDIB refer="Button_Farina_Pushed" />
				</State>
				<State name="Hot">
					<AnimeDIB refer="Button_Farina_Hot" />
				</State>
				<ItemHook name="CSiExHookEventAnimation">
					<EventEffect param1="0, -15" />
				</ItemHook>
				<Command name="Click" kind="RSSViewerPanel" command="DeleteChannel" />
			</Item>
			<Item name="ChannelImage" classname="CSiItemDrawDIB">
				<AutoRearrange>
					<Top align="Bottom">120</Top>
					<Bottom align="Bottom">24</Bottom>
					<Right align="Left">96</Right>
					<Left align="Left">0</Left>
				</AutoRearrange>
				<Size>96,96</Size>
			</Item>
			<Item name="ChannelTitle" classname="CSiItemTextBox">
		
				<AutoRearrange>
					<Top align="Bottom">148</Top>
					<Bottom align="Bottom">120</Bottom>
					<Right align="Right">0</Right>
					<Left align="Left">0</Left>
				</AutoRearrange>
				
				<Font>
					<Color name="text">0,0,0</Color>
				</Font>
				<Size>100,24</Size>
				<TextDrawFormat align = "Left"/>
				<Text></Text>
			</Item>
			
			<Item name="ChannelDescription" classname="CSiItemTextBox">
				<AutoRearrange>
					<Top align="Bottom">120</Top>
					<Bottom align="Bottom">0</Bottom>
					<Right align="Right">0</Right>
					<Left align="Left">120</Left>
				</AutoRearrange>
				
				<Size>252,120</Size>
				<TextDrawFormat line="Multi" align = "Left"/>
				<Text></Text>
			</Item>
		</Item>
		<Item name="RightArea" classname="CSiItemWindow">
			<AutoRearrange>
				<Top align="Top">18</Top>
				<Bottom align="Bottom">12</Bottom>
				<Left align="Left">396</Left>
				<Right align="Right">0</Right>
			</AutoRearrange>
			<Position>396,0</Position>
			<Item name="ChannelItemArea" classname="CSiItemWindow">
				<AutoRearrange>
					<Top align="Top">76</Top>
					<Right align="Right">12</Right>
					<Left align="Left">0</Left>
					<Bottom align="Bottom">0</Bottom>
				</AutoRearrange>
				<AnimeDIB refer="Panel" />
				<Item name="ChannelItemListView" classname="CSiItemRSSViewerPanel::CItemListView">
				<AutoRearrange>
						<Top align="Top">0</Top>
						<Right align="Right">0</Right>
						<Left align="Left">0</Left>
						<Bottom align="Bottom">0</Bottom>
					</AutoRearrange>
				<Font>
						<Color name="text">0,0,0</Color>
						<Height>-13</Height>
					</Font>
				<TextDrawFormat line="Multi" align="Center" />
				<ListViewMode>ReportView</ListViewMode>
				<SelectMode>MultiSelect</SelectMode>
				<ListElementSize mode="IconView" margin="10,10">103,125</ListElementSize>

				<ScrollView>
						<ScrollViewScrollBarStep verticalbutton="20" verticalwheel="20" horizontalbutton="20" horizontalwheel="20" />
					</ScrollView>

				<ColumnData name="Icon" title="" resize="0" click="0" width="36" IconViewRect="1,1,20,20" />
				<ColumnData name="ItemTitle" title="&STRING_CHANNEL_ITME_TITLE;" resize="1" click="1" width="210" />
				<ColumnData name="State" title="&STRING_CHANNEL_ITME_STATE;" resize="1" click="1" width="100" />
				<ColumnData name="PubDate" title="&STRING_CHANNEL_ITME_PUBDATE;" resize="1" click="1" width="100" />
				<ColumnData name="Long" title="&STRING_CHANNEL_ITME_LONG;" resize="1" click="1" width="100" />
				
				<ReferItem name="Icon">
					<Item name="key" classname="CSiItemPlain">
						<Position>10,2</Position>
						<Size>16,16</Size>
						<AnimeDIB refer="Lock"/>
					</Item>
				</ReferItem>
				
				<ColumnHeader>
						<Font>
							<Color name="text">0,0,0</Color>
							<TextDrawBlank>0,3,0,3</TextDrawBlank>
							<TextDrawFormat align="Center" />
                             <Height>-11</Height>
						</Font>
						<ColumnItem>
							<Command name="Click" command="SortFileList" kind="ItemListView" paramB="%ItemName%" post="1" />
						</ColumnItem>
					</ColumnHeader>

				<ColumnHeight>19</ColumnHeight>

				&ListView;

				<ListViewElement>
						<Command name="ContextMenu" command="Menu" kind="ItemListView" paramA="%pItem%" paramB="%Point%"	post="1" />
						<Command name="Click" 		command="ProtectedFlg" 	kind="ItemListView" paramA="%pItem%" paramB="%Point%" post="1"/>
						<GroupElementModeChange />
						<ItemMode name="Normal">
							<AnimeDIB refer="Empty" />
						</ItemMode>
						<ItemMode name="Selected">
							<AnimeDIB refer="FillBule" />
						</ItemMode>
						<ItemMode name="Cursor">
							<AnimeDIB refer="FrameBlue" />
						</ItemMode>
						<ItemMode name="SelectedCursor">
							<AnimeDIB refer="FrameBlueFillBule" />
						</ItemMode>
					</ListViewElement>
			</Item>
			</Item>
			<Item name="DeleteItem" classname="CSiItemTextBox">
				<Position>0,48</Position>
				<Font>
					<Color name="text">0,0,0</Color>
				</Font>
				<Size>100,24</Size>
				<Text>&STRING_CHANNEL_ITME_DELETE;</Text>
				<ToolTip>&STRING_CHANNEL_ITME_DELETE_TIP;</ToolTip>
				<TextDrawFormat align="Center" />
				<State name="Normal">
					<AnimeDIB refer="Button_Farina_Normal" />
				</State>
				<State name="Pushed">
					<AnimeDIB refer="Button_Farina_Pushed" />
				</State>
				<State name="Hot">
					<AnimeDIB refer="Button_Farina_Hot" />
				</State>
				<ItemHook name="CSiExHookEventAnimation">
					<EventEffect param1="0, -15" />
				</ItemHook>
				<Command name="Click" kind="RSSViewerPanel" command="DeleteItem" />
			</Item>
			<Item name="AppendItemToList" classname="CSiItemButton">
				<Size>210,24</Size>
				<AutoRearrange>
					<Top align="Top">48</Top>
					<Bottom align="Top">72</Bottom>
					<Right align="Right">12</Right>
					<Left align="Right">210</Left>
				</AutoRearrange>
				<ToolTip>&STRING_CHANNEL_ITME_APPEND_TIP;</ToolTip>
				<Text>&STRING_CHANNEL_ITME_APPEND;</Text>
				<Font>
					<Color name="text">0,0,0</Color>
				</Font>
				<State name="Normal">
					<AnimeDIB refer="Button_Farina_Normal" />
				</State>
				<State name="Pushed">
					<AnimeDIB refer="Button_Farina_Pushed" />
				</State>
				<State name="Hot">
					<AnimeDIB refer="Button_Farina_Hot" />
				</State>
				<ItemHook name="CSiExHookEventAnimation">
					<EventEffect param1="0, -15" />
				</ItemHook>
				<Command name="Click" kind="RSSViewerPanel" command="AppendVideoToList" />
			</Item>
			<Item name="RSSItemTitle" classname="CSiItemTextBox">
				<Position>0,12</Position>
				<Size> 140,24</Size>
				<Font>
					<Color name="text">0,0,0</Color>
				</Font>
				<TextDrawFormat align="Left" />
				<Text>&STRING_CHANNEL_CHANNEL_ITME;</Text>
			</Item>
		</Item>
		<Item name="ResizeBox" classname="CSiItemTextBox">
			<Font>
				<Color name="text">0,0,0</Color>
			</Font>
			<Size>15,15</Size>
			<AutoRearrange>
				<Top align="Bottom">14</Top>
				<Bottom align="Bottom">0</Bottom>
				<Right align="Right">0</Right>
				<Left align="Right">14</Left>
			</AutoRearrange>
			<AnimeDIB refer="DispResize" />
		</Item>
<!--		
		<Item name="Column_Lock_Test" classname="CSiItemTextBox">
			<AutoRearrange>
				<Top align="Top">98</Top>
				<Bottom align="Top">122</Bottom>
				<Left align="Left">402</Left>
				<Right align="Left">426</Right>
			</AutoRearrange>
			<Font>
				<Color name="text">0,0,0</Color>
			</Font>
			<State name="Normal">
				<AnimeDIB refer="Lock"/>
			</State>
		</Item>
		-->		
	</Item>
</BaseItem>
