diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-12-24 19:01:11 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-12-24 19:01:11 +0200 |
| commit | 2f85568170b4c11c6c5876b7fac9e662a004d47f (patch) | |
| tree | 587b0a30e8de36322583a10b136c7d43b25edd34 /Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MachineSetupView.xaml | |
| parent | 7a9e8e8721e895b30a2652e2aaaeb6401b72250e (diff) | |
| download | Tango-2f85568170b4c11c6c5876b7fac9e662a004d47f.tar.gz Tango-2f85568170b4c11c6c5876b7fac9e662a004d47f.zip | |
Implemented PPC time zone modification !
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MachineSetupView.xaml')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MachineSetupView.xaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MachineSetupView.xaml b/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MachineSetupView.xaml index dc30cfa93..4832eea01 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MachineSetupView.xaml +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MachineSetupView.xaml @@ -67,6 +67,19 @@ </StackPanel> </Grid> + <Grid controls:NavigationControl.NavigationName="TimeZoneView"> + <StackPanel HorizontalAlignment="Center" VerticalAlignment="Center" Width="500"> + + <Image Source="/Images/time-zone.png" Width="128" /> + <TextBlock HorizontalAlignment="Center" FontSize="{StaticResource TangoTitleFontSize}">Please select the machine time zone</TextBlock> + <touch:TouchComboBox Margin="0 80 0 0" ItemsSource="{Binding TimeZones}" SelectedItem="{Binding SelectedTimeZone,Mode=TwoWay}"> + + </touch:TouchComboBox> + + <touch:TouchButton Margin="0 200 0 0" Padding="20" Width="300" CornerRadius="35" Command="{Binding TimeZoneSelectedCommand}">CONTINUE</touch:TouchButton> + </StackPanel> + </Grid> + <Grid controls:NavigationControl.NavigationName="SetupWelcomeView"> <StackPanel> <TextBlock TextAlignment="Center" LineHeight="40" FontSize="{StaticResource TangoTitleFontSize}" Margin="40 0" TextWrapping="Wrap"> |
