CommandButton : Bouton de commande
Attribut |
Type |
Description/Note |
Caption |
String |
le caractère & signifie que la lettre suivante sera
souligné à l'affichage et que l'usager pourra
accéder au bouton avec les touches ALT + [lettre] |
Height |
Integer |
Hauteur du bouton |
Left |
Integer |
Position horizontale (gauche) du bouton |
TabIndex |
Integer |
? |
Top |
Integer |
Position verticale (haut) du bouton |
Width |
Integer |
Largeur du bouton |
Évènements:
- Click() : Sur clique.
TextBox : Boîte de texte
Attribut |
Type |
Description/Note |
Height |
Integer |
Hauteur |
Left |
Integer |
Position horizontale (gauche) |
TabIndex |
Integer |
? |
Text |
String |
Texte |
Top |
Integer |
Position verticale (haut) |
Width |
Integer |
Largeur |
Procédures:
- SetFocus : applique le focus à ce champ.
Label : Étiquette
Attribut |
Type |
Description/Note |
Caption |
String |
Texte de l'étiquette |
Height |
Integer |
Hauteur |
Left |
Integer |
Position horizontale (gauche) |
TabIndex |
Integer |
? |
Top |
Integer |
Position verticale (haut) |
Width |
Integer |
Largeur |
PictureBox : Boîte d'image
Attribut |
Type |
Description/Note |
Height |
Integer |
Hauteur |
Index |
Integer |
? |
Left |
Integer |
Position horizontale (gauche) |
[Picture] |
String:HHHHH |
Images ["image.frx":HHHH] |
ScaleHeight |
Integer |
??? hauteur |
ScaleMode |
Boolean |
0|-1 ' User|? |
ScaleWidth |
Decimal |
??? largeur : 3 décimales |
TabIndex |
Integer |
? |
Top |
Integer |
Position verticale (haut) |
Width |
Integer |
Largeur |
Procédures:
- PaintPicture (Picture, x1, y1, x2, y2)
- Refresh : rafraîchit l'image.
Timer
Attribut |
Type |
Description/Note |
Interval |
Integer |
Intervale en millisecondes |
Left |
Integer |
Position horizontale (gauche) |
Top |
Integer |
Position verticale (haut) |
Lire les commentaires | Laisser un commentaire