object iPhoneSpecificOptions: TiPhoneSpecificOptions Left = 0 Height = 473 Top = 0 Width = 487 ClientHeight = 473 ClientWidth = 487 TabOrder = 0 DesignLeft = 373 DesignTop = 176 object lblRTLUtils: TLabel Left = 16 Height = 16 Top = 184 Width = 91 Caption = 'RTL units path' ParentColor = False end object lblCompilerPath: TLabel Left = 16 Height = 16 Top = 152 Width = 57 Caption = 'Compiler' ParentColor = False end object edtCompilerPath: TEdit Left = 136 Height = 22 Top = 152 Width = 330 Anchors = [akTop, akLeft, akRight] TabOrder = 0 Text = 'edtCompilerPath' end object lblXCodeProject: TLabel Left = 16 Height = 16 Top = 128 Width = 389 Caption = 'Specific ARM compiler settings (for generated Xcode projects)' ParentColor = False ParentFont = False end object edtRTLPath: TEdit Left = 136 Height = 22 Top = 184 Width = 330 Anchors = [akTop, akLeft, akRight] TabOrder = 1 Text = 'edtRTLPath' end object edtCompilerOptions: TEdit Left = 136 Height = 22 Top = 216 Width = 330 Anchors = [akTop, akLeft, akRight] OnChange = edtCompilerOptionsChange TabOrder = 2 Text = 'edtCompilerOptions' end object lblCmpOptions: TLabel Left = 16 Height = 16 Top = 216 Width = 109 Caption = 'Compiler options' ParentColor = False ParentFont = False OnClick = lblCmpOptionsClick end object Label5: TLabel Left = 16 Height = 16 Top = 16 Width = 96 Caption = 'Platforms path:' ParentColor = False ParentFont = False end object edtPlatformsPath: TEdit Left = 125 Height = 22 Top = 16 Width = 341 Anchors = [akTop, akLeft, akRight] TabOrder = 3 Text = 'edtPlatformsPath' end object lblSimSettings: TLabel Left = 16 Height = 16 Top = 256 Width = 161 Caption = 'iPhone Simulator settings' ParentColor = False end object edtSimBundle: TEdit Left = 160 Height = 22 Top = 360 Width = 306 Anchors = [akTop, akLeft, akRight] TabOrder = 4 Text = 'edtSimBundle' end object edtSimApps: TEdit Left = 160 Height = 22 Top = 392 Width = 306 Anchors = [akTop, akLeft, akRight] TabOrder = 5 Text = 'edtSimApps' end object lblSimBundle: TLabel Left = 16 Height = 16 Top = 361 Width = 113 Caption = 'iPhoneSim bundle' ParentColor = False end object lblSimAppPath: TLabel Left = 16 Height = 16 Top = 392 Width = 142 Caption = 'Sim Applications path:' ParentColor = False end object Button1: TButton Left = 16 Height = 20 Top = 56 Width = 115 AutoSize = True Caption = 'Scan for SDKs' OnClick = Button1Click TabOrder = 6 end object Label1: TLabel Left = 16 Height = 16 Top = 88 Width = 129 Caption = 'Default SDK version:' ParentColor = False end object cmbDefaultSDK: TComboBox Left = 152 Height = 20 Top = 88 Width = 194 ItemHeight = 0 Style = csDropDownList TabOrder = 7 end object ddPhoneSimType: TComboBox Left = 160 Height = 20 Top = 288 Width = 304 Anchors = [akTop, akLeft, akRight] ItemHeight = 0 ItemIndex = 0 Items.Strings = ( 'Simulator via instruments' ) Style = csDropDownList TabOrder = 8 Text = 'Simulator via instruments' end object lblSimType: TLabel Left = 16 Height = 16 Top = 288 Width = 95 Caption = 'Simulator Type' ParentColor = False OnClick = lblSimTypeClick end object lblDefaultDevice: TLabel Left = 16 Height = 16 Top = 323 Width = 118 Caption = 'Default Sim Device' ParentColor = False end object ddSimDevice: TComboBox Left = 160 Height = 20 Top = 323 Width = 306 Anchors = [akTop, akLeft, akRight] ItemHeight = 0 Style = csDropDownList TabOrder = 9 end end