|
|
@ -20,13 +20,17 @@ |
|
|
|
|
|
|
|
<Grid> |
|
|
|
<Rectangle Margin="0,0,0,0" Fill="#FFCCCCCC" VerticalAlignment="Top" Height="40"/> |
|
|
|
<Button Content="{x:Static lang:Resources._lock}" x:Name="WorkOrderView_lock" FontSize="20" HorizontalAlignment="Left" Height="40" Margin="0,0,0,0" |
|
|
|
<Button Content="{x:Static lang:Resources._lock}" x:Name="WorkOrderView_lock" |
|
|
|
FontSize="20" HorizontalAlignment="Left" Height="40" Margin="0,0,0,0" |
|
|
|
VerticalAlignment="Top" Width="200" Background="White" Click="WorkOrderView_lock_Click"/> |
|
|
|
<Button Content="{x:Static lang:Resources.New}" x:Name="WorkOrderView_new" FontSize="20" HorizontalAlignment="Left" Height="40" Margin="200,0,0,0" |
|
|
|
<Button Content="{x:Static lang:Resources.New}" x:Name="WorkOrderView_new" |
|
|
|
FontSize="20" HorizontalAlignment="Left" Height="40" Margin="200,0,0,0" |
|
|
|
VerticalAlignment="Top" Width="200" Background="White" Click="WorkOrderView_new_Click"/> |
|
|
|
<Button Content="{x:Static lang:Resources.Delete}" x:Name="WorkOrderView_del" FontSize="20" HorizontalAlignment="Left" Height="40" Margin="400,0,0,0" |
|
|
|
<Button Content="{x:Static lang:Resources.Delete}" x:Name="WorkOrderView_del" |
|
|
|
FontSize="20" HorizontalAlignment="Left" Height="40" Margin="400,0,0,0" |
|
|
|
VerticalAlignment="Top" Width="200" Background="White" Click="WorkOrderView_del_Click"/> |
|
|
|
<Button Content="{x:Static lang:Resources.Redye}" x:Name="WorkOrderView_redy" FontSize="20" HorizontalAlignment="Left" Height="40" Margin="600,0,0,0" |
|
|
|
<Button Content="{x:Static lang:Resources.Redye}" x:Name="WorkOrderView_redy" |
|
|
|
FontSize="20" HorizontalAlignment="Left" Height="40" Margin="600,0,0,0" |
|
|
|
VerticalAlignment="Top" Width="200" Background="White" Click="WorkOrderView_redy_Click"/> |
|
|
|
|
|
|
|
<DataGrid x:Name="Grid" AlternationCount="2" IsReadOnly="True" SelectionChanged="Grid_SelectionChanged" |
|
|
|