Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
tp3_iteratives [2017/10/19 11:51] alban.majorczyk |
tp3_iteratives [2017/10/19 12:13] (Version actuelle) alban.majorczyk |
||
---|---|---|---|
Ligne 48: | Ligne 48: | ||
<Label x:Name="label_titre1" Content="Euros" HorizontalAlignment="Left" Margin="385,221,0,0" VerticalAlignment="Top"/> | <Label x:Name="label_titre1" Content="Euros" HorizontalAlignment="Left" Margin="385,221,0,0" VerticalAlignment="Top"/> | ||
<GroupBox x:Name="groupBox2" Header="Poids" HorizontalAlignment="Left" Margin="307,25,0,0" VerticalAlignment="Top" Height="126" Width="154"/> | <GroupBox x:Name="groupBox2" Header="Poids" HorizontalAlignment="Left" Margin="307,25,0,0" VerticalAlignment="Top" Height="126" Width="154"/> | ||
+ | |||
+ | </Grid> | ||
+ | </code> | ||
+ | | ||
+ | **Exercice 3 :** | ||
+ | |||
+ | * Interface graphique : | ||
+ | | ||
+ | <code> | ||
+ | Title="Tables de multiplication" Height="301.163" Width="352.713" ResizeMode="CanMinimize"> | ||
+ | <Grid> | ||
+ | <Label x:Name="label_titre1" Content="Table du nombre :" HorizontalAlignment="Left" Margin="29,35,0,0" VerticalAlignment="Top"/> | ||
+ | <TextBox x:Name="txtNbr" HorizontalAlignment="Left" Height="23" Margin="141,38,0,0" TextWrapping="Wrap" VerticalAlignment="Top" Width="51"/> | ||
+ | <Button x:Name="btnAfficher" Content="Afficher" HorizontalAlignment="Left" Margin="231,38,0,0" VerticalAlignment="Top" Width="75" Click="btnAfficher_Click"/> | ||
+ | <Label x:Name="lblTable" Content="" HorizontalAlignment="Left" Height="178" Margin="54,74,0,0" VerticalAlignment="Top" Width="222"/> | ||
</Grid> | </Grid> | ||
</code> | </code> |