Ignore:
Timestamp:
Dec 22, 2016, 5:07:02 PM (8 years ago)
Author:
chronos
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMain.lfm

    r13 r26  
    55  Width = 920
    66  Caption = 'LibrePaint'
    7   ClientHeight = 614
     7  ClientHeight = 615
    88  ClientWidth = 920
    99  Menu = MainMenu1
     
    1212  OnDestroy = FormDestroy
    1313  OnShow = FormShow
    14   LCLVersion = '1.3'
     14  LCLVersion = '1.6.2.0'
    1515  object PaintBox1: TPaintBox
    1616    Left = 0
    17     Height = 588
     17    Height = 587
    1818    Top = 0
    1919    Width = 920
    2020    Align = alClient
    2121    OnMouseDown = PaintBox1MouseDown
     22    OnMouseLeave = PaintBox1MouseLeave
    2223    OnMouseMove = PaintBox1MouseMove
    2324    OnMouseUp = PaintBox1MouseUp
    24     OnMouseLeave = PaintBox1MouseLeave
    2525    OnMouseWheelDown = PaintBox1MouseWheelDown
    2626    OnMouseWheelUp = PaintBox1MouseWheelUp
     
    3030  object StatusBar1: TStatusBar
    3131    Left = 0
    32     Height = 26
    33     Top = 588
     32    Height = 28
     33    Top = 587
    3434    Width = 920
    3535    Panels = <   
Note: See TracChangeset for help on using the changeset viewer.