Révision 3fef487c GES_PAC/View/CreateMeasureView.xaml

Voir les différences:

GES_PAC/View/CreateMeasureView.xaml
55 55
                        <VerticalStackLayout>
56 56
                            <Label Text="CH4 (ppm)" FontSize="14" TextColor="Gray" FontAttributes="Bold"/>
57 57
                            <Grid ColumnDefinitions="*,Auto" ColumnSpacing="5">
58
								<controls:DoubleEntry  Grid.Column="0" Text="{Binding ConcCH4, Mode=OneWayToSource, TargetNullValue=''}"/>
58
                                <controls:DoubleEntry DoubleValue="{Binding ConcCH4}"/>
59 59
                                <Label Grid.Column="1"
60 60
                                   Text="{Binding LastCH4, StringFormat='[{0} ppm]'}"
61 61
                                   FontSize="16"
......
76 76
                        <VerticalStackLayout>
77 77
                            <Label Text="O2 (%)" FontSize="14" TextColor="Gray" FontAttributes="Bold"/>
78 78
                            <Grid ColumnDefinitions="*,Auto" ColumnSpacing="5">
79
								<controls:DoubleEntry Grid.Column="0" Text="{Binding ConcO2, Mode=OneWayToSource, TargetNullValue=''}"/>
79
                                <controls:DoubleEntry DoubleValue="{Binding ConcO2}"/>
80 80
                                <Label Grid.Column="1"
81 81
                                   Text="{Binding LastO2, StringFormat='[{0} %]'}"
82 82
                                   FontSize="16"
......
97 97
                        <VerticalStackLayout>
98 98
                            <Label Text="CO2 (%)" FontSize="14" TextColor="Gray" FontAttributes="Bold"/>
99 99
                            <Grid ColumnDefinitions="*,Auto" ColumnSpacing="5">
100
								<controls:DoubleEntry Grid.Column="0" Text="{Binding ConcCO2, Mode=OneWayToSource, TargetNullValue=''}"/>
100
                                <controls:DoubleEntry DoubleValue="{Binding ConcCO2}" />
101 101
                                <Label Grid.Column="1"
102 102
                                   Text="{Binding LastCO2, StringFormat='[{0} %]'}"
103 103
                                   FontSize="16"

Formats disponibles : Unified diff