|
@@ -13,7 +13,7 @@
|
|
|
xmlns:c ="clr-namespace:GSG.NET.WPF.CalcBinding;assembly=GSG.NET.WPF"
|
|
xmlns:c ="clr-namespace:GSG.NET.WPF.CalcBinding;assembly=GSG.NET.WPF"
|
|
|
xmlns:media ="clr-namespace:System.Windows.Media;assembly=PresentationCore"
|
|
xmlns:media ="clr-namespace:System.Windows.Media;assembly=PresentationCore"
|
|
|
Width="800"
|
|
Width="800"
|
|
|
- Height="600"
|
|
|
|
|
|
|
+ Height="650"
|
|
|
Background="#455a64">
|
|
Background="#455a64">
|
|
|
|
|
|
|
|
<prism:Dialog.WindowStyle>
|
|
<prism:Dialog.WindowStyle>
|
|
@@ -82,8 +82,8 @@
|
|
|
materialDesign:ButtonAssist.CornerRadius="10"
|
|
materialDesign:ButtonAssist.CornerRadius="10"
|
|
|
ToolTip="MaterialDesignRaisedButton with Round Corners">
|
|
ToolTip="MaterialDesignRaisedButton with Round Corners">
|
|
|
<StackPanel>
|
|
<StackPanel>
|
|
|
- <TextBlock HorizontalAlignment="Center"><Run Text="Target"/></TextBlock>
|
|
|
|
|
- <TextBlock HorizontalAlignment="Center"><Run Text="Pos"/></TextBlock>
|
|
|
|
|
|
|
+ <TextBlock HorizontalAlignment="Center"><Run Text="Target" FontSize="20"/></TextBlock>
|
|
|
|
|
+ <TextBlock HorizontalAlignment="Center"><Run Text="Pos" FontSize="20"/></TextBlock>
|
|
|
</StackPanel>
|
|
</StackPanel>
|
|
|
|
|
|
|
|
</Button>
|
|
</Button>
|
|
@@ -93,8 +93,8 @@
|
|
|
materialDesign:ButtonAssist.CornerRadius="10"
|
|
materialDesign:ButtonAssist.CornerRadius="10"
|
|
|
ToolTip="MaterialDesignRaisedButton with Round Corners">
|
|
ToolTip="MaterialDesignRaisedButton with Round Corners">
|
|
|
<StackPanel>
|
|
<StackPanel>
|
|
|
- <TextBlock HorizontalAlignment="Center"><Run Text="Current"/></TextBlock>
|
|
|
|
|
- <TextBlock HorizontalAlignment="Center"><Run Text="Pos"/></TextBlock>
|
|
|
|
|
|
|
+ <TextBlock HorizontalAlignment="Center"><Run Text="Current" FontSize="18"/></TextBlock>
|
|
|
|
|
+ <TextBlock HorizontalAlignment="Center"><Run Text="Pos" FontSize="20"/></TextBlock>
|
|
|
</StackPanel>
|
|
</StackPanel>
|
|
|
</Button>
|
|
</Button>
|
|
|
|
|
|
|
@@ -103,8 +103,8 @@
|
|
|
materialDesign:ButtonAssist.CornerRadius="10"
|
|
materialDesign:ButtonAssist.CornerRadius="10"
|
|
|
ToolTip="MaterialDesignRaisedButton with Round Corners">
|
|
ToolTip="MaterialDesignRaisedButton with Round Corners">
|
|
|
<StackPanel>
|
|
<StackPanel>
|
|
|
- <TextBlock HorizontalAlignment="Center"><Run Text="Difference"/></TextBlock>
|
|
|
|
|
- <TextBlock HorizontalAlignment="Center"><Run Text="Pos"/></TextBlock>
|
|
|
|
|
|
|
+ <TextBlock HorizontalAlignment="Center"><Run Text="Difference" FontSize="14"/></TextBlock>
|
|
|
|
|
+ <TextBlock HorizontalAlignment="Center"><Run Text="Pos" FontSize="20"/></TextBlock>
|
|
|
</StackPanel>
|
|
</StackPanel>
|
|
|
|
|
|
|
|
</Button>
|
|
</Button>
|
|
@@ -123,7 +123,7 @@
|
|
|
HorizontalAlignment="Center">
|
|
HorizontalAlignment="Center">
|
|
|
<Run Text="Clamp"/>
|
|
<Run Text="Clamp"/>
|
|
|
</TextBlock>
|
|
</TextBlock>
|
|
|
- <TextBlock><Run Text="Axis Left"/></TextBlock>
|
|
|
|
|
|
|
+ <TextBlock><Run Text="Axis Left" /></TextBlock>
|
|
|
</StackPanel>
|
|
</StackPanel>
|
|
|
</Button>
|
|
</Button>
|
|
|
|
|
|
|
@@ -134,21 +134,21 @@
|
|
|
<Button.InputBindings>
|
|
<Button.InputBindings>
|
|
|
<MouseBinding Gesture="LeftClick" Command="{Binding KeyInTargetPosCommand}" CommandParameter="Left"/>
|
|
<MouseBinding Gesture="LeftClick" Command="{Binding KeyInTargetPosCommand}" CommandParameter="Left"/>
|
|
|
</Button.InputBindings>
|
|
</Button.InputBindings>
|
|
|
- <TextBlock><Run Text="{Binding TargetPosLockLeft, StringFormat=0.000, FallbackValue=0.000}"/></TextBlock>
|
|
|
|
|
|
|
+ <TextBlock><Run Text="{Binding TargetPosLockLeft, StringFormat=0.000, FallbackValue=0.000}" FontSize="20"/></TextBlock>
|
|
|
</Button>
|
|
</Button>
|
|
|
|
|
|
|
|
<Button Background="{x:Null}" Grid.Column="1" Grid.Row="2" HorizontalAlignment="Stretch" Margin="5" Height="auto"
|
|
<Button Background="{x:Null}" Grid.Column="1" Grid.Row="2" HorizontalAlignment="Stretch" Margin="5" Height="auto"
|
|
|
Style="{StaticResource MaterialDesignRaisedButton}"
|
|
Style="{StaticResource MaterialDesignRaisedButton}"
|
|
|
materialDesign:ButtonAssist.CornerRadius="10"
|
|
materialDesign:ButtonAssist.CornerRadius="10"
|
|
|
ToolTip="MaterialDesignRaisedButton with Round Corners">
|
|
ToolTip="MaterialDesignRaisedButton with Round Corners">
|
|
|
- <TextBlock><Run Text="{Binding CurrentLockLeft, StringFormat=0.000, FallbackValue=0.000}"/></TextBlock>
|
|
|
|
|
|
|
+ <TextBlock><Run Text="{Binding CurrentLockLeft, StringFormat=0.000, FallbackValue=0.000}" FontSize="20"/></TextBlock>
|
|
|
</Button>
|
|
</Button>
|
|
|
|
|
|
|
|
<Button Background="{x:Null}" Grid.Column="1" Grid.Row="3" HorizontalAlignment="Stretch" Margin="5" Height="auto"
|
|
<Button Background="{x:Null}" Grid.Column="1" Grid.Row="3" HorizontalAlignment="Stretch" Margin="5" Height="auto"
|
|
|
Style="{StaticResource MaterialDesignRaisedButton}"
|
|
Style="{StaticResource MaterialDesignRaisedButton}"
|
|
|
materialDesign:ButtonAssist.CornerRadius="10"
|
|
materialDesign:ButtonAssist.CornerRadius="10"
|
|
|
ToolTip="MaterialDesignRaisedButton with Round Corners">
|
|
ToolTip="MaterialDesignRaisedButton with Round Corners">
|
|
|
- <TextBlock><Run Text="{Binding DifferenceLockLeft, StringFormat=0.000, FallbackValue=0.000}"/></TextBlock>
|
|
|
|
|
|
|
+ <TextBlock><Run Text="{Binding DifferenceLockLeft, StringFormat=0.000, FallbackValue=0.000}" FontSize="20"/></TextBlock>
|
|
|
</Button>
|
|
</Button>
|
|
|
|
|
|
|
|
<!--Column3-->
|
|
<!--Column3-->
|
|
@@ -176,21 +176,21 @@
|
|
|
<Button.InputBindings>
|
|
<Button.InputBindings>
|
|
|
<MouseBinding Gesture="LeftClick" Command="{Binding KeyInTargetPosCommand}" CommandParameter="Right"/>
|
|
<MouseBinding Gesture="LeftClick" Command="{Binding KeyInTargetPosCommand}" CommandParameter="Right"/>
|
|
|
</Button.InputBindings>
|
|
</Button.InputBindings>
|
|
|
- <TextBlock><Run Text="{Binding TargetPosLockRight, StringFormat=0.000, FallbackValue=0.000}"/></TextBlock>
|
|
|
|
|
|
|
+ <TextBlock><Run Text="{Binding TargetPosLockRight, StringFormat=0.000, FallbackValue=0.000}" FontSize="20"/></TextBlock>
|
|
|
</Button>
|
|
</Button>
|
|
|
|
|
|
|
|
<Button Background="{x:Null}" Grid.Column="2" Grid.Row="2" HorizontalAlignment="Stretch" Margin="5" Height="auto"
|
|
<Button Background="{x:Null}" Grid.Column="2" Grid.Row="2" HorizontalAlignment="Stretch" Margin="5" Height="auto"
|
|
|
Style="{StaticResource MaterialDesignRaisedButton}"
|
|
Style="{StaticResource MaterialDesignRaisedButton}"
|
|
|
materialDesign:ButtonAssist.CornerRadius="10"
|
|
materialDesign:ButtonAssist.CornerRadius="10"
|
|
|
ToolTip="MaterialDesignRaisedButton with Round Corners">
|
|
ToolTip="MaterialDesignRaisedButton with Round Corners">
|
|
|
- <TextBlock><Run Text="{Binding CurrentLockRight, StringFormat=0.000, FallbackValue=0.000}"/></TextBlock>
|
|
|
|
|
|
|
+ <TextBlock><Run Text="{Binding CurrentLockRight, StringFormat=0.000, FallbackValue=0.000}" FontSize="20"/></TextBlock>
|
|
|
</Button>
|
|
</Button>
|
|
|
|
|
|
|
|
<Button Background="{x:Null}" Grid.Column="2" Grid.Row="3" HorizontalAlignment="Stretch" Margin="5" Height="auto"
|
|
<Button Background="{x:Null}" Grid.Column="2" Grid.Row="3" HorizontalAlignment="Stretch" Margin="5" Height="auto"
|
|
|
Style="{StaticResource MaterialDesignRaisedButton}"
|
|
Style="{StaticResource MaterialDesignRaisedButton}"
|
|
|
materialDesign:ButtonAssist.CornerRadius="10"
|
|
materialDesign:ButtonAssist.CornerRadius="10"
|
|
|
ToolTip="MaterialDesignRaisedButton with Round Corners">
|
|
ToolTip="MaterialDesignRaisedButton with Round Corners">
|
|
|
- <TextBlock><Run Text="{Binding DifferenceLockRight, StringFormat=0.000, FallbackValue=0.000}"/></TextBlock>
|
|
|
|
|
|
|
+ <TextBlock><Run Text="{Binding DifferenceLockRight, StringFormat=0.000, FallbackValue=0.000}" FontSize="20"/></TextBlock>
|
|
|
</Button>
|
|
</Button>
|
|
|
|
|
|
|
|
<!--Axis State-->
|
|
<!--Axis State-->
|
|
@@ -235,7 +235,7 @@
|
|
|
</Button>
|
|
</Button>
|
|
|
|
|
|
|
|
<!--Right-->
|
|
<!--Right-->
|
|
|
- <Border BorderBrush="#FF00FFD3" BorderThickness="2" Margin="12,78,15,-13" Grid.ColumnSpan="5" RenderTransformOrigin="0.5,0.5" Grid.Row="3">
|
|
|
|
|
|
|
+ <Border BorderBrush="#FF00FFD3" BorderThickness="2" Margin="7,79,20,-9" Grid.ColumnSpan="5" RenderTransformOrigin="0.5,0.5" Grid.Row="3">
|
|
|
<Border.RenderTransform>
|
|
<Border.RenderTransform>
|
|
|
<TransformGroup>
|
|
<TransformGroup>
|
|
|
<ScaleTransform ScaleX="-1"/>
|
|
<ScaleTransform ScaleX="-1"/>
|
|
@@ -347,7 +347,7 @@
|
|
|
</Button.InputBindings>-->
|
|
</Button.InputBindings>-->
|
|
|
<StackPanel>
|
|
<StackPanel>
|
|
|
<materialDesign:PackIcon Kind="MinusBoxOutline" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" Height="30" Width="auto"/>
|
|
<materialDesign:PackIcon Kind="MinusBoxOutline" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" Height="30" Width="auto"/>
|
|
|
- <TextBlock><Run Text="Jog(-)"/></TextBlock>
|
|
|
|
|
|
|
+ <TextBlock><Run Text="Jog(-)" FontSize="20"/></TextBlock>
|
|
|
</StackPanel>
|
|
</StackPanel>
|
|
|
</Button>
|
|
</Button>
|
|
|
|
|
|
|
@@ -390,7 +390,7 @@
|
|
|
|
|
|
|
|
<StackPanel>
|
|
<StackPanel>
|
|
|
<materialDesign:PackIcon Kind="PlusBoxOutline" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" Height="30" Width="auto"/>
|
|
<materialDesign:PackIcon Kind="PlusBoxOutline" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" Height="30" Width="auto"/>
|
|
|
- <TextBlock><Run Text="Jog(+)"/></TextBlock>
|
|
|
|
|
|
|
+ <TextBlock><Run Text="Jog(+)" FontSize="20"/></TextBlock>
|
|
|
</StackPanel>
|
|
</StackPanel>
|
|
|
</Button>
|
|
</Button>
|
|
|
</StackPanel>
|
|
</StackPanel>
|
|
@@ -409,16 +409,16 @@
|
|
|
Command="{Binding SelectPosCommand}"
|
|
Command="{Binding SelectPosCommand}"
|
|
|
CommandParameter="Teach_Postion_Lock">
|
|
CommandParameter="Teach_Postion_Lock">
|
|
|
<StackPanel>
|
|
<StackPanel>
|
|
|
- <TextBlock Text="Clamp" VerticalAlignment="Stretch" HorizontalAlignment="Center"/>
|
|
|
|
|
- <TextBlock Text="Lock" VerticalAlignment="Stretch" HorizontalAlignment="Center"/>
|
|
|
|
|
|
|
+ <TextBlock Text="Clamp" FontSize="20" VerticalAlignment="Stretch" HorizontalAlignment="Center"/>
|
|
|
|
|
+ <TextBlock Text="Lock" FontSize="20" VerticalAlignment="Stretch" HorizontalAlignment="Center"/>
|
|
|
</StackPanel>
|
|
</StackPanel>
|
|
|
</Button>
|
|
</Button>
|
|
|
<Button Margin="3" HorizontalAlignment="Stretch" Grid.Column="4" Grid.Row="1" Width="Auto" Height="Auto" BorderBrush="{Binding PosUnlockBrush}" BorderThickness="2"
|
|
<Button Margin="3" HorizontalAlignment="Stretch" Grid.Column="4" Grid.Row="1" Width="Auto" Height="Auto" BorderBrush="{Binding PosUnlockBrush}" BorderThickness="2"
|
|
|
Command="{Binding SelectPosCommand}"
|
|
Command="{Binding SelectPosCommand}"
|
|
|
CommandParameter="Teach_Postion_Unlock">
|
|
CommandParameter="Teach_Postion_Unlock">
|
|
|
<StackPanel>
|
|
<StackPanel>
|
|
|
- <TextBlock Text="Clamp" VerticalAlignment="Stretch" HorizontalAlignment="Center"/>
|
|
|
|
|
- <TextBlock Text="UnLock" VerticalAlignment="Stretch" HorizontalAlignment="Center"/>
|
|
|
|
|
|
|
+ <TextBlock Text="Clamp" FontSize="20" VerticalAlignment="Stretch" HorizontalAlignment="Center"/>
|
|
|
|
|
+ <TextBlock Text="UnLock" FontSize="20" VerticalAlignment="Stretch" HorizontalAlignment="Center"/>
|
|
|
</StackPanel>
|
|
</StackPanel>
|
|
|
</Button>
|
|
</Button>
|
|
|
</Grid>
|
|
</Grid>
|
|
@@ -429,23 +429,23 @@
|
|
|
|
|
|
|
|
<Grid Grid.Column="1" Background="#37474f">
|
|
<Grid Grid.Column="1" Background="#37474f">
|
|
|
<StackPanel>
|
|
<StackPanel>
|
|
|
- <Button Margin="7,5" HorizontalAlignment="Stretch" Height="90" BorderBrush="Gray" BorderThickness="2" Command="{Binding MoveToCommand}"
|
|
|
|
|
|
|
+ <Button Margin="10,10,10,5" HorizontalAlignment="Stretch" Height="90" BorderBrush="Gray" BorderThickness="2" Command="{Binding MoveToCommand}"
|
|
|
Style="{DynamicResource MaterialDesignRaisedButton}"
|
|
Style="{DynamicResource MaterialDesignRaisedButton}"
|
|
|
materialDesign:ShadowAssist.ShadowDepth="Depth5">
|
|
materialDesign:ShadowAssist.ShadowDepth="Depth5">
|
|
|
<StackPanel>
|
|
<StackPanel>
|
|
|
<!--<materialDesign:PackIcon Kind="GearBox" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" Height="42" Width="auto"/>-->
|
|
<!--<materialDesign:PackIcon Kind="GearBox" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" Height="42" Width="auto"/>-->
|
|
|
- <TextBlock Text="Move To" VerticalAlignment="Stretch" HorizontalAlignment="Center"/>
|
|
|
|
|
|
|
+ <TextBlock Text="Move To" FontSize="20" VerticalAlignment="Stretch" HorizontalAlignment="Center"/>
|
|
|
</StackPanel>
|
|
</StackPanel>
|
|
|
</Button>
|
|
</Button>
|
|
|
|
|
|
|
|
|
|
|
|
|
- <Button Margin="7,5" HorizontalAlignment="Stretch" Height="90" BorderBrush="Gray" BorderThickness="2" Command="{Binding CurrentToTargetCommand}"
|
|
|
|
|
|
|
+ <Button Margin="10,10,10,5" HorizontalAlignment="Stretch" Height="90" BorderBrush="Gray" BorderThickness="2" Command="{Binding CurrentToTargetCommand}"
|
|
|
Style="{DynamicResource MaterialDesignRaisedButton}"
|
|
Style="{DynamicResource MaterialDesignRaisedButton}"
|
|
|
materialDesign:ShadowAssist.ShadowDepth="Depth5">
|
|
materialDesign:ShadowAssist.ShadowDepth="Depth5">
|
|
|
<StackPanel>
|
|
<StackPanel>
|
|
|
<!--<materialDesign:PackIcon Kind="GearBox" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" Height="42" Width="auto"/>-->
|
|
<!--<materialDesign:PackIcon Kind="GearBox" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" Height="42" Width="auto"/>-->
|
|
|
- <TextBlock Text="Current" VerticalAlignment="Stretch" HorizontalAlignment="Center"/>
|
|
|
|
|
- <TextBlock Text="To Target" VerticalAlignment="Stretch" HorizontalAlignment="Center"/>
|
|
|
|
|
|
|
+ <TextBlock Text="Current" FontSize="20" VerticalAlignment="Stretch" HorizontalAlignment="Center"/>
|
|
|
|
|
+ <TextBlock Text="To Target" FontSize="18" VerticalAlignment="Stretch" HorizontalAlignment="Center"/>
|
|
|
</StackPanel>
|
|
</StackPanel>
|
|
|
</Button>
|
|
</Button>
|
|
|
|
|
|
|
@@ -456,51 +456,51 @@
|
|
|
<Grid Grid.Column="2" HorizontalAlignment="Stretch" Background="#263238">
|
|
<Grid Grid.Column="2" HorizontalAlignment="Stretch" Background="#263238">
|
|
|
<Border Margin="1" BorderBrush="#FF00FFD3" BorderThickness="2" VerticalAlignment="Stretch" HorizontalAlignment="Stretch"/>
|
|
<Border Margin="1" BorderBrush="#FF00FFD3" BorderThickness="2" VerticalAlignment="Stretch" HorizontalAlignment="Stretch"/>
|
|
|
<StackPanel>
|
|
<StackPanel>
|
|
|
- <Button Margin="5" HorizontalAlignment="Stretch" Height="Auto" BorderBrush="Gray" BorderThickness="2" Command="{Binding ServoOnCommand}">
|
|
|
|
|
|
|
+ <Button Margin="10,10,10,5" HorizontalAlignment="Stretch" Height="90" BorderBrush="Gray" BorderThickness="2" Command="{Binding ServoOnCommand}">
|
|
|
<StackPanel>
|
|
<StackPanel>
|
|
|
<materialDesign:PackIcon Kind="PowerSettings" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" Height="42" Width="auto"/>
|
|
<materialDesign:PackIcon Kind="PowerSettings" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" Height="42" Width="auto"/>
|
|
|
- <TextBlock Text="Servo On" VerticalAlignment="Stretch" HorizontalAlignment="Center"/>
|
|
|
|
|
|
|
+ <TextBlock Text="Servo On" FontSize="18" VerticalAlignment="Stretch" HorizontalAlignment="Center"/>
|
|
|
</StackPanel>
|
|
</StackPanel>
|
|
|
</Button>
|
|
</Button>
|
|
|
|
|
|
|
|
- <Button Margin="5" HorizontalAlignment="Stretch" Height="Auto" BorderBrush="Gray" BorderThickness="2" Command="{Binding ServoOffCommand}">
|
|
|
|
|
|
|
+ <Button Margin="10,10,10,5" HorizontalAlignment="Stretch" Height="90" BorderBrush="Gray" BorderThickness="2" Command="{Binding ServoOffCommand}">
|
|
|
<StackPanel>
|
|
<StackPanel>
|
|
|
<materialDesign:PackIcon Kind="PowerPlugOff" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" Height="42" Width="auto"/>
|
|
<materialDesign:PackIcon Kind="PowerPlugOff" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" Height="42" Width="auto"/>
|
|
|
- <TextBlock Text="Servo Off" VerticalAlignment="Stretch" HorizontalAlignment="Center"/>
|
|
|
|
|
|
|
+ <TextBlock Text="Servo Off" FontSize="18" VerticalAlignment="Stretch" HorizontalAlignment="Center"/>
|
|
|
</StackPanel>
|
|
</StackPanel>
|
|
|
</Button>
|
|
</Button>
|
|
|
|
|
|
|
|
- <Button Margin="5" HorizontalAlignment="Stretch" Height="Auto" BorderBrush="Gray" BorderThickness="2" Command="{Binding FaultResetCommand}">
|
|
|
|
|
|
|
+ <Button Margin="10,10,10,5" HorizontalAlignment="Stretch" Height="90" BorderBrush="Gray" BorderThickness="2" Command="{Binding FaultResetCommand}">
|
|
|
<StackPanel>
|
|
<StackPanel>
|
|
|
<materialDesign:PackIcon Kind="CircleArrows" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" Height="42" Width="auto"/>
|
|
<materialDesign:PackIcon Kind="CircleArrows" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" Height="42" Width="auto"/>
|
|
|
- <TextBlock Text="Fault Reset" VerticalAlignment="Stretch" HorizontalAlignment="Center"/>
|
|
|
|
|
|
|
+ <TextBlock Text="Fault Reset" FontSize="16" VerticalAlignment="Stretch" HorizontalAlignment="Center"/>
|
|
|
</StackPanel>
|
|
</StackPanel>
|
|
|
</Button>
|
|
</Button>
|
|
|
|
|
|
|
|
- <Button Margin="5" HorizontalAlignment="Stretch" Height="Auto" BorderBrush="Gray" BorderThickness="2" Command="{Binding OriginCommand}">
|
|
|
|
|
|
|
+ <Button Margin="10,10,10,5" HorizontalAlignment="Stretch" Height="90" BorderBrush="Gray" BorderThickness="2" Command="{Binding OriginCommand}">
|
|
|
<StackPanel>
|
|
<StackPanel>
|
|
|
<materialDesign:PackIcon Kind="Origin" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" Height="42" Width="auto"/>
|
|
<materialDesign:PackIcon Kind="Origin" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" Height="42" Width="auto"/>
|
|
|
- <TextBlock Text="Origin" VerticalAlignment="Stretch" HorizontalAlignment="Center" />
|
|
|
|
|
|
|
+ <TextBlock Text="Origin" FontSize="20" VerticalAlignment="Stretch" HorizontalAlignment="Center" />
|
|
|
</StackPanel>
|
|
</StackPanel>
|
|
|
</Button>
|
|
</Button>
|
|
|
|
|
|
|
|
</StackPanel>
|
|
</StackPanel>
|
|
|
|
|
|
|
|
<StackPanel Orientation="Vertical" VerticalAlignment="Bottom">
|
|
<StackPanel Orientation="Vertical" VerticalAlignment="Bottom">
|
|
|
- <Button Margin="7,5" HorizontalAlignment="Stretch" Height="90" BorderBrush="Gray" BorderThickness="2"
|
|
|
|
|
|
|
+ <Button Margin="10,0,10,10" HorizontalAlignment="Stretch" Height="90" BorderBrush="Gray" BorderThickness="2"
|
|
|
Style="{DynamicResource MaterialDesignRaisedButton}"
|
|
Style="{DynamicResource MaterialDesignRaisedButton}"
|
|
|
materialDesign:ShadowAssist.ShadowDepth="Depth5"
|
|
materialDesign:ShadowAssist.ShadowDepth="Depth5"
|
|
|
Command="{Binding SelectedPosDataSave}">
|
|
Command="{Binding SelectedPosDataSave}">
|
|
|
<StackPanel>
|
|
<StackPanel>
|
|
|
<materialDesign:PackIcon Kind="ContentSave" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" Height="42" Width="auto"/>
|
|
<materialDesign:PackIcon Kind="ContentSave" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" Height="42" Width="auto"/>
|
|
|
- <TextBlock Text="SAVE" VerticalAlignment="Stretch" HorizontalAlignment="Center"/>
|
|
|
|
|
|
|
+ <TextBlock Text="SAVE" FontSize="20" VerticalAlignment="Stretch" HorizontalAlignment="Center"/>
|
|
|
</StackPanel>
|
|
</StackPanel>
|
|
|
</Button>
|
|
</Button>
|
|
|
|
|
|
|
|
- <Button Margin="7,0,7,7" HorizontalAlignment="Stretch" Height="90" BorderBrush="Gray" BorderThickness="2" Command="{Binding CloseDialogCommand}" CommandParameter="true">
|
|
|
|
|
|
|
+ <Button Margin="10,0,10,10" HorizontalAlignment="Stretch" Height="90" BorderBrush="Gray" BorderThickness="2" Command="{Binding CloseDialogCommand}" CommandParameter="true">
|
|
|
<StackPanel>
|
|
<StackPanel>
|
|
|
<materialDesign:PackIcon Kind="ExitToApp" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" Height="42" Width="auto"/>
|
|
<materialDesign:PackIcon Kind="ExitToApp" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" Height="42" Width="auto"/>
|
|
|
- <TextBlock Text="Close" VerticalAlignment="Stretch" HorizontalAlignment="Center" />
|
|
|
|
|
|
|
+ <TextBlock Text="Close" FontSize="20" VerticalAlignment="Stretch" HorizontalAlignment="Center" />
|
|
|
</StackPanel>
|
|
</StackPanel>
|
|
|
</Button>
|
|
</Button>
|
|
|
</StackPanel>
|
|
</StackPanel>
|