Révision 09d4a0de GES_PAC/View/CreateCalibrationView.xaml
GES_PAC/View/CreateCalibrationView.xaml | ||
---|---|---|
36 | 36 |
IsVisible="{Binding TypeError}"/> |
37 | 37 |
</VerticalStackLayout> |
38 | 38 |
|
39 |
<!-- CH4 --> |
|
40 |
<VerticalStackLayout> |
|
41 |
<Label Text="CH4 (ppm)" FontSize="14" TextColor="Gray" FontAttributes="Bold"/> |
|
42 |
<Entry Text="{Binding ConcCH4, Mode=TwoWay, TargetNullValue=''}" |
|
43 |
FontSize="16" |
|
44 |
TextColor="Black" |
|
45 |
Placeholder="0,0" |
|
46 |
Keyboard="Numeric"/> |
|
47 |
<Label Text="Entrez une valeur" |
|
48 |
FontSize="12" |
|
49 |
TextColor="Red" |
|
50 |
IsVisible="{Binding ConcCH4Error}"/> |
|
51 |
</VerticalStackLayout> |
|
52 |
|
|
39 | 53 |
<!-- O2 --> |
40 | 54 |
<VerticalStackLayout> |
41 | 55 |
<Label Text="O2 (% vol.)" FontSize="14" TextColor="Gray" FontAttributes="Bold"/> |
... | ... | |
64 | 78 |
IsVisible="{Binding ConcCO2Error}"/> |
65 | 79 |
</VerticalStackLayout> |
66 | 80 |
|
67 |
<!-- CH4 --> |
|
68 |
<VerticalStackLayout> |
|
69 |
<Label Text="CH4 (ppm)" FontSize="14" TextColor="Gray" FontAttributes="Bold"/> |
|
70 |
<Entry Text="{Binding ConcCH4, Mode=TwoWay, TargetNullValue=''}" |
|
71 |
FontSize="16" |
|
72 |
TextColor="Black" |
|
73 |
Placeholder="0,0" |
|
74 |
Keyboard="Numeric"/> |
|
75 |
<Label Text="Entrez une valeur" |
|
81 |
<!-- Ref Bouteille --> |
|
82 |
<VerticalStackLayout IsVisible="{Binding IsRefBouteilleVisible}"> |
|
83 |
<Label Text="Référence bouteille" FontSize="14" TextColor="Gray" FontAttributes="Bold"/> |
|
84 |
<Entry Text="{Binding RefBouteille}" |
|
85 |
FontSize="16" |
|
86 |
TextColor="Black" |
|
87 |
Placeholder="0001-0002"/> |
|
88 |
<Label Text="Min. 5 caractères" |
|
76 | 89 |
FontSize="12" |
77 | 90 |
TextColor="Red" |
78 |
IsVisible="{Binding ConcCH4Error}"/>
|
|
91 |
IsVisible="{Binding RefBouteilleError}"/>
|
|
79 | 92 |
</VerticalStackLayout> |
80 | 93 |
|
81 |
|
|
82 | 94 |
</VerticalStackLayout> |
83 | 95 |
</VerticalStackLayout> |
84 | 96 |
</ScrollView> |
... | ... | |
89 | 101 |
VerticalOptions="FillAndExpand"> |
90 | 102 |
|
91 | 103 |
<Button |
92 |
Text="Créer une journée"
|
|
104 |
Text="Enregistrer les mesures"
|
|
93 | 105 |
Command="{Binding CreateCalibrationCommand}" |
94 | 106 |
Style="{StaticResource btnNormal}" |
95 | 107 |
IsEnabled="{Binding IsFormValid}" |
Formats disponibles : Unified diff