Révision 12ddf7ef GES_PAC/View/CreateSetView.xaml
GES_PAC/View/CreateSetView.xaml | ||
---|---|---|
3 | 3 |
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" |
4 | 4 |
xmlns:vm="clr-namespace:GES_PAC.ViewModel" |
5 | 5 |
xmlns:tools="clr-namespace:GES_PAC.View.Tools" |
6 |
xmlns:controls="clr-namespace:GES_PAC.Controls" |
|
6 | 7 |
x:Class="GES_PAC.View.CreateSetView" |
7 | 8 |
x:DataType="vm:CreateSetViewModel"> |
8 | 9 |
|
... | ... | |
39 | 40 |
<!-- Température --> |
40 | 41 |
<VerticalStackLayout> |
41 | 42 |
<Label Text="Température (°C)" FontSize="14" TextColor="Gray" FontAttributes="Bold"/> |
42 |
<Entry Text="{Binding Temperature}" FontSize="16" TextColor="Black" Placeholder="25" Keyboard="Numeric"/>
|
|
43 |
<controls:DoubleEntry Text="{Binding Temperature, Mode=OneWayToSource}" Placeholder="25,0"/>
|
|
43 | 44 |
<Label Text="Entrez une valeur" |
44 | 45 |
FontSize="12" |
45 | 46 |
TextColor="Red" |
... | ... | |
49 | 50 |
<!-- Humidité --> |
50 | 51 |
<VerticalStackLayout> |
51 | 52 |
<Label Text="Humidité (%)" FontSize="14" TextColor="Gray" FontAttributes="Bold"/> |
52 |
<Entry Text="{Binding Humidite}" FontSize="16" TextColor="Black" Placeholder="50" Keyboard="Numeric"/>
|
|
53 |
<controls:DoubleEntry Text="{Binding Humidite, Mode=OneWayToSource}" Placeholder="50,0"/>
|
|
53 | 54 |
<Label Text="Entrez une valeur" |
54 | 55 |
FontSize="12" |
55 | 56 |
TextColor="Red" |
... | ... | |
59 | 60 |
<!-- Pression --> |
60 | 61 |
<VerticalStackLayout> |
61 | 62 |
<Label Text="Pression (hPa)" FontSize="14" TextColor="Gray" FontAttributes="Bold"/> |
62 |
<Entry Text="{Binding Pression}" FontSize="16" TextColor="Black" Placeholder="1,5" Keyboard="Numeric"/>
|
|
63 |
<controls:DoubleEntry Text="{Binding Pression, Mode=OneWayToSource}" Placeholder="1,5"/>
|
|
63 | 64 |
<Label Text="Entrez une valeur" |
64 | 65 |
FontSize="12" |
65 | 66 |
TextColor="Red" |
Formats disponibles : Unified diff