2010-01-05 20:32:23 +00:00
|
|
|
inherited iPhoneProjectOptionsEditor: TiPhoneProjectOptionsEditor
|
2010-04-25 08:47:00 +00:00
|
|
|
Height = 474
|
|
|
|
Width = 620
|
|
|
|
ClientHeight = 474
|
|
|
|
ClientWidth = 620
|
2010-01-05 20:32:23 +00:00
|
|
|
OnClick = FrameClick
|
2010-04-25 11:54:36 +00:00
|
|
|
DesignLeft = 611
|
|
|
|
DesignTop = 128
|
2010-01-05 20:32:23 +00:00
|
|
|
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
|
2010-04-25 08:47:00 +00:00
|
|
|
Width = 490
|
2010-01-05 20:32:23 +00:00
|
|
|
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
|
2010-01-29 15:27:06 +00:00
|
|
|
object edtResDir: TEdit[6]
|
|
|
|
Left = 120
|
|
|
|
Height = 22
|
|
|
|
Top = 176
|
2010-04-25 08:47:00 +00:00
|
|
|
Width = 482
|
2010-01-29 15:27:06 +00:00
|
|
|
Anchors = [akTop, akLeft, akRight]
|
2010-04-25 08:47:00 +00:00
|
|
|
OnChange = edtResDirChange
|
|
|
|
OnExit = edtResDirExit
|
2010-01-29 15:27:06 +00:00
|
|
|
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
|
2010-04-25 08:47:00 +00:00
|
|
|
Width = 482
|
2010-01-29 15:27:06 +00:00
|
|
|
Anchors = [akTop, akLeft, akRight]
|
|
|
|
OnChange = edtExcludeChange
|
|
|
|
TabOrder = 4
|
|
|
|
Text = '.svn'
|
|
|
|
end
|
|
|
|
object Label2: TLabel[9]
|
2010-01-05 20:32:23 +00:00
|
|
|
Left = 16
|
|
|
|
Height = 18
|
2010-01-29 15:27:06 +00:00
|
|
|
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
|
2010-01-05 20:32:23 +00:00
|
|
|
ParentColor = False
|
2010-01-29 15:27:06 +00:00
|
|
|
ParentFont = False
|
2010-01-05 20:32:23 +00:00
|
|
|
end
|
2010-04-25 08:47:00 +00:00
|
|
|
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
|
2010-01-05 20:32:23 +00:00
|
|
|
end
|