初始化上传
This commit is contained in:
24
常用工具集/Views/04破解及系统相关/删除WPS图标.axaml
Normal file
24
常用工具集/Views/04破解及系统相关/删除WPS图标.axaml
Normal file
@@ -0,0 +1,24 @@
|
||||
<UserControl xmlns="https://github.com/avaloniaui"
|
||||
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"
|
||||
mc:Ignorable="d" d:DesignWidth="725" d:DesignHeight="600"
|
||||
x:Class="常用工具集.删除WPS图标"
|
||||
xmlns:vm ="clr-namespace:常用工具集.ViewModel._04破解及系统相关"
|
||||
x:CompileBindings="True"
|
||||
x:DataType="vm:删除WPS图标ViewModel">
|
||||
<UserControl.DataContext>
|
||||
<vm:删除WPS图标ViewModel />
|
||||
</UserControl.DataContext>
|
||||
<Grid>
|
||||
<Image HorizontalAlignment="Left" Height="377" Margin="50,39,0,0" VerticalAlignment="Top" Width="566" Source="avares://常用工具集/Assets/WPS/show.jpg"/>
|
||||
<Button Content="删除" Command="{Binding ClearCmd}" Margin="252,427,0,0" VerticalAlignment="Top" HorizontalAlignment="Left" Width="106" />
|
||||
<TextBlock HorizontalAlignment="Left" Margin="25,10,0,0" TextWrapping="Wrap" Text="该功能只针对于特定版本,下载路径:" Foreground="Red" VerticalAlignment="Top" Width="205" Height="19" />
|
||||
|
||||
|
||||
<TextBox HorizontalAlignment="Left" Margin="235,6,0,0" TextWrapping="Wrap" Text="https://cloud.189.cn/web/share?code=zM3Ebaum2YBn(访问码:iow7)" VerticalAlignment="Top" Width="440"/>
|
||||
|
||||
|
||||
</Grid>
|
||||
|
||||
</UserControl>
|
||||
Reference in New Issue
Block a user