|
|
@ -5,97 +5,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
<VerticalStackLayout>
|
|
|
|
<VerticalStackLayout>
|
|
|
|
|
|
|
|
|
|
|
|
<Grid RowDefinitions="auto, auto"
|
|
|
|
|
|
|
|
ColumnDefinitions="*, *">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Label Text="Code Banque" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Label Text="Code agence"
|
|
|
|
|
|
|
|
Grid.Column="1" />
|
|
|
|
|
|
|
|
<Label Text="102 330"
|
|
|
|
|
|
|
|
Grid.Row="1" />
|
|
|
|
|
|
|
|
<Label Text="01 009"
|
|
|
|
|
|
|
|
Grid.Column="1"
|
|
|
|
|
|
|
|
Grid.Row="1" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Grid RowDefinitions="auto, auto, auto"
|
|
|
|
|
|
|
|
ColumnDefinitions="*, *, auto" >
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Label Text="N° de Compte" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Label Text="0000545090"
|
|
|
|
|
|
|
|
Grid.Row="1" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Label Text="Clé RIB"
|
|
|
|
|
|
|
|
Grid.Column="1" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Label Text="55"
|
|
|
|
|
|
|
|
Grid.Column="1"
|
|
|
|
|
|
|
|
Grid.Row="1" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Image Source="dotnet_bot.png"
|
|
|
|
|
|
|
|
Grid.Column="2"
|
|
|
|
|
|
|
|
Grid.RowSpan="2"
|
|
|
|
|
|
|
|
MaximumHeightRequest="45"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<BoxView Color="Gray"
|
|
|
|
|
|
|
|
Grid.ColumnSpan="3"
|
|
|
|
|
|
|
|
Grid.Row="2"
|
|
|
|
|
|
|
|
WidthRequest="400"
|
|
|
|
|
|
|
|
HeightRequest="1.5"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Grid RowDefinitions="auto, auto, auto"
|
|
|
|
|
|
|
|
ColumnDefinitions="*, auto" >
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Label Text="RIB" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Label Text="FR56 9989 9900 7723 7732 7324 048"
|
|
|
|
|
|
|
|
Grid.Row="1" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Image Source="dotnet_bot.png"
|
|
|
|
|
|
|
|
Grid.Column="1"
|
|
|
|
|
|
|
|
Grid.RowSpan="2"
|
|
|
|
|
|
|
|
MaximumHeightRequest="50" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<BoxView Color="Gray"
|
|
|
|
|
|
|
|
Grid.ColumnSpan="2"
|
|
|
|
|
|
|
|
Grid.Row="2"
|
|
|
|
|
|
|
|
WidthRequest="400"
|
|
|
|
|
|
|
|
HeightRequest="1.5" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Grid RowDefinitions="auto, auto, auto"
|
|
|
|
|
|
|
|
ColumnDefinitions="*, auto" >
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Label Text="RIB" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Label Text="FR56 9989 9900 7723 7732 7324 048"
|
|
|
|
|
|
|
|
Grid.Row="1" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Image Source="dotnet_bot.png"
|
|
|
|
|
|
|
|
Grid.Column="1"
|
|
|
|
|
|
|
|
Grid.RowSpan="2"
|
|
|
|
|
|
|
|
MaximumHeightRequest="50" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<BoxView Color="Gray"
|
|
|
|
|
|
|
|
Grid.ColumnSpan="2"
|
|
|
|
|
|
|
|
Grid.Row="2"
|
|
|
|
|
|
|
|
WidthRequest="400"
|
|
|
|
|
|
|
|
HeightRequest="1.5" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Grid RowDefinitions="auto, auto, auto"
|
|
|
|
<Grid RowDefinitions="auto, auto, auto"
|
|
|
|
ColumnDefinitions="*, auto" >
|
|
|
|
ColumnDefinitions="*, auto" >
|
|
|
|
|
|
|
|
|
|
|
|
<Label Text="RIB" />
|
|
|
|
<Label Text="RIB" />
|
|
|
|
|
|
|
|
|
|
|
|
<Label Text="FR56 9989 9900 7723 7732 7324 048"
|
|
|
|
<Label Text="{Binding SelectedAccount.IBAN}"
|
|
|
|
Grid.Row="1" />
|
|
|
|
Grid.Row="1" />
|
|
|
|
|
|
|
|
|
|
|
|
<Image Source="dotnet_bot.png"
|
|
|
|
<Image Source="dotnet_bot.png"
|
|
|
@ -103,8 +18,7 @@
|
|
|
|
Grid.RowSpan="2"
|
|
|
|
Grid.RowSpan="2"
|
|
|
|
MaximumHeightRequest="50" />
|
|
|
|
MaximumHeightRequest="50" />
|
|
|
|
|
|
|
|
|
|
|
|
<BoxView Color="Gray"
|
|
|
|
<BoxView Grid.ColumnSpan="2"
|
|
|
|
Grid.ColumnSpan="2"
|
|
|
|
|
|
|
|
Grid.Row="2"
|
|
|
|
Grid.Row="2"
|
|
|
|
WidthRequest="400"
|
|
|
|
WidthRequest="400"
|
|
|
|
HeightRequest="1.5" />
|
|
|
|
HeightRequest="1.5" />
|
|
|
@ -114,7 +28,8 @@
|
|
|
|
<Label
|
|
|
|
<Label
|
|
|
|
Text="Titulaire du compte" />
|
|
|
|
Text="Titulaire du compte" />
|
|
|
|
|
|
|
|
|
|
|
|
<Label Text="M BOURAUD DESCHAMPS" />
|
|
|
|
<Label Text="{Binding SelectedCustomer.Name}" />
|
|
|
|
|
|
|
|
<Label Text="{Binding SelectedCustomer.FirstName}" />
|
|
|
|
|
|
|
|
|
|
|
|
<!--<Button Text="Télécharger le RIB"
|
|
|
|
<!--<Button Text="Télécharger le RIB"
|
|
|
|
HeightRequest="150"
|
|
|
|
HeightRequest="150"
|
|
|
|