diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..80f7c6a --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.stat +__history +Lib/**/*.dcu \ No newline at end of file diff --git a/Lib/D10/UnitSwitcherD10.bpl b/Lib/D10/UnitSwitcherD10.bpl new file mode 100644 index 0000000..45161c2 Binary files /dev/null and b/Lib/D10/UnitSwitcherD10.bpl differ diff --git a/Lib/DXE2/UnitSwitcherDXE2.bpl b/Lib/DXE2/UnitSwitcherDXE2.bpl index 439b965..922ec4c 100644 Binary files a/Lib/DXE2/UnitSwitcherDXE2.bpl and b/Lib/DXE2/UnitSwitcherDXE2.bpl differ diff --git a/Packages/D10/UnitSwitcher.bdsproj b/Packages/D10/UnitSwitcher.bdsproj new file mode 100644 index 0000000..6039fbf --- /dev/null +++ b/Packages/D10/UnitSwitcher.bdsproj @@ -0,0 +1,175 @@ + + + + + + + + + + + + UnitSwitcher.dpk + + + 7.0 + + + 8 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 1 + 0 + 0 + 1 + 0 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 1 + 1 + 1 + True + True + WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; + + False + + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + False + False + False + True + True + True + True + True + True + + + + 0 + 0 + False + 1 + False + False + False + 16384 + 1048576 + 4194304 + UnitSwitcher + + + + ..\..\Lib\D2006 + ..\..\Lib\D2006 + + + + + + False + + + + + + False + + + True + False + + + True + False + 1 + 0 + 0 + 0 + False + False + False + False + False + 1043 + 1252 + + + + + 1.0.0.0 + + + + + + 1.0.0.0 + + + + UnitSwitcher + + + + + diff --git a/Packages/D10/UnitSwitcher.dpk b/Packages/D10/UnitSwitcher.dpk new file mode 100644 index 0000000..d663c5d --- /dev/null +++ b/Packages/D10/UnitSwitcher.dpk @@ -0,0 +1,66 @@ +package UnitSwitcher; + +{$R *.res} +{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users} +{$ALIGN 8} +{$ASSERTIONS ON} +{$BOOLEVAL OFF} +{$DEBUGINFO ON} +{$EXTENDEDSYNTAX ON} +{$IMPORTEDDATA ON} +{$IOCHECKS ON} +{$LOCALSYMBOLS ON} +{$LONGSTRINGS ON} +{$OPENSTRINGS ON} +{$OPTIMIZATION ON} +{$OVERFLOWCHECKS OFF} +{$RANGECHECKS OFF} +{$REFERENCEINFO ON} +{$SAFEDIVIDE OFF} +{$STACKFRAMES OFF} +{$TYPEDADDRESS OFF} +{$VARSTRINGCHECKS ON} +{$WRITEABLECONST OFF} +{$MINENUMSIZE 1} +{$IMAGEBASE $400000} +{$ENDIF IMPLICITBUILDING} +{$DESCRIPTION 'UnitSwitcher'} +{$LIBSUFFIX 'DXE2'} +{$DESIGNONLY} +{$IMPLICITBUILD OFF} + +requires + rtl, + designide, + vcl, + xmlrtl, + vclactnband, + vclx; + +contains + UnSwClient in '..\..\Source\UnSwClient.pas', + UnSwObjects in '..\..\Source\UnSwObjects.pas', + UnSwDialog in '..\..\Source\UnSwDialog.pas' {frmUnSwDialog}, + UnSwFilters in '..\..\Source\UnSwFilters.pas', + UnSwConfiguration in '..\..\Source\UnSwConfiguration.pas' {frmUnSwConfiguration}, + UnSwSettings in '..\..\Source\UnSwSettings.pas', + UnSwShortcuts in '..\..\Source\UnSwShortcuts.pas' {frmUnSwShortcuts}, + CmpSwClient in '..\..\Source\CmpSwClient.pas', + BaseSwClient in '..\..\Source\BaseSwClient.pas', + BaseSwDialog in '..\..\Source\BaseSwDialog.pas' {frmBaseSwDialog}, + BaseSwFilters in '..\..\Source\BaseSwFilters.pas', + BaseSwObjects in '..\..\Source\BaseSwObjects.pas', + UnSwReg in '..\..\Source\UnSwReg.pas', + CmpSwDialog in '..\..\Source\CmpSwDialog.pas' {frmCmpSwDialog}, + CmpSwObjects in '..\..\Source\CmpSwObjects.pas', + CmpSwFilters in '..\..\Source\CmpSwFilters.pas', + CmpSwSettings in '..\..\Source\CmpSwSettings.pas', + BaseSwSettings in '..\..\Source\BaseSwSettings.pas', + CmpSwConfiguration in '..\..\Source\CmpSwConfiguration.pas' {frmCmpSwConfiguration}, + CmpSwFilterConfiguration in '..\..\Source\CmpSwFilterConfiguration.pas' {frmCmpSwFilterConfiguration}, + ProjSwClient in '..\..\Source\ProjSwClient.pas', + ProjSwDialog in '..\..\Source\ProjSwDialog.pas' {frmProjSwDialog}, + ProjSwObjects in '..\..\Source\ProjSwObjects.pas', + ProjSwSettings in '..\..\Source\ProjSwSettings.pas'; + +end. diff --git a/Packages/D10/UnitSwitcher.dproj b/Packages/D10/UnitSwitcher.dproj new file mode 100644 index 0000000..924792e --- /dev/null +++ b/Packages/D10/UnitSwitcher.dproj @@ -0,0 +1,207 @@ + + + {9dce4f2a-aaf1-4f8e-aca7-c36afc829e47} + UnitSwitcher.dpk + Debug + DCC32 + ..\..\Lib\D2007\UnitSwitcherD2007.bpl + VCL + 13.4 + True + Debug + Win32 + 1 + Package + + + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + true + Cfg_1 + true + true + + + true + Base + true + + + true + Cfg_2 + true + true + + + true + true + true + ..\..\Lib\DXE2 + UnitSwitcher + Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Winapi;System.Win;$(DCC_Namespace) + 00400000 + 1043 + ..\..\Lib\DXE2 + true + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + DXE2 + true + + + + + Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace) + 1033 + + + 7.0 + False + False + 0 + ..\..\Lib\D2006 + ..\..\Lib\D2006 + RELEASE;$(DCC_Define) + + + 1033 + + + 7.0 + ..\..\Lib\D2007 + ..\..\Lib\D2007 + + + 1033 + + + Delphi.Personality.12 + Package + + + + False + True + False + + + True + False + 1 + 0 + 0 + 0 + False + False + False + False + False + 1043 + 1252 + + + + + 1.0.0.0 + + + + + + 1.0.0.0 + + + + WPViewPDF 3 + + + UnitSwitcher.dpk + + + + False + True + + + 12 + + + + + MainSource + + + + + + + + + + +
frmUnSwDialog
+
+ + +
frmUnSwConfiguration
+
+ + +
frmUnSwShortcuts
+
+ + + +
frmBaseSwDialog
+
+ + + + +
frmCmpSwDialog
+
+ + + + + +
frmCmpSwConfiguration
+
+ +
frmCmpSwFilterConfiguration
+
+ + +
frmProjSwDialog
+
+ + + + Cfg_2 + Base + + + Base + + + Cfg_1 + Base + +
+ +
diff --git a/Packages/D10/UnitSwitcher.res b/Packages/D10/UnitSwitcher.res new file mode 100644 index 0000000..a64cea3 Binary files /dev/null and b/Packages/D10/UnitSwitcher.res differ diff --git a/Source/BaseSwClient.pas b/Source/BaseSwClient.pas index 2e23ad7..dc82275 100644 --- a/Source/BaseSwClient.pas +++ b/Source/BaseSwClient.pas @@ -11,6 +11,9 @@ unit BaseSwClient; interface uses + {$IF CompilerVersion >= 32} + System.Actions, + {$IFEND} ActnList, Classes; diff --git a/Source/UnSwClient.pas b/Source/UnSwClient.pas index 5cd5214..6f76052 100644 --- a/Source/UnSwClient.pas +++ b/Source/UnSwClient.pas @@ -10,6 +10,9 @@ unit UnSwClient; interface uses + {$IF CompilerVersion >= 32} + System.Actions, + {$IFEND} ActnList, Classes, Dialogs,