|
|
@@ -1,4 +1,4 @@
|
|
|
-<UserControl x:Class="OHV.Module.MainViews.Views.UnitView"
|
|
|
+<UserControl x:Class="OHV.Module.MainViews.Views.EditView"
|
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
|
@@ -24,16 +24,15 @@
|
|
|
|
|
|
<Grid.RowDefinitions>
|
|
|
<RowDefinition Height="*"/>
|
|
|
- <RowDefinition Height="*"/>
|
|
|
</Grid.RowDefinitions>
|
|
|
|
|
|
<Grid Grid.Row="0">
|
|
|
<StackPanel Orientation="Horizontal"
|
|
|
- VerticalAlignment="Bottom"
|
|
|
+ VerticalAlignment="Center"
|
|
|
HorizontalAlignment="Center" Margin="20">
|
|
|
|
|
|
- <Button HorizontalAlignment="Stretch"
|
|
|
- Style="{StaticResource MaterialDesignRaisedButton}"
|
|
|
+ <!--<Button HorizontalAlignment="Stretch"
|
|
|
+ Style="{StaticResource MaterialDesignRaisedButton}"
|
|
|
Margin="20"
|
|
|
materialDesign:ButtonAssist.CornerRadius="20"
|
|
|
Command="{Binding InoutPupup}"
|
|
|
@@ -42,6 +41,18 @@
|
|
|
<materialDesign:PackIcon Kind="LedOn" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Width="Auto" Height="100"/>
|
|
|
<TextBlock FontSize="30" Text="InOut" VerticalAlignment="Stretch" HorizontalAlignment="Center"/>
|
|
|
</StackPanel>
|
|
|
+ </Button>-->
|
|
|
+
|
|
|
+ <Button HorizontalAlignment="Stretch"
|
|
|
+ Style="{StaticResource MaterialDesignRaisedButton}"
|
|
|
+ Margin="20"
|
|
|
+ materialDesign:ButtonAssist.CornerRadius="20"
|
|
|
+ Command="{Binding ConfigCommand}"
|
|
|
+ Height="150" Width="220">
|
|
|
+ <StackPanel>
|
|
|
+ <materialDesign:PackIcon Kind="Gear" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Width="Auto" Height="100"/>
|
|
|
+ <TextBlock FontSize="30" Text="Config" VerticalAlignment="Stretch" HorizontalAlignment="Center"/>
|
|
|
+ </StackPanel>
|
|
|
</Button>
|
|
|
|
|
|
<Button HorizontalAlignment="Stretch"
|
|
|
@@ -76,19 +87,9 @@
|
|
|
HorizontalAlignment="Center"
|
|
|
Margin="20">
|
|
|
|
|
|
- <Button HorizontalAlignment="Stretch"
|
|
|
- Style="{StaticResource MaterialDesignRaisedButton}"
|
|
|
- Margin="20"
|
|
|
- materialDesign:ButtonAssist.CornerRadius="20"
|
|
|
- Command="{Binding ConfigCommand}"
|
|
|
- Height="150" Width="220">
|
|
|
- <StackPanel>
|
|
|
- <materialDesign:PackIcon Kind="Gear" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Width="Auto" Height="100"/>
|
|
|
- <TextBlock FontSize="30" Text="Config" VerticalAlignment="Stretch" HorizontalAlignment="Center"/>
|
|
|
- </StackPanel>
|
|
|
- </Button>
|
|
|
+
|
|
|
|
|
|
- <Button HorizontalAlignment="Stretch"
|
|
|
+ <!--<Button HorizontalAlignment="Stretch"
|
|
|
Style="{StaticResource MaterialDesignRaisedButton}"
|
|
|
Margin="20"
|
|
|
materialDesign:ButtonAssist.CornerRadius="20"
|
|
|
@@ -98,9 +99,9 @@
|
|
|
<materialDesign:PackIcon Kind="Altimeter" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Width="auto" Height="100"/>
|
|
|
<TextBlock FontSize="30" Text="Detect" VerticalAlignment="Stretch" HorizontalAlignment="Center"/>
|
|
|
</StackPanel>
|
|
|
- </Button>
|
|
|
+ </Button>-->
|
|
|
|
|
|
- <Button HorizontalAlignment="Stretch"
|
|
|
+ <!--<Button HorizontalAlignment="Stretch"
|
|
|
Style="{StaticResource MaterialDesignRaisedButton}"
|
|
|
Margin="20"
|
|
|
materialDesign:ButtonAssist.CornerRadius="20"
|
|
|
@@ -110,7 +111,7 @@
|
|
|
<materialDesign:PackIcon Kind="ElevatorUp" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Width="auto" Height="100"/>
|
|
|
<TextBlock FontSize="30" Text="Conveyor" VerticalAlignment="Stretch" HorizontalAlignment="Center"/>
|
|
|
</StackPanel>
|
|
|
- </Button>
|
|
|
+ </Button>-->
|
|
|
</StackPanel>
|
|
|
</Grid>
|
|
|
</Grid>
|