维护更新
This commit is contained in:
@@ -1,45 +1,45 @@
|
||||
<ms:MelWindow
|
||||
x:Class="FileProcessor.RevitFileCipher"
|
||||
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:local="clr-namespace:FileProcessor"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:ms="https://github.com/ShrlAlgo/Melskin"
|
||||
Height="150"
|
||||
Title="解密"
|
||||
Width="320"
|
||||
Height="150"
|
||||
mc:Ignorable="d">
|
||||
mc:Ignorable="d"
|
||||
x:Class="ShrlAlgoStudio.RevitFileCipherView"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:local="clr-namespace:ShrlAlgoStudio"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:ms="https://github.com/ShrlAlgo/Melskin"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
<UniformGrid Margin="5" Rows="2">
|
||||
<Button
|
||||
Padding="10"
|
||||
HorizontalAlignment="Center"
|
||||
VerticalAlignment="Center"
|
||||
Click="IsDecrypt_Click"
|
||||
Content="判断是否加密" />
|
||||
<Button
|
||||
Padding="10"
|
||||
Content="判断是否加密"
|
||||
HorizontalAlignment="Center"
|
||||
VerticalAlignment="Center"
|
||||
Padding="10"
|
||||
VerticalAlignment="Center" />
|
||||
<Button
|
||||
Click="DecryptButton_Click"
|
||||
Content="解密文件" />
|
||||
<Button
|
||||
Padding="10"
|
||||
Content="解密文件"
|
||||
HorizontalAlignment="Center"
|
||||
VerticalAlignment="Center"
|
||||
Padding="10"
|
||||
VerticalAlignment="Center" />
|
||||
<Button
|
||||
Click="DecryptFolderButton_Click"
|
||||
Content="解密文件夹" />
|
||||
<Button
|
||||
Padding="10"
|
||||
Content="解密文件夹"
|
||||
HorizontalAlignment="Center"
|
||||
VerticalAlignment="Center"
|
||||
Padding="10"
|
||||
VerticalAlignment="Center" />
|
||||
<Button
|
||||
Click="EncryptButton_Click"
|
||||
Content="加密文件" />
|
||||
<Button
|
||||
Padding="10"
|
||||
Content="加密文件"
|
||||
HorizontalAlignment="Center"
|
||||
VerticalAlignment="Center"
|
||||
Padding="10"
|
||||
VerticalAlignment="Center" />
|
||||
<Button
|
||||
Click="EncryptFolderButton_Click"
|
||||
Content="加密文件夹" />
|
||||
Content="加密文件夹"
|
||||
HorizontalAlignment="Center"
|
||||
Padding="10"
|
||||
VerticalAlignment="Center" />
|
||||
</UniformGrid>
|
||||
</ms:MelWindow>
|
||||
|
||||
Reference in New Issue
Block a user