维护更新
This commit is contained in:
@@ -1,16 +1,19 @@
|
||||
<ms:MelWindow
|
||||
Height="450"
|
||||
Title="LicenseGen"
|
||||
Title="许可生成"
|
||||
Width="800"
|
||||
mc:Ignorable="d"
|
||||
x:Class="ShrlAlgoStudio.LicenseGen"
|
||||
x:Class="ShrlAlgoStudio.LicenseGenView"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
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">
|
||||
<Grid>
|
||||
<ms:StackPanel HorizontalAlignment="Center" Width="600">
|
||||
<ms:StackPanel
|
||||
HorizontalAlignment="Center"
|
||||
Spacing="5"
|
||||
Width="600">
|
||||
<UniformGrid Rows="1">
|
||||
<TextBox ms:InputAssist.Prefix="私钥:" x:Name="PrivateKeyTextBox" />
|
||||
<TextBox ms:InputAssist.Prefix="公钥:" x:Name="PublicKeyTextBox" />
|
||||
|
||||
Reference in New Issue
Block a user