V9.1
This commit is contained in:
f1iwq2
2024-08-02 17:13:36 +02:00
parent d2909cc5eb
commit ede3d91c4d
15 changed files with 2960 additions and 1271 deletions

View File

@@ -326,6 +326,7 @@ begin
ColWidths[6]:=30;
ColWidths[7]:=35;
Cells[0,0]:='N°';
Cells[1,0]:='Icône';
Cells[2,0]:='Nom du train';
Cells[3,0]:='Affectation'+#13+'au canton';
@@ -341,6 +342,7 @@ begin
begin
with StringGridTrains do
begin
cells[0,i]:=intToSTR(i);
cells[2,i]:=trains[i].nom_train;
end;
end;