object Form1: TForm1 Left = 479 Height = 414 Top = 137 Width = 433 Caption = 'Android Bindings Generator' ClientHeight = 414 ClientWidth = 433 LCLVersion = '0.9.31' object editInputPath: TDirectoryEdit Left = 88 Height = 25 Top = 72 Width = 312 Directory = '/home/felipe/Programas/lazarus-ccr/bindings/android-sdk/sdk_level_7' ShowHidden = False ButtonWidth = 23 NumGlyphs = 0 MaxLength = 0 TabOrder = 0 end object Label2: TLabel Left = 7 Height = 18 Top = 73 Width = 69 Caption = 'Input Path:' ParentColor = False end object Button1: TButton Left = 17 Height = 25 Top = 120 Width = 155 Caption = 'Build the Bindings' OnClick = Button1Click TabOrder = 1 end object Button2: TButton Left = 17 Height = 25 Top = 160 Width = 155 Caption = 'Copy to the LCL' OnClick = Button2Click TabOrder = 2 end end