mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-27 22:38:37 +01:00
445 lines
12 KiB
Plaintext
445 lines
12 KiB
Plaintext
object CompilerCompilationOptionsFrame: TCompilerCompilationOptionsFrame
|
|
Left = 0
|
|
Height = 539
|
|
Top = 0
|
|
Width = 741
|
|
ClientHeight = 539
|
|
ClientWidth = 741
|
|
TabOrder = 0
|
|
DesignLeft = 537
|
|
DesignTop = 171
|
|
object chkCreateMakefile: TCheckBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Owner
|
|
Left = 0
|
|
Height = 19
|
|
Top = 0
|
|
Width = 118
|
|
Caption = 'chkCreateMakefile'
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 0
|
|
end
|
|
object ExecuteAfterGroupBox: TGroupBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = grpCompiler
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 108
|
|
Top = 225
|
|
Width = 741
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoSize = True
|
|
BorderSpacing.Top = 6
|
|
Caption = 'ExecuteAfterGroupBox'
|
|
ClientHeight = 88
|
|
ClientWidth = 737
|
|
TabOrder = 3
|
|
object lblRunIfExecAfter: TLabel
|
|
AnchorSideLeft.Control = ExecuteAfterGroupBox
|
|
AnchorSideTop.Control = ExecuteAfterGroupBox
|
|
Left = 6
|
|
Height = 15
|
|
Top = 6
|
|
Width = 90
|
|
BorderSpacing.Around = 6
|
|
Caption = 'lblRunIfExecAfter'
|
|
ParentColor = False
|
|
end
|
|
object ExecuteAfterCommandLabel: TLabel
|
|
AnchorSideLeft.Control = ExecuteAfterGroupBox
|
|
AnchorSideTop.Control = ExecuteAfterCommandComboBox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 6
|
|
Height = 15
|
|
Top = 35
|
|
Width = 151
|
|
BorderSpacing.Around = 6
|
|
Caption = 'ExecuteAfterCommandLabel'
|
|
ParentColor = False
|
|
end
|
|
object chkExecAfterCompile: TCheckBox
|
|
AnchorSideLeft.Control = lblRunIfExecAfter
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = ExecuteAfterGroupBox
|
|
Left = 126
|
|
Height = 19
|
|
Top = 6
|
|
Width = 133
|
|
BorderSpacing.Left = 24
|
|
BorderSpacing.Around = 6
|
|
Caption = 'chkExecAfterCompile'
|
|
TabOrder = 0
|
|
end
|
|
object chkExecAfterBuild: TCheckBox
|
|
AnchorSideLeft.Control = chkExecAfterCompile
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = ExecuteAfterGroupBox
|
|
Left = 289
|
|
Height = 19
|
|
Top = 6
|
|
Width = 115
|
|
BorderSpacing.Left = 24
|
|
BorderSpacing.Around = 6
|
|
Caption = 'chkExecAfterBuild'
|
|
TabOrder = 1
|
|
end
|
|
object chkExecAfterRun: TCheckBox
|
|
AnchorSideLeft.Control = chkExecAfterBuild
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = ExecuteAfterGroupBox
|
|
Left = 434
|
|
Height = 19
|
|
Top = 6
|
|
Width = 109
|
|
BorderSpacing.Left = 24
|
|
BorderSpacing.Around = 6
|
|
Caption = 'chkExecAfterRun'
|
|
TabOrder = 2
|
|
end
|
|
object ExecuteAfterCommandComboBox: TComboBox
|
|
AnchorSideLeft.Control = ExecuteAfterCommandLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = chkExecAfterCompile
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = ExecAfterBrowseButton
|
|
Left = 169
|
|
Height = 23
|
|
Top = 31
|
|
Width = 539
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 12
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Bottom = 6
|
|
ItemHeight = 15
|
|
TabOrder = 3
|
|
Text = 'ExecuteAfterCommandComboBox'
|
|
end
|
|
object ExecAfterBrowseButton: TButton
|
|
AnchorSideTop.Control = ExecuteAfterCommandComboBox
|
|
AnchorSideRight.Control = ExecuteAfterGroupBox
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = ExecuteAfterCommandComboBox
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 708
|
|
Height = 23
|
|
Top = 31
|
|
Width = 23
|
|
Anchors = [akTop, akRight, akBottom]
|
|
BorderSpacing.Right = 6
|
|
Caption = '…'
|
|
OnClick = CompCmdBrowseButtonClick
|
|
TabOrder = 4
|
|
end
|
|
object ExecAfterParsersLabel: TLabel
|
|
AnchorSideLeft.Control = ExecuteAfterGroupBox
|
|
AnchorSideTop.Control = ExecAfterParsersCheckComboBox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 6
|
|
Height = 15
|
|
Top = 64
|
|
Width = 114
|
|
BorderSpacing.Left = 6
|
|
Caption = 'ExecAfterParsersLabel'
|
|
ParentColor = False
|
|
end
|
|
object ExecAfterParsersSumLabel: TLabel
|
|
AnchorSideLeft.Control = ExecAfterParsersCheckComboBox
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = ExecAfterParsersCheckComboBox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 307
|
|
Height = 15
|
|
Top = 64
|
|
Width = 138
|
|
Caption = 'ExecAfterParsersSumLabel'
|
|
ParentColor = False
|
|
end
|
|
object ExecAfterParsersCheckComboBox: TCheckComboBox
|
|
AnchorSideLeft.Control = ExecAfterParsersLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = ExecuteAfterCommandComboBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 126
|
|
Height = 22
|
|
Top = 60
|
|
Width = 175
|
|
BorderSpacing.Around = 6
|
|
ItemHeight = 16
|
|
OnItemChange = ExecAfterParsersCheckComboBoxItemChange
|
|
TabOrder = 5
|
|
end
|
|
end
|
|
object grpCompiler: TGroupBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = ExecuteBeforeGroupBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 80
|
|
Top = 139
|
|
Width = 741
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoSize = True
|
|
BorderSpacing.Top = 6
|
|
Caption = 'grpCompiler'
|
|
ClientHeight = 60
|
|
ClientWidth = 737
|
|
TabOrder = 2
|
|
object lblRunIfCompiler: TLabel
|
|
AnchorSideLeft.Control = grpCompiler
|
|
AnchorSideTop.Control = grpCompiler
|
|
Left = 6
|
|
Height = 15
|
|
Top = 6
|
|
Width = 90
|
|
BorderSpacing.Around = 6
|
|
Caption = 'lblRunIfCompiler'
|
|
ParentColor = False
|
|
end
|
|
object lblCompiler: TLabel
|
|
AnchorSideLeft.Control = grpCompiler
|
|
AnchorSideTop.Control = cobCompiler
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 6
|
|
Height = 15
|
|
Top = 35
|
|
Width = 62
|
|
BorderSpacing.Around = 6
|
|
Caption = 'lblCompiler'
|
|
ParentColor = False
|
|
end
|
|
object chkCompilerCompile: TCheckBox
|
|
AnchorSideLeft.Control = lblRunIfCompiler
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = grpCompiler
|
|
Left = 126
|
|
Height = 19
|
|
Top = 6
|
|
Width = 133
|
|
BorderSpacing.Left = 30
|
|
BorderSpacing.Top = 6
|
|
Caption = 'chkCompilerCompile'
|
|
TabOrder = 0
|
|
end
|
|
object chkCompilerBuild: TCheckBox
|
|
AnchorSideLeft.Control = chkCompilerCompile
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = grpCompiler
|
|
Left = 289
|
|
Height = 19
|
|
Top = 6
|
|
Width = 115
|
|
BorderSpacing.Left = 24
|
|
BorderSpacing.Around = 6
|
|
Caption = 'chkCompilerBuild'
|
|
TabOrder = 1
|
|
end
|
|
object chkCompilerRun: TCheckBox
|
|
AnchorSideLeft.Control = chkCompilerBuild
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = grpCompiler
|
|
Left = 434
|
|
Height = 19
|
|
Top = 6
|
|
Width = 109
|
|
BorderSpacing.Left = 24
|
|
BorderSpacing.Around = 6
|
|
Caption = 'chkCompilerRun'
|
|
TabOrder = 2
|
|
end
|
|
object cobCompiler: TComboBox
|
|
AnchorSideLeft.Control = lblCompiler
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = chkCompilerCompile
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = BrowseCompilerButton
|
|
Left = 80
|
|
Height = 23
|
|
Top = 31
|
|
Width = 628
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 12
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Bottom = 6
|
|
ItemHeight = 15
|
|
TabOrder = 3
|
|
Text = 'cobCompiler'
|
|
end
|
|
object BrowseCompilerButton: TButton
|
|
AnchorSideTop.Control = cobCompiler
|
|
AnchorSideRight.Control = grpCompiler
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = cobCompiler
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 708
|
|
Height = 23
|
|
Top = 31
|
|
Width = 23
|
|
Anchors = [akTop, akRight, akBottom]
|
|
BorderSpacing.Right = 6
|
|
Caption = '…'
|
|
OnClick = CompCmdBrowseButtonClick
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 4
|
|
end
|
|
end
|
|
object ExecuteBeforeGroupBox: TGroupBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = chkCreateMakefile
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 108
|
|
Top = 25
|
|
Width = 741
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoSize = True
|
|
BorderSpacing.Top = 6
|
|
Caption = 'ExecuteBeforeGroupBox'
|
|
ClientHeight = 88
|
|
ClientWidth = 737
|
|
TabOrder = 1
|
|
object lblRunIfExecBefore: TLabel
|
|
AnchorSideLeft.Control = ExecuteBeforeGroupBox
|
|
AnchorSideTop.Control = ExecuteBeforeGroupBox
|
|
Left = 6
|
|
Height = 15
|
|
Top = 6
|
|
Width = 98
|
|
BorderSpacing.Around = 6
|
|
Caption = 'lblRunIfExecBefore'
|
|
ParentColor = False
|
|
end
|
|
object ExecuteBeforeCommandLabel: TLabel
|
|
AnchorSideLeft.Control = ExecuteBeforeGroupBox
|
|
AnchorSideTop.Control = ExecuteBeforeCommandComboBox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 6
|
|
Height = 15
|
|
Top = 35
|
|
Width = 159
|
|
BorderSpacing.Around = 6
|
|
Caption = 'ExecuteBeforeCommandLabel'
|
|
ParentColor = False
|
|
end
|
|
object chkExecBeforeCompile: TCheckBox
|
|
AnchorSideLeft.Control = lblRunIfExecBefore
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = ExecuteBeforeGroupBox
|
|
Left = 134
|
|
Height = 19
|
|
Top = 6
|
|
Width = 141
|
|
BorderSpacing.Left = 24
|
|
BorderSpacing.Around = 6
|
|
Caption = 'chkExecBeforeCompile'
|
|
TabOrder = 0
|
|
end
|
|
object chkExecBeforeBuild: TCheckBox
|
|
AnchorSideLeft.Control = chkExecBeforeCompile
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = ExecuteBeforeGroupBox
|
|
Left = 305
|
|
Height = 19
|
|
Top = 6
|
|
Width = 123
|
|
BorderSpacing.Left = 24
|
|
BorderSpacing.Around = 6
|
|
Caption = 'chkExecBeforeBuild'
|
|
TabOrder = 1
|
|
end
|
|
object chkExecBeforeRun: TCheckBox
|
|
AnchorSideLeft.Control = chkExecBeforeBuild
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = ExecuteBeforeGroupBox
|
|
Left = 458
|
|
Height = 19
|
|
Top = 6
|
|
Width = 117
|
|
BorderSpacing.Left = 24
|
|
BorderSpacing.Around = 6
|
|
Caption = 'chkExecBeforeRun'
|
|
TabOrder = 2
|
|
end
|
|
object ExecuteBeforeCommandComboBox: TComboBox
|
|
AnchorSideLeft.Control = ExecuteBeforeCommandLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = chkExecBeforeCompile
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = ExecBeforeBrowseButton
|
|
Left = 177
|
|
Height = 23
|
|
Top = 31
|
|
Width = 531
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 12
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Bottom = 6
|
|
ItemHeight = 15
|
|
TabOrder = 3
|
|
Text = 'ExecuteBeforeCommandComboBox'
|
|
end
|
|
object ExecBeforeBrowseButton: TButton
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = ExecuteBeforeCommandComboBox
|
|
AnchorSideRight.Control = ExecuteBeforeGroupBox
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = ExecuteBeforeCommandComboBox
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 708
|
|
Height = 23
|
|
Top = 31
|
|
Width = 23
|
|
Anchors = [akTop, akRight, akBottom]
|
|
BorderSpacing.Right = 6
|
|
Caption = '…'
|
|
OnClick = CompCmdBrowseButtonClick
|
|
TabOrder = 4
|
|
end
|
|
object ExecBeforeParsersCheckComboBox: TCheckComboBox
|
|
AnchorSideLeft.Control = ExecBeforeParsersLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = ExecuteBeforeCommandComboBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 134
|
|
Height = 22
|
|
Top = 60
|
|
Width = 182
|
|
BorderSpacing.Around = 6
|
|
ItemHeight = 16
|
|
OnItemChange = ExecBeforeParsersCheckComboBoxItemChange
|
|
TabOrder = 5
|
|
end
|
|
object ExecBeforeParsersLabel: TLabel
|
|
AnchorSideTop.Control = ExecBeforeParsersCheckComboBox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 6
|
|
Height = 15
|
|
Top = 64
|
|
Width = 122
|
|
BorderSpacing.Left = 6
|
|
Caption = 'ExecBeforeParsersLabel'
|
|
ParentColor = False
|
|
end
|
|
object ExecBeforeParsersSumLabel: TLabel
|
|
AnchorSideLeft.Control = ExecBeforeParsersCheckComboBox
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = ExecBeforeParsersCheckComboBox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 322
|
|
Height = 15
|
|
Top = 64
|
|
Width = 146
|
|
BorderSpacing.Left = 6
|
|
Caption = 'ExecBeforeParsersSumLabel'
|
|
ParentColor = False
|
|
end
|
|
end
|
|
end
|