You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1147 8e941d3f-bd1b-0410-a28a-d453659cc2b4
109 lines
2.2 KiB
Plaintext
109 lines
2.2 KiB
Plaintext
inherited iPhoneProjectOptionsEditor: TiPhoneProjectOptionsEditor
|
|
Height = 374
|
|
Width = 618
|
|
ClientHeight = 374
|
|
ClientWidth = 618
|
|
OnClick = FrameClick
|
|
TabOrder = 0
|
|
DesignLeft = 355
|
|
DesignTop = 224
|
|
object chkisPhone: TCheckBox[0]
|
|
Left = 16
|
|
Height = 18
|
|
Top = 16
|
|
Width = 199
|
|
Caption = 'is iPhone application project'
|
|
TabOrder = 0
|
|
end
|
|
object lblAppID: TLabel[1]
|
|
Left = 16
|
|
Height = 18
|
|
Top = 88
|
|
Width = 87
|
|
Caption = 'Application ID'
|
|
ParentColor = False
|
|
end
|
|
object edtAppID: TEdit[2]
|
|
Left = 112
|
|
Height = 22
|
|
Top = 85
|
|
Width = 488
|
|
Anchors = [akTop, akLeft, akRight]
|
|
TabOrder = 1
|
|
Text = 'com.mycompany.myapp'
|
|
end
|
|
object lblAppIDHint: TLabel[3]
|
|
Left = 16
|
|
Height = 14
|
|
Top = 117
|
|
Width = 493
|
|
Caption = 'It''s recommended by Apple to use domain-structured name, i.e. com.mycompany.myApplication as ID'
|
|
Font.Height = -10
|
|
ParentColor = False
|
|
ParentFont = False
|
|
end
|
|
object lblSDKVer: TLabel[4]
|
|
Left = 16
|
|
Height = 18
|
|
Top = 51
|
|
Width = 80
|
|
Caption = 'SDK version:'
|
|
ParentColor = False
|
|
end
|
|
object cmbSDKs: TComboBox[5]
|
|
Left = 112
|
|
Height = 20
|
|
Top = 48
|
|
Width = 184
|
|
ItemHeight = 0
|
|
OnChange = cmbSDKsChange
|
|
Style = csDropDownList
|
|
TabOrder = 2
|
|
end
|
|
object edtResDir: TEdit[6]
|
|
Left = 120
|
|
Height = 22
|
|
Top = 176
|
|
Width = 480
|
|
Anchors = [akTop, akLeft, akRight]
|
|
TabOrder = 3
|
|
Text = 'Resources'
|
|
end
|
|
object Label1: TLabel[7]
|
|
Left = 16
|
|
Height = 18
|
|
Top = 176
|
|
Width = 89
|
|
Caption = 'Resources dir:'
|
|
ParentColor = False
|
|
end
|
|
object edtExclude: TEdit[8]
|
|
Left = 120
|
|
Height = 22
|
|
Top = 224
|
|
Width = 480
|
|
Anchors = [akTop, akLeft, akRight]
|
|
OnChange = edtExcludeChange
|
|
TabOrder = 4
|
|
Text = '.svn'
|
|
end
|
|
object Label2: TLabel[9]
|
|
Left = 16
|
|
Height = 18
|
|
Top = 224
|
|
Width = 81
|
|
Caption = 'Ignore mask:'
|
|
ParentColor = False
|
|
end
|
|
object Label3: TLabel[10]
|
|
Left = 16
|
|
Height = 14
|
|
Top = 200
|
|
Width = 364
|
|
Caption = 'It''s recommended to set resource dir as a relative (to project .lpr file) path'
|
|
Font.Height = -10
|
|
ParentColor = False
|
|
ParentFont = False
|
|
end
|
|
end
|