Changeset 2 for trunk/src/ufrmmain1.lfm


Ignore:
Timestamp:
Nov 21, 2012, 9:04:27 AM (11 years ago)
Author:
chronos
Message:
  • Modified: Delayed screen redrawing using system timer. Request for repaint is signaled by Redraw method. Repaint is limited by minimal period of timer thus unnecessary repainting is avoided.
  • Modified: Maze update using system message replaced by direct method call.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ufrmmain1.lfm

    r1 r2  
    11object frmMain1: TfrmMain1
    2   Left = 727
     2  Left = 497
    33  Height = 389
    4   Top = 186
     4  Top = 189
    55  Width = 459
    66  Caption = 'Lazes - Lazarus Mazes'
    7   ClientHeight = 369
     7  ClientHeight = 370
    88  ClientWidth = 459
    99  Constraints.MinHeight = 300
     
    1414  OnMouseWheelDown = FormMouseWheelDown
    1515  OnMouseWheelUp = FormMouseWheelUp
    16   LCLVersion = '1.0.2.0'
     16  LCLVersion = '1.1'
    1717  object imgBackground: TImage
    1818    Left = 16
     
    33433343    Top = 72
    33443344    Width = 82
     3345    Align = alCustom
    33453346    BorderSpacing.Around = 10
    33463347    OnMouseWheelDown = FormMouseWheelDown
     
    34003401    end
    34013402  end
     3403  object TimerDraw: TTimer
     3404    Interval = 20
     3405    OnTimer = TimerDrawTimer
     3406    left = 152
     3407    top = 8
     3408  end
    34023409end
Note: See TracChangeset for help on using the changeset viewer.