Skip to content

Commit 4be3bd3

Browse files
committed
Updates to the about page.
1 parent a3b9cc4 commit 4be3bd3

1 file changed

Lines changed: 33 additions & 1 deletion

File tree

Pages/AboutSimTools.xaml

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,46 @@
4444
<GradientStop Color="Black" Offset="1"/>
4545
</LinearGradientBrush>
4646
</TextBlock.Foreground><Run Text="David Brown, creator of SimTools."/><LineBreak/><Run Text="Playing since OG Sims in 2000."/></TextBlock>
47-
<TextBlock x:Name="Text3_Copy" HorizontalAlignment="Left" Margin="32,272,0,0" TextWrapping="Wrap" Text="Warning: SimTools is protected under the GNU General Public License v3.0. It is open-source software, made available to the public and open to contributions, however; I would prefer that SimTools not be used for commercial gain. " VerticalAlignment="Top" Width="473" Height="58" FontFamily="Tahoma" FontWeight="Bold" FontSize="11" FontStyle="Italic">
47+
<TextBlock x:Name="Text4" HorizontalAlignment="Left" Margin="32,272,0,0" TextWrapping="Wrap" Text="SimTools is protected under the Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC) license. It is open-source software, made available to the public and open to contributions. This software, in no part should be used for commercial gain." VerticalAlignment="Top" Width="473" Height="58" FontFamily="Tahoma" FontWeight="Bold" FontSize="11" FontStyle="Italic" TextAlignment="Center">
4848
<TextBlock.Foreground>
4949
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
5050
<GradientStop Color="Black"/>
5151
<GradientStop Color="Black" Offset="1"/>
5252
</LinearGradientBrush>
5353
</TextBlock.Foreground>
5454
</TextBlock>
55+
<TextBlock x:Name="Text5" HorizontalAlignment="Left" Margin="32,352,0,0" TextWrapping="Wrap" VerticalAlignment="Top" Width="337" Height="57" FontFamily="Tahoma" FontSize="10.5" TextAlignment="Center">
56+
<TextBlock.Foreground>
57+
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
58+
<GradientStop Color="Black"/>
59+
<GradientStop Color="Black" Offset="1"/>
60+
</LinearGradientBrush>
61+
</TextBlock.Foreground><Run Text="Version: 4.0.1, Build 3868"/><LineBreak/><Run Text="Released: ??/??/2025"/><LineBreak/><Run Text="Website: http://www.ts3tools.com"/><LineBreak/><Run Text="© 2025, Archeon Industries, LLC."/><LineBreak/><Run/></TextBlock>
62+
<TextBlock x:Name="Text6" HorizontalAlignment="Left" Margin="32,432,0,0" TextWrapping="Wrap" Text="For Faith, who inspired me to finally finish this program." VerticalAlignment="Top" Width="169" Height="33" FontFamily="Tahoma" FontWeight="Bold" FontSize="11" FontStyle="Italic">
63+
<TextBlock.Foreground>
64+
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
65+
<GradientStop Color="Black"/>
66+
<GradientStop Color="Black" Offset="1"/>
67+
</LinearGradientBrush>
68+
</TextBlock.Foreground>
69+
</TextBlock>
70+
<Button x:Name="UpdateButton" Content="Check for Updates" HorizontalAlignment="Left" Margin="376,346,0,0" VerticalAlignment="Top" BorderBrush="{x:Null}" Width="130" Height="34" FontFamily="Tahoma" FontWeight="Bold" FontSize="11">
71+
<Button.Background>
72+
<ImageBrush ImageSource="/Images/button_normal.png"/>
73+
</Button.Background>
74+
</Button>
75+
<Button x:Name="ChangelogButton" Content="Changelog" HorizontalAlignment="Left" Margin="376,380,0,0" VerticalAlignment="Top" BorderBrush="{x:Null}" Width="130" Height="34" FontFamily="Tahoma" FontWeight="Bold" FontSize="11">
76+
<Button.Background>
77+
<ImageBrush ImageSource="/Images/button_normal.png"/>
78+
</Button.Background>
79+
</Button>
80+
<TextBlock x:Name="PreviousMenu" HorizontalAlignment="Left" Margin="328,432,0,0" TextWrapping="Wrap" VerticalAlignment="Top" Width="161" Height="25" FontFamily="SimSun" FontSize="10.5" TextAlignment="Center" Text="Click the 'X' to go back to the previous menu.">
81+
<TextBlock.Foreground>
82+
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
83+
<GradientStop Color="Black"/>
84+
<GradientStop Color="Black" Offset="1"/>
85+
</LinearGradientBrush>
86+
</TextBlock.Foreground></TextBlock>
5587

5688
</Grid>
5789
</Window>

0 commit comments

Comments
 (0)