Files
lazarus-ccr/components/iphonelazext/project_iphone_options.lfm

153 lines
3.3 KiB
Plaintext
Raw Normal View History

inherited iPhoneProjectOptionsEditor: TiPhoneProjectOptionsEditor
Height = 474
Width = 620
ClientHeight = 474
ClientWidth = 620
OnClick = FrameClick
DesignLeft = 611
DesignTop = 128
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 = 490
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 = 482
Anchors = [akTop, akLeft, akRight]
OnChange = edtResDirChange
OnExit = edtResDirExit
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 = 482
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
object Label4: TLabel[11]
Left = 16
Height = 18
Top = 256
Width = 54
Caption = 'Nib files:'
ParentColor = False
end
object nibFilesBox: TCheckListBox[12]
Left = 120
Height = 180
Top = 256
Width = 482
Anchors = [akTop, akLeft, akRight, akBottom]
ItemHeight = 0
OnClickCheck = nibFilesBoxClickCheck
OnItemClick = nibFilesBoxItemClick
OnMouseDown = nibFilesBoxMouseDown
OnMouseUp = nibFilesBoxMouseUp
PopupMenu = nibsPopup
TabOrder = 5
end
object Label5: TLabel[13]
AnchorSideTop.Control = nibFilesBox
AnchorSideTop.Side = asrBottom
Left = 120
Height = 14
Top = 436
Width = 246
Caption = 'The checked one is the main Nib of the application'
Font.Height = -10
ParentColor = False
ParentFont = False
end
object nibsPopup: TPopupMenu[14]
OnPopup = nibsPopupPopup
left = 256
top = 288
object mnuOpenIB: TMenuItem
Caption = 'Open Interface Builder'
OnClick = mnuOpenIBClick
end
end
end