﻿<?xml version="1.0" encoding="UTF-8" ?>
<ScreenCapHomePageTipWnd>
	<Version>1.0</Version>
	<WinHeight>70</WinHeight>
	<WinWidth>184</WinWidth>
	<Background>#F7F8FC</Background>
    <DarkBackground>#303338</DarkBackground>
	<Layout>
	    <HBoxLayout SizePolicy="Spring;Spring" Radio="8">
			<Spring/>
			<VBoxLayout Name="RootLayout" SizePolicy="Fix;Spring" Width="162" >
				<Spring/>
				<StaticText Name="screenTipText1" Width="162" Height="18" Type="Custom" Text="快捷截图，随时随地翻译～" TextAlign="Left;Center" FontFamily="微软雅黑" FontSize="12" LineHeight="18" TextColor="#2A2F45"  DarkTextColor="#E1E3E6" MaxLines="1"/>
				<Space Size="4"/>	
				<HBoxLayout  SizePolicy="Spring;Fix" Height="30">
					<VBoxLayout Name="RootLayout" SizePolicy="Fix;Spring" Width="78">
						<Space Size="7"/>
						<TextButton Name="screenTipBtn2" Text="Ctrl+Alt+D" FontSize="12" TextColor="#2A2F45" DarkTextColor="#E1E3E6" FontFamily="微软雅黑" SizePolicy="Auto;Auto" Enabled="False" TextAlign="Center"/>
					</VBoxLayout>
					<Spring/>
					<TextButton  Name="screenSetting" Width="76" Height="30" ExBackground="#F7F8FC;#0A4D71FF" DarkExBackground="#303338;#10FFFFFF" Radio="8" SizePolicy="Fix;Fix"  Text="设置快捷键"  FontSize="12" TextColor="#585C6F" DarkTextColor="#E1E3E6" FontFamily="微软雅黑" TextAlign="Center" />
				</HBoxLayout>
				<Spring/>
			</VBoxLayout>
			<Spring/>
	    </HBoxLayout>
	</Layout>
</ScreenCapHomePageTipWnd>