Please enable JavaScript to view this site.

External UserIdentifier CO2 Emission - User Guide

Important:
Keep the Click and KeyValues as they are specified for the solution to work!
Renaming the styles is possible.

EmissionBasedTariffAcceptButtonStyle

Used by the CodeDoneButton in CodeInputPanel to start searching the registry. Keep the Click value in the CodeInputPanel to "OnCodeInputDone" that the button already has.

<Style BasedOn="{AcceptButtonVisualStyle}" def:Name="EmissionBasedTariffAcceptButtonStyle">
  <StyleProperties>
     <PropertyStyle Click="OnGetExternalInformationInputDone"/>
  </StyleProperties>
</Style>

LicensePlateLabelStyle

<Style BasedOn="{LabelInGrayBoxStyle}" def:Name="LicensePlateLabelStyle">
  <StyleProperties>
     <PropertyStyle Name="LicensePlateLabel"/>
     <PropertyStyle Size="350,92"/>
     <PropertyStyle Location="16,166"/>
     <PropertyStyle FormattedText="License plate: "/>
     <PropertyStyle Font="Arial, 28pt, style=Bold"/>
  </StyleProperties>
</Style>

OpenCodeInputPanelAndClosePopuButtonStyle

Used to close the "failed" popup when the user selects to back to the CodeInputPanel.

<Style BasedOn="{BackButtonVisualStyle}" def:Name="OpenCodeInputPanelAndClosePopuButtonStyle">
  <StyleProperties>
     <PropertyStyle Click="OnPanelOpenAndCloseCurrentPopup"/>
     <PropertyStyle KeyValue="CodeInputPanel"/>
  </StyleProperties>
</Style>  

AddExtAdditionalUserIDAndClosePopuButtonStyle

Used to close the "failed" popup when the user selects OK to finish the purchase.

<Style BasedOn="{AcceptButtonVisualStyle}" def:Name="AddExtAdditionalUserIDAndClosePopuButtonStyle">
  <StyleProperties>
     <PropertyStyle Click="OnExternalAdditionalUserIdentifierSelect"/>
  </StyleProperties>
</Style>