|
|
@@ -40,7 +40,7 @@
|
|
|
<Border Grid.Row="0" Grid.Column="0">
|
|
|
<Grid>
|
|
|
<Grid.RowDefinitions>
|
|
|
- <RowDefinition Height="50"/>
|
|
|
+ <RowDefinition Height="80"/>
|
|
|
<RowDefinition Height="*"/>
|
|
|
<RowDefinition Height="40"/>
|
|
|
<RowDefinition Height="40"/>
|
|
|
@@ -55,20 +55,30 @@
|
|
|
<ColumnDefinition Width="0.6*"/>
|
|
|
</Grid.ColumnDefinitions>
|
|
|
<Border Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="2">
|
|
|
- <StackPanel Orientation="Horizontal">
|
|
|
- <Border>
|
|
|
- <Button Content="Cassette Detail" Width="130" Height="40" Margin="3,2">
|
|
|
- <i:Interaction.Triggers>
|
|
|
- <i:EventTrigger EventName="Click">
|
|
|
- <cal:ActionMessage MethodName="CassetteDetail">
|
|
|
- </cal:ActionMessage>
|
|
|
- </i:EventTrigger>
|
|
|
- </i:Interaction.Triggers>
|
|
|
- </Button>
|
|
|
- </Border>
|
|
|
- <TextBlock Text="Batch Id" VerticalAlignment="Center" HorizontalAlignment="Left" Margin="6,0,10,0"/>
|
|
|
- <TextBox Text="{Binding BatchId}" FontSize="14" Width="280" Margin="3,6" IsEnabled="False"/>
|
|
|
+ <StackPanel Orientation="Vertical">
|
|
|
+
|
|
|
+ <StackPanel Orientation="Horizontal">
|
|
|
+ <Border>
|
|
|
+ <Button Content="Cassette Detail" Width="130" Height="40" Margin="3,2">
|
|
|
+ <i:Interaction.Triggers>
|
|
|
+ <i:EventTrigger EventName="Click">
|
|
|
+ <cal:ActionMessage MethodName="CassetteDetail">
|
|
|
+ </cal:ActionMessage>
|
|
|
+ </i:EventTrigger>
|
|
|
+ </i:Interaction.Triggers>
|
|
|
+ </Button>
|
|
|
+ </Border>
|
|
|
+ <TextBlock Text="Batch Id" VerticalAlignment="Center" HorizontalAlignment="Left" Margin="6,0,10,0"/>
|
|
|
+ <TextBox Text="{Binding BatchId}" FontSize="14" Width="280" Margin="3,6" IsEnabled="False"/>
|
|
|
+ </StackPanel>
|
|
|
+
|
|
|
+ <StackPanel Orientation="Horizontal">
|
|
|
+
|
|
|
+ <TextBlock FontSize="14" Text="LayoutName:" VerticalAlignment="Center" HorizontalAlignment="Left" Margin="6,0,10,0"/>
|
|
|
+ <TextBox Text="{Binding LayoutName}" FontSize="16" Width="280" Margin="3,6" IsEnabled="False"/>
|
|
|
+ </StackPanel>
|
|
|
</StackPanel>
|
|
|
+
|
|
|
</Border>
|
|
|
<Border Grid.Row="1" Grid.Column="0" HorizontalAlignment="Left" Grid.ColumnSpan="2" Width="494">
|
|
|
<ListView ItemsSource="{Binding BatchDetailItems}" SelectedIndex="{Binding CassetteSelectIndex}" Margin="3,0">
|