|
@@ -8,7 +8,7 @@
|
|
|
xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes"
|
|
xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes"
|
|
|
prism:ViewModelLocator.AutoWireViewModel="True"
|
|
prism:ViewModelLocator.AutoWireViewModel="True"
|
|
|
mc:Ignorable="d"
|
|
mc:Ignorable="d"
|
|
|
- Width="800"
|
|
|
|
|
|
|
+ Width="1000"
|
|
|
Height="600"
|
|
Height="600"
|
|
|
Background="#455a64">
|
|
Background="#455a64">
|
|
|
|
|
|
|
@@ -45,10 +45,10 @@
|
|
|
<ColumnDefinition Width="*"/>
|
|
<ColumnDefinition Width="*"/>
|
|
|
</Grid.ColumnDefinitions>
|
|
</Grid.ColumnDefinitions>
|
|
|
|
|
|
|
|
- <Border Grid.Column="0" Margin="23,22,23,17" BorderBrush="#FF00FFD3" BorderThickness="1" VerticalAlignment="Stretch" HorizontalAlignment="Stretch"/>
|
|
|
|
|
|
|
+ <!--<Border Grid.Column="0" Margin="23,22,23,17" BorderBrush="#FF00FFD3" BorderThickness="1" VerticalAlignment="Stretch" HorizontalAlignment="Stretch"/>-->
|
|
|
|
|
|
|
|
<!--InPut-->
|
|
<!--InPut-->
|
|
|
- <StackPanel Orientation="Vertical"
|
|
|
|
|
|
|
+ <!--<StackPanel Orientation="Vertical"
|
|
|
VerticalAlignment="Center"
|
|
VerticalAlignment="Center"
|
|
|
HorizontalAlignment="Center"
|
|
HorizontalAlignment="Center"
|
|
|
Grid.Column="0">
|
|
Grid.Column="0">
|
|
@@ -173,22 +173,22 @@
|
|
|
VerticalAlignment="Center"
|
|
VerticalAlignment="Center"
|
|
|
HorizontalAlignment="Center"
|
|
HorizontalAlignment="Center"
|
|
|
Foreground="Orange"/>
|
|
Foreground="Orange"/>
|
|
|
- </StackPanel>
|
|
|
|
|
|
|
+ </StackPanel>-->
|
|
|
|
|
|
|
|
<!--OutPut-->
|
|
<!--OutPut-->
|
|
|
- <Border Grid.Column="1" Margin="30,79" BorderBrush="#FF00FFD3" BorderThickness="1" VerticalAlignment="Stretch" HorizontalAlignment="Stretch"/>
|
|
|
|
|
|
|
+ <Border Grid.Column="0" Margin="30,10" BorderBrush="#FF00FFD3" BorderThickness="1" VerticalAlignment="Stretch" HorizontalAlignment="Stretch"/>
|
|
|
<StackPanel VerticalAlignment="Center"
|
|
<StackPanel VerticalAlignment="Center"
|
|
|
HorizontalAlignment="Center"
|
|
HorizontalAlignment="Center"
|
|
|
- Grid.Column="1">
|
|
|
|
|
|
|
+ Grid.Column="0">
|
|
|
<materialDesign:Badged Margin="5"
|
|
<materialDesign:Badged Margin="5"
|
|
|
Badge="Detect Area#1"
|
|
Badge="Detect Area#1"
|
|
|
BadgeColorZoneMode="Dark">
|
|
BadgeColorZoneMode="Dark">
|
|
|
- <Button Width="80"
|
|
|
|
|
- Height="200"
|
|
|
|
|
- Background="{Binding OpReaderOutFirst}">
|
|
|
|
|
|
|
+ <Button Width="100"
|
|
|
|
|
+ Height="240"
|
|
|
|
|
+ Background="{Binding OpReaderOutFirst}">
|
|
|
<StackPanel>
|
|
<StackPanel>
|
|
|
- <TextBlock><Run Text="Slow"/></TextBlock>
|
|
|
|
|
- <TextBlock><Run Text="Stop"/></TextBlock>
|
|
|
|
|
|
|
+ <TextBlock HorizontalAlignment="Center"><Run Text="Slow" FontSize="25"/></TextBlock>
|
|
|
|
|
+ <TextBlock HorizontalAlignment="Center"><Run Text="Stop" FontSize="25"/></TextBlock>
|
|
|
</StackPanel>
|
|
</StackPanel>
|
|
|
</Button>
|
|
</Button>
|
|
|
</materialDesign:Badged>
|
|
</materialDesign:Badged>
|
|
@@ -196,12 +196,12 @@
|
|
|
<materialDesign:Badged Margin="5"
|
|
<materialDesign:Badged Margin="5"
|
|
|
Badge="Detect Area#2"
|
|
Badge="Detect Area#2"
|
|
|
BadgeColorZoneMode="Dark">
|
|
BadgeColorZoneMode="Dark">
|
|
|
- <Button Width="80"
|
|
|
|
|
- Height="100"
|
|
|
|
|
|
|
+ <Button Width="100"
|
|
|
|
|
+ Height="170"
|
|
|
Background="{Binding OpReaderOutSecond}">
|
|
Background="{Binding OpReaderOutSecond}">
|
|
|
<StackPanel>
|
|
<StackPanel>
|
|
|
- <TextBlock HorizontalAlignment="Center"><Run Text="Safety"/></TextBlock>
|
|
|
|
|
- <TextBlock HorizontalAlignment="Center"><Run Text="Stop"/></TextBlock>
|
|
|
|
|
|
|
+ <TextBlock HorizontalAlignment="Center"><Run Text="Safety" FontSize="25"/></TextBlock>
|
|
|
|
|
+ <TextBlock HorizontalAlignment="Center"><Run Text="Stop" FontSize="25"/></TextBlock>
|
|
|
</StackPanel>
|
|
</StackPanel>
|
|
|
</Button>
|
|
</Button>
|
|
|
</materialDesign:Badged>
|
|
</materialDesign:Badged>
|
|
@@ -209,16 +209,27 @@
|
|
|
<materialDesign:Badged Margin="5"
|
|
<materialDesign:Badged Margin="5"
|
|
|
Badge="Detect Area#3"
|
|
Badge="Detect Area#3"
|
|
|
BadgeColorZoneMode="Dark">
|
|
BadgeColorZoneMode="Dark">
|
|
|
- <Button Width="80"
|
|
|
|
|
- Height="60"
|
|
|
|
|
|
|
+ <Button Width="100"
|
|
|
|
|
+ Height="100"
|
|
|
Background="{Binding OpReaderOutThird}">
|
|
Background="{Binding OpReaderOutThird}">
|
|
|
<StackPanel>
|
|
<StackPanel>
|
|
|
- <TextBlock><Run Text="Stop"/></TextBlock>
|
|
|
|
|
|
|
+ <TextBlock><Run Text="Stop" FontSize="25"/></TextBlock>
|
|
|
</StackPanel>
|
|
</StackPanel>
|
|
|
</Button>
|
|
</Button>
|
|
|
</materialDesign:Badged>
|
|
</materialDesign:Badged>
|
|
|
</StackPanel>
|
|
</StackPanel>
|
|
|
|
|
|
|
|
|
|
+ <StackPanel Grid.Column="1"
|
|
|
|
|
+ VerticalAlignment="Center"
|
|
|
|
|
+ HorizontalAlignment="Center">
|
|
|
|
|
+ <StackPanel Orientation="Vertical">
|
|
|
|
|
+ <TextBlock Margin="5"><Run Text="Pattern Result" Foreground="Silver" FontSize="20"/></TextBlock>
|
|
|
|
|
+ <TextBlock Margin="5"><Run Text="Moving Detect = 21" Foreground="Silver" FontSize="18"/></TextBlock>
|
|
|
|
|
+ <TextBlock Margin="5"><Run Text="Curve Detect = 31" Foreground="Silver" FontSize="18"/></TextBlock>
|
|
|
|
|
+ <TextBlock Margin="5"><Run Text="Default = 10" Foreground="Silver" FontSize="18"/></TextBlock>
|
|
|
|
|
+ </StackPanel>
|
|
|
|
|
+ </StackPanel>
|
|
|
|
|
+
|
|
|
<StackPanel Grid.Column="2"
|
|
<StackPanel Grid.Column="2"
|
|
|
VerticalAlignment="Center"
|
|
VerticalAlignment="Center"
|
|
|
HorizontalAlignment="Center">
|
|
HorizontalAlignment="Center">
|