lazarus/ide/showcompileropts.lfm
mattias aa3bf01500 IDE: fixed anchors in show compiler options
git-svn-id: trunk@25147 -
2010-05-03 08:43:46 +00:00

81 lines
1.9 KiB
Plaintext

object ShowCompilerOptionsDlg: TShowCompilerOptionsDlg
Left = 341
Height = 194
Top = 320
Width = 390
ActiveControl = CmdLineMemo
AutoSize = True
Caption = 'Compiler Options'
ClientHeight = 194
ClientWidth = 390
Constraints.MinHeight = 194
Constraints.MinWidth = 390
OnCreate = FormCreate
Position = poOwnerFormCenter
LCLVersion = '0.9.29'
object CmdLineGroupbox: TGroupBox
AnchorSideBottom.Control = CloseButton
Left = 6
Height = 144
Top = 6
Width = 378
Align = alTop
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6
Caption = 'Command line parameters'
ClientHeight = 125
ClientWidth = 374
TabOrder = 0
object CmdLineMemo: TMemo
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Side = asrBottom
Left = 6
Height = 113
Top = 6
Width = 362
Align = alClient
BorderSpacing.Around = 6
Lines.Strings = (
'CmdLineMemo'
)
ScrollBars = ssAutoVertical
TabOrder = 0
end
end
object RelativePathsCheckBox: TCheckBox
AnchorSideLeft.Control = CmdLineGroupbox
AnchorSideTop.Control = CloseButton
AnchorSideTop.Side = asrCenter
Left = 6
Height = 22
Top = 161
Width = 171
Caption = 'RelativePathsCheckBox'
Checked = True
OnChange = RelativePathsCheckBoxChange
State = cbChecked
TabOrder = 1
end
object CloseButton: TBitBtn
AnchorSideTop.Control = CmdLineGroupbox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 309
Height = 32
Top = 156
Width = 75
Anchors = [akRight, akBottom]
AutoSize = True
BorderSpacing.Around = 6
Caption = '&Close'
Constraints.MinHeight = 22
Constraints.MinWidth = 75
Kind = bkClose
NumGlyphs = 0
TabOrder = 2
end
end