2 renames in Components.

This commit is contained in:
Martijn Laan 2024-08-04 21:40:15 +02:00
parent b40c4097f6
commit b0476e12c3
No known key found for this signature in database
GPG Key ID: E2DD568CF6098F6A
9 changed files with 11 additions and 11 deletions

View File

@ -205,7 +205,7 @@ procedure Register;
implementation implementation
uses uses
TmSchema, PathFunc, ActiveX, BidiUtils, Types; NewUxTheme.TmSchema, PathFunc, ActiveX, BidiUtils, Types;
const const
sRadioCantHaveDisabledChildren = 'Radio item cannot have disabled child items'; sRadioCantHaveDisabledChildren = 'Radio item cannot have disabled child items';

View File

@ -46,7 +46,7 @@
{ Simplified by Martijn Laan for Inno Setup } { Simplified by Martijn Laan for Inno Setup }
unit TmSchema; unit NewUxTheme.TmSchema;
interface interface

View File

@ -1,4 +1,4 @@
unit IsscintInt; unit ScintInt.InnoSetup;
{ {
Inno Setup Inno Setup

View File

@ -26,7 +26,7 @@ uses
IDE.Wizard.WizardForm in 'Src\Compil32\IDE.Wizard.WizardForm.pas' {WizardForm}, IDE.Wizard.WizardForm in 'Src\Compil32\IDE.Wizard.WizardForm.pas' {WizardForm},
IDE.Wizard.WizardFileForm in 'Src\Compil32\IDE.Wizard.WizardFileForm.pas' {WizardFileForm}, IDE.Wizard.WizardFileForm in 'Src\Compil32\IDE.Wizard.WizardFileForm.pas' {WizardFileForm},
IDE.FileAssocFunc in 'Src\Compil32\IDE.FileAssocFunc.pas', IDE.FileAssocFunc in 'Src\Compil32\IDE.FileAssocFunc.pas',
TmSchema in '..\Components\TmSchema.pas', NewUxTheme.TmSchema in '..\Components\NewUxTheme.TmSchema.pas',
NewUxTheme in '..\Components\NewUxTheme.pas', NewUxTheme in '..\Components\NewUxTheme.pas',
Shared.DebugStruct in 'Src\Shared.DebugStruct.pas', Shared.DebugStruct in 'Src\Shared.DebugStruct.pas',
Shared.BrowseFunc in 'Src\Shared.BrowseFunc.pas', Shared.BrowseFunc in 'Src\Shared.BrowseFunc.pas',
@ -61,7 +61,7 @@ uses
IDE.RegistryDesignerForm in 'Src\Compil32\IDE.RegistryDesignerForm.pas' {RegistryDesignerForm}, IDE.RegistryDesignerForm in 'Src\Compil32\IDE.RegistryDesignerForm.pas' {RegistryDesignerForm},
IDE.Wizard.WizardFormRegistryHelper in 'Src\Compil32\IDE.Wizard.WizardFormRegistryHelper.pas', IDE.Wizard.WizardFormRegistryHelper in 'Src\Compil32\IDE.Wizard.WizardFormRegistryHelper.pas',
MD5 in '..\Components\MD5.pas', MD5 in '..\Components\MD5.pas',
IsscintInt in '..\Components\IsscintInt.pas', ScintInt.InnoSetup in '..\Components\ScintInt.InnoSetup.pas',
Shared.ScriptFunc in 'Src\Shared.ScriptFunc.pas', Shared.ScriptFunc in 'Src\Shared.ScriptFunc.pas',
Shared.SetupTypes in 'Src\Shared.SetupTypes.pas', Shared.SetupTypes in 'Src\Shared.SetupTypes.pas',
Shared.Struct in 'Src\Shared.Struct.pas', Shared.Struct in 'Src\Shared.Struct.pas',

View File

@ -98,7 +98,7 @@
<Form>WizardFileForm</Form> <Form>WizardFileForm</Form>
</DCCReference> </DCCReference>
<DCCReference Include="Src\Compil32\IDE.FileAssocFunc.pas"/> <DCCReference Include="Src\Compil32\IDE.FileAssocFunc.pas"/>
<DCCReference Include="..\Components\TmSchema.pas"/> <DCCReference Include="..\Components\NewUxTheme.TmSchema.pas"/>
<DCCReference Include="..\Components\NewUxTheme.pas"/> <DCCReference Include="..\Components\NewUxTheme.pas"/>
<DCCReference Include="Src\Shared.DebugStruct.pas"/> <DCCReference Include="Src\Shared.DebugStruct.pas"/>
<DCCReference Include="Src\Shared.BrowseFunc.pas"/> <DCCReference Include="Src\Shared.BrowseFunc.pas"/>
@ -141,7 +141,7 @@
</DCCReference> </DCCReference>
<DCCReference Include="Src\Compil32\IDE.Wizard.WizardFormRegistryHelper.pas"/> <DCCReference Include="Src\Compil32\IDE.Wizard.WizardFormRegistryHelper.pas"/>
<DCCReference Include="..\Components\MD5.pas"/> <DCCReference Include="..\Components\MD5.pas"/>
<DCCReference Include="..\Components\IsscintInt.pas"/> <DCCReference Include="..\Components\ScintInt.InnoSetup.pas"/>
<DCCReference Include="Src\Shared.ScriptFunc.pas"/> <DCCReference Include="Src\Shared.ScriptFunc.pas"/>
<DCCReference Include="Src\Shared.SetupTypes.pas"/> <DCCReference Include="Src\Shared.SetupTypes.pas"/>
<DCCReference Include="Src\Shared.Struct.pas"/> <DCCReference Include="Src\Shared.Struct.pas"/>

View File

@ -78,7 +78,7 @@ uses
NewProgressBar in '..\Components\NewProgressBar.pas', NewProgressBar in '..\Components\NewProgressBar.pas',
NewStaticText in '..\Components\NewStaticText.pas', NewStaticText in '..\Components\NewStaticText.pas',
PasswordEdit in '..\Components\PasswordEdit.pas', PasswordEdit in '..\Components\PasswordEdit.pas',
TmSchema in '..\Components\TmSchema.pas', NewUxTheme.TmSchema in '..\Components\NewUxTheme.TmSchema.pas',
RestartManager in '..\Components\RestartManager.pas', RestartManager in '..\Components\RestartManager.pas',
Resample in '..\Components\Resample.pas', Resample in '..\Components\Resample.pas',
ASMInline in '..\Components\ASMInline.pas', ASMInline in '..\Components\ASMInline.pas',

View File

@ -151,7 +151,7 @@
<DCCReference Include="..\Components\NewProgressBar.pas"/> <DCCReference Include="..\Components\NewProgressBar.pas"/>
<DCCReference Include="..\Components\NewStaticText.pas"/> <DCCReference Include="..\Components\NewStaticText.pas"/>
<DCCReference Include="..\Components\PasswordEdit.pas"/> <DCCReference Include="..\Components\PasswordEdit.pas"/>
<DCCReference Include="..\Components\TmSchema.pas"/> <DCCReference Include="..\Components\NewUxTheme.TmSchema.pas"/>
<DCCReference Include="..\Components\RestartManager.pas"/> <DCCReference Include="..\Components\RestartManager.pas"/>
<DCCReference Include="..\Components\Resample.pas"/> <DCCReference Include="..\Components\Resample.pas"/>
<DCCReference Include="..\Components\ASMInline.pas"/> <DCCReference Include="..\Components\ASMInline.pas"/>

View File

@ -171,7 +171,7 @@ type
implementation implementation
uses uses
SysUtils, MD5, IsscintInt; SysUtils, MD5, ScintInt.InnoSetup;
{ TCompScintEdit } { TCompScintEdit }

View File

@ -651,7 +651,7 @@ implementation
uses uses
ActiveX, Clipbrd, ShellApi, ShlObj, IniFiles, Registry, Consts, Types, UITypes, ActiveX, Clipbrd, ShellApi, ShlObj, IniFiles, Registry, Consts, Types, UITypes,
Math, StrUtils, WideStrUtils, Math, StrUtils, WideStrUtils,
PathFunc, Shared.CommonFunc.Vcl, Shared.CommonFunc, Shared.FileClass, IDE.Messages, TmSchema, Shared.BrowseFunc, PathFunc, Shared.CommonFunc.Vcl, Shared.CommonFunc, Shared.FileClass, IDE.Messages, NewUxTheme.TmSchema, Shared.BrowseFunc,
IDE.HtmlHelpFunc, Shared.TaskbarProgressFunc, IDE.HtmlHelpFunc, Shared.TaskbarProgressFunc,
{$IFDEF STATICCOMPILER} Compile, {$ENDIF} {$IFDEF STATICCOMPILER} Compile, {$ENDIF}
IDE.OptionsForm, IDE.StartupForm, IDE.Wizard.WizardForm, IDE.SignToolsForm, IDE.OptionsForm, IDE.StartupForm, IDE.Wizard.WizardForm, IDE.SignToolsForm,