Skip to content

Commit

Permalink
Fixed numerous bug in the SaveFile and SaveAll part of the tool, chan…
Browse files Browse the repository at this point in the history
…ged the background
  • Loading branch information
gimmemoore committed Sep 24, 2015
1 parent d12c4b4 commit 6dcfb3e
Show file tree
Hide file tree
Showing 12 changed files with 2,128 additions and 2,098 deletions.
26 changes: 13 additions & 13 deletions AboutWindow.xaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<Window x:Class="Pickler.AboutWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="AboutWindow" WindowStyle="None" mc:Ignorable="d" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" Height="453" Width="443" AllowsTransparency="True" Loaded="Window_Loaded" KeyDown="Window_KeyDown" MouseUp="Window_MouseUp">
<Window.Background>
<ImageBrush ImageSource="/Pickler;component/images/PicklerAbout.png" />
</Window.Background>
<Grid>
<Label Content="PICKLER" Name="ProgramName" Margin="81,137,76,225" FontWeight="Bold" FontSize="32" UseLayoutRounding="True" VerticalAlignment="Center" HorizontalAlignment="Center" Width="264" />
<Label Content="Version 0.0.0.000" FontSize="16" FontWeight="Bold" HorizontalAlignment="Center" Margin="81,185,94,200" Name="ProgramVersion" UseLayoutRounding="True" VerticalAlignment="Center" Height="29" Width="246" />
<Label Content="Copyright © 2010-" FontSize="12" FontWeight="Bold" Height="26" HorizontalAlignment="Stretch" Margin="186,358,68,30" Name="CopyRightStatement" UseLayoutRounding="True" VerticalAlignment="Center" IsEnabled="False" HorizontalContentAlignment="Right" />
</Grid>
</Window>
<Window x:Class="Pickler.AboutWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="AboutWindow" WindowStyle="None" mc:Ignorable="d" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" Height="453" Width="443" AllowsTransparency="True" Loaded="Window_Loaded" KeyDown="Window_KeyDown" MouseUp="Window_MouseUp">
<Window.Background>
<ImageBrush ImageSource="images/PicklerAbout.png" />
</Window.Background>
<Grid>
<Label Content="PICKLER" Name="ProgramName" Margin="81,137,76,225" FontWeight="Bold" FontSize="32" UseLayoutRounding="True" VerticalAlignment="Center" HorizontalAlignment="Center" Width="264" />
<Label Content="Version 0.0.0.000" FontSize="16" FontWeight="Bold" HorizontalAlignment="Center" Margin="81,185,94,200" Name="ProgramVersion" UseLayoutRounding="True" VerticalAlignment="Center" Height="29" Width="246" />
<Label Content="Copyright © 2010-" FontSize="12" FontWeight="Bold" Height="26" HorizontalAlignment="Stretch" Margin="186,358,68,30" Name="CopyRightStatement" UseLayoutRounding="True" VerticalAlignment="Center" IsEnabled="False" HorizontalContentAlignment="Right" />
</Grid>
</Window>
310 changes: 155 additions & 155 deletions MainWindow.xaml

Large diffs are not rendered by default.

Loading

0 comments on commit 6dcfb3e

Please sign in to comment.