Changeset 4 for trunk/Forms


Ignore:
Timestamp:
Sep 16, 2014, 11:55:35 AM (10 years ago)
Author:
chronos
Message:
  • Added: Action to fill image with random image.
  • Fixed: Pixel load/save to bitmap was using Move with pointers instead pointed value.
Location:
trunk/Forms
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMain.lfm

    r3 r4  
    55  Width = 920
    66  Caption = 'LibrePaint'
    7   ClientHeight = 611
     7  ClientHeight = 614
    88  ClientWidth = 920
    99  Menu = MainMenu1
     
    1111  object PaintBox1: TPaintBox
    1212    Left = 0
    13     Height = 611
     13    Height = 614
    1414    Top = 0
    1515    Width = 920
     
    3535        Action = Core.AImageClear
    3636      end
     37      object MenuItem6: TMenuItem
     38        Action = Core.AImageRandom
     39      end
    3740    end
    3841  end
  • trunk/Forms/UFormMain.pas

    r3 r4  
    2020    MenuItem4: TMenuItem;
    2121    MenuItem5: TMenuItem;
     22    MenuItem6: TMenuItem;
    2223    PaintBox1: TPaintBox;
    2324    Timer1: TTimer;
Note: See TracChangeset for help on using the changeset viewer.