|
|
@@ -105,7 +105,7 @@
|
|
|
</StackPanel>
|
|
|
</Button>
|
|
|
|
|
|
- <Button HorizontalAlignment="Stretch"
|
|
|
+ <!--<Button HorizontalAlignment="Stretch"
|
|
|
Style="{StaticResource MaterialDesignRaisedButton}"
|
|
|
Margin="20"
|
|
|
materialDesign:ButtonAssist.CornerRadius="20"
|
|
|
@@ -115,105 +115,9 @@
|
|
|
<materialDesign:PackIcon Kind="NetworkOutline" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Width="auto" Height="100"/>
|
|
|
<TextBlock FontSize="30" Text="OCS" VerticalAlignment="Stretch" HorizontalAlignment="Center"/>
|
|
|
</StackPanel>
|
|
|
- </Button>
|
|
|
+ </Button>-->
|
|
|
</StackPanel>
|
|
|
</Grid>
|
|
|
-
|
|
|
- <!--<DockPanel Grid.Column="0" Grid.Row="0" >
|
|
|
- <StackPanel VerticalAlignment="Center">
|
|
|
- <Button HorizontalAlignment="Stretch"
|
|
|
- Style="{StaticResource MaterialDesignRaisedButton}"
|
|
|
- Margin="20"
|
|
|
- materialDesign:ButtonAssist.CornerRadius="20"
|
|
|
- Command="{Binding InoutPupup}"
|
|
|
- Height="150" Width="250">
|
|
|
- <StackPanel>
|
|
|
- <materialDesign:PackIcon Kind="LedOn" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Width="Auto" Height="100"/>
|
|
|
- <TextBlock FontSize="20" Text="InOut" VerticalAlignment="Stretch" HorizontalAlignment="Center"/>
|
|
|
- </StackPanel>
|
|
|
- </Button>
|
|
|
- </StackPanel>
|
|
|
- </DockPanel>
|
|
|
-
|
|
|
- <DockPanel Grid.Column="1" Grid.Row="0">
|
|
|
- <StackPanel VerticalAlignment="Center">
|
|
|
- <Button HorizontalAlignment="Stretch"
|
|
|
- Style="{StaticResource MaterialDesignRaisedButton}"
|
|
|
- Margin="20"
|
|
|
- materialDesign:ButtonAssist.CornerRadius="20"
|
|
|
- Command="{Binding ServoConfigCommand}"
|
|
|
- Height="150" Width="250">
|
|
|
- <StackPanel>
|
|
|
- <materialDesign:PackIcon Kind="Gear" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Width="Auto" Height="100"/>
|
|
|
- <TextBlock FontSize="20" Text="Motor" VerticalAlignment="Stretch" HorizontalAlignment="Center"/>
|
|
|
- </StackPanel>
|
|
|
- </Button>
|
|
|
- </StackPanel>
|
|
|
- </DockPanel>
|
|
|
-
|
|
|
- <DockPanel Grid.Column="2" Grid.Row="0">
|
|
|
- <StackPanel VerticalAlignment="Center">
|
|
|
- <Button HorizontalAlignment="Stretch"
|
|
|
- Style="{StaticResource MaterialDesignRaisedButton}"
|
|
|
- Margin="20"
|
|
|
- materialDesign:ButtonAssist.CornerRadius="20"
|
|
|
- Command="{Binding BatteryPopup}"
|
|
|
- Height="150" Width="250">
|
|
|
- <StackPanel>
|
|
|
- <materialDesign:PackIcon Kind="BatteryCharging" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Width="Auto" Height="100"/>
|
|
|
- <TextBlock FontSize="20" Text="Battery" VerticalAlignment="Stretch" HorizontalAlignment="Center"/>
|
|
|
- </StackPanel>
|
|
|
- </Button>
|
|
|
- </StackPanel>
|
|
|
- </DockPanel>
|
|
|
-
|
|
|
- <DockPanel Grid.Column="0" Grid.Row="1">
|
|
|
- <StackPanel VerticalAlignment="Center">
|
|
|
- <Button HorizontalAlignment="Stretch"
|
|
|
- Style="{StaticResource MaterialDesignRaisedButton}"
|
|
|
- Margin="20"
|
|
|
- materialDesign:ButtonAssist.CornerRadius="20"
|
|
|
- Command="{Binding SteerPopup}"
|
|
|
- Height="150" Width="250">
|
|
|
- <StackPanel>
|
|
|
- <materialDesign:PackIcon Kind="CarHandBrake" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Width="auto" Height="100"/>
|
|
|
- <TextBlock FontSize="20" Text="Steering" VerticalAlignment="Stretch" HorizontalAlignment="Center"/>
|
|
|
- </StackPanel>
|
|
|
- </Button>
|
|
|
- </StackPanel>
|
|
|
- </DockPanel>
|
|
|
-
|
|
|
- <DockPanel Grid.Column="1" Grid.Row="1">
|
|
|
- <StackPanel VerticalAlignment="Center">
|
|
|
- <Button HorizontalAlignment="Stretch"
|
|
|
- Style="{StaticResource MaterialDesignRaisedButton}"
|
|
|
- Margin="20"
|
|
|
- materialDesign:ButtonAssist.CornerRadius="20"
|
|
|
- Command="{Binding OpticalReaderPopup}"
|
|
|
- Height="150" Width="250">
|
|
|
- <StackPanel>
|
|
|
- <materialDesign:PackIcon Kind="WifiStrength2" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Width="auto" Height="100"/>
|
|
|
- <TextBlock FontSize="20" Text="Lazer" VerticalAlignment="Stretch" HorizontalAlignment="Center"/>
|
|
|
- </StackPanel>
|
|
|
- </Button>
|
|
|
- </StackPanel>
|
|
|
- </DockPanel>
|
|
|
-
|
|
|
- <DockPanel Grid.Column="2" Grid.Row="1">
|
|
|
- <StackPanel VerticalAlignment="Center">
|
|
|
- <Button HorizontalAlignment="Stretch"
|
|
|
- Style="{StaticResource MaterialDesignRaisedButton}"
|
|
|
- Margin="20"
|
|
|
- materialDesign:ButtonAssist.CornerRadius="20"
|
|
|
- Command="{Binding OcsPopup}"
|
|
|
- Height="150" Width="250">
|
|
|
- <StackPanel>
|
|
|
- <materialDesign:PackIcon Kind="NetworkOutline" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Width="auto" Height="100"/>
|
|
|
- <TextBlock FontSize="20" Text="OCS" VerticalAlignment="Stretch" HorizontalAlignment="Center"/>
|
|
|
- </StackPanel>
|
|
|
- </Button>
|
|
|
- </StackPanel>
|
|
|
- </DockPanel>-->
|
|
|
</Grid>
|
|
|
</Grid>
|
|
|
</Grid>
|