Changeset 30 for trunk/UFormMain.lfm


Ignore:
Timestamp:
Apr 18, 2015, 6:17:34 PM (9 years ago)
Author:
chronos
Message:
  • Added: Automatic zooming to all existed map stations. This solve problem if too many stations were existed and some of them appeared behind window border.
  • Added: Much of used TCanvas functions are now available through TMetaCanvas.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UFormMain.lfm

    r28 r30  
    2222    OnMouseMove = PaintBox1MouseMove
    2323    OnMouseUp = PaintBox1MouseUp
     24    OnMouseWheelDown = PaintBox1MouseWheelDown
     25    OnMouseWheelUp = PaintBox1MouseWheelUp
    2426    OnPaint = PaintBox1Paint
    2527    OnResize = PaintBox1Resize
Note: See TracChangeset for help on using the changeset viewer.