mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-29 18:03:54 +02:00
78 lines
1.9 KiB
Plaintext
78 lines
1.9 KiB
Plaintext
object ShowCompilerOptionsDlg: TShowCompilerOptionsDlg
|
|
Left = 341
|
|
Height = 194
|
|
Top = 320
|
|
Width = 390
|
|
HorzScrollBar.Page = 389
|
|
VertScrollBar.Page = 193
|
|
ActiveControl = OkButton
|
|
Caption = 'Compiler Options'
|
|
ClientHeight = 194
|
|
ClientWidth = 390
|
|
OnCreate = FormCreate
|
|
object OkButton: TButton
|
|
AnchorSideTop.Control = CmdLineGroupbox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = CmdLineGroupbox
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 309
|
|
Height = 25
|
|
Top = 160
|
|
Width = 75
|
|
Anchors = [akRight, akBottom]
|
|
Caption = 'Ok'
|
|
OnClick = OkButtonCLICK
|
|
TabOrder = 0
|
|
end
|
|
object CmdLineGroupbox: TGroupBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Owner
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideBottom.Control = OkButton
|
|
Left = 6
|
|
Height = 148
|
|
Top = 6
|
|
Width = 378
|
|
Align = alTop
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Command line parameters'
|
|
ClientHeight = 129
|
|
ClientWidth = 374
|
|
ParentCtl3D = False
|
|
TabOrder = 1
|
|
object CmdLineMemo: TMemo
|
|
AnchorSideLeft.Control = CmdLineGroupbox
|
|
AnchorSideTop.Control = CmdLineGroupbox
|
|
AnchorSideRight.Control = CmdLineGroupbox
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = CmdLineGroupbox
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 6
|
|
Height = 117
|
|
Top = 6
|
|
Width = 362
|
|
Align = alClient
|
|
BorderSpacing.Around = 6
|
|
Lines.Strings = (
|
|
'CmdLineMemo'
|
|
)
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
object RelativePathsCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = CmdLineGroupbox
|
|
AnchorSideTop.Control = OkButton
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 6
|
|
Height = 22
|
|
Top = 161
|
|
Width = 171
|
|
Caption = 'RelativePathsCheckBox'
|
|
Checked = True
|
|
OnChange = RelativePathsCheckBoxChange
|
|
State = cbChecked
|
|
TabOrder = 2
|
|
end
|
|
end
|