object FormMain: TFormMain Left = 577 Height = 640 Top = 304 Width = 920 Caption = 'LibrePaint' ClientHeight = 615 ClientWidth = 920 DesignTimePPI = 120 Menu = MainMenu1 OnActivate = FormActivate OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow LCLVersion = '1.8.2.0' object PaintBox1: TPaintBox Left = 0 Height = 561 Top = 26 Width = 920 Align = alClient OnMouseDown = PaintBox1MouseDown OnMouseLeave = PaintBox1MouseLeave OnMouseMove = PaintBox1MouseMove OnMouseUp = PaintBox1MouseUp OnMouseWheelDown = PaintBox1MouseWheelDown OnMouseWheelUp = PaintBox1MouseWheelUp OnPaint = PaintBox1Paint OnResize = PaintBox1Resize end object StatusBar1: TStatusBar Left = 0 Height = 28 Top = 587 Width = 920 Panels = < item Width = 300 end item Width = 200 end item Width = 200 end> SimplePanel = False end object ToolBar1: TToolBar Left = 0 Height = 26 Top = 0 Width = 920 TabOrder = 1 object ToolButton1: TToolButton Left = 1 Top = 2 Action = Core.AFileNew end object ColorButton1: TColorButton Left = 30 Height = 28 Top = 2 Width = 43 BorderWidth = 2 ButtonColorSize = 16 ButtonColor = clMaroon end object ToolButton2: TToolButton Left = 73 Top = 2 Action = Core.AToolMove end object ToolButton3: TToolButton Left = 102 Top = 2 Action = Core.AToolPen end 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 MenuItem21: TMenuItem Caption = 'Tool' object MenuItem23: TMenuItem Action = Core.AToolMove end object MenuItem22: TMenuItem Action = Core.AToolPen 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 object MenuItem24: TMenuItem Caption = 'General' object MenuItem25: TMenuItem Action = Core.ASettings end end end object Timer1: TTimer Enabled = False Interval = 50 OnTimer = Timer1Timer left = 195 top = 206 end object LastOpenedList1: TLastOpenedList MaxCount = 10 OnChange = LastOpenedList1Change left = 304 top = 112 end end