Ignore:
Timestamp:
May 9, 2020, 4:02:07 PM (4 years ago)
Author:
chronos
Message:
  • Modified: Improved HighDPI branch. Imported new changes from trunk branch.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/highdpi/Packages/CevoComponents/Area.pas

    r178 r210  
    44
    55uses
    6   Classes, Graphics, Controls, UDpiControls;
     6  UDpiControls, Classes, Graphics, Controls;
    77
    88type
     
    2020procedure Register;
    2121begin
    22   RegisterComponents('Samples', [TArea]);
     22  RegisterComponents('C-evo', [TArea]);
    2323end;
    2424
     
    3636      begin
    3737        Brush.Color := $FF0000;
    38         FrameRect(Rect(0, 0, width, height));
     38        FrameRect(Rect(0, 0, Width, Height));
    3939      end;
    4040end;
Note: See TracChangeset for help on using the changeset viewer.