Révision 1019554c GES_PAC/View/ChambersView.xaml
GES_PAC/View/ChambersView.xaml | ||
---|---|---|
25 | 25 |
<Border Stroke="Black" StrokeThickness="2" BackgroundColor="Transparent" HorizontalOptions="Center" StrokeShape="RoundRectangle 10"> |
26 | 26 |
|
27 | 27 |
<Grid |
28 |
BackgroundColor="LightGray" |
|
29 |
Padding="5" |
|
30 |
RowSpacing="0" |
|
31 |
ColumnSpacing="5" |
|
32 |
WidthRequest="250" |
|
33 |
HeightRequest="500"> |
|
28 |
BackgroundColor="LightGray"
|
|
29 |
Padding="5"
|
|
30 |
RowSpacing="0"
|
|
31 |
ColumnSpacing="5"
|
|
32 |
WidthRequest="250"
|
|
33 |
HeightRequest="500">
|
|
34 | 34 |
|
35 | 35 |
<Grid.ColumnDefinitions> |
36 | 36 |
<ColumnDefinition Width="Auto"/> |
... | ... | |
127 | 127 |
|
128 | 128 |
<Button |
129 | 129 |
Text="Terminer les mesures" |
130 |
Command="{Binding CreateSetCommand}"
|
|
130 |
Command="{Binding TerminateSetCommand}"
|
|
131 | 131 |
Style="{StaticResource btnNormal}" |
132 | 132 |
IsEnabled="{Binding IsFormValid}" |
133 | 133 |
VerticalOptions="End"/> |
Formats disponibles : Unified diff