object FormMain: TFormMain Left = 664 Height = 640 Top = 382 Width = 920 Caption = 'LibrePaint' ClientHeight = 614 ClientWidth = 920 Menu = MainMenu1 OnActivate = FormActivate OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow LCLVersion = '1.3' object PaintBox1: TPaintBox Left = 0 Height = 588 Top = 0 Width = 920 Align = alClient OnMouseDown = PaintBox1MouseDown OnMouseMove = PaintBox1MouseMove OnMouseUp = PaintBox1MouseUp OnMouseLeave = PaintBox1MouseLeave OnMouseWheelDown = PaintBox1MouseWheelDown OnMouseWheelUp = PaintBox1MouseWheelUp OnPaint = PaintBox1Paint OnResize = PaintBox1Resize end object StatusBar1: TStatusBar Left = 0 Height = 26 Top = 588 Width = 920 Panels = < item Width = 50 end> SimplePanel = False end object MainMenu1: TMainMenu Images = Core.ImageList1 left = 104 top = 48 object MenuItem1: TMenuItem Caption = 'File' object MenuItem3: TMenuItem Action = Core.AFileNew end object MenuItem12: TMenuItem Action = Core.AFileOpen end object MenuItemRecentFiles: TMenuItem Caption = 'Recent files' end object MenuItem13: TMenuItem Action = Core.AFileSave end object MenuItem15: TMenuItem Action = Core.AFileSaveAs end object MenuItem16: TMenuItem Action = Core.AFileClose end object MenuItem11: TMenuItem Caption = '-' end object MenuItem2: TMenuItem Action = Core.AExit end end object MenuItem6: TMenuItem Caption = 'View' object MenuItem7: TMenuItem Action = Core.AZoomNormal end object MenuItem8: TMenuItem Action = Core.AZoomIn end object MenuItem9: TMenuItem Action = Core.AZoomOut end object MenuItem10: TMenuItem Action = Core.AZoomAll end end object MenuItem4: TMenuItem Caption = 'Image' object MenuItem5: TMenuItem Action = Core.AImageClear end object MenuItem14: TMenuItem Action = Core.AImageRandom end object MenuItem17: TMenuItem Action = Core.AImageMirror end object MenuItem18: TMenuItem Action = Core.AImageFlip end object MenuItem19: TMenuItem Action = Core.AImageGradient end object MenuItem20: TMenuItem Action = Core.AImageNegative end end end object Timer1: TTimer Enabled = False Interval = 50 OnTimer = Timer1Timer left = 195 top = 206 end end