mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 06:12:38 +02:00
32 lines
620 B
Plaintext
32 lines
620 B
Plaintext
object ProjGrpOptionsFrame: TProjGrpOptionsFrame
|
|
Left = 0
|
|
Height = 317
|
|
Top = 0
|
|
Width = 443
|
|
ClientHeight = 317
|
|
ClientWidth = 443
|
|
TabOrder = 0
|
|
DesignLeft = 230
|
|
DesignTop = 263
|
|
object OpenLastGroupOnStartCheckBox: TCheckBox
|
|
Left = 8
|
|
Height = 24
|
|
Top = 10
|
|
Width = 160
|
|
Caption = 'Open last group on start'
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 0
|
|
end
|
|
object ShowTargetPathsCheckBox: TCheckBox
|
|
Left = 8
|
|
Height = 24
|
|
Top = 40
|
|
Width = 126
|
|
Caption = 'Show target paths'
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 1
|
|
end
|
|
end
|