Révision e837cdf1 GES_PAC/View/ChambersView.xaml
GES_PAC/View/ChambersView.xaml | ||
---|---|---|
48 | 48 |
</Grid.RowDefinitions> |
49 | 49 |
|
50 | 50 |
<!-- Boutons Gauche --> |
51 |
<controls:ChamberButtonView Grid.Row="5" Grid.Column="0" ChamberId="1" /> |
|
52 |
<controls:ChamberButtonView Grid.Row="4" Grid.Column="0" ChamberId="3" /> |
|
53 |
<controls:ChamberButtonView Grid.Row="3" Grid.Column="0" ChamberId="5" /> |
|
54 |
<controls:ChamberButtonView Grid.Row="2" Grid.Column="0" ChamberId="7" /> |
|
55 |
<controls:ChamberButtonView Grid.Row="1" Grid.Column="0" ChamberId="9" /> |
|
56 |
<controls:ChamberButtonView Grid.Row="0" Grid.Column="0" ChamberId="11" /> |
|
51 |
<controls:ChamberButtonView Grid.Row="5" Grid.Column="0" ChamberId="1" Timer="{Binding Timer}"/>
|
|
52 |
<controls:ChamberButtonView Grid.Row="4" Grid.Column="0" ChamberId="3" Timer="{Binding Timer}"/>
|
|
53 |
<controls:ChamberButtonView Grid.Row="3" Grid.Column="0" ChamberId="5" Timer="{Binding Timer}"/>
|
|
54 |
<controls:ChamberButtonView Grid.Row="2" Grid.Column="0" ChamberId="7" Timer="{Binding Timer}"/>
|
|
55 |
<controls:ChamberButtonView Grid.Row="1" Grid.Column="0" ChamberId="9" Timer="{Binding Timer}"/>
|
|
56 |
<controls:ChamberButtonView Grid.Row="0" Grid.Column="0" ChamberId="11" Timer="{Binding Timer}"/>
|
|
57 | 57 |
|
58 | 58 |
<!-- Boutons Droite --> |
59 |
<controls:ChamberButtonView Grid.Row="5" Grid.Column="2" ChamberId="2" /> |
|
60 |
<controls:ChamberButtonView Grid.Row="4" Grid.Column="2" ChamberId="4" /> |
|
61 |
<controls:ChamberButtonView Grid.Row="3" Grid.Column="2" ChamberId="6" /> |
|
62 |
<controls:ChamberButtonView Grid.Row="2" Grid.Column="2" ChamberId="8" /> |
|
63 |
<controls:ChamberButtonView Grid.Row="1" Grid.Column="2" ChamberId="10" /> |
|
64 |
<controls:ChamberButtonView Grid.Row="0" Grid.Column="2" ChamberId="12" /> |
|
59 |
<controls:ChamberButtonView Grid.Row="5" Grid.Column="2" ChamberId="2" Timer="{Binding Timer}"/>
|
|
60 |
<controls:ChamberButtonView Grid.Row="4" Grid.Column="2" ChamberId="4" Timer="{Binding Timer}"/>
|
|
61 |
<controls:ChamberButtonView Grid.Row="3" Grid.Column="2" ChamberId="6" Timer="{Binding Timer}"/>
|
|
62 |
<controls:ChamberButtonView Grid.Row="2" Grid.Column="2" ChamberId="8" Timer="{Binding Timer}"/>
|
|
63 |
<controls:ChamberButtonView Grid.Row="1" Grid.Column="2" ChamberId="10" Timer="{Binding Timer}"/>
|
|
64 |
<controls:ChamberButtonView Grid.Row="0" Grid.Column="2" ChamberId="12" Timer="{Binding Timer}"/>
|
|
65 | 65 |
|
66 | 66 |
<!-- Couloir central --> |
67 | 67 |
<BoxView Grid.Column="1" Grid.RowSpan="6" HeightRequest="500" WidthRequest="75" Color="Gray"/> |
... | ... | |
83 | 83 |
</VerticalStackLayout> |
84 | 84 |
</ScrollView> |
85 | 85 |
<StackLayout |
86 |
Margin="-40"
|
|
86 |
Margin="-90"
|
|
87 | 87 |
HorizontalOptions="Center" |
88 | 88 |
Orientation="Horizontal" |
89 |
VerticalOptions="Fill">
|
|
89 |
VerticalOptions="End">
|
|
90 | 90 |
|
91 | 91 |
<Button |
92 | 92 |
Text="Terminer les mesures" |
Formats disponibles : Unified diff