object Form1: TForm1 Left = 209 Height = 552 Top = 43 Width = 673 Caption = 'Grammer transformator' ClientHeight = 552 ClientWidth = 673 OnCreate = FormCreate OnDestroy = FormDestroy LCLVersion = '0.9.31' object Edit1: TEdit Left = 11 Height = 21 Top = 25 Width = 577 Anchors = [akTop, akLeft, akRight] TabOrder = 0 Text = 'Edit1' end object Label1: TLabel Left = 11 Height = 14 Top = 8 Width = 170 Caption = 'Source grammer definition file:' ParentColor = False end object Button1: TButton Left = 593 Height = 25 Top = 25 Width = 73 Anchors = [akTop, akRight] Caption = 'Select...' OnClick = Button1Click TabOrder = 1 end object Label2: TLabel Left = 11 Height = 14 Top = 57 Width = 129 Caption = 'Target source code file:' ParentColor = False end object Edit2: TEdit Left = 11 Height = 21 Top = 72 Width = 576 Anchors = [akTop, akLeft, akRight] TabOrder = 2 Text = 'Edit2' end object Button2: TButton Left = 593 Height = 25 Top = 72 Width = 75 Anchors = [akTop, akRight] Caption = 'Select...' OnClick = Button2Click TabOrder = 3 end object ButtonGenerate: TButton Left = 11 Height = 25 Top = 104 Width = 75 Caption = 'Generate' OnClick = ButtonGenerateClick TabOrder = 4 end object Memo1: TMemo Left = 8 Height = 407 Top = 140 Width = 660 Anchors = [akTop, akLeft, akRight, akBottom] Font.Name = 'freemono' ParentFont = False ScrollBars = ssAutoBoth TabOrder = 5 end object ButtonDump: TButton Left = 96 Height = 25 Top = 104 Width = 75 Caption = 'Dump' OnClick = ButtonDumpClick TabOrder = 6 end end