Ignore:
Timestamp:
Aug 22, 2019, 9:50:21 AM (5 years ago)
Author:
chronos
Message:
  • Modified: Use TPaintBox for drawing.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/paintbox/Forms/UMainForm.lfm

    r47 r49  
    4747    SimplePanel = False
    4848  end
    49   object Image1: TImage
     49  object PaintBox1: TPaintBox
    5050    Left = 0
    5151    Height = 462
     
    5353    Width = 642
    5454    Align = alClient
    55     OnMouseLeave = Image1MouseLeave
    56     OnResize = Image1Resize
     55    OnPaint = PaintBox1Paint
     56    OnResize = PaintBox1Resize
    5757  end
    5858  object TimerDraw: TTimer
Note: See TracChangeset for help on using the changeset viewer.