This commit is contained in:
f1iwq2
2023-11-06 18:15:10 +01:00
parent 5de453ddc1
commit e0b9857f1d
12 changed files with 1139 additions and 222 deletions

View File

@@ -897,7 +897,7 @@ begin
with FormAnalyseCdm.ImageCDM.canvas do
begin
pen.Width:=1;
pen.color:=Cyan;
pen.color:=clCyan;
TextOut(x,y,s);
Moveto(0,0);
LineTo(x,y);