Bugfixing+Reports Upgrade auf devexpress 13.2.
This commit is contained in:
@@ -67,8 +67,8 @@
|
||||
</Grid-->
|
||||
<Grid Grid.Column="1" Grid.RowSpan="2" VerticalAlignment="Top" Margin="5,0,0,0" Grid.IsSharedSizeScope="True">
|
||||
<Grid.ColumnDefinitions>
|
||||
<ColumnDefinition Width="Auto" MinWidth="57" SharedSizeGroup="Label1"/>
|
||||
<ColumnDefinition Width="200" />
|
||||
<ColumnDefinition Width="70" />
|
||||
<ColumnDefinition Width="195" />
|
||||
</Grid.ColumnDefinitions>
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition Height="Auto" />
|
||||
@@ -104,12 +104,12 @@
|
||||
<!--################################################################ Start Der Grid Für Die Zeiterfassungsarten ################################################################-->
|
||||
|
||||
<!--########################################## Grid Bereich für Original #####################-->
|
||||
<Grid Grid.Column="0" Grid.Row="5" ColumnSpan="2" x:Name="GridOhneEnddatum" Visibility="Visible">
|
||||
<Grid Grid.Column="0" Grid.Row="5" ColumnSpan="2" x:Name="GridOhneEnddatum" Visibility="Collapsed">
|
||||
<Grid.ColumnDefinitions>
|
||||
<ColumnDefinition Width="*" SharedSizeGroup="Label1"/>
|
||||
<ColumnDefinition Width="70"/>
|
||||
<ColumnDefinition Width="62" />
|
||||
<ColumnDefinition Width="*" />
|
||||
<ColumnDefinition MinWidth="60" />
|
||||
<ColumnDefinition Width="71" />
|
||||
<ColumnDefinition MinWidth="62" />
|
||||
</Grid.ColumnDefinitions>
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition Height="Auto" />
|
||||
@@ -160,15 +160,14 @@
|
||||
|
||||
</Grid>
|
||||
|
||||
<!--###########################################################################################################################################################################-->
|
||||
|
||||
<!--########################################## Grid Bereich für Mit EndDatum #####################-->
|
||||
<Grid Grid.Column="0" Grid.Row="5" Grid.ColumnSpan="2" x:Name="GridMitEnddatum" Visibility="Collapsed">
|
||||
<Grid Grid.Column="0" Grid.Row="5" Grid.ColumnSpan="2" x:Name="GridMitEnddatum" Visibility="Visible">
|
||||
<Grid.ColumnDefinitions>
|
||||
<ColumnDefinition Width="Auto" SharedSizeGroup="Label1" />
|
||||
<ColumnDefinition Width="70" />
|
||||
<ColumnDefinition Width="88" />
|
||||
<ColumnDefinition Width="Auto" />
|
||||
<ColumnDefinition Width="*" />
|
||||
<ColumnDefinition Width="45" />
|
||||
<ColumnDefinition Width="62" />
|
||||
</Grid.ColumnDefinitions>
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition Height="Auto" />
|
||||
@@ -271,19 +270,20 @@
|
||||
<!--########################## Gefahrene Kilometer 52 ##########################################################-->
|
||||
<Grid Grid.Column="0" Grid.Row="6" ColumnSpan="2" x:Name="DauerGrid" Visibility="Visible">
|
||||
<Grid.ColumnDefinitions>
|
||||
<ColumnDefinition Width="85" />
|
||||
<ColumnDefinition Width="Auto" />
|
||||
<ColumnDefinition Width="*" />
|
||||
<ColumnDefinition Width="70" />
|
||||
<ColumnDefinition Width="62" />
|
||||
<ColumnDefinition Width="71" />
|
||||
<ColumnDefinition Width="62" />
|
||||
</Grid.ColumnDefinitions>
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition Height="Auto" />
|
||||
<RowDefinition Height="Auto" />
|
||||
</Grid.RowDefinitions>
|
||||
|
||||
<Label Grid.Row="1" Content="Gefahrene Kilometer" Grid.Column="1" x:Name="lblDistance" HorizontalAlignment="Right" />
|
||||
<dxe:SpinEdit Grid.Row="1" Increment="5" MinValue="0" IsFloatValue="False" HorizontalAlignment="Right"
|
||||
<Label Grid.Row="1" Content="Gefahrene Kilometer" Grid.ColumnSpan="2" Grid.Column="1" x:Name="lblDistance" HorizontalAlignment="Right" Margin="0,0,3,0"/>
|
||||
<dxe:SpinEdit Grid.Row="1" Increment="5" MinValue="0" IsFloatValue="False"
|
||||
AllowNullInput="False" x:Name="numerictb_distance" EditValue="{Binding Mode=TwoWay, Path=DistanceInMeter, Converter={StaticResource Int2DecimalConverter}}"
|
||||
Grid.Column="2" Height="23" Margin="3,0,3,3" Width="65" />
|
||||
Grid.Column="3" Height="23" Margin="3,0,3,3" />
|
||||
|
||||
</Grid>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user