IDE: project options: FPC resources above old lrs resources

git-svn-id: trunk@47425 -
This commit is contained in:
mattias 2015-01-19 10:49:57 +00:00
parent 7cc8d6fb84
commit c3f37b3e74
2 changed files with 10 additions and 11 deletions

View File

@ -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

View File

@ -31,7 +31,6 @@ type
UseFPCResourcesRadioButton: TRadioButton;
UseLRSFilesRadioButton: TRadioButton;
private
{ private declarations }
public
function GetTitle: string; override;
procedure Setup(ADialog: TAbstractOptionsEditorDialog); override;