V3.62
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user