日常更新
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition Height="*"/>
|
||||
<RowDefinition Height="Auto"/>
|
||||
<RowDefinition Height="Auto"/>
|
||||
</Grid.RowDefinitions>
|
||||
|
||||
<StackPanel>
|
||||
@@ -49,6 +50,13 @@
|
||||
<Button Content="查" Width="100" Height="50" Click="查"/>
|
||||
</StackPanel>
|
||||
|
||||
<StackPanel Orientation="Horizontal" Grid.Row="2">
|
||||
<Button Content="载入" Width="100" Height="50" Click="载入"/>
|
||||
<Button Content="卸载" Width="100" Height="50" Click="卸载"/>
|
||||
<Button Content="转录" Width="100" Height="50" Click="转录"/>
|
||||
<Button Content="逆转" Width="100" Height="50" Click="逆转"/>
|
||||
</StackPanel>
|
||||
|
||||
</Grid>
|
||||
|
||||
<Label x:Name="Debugtag" VerticalContentAlignment="Center" Content="就绪" Background="#FF007ACC" Padding="5,5,5,5" Grid.Row="2"/>
|
||||
|
||||
Reference in New Issue
Block a user