-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPayMe.xaml
13 lines (13 loc) · 946 Bytes
/
PayMe.xaml
1
2
3
4
5
6
7
8
9
10
11
12
13
<Window x:Class="CopyPlusPlus.PayMe"
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:CopyPlusPlus"
mc:Ignorable="d"
Title="老板大气!感谢老板!" Height="161.605" Width="386.806" WindowStartupLocation="CenterOwner" ResizeMode="NoResize" ShowInTaskbar="False">
<Grid>
<Image Source="/images/Wechat.png" Margin="50,0,0,0" Width="100" Height="100" VerticalAlignment="Center" HorizontalAlignment="Left" ToolTip="欢迎使用微信支付" />
<Image Source="/images/AliPay.png" Margin="0,0,50,0" Width="100" Height="100" VerticalAlignment="Center" HorizontalAlignment="Right" ToolTip="欢迎使用支付宝" />
</Grid>
</Window>