This commit is contained in:
f1iwq2
2024-03-06 15:41:14 +01:00
parent 315b803e40
commit 81d5c007d4
25 changed files with 2640 additions and 1884 deletions

View File

@@ -107,6 +107,7 @@ end;
procedure TFormPlace.FormActivate(Sender: TObject);
begin
if affevt then affiche('FormPlace activate',clLime);
LabelTrain1.Caption:=trains[1].nom_train;
Edit1.text:=intToSTR(placement[1].detecteur);
EditDir1.Text:=IntToSTR(placement[1].detdir);
@@ -570,6 +571,7 @@ end;
end;
procedure TFormPlace.FormCreate(Sender: TObject);
begin
if affevt then affiche('FormPlace Create',clLime);
if debug=1 then Affiche('Début création fenetre Place',clLime);
position:=poMainFormCenter;