|
@@ -28,7 +28,7 @@
|
|
|
<StackPanel x:Name="uxPlugCustomStackPanel" Orientation="Horizontal" Margin="22,0,450,12"
|
|
|
Visibility="{Binding IsChecked,ElementName=uxPlugCustomRadioButton,Converter={StaticResource b2v}}">
|
|
|
<Button Tag="Plug" Content="Browse" HorizontalAlignment="Left" Width="90" Height="35"
|
|
|
- Style="{StaticResource ButtonRevealStyle}" Click="uxBrowseButton_Click"/>
|
|
|
+ Style="{StaticResource ButtonRevealStyle}" Click="uxBrowseButton_Click" Foreground="Black"/>
|
|
|
<TextBox x:Name="uxPlugExploreTextBox" VerticalContentAlignment="Center" Margin="1,0,0,0" Width="270" Height="35"
|
|
|
Style="{StaticResource TextBoxRevealStyle}" Text="Please select an image file" IsReadOnly="True"/>
|
|
|
</StackPanel>
|
|
@@ -47,7 +47,7 @@
|
|
|
<StackPanel x:Name="uxPrechargeCustomStackPanel" Orientation="Horizontal" Margin="22,0,450,12"
|
|
|
Visibility="{Binding IsChecked,ElementName=uxPrechargeCustomRadioButton,Converter={StaticResource b2v}}">
|
|
|
<Button Tag="Precharge" Content="Browse" HorizontalAlignment="Left" Width="90" Height="35"
|
|
|
- Style="{StaticResource ButtonRevealStyle}" Click="uxBrowseButton_Click"/>
|
|
|
+ Style="{StaticResource ButtonRevealStyle}" Click="uxBrowseButton_Click" Foreground="Black"/>
|
|
|
<TextBox x:Name="uxPrechargeExploreTextBox" VerticalContentAlignment="Center" Margin="1,0,0,0" Width="270" Height="35"
|
|
|
Style="{StaticResource TextBoxRevealStyle}" Text="Please select an image file" IsReadOnly="True"/>
|
|
|
</StackPanel>
|
|
@@ -66,7 +66,7 @@
|
|
|
<StackPanel x:Name="uxChargingCustomStackPanel" Orientation="Horizontal" Margin="22,0,450,12"
|
|
|
Visibility="{Binding IsChecked,ElementName=uxChargingCustomRadioButton,Converter={StaticResource b2v}}">
|
|
|
<Button Tag="Charging" Content="Browse" HorizontalAlignment="Left" Width="90" Height="35"
|
|
|
- Style="{StaticResource ButtonRevealStyle}" Click="uxBrowseButton_Click"/>
|
|
|
+ Style="{StaticResource ButtonRevealStyle}" Click="uxBrowseButton_Click" Foreground="Black"/>
|
|
|
<TextBox x:Name="uxChargingExploreTextBox" VerticalContentAlignment="Center" Margin="1,0,0,0" Width="270" Height="35"
|
|
|
Style="{StaticResource TextBoxRevealStyle}" Text="Please select an image file" IsReadOnly="True"/>
|
|
|
</StackPanel>
|
|
@@ -85,7 +85,7 @@
|
|
|
<StackPanel x:Name="uxCompleteCustomStackPanel" Orientation="Horizontal" Margin="22,0,450,12"
|
|
|
Visibility="{Binding IsChecked,ElementName=uxCompleteCustomRadioButton,Converter={StaticResource b2v}}">
|
|
|
<Button Tag="Complete" Content="Browse" HorizontalAlignment="Left" Width="90" Height="35"
|
|
|
- Style="{StaticResource ButtonRevealStyle}" Click="uxBrowseButton_Click"/>
|
|
|
+ Style="{StaticResource ButtonRevealStyle}" Click="uxBrowseButton_Click" Foreground="Black"/>
|
|
|
<TextBox x:Name="uxCompleteExploreTextBox" VerticalContentAlignment="Center" Margin="1,0,0,0" Width="270" Height="35"
|
|
|
Style="{StaticResource TextBoxRevealStyle}" Text="Please select an image file" IsReadOnly="True"/>
|
|
|
</StackPanel>
|