<?xml version="1.0"?>
<resource>
	<group id="Root">
		<position-y>700</position-y>
		<!-- Background -->
		<widget>
			<texture><ref>ss_bg.png</ref></texture>
			<position-x>0</position-x>
			<position-y>-5</position-y>
		</widget>

		<!-- Down Arrow -->
		<widget>
			<texture>
				<ref>down_arrow.png</ref>
			</texture>
			<position-x>960</position-x>
			<alignment-x>0.5</alignment-x>
			<position-y>260</position-y>
		</widget>


		<!-- Add A Bookmark -->
		<widget>
			<texture><ref>ss_box_green.png</ref></texture>
			<position-x>170</position-x>
			<position-y>218</position-y>
		</widget>
		<widget>
			<texture><ref>$texADDBM</ref></texture>
			<position-x>225</position-x>
			<position-y>265</position-y>
		</widget>

		<!-- Delete Bookmark -->
		<widget>
			<texture><ref>ss_box_red.png</ref></texture>
			<position-x>745</position-x>
			<position-y>218</position-y>
		</widget>
		<widget>
			<texture><ref>$texDELETEBM</ref></texture>
			<position-x>800</position-x>
			<position-y>265</position-y>
		</widget>

		<!-- View Bookmarks -->
		<widget>
			<texture><ref>ss_box_yellow.png</ref></texture>
			<position-x>1345</position-x>
			<position-x menu-language="deu">1300</position-x>
			<position-y>218</position-y>
		</widget>
		<widget>
			<texture><ref>$texVIEWBM</ref></texture>
			<position-x>1400</position-x>
			<position-x menu-language="deu">1355</position-x>
			<position-y>265</position-y>
		</widget>

		<!-- Large Scene Previews -->
		<widget>
			<texture id="Preview">
				<array>				
					<texture><ref>ss01.png</ref></texture>
					<texture><ref>ss02.png</ref></texture>
					<texture><ref>ss03.png</ref></texture>
					<texture><ref>ss04.png</ref></texture>
					<texture><ref>ss05.png</ref></texture>
					<texture><ref>ss06.png</ref></texture>
					<texture><ref>ss07.png</ref></texture>
					<texture><ref>ss08.png</ref></texture>
					<texture><ref>ss09.png</ref></texture>
					<texture><ref>ss10.png</ref></texture>
					<texture><ref>ss11.png</ref></texture>
					<texture><ref>ss12.png</ref></texture>
					<texture><ref>ss13.png</ref></texture>
					<texture><ref>ss14.png</ref></texture>
					<texture><ref>ss15.png</ref></texture>
					<texture><ref>ss16.png</ref></texture>
				</array>
			</texture>
			<position-x>700</position-x>
			<position-y>-296</position-y>
		</widget>

		<!-- Selected Scene Highlight -->
		<widget id="Selector">
			<texture><ref>ss_index_sel.png</ref></texture>
			<position-y>37</position-y>
			
		</widget>
	
		<!--widget>
			<texture><ref>ss_tl_bar_outline.png</ref></texture>
			<position-x>346</position-x>
			<position-y>150</position-y>
		</widget>

		<!-- Fill texture for the timeline bar -->
		
		<widget id="TimelineFill">
			<texture><ref>ss_tl_bar_fill.png</ref></texture>
			<position-x>372</position-x>
			<position-y>147</position-y>
		</widget>

	
		<!-- floating timecode indicator-->
		<group id="floatingIndicator">
			<position-x>320</position-x>
			<position-y>160</position-y>
			<widget>
				<texture><ref>ss_tc_bar.png</ref></texture>
				<position-x>43</position-x>
				<position-y>-15</position-y>
			</widget>

			<widget>
				<texture id="floatingTimecode">
					<!-- create a time code texture -->
					<timecode>
						<!-- initial time value in nanoseconds-->
						<time>0</time>
						<!-- padding of digits,colon in pixels-->
						<padding>-4</padding>
						<!-- Requires an array list of textures in order of digits 0-9 then the colon -->
						<array>
							<texture><ref>0030.png</ref></texture>
							<texture><ref>0031.png</ref></texture>
							<texture><ref>0032.png</ref></texture>
							<texture><ref>0033.png</ref></texture>
							<texture><ref>0034.png</ref></texture>
							<texture><ref>0035.png</ref></texture>
							<texture><ref>0036.png</ref></texture>
							<texture><ref>0037.png</ref></texture>
							<texture><ref>0038.png</ref></texture>
							<texture><ref>0039.png</ref></texture>
							<texture><instance>003A.png</instance><position-y>-2</position-y></texture>
						</array>
					</timecode>
				</texture>
				<position-x>130</position-x>
				<position-y>20</position-y>
				<alignment-x>0.5</alignment-x>
				<alignment-y>0.5</alignment-y>
			</widget>

		</group>

		<!-- Bookmark Tick Textures -->
		<widget>
			<texture id="bookmarkTicks">
				<bookmark-tick>
					<array>
						<texture><ref>ss_bookmark_arrow_N.png</ref></texture>
						<texture><ref>ss_bookmark_arrow_S.png</ref></texture>
					</array>
					<width>1177</width>
				</bookmark-tick>
			</texture>
			<alpha>0.5</alpha>
			<position-x>367</position-x>
			<position-y>105</position-y>
		</widget>

	</group>

</resource>
