Selaa lähdekoodia

Clean up file names.

Martijn Laan 6 vuotta sitten
vanhempi
commit
765dc1c1c8

+ 1 - 1
Components/FolderTreeView.pas

@@ -135,7 +135,7 @@ implementation
 }
 
 uses
-  PathFunc, ShellApi, UxThemeISX, Types;
+  PathFunc, ShellApi, UxTheme, Types;
 
 const
   SHPPFW_NONE = $00000000;

+ 2 - 2
Components/NewCheckListBox.pas

@@ -15,7 +15,7 @@ interface
 
 uses
   Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
-  StdCtrls, UxThemeISX;
+  StdCtrls, UxTheme;
 
 const
   WM_UPDATEUISTATE = $0128;
@@ -198,7 +198,7 @@ procedure Register;
 implementation
 
 uses
-  TmSchemaISX, PathFunc, ActiveX, BidiUtils, Types;
+  TmSchema, PathFunc, ActiveX, BidiUtils, Types;
 
 const
   sRadioCantHaveDisabledChildren = 'Radio item cannot have disabled child items';

+ 1 - 1
Components/TmSchemaISX.pas → Components/TmSchema.pas

@@ -46,7 +46,7 @@
 
 { Simplified by Martijn Laan for Inno Setup and Delphi 2 }
 
-unit TmSchemaISX;
+unit TmSchema;
 
 interface
 

+ 1 - 1
Components/UxThemeISX.pas → Components/UxTheme.pas

@@ -46,7 +46,7 @@
 
 { Simplified by Martijn Laan for Inno Setup and Delphi 2 }
 
-unit UxThemeISX;
+unit UxTheme;
 
 interface
 

+ 2 - 2
Projects/CompForm.pas

@@ -25,7 +25,7 @@ uses
   Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
   UIStateForm, StdCtrls, ExtCtrls, Menus, Buttons, ComCtrls, CommCtrl,
   ScintInt, ScintEdit, ScintStylerInnoSetup, NewTabSet, ModernColors,
-  DebugStruct, CompInt, UxThemeISX, System.ImageList, ImgList, ToolWin,
+  DebugStruct, CompInt, UxTheme, System.ImageList, ImgList, ToolWin,
   VirtualImageList, BaseImageCollection, ImageCollection;
 
 const
@@ -454,7 +454,7 @@ implementation
 
 uses
   ActiveX, Clipbrd, ShellApi, ShlObj, IniFiles, Registry, CommDlg, Consts, Types,
-  PathFunc, CmnFunc, CmnFunc2, FileClass, CompMsgs, TmSchemaISX, BrowseFunc,
+  PathFunc, CmnFunc, CmnFunc2, FileClass, CompMsgs, TmSchema, BrowseFunc,
   HtmlHelpFunc, TaskbarProgressFunc,
   {$IFDEF STATICCOMPILER} Compile, {$ENDIF}
   CompOptions, CompStartup, CompWizard, CompSignTools, CompTypes;

+ 2 - 2
Projects/Compil32.dpr

@@ -30,8 +30,8 @@ uses
   CompWizard in 'CompWizard.pas' {WizardForm},
   CompWizardFile in 'CompWizardFile.pas' {WizardFileForm},
   CompFileAssoc in 'CompFileAssoc.pas',
-  TmSchemaISX in '..\Components\TmSchemaISX.pas',
-  UxThemeISX in '..\Components\UxThemeISX.pas',
+  TmSchema in '..\Components\TmSchema.pas',
+  UxTheme in '..\Components\UxTheme.pas',
   DebugStruct in 'DebugStruct.pas',
   BrowseFunc in 'BrowseFunc.pas',
   CompSignTools in 'CompSignTools.pas' {SignToolsForm},