|
|
@ -3,7 +3,7 @@
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
|
|
|
xmlns:toolkit="http://schemas.microsoft.com/dotnet/2022/maui/toolkit"
|
|
|
|
xmlns:toolkit="http://schemas.microsoft.com/dotnet/2022/maui/toolkit"
|
|
|
|
x:Class="Stim.EntryPopup"
|
|
|
|
x:Class="Stim.EntryPopup"
|
|
|
|
CanBeDismissedByTappingOutsideOfPopup="False">
|
|
|
|
CanBeDismissedByTappingOutsideOfPopup="False">
|
|
|
|
<VerticalStackLayout>
|
|
|
|
<VerticalStackLayout>
|
|
|
|
<Grid ColumnDefinitions="*" RowDefinitions="auto, auto, auto,auto">
|
|
|
|
<Grid ColumnDefinitions="*" RowDefinitions="auto, auto, auto,auto">
|
|
|
|
<Label x:Name="LabelTxt"/>
|
|
|
|
<Label x:Name="LabelTxt"/>
|
|
|
@ -11,4 +11,5 @@
|
|
|
|
<Button Grid.Row="2" Text="Valider" HorizontalOptions="Center" VerticalOptions="End" Background="{StaticResource Transparent}" Clicked="Valider"/>
|
|
|
|
<Button Grid.Row="2" Text="Valider" HorizontalOptions="Center" VerticalOptions="End" Background="{StaticResource Transparent}" Clicked="Valider"/>
|
|
|
|
<Button Grid.Row="3" Text="Annuler" HorizontalOptions="Center" VerticalOptions="End" Background="{StaticResource Transparent}" Clicked="CloseButton"/>
|
|
|
|
<Button Grid.Row="3" Text="Annuler" HorizontalOptions="Center" VerticalOptions="End" Background="{StaticResource Transparent}" Clicked="CloseButton"/>
|
|
|
|
</Grid>
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
</VerticalStackLayout>
|
|
|
|
</toolkit:Popup>
|
|
|
|
</toolkit:Popup>
|
|
|
|