代码拉取完成,页面将自动刷新
同步操作将从 BBBUG/BBBUG Windows Client 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<Window x:Class="BBBUG.COM.AlertWindow"
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:BBBUG.COM"
mc:Ignorable="d"
Title="BBBUG音乐聊天室" WindowStartupLocation="CenterScreen" WindowStyle="None" AllowsTransparency="True" Background="Transparent" OpacityMask="White" Height="236" Width="393.5" Topmost="True" >
<Window.Effect>
<DropShadowEffect BlurRadius="10" Color="#999" Direction="300" ShadowDepth="2"/>
</Window.Effect>
<Grid>
<Border CornerRadius="5" Background="#333" Margin="33,27,27.5,40"/>
<Border CornerRadius="5" Background="#ffffff" Margin="0,37,27.5,40" MouseDown="Border_MouseDown" HorizontalAlignment="Right" Width="333"/>
<Label Name="title" Content="提示信息标题" FontSize="16" Background="#333" HorizontalContentAlignment="Center" Foreground="#FFFFFF" Margin="33,32,0,169" MouseDown="Border_MouseDown" HorizontalAlignment="Left" Width="333"/>
<Border CornerRadius="3" Background="#ddd" Margin="251,151,41,50">
<Button Foreground="#333" Background="#eee" BorderThickness="0" FontSize="14" Cursor="Hand" Content="好的" Margin="1,1,1,1" HorizontalAlignment="Left" Width="101" Click="Button_Click"/>
</Border>
<Label Margin="46,87,41,90" FontSize="16" Foreground="#333">
<TextBlock Name="message" TextWrapping="Wrap"
Text="提示信息内容" />
</Label>
</Grid>
</Window>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。