Please enable JavaScript to view this site.

Parking Rights Service Provider DLL - User guide

Navigation: Configuration > Ui.xaml

Prepay code step panel 1

Scroll Prev Top Next More

<TFT:Panel MxStyle="{PanelStyle1}" Name="PrePay_Code_Step_Panel1">
  <Controls>
     <TFT:Label MxStyle="{DebugLabelStyle}"
                FormattedText="PrePay_Code_Step_Panel1"/>
     <TFT:Label MxStyle="{PurchaseFlowUserIdentifierLabel}"
                Location="282,146"/>
     <TFT:Label MxStyle="{UserInstructionLargeLabelStyle}"
                Name="PaymentInstructionLabel"
                FormattedText="Insert coins or step time"/>
     <TFT:Label MxStyle="{AmountTitleLabelStyle}" Location="255,400"/>
     <TFT:Label MxStyle="{PaidPlusLeftToPayLabelStyle}" Location="255,430"/>
     <TFT:Label MxStyle="{EndDateSmallLabelStyle}" Location="395,280"/>
     <TFT:Label MxStyle="{EndTimeLabelStyle}" Location="380,305"/>
     <TFT:Label MxStyle="{StartDateSmallLabelStyle}" Location="235,280"/>
     <TFT:Label MxStyle="{StartTimeLabelStyle}" Location="212,305"/>
     <TFT:Label MxStyle="{EndDateSmallLabelStyle}" Size="130,25"
                Location="234,250" FormattedText="StartTimeText"
                Alignment="Center"/>
     <TFT:Label MxStyle="{EndDateSmallLabelStyle}" Size="130,25"
                Location="395,250" FormattedText="EndTimeText"
                Alignment="Center"/>
     <TFT:Image MxStyle="{TicketImage}" Location="200,100"/>
     <TFT:Label MxStyle="{StandardLabel}" Name="PaidLabel"
                Location="60,430" FormattedText="Paid: @V1"
                Size="100,100" Font="Arial, 20pt, style=Bold"/>
     <TFT:Label MxStyle="{StandardLabel}" Name="LeftToPayLabel"
                Location="580,430" FormattedText="Left to pay: @V1"
                Size="160,100" Font="Arial, 20pt, style=Bold"/>
     <TFT:Label MxStyle="{StandardLabel}" Location="237,659"
                FormattedText=" 5m" Size="80,30"
                Font="Arial, 18pt, style=Bold"/>
     <TFT:Label MxStyle="{StandardLabel}" Location="337,659"
                FormattedText="30m" Size="80,30"
                Font="Arial, 18pt, style=Bold"/>
     <TFT:Label MxStyle="{StandardLabel}" Location="437,659"
                FormattedText="60m" Size="80,30"
                Font="Arial, 18pt, style=Bold"/>
     <TFT:Button MxStyle="{StepButtonSmallPlusStyle}" KeyValue="5"
                Location="230, 580" ButtonGroup="StepPanel"
                ButtonType="StepTime"/>
     <TFT:Button MxStyle="{StepButtonSmallPlusStyle}" KeyValue="30"
                Location="330, 580" ButtonGroup="StepPanel"
                ButtonType="StepTime"/>
     <TFT:Button MxStyle="{StepButtonSmallPlusStyle}" KeyValue="60"
                Location="430, 580" ButtonGroup="StepPanel"
                ButtonType="StepTime"/>
     <TFT:Button MxStyle="{StepButtonSmallMinusStyle}" KeyValue="-5"
                Location="230, 695" ButtonGroup="StepPanel"
                ButtonType="StepTime"/>
     <TFT:Button MxStyle="{StepButtonSmallMinusStyle}" KeyValue="-30"
                Location="330, 695" ButtonGroup="StepPanel"
                ButtonType="StepTime"/>
     <TFT:Button MxStyle="{StepButtonSmallMinusStyle}" KeyValue="-60"
                Location="430, 695" ButtonGroup="StepPanel"
                ButtonType="StepTime"/>
     <TFT:Button MxStyle="{MinMaxButtonStyle}" FormattedText="Min"
                KeyValue="-2147483648" Location="10, 700"
                ButtonGroup="StepPanel" ButtonType="StepTime"/>
     <TFT:Button MxStyle="{MinMaxButtonStyle}" FormattedText="Max"
                KeyValue="2147483647" Location="580, 585"
                ButtonGroup="StepPanel" ButtonType="StepTime"/>
     <TFT:Button MxStyle="{AcceptButtonVisualStyle}" Click="OnAccept"
                ButtonGroup="StepPanel"/>
     <TFT:Button MxStyle="{RejectButtonStyle}" ButtonGroup="StepPanel"/>
  </Controls>
</TFT:Panel>