You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1677 8e941d3f-bd1b-0410-a28a-d453659cc2b4
48 lines
910 B
Plaintext
48 lines
910 B
Plaintext
object Form1: TForm1
|
|
Left = 479
|
|
Height = 414
|
|
Top = 137
|
|
Width = 434
|
|
Caption = 'Android Bindings Generator'
|
|
ClientHeight = 414
|
|
ClientWidth = 434
|
|
LCLVersion = '0.9.31'
|
|
object Label1: TLabel
|
|
Left = 8
|
|
Height = 18
|
|
Top = 8
|
|
Width = 43
|
|
Caption = 'Label1'
|
|
ParentColor = False
|
|
end
|
|
object editInputPath: TDirectoryEdit
|
|
Left = 64
|
|
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 = 43
|
|
Caption = 'Label2'
|
|
ParentColor = False
|
|
end
|
|
object Button1: TButton
|
|
Left = 17
|
|
Height = 25
|
|
Top = 120
|
|
Width = 155
|
|
Caption = 'Build the Bindings'
|
|
OnClick = Button1Click
|
|
TabOrder = 1
|
|
end
|
|
end
|