This commit is contained in:
f1iwq2
2024-08-24 09:12:51 +02:00
parent ede3d91c4d
commit 7d2c4bd591
43 changed files with 32873 additions and 14550 deletions

View File

@@ -303,7 +303,7 @@ procedure couleurs_pilote;
var i : integer;
c : tcomponent;
begin
{$IFNDEF DELPHI11}
{$IF CompilerVersion<28.0 }
if sombre then with formPilote do
begin
Color:=Couleurfond;
@@ -313,7 +313,7 @@ begin
composant(c,couleurFond,couleurTexte);
end;
end;
{$ENDIF}
{$IFEND}
end;
procedure TFormPilote.FormCreate(Sender: TObject);