Révision 3fef487c GES_PAC/View/ExportDataView.xaml
GES_PAC/View/ExportDataView.xaml | ||
---|---|---|
13 | 13 |
<ScrollView> |
14 | 14 |
<StackLayout Spacing="100"> |
15 | 15 |
|
16 |
<Label Text="Exporter les données" |
|
17 |
FontSize="22" |
|
18 |
FontAttributes="Bold" |
|
19 |
HorizontalOptions="Center"/> |
|
16 |
<Grid ColumnDefinitions="*,Auto,*" Padding="10"> |
|
20 | 17 |
|
21 |
<Label Text="{Binding DataFoundText}" |
|
18 |
<Label Text="Exporter" |
|
19 |
FontSize="22" |
|
20 |
Grid.Column="1" |
|
21 |
FontAttributes="Bold" |
|
22 |
HorizontalOptions="Center" |
|
23 |
VerticalOptions="Center"/> |
|
24 |
|
|
25 |
<Button Text="Vider DB" |
|
26 |
Command="{Binding ClearDataCommand}" |
|
27 |
Grid.Column="2" |
|
28 |
HorizontalOptions="End" |
|
29 |
VerticalOptions="Center" /> |
|
30 |
|
|
31 |
</Grid> |
|
32 |
|
|
33 |
<Label Text="{Binding DataFoundText}" |
|
22 | 34 |
FontSize="18" |
23 | 35 |
HorizontalOptions="Center"/> |
24 | 36 |
|
Formats disponibles : Unified diff