Changeset 210 for branches/highdpi/Packages/CevoComponents/Area.pas
- Timestamp:
- May 9, 2020, 4:02:07 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/highdpi/Packages/CevoComponents/Area.pas
r178 r210 4 4 5 5 uses 6 Classes, Graphics, Controls, UDpiControls;6 UDpiControls, Classes, Graphics, Controls; 7 7 8 8 type … … 20 20 procedure Register; 21 21 begin 22 RegisterComponents(' Samples', [TArea]);22 RegisterComponents('C-evo', [TArea]); 23 23 end; 24 24 … … 36 36 begin 37 37 Brush.Color := $FF0000; 38 FrameRect(Rect(0, 0, width, height));38 FrameRect(Rect(0, 0, Width, Height)); 39 39 end; 40 40 end;
Note:
See TracChangeset
for help on using the changeset viewer.