Révision 957b1f34 GES_PAC/View/CreateCalibrationView.xaml

Voir les différences:

GES_PAC/View/CreateCalibrationView.xaml
40 40
                        <!-- CH4 -->
41 41
                        <VerticalStackLayout>
42 42
                            <Label Text="CH4 (ppm)" FontSize="14" TextColor="Gray" FontAttributes="Bold"/>
43
							<controls:DoubleEntry Text="{Binding ConcCH4, Mode=OneWayToSource, TargetNullValue=''}" />
43
                            <Grid ColumnDefinitions="*,Auto" ColumnSpacing="5">
44
                                <controls:DoubleEntry Text="{Binding ConcCH4, Mode=OneWayToSource, TargetNullValue=''}" />
45
                                <Label Grid.Column="1"
46
                                   Text="{Binding LastCH4, StringFormat='[{0} ppm]'}"
47
                                   FontSize="16"
48
                                   TextColor="{Binding LastCH4Color}"
49
                                   VerticalOptions="Center"
50
                                   HorizontalOptions="End"
51
                                   IsVisible="{Binding HasLastMeasure}" />
52
                            </Grid>
44 53
                            <Label Text="Entrez une valeur"
45 54
                                FontSize="12"
46 55
                                TextColor="Red"
......
50 59
                        <!-- O2 -->
51 60
                        <VerticalStackLayout>
52 61
                            <Label Text="O2 (% vol.)" FontSize="14" TextColor="Gray" FontAttributes="Bold"/>
53
							<controls:DoubleEntry Text="{Binding ConcO2, Mode=OneWayToSource, TargetNullValue=''}" />
62
                            <Grid ColumnDefinitions="*,Auto" ColumnSpacing="5">
63
                                <controls:DoubleEntry Text="{Binding ConcO2, Mode=OneWayToSource, TargetNullValue=''}" />
64
                                <Label Grid.Column="1"
65
                                   Text="{Binding LastO2, StringFormat='[{0} %]'}"
66
                                   FontSize="16"
67
                                   TextColor="{Binding LastO2Color}"
68
                                   VerticalOptions="Center"
69
                                   HorizontalOptions="End"
70
                                   IsVisible="{Binding HasLastMeasure}" />
71
                            </Grid>
54 72
                            <Label Text="Entrez une valeur"
55 73
                                FontSize="12"
56 74
                                TextColor="Red"
......
60 78
                        <!-- CO2 -->
61 79
                        <VerticalStackLayout>
62 80
                            <Label Text="CO2 (% vol.)" FontSize="14" TextColor="Gray" FontAttributes="Bold"/>
63
							<controls:DoubleEntry Text="{Binding ConcCO2, Mode=OneWayToSource, TargetNullValue=''}" />
81
                            <Grid ColumnDefinitions="*,Auto" ColumnSpacing="5">
82
                                <controls:DoubleEntry Text="{Binding ConcCO2, Mode=OneWayToSource, TargetNullValue=''}" />
83
                                <Label Grid.Column="1"
84
                                   Text="{Binding LastCO2, StringFormat='[{0} %]'}"
85
                                   FontSize="16"
86
                                   TextColor="{Binding LastCO2Color}"
87
                                   VerticalOptions="Center"
88
                                   HorizontalOptions="End"
89
                                   IsVisible="{Binding HasLastMeasure}" />
90
                            </Grid>
64 91
                            <Label Text="Entrez une valeur"
65 92
                                FontSize="12"
66 93
                                TextColor="Red"

Formats disponibles : Unified diff