Ignore:
Timestamp:
Nov 2, 2024, 10:04:51 PM (3 weeks ago)
Author:
chronos
Message:
  • Modified: Apps split into separate units.
  • Modified: SystemApi moved into separate unit.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Independent/Forms/FormScreen.pas

    r66 r67  
    3131var
    3232  I: Integer;
     33const
     34  TitleHeight = 40;
    3335begin
    3436  PaintBox1.Canvas.Brush.Color := clBlack;
     
    4547      PaintBox1.Canvas.Rectangle(Rect);
    4648      PaintBox1.Canvas.TextOut(Rect.Left + 20, Rect.Top + 5, Name);
     49      PaintBox1.Canvas.Line(Rect.Left, Rect.Top + TitleHeight, Rect.Right, Rect.Top + TitleHeight);
    4750    end;
    4851  end;
Note: See TracChangeset for help on using the changeset viewer.