|
|
|
|
@ -8,7 +8,7 @@
|
|
|
|
|
<Grid>
|
|
|
|
|
<Grid.RowDefinitions>
|
|
|
|
|
<RowDefinition Height="*"/>
|
|
|
|
|
<RowDefinition Height="*"/>
|
|
|
|
|
<!--<RowDefinition Height="*"/>-->
|
|
|
|
|
<RowDefinition Height="30"/>
|
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
|
|
|
|
|
|
@ -19,15 +19,25 @@
|
|
|
|
|
<ColumnDefinition Width="*"/>
|
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
|
<Grid Grid.Column="0" Width="Auto">
|
|
|
|
|
<TextBlock x:Name="tbLI" Text="LineItem SAPDescription" Margin="5,5,5,5"/>
|
|
|
|
|
<StackPanel>
|
|
|
|
|
<TextBlock Text="LineItem SAPDescription:"/>
|
|
|
|
|
<TextBox x:Name="SapDescription" Margin="5,5,5,5"/>
|
|
|
|
|
</StackPanel>
|
|
|
|
|
</Grid>
|
|
|
|
|
<Grid Grid.Column="1" Width="Auto">
|
|
|
|
|
<TextBlock x:Name="tbCD" Text="CustomDescription Heading" Margin="5,5,5,5"/>
|
|
|
|
|
<Grid.RowDefinitions>
|
|
|
|
|
<RowDefinition Height="21*"/>
|
|
|
|
|
<RowDefinition Height="233*"/>
|
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
|
<StackPanel Grid.RowSpan="2">
|
|
|
|
|
<TextBlock Text="CustomDescription Heading:"/>
|
|
|
|
|
<TextBox x:Name="Heading" Margin="5,5,5,5"/>
|
|
|
|
|
</StackPanel>
|
|
|
|
|
</Grid>
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
<!--DataGrids-->
|
|
|
|
|
<Grid Grid.Row="1" Height="Auto">
|
|
|
|
|
<!--<Grid Grid.Row="1" Height="Auto">
|
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
|
<ColumnDefinition Width="*"/>
|
|
|
|
|
<ColumnDefinition Width="*"/>
|
|
|
|
|
@ -50,7 +60,7 @@
|
|
|
|
|
AlternatingRowBackground="LightGray"
|
|
|
|
|
SelectionMode="Single"/>
|
|
|
|
|
</Grid>
|
|
|
|
|
</Grid>
|
|
|
|
|
</Grid>-->
|
|
|
|
|
<!--Buttons-->
|
|
|
|
|
<Grid Grid.Row="2" Height="Auto">
|
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
|
|