object FormMain: TFormMain Left = 514 Height = 640 Top = 299 Width = 920 Caption = 'LibrePaint' ClientHeight = 614 ClientWidth = 920 Menu = MainMenu1 LCLVersion = '1.3' object PaintBox1: TPaintBox Left = 0 Height = 614 Top = 0 Width = 920 Align = alClient OnPaint = PaintBox1Paint OnResize = PaintBox1Resize end object MainMenu1: TMainMenu left = 104 top = 48 object MenuItem1: TMenuItem Caption = 'Soubor' object MenuItem3: TMenuItem Action = Core.AProjectNew end object MenuItem2: TMenuItem Action = Core.AExit end end object MenuItem4: TMenuItem Caption = 'Image' object MenuItem5: TMenuItem Action = Core.AImageClear end object MenuItem6: TMenuItem Action = Core.AImageRandom end end end object Timer1: TTimer Enabled = False Interval = 50 OnTimer = Timer1Timer left = 195 top = 206 end end