|
@@ -84,7 +84,9 @@
|
|
|
|
|
|
|
|
<!--#region DataGrid -->
|
|
<!--#region DataGrid -->
|
|
|
<!--<Grid Grid.Row="0" Background="#FF606E83">
|
|
<!--<Grid Grid.Row="0" Background="#FF606E83">
|
|
|
- --><!--<TextBlock VerticalAlignment="Top" HorizontalAlignment="Left" Foreground="White">Drive Point List</TextBlock>--><!--
|
|
|
|
|
|
|
+ -->
|
|
|
|
|
+ <!--<TextBlock VerticalAlignment="Top" HorizontalAlignment="Left" Foreground="White">Drive Point List</TextBlock>-->
|
|
|
|
|
+ <!--
|
|
|
<DockPanel>
|
|
<DockPanel>
|
|
|
<DataGrid ItemsSource="{Binding RouteList}" CanUserSortColumns="True" CanUserAddRows="False" AutoGenerateColumns="False" materialDesign:DataGridAssist.CellPadding="13 8 8 8"
|
|
<DataGrid ItemsSource="{Binding RouteList}" CanUserSortColumns="True" CanUserAddRows="False" AutoGenerateColumns="False" materialDesign:DataGridAssist.CellPadding="13 8 8 8"
|
|
|
materialDesign:DataGridAssist.ColumnHeaderPadding="8" Background="{x:Null}" Foreground="White" IsSynchronizedWithCurrentItem="True" SelectedItem="{Binding SelectedRoute, Mode=TwoWay}"
|
|
materialDesign:DataGridAssist.ColumnHeaderPadding="8" Background="{x:Null}" Foreground="White" IsSynchronizedWithCurrentItem="True" SelectedItem="{Binding SelectedRoute, Mode=TwoWay}"
|
|
@@ -126,7 +128,9 @@
|
|
|
<DataGridCheckBoxColumn Header="UsePIO" Binding="{Binding UsePIO}" EditingElementStyle="{StaticResource MaterialDesignDataGridCheckBoxColumnEditingStyle}"></DataGridCheckBoxColumn>
|
|
<DataGridCheckBoxColumn Header="UsePIO" Binding="{Binding UsePIO}" EditingElementStyle="{StaticResource MaterialDesignDataGridCheckBoxColumnEditingStyle}"></DataGridCheckBoxColumn>
|
|
|
</DataGrid.Columns>
|
|
</DataGrid.Columns>
|
|
|
</DataGrid>
|
|
</DataGrid>
|
|
|
- --><!--</ScrollViewer>--><!--
|
|
|
|
|
|
|
+ -->
|
|
|
|
|
+ <!--</ScrollViewer>-->
|
|
|
|
|
+ <!--
|
|
|
</DockPanel>
|
|
</DockPanel>
|
|
|
</Grid>-->
|
|
</Grid>-->
|
|
|
<!--#endregion-->
|
|
<!--#endregion-->
|
|
@@ -161,7 +165,7 @@
|
|
|
<!--<TextBlock Foreground="Orange" FontSize="20">
|
|
<!--<TextBlock Foreground="Orange" FontSize="20">
|
|
|
Current
|
|
Current
|
|
|
</TextBlock>-->
|
|
</TextBlock>-->
|
|
|
- <TextBlock Margin="15,0,0,0" HorizontalAlignment="Center" VerticalAlignment="Center" Foreground="Orange" FontSize="20" Text="MCR"/>
|
|
|
|
|
|
|
+ <TextBlock Margin="15,0,0,0" HorizontalAlignment="Center" VerticalAlignment="Center" Foreground="Orange" FontSize="20"><Run Text="MCR"/></TextBlock>
|
|
|
</StackPanel>
|
|
</StackPanel>
|
|
|
</Border>
|
|
</Border>
|
|
|
|
|
|
|
@@ -226,9 +230,9 @@
|
|
|
<materialDesign:PackIcon Kind="Steering" Margin="0,0,10,0" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" Height="52" Width="auto"/>
|
|
<materialDesign:PackIcon Kind="Steering" Margin="0,0,10,0" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" Height="52" Width="auto"/>
|
|
|
<TextBlock VerticalAlignment="Center" FontSize="30" Foreground="Orange" Text="{DynamicResource DriveView_SteerHandle}"/>
|
|
<TextBlock VerticalAlignment="Center" FontSize="30" Foreground="Orange" Text="{DynamicResource DriveView_SteerHandle}"/>
|
|
|
</StackPanel>
|
|
</StackPanel>
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
<StackPanel VerticalAlignment="Center" HorizontalAlignment="Center" Orientation="Horizontal">
|
|
<StackPanel VerticalAlignment="Center" HorizontalAlignment="Center" Orientation="Horizontal">
|
|
|
- <Button Width="Auto"
|
|
|
|
|
|
|
+ <Button Width="Auto"
|
|
|
HorizontalAlignment="Stretch"
|
|
HorizontalAlignment="Stretch"
|
|
|
Height="Auto"
|
|
Height="Auto"
|
|
|
Style="{StaticResource MaterialDesignRaisedButton}"
|
|
Style="{StaticResource MaterialDesignRaisedButton}"
|
|
@@ -238,13 +242,13 @@
|
|
|
Command="{Binding SteeringMoveCommand}"
|
|
Command="{Binding SteeringMoveCommand}"
|
|
|
CommandParameter="CW"
|
|
CommandParameter="CW"
|
|
|
Margin="0,0,10,0">
|
|
Margin="0,0,10,0">
|
|
|
- <StackPanel HorizontalAlignment="Center">
|
|
|
|
|
- <materialDesign:PackIcon Kind="TransferLeft" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" Height="42" Width="auto"/>
|
|
|
|
|
- <TextBlock Text="{DynamicResource DriveView_SteerLeft}" VerticalAlignment="Stretch" TextAlignment="Center" FontSize="20" Width="120"/>
|
|
|
|
|
- </StackPanel>
|
|
|
|
|
- </Button>
|
|
|
|
|
|
|
+ <StackPanel HorizontalAlignment="Center">
|
|
|
|
|
+ <materialDesign:PackIcon Kind="TransferLeft" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" Height="42" Width="auto"/>
|
|
|
|
|
+ <TextBlock Text="{DynamicResource DriveView_SteerLeft}" VerticalAlignment="Stretch" TextAlignment="Center" FontSize="20" Width="120"/>
|
|
|
|
|
+ </StackPanel>
|
|
|
|
|
+ </Button>
|
|
|
|
|
|
|
|
- <Button Width="Auto"
|
|
|
|
|
|
|
+ <Button Width="Auto"
|
|
|
HorizontalAlignment="Stretch"
|
|
HorizontalAlignment="Stretch"
|
|
|
Height="Auto"
|
|
Height="Auto"
|
|
|
Style="{StaticResource MaterialDesignRaisedButton}"
|
|
Style="{StaticResource MaterialDesignRaisedButton}"
|
|
@@ -254,13 +258,13 @@
|
|
|
Command="{Binding SteeringMoveCommand}"
|
|
Command="{Binding SteeringMoveCommand}"
|
|
|
CommandParameter="CCW"
|
|
CommandParameter="CCW"
|
|
|
Margin="10,0,0,0">
|
|
Margin="10,0,0,0">
|
|
|
- <StackPanel>
|
|
|
|
|
- <materialDesign:PackIcon Kind="TransferRight" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" Height="42" Width="auto"/>
|
|
|
|
|
- <TextBlock Text="{DynamicResource DriveView_SteerRight}" TextAlignment="Center" VerticalAlignment="Stretch" FontSize="20" Width="120"/>
|
|
|
|
|
- </StackPanel>
|
|
|
|
|
- </Button>
|
|
|
|
|
|
|
+ <StackPanel>
|
|
|
|
|
+ <materialDesign:PackIcon Kind="TransferRight" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" Height="42" Width="auto"/>
|
|
|
|
|
+ <TextBlock Text="{DynamicResource DriveView_SteerRight}" TextAlignment="Center" VerticalAlignment="Stretch" FontSize="20" Width="120"/>
|
|
|
|
|
+ </StackPanel>
|
|
|
|
|
+ </Button>
|
|
|
</StackPanel>
|
|
</StackPanel>
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
</Grid>
|
|
</Grid>
|
|
|
</Grid>
|
|
</Grid>
|
|
|
|
|
|
|
@@ -417,7 +421,9 @@
|
|
|
<!--<Button Margin="10,10,10,5" HorizontalAlignment="Stretch" Height="90" BorderBrush="Gray" BorderThickness="2"
|
|
<!--<Button Margin="10,10,10,5" HorizontalAlignment="Stretch" Height="90" BorderBrush="Gray" BorderThickness="2"
|
|
|
Command="{Binding MoveToCommand}">
|
|
Command="{Binding MoveToCommand}">
|
|
|
<StackPanel>
|
|
<StackPanel>
|
|
|
- --><!--<materialDesign:PackIcon Kind="MoveResizeVariant" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" Height="42" Width="auto"/>--><!--
|
|
|
|
|
|
|
+ -->
|
|
|
|
|
+ <!--<materialDesign:PackIcon Kind="MoveResizeVariant" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" Height="42" Width="auto"/>-->
|
|
|
|
|
+ <!--
|
|
|
<TextBlock Text="Move To" VerticalAlignment="Stretch" HorizontalAlignment="Center" FontSize="20"/>
|
|
<TextBlock Text="Move To" VerticalAlignment="Stretch" HorizontalAlignment="Center" FontSize="20"/>
|
|
|
</StackPanel>
|
|
</StackPanel>
|
|
|
</Button>-->
|
|
</Button>-->
|
|
@@ -447,6 +453,7 @@
|
|
|
</Button>
|
|
</Button>
|
|
|
</StackPanel>
|
|
</StackPanel>
|
|
|
</Grid>
|
|
</Grid>
|
|
|
|
|
+ <TextBlock HorizontalAlignment="Left" TextWrapping="Wrap" Text="{DynamicResource ResourceKey=SettingView_DriveWarning}" TextAlignment="Center" Foreground="#DDFF0000" VerticalAlignment="Top" Margin="0,526,0,-132" Grid.Row="1" Height="100" Width="1126" FontSize="78" Grid.ColumnSpan="2"/>
|
|
|
|
|
|
|
|
<!--<xctk:BusyIndicator x:Name="MyProgress" Grid.RowSpan="2" Grid.ColumnSpan="2" IsBusy="{Binding IsBusy, FallbackValue=true}" BusyContent="{Binding BusyText}"/>-->
|
|
<!--<xctk:BusyIndicator x:Name="MyProgress" Grid.RowSpan="2" Grid.ColumnSpan="2" IsBusy="{Binding IsBusy, FallbackValue=true}" BusyContent="{Binding BusyText}"/>-->
|
|
|
|
|
|