Ignore:
Timestamp:
Jan 4, 2017, 11:49:56 PM (8 years ago)
Author:
chronos
Message:
  • Added: Pen tool to draw pixels by mouse with selected color.
  • Added: Mirror and Flip image operation.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMain.lfm

    r30 r31  
    55  Width = 920
    66  Caption = 'LibrePaint'
    7   ClientHeight = 615
     7  ClientHeight = 608
    88  ClientWidth = 920
    99  Menu = MainMenu1
     
    1313  OnDestroy = FormDestroy
    1414  OnShow = FormShow
    15   LCLVersion = '1.6.2.0'
     15  LCLVersion = '1.6.0.4'
    1616  object PaintBox1: TPaintBox
    1717    Left = 0
    18     Height = 561
     18    Height = 554
    1919    Top = 26
    2020    Width = 920
     
    3232    Left = 0
    3333    Height = 28
    34     Top = 587
     34    Top = 580
    3535    Width = 920
    3636    Panels = <   
     
    5151      Top = 2
    5252      Action = Core.AFileNew
     53    end
     54    object ColorButton1: TColorButton
     55      Left = 24
     56      Height = 22
     57      Top = 2
     58      Width = 43
     59      BorderWidth = 2
     60      ButtonColorSize = 16
     61      ButtonColor = clMaroon
     62    end
     63    object ToolButton2: TToolButton
     64      Left = 67
     65      Top = 2
     66      Action = Core.AToolMove
     67    end
     68    object ToolButton3: TToolButton
     69      Left = 90
     70      Top = 2
     71      Action = Core.AToolPen
    5372    end
    5473  end
     
    82101      object MenuItem2: TMenuItem
    83102        Action = Core.AExit
     103      end
     104    end
     105    object MenuItem21: TMenuItem
     106      Caption = 'Tool'
     107      object MenuItem23: TMenuItem
     108        Action = Core.AToolMove
     109      end
     110      object MenuItem22: TMenuItem
     111        Action = Core.AToolPen
    84112      end
    85113    end
Note: See TracChangeset for help on using the changeset viewer.