lazarus/ide/frames/compiler_config_target.lfm

196 lines
4.9 KiB
Plaintext

object CompilerConfigTargetFrame: TCompilerConfigTargetFrame
Left = 0
Height = 446
Top = 0
Width = 594
ClientHeight = 446
ClientWidth = 594
TabOrder = 0
DesignLeft = 338
DesignTop = 284
object grpConfigFile: TGroupBox
Left = 0
Height = 106
Top = 0
Width = 594
Align = alTop
AutoSize = True
Caption = 'grpConfigFile'
ClientHeight = 86
ClientWidth = 590
TabOrder = 0
object chkConfigFile: TCheckBox
Left = 6
Height = 22
Top = 6
Width = 578
Align = alTop
BorderSpacing.Left = 6
BorderSpacing.Top = 6
BorderSpacing.Right = 6
Caption = 'chkConfigFile'
TabOrder = 0
end
object chkCustomConfigFile: TCheckBox
Left = 6
Height = 22
Top = 31
Width = 578
Align = alTop
BorderSpacing.Left = 6
BorderSpacing.Top = 3
BorderSpacing.Right = 6
Caption = 'chkCustomConfigFile'
OnClick = chkCustomConfigFileClick
TabOrder = 1
end
object edtConfigPath: TEdit
AnchorSideLeft.Control = chkCustomConfigFile
AnchorSideTop.Control = chkCustomConfigFile
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = chkCustomConfigFile
AnchorSideRight.Side = asrBottom
Left = 25
Height = 26
Top = 54
Width = 559
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 19
BorderSpacing.Top = 1
BorderSpacing.Bottom = 6
TabOrder = 2
Text = 'edtConfigPath'
end
end
object grpTargetPlatform: TGroupBox
AnchorSideBottom.Side = asrBottom
Left = 0
Height = 125
Top = 114
Width = 594
Align = alTop
AutoSize = True
BorderSpacing.Top = 8
Caption = 'Target Platform'
ClientHeight = 105
ClientWidth = 590
TabOrder = 1
object lblTargetOS: TLabel
AnchorSideLeft.Control = grpTargetPlatform
AnchorSideTop.Control = TargetOSComboBox
AnchorSideTop.Side = asrCenter
Left = 6
Height = 18
Top = 9
Width = 83
BorderSpacing.Left = 6
Caption = 'lblTargetOS'
ParentColor = False
end
object lblTargetCPU: TLabel
AnchorSideLeft.Control = lblTargetOS
AnchorSideTop.Control = TargetCPUComboBox
AnchorSideTop.Side = asrCenter
Left = 6
Height = 18
Top = 42
Width = 91
Caption = 'lblTargetCPU'
ParentColor = False
end
object lblTargetProc: TLabel
AnchorSideLeft.Control = lblTargetCPU
AnchorSideTop.Control = TargetProcComboBox
AnchorSideTop.Side = asrCenter
Left = 6
Height = 18
Top = 75
Width = 93
Caption = 'lblTargetProc'
ParentColor = False
end
object TargetOSComboBox: TComboBox
AnchorSideLeft.Control = lblTargetOS
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = grpTargetPlatform
AnchorSideRight.Control = grpTargetPlatform
AnchorSideRight.Side = asrBottom
Left = 95
Height = 30
Top = 3
Width = 489
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Top = 3
BorderSpacing.Right = 6
ItemHeight = 0
OnSelect = TargetOSComboBoxSelect
Style = csDropDownList
TabOrder = 0
end
object TargetCPUComboBox: TComboBox
AnchorSideLeft.Control = lblTargetCPU
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = TargetOSComboBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = grpTargetPlatform
AnchorSideRight.Side = asrBottom
Left = 103
Height = 30
Top = 36
Width = 481
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Top = 3
BorderSpacing.Right = 6
ItemHeight = 0
OnSelect = TargetCPUComboBoxSelect
Style = csDropDownList
TabOrder = 1
end
object TargetProcComboBox: TComboBox
AnchorSideLeft.Control = lblTargetProc
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = TargetCPUComboBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = grpTargetPlatform
AnchorSideRight.Side = asrBottom
Left = 105
Height = 30
Top = 69
Width = 479
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Top = 3
BorderSpacing.Right = 6
BorderSpacing.Bottom = 6
ItemHeight = 0
Style = csDropDownList
TabOrder = 2
end
end
object grbTargetOptions: TGroupBox
Left = 0
Height = 54
Top = 247
Width = 594
Align = alTop
AutoSize = True
BorderSpacing.Top = 8
Caption = 'Target-specific options'
ClientHeight = 34
ClientWidth = 590
TabOrder = 2
object chkWin32GraphicApp: TCheckBox
Left = 6
Height = 22
Top = 6
Width = 578
Align = alTop
BorderSpacing.Around = 6
Caption = 'chkWin32GraphicApp'
TabOrder = 0
end
end
end