diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-11-28 13:16:26 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-11-28 13:16:26 +0200 |
| commit | e0ef31c25e7f9b21ee3bae53167f2c7851b94748 (patch) | |
| tree | a71ab2e285897d60371cba964094d309123efbaa /Software/Visual_Studio/PPC/Modules/Tango.PPC.BackupRestore | |
| parent | 8276e5eb7c56b58ed86f611ca5bd9b1dc56b25b9 (diff) | |
| download | Tango-e0ef31c25e7f9b21ee3bae53167f2c7851b94748.tar.gz Tango-e0ef31c25e7f9b21ee3bae53167f2c7851b94748.zip | |
Completed PPC Backup/Restore !!!
Diffstat (limited to 'Software/Visual_Studio/PPC/Modules/Tango.PPC.BackupRestore')
| -rw-r--r-- | Software/Visual_Studio/PPC/Modules/Tango.PPC.BackupRestore/Views/BackupView.xaml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.BackupRestore/Views/BackupView.xaml b/Software/Visual_Studio/PPC/Modules/Tango.PPC.BackupRestore/Views/BackupView.xaml index bd37594ef..2a72f9788 100644 --- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.BackupRestore/Views/BackupView.xaml +++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.BackupRestore/Views/BackupView.xaml @@ -44,22 +44,22 @@ <Setter Property="FontSize" Value="{StaticResource TangoDefaultFontSize}"></Setter> </Style> </StackPanel.Resources> - <touch:TouchCheckBox IsChecked="{Binding IsBackupJobs,Mode=TwoWay}"> - <touch:TouchCheckBox.Content> + <touch:TouchRadioButton IsChecked="{Binding IsBackupJobs,Mode=TwoWay}"> + <touch:TouchRadioButton.Content> <TextBlock> <Run>Jobs</Run> <Run Style="{StaticResource run}">(create a backup of all your jobs)</Run> </TextBlock> - </touch:TouchCheckBox.Content> - </touch:TouchCheckBox> - <touch:TouchCheckBox IsChecked="{Binding IsBackupFull,Mode=TwoWay}"> - <touch:TouchCheckBox.Content> + </touch:TouchRadioButton.Content> + </touch:TouchRadioButton> + <touch:TouchRadioButton IsChecked="{Binding IsBackupFull,Mode=TwoWay}" Margin="0 5 0 0"> + <touch:TouchRadioButton.Content> <TextBlock> <Run>Full Backup</Run> <Run Style="{StaticResource run}">(backup the entire state of the system)</Run> </TextBlock> - </touch:TouchCheckBox.Content> - </touch:TouchCheckBox> + </touch:TouchRadioButton.Content> + </touch:TouchRadioButton> </StackPanel> </StackPanel> </touch:TouchDropShadowBorder> |
