This commit is contained in:
f1iwq2
2022-02-15 17:41:12 +01:00
parent 864a101dc5
commit e54910f5c0
16 changed files with 215 additions and 276 deletions

View File

@@ -1,6 +1,6 @@
unit UnitPilote;
// cet unité utilise stocke l'état du signal de pilotage dans l'index 0 du tableau EtatSignalcplx
// cette unité stocke l'état du signal de pilotage dans l'index 0 du tableau EtatSignalcplx
interface
@@ -9,7 +9,7 @@ uses
Dialogs, ExtCtrls, StdCtrls, UnitPrinc;
type
TFormPilote = class(TForm)
TFormPilote = class(TForm)
LabelTitrePilote: TLabel;
ImagePilote: TImage;
GroupBox1: TGroupBox;
@@ -82,12 +82,12 @@ Disque_D =14; // pour d
ral_60_jaune_cli =15;ral_60_jaune_cli_F=16384; // pour décodeur LDT
aspect8 =16 ;
var
FormPilote: TFormPilote;
EtatFeuPilote : word;
AdrPilote : integer;
procedure dessine_feu_pilote;
implementation
@@ -266,4 +266,5 @@ begin
LabelDec.Caption:=decodeur[d];
end;
end.