
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1819 8e941d3f-bd1b-0410-a28a-d453659cc2b4
49 lines
950 B
Plaintext
49 lines
950 B
Plaintext
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
|