-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
29dc6a4
commit abc9be1
Showing
1 changed file
with
21 additions
and
21 deletions.
There are no files selected for viewing
42 changes: 21 additions & 21 deletions
42
...menEditor/Modules/FumenObjectPropertyBrowser/Views/InterpolatableSoflanOperationView.xaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |