Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
MikiraSora committed Dec 25, 2023
1 parent 29dc6a4 commit abc9be1
Showing 1 changed file with 21 additions and 21 deletions.
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<UserControl
x:Class="OngekiFumenEditor.Modules.FumenObjectPropertyBrowser.Views.InterpolatableSoflanOperationView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:cal="http://caliburnmicro.com"
xmlns:controls="clr-namespace:OngekiFumenEditor.Modules.FumenObjectPropertyBrowser.UI.Controls"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
d:Background="White"
mc:Ignorable="d">
<StackPanel Margin="21,5,0,0">
<controls:CommonOperationButton
Width="150"
Margin="0,10,0,0"
HorizontalAlignment="Left"
cal:Message.Attach="[Event MouseLeftButtonDown] = [Action Interpolate($executionContext)];"
DecoratorBrush="DarkSalmon"
Text="插值生成Soflan物件"
ToolTip="生成已经插值好的一堆Soflan物件" />
</StackPanel>
</UserControl>
<UserControl
x:Class="OngekiFumenEditor.Modules.FumenObjectPropertyBrowser.Views.InterpolatableSoflanOperationView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:cal="http://caliburnmicro.com"
xmlns:controls="clr-namespace:OngekiFumenEditor.Modules.FumenObjectPropertyBrowser.UI.Controls"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
d:Background="White"
mc:Ignorable="d">
<StackPanel Margin="21,5,0,0">
<controls:CommonOperationButton
Width="150"
Margin="0,10,0,0"
HorizontalAlignment="Left"
cal:Message.Attach="[Event MouseLeftButtonDown] = [Action Interpolate($executionContext)];"
DecoratorBrush="DarkSalmon"
Text="插值生成KeyframeSoflan物件"
ToolTip="生成已经插值好的一堆KeyframeSoflan物件" />
</StackPanel>
</UserControl>

0 comments on commit abc9be1

Please sign in to comment.