Browse Source

reivse platingcell initialize button

chenzk 2 weeks ago
parent
commit
6cf7114d68
1 changed files with 1 additions and 1 deletions
  1. 1 1
      PunkHPX8_MainPages/Views/PlatingCellHomePageView.xaml

+ 1 - 1
PunkHPX8_MainPages/Views/PlatingCellHomePageView.xaml

@@ -88,7 +88,7 @@
                     <Label Content="{Binding Module}" FontSize="35" FontWeight="Bold" VerticalContentAlignment="Center" HorizontalContentAlignment="Center" VerticalAlignment="Bottom" HorizontalAlignment="Center" Margin="0,0,0,13"></Label>
                 </Grid>
                 <Grid Grid.Row="1">
-                    <Button Style="{StaticResource SysBtnStyle}" IsEnabled="{Binding IsEnabled}" Grid.Column="1" Height="30" Width="100" HorizontalAlignment="Center" Content="Initialize" Command="{Binding InitializeCommand}"></Button>
+                    <Button Style="{StaticResource SysBtnStyle}" IsEnabled="{Binding IsAutoEnabled}" Grid.Column="1" Height="30" Width="100" HorizontalAlignment="Center" Content="Initialize" Command="{Binding InitializeCommand}"></Button>
                 </Grid>
                 <Grid Grid.Row="2">
                     <Label Content="Operating Mode"  FontSize="15" FontWeight="Bold" VerticalContentAlignment="Center" HorizontalContentAlignment="Center" VerticalAlignment="Bottom" HorizontalAlignment="Center"></Label>