Ignore:
Timestamp:
Sep 22, 2014, 3:07:02 AM (10 years ago)
Author:
chronos
Message:
  • Added: Zooming and moving image.
  • Added: Color format 4-bit gray.
  • Added: Image operation for generating test gradient image.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMain.lfm

    r7 r10  
    22  Left = 664
    33  Height = 640
    4   Top = 443
     4  Top = 382
    55  Width = 920
    66  Caption = 'LibrePaint'
     
    88  ClientWidth = 920
    99  Menu = MainMenu1
     10  OnActivate = FormActivate
     11  OnCreate = FormCreate
     12  OnDestroy = FormDestroy
     13  OnShow = FormShow
    1014  LCLVersion = '1.3'
    1115  object PaintBox1: TPaintBox
     
    1519    Width = 920
    1620    Align = alClient
     21    OnMouseDown = PaintBox1MouseDown
     22    OnMouseMove = PaintBox1MouseMove
     23    OnMouseUp = PaintBox1MouseUp
     24    OnMouseLeave = PaintBox1MouseLeave
     25    OnMouseWheelDown = PaintBox1MouseWheelDown
     26    OnMouseWheelUp = PaintBox1MouseWheelUp
    1727    OnPaint = PaintBox1Paint
    1828    OnResize = PaintBox1Resize
     
    2333    Top = 588
    2434    Width = 920
    25     Panels = <>
     35    Panels = <   
     36      item
     37        Width = 50
     38      end>
     39    SimplePanel = False
    2640  end
    2741  object MainMenu1: TMainMenu
     
    8599        Action = Core.AImageFlip
    86100      end
     101      object MenuItem19: TMenuItem
     102        Action = Core.AImageGradient
     103      end
    87104    end
    88105  end
Note: See TracChangeset for help on using the changeset viewer.