|
@@ -58,7 +58,10 @@
|
|
|
CommandParameter="CW"
|
|
CommandParameter="CW"
|
|
|
Height="100" Width="100"
|
|
Height="100" Width="100"
|
|
|
Margin="15">
|
|
Margin="15">
|
|
|
- <TextBlock Text="CW"/>
|
|
|
|
|
|
|
+ <StackPanel>
|
|
|
|
|
+ <materialDesign:PackIcon Kind="TransferUp" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" Height="42" Width="auto"/>
|
|
|
|
|
+ <TextBlock Text="CW" VerticalAlignment="Stretch" HorizontalAlignment="Center" />
|
|
|
|
|
+ </StackPanel>
|
|
|
</Button>
|
|
</Button>
|
|
|
|
|
|
|
|
<Button
|
|
<Button
|
|
@@ -68,7 +71,10 @@
|
|
|
Margin="15"
|
|
Margin="15"
|
|
|
Command="{Binding ConveyorRunCommand}"
|
|
Command="{Binding ConveyorRunCommand}"
|
|
|
CommandParameter="CCW">
|
|
CommandParameter="CCW">
|
|
|
- <TextBlock Text="CCW"/>
|
|
|
|
|
|
|
+ <StackPanel>
|
|
|
|
|
+ <materialDesign:PackIcon Kind="TransferDown" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" Height="42" Width="auto"/>
|
|
|
|
|
+ <TextBlock Text="CCW" VerticalAlignment="Stretch" HorizontalAlignment="Center" />
|
|
|
|
|
+ </StackPanel>
|
|
|
</Button>
|
|
</Button>
|
|
|
|
|
|
|
|
<Button HorizontalAlignment="Stretch"
|
|
<Button HorizontalAlignment="Stretch"
|
|
@@ -79,8 +85,8 @@
|
|
|
Height="100" Width="100"
|
|
Height="100" Width="100"
|
|
|
Margin="15">
|
|
Margin="15">
|
|
|
<StackPanel>
|
|
<StackPanel>
|
|
|
- <!--<materialDesign:PackIcon Kind="OneUp" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Width="Auto" Height="Auto"/>-->
|
|
|
|
|
- <TextBlock Text="Stop" VerticalAlignment="Stretch" HorizontalAlignment="Center"/>
|
|
|
|
|
|
|
+ <materialDesign:PackIcon Kind="StopCircleOutline" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" Height="42" Width="auto"/>
|
|
|
|
|
+ <TextBlock Text="Stop" VerticalAlignment="Stretch" HorizontalAlignment="Center" />
|
|
|
</StackPanel>
|
|
</StackPanel>
|
|
|
</Button>
|
|
</Button>
|
|
|
</StackPanel>
|
|
</StackPanel>
|
|
@@ -98,7 +104,10 @@
|
|
|
materialDesign:ButtonAssist.CornerRadius="10"
|
|
materialDesign:ButtonAssist.CornerRadius="10"
|
|
|
Command="{Binding PosMoveCommand}"
|
|
Command="{Binding PosMoveCommand}"
|
|
|
CommandParameter="Lock">
|
|
CommandParameter="Lock">
|
|
|
- <TextBlock Text="Lock"/>
|
|
|
|
|
|
|
+ <StackPanel>
|
|
|
|
|
+ <materialDesign:PackIcon Kind="ElectricSwitchClosed" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" Height="42" Width="auto"/>
|
|
|
|
|
+ <TextBlock Text="Lock" VerticalAlignment="Stretch" HorizontalAlignment="Center" />
|
|
|
|
|
+ </StackPanel>
|
|
|
</Button>
|
|
</Button>
|
|
|
|
|
|
|
|
<Button Margin="15"
|
|
<Button Margin="15"
|
|
@@ -107,7 +116,10 @@
|
|
|
materialDesign:ButtonAssist.CornerRadius="10"
|
|
materialDesign:ButtonAssist.CornerRadius="10"
|
|
|
Command="{Binding PosMoveCommand}"
|
|
Command="{Binding PosMoveCommand}"
|
|
|
CommandParameter="UnLock">
|
|
CommandParameter="UnLock">
|
|
|
- <TextBlock Text="UnLock"/>
|
|
|
|
|
|
|
+ <StackPanel>
|
|
|
|
|
+ <materialDesign:PackIcon Kind="ElectricSwitch" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" Height="42" Width="auto"/>
|
|
|
|
|
+ <TextBlock Text="UnLock" VerticalAlignment="Stretch" HorizontalAlignment="Center" />
|
|
|
|
|
+ </StackPanel>
|
|
|
</Button>
|
|
</Button>
|
|
|
|
|
|
|
|
</StackPanel>
|
|
</StackPanel>
|