1 <Window x:Class="OpenTXrecorder.AboutWindow"
2 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4 Title="OpenTX Recorder About Window" Height="350" Width="357" Icon="/OpenTXrecorder;component/icon.ico">
7 <StackPanel Orientation="Horizontal">
8 <StackPanel Orientation="Vertical">
9 <StackPanel Orientation="Horizontal" Width="240" HorizontalAlignment="Left">
10 <Label Content="Product:">
12 <Label Content="Product Name" Name="lblProductName"/>
14 <StackPanel Orientation="Horizontal" HorizontalAlignment="Left">
15 <Label Content="Version:"/>
16 <Label Content="Version" Name="lblVersion"/>
18 <StackPanel Orientation="Horizontal" HorizontalAlignment="Left">
19 <Label Content="Company:" />
20 <Label Content="Company" Name="lblCompanyName"/>
22 <Label Content="Copyright" Name="lblCopyright" HorizontalAlignment="Left" />
25 <Hyperlink NavigateUri="http://www.open-tx.org/" RequestNavigate="Hyperlink_RequestNavigate">
26 <Image Stretch="Uniform" Height="90" Width="90" Cursor="Hand" Source="/OpenTXrecorder;component/icon.ico" />
30 <StackPanel Orientation="Vertical">
31 <TextBlock Margin="5,5,5,0" TextWrapping="Wrap"
32 Text="This application is used to record OpenTX voice strings and generate audio files for use in the FrSky Taranis radio." />
33 <TextBlock Margin="5,10,5,0" TextWrapping="Wrap"
34 Text= "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 3 of the License, or any later version." />
35 <TextBlock Margin="5,5,5,0" TextWrapping="Wrap"
36 Text= "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." />
37 <StackPanel Orientation="Horizontal">
38 <TextBlock TextWrapping="Wrap" Margin="5,5,5,0" Width="230"
39 Text= "See the GNU General Public License for more details." />
41 <Hyperlink NavigateUri="http://www.gnu.org/licenses/" RequestNavigate="Hyperlink_RequestNavigate">
42 <Image Margin="0,5,0,0" Cursor="Hand" Source="/OpenTXrecorder;component/GPLv3_Logo.png" MinWidth="88" MaxWidth="88" />