add:配置切换

This commit is contained in:
2026-02-23 12:31:53 +08:00
parent 559822686c
commit 06e12e2899
2 changed files with 22 additions and 7 deletions
+2 -2
View File
@@ -2887,9 +2887,9 @@
SelectionChanged="ComboBoxConfigProfile_SelectionChanged" />
</ui:SimpleStackPanel>
<ui:SimpleStackPanel Orientation="Horizontal" HorizontalAlignment="Left">
<Button x:Name="BtnDeleteConfigProfile" Content="删除方案" Click="BtnDeleteConfigProfile_Click"
<Button x:Name="BtnDeleteConfigProfile" Content="删除配置文件" Click="BtnDeleteConfigProfile_Click"
Padding="10,6" Margin="0,0,8,0" />
<Button x:Name="BtnSaveAsConfigProfile" Content="另存为方案" Click="BtnSaveAsConfigProfile_Click"
<Button x:Name="BtnSaveAsConfigProfile" Content="另存为配置文件" Click="BtnSaveAsConfigProfile_Click"
Padding="10,6" />
</ui:SimpleStackPanel>
</ui:SimpleStackPanel>