|
1 | | -<syncfusion:ChromelessWindow x:Class="Advanced_PortChecker.Windows.AboutWindow" |
2 | | - xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
3 | | - xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
4 | | - xmlns:d="http://schemas.microsoft.com/expression/blend/2008" |
5 | | - xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" |
6 | | - xmlns:syncfusion="http://schemas.syncfusion.com/wpf" |
7 | | - mc:Ignorable="d" |
8 | | - Title="Advanced PortChecker - About" Height="250" Width="400" |
9 | | - Icon="/Advanced PortChecker;component/globe.ico" WindowStartupLocation="CenterScreen" |
10 | | - AllowsTransparency="True" TitleTextAlignment="Center"> |
| 1 | +<syncfusion:ChromelessWindow |
| 2 | + x:Class="Advanced_PortChecker.Windows.AboutWindow" |
| 3 | + xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
| 4 | + xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
| 5 | + xmlns:d="http://schemas.microsoft.com/expression/blend/2008" |
| 6 | + xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" |
| 7 | + xmlns:syncfusion="http://schemas.syncfusion.com/wpf" |
| 8 | + mc:Ignorable="d" |
| 9 | + Title="Advanced PortChecker - About" Height="250" Width="400" |
| 10 | + UseLayoutRounding="True" |
| 11 | + Icon="/Advanced PortChecker;component/globe.ico" WindowStartupLocation="CenterScreen" |
| 12 | + AllowsTransparency="True" TitleTextAlignment="Center"> |
| 13 | + |
11 | 14 | <Grid VerticalAlignment="Center" HorizontalAlignment="Center"> |
12 | 15 | <Grid.RowDefinitions> |
13 | 16 | <RowDefinition Height="Auto"></RowDefinition> |
|
17 | 20 | <Grid.ColumnDefinitions> |
18 | 21 | <ColumnDefinition Width="Auto"></ColumnDefinition> |
19 | 22 | <ColumnDefinition Width="Auto"></ColumnDefinition> |
| 23 | + <ColumnDefinition Width="Auto"></ColumnDefinition> |
20 | 24 | </Grid.ColumnDefinitions> |
21 | 25 | <Image Width="64" Height="64" Source="/Advanced PortChecker;component/globe.ico" ></Image> |
22 | | - <TextBlock xml:space="preserve" Grid.Column="1"> |
| 26 | + <Separator Margin="5" Grid.Column="1" Style="{StaticResource {x:Static ToolBar.SeparatorStyleKey}}" /> |
| 27 | + <TextBlock xml:space="preserve" Grid.Column="2"> |
23 | 28 | <TextBlock.Text>Advanced PortChecker was created by DeadLine. |
24 | 29 |
|
25 | 30 | Images: small-n-flat by paomedia |
26 | 31 | Theme by: SyncFusion |
27 | | -Version: 1.0.0.0 |
| 32 | +Version: 1.1.0.0 |
28 | 33 |
|
29 | 34 | Copyright © CodeDead 2017</TextBlock.Text> |
30 | 35 | </TextBlock> |
|
0 commit comments