Please enable JavaScript to view this site.

Parking Rights Service Provider DLL - User guide

Navigation: Configuration > Ui.xaml

Article panel

Scroll Prev Top Next More

This is the panel where parking type is selected. It is also used for showing a valid ticket and if extension is possible.

<TFT:Panel MxStyle="{PanelStyle1}" Name="ArticlePanel">
  <Controls>
     <TFT:Label MxStyle="{DebugLabelStyle}"
                FormattedText="ArticlePanel"/>
     <TFT:Label MxStyle="{ExternalPayUnitText1LabelStyle}"
                Location="16,32" Size="736,64"/>
     <TFT:Button MxStyle="{ExternalPayUnitButtonStyle1}"
                Name="ExternalPayUnitButton1"
                Location="150,175" KeyValue="extpu_PRSP.dll"/>
     <TFT:Button MxStyle="{ExternalPayUnitButtonStyle1}"
                Name="ExternalPayUnitButton2"
                Location="150,265" KeyValue="extpu_PRSP.dll"/>
     <TFT:Button MxStyle="{ExternalPayUnitButtonStyle1}"
                Name="ExternalPayUnitButton3"
                Location="150,355" KeyValue="extpu_PRSP.dll"/>
     <TFT:Button MxStyle="{ExternalPayUnitButtonStyle1}"
                Name="ExternalPayUnitButton4"
                Location="150,445" KeyValue="extpu_PRSP.dll"/>
     <TFT:Button MxStyle="{ExternalPayUnitButtonStyle1}"
                Name="ExternalPayUnitButton5"
                Location="150,535" KeyValue="extpu_PRSP.dll"/>
     <TFT:Button MxStyle="{ExternalPayUnitButtonStyle1}"
                Name="ExternalPayUnitButton6"
                Location="150,625" KeyValue="extpu_PRSP.dll"/>
     <TFT:Button MxStyle="{RejectButtonVisualStyle}"
                Name="ExternalPayUnitButton7"
                Click="OnExternalPayUnitButton" KeyValue="extpu_PRSP.dll"/>
     <TFT:Button MxStyle="{ExternalPayUnitButtonStyle2}"
                Name="ExternalPayUnitButton8"
                Location="20,135" KeyValue="extpu_PRSP.dll"/>
     <TFT:Button MxStyle="{ExternalPayUnitButtonStyle}"
                Name="ExternalPayUnitButton9"
                Location="500,180" KeyValue="extpu_PRSP.dll"/>
     <TFT:Button MxStyle="{ExternalPayUnitButtonStyle2}"
                Name="ExternalPayUnitButton10"
                Location="20,320" KeyValue="extpu_PRSP.dll"/>
     <TFT:Button MxStyle="{ExternalPayUnitButtonStyle}"
                Name="ExternalPayUnitButton11"
                Location="500,365" KeyValue="extpu_PRSP.dll"/>
     <TFT:Button MxStyle="{ExternalPayUnitButtonStyle2}"
                Name="ExternalPayUnitButton12"
                Location="20,505" KeyValue="extpu_PRSP.dll"/>
     <TFT:Button MxStyle="{ExternalPayUnitButtonStyle}"
                Name="ExternalPayUnitButton13"
                Location="500,550" KeyValue="extpu_PRSP.dll"/>
  </Controls>
</TFT:Panel>