|
@@ -1212,13 +1212,13 @@
|
|
|
<StackPanel Orientation="Horizontal">
|
|
|
<customControls:PathButton PathData="{StaticResource Icon_Home}" DefaultFillBrush="White" Command="{Binding PMInitCommnad}" Width="120" Height="30" Content="Initialize" Margin="10,0,0,0"/>
|
|
|
<customControls:PathButton PathData="{StaticResource Icon_Abort}" DefaultFillBrush="White" Command="{Binding PMAbortCommnad}" Width="120" Height="30" Content="Abort" Margin="50,0,30,0"/>
|
|
|
- <customControls:AduRadioButtonIcon Content="MF" IsChecked="{Binding IsAutoMode,Converter={StaticResource BoolToBool},Mode=TwoWay}" Height="40" attach:IconElement.Margin="-20" />
|
|
|
- <Border BorderThickness="1" Height="30" Width="2" BorderBrush="Black" Margin="10,0,10,0">
|
|
|
+ <customControls:AduRadioButtonIcon Content="MF" IsChecked="{Binding IsAutoMode,Converter={StaticResource BoolToBool},Mode=TwoWay}" Height="40" />
|
|
|
+ <Border BorderThickness="1" Height="30" Width="2" BorderBrush="Black" Margin="10,0,0,0">
|
|
|
<Border.RenderTransform>
|
|
|
<RotateTransform Angle="15" CenterX="1" CenterY="15"></RotateTransform>
|
|
|
</Border.RenderTransform>
|
|
|
</Border>
|
|
|
- <customControls:AduRadioButtonIcon Content="AF" IsChecked="{Binding IsAutoMode,Mode=TwoWay}" Margin="5,0,50,0" Height="40" attach:IconElement.Margin="-20" />
|
|
|
+ <customControls:AduRadioButtonIcon Content="AF" IsChecked="{Binding IsAutoMode,Mode=TwoWay}" Margin="-10,0,30,0" Height="40" />
|
|
|
<customControls:PathButton Width="130" Height="30" Content="Vent" Command="{Binding VentCommand}" IsEnabled="{Binding IsAutoMode,Converter={StaticResource BoolToBool}}" />
|
|
|
<customControls:PathButton Width="134" Height="30" Content="Pump Purge" Command="{Binding PurgeCommand}" Margin="50,0,0,0" IsEnabled="{Binding IsAutoMode,Converter={StaticResource BoolToBool}}"/>
|
|
|
<customControls:PathButton Width="134" Height="30" Content="Pump Down" Command="{Binding PumpCommand}" Margin="50,0,0,0" IsEnabled="{Binding IsAutoMode,Converter={StaticResource BoolToBool}}"/>
|