﻿<?xml version="1.0" encoding="UTF-8" ?>
<ScreenCapWnd>
	<Version>1.0</Version>
	<WinHeight>300</WinHeight>
	<WinWidth>410</WinWidth>
	<Layout>
		<HBoxLayout Name="RootLayout" SizePolicy="Spring;Spring" Background="#00ff00">
		<Separator SizePolicy="Fix;Spring" Width="1" Color="#E0E0E1" DarkColor="#4D4D4D"/>
		<VBoxLayout Name="WndLayout" SizePolicy="Spring;Spring" Background="">		
		    <Separator SizePolicy="Spring;Fix" Height="1" Color="#E0E0E1" DarkColor="#4D4D4D"/>
			<Spring/>
		    <HBoxLayout  SizePolicy="Spring;Fix" Height="36" Background="">
		        <Spring/>
				<HBoxLayout Name="FunctionLayout"  Radio="8" Border="LeftTop"  SizePolicy="Fix;Fix" Width="144" Height="36" Background="#272A30">
				<Space Size="16"/>	
				<IconButton Name="nailcopy" SizePolicy="Fix;Fix"  Width="16" Height="16" IconWidth="16" IconHeight="16" Background="#272A30"  Icon="screennail-copy.png" />	
  				<Space Size="16"/>
				<IconButton Name="nailsave" SizePolicy="Fix;Fix"  Width="16" Height="16" IconWidth="16" IconHeight="16" Background="#272A30"  Icon="screennail-save.png" />	
  				<Space Size="16"/>
				<IconButton Name="nailmain" SizePolicy="Fix;Fix"  Width="16" Height="16" IconWidth="16" IconHeight="16" Background="#272A30"  Icon="screennail-main.png" />	
  				<Space Size="16"/>	
				<IconButton Name="nailclose" SizePolicy="Fix;Fix"  Width="16" Height="16" IconWidth="16" IconHeight="16" Background="#272A30"  Icon="screennail-close.png" />				
				<Space Size="16"/>	
				</HBoxLayout>
			</HBoxLayout>
            <Separator SizePolicy="Spring;Fix" Height="1" Color="#E0E0E1" DarkColor="#4D4D4D"/>
		</VBoxLayout>
		<Separator SizePolicy="Fix;Spring" Width="1" Color="#E0E0E1" DarkColor="#4D4D4D"/>
		</HBoxLayout>
	</Layout>
</ScreenCapWnd>