Ignore:
Timestamp:
Sep 15, 2014, 11:13:21 PM (10 years ago)
Author:
chronos
Message:
  • Modified: Specific TGColor implementation moved to ColorFormats directory.
  • Added: Function to clear image with background color.
  • Modified: Drawing project image to off screen bitmap to speed up drawing.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMain.lfm

    r2 r3  
    2323    object MenuItem1: TMenuItem
    2424      Caption = 'Soubor'
     25      object MenuItem3: TMenuItem
     26        Action = Core.AProjectNew
     27      end
    2528      object MenuItem2: TMenuItem
    26         Action = Core.AProjectNew
     29        Action = Core.AExit
     30      end
     31    end
     32    object MenuItem4: TMenuItem
     33      Caption = 'Image'
     34      object MenuItem5: TMenuItem
     35        Action = Core.AImageClear
    2736      end
    2837    end
    2938  end
     39  object Timer1: TTimer
     40    Enabled = False
     41    Interval = 50
     42    OnTimer = Timer1Timer
     43    left = 195
     44    top = 206
     45  end
    3046end
Note: See TracChangeset for help on using the changeset viewer.