mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-07 04:33:00 +02:00
417 lines
12 KiB
Plaintext
417 lines
12 KiB
Plaintext
inherited CompilerCompilationOptionsFrame: TCompilerCompilationOptionsFrame
|
|
Height = 539
|
|
Width = 599
|
|
ClientHeight = 539
|
|
ClientWidth = 599
|
|
TabOrder = 0
|
|
DesignLeft = 481
|
|
DesignTop = 150
|
|
object chkCreateMakefile: TCheckBox[0]
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Owner
|
|
Left = 0
|
|
Height = 22
|
|
Top = 0
|
|
Width = 156
|
|
Caption = 'chkCreateMakefile'
|
|
TabOrder = 0
|
|
end
|
|
object ExecuteAfterGroupBox: TGroupBox[1]
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = grpCompiler
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 116
|
|
Top = 244
|
|
Width = 599
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoSize = True
|
|
BorderSpacing.Top = 6
|
|
Caption = 'ExecuteAfterGroupBox'
|
|
ClientHeight = 95
|
|
ClientWidth = 591
|
|
TabOrder = 1
|
|
object lblRunIfExecAfter: TLabel
|
|
AnchorSideLeft.Control = ExecuteAfterGroupBox
|
|
AnchorSideTop.Control = ExecuteAfterGroupBox
|
|
Left = 6
|
|
Height = 18
|
|
Top = 6
|
|
Width = 121
|
|
BorderSpacing.Around = 6
|
|
Caption = 'lblRunIfExecAfter'
|
|
ParentColor = False
|
|
end
|
|
object ExecuteAfterCommandLabel: TLabel
|
|
AnchorSideLeft.Control = ExecuteAfterGroupBox
|
|
AnchorSideTop.Control = ExecuteAfterCommandEdit
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 6
|
|
Height = 18
|
|
Top = 38
|
|
Width = 197
|
|
BorderSpacing.Around = 6
|
|
Caption = 'ExecuteAfterCommandLabel'
|
|
ParentColor = False
|
|
end
|
|
object chkExecAfterCompile: TCheckBox
|
|
AnchorSideLeft.Control = lblRunIfExecAfter
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = ExecuteAfterGroupBox
|
|
Left = 157
|
|
Height = 22
|
|
Top = 6
|
|
Width = 175
|
|
BorderSpacing.Left = 24
|
|
BorderSpacing.Around = 6
|
|
Caption = 'chkExecAfterCompile'
|
|
TabOrder = 0
|
|
end
|
|
object chkExecAfterBuild: TCheckBox
|
|
AnchorSideLeft.Control = chkExecAfterCompile
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = ExecuteAfterGroupBox
|
|
Left = 362
|
|
Height = 22
|
|
Top = 6
|
|
Width = 153
|
|
BorderSpacing.Left = 24
|
|
BorderSpacing.Around = 6
|
|
Caption = 'chkExecAfterBuild'
|
|
TabOrder = 1
|
|
end
|
|
object chkExecAfterRun: TCheckBox
|
|
AnchorSideLeft.Control = chkExecAfterBuild
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = ExecuteAfterGroupBox
|
|
Left = 545
|
|
Height = 22
|
|
Top = 6
|
|
Width = 144
|
|
BorderSpacing.Left = 24
|
|
BorderSpacing.Around = 6
|
|
Caption = 'chkExecAfterRun'
|
|
TabOrder = 2
|
|
end
|
|
object ExecuteAfterCommandEdit: TEdit
|
|
AnchorSideLeft.Control = ExecuteAfterCommandLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = chkExecAfterCompile
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = ExecuteAfterGroupBox
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 221
|
|
Height = 27
|
|
Top = 34
|
|
Width = 364
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 12
|
|
BorderSpacing.Around = 6
|
|
TabOrder = 3
|
|
Text = 'ExecuteAfterCommandEdit'
|
|
end
|
|
object ExecuteAfterScanFPCCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = ExecuteAfterScanMakeCheckBox
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = ExecuteAfterCommandEdit
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 454
|
|
Height = 22
|
|
Top = 67
|
|
Width = 242
|
|
BorderSpacing.Left = 24
|
|
BorderSpacing.Around = 6
|
|
Caption = 'ExecuteAfterScanFPCCheckBox'
|
|
TabOrder = 4
|
|
end
|
|
object ExecuteAfterScanMakeCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = ExecuteAfterScanLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = ExecuteAfterCommandEdit
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 171
|
|
Height = 22
|
|
Top = 67
|
|
Width = 253
|
|
BorderSpacing.Around = 6
|
|
Caption = 'ExecuteAfterScanMakeCheckBox'
|
|
TabOrder = 5
|
|
end
|
|
object ExecuteAfterShowAllCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = ExecuteAfterScanFPCCheckBox
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = ExecuteAfterCommandEdit
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 726
|
|
Height = 22
|
|
Top = 67
|
|
Width = 239
|
|
BorderSpacing.Left = 24
|
|
BorderSpacing.Around = 6
|
|
Caption = 'ExecuteAfterShowAllCheckBox'
|
|
TabOrder = 6
|
|
end
|
|
object ExecuteAfterScanLabel: TLabel
|
|
AnchorSideLeft.Control = ExecuteAfterGroupBox
|
|
AnchorSideTop.Control = ExecuteAfterScanMakeCheckBox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 6
|
|
Height = 18
|
|
Top = 69
|
|
Width = 159
|
|
BorderSpacing.Left = 6
|
|
Caption = 'ExecuteAfterScanLabel'
|
|
ParentColor = False
|
|
end
|
|
end
|
|
object grpCompiler: TGroupBox[2]
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = ExecuteBeforeGroupBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 88
|
|
Top = 150
|
|
Width = 599
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoSize = True
|
|
BorderSpacing.Top = 6
|
|
Caption = 'grpCompiler'
|
|
ClientHeight = 67
|
|
ClientWidth = 591
|
|
TabOrder = 2
|
|
object lblRunIfCompiler: TLabel
|
|
AnchorSideLeft.Control = grpCompiler
|
|
AnchorSideTop.Control = grpCompiler
|
|
Left = 6
|
|
Height = 18
|
|
Top = 6
|
|
Width = 116
|
|
BorderSpacing.Around = 6
|
|
Caption = 'lblRunIfCompiler'
|
|
ParentColor = False
|
|
end
|
|
object lblCompiler: TLabel
|
|
AnchorSideLeft.Control = grpCompiler
|
|
AnchorSideTop.Control = edtCompiler
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 6
|
|
Height = 18
|
|
Top = 38
|
|
Width = 81
|
|
BorderSpacing.Around = 6
|
|
Caption = 'lblCompiler'
|
|
ParentColor = False
|
|
end
|
|
object chkCompilerCompile: TCheckBox
|
|
AnchorSideLeft.Control = lblRunIfCompiler
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = grpCompiler
|
|
Left = 152
|
|
Height = 22
|
|
Top = 6
|
|
Width = 170
|
|
BorderSpacing.Left = 30
|
|
BorderSpacing.Top = 6
|
|
Caption = 'chkCompilerCompile'
|
|
TabOrder = 0
|
|
end
|
|
object chkCompilerBuild: TCheckBox
|
|
AnchorSideLeft.Control = chkCompilerCompile
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = grpCompiler
|
|
Left = 352
|
|
Height = 22
|
|
Top = 6
|
|
Width = 148
|
|
BorderSpacing.Left = 24
|
|
BorderSpacing.Around = 6
|
|
Caption = 'chkCompilerBuild'
|
|
TabOrder = 1
|
|
end
|
|
object chkCompilerRun: TCheckBox
|
|
AnchorSideLeft.Control = chkCompilerBuild
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = grpCompiler
|
|
Left = 530
|
|
Height = 22
|
|
Top = 6
|
|
Width = 139
|
|
BorderSpacing.Left = 24
|
|
BorderSpacing.Around = 6
|
|
Caption = 'chkCompilerRun'
|
|
TabOrder = 2
|
|
end
|
|
object edtCompiler: TEdit
|
|
AnchorSideLeft.Control = lblCompiler
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = chkCompilerCompile
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = grpCompiler
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 105
|
|
Height = 27
|
|
Top = 34
|
|
Width = 480
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 12
|
|
BorderSpacing.Around = 6
|
|
TabOrder = 3
|
|
Text = 'edtCompiler'
|
|
end
|
|
end
|
|
object ExecuteBeforeGroupBox: TGroupBox[3]
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = chkCreateMakefile
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 116
|
|
Top = 28
|
|
Width = 599
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoSize = True
|
|
BorderSpacing.Top = 6
|
|
Caption = 'ExecuteBeforeGroupBox'
|
|
ClientHeight = 95
|
|
ClientWidth = 591
|
|
TabOrder = 3
|
|
object lblRunIfExecBefore: TLabel
|
|
AnchorSideLeft.Control = ExecuteBeforeGroupBox
|
|
AnchorSideTop.Control = ExecuteBeforeGroupBox
|
|
Left = 6
|
|
Height = 18
|
|
Top = 6
|
|
Width = 132
|
|
BorderSpacing.Around = 6
|
|
Caption = 'lblRunIfExecBefore'
|
|
ParentColor = False
|
|
end
|
|
object ExecuteBeforeCommandLabel: TLabel
|
|
AnchorSideLeft.Control = ExecuteBeforeGroupBox
|
|
AnchorSideTop.Control = ExecuteBeforeCommandEdit
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 6
|
|
Height = 18
|
|
Top = 38
|
|
Width = 208
|
|
BorderSpacing.Around = 6
|
|
Caption = 'ExecuteBeforeCommandLabel'
|
|
ParentColor = False
|
|
end
|
|
object chkExecBeforeCompile: TCheckBox
|
|
AnchorSideLeft.Control = lblRunIfExecBefore
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = ExecuteBeforeGroupBox
|
|
Left = 168
|
|
Height = 22
|
|
Top = 6
|
|
Width = 186
|
|
BorderSpacing.Left = 24
|
|
BorderSpacing.Around = 6
|
|
Caption = 'chkExecBeforeCompile'
|
|
TabOrder = 0
|
|
end
|
|
object chkExecBeforeBuild: TCheckBox
|
|
AnchorSideLeft.Control = chkExecBeforeCompile
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = ExecuteBeforeGroupBox
|
|
Left = 384
|
|
Height = 22
|
|
Top = 6
|
|
Width = 164
|
|
BorderSpacing.Left = 24
|
|
BorderSpacing.Around = 6
|
|
Caption = 'chkExecBeforeBuild'
|
|
TabOrder = 1
|
|
end
|
|
object chkExecBeforeRun: TCheckBox
|
|
AnchorSideLeft.Control = chkExecBeforeBuild
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = ExecuteBeforeGroupBox
|
|
Left = 578
|
|
Height = 22
|
|
Top = 6
|
|
Width = 155
|
|
BorderSpacing.Left = 24
|
|
BorderSpacing.Around = 6
|
|
Caption = 'chkExecBeforeRun'
|
|
TabOrder = 2
|
|
end
|
|
object ExecuteBeforeCommandEdit: TEdit
|
|
AnchorSideLeft.Control = ExecuteBeforeCommandLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = chkExecBeforeCompile
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = ExecuteBeforeGroupBox
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 232
|
|
Height = 27
|
|
Top = 34
|
|
Width = 353
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 12
|
|
BorderSpacing.Around = 6
|
|
TabOrder = 3
|
|
Text = 'ExecuteBeforeCommandEdit'
|
|
end
|
|
object ExecuteBeforeScanFPCCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = ExecuteBeforeScanMakeCheckBox
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = ExecuteBeforeCommandEdit
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 476
|
|
Height = 22
|
|
Top = 67
|
|
Width = 253
|
|
BorderSpacing.Left = 24
|
|
BorderSpacing.Around = 6
|
|
Caption = 'ExecuteBeforeScanFPCCheckBox'
|
|
TabOrder = 4
|
|
end
|
|
object ExecuteBeforeScanMakeCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = ExecuteBeforeScanLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = ExecuteBeforeCommandEdit
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 182
|
|
Height = 22
|
|
Top = 67
|
|
Width = 264
|
|
BorderSpacing.Around = 6
|
|
Caption = 'ExecuteBeforeScanMakeCheckBox'
|
|
TabOrder = 5
|
|
end
|
|
object ExecuteBeforeShowAllCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = ExecuteBeforeScanFPCCheckBox
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = ExecuteBeforeCommandEdit
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 759
|
|
Height = 22
|
|
Top = 67
|
|
Width = 250
|
|
BorderSpacing.Left = 24
|
|
BorderSpacing.Around = 6
|
|
Caption = 'ExecuteBeforeShowAllCheckBox'
|
|
TabOrder = 6
|
|
end
|
|
object ExecuteBeforeScanLabel: TLabel
|
|
AnchorSideLeft.Control = ExecuteBeforeGroupBox
|
|
AnchorSideTop.Control = ExecuteBeforeScanMakeCheckBox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 6
|
|
Height = 18
|
|
Top = 69
|
|
Width = 170
|
|
BorderSpacing.Left = 6
|
|
Caption = 'ExecuteBeforeScanLabel'
|
|
ParentColor = False
|
|
end
|
|
end
|
|
end
|