2024-10-15 21:56:09 +08:00
|
|
|
<local:NodeControlBase x:Class="Serein.Workbench.Node.View.ActionRegionControl"
|
2024-08-05 10:11:58 +08:00
|
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
|
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
|
|
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
2024-10-15 21:56:09 +08:00
|
|
|
xmlns:local="clr-namespace:Serein.Workbench.Node.View"
|
2024-08-08 21:39:42 +08:00
|
|
|
MaxWidth="300">
|
2024-08-05 10:11:58 +08:00
|
|
|
<Grid>
|
2024-09-20 10:50:32 +08:00
|
|
|
<!--<Border BorderBrush="Black" BorderThickness="1" Padding="10">
|
2024-08-05 10:11:58 +08:00
|
|
|
<StackPanel>
|
|
|
|
|
<Grid Margin="2,2,2,5">
|
|
|
|
|
<TextBlock Text="动作区域" FontWeight="Bold" HorizontalAlignment="Left" FontSize="14" Margin="0,1,0,0"/>
|
|
|
|
|
<Button Content="编辑" FontWeight="Bold" HorizontalAlignment="Right"/>
|
|
|
|
|
</Grid>
|
|
|
|
|
<ListBox x:Name="ActionsListBox" AllowDrop="True" Drop="ActionsListBox_Drop" />
|
|
|
|
|
</StackPanel>
|
2024-09-20 10:50:32 +08:00
|
|
|
</Border>-->
|
2024-08-05 10:11:58 +08:00
|
|
|
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
</local:NodeControlBase>
|