OSDN Git Service

155a5f07c3e15c2e083becf62ba64e408ee1c75a
[handbrake-jp/handbrake-jp-git.git] / win / C# / HandBrakeWPF / Views / AboutView.xaml
1 <Window x:Class="HandBrakeWPF.Views.AboutView"\r
2         xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"\r
3         xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"\r
4         Title="AboutView" Height="268" Width="511">\r
5     \r
6     <StackPanel Orientation="Horizontal">\r
7         <Image Source="Images/logo64.png" Width="64" Height="64" SnapsToDevicePixels="True" Margin="10,10,10,10" HorizontalAlignment="Left" VerticalAlignment="Top" />\r
8 \r
9         <StackPanel Orientation="Vertical">\r
10             <Label Content="HandBrake WPF Demo App" FontWeight="Bold" FontSize="14" Margin="0,10,0,0" />\r
11             <Label Content="Copyright 2003-2011 HandBrake Team" />\r
12             \r
13             <Label Content="License:" />\r
14             <TextBox IsEnabled="False" Width="380" Height="100" TextWrapping="Wrap" VerticalScrollBarVisibility="Auto" Margin="10,0,10,10">\r
15                 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.\r
16 \r
17 This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.\r
18 \r
19 You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA\r
20             </TextBox>\r
21             \r
22             <Button Content="OK" HorizontalAlignment="Right" Padding="10,2" Margin="0,0,10,10"></Button>\r
23             \r
24          </StackPanel>\r
25 \r
26 \r
27     </StackPanel>\r
28 </Window>\r