diff --git a/components/jcf2/Ui/Settings/frAnyCapsSettings.pas b/components/jcf2/Ui/Settings/frAnyCapsSettings.pas index 3e01773c5e..f19db6b344 100644 --- a/components/jcf2/Ui/Settings/frAnyCapsSettings.pas +++ b/components/jcf2/Ui/Settings/frAnyCapsSettings.pas @@ -75,7 +75,6 @@ end; procedure TfrAnyCapsSettings.Setup(ADialog: TAbstractOptionsEditorDialog); begin - inherited Setup(ADialog); cbEnableAnyWords.Caption := lisCapsAnyWordEnable; Label1.Caption := lisCapsAnyWordSetCapitalisationOnTheseWords; end; diff --git a/components/jcf2/Ui/Settings/frClarifyBlocks.pas b/components/jcf2/Ui/Settings/frClarifyBlocks.pas index eb055dde24..c6ee05f40e 100644 --- a/components/jcf2/Ui/Settings/frClarifyBlocks.pas +++ b/components/jcf2/Ui/Settings/frClarifyBlocks.pas @@ -81,7 +81,6 @@ end; procedure TfClarifyBlocks.Setup(ADialog: TAbstractOptionsEditorDialog); begin - inherited Setup(ADialog); Label1.Caption := lisBlocksUseANewLineInBlocksAt; rgBlockBegin.Caption := lisBlocksBlockWithBegin; rgBlockBegin.Items[0] := lisCaseBlocksAlways; diff --git a/components/jcf2/Ui/Settings/frComments.pas b/components/jcf2/Ui/Settings/frComments.pas index d194f1faa7..9fca3db0ba 100644 --- a/components/jcf2/Ui/Settings/frComments.pas +++ b/components/jcf2/Ui/Settings/frComments.pas @@ -72,7 +72,6 @@ end; procedure TfComments.Setup(ADialog: TAbstractOptionsEditorDialog); begin - inherited Setup(ADialog); cbRemoveEmptyDoubleSlashComments.Caption := lisCommentsRemoveEmptySlashComments; cbRemoveEmptyCurlyBraceComments.Caption := diff --git a/components/jcf2/Ui/Settings/frCompilerDirectReturns.pas b/components/jcf2/Ui/Settings/frCompilerDirectReturns.pas index 4b640c2e8f..8342dc494d 100644 --- a/components/jcf2/Ui/Settings/frCompilerDirectReturns.pas +++ b/components/jcf2/Ui/Settings/frCompilerDirectReturns.pas @@ -85,7 +85,6 @@ end; procedure TfCompilerDirectReturns.Setup(ADialog: TAbstractOptionsEditorDialog); begin - inherited Setup(ADialog); Label1.Caption := lisCDUseANewLineBeforeCompilerDirectives; rgBeforeUses.Caption := lisCDUsesClause; rgBeforeUses.Items[0] := lisCaseBlocksAlways; diff --git a/components/jcf2/Ui/Settings/frUnitCaps.pas b/components/jcf2/Ui/Settings/frUnitCaps.pas index 129e9de1eb..6cb14cdfbc 100644 --- a/components/jcf2/Ui/Settings/frUnitCaps.pas +++ b/components/jcf2/Ui/Settings/frUnitCaps.pas @@ -71,7 +71,6 @@ end; procedure TfrUnitNameCaps.Setup(ADialog: TAbstractOptionsEditorDialog); begin - inherited Setup(ADialog); cbEnableAnyWords.Caption := lisCapsAnyWordEnable; Label1.Caption := lisCapsUnitNamesSetCapitalisationOnTheseUnitNames; end; diff --git a/components/jcf2/Ui/Settings/frWarnings.pas b/components/jcf2/Ui/Settings/frWarnings.pas index 373acea47e..1b5f74248e 100644 --- a/components/jcf2/Ui/Settings/frWarnings.pas +++ b/components/jcf2/Ui/Settings/frWarnings.pas @@ -75,7 +75,6 @@ end; procedure TfWarnings.Setup(ADialog: TAbstractOptionsEditorDialog); begin - inherited Setup(ADialog); cbWarningsOn.Caption := lisWarningsWarningsOn; cbWarnUnusedParams.Caption := lisWarningsWarnAboutUnusedParameters; Label1.Caption := lisWarningsIgnoreUnusedParametersNamed;