You've already forked lazarus-ccr
99 lines
2.0 KiB
Plaintext
99 lines
2.0 KiB
Plaintext
![]() |
object Form1: TForm1
|
||
|
Left = 301
|
||
|
Height = 431
|
||
|
Top = 268
|
||
|
Width = 629
|
||
|
Caption = 'iPhone options'
|
||
|
ClientHeight = 431
|
||
|
ClientWidth = 629
|
||
|
LCLVersion = '0.9.29'
|
||
|
object PageControl1: TPageControl
|
||
|
Left = 16
|
||
|
Height = 347
|
||
|
Top = 16
|
||
|
Width = 597
|
||
|
ActivePage = TabSheet2
|
||
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
||
|
TabIndex = 1
|
||
|
TabOrder = 0
|
||
|
object TabSheet1: TTabSheet
|
||
|
Caption = 'iPhone Project Options'
|
||
|
end
|
||
|
object TabSheet2: TTabSheet
|
||
|
Caption = 'Global Options'
|
||
|
ClientHeight = 308
|
||
|
ClientWidth = 591
|
||
|
object Label1: TLabel
|
||
|
Left = 20
|
||
|
Height = 18
|
||
|
Top = 64
|
||
|
Width = 119
|
||
|
Alignment = taRightJustify
|
||
|
Caption = 'iPhone Sim Bundle:'
|
||
|
ParentColor = False
|
||
|
end
|
||
|
object Edit1: TEdit
|
||
|
Left = 149
|
||
|
Height = 22
|
||
|
Top = 60
|
||
|
Width = 416
|
||
|
Anchors = [akTop, akLeft, akRight]
|
||
|
TabOrder = 0
|
||
|
Text = 'Edit1'
|
||
|
end
|
||
|
object Label2: TLabel
|
||
|
Left = 37
|
||
|
Height = 18
|
||
|
Top = 116
|
||
|
Width = 102
|
||
|
Caption = 'FPC arm-darwin:'
|
||
|
ParentColor = False
|
||
|
end
|
||
|
object Edit2: TEdit
|
||
|
Left = 149
|
||
|
Height = 22
|
||
|
Top = 116
|
||
|
Width = 416
|
||
|
Anchors = [akTop, akLeft, akRight]
|
||
|
TabOrder = 1
|
||
|
Text = 'Edit2'
|
||
|
end
|
||
|
object Edit3: TEdit
|
||
|
Left = 149
|
||
|
Height = 22
|
||
|
Top = 28
|
||
|
Width = 416
|
||
|
TabOrder = 2
|
||
|
Text = 'Edit3'
|
||
|
end
|
||
|
object Label3: TLabel
|
||
|
Left = 9
|
||
|
Height = 18
|
||
|
Top = 28
|
||
|
Width = 130
|
||
|
Alignment = taRightJustify
|
||
|
Caption = 'iPhone Sim SDKs dir:'
|
||
|
ParentColor = False
|
||
|
end
|
||
|
end
|
||
|
end
|
||
|
object Button1: TButton
|
||
|
Left = 328
|
||
|
Height = 20
|
||
|
Top = 384
|
||
|
Width = 75
|
||
|
Anchors = [akLeft, akBottom]
|
||
|
Caption = 'Save'
|
||
|
TabOrder = 1
|
||
|
end
|
||
|
object Button2: TButton
|
||
|
Left = 232
|
||
|
Height = 20
|
||
|
Top = 384
|
||
|
Width = 75
|
||
|
Anchors = [akLeft, akBottom]
|
||
|
Caption = 'Cancel'
|
||
|
TabOrder = 2
|
||
|
end
|
||
|
end
|