Changeset 67 for branches/Independent/Forms/FormScreen.pas
- Timestamp:
- Nov 2, 2024, 10:04:51 PM (3 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Independent/Forms/FormScreen.pas
r66 r67 31 31 var 32 32 I: Integer; 33 const 34 TitleHeight = 40; 33 35 begin 34 36 PaintBox1.Canvas.Brush.Color := clBlack; … … 45 47 PaintBox1.Canvas.Rectangle(Rect); 46 48 PaintBox1.Canvas.TextOut(Rect.Left + 20, Rect.Top + 5, Name); 49 PaintBox1.Canvas.Line(Rect.Left, Rect.Top + TitleHeight, Rect.Right, Rect.Top + TitleHeight); 47 50 end; 48 51 end;
Note:
See TracChangeset
for help on using the changeset viewer.