|
44 | 44 | <GradientStop Color="Black" Offset="1"/> |
45 | 45 | </LinearGradientBrush> |
46 | 46 | </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"> |
48 | 48 | <TextBlock.Foreground> |
49 | 49 | <LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0"> |
50 | 50 | <GradientStop Color="Black"/> |
51 | 51 | <GradientStop Color="Black" Offset="1"/> |
52 | 52 | </LinearGradientBrush> |
53 | 53 | </TextBlock.Foreground> |
54 | 54 | </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> |
55 | 87 |
|
56 | 88 | </Grid> |
57 | 89 | </Window> |
0 commit comments