lazarus/components/compilers/delphi/fradelphioptions.lfm

138 lines
3.4 KiB
Plaintext

object DelphiOptionsFrame: TDelphiOptionsFrame
Left = 0
Height = 334
Top = 0
Width = 624
ClientHeight = 334
ClientWidth = 624
TabOrder = 0
DesignLeft = 762
DesignTop = 448
object lblDelphiPath: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
Left = 16
Height = 16
Top = 8
Width = 164
BorderSpacing.Left = 16
BorderSpacing.Top = 8
Caption = 'Delphi compiler executable'
ParentColor = False
ParentShowHint = False
ShowHint = True
end
object cbDelphiPath: TComboBox
AnchorSideLeft.Control = lblDelphiPath
AnchorSideTop.Control = lblDelphiPath
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Pas2jsPathBrowseButton
Left = 16
Height = 27
Top = 32
Width = 577
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 8
ItemHeight = 0
TabOrder = 0
end
object Pas2jsPathBrowseButton: TButton
AnchorSideTop.Control = cbDelphiPath
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = cbDelphiPath
AnchorSideBottom.Side = asrBottom
Left = 593
Height = 27
Top = 32
Width = 23
Anchors = [akTop, akRight, akBottom]
AutoSize = True
BorderSpacing.Right = 8
Caption = '...'
ParentShowHint = False
ShowHint = True
TabOrder = 1
end
object cbGenConfig: TCheckBox
AnchorSideLeft.Control = lblDelphiPath
AnchorSideTop.Control = cbDelphiPath
AnchorSideTop.Side = asrBottom
Left = 16
Height = 23
Top = 67
Width = 377
BorderSpacing.Top = 8
Caption = 'Generate Delphi config file based on FPC compiler options'
TabOrder = 2
end
object cbConfigFileExtension: TComboBox
AnchorSideLeft.Control = lblConfigFileExtension
AnchorSideTop.Control = lblConfigFileExtension
AnchorSideTop.Side = asrBottom
Left = 16
Height = 27
Top = 122
Width = 136
BorderSpacing.Top = 8
ItemHeight = 0
TabOrder = 3
end
object lblConfigFileExtension: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = cbGenConfig
AnchorSideTop.Side = asrBottom
Left = 16
Height = 16
Top = 98
Width = 170
BorderSpacing.Left = 16
BorderSpacing.Top = 8
Caption = 'Configuration file extension'
ParentColor = False
ParentShowHint = False
ShowHint = True
end
object cbConvertDosToUnix: TCheckBox
AnchorSideLeft.Control = lblDelphiPath
AnchorSideTop.Control = cbConfigFileExtension
AnchorSideTop.Side = asrBottom
Left = 16
Height = 23
Top = 157
Width = 306
BorderSpacing.Top = 8
Caption = 'Map filenames from Windows to Unix notation'
TabOrder = 4
end
object lblAdditionalOptions: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = cbConvertDosToUnix
AnchorSideTop.Side = asrBottom
Left = 16
Height = 16
Top = 188
Width = 167
BorderSpacing.Left = 16
BorderSpacing.Top = 8
Caption = 'Additional compiler options'
ParentColor = False
ParentShowHint = False
ShowHint = True
end
object cbAdditionalOptions: TComboBox
AnchorSideLeft.Control = lblAdditionalOptions
AnchorSideTop.Control = lblAdditionalOptions
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Pas2jsPathBrowseButton
Left = 16
Height = 27
Top = 212
Width = 577
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 8
ItemHeight = 0
TabOrder = 5
end
end