|
@@ -281,7 +281,7 @@
|
|
|
</Grid.ColumnDefinitions>
|
|
</Grid.ColumnDefinitions>
|
|
|
<StackPanel Grid.Column="1" HorizontalAlignment="Center" VerticalAlignment="Center">
|
|
<StackPanel Grid.Column="1" HorizontalAlignment="Center" VerticalAlignment="Center">
|
|
|
<StackPanel Orientation="Horizontal" VerticalAlignment="Top" HorizontalAlignment="Center" >
|
|
<StackPanel Orientation="Horizontal" VerticalAlignment="Top" HorizontalAlignment="Center" >
|
|
|
- <Button
|
|
|
|
|
|
|
+ <!--<Button
|
|
|
Style="{StaticResource MaterialDesignRaisedButton}"
|
|
Style="{StaticResource MaterialDesignRaisedButton}"
|
|
|
materialDesign:ButtonAssist.CornerRadius="10"
|
|
materialDesign:ButtonAssist.CornerRadius="10"
|
|
|
ToolTip="MaterialDesignRaisedButton with Round Corners"
|
|
ToolTip="MaterialDesignRaisedButton with Round Corners"
|
|
@@ -293,9 +293,9 @@
|
|
|
<StackPanel>
|
|
<StackPanel>
|
|
|
<TextBlock><Run Text="Limit(-)"/></TextBlock>
|
|
<TextBlock><Run Text="Limit(-)"/></TextBlock>
|
|
|
</StackPanel>
|
|
</StackPanel>
|
|
|
- </Button>
|
|
|
|
|
|
|
+ </Button>-->
|
|
|
|
|
|
|
|
- <Button
|
|
|
|
|
|
|
+ <!--<Button
|
|
|
Style="{StaticResource MaterialDesignRaisedButton}"
|
|
Style="{StaticResource MaterialDesignRaisedButton}"
|
|
|
materialDesign:ButtonAssist.CornerRadius="10"
|
|
materialDesign:ButtonAssist.CornerRadius="10"
|
|
|
ToolTip="MaterialDesignRaisedButton with Round Corners"
|
|
ToolTip="MaterialDesignRaisedButton with Round Corners"
|
|
@@ -307,9 +307,9 @@
|
|
|
<StackPanel>
|
|
<StackPanel>
|
|
|
<TextBlock><Run Text="Origin"/></TextBlock>
|
|
<TextBlock><Run Text="Origin"/></TextBlock>
|
|
|
</StackPanel>
|
|
</StackPanel>
|
|
|
- </Button>
|
|
|
|
|
|
|
+ </Button>-->
|
|
|
|
|
|
|
|
- <Button
|
|
|
|
|
|
|
+ <!--<Button
|
|
|
Style="{StaticResource MaterialDesignRaisedButton}"
|
|
Style="{StaticResource MaterialDesignRaisedButton}"
|
|
|
materialDesign:ButtonAssist.CornerRadius="10"
|
|
materialDesign:ButtonAssist.CornerRadius="10"
|
|
|
ToolTip="MaterialDesignRaisedButton with Round Corners"
|
|
ToolTip="MaterialDesignRaisedButton with Round Corners"
|
|
@@ -320,7 +320,7 @@
|
|
|
<StackPanel>
|
|
<StackPanel>
|
|
|
<TextBlock><Run Text="Limit(+)"/></TextBlock>
|
|
<TextBlock><Run Text="Limit(+)"/></TextBlock>
|
|
|
</StackPanel>
|
|
</StackPanel>
|
|
|
- </Button>
|
|
|
|
|
|
|
+ </Button>-->
|
|
|
</StackPanel>
|
|
</StackPanel>
|
|
|
|
|
|
|
|
<StackPanel Orientation="Horizontal" VerticalAlignment="Bottom" HorizontalAlignment="Center"
|
|
<StackPanel Orientation="Horizontal" VerticalAlignment="Bottom" HorizontalAlignment="Center"
|