Delete ServerLauncher/AboutWindow.xaml

This commit is contained in:
才羽青空 2025-03-21 13:10:53 +08:00 committed by GitHub
parent f586342839
commit 7dbfaa13ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,56 +0,0 @@
<Window x:Class="ServerLauncher.Window2"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:ServerLauncher"
mc:Ignorable="d"
Title="TslGame Server Launcher - About US"
Icon="pack://application:,,,/Resource/Image/MWIcon.ico"
Height="450"
Width="800"
WindowStartupLocation="CenterScreen"
ResizeMode="NoResize">
<!-- <Window.Background>
<ImageBrush ImageSource="pack://application:,,,/Resource/Image/TslGameServerBack1.jpg"/>
</Window.Background> -->
<Grid Margin="10,10,10,-5">
<TextBlock
Foreground="Black"
HorizontalAlignment="Center"
FontSize="20"
FontFamily="Alimama FangYuanTi VF SemiBold"
Margin="0,10,0,359"><Run Text="S"/><Run Text="ocial "/><Run Language="zh-cn" Text="M"/><Run Text="edia"/></TextBlock>
<TextBlock
Foreground="Black"
HorizontalAlignment="Center"
FontSize="14"
FontFamily="Alimama FangYuanTi VF SemiBold"
Margin="0,34,0,289"><Run Text="Don't be deceived! This project and other related contents are completely open source"/><Run Language="zh-cn" Text="."/></TextBlock>
<Image Margin="392,-680,360,-458" Source="/Resource/Image/Line1.png" Stretch="Fill" RenderTransformOrigin="2.111,0.505">
<Image.RenderTransform>
<TransformGroup>
<ScaleTransform/>
<SkewTransform/>
<RotateTransform Angle="90.021"/>
<TranslateTransform/>
</TransformGroup>
</Image.RenderTransform>
</Image>
<TextBlock
Foreground="Black"
FontSize="14"
FontFamily="Alimama FangYuanTi VF SemiBold"
Margin="209,369,0,-350" Width="388" ScrollViewer.HorizontalScrollBarVisibility="Visible" RenderTransformOrigin="0.5,0.5" HorizontalAlignment="Left">
<TextBlock.RenderTransform>
<TransformGroup>
<ScaleTransform/>
<SkewTransform AngleX="0"/>
<RotateTransform/>
<TranslateTransform X="0"/>
</TransformGroup>
</TextBlock.RenderTransform><Run Text="Copyright © 2025 "/><Run Text=" DEV"/><Run Text="Land "/><Run Text="Please do not sell!"/></TextBlock>
<Button Content="Join Discord" FontFamily="Alimama FangYuanTi VF SemiBold" Background="Yellow" Padding="9,0" HorizontalAlignment="Center" Click="Button_JoinDC_Click" RenderTransformOrigin="0.368,0.386" Width="136" VerticalAlignment="Top" Height="27" Margin="0,164,0,0"/>
<Button Content="Join QQ Group" FontFamily="Alimama FangYuanTi VF SemiBold" Padding="9,0" HorizontalAlignment="Center" Click="Button_JoinQQ_Click" RenderTransformOrigin="0.368,0.386" Width="136" Background="Yellow" VerticalAlignment="Top" Height="27" Margin="0,215,0,0"/>
</Grid>
</Window>