|
|
@@ -25,7 +25,7 @@ |
|
|
|
<ColumnDefinition/> |
|
|
|
<ColumnDefinition/> |
|
|
|
</Grid.ColumnDefinitions> |
|
|
|
<TextBox Grid.Column="0" Text="{Binding FryTime,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}" HorizontalAlignment="Center" VerticalAlignment="Center" /> |
|
|
|
<TextBox Grid.Column="0" Text="{Binding FryTime}" HorizontalAlignment="Center" VerticalAlignment="Center" /> |
|
|
|
<TextBox Grid.Column="1" Text="{Binding During}" Margin="10,0"/> |
|
|
|
<ComboBox Grid.Column="2" Width="120" ItemsSource="{Binding DataContext.strPotActions , RelativeSource={RelativeSource AncestorType=Window,Mode=FindAncestor}}" |
|
|
|
SelectedValue="{Binding Actions}" Margin="10,0"/> |
|
|
@@ -72,7 +72,7 @@ |
|
|
|
</Grid> |
|
|
|
<ListBox x:Name="listview1" Grid.Row="2" BorderBrush="Black" BorderThickness="0" HorizontalAlignment="Center" AllowDrop="True" |
|
|
|
ScrollViewer.HorizontalScrollBarVisibility="Disabled" ItemsSource="{Binding PotActionStep}" Margin=" 10" Background="Transparent" |
|
|
|
PreviewMouseMove="listview1_MouseMove" Drop="listview1_Drop" PreviewMouseUp="listview1_MouseLeftButtonUp" |
|
|
|
|
|
|
|
> |
|
|
|
|
|
|
|
</ListBox> |
|
|
|