object MainForm: TMainForm Left = 410 Height = 489 Top = 144 Width = 587 Caption = 'Překladač Pascalu' ClientHeight = 489 ClientWidth = 587 OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow LCLVersion = '0.9.28' object Memo1: TMemo Left = 8 Height = 273 Top = 8 Width = 236 ScrollBars = ssAutoBoth TabOrder = 0 end object Memo2: TMemo Left = 344 Height = 472 Top = 8 Width = 234 ScrollBars = ssAutoBoth TabOrder = 1 end object Button1: TButton Left = 256 Height = 25 Top = 8 Width = 75 Caption = 'Přeložit' OnClick = Button1Click TabOrder = 2 end end