mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 04:49:43 +02:00
IDE: project options: FPC resources above old lrs resources
git-svn-id: trunk@47425 -
This commit is contained in:
parent
7cc8d6fb84
commit
c3f37b3e74
@ -140,6 +140,16 @@ object ProjectMiscOptionsFrame: TProjectMiscOptionsFrame
|
||||
ClientHeight = 56
|
||||
ClientWidth = 532
|
||||
TabOrder = 8
|
||||
object UseFPCResourcesRadioButton: TRadioButton
|
||||
Left = 6
|
||||
Height = 22
|
||||
Top = 28
|
||||
Width = 520
|
||||
Caption = 'UseFPCResourcesRadioButton'
|
||||
ParentShowHint = False
|
||||
ShowHint = True
|
||||
TabOrder = 1
|
||||
end
|
||||
object UseLRSFilesRadioButton: TRadioButton
|
||||
Left = 6
|
||||
Height = 22
|
||||
@ -152,16 +162,6 @@ object ProjectMiscOptionsFrame: TProjectMiscOptionsFrame
|
||||
TabOrder = 0
|
||||
TabStop = True
|
||||
end
|
||||
object UseFPCResourcesRadioButton: TRadioButton
|
||||
Left = 6
|
||||
Height = 22
|
||||
Top = 28
|
||||
Width = 520
|
||||
Caption = 'UseFPCResourcesRadioButton'
|
||||
ParentShowHint = False
|
||||
ShowHint = True
|
||||
TabOrder = 1
|
||||
end
|
||||
end
|
||||
object UseDesignTimePkgsCheckBox: TCheckBox
|
||||
AnchorSideLeft.Control = Owner
|
||||
|
@ -31,7 +31,6 @@ type
|
||||
UseFPCResourcesRadioButton: TRadioButton;
|
||||
UseLRSFilesRadioButton: TRadioButton;
|
||||
private
|
||||
{ private declarations }
|
||||
public
|
||||
function GetTitle: string; override;
|
||||
procedure Setup(ADialog: TAbstractOptionsEditorDialog); override;
|
||||
|
Loading…
Reference in New Issue
Block a user