diff --git a/.gitignore b/.gitignore index bf3a974..7639dbb 100644 --- a/.gitignore +++ b/.gitignore @@ -28,4 +28,10 @@ __* *.ppu *.compiled *.o -*.obj \ No newline at end of file +*.obj +PDACTest.conf + +UnitTest/*.html +UnitTest/dunit.ini +UnitTest/TestOutput +UnitTest/TestData \ No newline at end of file diff --git a/PSQLCOMP.pas b/PSQLCOMP.pas index 3ccbfd0..0a1d385 100644 --- a/PSQLCOMP.pas +++ b/PSQLCOMP.pas @@ -472,10 +472,10 @@ procedure Register; if Assigned(SplashScreenServices) then begin ForceDemandLoadState(dlDisable); - SplashScreenServices.AddPluginBitmap(Format('MicroOLAP PostgresDAC Component Suite %s', [PSQLDBTables.VERSION]), + SplashScreenServices.AddPluginBitmap(Format('PostgresDAC Component Suite %s', [PSQLDBTables.VERSION]), LoadBitmap(FindResourceHInstance(HInstance), 'PSQLLOGO'), False, - PSQLDBTables.LICENSETYPE); + 'MIT License'); end; {$ENDIF} diff --git a/PostgresDAC10.bdsproj b/Packages/PostgresDAC10.bdsproj similarity index 97% rename from PostgresDAC10.bdsproj rename to Packages/PostgresDAC10.bdsproj index 73d9a3a..2636e16 100644 --- a/PostgresDAC10.bdsproj +++ b/Packages/PostgresDAC10.bdsproj @@ -1,180 +1,180 @@ - - - - - - - - - - - - PostgresDAC10.dpk - - - 7.0 - - - 8 - 0 - 0 - 0 - 0 - 0 - 1 - 1 - 1 - 1 - 0 - 0 - 0 - 1 - 1 - 1 - 0 - 0 - 0 - 0 - 0 - 1 - 0 - 1 - 0 - 1 - True - True - WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; - - False - - 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 - False - False - False - True - True - True - True - True - True - - - - 0 - 44 - False - 1 - False - False - False - 16384 - 1048576 - 4194304 - PostgreSQL Direct Access Components - - - - - - - - - - - False - - - - - - False - - - True - False - - - - - False - - - - $00000000 - - - - True - False - 1 - 0 - 0 - 0 - False - False - False - False - False - 1033 - 1252 - - - - - 1.0.0.0 - - - - - - 1.0.0.0 - - - - + + + + + + + + + + + + PostgresDAC10.dpk + + + 7.0 + + + 8 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 1 + 0 + 1 + True + True + WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; + + False + + 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 + False + False + False + True + True + True + True + True + True + + + + 0 + 44 + False + 1 + False + False + False + 16384 + 1048576 + 4194304 + PostgreSQL Direct Access Components + + + + + + + + + + + False + + + + + + False + + + True + False + + + + + False + + + + $00000000 + + + + True + False + 1 + 0 + 0 + 0 + False + False + False + False + False + 1033 + 1252 + + + + + 1.0.0.0 + + + + + + 1.0.0.0 + + + + diff --git a/PostgresDAC10.cfg b/Packages/PostgresDAC10.cfg similarity index 92% rename from PostgresDAC10.cfg rename to Packages/PostgresDAC10.cfg index 07308fc..c396824 100644 --- a/PostgresDAC10.cfg +++ b/Packages/PostgresDAC10.cfg @@ -1,41 +1,41 @@ --$A8 --$B- --$C- --$D- --$E- --$F- --$G+ --$H+ --$I+ --$J+ --$K- --$L- --$M- --$N+ --$O+ --$P+ --$Q- --$R- --$S- --$T- --$U- --$V+ --$W- --$X+ --$Y- --$Z1 --JL --cg --AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; --H+ --W+ --M --$M16384,1048576 --K$00400000 --LE"C:\Documents and Settings\Victor\My Documents\Borland Studio Projects\Bpl" --LN"C:\Documents and Settings\Victor\My Documents\Borland Studio Projects\Bpl" --Z --w-SYMBOL_DEPRECATED --w-UNSAFE_TYPE --w-UNSAFE_CODE --w-UNSAFE_CAST +-$A8 +-$B- +-$C- +-$D- +-$E- +-$F- +-$G+ +-$H+ +-$I+ +-$J+ +-$K- +-$L- +-$M- +-$N+ +-$O+ +-$P+ +-$Q- +-$R- +-$S- +-$T- +-$U- +-$V+ +-$W- +-$X+ +-$Y- +-$Z1 +-JL +-cg +-AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; +-H+ +-W+ +-M +-$M16384,1048576 +-K$00400000 +-LE"C:\Documents and Settings\Victor\My Documents\Borland Studio Projects\Bpl" +-LN"C:\Documents and Settings\Victor\My Documents\Borland Studio Projects\Bpl" +-Z +-w-SYMBOL_DEPRECATED +-w-UNSAFE_TYPE +-w-UNSAFE_CODE +-w-UNSAFE_CAST diff --git a/PostgresDAC10.dpk b/Packages/PostgresDAC10.dpk similarity index 52% rename from PostgresDAC10.dpk rename to Packages/PostgresDAC10.dpk index 4bb912f..4ec28e4 100644 --- a/PostgresDAC10.dpk +++ b/Packages/PostgresDAC10.dpk @@ -1,53 +1,53 @@ -package PostgresDAC10; - -{$R *.res} -{$ALIGN 8} -{$ASSERTIONS OFF} -{$BOOLEVAL OFF} -{$DEBUGINFO OFF} -{$EXTENDEDSYNTAX ON} -{$IMPORTEDDATA ON} -{$IOCHECKS ON} -{$LOCALSYMBOLS OFF} -{$LONGSTRINGS ON} -{$OPENSTRINGS ON} -{$OPTIMIZATION ON} -{$OVERFLOWCHECKS OFF} -{$RANGECHECKS OFF} -{$REFERENCEINFO OFF} -{$SAFEDIVIDE OFF} -{$STACKFRAMES OFF} -{$TYPEDADDRESS OFF} -{$VARSTRINGCHECKS ON} -{$WRITEABLECONST ON} -{$MINENUMSIZE 1} -{$IMAGEBASE $400000} -{$DESCRIPTION 'PostgreSQL Direct Access Components'} -{$RUNONLY} -{$IMPLICITBUILD OFF} - -requires - vcl, - vcldb, - bdertl, - rtl, - dsnap, - dbrtl; - -contains - PSQLTypes in 'PSQLTypes.pas', - PSQLAccess in 'PSQLAccess.pas', - PSQLDbTables in 'PSQLDbTables.pas', - psqlBatch in 'psqlBatch.pas', - PSQLMacroQuery in 'PSQLMacroQuery.pas', - PSQLMonitor in 'PSQLMonitor.pas', - PSQLTools in 'PSQLTools.pas', - PSQLDump in 'PSQLDump.pas', - PSQLCommon in 'PSQLCommon.pas', - PSQLCopy in 'PSQLCopy.pas', - PSQLDirectQuery in 'PSQLDirectQuery.pas', - PSQLExtMask in 'PSQLExtMask.pas', - PSQLFields in 'PSQLFields.pas', - PSQLNotify in 'PSQLNotify.pas'; - -end. +package PostgresDAC10; + +{$R *.res} +{$ALIGN 8} +{$ASSERTIONS OFF} +{$BOOLEVAL OFF} +{$DEBUGINFO OFF} +{$EXTENDEDSYNTAX ON} +{$IMPORTEDDATA ON} +{$IOCHECKS ON} +{$LOCALSYMBOLS OFF} +{$LONGSTRINGS ON} +{$OPENSTRINGS ON} +{$OPTIMIZATION ON} +{$OVERFLOWCHECKS OFF} +{$RANGECHECKS OFF} +{$REFERENCEINFO OFF} +{$SAFEDIVIDE OFF} +{$STACKFRAMES OFF} +{$TYPEDADDRESS OFF} +{$VARSTRINGCHECKS ON} +{$WRITEABLECONST ON} +{$MINENUMSIZE 1} +{$IMAGEBASE $400000} +{$DESCRIPTION 'PostgreSQL Direct Access Components'} +{$RUNONLY} +{$IMPLICITBUILD OFF} + +requires + vcl, + vcldb, + bdertl, + rtl, + dsnap, + dbrtl; + +contains + PSQLTypes in '..\PSQLTypes.pas', + PSQLAccess in '..\PSQLAccess.pas', + PSQLDbTables in '..\PSQLDbTables.pas', + psqlBatch in '..\psqlBatch.pas', + PSQLMacroQuery in '..\PSQLMacroQuery.pas', + PSQLMonitor in '..\PSQLMonitor.pas', + PSQLTools in '..\PSQLTools.pas', + PSQLDump in '..\PSQLDump.pas', + PSQLCommon in '..\PSQLCommon.pas', + PSQLCopy in '..\PSQLCopy.pas', + PSQLDirectQuery in '..\PSQLDirectQuery.pas', + PSQLExtMask in '..\PSQLExtMask.pas', + PSQLFields in '..\PSQLFields.pas', + PSQLNotify in '..\PSQLNotify.pas'; + +end. diff --git a/PostgresDAC10.res b/Packages/PostgresDAC10.res similarity index 100% rename from PostgresDAC10.res rename to Packages/PostgresDAC10.res diff --git a/PostgresDAC11.cfg b/Packages/PostgresDAC11.cfg similarity index 87% rename from PostgresDAC11.cfg rename to Packages/PostgresDAC11.cfg index 9fb3be2..2f4ed01 100644 --- a/PostgresDAC11.cfg +++ b/Packages/PostgresDAC11.cfg @@ -1,35 +1,35 @@ --$A8 --$B- --$C+ --$D+ --$E- --$F- --$G+ --$H+ --$I+ --$J+ --$K- --$L+ --$M- --$N+ --$O+ --$P+ --$Q- --$R- --$S- --$T- --$U- --$V+ --$W+ --$X+ --$YD --$Z1 --GD --cg --AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; --H+ --W+ --M --$M16384,1048576 --K$00400000 --Z +-$A8 +-$B- +-$C+ +-$D+ +-$E- +-$F- +-$G+ +-$H+ +-$I+ +-$J+ +-$K- +-$L+ +-$M- +-$N+ +-$O+ +-$P+ +-$Q- +-$R- +-$S- +-$T- +-$U- +-$V+ +-$W+ +-$X+ +-$YD +-$Z1 +-GD +-cg +-AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; +-H+ +-W+ +-M +-$M16384,1048576 +-K$00400000 +-Z diff --git a/PostgresDAC11.dpk b/Packages/PostgresDAC11.dpk similarity index 52% rename from PostgresDAC11.dpk rename to Packages/PostgresDAC11.dpk index 6c99102..ca4b671 100644 --- a/PostgresDAC11.dpk +++ b/Packages/PostgresDAC11.dpk @@ -1,54 +1,54 @@ -package PostgresDAC11; - -{$R *.res} -{$ALIGN 8} -{$ASSERTIONS OFF} -{$BOOLEVAL OFF} -{$DEBUGINFO ON} -{$EXTENDEDSYNTAX ON} -{$IMPORTEDDATA ON} -{$IOCHECKS ON} -{$LOCALSYMBOLS OFF} -{$LONGSTRINGS ON} -{$OPENSTRINGS ON} -{$OPTIMIZATION ON} -{$OVERFLOWCHECKS OFF} -{$RANGECHECKS OFF} -{$REFERENCEINFO OFF} -{$SAFEDIVIDE OFF} -{$STACKFRAMES OFF} -{$TYPEDADDRESS OFF} -{$VARSTRINGCHECKS ON} -{$WRITEABLECONST ON} -{$MINENUMSIZE 1} -{$IMAGEBASE $400000} -{$DESCRIPTION 'PostgreSQL Direct Access Components'} -{$RUNONLY} -{$IMPLICITBUILD OFF} -{$DEFINE RELEASE} - -requires - vcl, - vcldb, - bdertl, - rtl, - dsnap, - dbrtl; - -contains - PSQLTypes in 'PSQLTypes.pas', - PSQLAccess in 'PSQLAccess.pas', - PSQLDbTables in 'PSQLDbTables.pas', - psqlBatch in 'psqlBatch.pas', - PSQLMacroQuery in 'PSQLMacroQuery.pas', - PSQLMonitor in 'PSQLMonitor.pas', - PSQLTools in 'PSQLTools.pas', - PSQLDump in 'PSQLDump.pas', - PSQLCommon in 'PSQLCommon.pas', - PSQLCopy in 'PSQLCopy.pas', - PSQLDirectQuery in 'PSQLDirectQuery.pas', - PSQLExtMask in 'PSQLExtMask.pas', - PSQLFields in 'PSQLFields.pas', - PSQLNotify in 'PSQLNotify.pas'; - -end. +package PostgresDAC11; + +{$R *.res} +{$ALIGN 8} +{$ASSERTIONS OFF} +{$BOOLEVAL OFF} +{$DEBUGINFO ON} +{$EXTENDEDSYNTAX ON} +{$IMPORTEDDATA ON} +{$IOCHECKS ON} +{$LOCALSYMBOLS OFF} +{$LONGSTRINGS ON} +{$OPENSTRINGS ON} +{$OPTIMIZATION ON} +{$OVERFLOWCHECKS OFF} +{$RANGECHECKS OFF} +{$REFERENCEINFO OFF} +{$SAFEDIVIDE OFF} +{$STACKFRAMES OFF} +{$TYPEDADDRESS OFF} +{$VARSTRINGCHECKS ON} +{$WRITEABLECONST ON} +{$MINENUMSIZE 1} +{$IMAGEBASE $400000} +{$DESCRIPTION 'PostgreSQL Direct Access Components'} +{$RUNONLY} +{$IMPLICITBUILD OFF} +{$DEFINE RELEASE} + +requires + vcl, + vcldb, + bdertl, + rtl, + dsnap, + dbrtl; + +contains + PSQLTypes in '..\PSQLTypes.pas', + PSQLAccess in '..\PSQLAccess.pas', + PSQLDbTables in '..\PSQLDbTables.pas', + psqlBatch in '..\psqlBatch.pas', + PSQLMacroQuery in '..\PSQLMacroQuery.pas', + PSQLMonitor in '..\PSQLMonitor.pas', + PSQLTools in '..\PSQLTools.pas', + PSQLDump in '..\PSQLDump.pas', + PSQLCommon in '..\PSQLCommon.pas', + PSQLCopy in '..\PSQLCopy.pas', + PSQLDirectQuery in '..\PSQLDirectQuery.pas', + PSQLExtMask in '..\PSQLExtMask.pas', + PSQLFields in '..\PSQLFields.pas', + PSQLNotify in '..\PSQLNotify.pas'; + +end. diff --git a/PostgresDAC11.dproj b/Packages/PostgresDAC11.dproj similarity index 98% rename from PostgresDAC11.dproj rename to Packages/PostgresDAC11.dproj index 1a4a07b..1621101 100644 --- a/PostgresDAC11.dproj +++ b/Packages/PostgresDAC11.dproj @@ -1,64 +1,64 @@ - - - - {feddbbd2-3648-4b77-99df-4e9855b0e435} - PostgresDAC11.dpk - Release - AnyCPU - DCC32 - C:\Documents and Settings\Pasha_Golub.PASHA\My Documents\RAD Studio\5.0\Bpl\PostgresDAC11.bpl - - - 7.0 - False - True - False - 0 - RELEASE - False - All - 3 - - - 7.0 - False - False - True - False - 0 - All - False - - - Delphi.Personality - Package - -FalseTrueFalsePostgreSQL Direct Access ComponentsFalseFalseTrueTrueFalse1000FalseFalseFalseFalseFalse103312521.0.0.01.0.0.0PostgresDAC11.dpk - - - - - MainSource - - - - - - - - - - - - - - - - - - - - - - + + + + {feddbbd2-3648-4b77-99df-4e9855b0e435} + PostgresDAC11.dpk + Release + AnyCPU + DCC32 + C:\Documents and Settings\Pasha_Golub.PASHA\My Documents\RAD Studio\5.0\Bpl\PostgresDAC11.bpl + + + 7.0 + False + True + False + 0 + RELEASE + False + All + 3 + + + 7.0 + False + False + True + False + 0 + All + False + + + Delphi.Personality + Package + +FalseTrueFalsePostgreSQL Direct Access ComponentsFalseFalseTrueTrueFalse1000FalseFalseFalseFalseFalse103312521.0.0.01.0.0.0PostgresDAC11.dpk + + + + + MainSource + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PostgresDAC11.res b/Packages/PostgresDAC11.res similarity index 100% rename from PostgresDAC11.res rename to Packages/PostgresDAC11.res diff --git a/PostgresDAC12.dpk b/Packages/PostgresDAC12.dpk similarity index 52% rename from PostgresDAC12.dpk rename to Packages/PostgresDAC12.dpk index 6f0ad4f..336d647 100644 --- a/PostgresDAC12.dpk +++ b/Packages/PostgresDAC12.dpk @@ -1,54 +1,54 @@ -package PostgresDAC12; - -{$R *.res} -{$ALIGN 8} -{$ASSERTIONS OFF} -{$BOOLEVAL OFF} -{$DEBUGINFO OFF} -{$EXTENDEDSYNTAX ON} -{$IMPORTEDDATA ON} -{$IOCHECKS ON} -{$LOCALSYMBOLS OFF} -{$LONGSTRINGS ON} -{$OPENSTRINGS ON} -{$OPTIMIZATION ON} -{$OVERFLOWCHECKS OFF} -{$RANGECHECKS OFF} -{$REFERENCEINFO OFF} -{$SAFEDIVIDE OFF} -{$STACKFRAMES OFF} -{$TYPEDADDRESS OFF} -{$VARSTRINGCHECKS ON} -{$WRITEABLECONST ON} -{$MINENUMSIZE 1} -{$IMAGEBASE $400000} -{$DESCRIPTION 'PostgreSQL Direct Access Components'} -{$RUNONLY} -{$IMPLICITBUILD OFF} -{$DEFINE RELEASE} - -requires - vcl, - vcldb, - bdertl, - rtl, - dsnap, - dbrtl; - -contains - PSQLTypes in 'PSQLTypes.pas', - PSQLAccess in 'PSQLAccess.pas', - PSQLDbTables in 'PSQLDbTables.pas', - psqlBatch in 'psqlBatch.pas', - PSQLMacroQuery in 'PSQLMacroQuery.pas', - PSQLMonitor in 'PSQLMonitor.pas', - PSQLTools in 'PSQLTools.pas', - PSQLDump in 'PSQLDump.pas', - PSQLCommon in 'PSQLCommon.pas', - PSQLCopy in 'PSQLCopy.pas', - PSQLDirectQuery in 'PSQLDirectQuery.pas', - PSQLExtMask in 'PSQLExtMask.pas', - PSQLFields in 'PSQLFields.pas', - PSQLNotify in 'PSQLNotify.pas'; - -end. +package PostgresDAC12; + +{$R *.res} +{$ALIGN 8} +{$ASSERTIONS OFF} +{$BOOLEVAL OFF} +{$DEBUGINFO OFF} +{$EXTENDEDSYNTAX ON} +{$IMPORTEDDATA ON} +{$IOCHECKS ON} +{$LOCALSYMBOLS OFF} +{$LONGSTRINGS ON} +{$OPENSTRINGS ON} +{$OPTIMIZATION ON} +{$OVERFLOWCHECKS OFF} +{$RANGECHECKS OFF} +{$REFERENCEINFO OFF} +{$SAFEDIVIDE OFF} +{$STACKFRAMES OFF} +{$TYPEDADDRESS OFF} +{$VARSTRINGCHECKS ON} +{$WRITEABLECONST ON} +{$MINENUMSIZE 1} +{$IMAGEBASE $400000} +{$DESCRIPTION 'PostgreSQL Direct Access Components'} +{$RUNONLY} +{$IMPLICITBUILD OFF} +{$DEFINE RELEASE} + +requires + vcl, + vcldb, + bdertl, + rtl, + dsnap, + dbrtl; + +contains + PSQLTypes in '..\PSQLTypes.pas', + PSQLAccess in '..\PSQLAccess.pas', + PSQLDbTables in '..\PSQLDbTables.pas', + psqlBatch in '..\psqlBatch.pas', + PSQLMacroQuery in '..\PSQLMacroQuery.pas', + PSQLMonitor in '..\PSQLMonitor.pas', + PSQLTools in '..\PSQLTools.pas', + PSQLDump in '..\PSQLDump.pas', + PSQLCommon in '..\PSQLCommon.pas', + PSQLCopy in '..\PSQLCopy.pas', + PSQLDirectQuery in '..\PSQLDirectQuery.pas', + PSQLExtMask in '..\PSQLExtMask.pas', + PSQLFields in '..\PSQLFields.pas', + PSQLNotify in '..\PSQLNotify.pas'; + +end. diff --git a/PostgresDAC12.dproj b/Packages/PostgresDAC12.dproj similarity index 97% rename from PostgresDAC12.dproj rename to Packages/PostgresDAC12.dproj index 2ea9d31..6c798f2 100644 --- a/PostgresDAC12.dproj +++ b/Packages/PostgresDAC12.dproj @@ -1,153 +1,153 @@ - - - {feddbbd2-3648-4b77-99df-4e9855b0e435} - PostgresDAC12.dpk - Release - AnyCPU - DCC32 - C:\Documents and Settings\All Users\Documents\RAD Studio\5.0\Bpl\PostgresDAC11.bpl - 12.0 - Release - - - true - - - true - Base - true - - - true - Base - true - - - All - true - C:\Documents and Settings\All Users\Documents\RAD Studio\6.0\Bpl\PostgresDAC12.bpl - 00400000 - false - false - RELEASE;$(DCC_Define) - PostgreSQL Direct Access Components - true - false - true - true - false - 0 - true - - - 7.0 - False - False - True - False - 0 - RELEASE - False - All - - - 7.0 - False - False - True - False - 0 - All - False - - - - MainSource - - - - - - - - - - - - - - - - - - - - - - - Base - - - Cfg_2 - Base - - - Cfg_1 - Base - - - - - Delphi.Personality.12 - Package - - - - False - True - False - - - True - False - 2 - 5 - 0 - 0 - False - False - False - False - False - 1033 - 1252 - - - - - 2.5.0.0 - - - - - - 1.0.0.0 - - - - PostgreSQL Direct Access Components - CodeGear C++Builder Office 2000 Servers Package - CodeGear C++Builder Office XP Servers Package - Rave Reports 7.6 BE Package - Microsoft Office 2000 Sample Automation Server Wrapper Components - Microsoft Office XP Sample Automation Server Wrapper Components - - - PostgresDAC12.dpk - - - False - - 12 - - + + + {feddbbd2-3648-4b77-99df-4e9855b0e435} + PostgresDAC12.dpk + Release + AnyCPU + DCC32 + C:\Documents and Settings\All Users\Documents\RAD Studio\5.0\Bpl\PostgresDAC11.bpl + 12.0 + Release + + + true + + + true + Base + true + + + true + Base + true + + + All + true + C:\Documents and Settings\All Users\Documents\RAD Studio\6.0\Bpl\PostgresDAC12.bpl + 00400000 + false + false + RELEASE;$(DCC_Define) + PostgreSQL Direct Access Components + true + false + true + true + false + 0 + true + + + 7.0 + False + False + True + False + 0 + RELEASE + False + All + + + 7.0 + False + False + True + False + 0 + All + False + + + + MainSource + + + + + + + + + + + + + + + + + + + + + + + Base + + + Cfg_2 + Base + + + Cfg_1 + Base + + + + + Delphi.Personality.12 + Package + + + + False + True + False + + + True + False + 2 + 5 + 0 + 0 + False + False + False + False + False + 1033 + 1252 + + + + + 2.5.0.0 + + + + + + 1.0.0.0 + + + + PostgreSQL Direct Access Components + CodeGear C++Builder Office 2000 Servers Package + CodeGear C++Builder Office XP Servers Package + Rave Reports 7.6 BE Package + Microsoft Office 2000 Sample Automation Server Wrapper Components + Microsoft Office XP Sample Automation Server Wrapper Components + + + PostgresDAC12.dpk + + + False + + 12 + + diff --git a/PostgresDAC12.res b/Packages/PostgresDAC12.res similarity index 100% rename from PostgresDAC12.res rename to Packages/PostgresDAC12.res diff --git a/PostgresDAC14.dpk b/Packages/PostgresDAC14.dpk similarity index 52% rename from PostgresDAC14.dpk rename to Packages/PostgresDAC14.dpk index 2900ff1..a32be7c 100644 --- a/PostgresDAC14.dpk +++ b/Packages/PostgresDAC14.dpk @@ -1,54 +1,54 @@ -package PostgresDAC14; - -{$R *.res} -{$ALIGN 8} -{$ASSERTIONS OFF} -{$BOOLEVAL OFF} -{$DEBUGINFO OFF} -{$EXTENDEDSYNTAX ON} -{$IMPORTEDDATA ON} -{$IOCHECKS ON} -{$LOCALSYMBOLS OFF} -{$LONGSTRINGS ON} -{$OPENSTRINGS ON} -{$OPTIMIZATION ON} -{$OVERFLOWCHECKS OFF} -{$RANGECHECKS OFF} -{$REFERENCEINFO OFF} -{$SAFEDIVIDE OFF} -{$STACKFRAMES OFF} -{$TYPEDADDRESS OFF} -{$VARSTRINGCHECKS ON} -{$WRITEABLECONST ON} -{$MINENUMSIZE 1} -{$IMAGEBASE $400000} -{$DESCRIPTION 'PostgreSQL Direct Access Components'} -{$RUNONLY} -{$IMPLICITBUILD OFF} -{$DEFINE RELEASE} - -requires - vcl, - vcldb, - bdertl, - rtl, - dsnap, - dbrtl; - -contains - PSQLTypes in 'PSQLTypes.pas', - PSQLAccess in 'PSQLAccess.pas', - PSQLDbTables in 'PSQLDbTables.pas', - psqlBatch in 'psqlBatch.pas', - PSQLMacroQuery in 'PSQLMacroQuery.pas', - PSQLMonitor in 'PSQLMonitor.pas', - PSQLTools in 'PSQLTools.pas', - PSQLDump in 'PSQLDump.pas', - PSQLCommon in 'PSQLCommon.pas', - PSQLCopy in 'PSQLCopy.pas', - PSQLDirectQuery in 'PSQLDirectQuery.pas', - PSQLExtMask in 'PSQLExtMask.pas', - PSQLFields in 'PSQLFields.pas', - PSQLNotify in 'PSQLNotify.pas'; - -end. +package PostgresDAC14; + +{$R *.res} +{$ALIGN 8} +{$ASSERTIONS OFF} +{$BOOLEVAL OFF} +{$DEBUGINFO OFF} +{$EXTENDEDSYNTAX ON} +{$IMPORTEDDATA ON} +{$IOCHECKS ON} +{$LOCALSYMBOLS OFF} +{$LONGSTRINGS ON} +{$OPENSTRINGS ON} +{$OPTIMIZATION ON} +{$OVERFLOWCHECKS OFF} +{$RANGECHECKS OFF} +{$REFERENCEINFO OFF} +{$SAFEDIVIDE OFF} +{$STACKFRAMES OFF} +{$TYPEDADDRESS OFF} +{$VARSTRINGCHECKS ON} +{$WRITEABLECONST ON} +{$MINENUMSIZE 1} +{$IMAGEBASE $400000} +{$DESCRIPTION 'PostgreSQL Direct Access Components'} +{$RUNONLY} +{$IMPLICITBUILD OFF} +{$DEFINE RELEASE} + +requires + vcl, + vcldb, + bdertl, + rtl, + dsnap, + dbrtl; + +contains + PSQLTypes in '..\PSQLTypes.pas', + PSQLAccess in '..\PSQLAccess.pas', + PSQLDbTables in '..\PSQLDbTables.pas', + psqlBatch in '..\psqlBatch.pas', + PSQLMacroQuery in '..\PSQLMacroQuery.pas', + PSQLMonitor in '..\PSQLMonitor.pas', + PSQLTools in '..\PSQLTools.pas', + PSQLDump in '..\PSQLDump.pas', + PSQLCommon in '..\PSQLCommon.pas', + PSQLCopy in '..\PSQLCopy.pas', + PSQLDirectQuery in '..\PSQLDirectQuery.pas', + PSQLExtMask in '..\PSQLExtMask.pas', + PSQLFields in '..\PSQLFields.pas', + PSQLNotify in '..\PSQLNotify.pas'; + +end. diff --git a/PostgresDAC14.dproj b/Packages/PostgresDAC14.dproj similarity index 97% rename from PostgresDAC14.dproj rename to Packages/PostgresDAC14.dproj index ab191dd..6c097ca 100644 --- a/PostgresDAC14.dproj +++ b/Packages/PostgresDAC14.dproj @@ -1,153 +1,153 @@ - - - {feddbbd2-3648-4b77-99df-4e9855b0e435} - PostgresDAC14.dpk - Release - AnyCPU - DCC32 - C:\Documents and Settings\All Users\Documents\RAD Studio\5.0\Bpl\PostgresDAC11.bpl - 12.0 - Release - - - true - - - true - Base - true - - - true - Base - true - - - All - true - C:\Documents and Settings\All Users\Documents\RAD Studio\7.0\Bpl\PostgresDAC14.bpl - 00400000 - false - false - RELEASE;$(DCC_Define) - PostgreSQL Direct Access Components - true - false - true - true - false - 0 - true - - - 7.0 - False - False - True - False - 0 - RELEASE - False - All - - - 7.0 - False - False - True - False - 0 - All - False - - - - MainSource - - - - - - - - - - - - - - - - - - - - - - - Base - - - Cfg_2 - Base - - - Cfg_1 - Base - - - - - Delphi.Personality.12 - Package - - - - False - True - False - - - True - False - 2 - 5 - 0 - 0 - False - False - False - False - False - 1033 - 1252 - - - - - 2.5.0.0 - - - - - - 1.0.0.0 - - - - PostgreSQL Direct Access Components - CodeGear C++Builder Office 2000 Servers Package - CodeGear C++Builder Office XP Servers Package - Rave Reports 7.6 BE Package - Microsoft Office 2000 Sample Automation Server Wrapper Components - Microsoft Office XP Sample Automation Server Wrapper Components - - - PostgresDAC14.dpk - - - False - - 12 - - + + + {feddbbd2-3648-4b77-99df-4e9855b0e435} + PostgresDAC14.dpk + Release + AnyCPU + DCC32 + C:\Documents and Settings\All Users\Documents\RAD Studio\5.0\Bpl\PostgresDAC11.bpl + 12.0 + Release + + + true + + + true + Base + true + + + true + Base + true + + + All + true + C:\Documents and Settings\All Users\Documents\RAD Studio\7.0\Bpl\PostgresDAC14.bpl + 00400000 + false + false + RELEASE;$(DCC_Define) + PostgreSQL Direct Access Components + true + false + true + true + false + 0 + true + + + 7.0 + False + False + True + False + 0 + RELEASE + False + All + + + 7.0 + False + False + True + False + 0 + All + False + + + + MainSource + + + + + + + + + + + + + + + + + + + + + + + Base + + + Cfg_2 + Base + + + Cfg_1 + Base + + + + + Delphi.Personality.12 + Package + + + + False + True + False + + + True + False + 2 + 5 + 0 + 0 + False + False + False + False + False + 1033 + 1252 + + + + + 2.5.0.0 + + + + + + 1.0.0.0 + + + + PostgreSQL Direct Access Components + CodeGear C++Builder Office 2000 Servers Package + CodeGear C++Builder Office XP Servers Package + Rave Reports 7.6 BE Package + Microsoft Office 2000 Sample Automation Server Wrapper Components + Microsoft Office XP Sample Automation Server Wrapper Components + + + PostgresDAC14.dpk + + + False + + 12 + + diff --git a/PostgresDAC14.res b/Packages/PostgresDAC14.res similarity index 100% rename from PostgresDAC14.res rename to Packages/PostgresDAC14.res diff --git a/PostgresDAC15.dpk b/Packages/PostgresDAC15.dpk similarity index 52% rename from PostgresDAC15.dpk rename to Packages/PostgresDAC15.dpk index 846d8dc..4c9df58 100644 --- a/PostgresDAC15.dpk +++ b/Packages/PostgresDAC15.dpk @@ -1,56 +1,56 @@ -package PostgresDAC15; - -{$R *.res} -{$ALIGN 8} -{$ASSERTIONS OFF} -{$BOOLEVAL OFF} -{$DEBUGINFO ON} -{$EXTENDEDSYNTAX ON} -{$IMPORTEDDATA ON} -{$IOCHECKS ON} -{$LOCALSYMBOLS OFF} -{$LONGSTRINGS ON} -{$OPENSTRINGS ON} -{$OPTIMIZATION ON} -{$OVERFLOWCHECKS OFF} -{$RANGECHECKS OFF} -{$REFERENCEINFO OFF} -{$SAFEDIVIDE OFF} -{$STACKFRAMES ON} -{$TYPEDADDRESS OFF} -{$VARSTRINGCHECKS ON} -{$WRITEABLECONST ON} -{$MINENUMSIZE 1} -{$IMAGEBASE $400000} -{$DESCRIPTION 'PostgreSQL Direct Access Components'} -{$RUNONLY} -{$IMPLICITBUILD OFF} -{$DEFINE RELEASE} - -requires - vcl, - vcldb, - bdertl, - rtl, - dsnap, - dbrtl; - -contains - PSQLTypes in 'PSQLTypes.pas', - PSQLAccess in 'PSQLAccess.pas', - PSQLDbTables in 'PSQLDbTables.pas', - psqlBatch in 'psqlBatch.pas', - PSQLMacroQuery in 'PSQLMacroQuery.pas', - PSQLMonitor in 'PSQLMonitor.pas', - PSQLTools in 'PSQLTools.pas', - PSQLDump in 'PSQLDump.pas', - PSQLCommon in 'PSQLCommon.pas', - PSQLCopy in 'PSQLCopy.pas', - PSQLDirectQuery in 'PSQLDirectQuery.pas', - PSQLExtMask in 'PSQLExtMask.pas', - PSQLFields in 'PSQLFields.pas', - PSQLNotify in 'PSQLNotify.pas'; - -end. - - +package PostgresDAC15; + +{$R *.res} +{$ALIGN 8} +{$ASSERTIONS OFF} +{$BOOLEVAL OFF} +{$DEBUGINFO ON} +{$EXTENDEDSYNTAX ON} +{$IMPORTEDDATA ON} +{$IOCHECKS ON} +{$LOCALSYMBOLS OFF} +{$LONGSTRINGS ON} +{$OPENSTRINGS ON} +{$OPTIMIZATION ON} +{$OVERFLOWCHECKS OFF} +{$RANGECHECKS OFF} +{$REFERENCEINFO OFF} +{$SAFEDIVIDE OFF} +{$STACKFRAMES ON} +{$TYPEDADDRESS OFF} +{$VARSTRINGCHECKS ON} +{$WRITEABLECONST ON} +{$MINENUMSIZE 1} +{$IMAGEBASE $400000} +{$DESCRIPTION 'PostgreSQL Direct Access Components'} +{$RUNONLY} +{$IMPLICITBUILD OFF} +{$DEFINE RELEASE} + +requires + vcl, + vcldb, + bdertl, + rtl, + dsnap, + dbrtl; + +contains + PSQLTypes in '..\PSQLTypes.pas', + PSQLAccess in '..\PSQLAccess.pas', + PSQLDbTables in '..\PSQLDbTables.pas', + psqlBatch in '..\psqlBatch.pas', + PSQLMacroQuery in '..\PSQLMacroQuery.pas', + PSQLMonitor in '..\PSQLMonitor.pas', + PSQLTools in '..\PSQLTools.pas', + PSQLDump in '..\PSQLDump.pas', + PSQLCommon in '..\PSQLCommon.pas', + PSQLCopy in '..\PSQLCopy.pas', + PSQLDirectQuery in '..\PSQLDirectQuery.pas', + PSQLExtMask in '..\PSQLExtMask.pas', + PSQLFields in '..\PSQLFields.pas', + PSQLNotify in '..\PSQLNotify.pas'; + +end. + + diff --git a/PostgresDAC15.dproj b/Packages/PostgresDAC15.dproj similarity index 97% rename from PostgresDAC15.dproj rename to Packages/PostgresDAC15.dproj index 635ec82..f29f314 100644 --- a/PostgresDAC15.dproj +++ b/Packages/PostgresDAC15.dproj @@ -1,155 +1,155 @@ - - - {feddbbd2-3648-4b77-99df-4e9855b0e435} - PostgresDAC15.dpk - Release - DCC32 - C:\Documents and Settings\All Users\Documents\RAD Studio\5.0\Bpl\PostgresDAC11.bpl - 12.3 - Release - True - Win32 - Package - VCL - - - true - - - true - Base - true - - - true - Base - true - - - true - WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;$(DCC_UnitAlias) - All - true - C:\Documents and Settings\All Users\Documents\RAD Studio\7.0\Bpl\PostgresDAC14.bpl - 00400000 - false - false - RELEASE;$(DCC_Define) - PostgreSQL Direct Access Components - true - false - true - true - 0 - true - - - true - 3 - true - 7.0 - False - All - - - 7.0 - False - False - True - False - 0 - All - False - - - - MainSource - - - - - - - - - - - - - - - - - - - - - - - Cfg_2 - Base - - - Base - - - Cfg_1 - Base - - - - - - Delphi.Personality.12 - Package - - - - - True - False - 2 - 5 - 0 - 0 - False - False - False - False - False - 1033 - 1252 - - - - - 2.5.0.0 - - - - - - 1.0.0.0 - - - - PostgreSQL Direct Access Components - CodeGear C++Builder Office 2000 Servers Package - CodeGear C++Builder Office XP Servers Package - Rave Reports 7.6 BE Package - Microsoft Office 2000 Sample Automation Server Wrapper Components - Microsoft Office XP Sample Automation Server Wrapper Components - - - PostgresDAC15.dpk - - - False - - True - True - - - 12 - - + + + {feddbbd2-3648-4b77-99df-4e9855b0e435} + PostgresDAC15.dpk + Release + DCC32 + C:\Documents and Settings\All Users\Documents\RAD Studio\5.0\Bpl\PostgresDAC11.bpl + 12.3 + Release + True + Win32 + Package + VCL + + + true + + + true + Base + true + + + true + Base + true + + + true + WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;$(DCC_UnitAlias) + All + true + C:\Documents and Settings\All Users\Documents\RAD Studio\7.0\Bpl\PostgresDAC14.bpl + 00400000 + false + false + RELEASE;$(DCC_Define) + PostgreSQL Direct Access Components + true + false + true + true + 0 + true + + + true + 3 + true + 7.0 + False + All + + + 7.0 + False + False + True + False + 0 + All + False + + + + MainSource + + + + + + + + + + + + + + + + + + + + + + + Cfg_2 + Base + + + Base + + + Cfg_1 + Base + + + + + + Delphi.Personality.12 + Package + + + + + True + False + 2 + 5 + 0 + 0 + False + False + False + False + False + 1033 + 1252 + + + + + 2.5.0.0 + + + + + + 1.0.0.0 + + + + PostgreSQL Direct Access Components + CodeGear C++Builder Office 2000 Servers Package + CodeGear C++Builder Office XP Servers Package + Rave Reports 7.6 BE Package + Microsoft Office 2000 Sample Automation Server Wrapper Components + Microsoft Office XP Sample Automation Server Wrapper Components + + + PostgresDAC15.dpk + + + False + + True + True + + + 12 + + diff --git a/PostgresDAC15.res b/Packages/PostgresDAC15.res similarity index 100% rename from PostgresDAC15.res rename to Packages/PostgresDAC15.res diff --git a/PostgresDAC16.dpk b/Packages/PostgresDAC16.dpk similarity index 56% rename from PostgresDAC16.dpk rename to Packages/PostgresDAC16.dpk index cf4ff6d..bbc2442 100644 --- a/PostgresDAC16.dpk +++ b/Packages/PostgresDAC16.dpk @@ -1,52 +1,52 @@ -package PostgresDAC16; - -{$R *.res} -{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users} -{$ALIGN 8} -{$ASSERTIONS OFF} -{$BOOLEVAL OFF} -{$DEBUGINFO OFF} -{$EXTENDEDSYNTAX ON} -{$IMPORTEDDATA ON} -{$IOCHECKS ON} -{$LOCALSYMBOLS OFF} -{$LONGSTRINGS ON} -{$OPENSTRINGS ON} -{$OPTIMIZATION ON} -{$OVERFLOWCHECKS OFF} -{$RANGECHECKS OFF} -{$REFERENCEINFO OFF} -{$SAFEDIVIDE OFF} -{$STACKFRAMES OFF} -{$TYPEDADDRESS OFF} -{$VARSTRINGCHECKS ON} -{$WRITEABLECONST ON} -{$MINENUMSIZE 1} -{$DEFINE RELEASE} -{$ENDIF IMPLICITBUILDING} -{$DESCRIPTION 'PostgreSQL Direct Access Components'} -{$RUNONLY} -{$IMPLICITBUILD OFF} - -requires - rtl, - dsnap, - dbrtl; - -contains - PSQLTypes in 'PSQLTypes.pas', - PSQLAccess in 'PSQLAccess.pas', - PSQLDbTables in 'PSQLDbTables.pas', - psqlBatch in 'psqlBatch.pas', - PSQLMacroQuery in 'PSQLMacroQuery.pas', - PSQLMonitor in 'PSQLMonitor.pas', - PSQLTools in 'PSQLTools.pas', - PSQLDump in 'PSQLDump.pas', - PSQLCopy in 'PSQLCopy.pas', - PSQLDirectQuery in 'PSQLDirectQuery.pas', - PSQLExtMask in 'PSQLExtMask.pas', - PSQLFields in 'PSQLFields.pas', - PSQLNotify in 'PSQLNotify.pas'; - -end. - +package PostgresDAC16; + +{$R *.res} +{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users} +{$ALIGN 8} +{$ASSERTIONS OFF} +{$BOOLEVAL OFF} +{$DEBUGINFO OFF} +{$EXTENDEDSYNTAX ON} +{$IMPORTEDDATA ON} +{$IOCHECKS ON} +{$LOCALSYMBOLS OFF} +{$LONGSTRINGS ON} +{$OPENSTRINGS ON} +{$OPTIMIZATION ON} +{$OVERFLOWCHECKS OFF} +{$RANGECHECKS OFF} +{$REFERENCEINFO OFF} +{$SAFEDIVIDE OFF} +{$STACKFRAMES OFF} +{$TYPEDADDRESS OFF} +{$VARSTRINGCHECKS ON} +{$WRITEABLECONST ON} +{$MINENUMSIZE 1} +{$DEFINE RELEASE} +{$ENDIF IMPLICITBUILDING} +{$DESCRIPTION 'PostgreSQL Direct Access Components'} +{$RUNONLY} +{$IMPLICITBUILD OFF} + +requires + rtl, + dsnap, + dbrtl; + +contains + PSQLTypes in '..\PSQLTypes.pas', + PSQLAccess in '..\PSQLAccess.pas', + PSQLDbTables in '..\PSQLDbTables.pas', + psqlBatch in '..\psqlBatch.pas', + PSQLMacroQuery in '..\PSQLMacroQuery.pas', + PSQLMonitor in '..\PSQLMonitor.pas', + PSQLTools in '..\PSQLTools.pas', + PSQLDump in '..\PSQLDump.pas', + PSQLCopy in '..\PSQLCopy.pas', + PSQLDirectQuery in '..\PSQLDirectQuery.pas', + PSQLExtMask in '..\PSQLExtMask.pas', + PSQLFields in '..\PSQLFields.pas', + PSQLNotify in '..\PSQLNotify.pas'; + +end. + diff --git a/PostgresDAC16.dproj b/Packages/PostgresDAC16.dproj similarity index 98% rename from PostgresDAC16.dproj rename to Packages/PostgresDAC16.dproj index 0db34bb..59430a2 100644 --- a/PostgresDAC16.dproj +++ b/Packages/PostgresDAC16.dproj @@ -1,186 +1,186 @@ - - - {feddbbd2-3648-4b77-99df-4e9855b0e435} - PostgresDAC16.dpk - Release - DCC32 - C:\Documents and Settings\All Users\Documents\RAD Studio\5.0\Bpl\PostgresDAC11.bpl - 13.4 - Release - True - Package - VCL - Win32 - 7 - - - true - - - true - Base - true - - - true - Base - true - - - true - Base - true - - - true - Cfg_1 - true - true - - - true - Base - true - - - System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;Winapi;System.Win;Bde;$(DCC_Namespace) - true - CompanyName=;FileDescription=;FileVersion=2.5.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= - 1033 - 2 - 5 - All - true - C:\Documents and Settings\All Users\Documents\RAD Studio\7.0\Bpl\PostgresDAC14.bpl - false - false - RELEASE;$(DCC_Define) - PostgreSQL Direct Access Components - true - false - true - true - false - 0 - true - - - Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace) - CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= - - - - - 7.0 - False - False - True - False - 0 - RELEASE - False - All - - - true - 3 - - - 7.0 - False - False - True - False - 0 - All - False - - - - MainSource - - - - - - - - - - - - - - - - - - - Cfg_2 - Base - - - Base - - - Cfg_1 - Base - - - - - Delphi.Personality.12 - Package - - - - - True - False - 2 - 5 - 0 - 0 - False - False - False - False - False - 1033 - 1252 - - - - - 2.5.0.0 - - - - - - 1.0.0.0 - - - - PostgreSQL Direct Access Components - CodeGear C++Builder Office 2000 Servers Package - CodeGear C++Builder Office XP Servers Package - Rave Reports 7.6 BE Package - Microsoft Office 2000 Sample Automation Server Wrapper Components - Microsoft Office XP Sample Automation Server Wrapper Components - - - PostgresDAC16.dpk - - - False - - True - True - True - - - 12 - - + + + {feddbbd2-3648-4b77-99df-4e9855b0e435} + PostgresDAC16.dpk + Release + DCC32 + C:\Documents and Settings\All Users\Documents\RAD Studio\5.0\Bpl\PostgresDAC11.bpl + 13.4 + Release + True + Package + VCL + Win32 + 7 + + + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + true + Cfg_1 + true + true + + + true + Base + true + + + System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;Winapi;System.Win;Bde;$(DCC_Namespace) + true + CompanyName=;FileDescription=;FileVersion=2.5.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + 1033 + 2 + 5 + All + true + C:\Documents and Settings\All Users\Documents\RAD Studio\7.0\Bpl\PostgresDAC14.bpl + false + false + RELEASE;$(DCC_Define) + PostgreSQL Direct Access Components + true + false + true + true + false + 0 + true + + + Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace) + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + + + + + 7.0 + False + False + True + False + 0 + RELEASE + False + All + + + true + 3 + + + 7.0 + False + False + True + False + 0 + All + False + + + + MainSource + + + + + + + + + + + + + + + + + + + Cfg_2 + Base + + + Base + + + Cfg_1 + Base + + + + + Delphi.Personality.12 + Package + + + + + True + False + 2 + 5 + 0 + 0 + False + False + False + False + False + 1033 + 1252 + + + + + 2.5.0.0 + + + + + + 1.0.0.0 + + + + PostgreSQL Direct Access Components + CodeGear C++Builder Office 2000 Servers Package + CodeGear C++Builder Office XP Servers Package + Rave Reports 7.6 BE Package + Microsoft Office 2000 Sample Automation Server Wrapper Components + Microsoft Office XP Sample Automation Server Wrapper Components + + + PostgresDAC16.dpk + + + False + + True + True + True + + + 12 + + \ No newline at end of file diff --git a/PostgresDAC16.res b/Packages/PostgresDAC16.res similarity index 100% rename from PostgresDAC16.res rename to Packages/PostgresDAC16.res diff --git a/PostgresDAC17.dpk b/Packages/PostgresDAC17.dpk similarity index 56% rename from PostgresDAC17.dpk rename to Packages/PostgresDAC17.dpk index 14987c6..ee7576b 100644 --- a/PostgresDAC17.dpk +++ b/Packages/PostgresDAC17.dpk @@ -1,53 +1,53 @@ -package PostgresDAC17; - -{$R *.res} -{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users} -{$ALIGN 8} -{$ASSERTIONS OFF} -{$BOOLEVAL OFF} -{$DEBUGINFO ON} -{$EXTENDEDSYNTAX ON} -{$IMPORTEDDATA ON} -{$IOCHECKS ON} -{$LOCALSYMBOLS OFF} -{$LONGSTRINGS ON} -{$OPENSTRINGS ON} -{$OPTIMIZATION ON} -{$OVERFLOWCHECKS OFF} -{$RANGECHECKS OFF} -{$REFERENCEINFO OFF} -{$SAFEDIVIDE OFF} -{$STACKFRAMES ON} -{$TYPEDADDRESS OFF} -{$VARSTRINGCHECKS ON} -{$WRITEABLECONST ON} -{$MINENUMSIZE 1} -{$IMAGEBASE $400000} -{$DEFINE RELEASE} -{$ENDIF IMPLICITBUILDING} -{$DESCRIPTION 'PostgreSQL Direct Access Components'} -{$RUNONLY} -{$IMPLICITBUILD OFF} - -requires - rtl, - dsnap, - dbrtl; - -contains - PSQLTypes in 'PSQLTypes.pas', - PSQLAccess in 'PSQLAccess.pas', - PSQLDbTables in 'PSQLDbTables.pas', - PSQLBatch in 'PSQLBatch.pas', - PSQLMacroQuery in 'PSQLMacroQuery.pas', - PSQLMonitor in 'PSQLMonitor.pas', - PSQLTools in 'PSQLTools.pas', - PSQLDump in 'PSQLDump.pas', - PSQLCopy in 'PSQLCopy.pas', - PSQLDirectQuery in 'PSQLDirectQuery.pas', - PSQLExtMask in 'PSQLExtMask.pas', - PSQLFields in 'PSQLFields.pas', - PSQLNotify in 'PSQLNotify.pas'; - -end. - +package PostgresDAC17; + +{$R *.res} +{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users} +{$ALIGN 8} +{$ASSERTIONS OFF} +{$BOOLEVAL OFF} +{$DEBUGINFO ON} +{$EXTENDEDSYNTAX ON} +{$IMPORTEDDATA ON} +{$IOCHECKS ON} +{$LOCALSYMBOLS OFF} +{$LONGSTRINGS ON} +{$OPENSTRINGS ON} +{$OPTIMIZATION ON} +{$OVERFLOWCHECKS OFF} +{$RANGECHECKS OFF} +{$REFERENCEINFO OFF} +{$SAFEDIVIDE OFF} +{$STACKFRAMES ON} +{$TYPEDADDRESS OFF} +{$VARSTRINGCHECKS ON} +{$WRITEABLECONST ON} +{$MINENUMSIZE 1} +{$IMAGEBASE $400000} +{$DEFINE RELEASE} +{$ENDIF IMPLICITBUILDING} +{$DESCRIPTION 'PostgreSQL Direct Access Components'} +{$RUNONLY} +{$IMPLICITBUILD OFF} + +requires + rtl, + dsnap, + dbrtl; + +contains + PSQLTypes in '..\PSQLTypes.pas', + PSQLAccess in '..\PSQLAccess.pas', + PSQLDbTables in '..\PSQLDbTables.pas', + PSQLBatch in '..\PSQLBatch.pas', + PSQLMacroQuery in '..\PSQLMacroQuery.pas', + PSQLMonitor in '..\PSQLMonitor.pas', + PSQLTools in '..\PSQLTools.pas', + PSQLDump in '..\PSQLDump.pas', + PSQLCopy in '..\PSQLCopy.pas', + PSQLDirectQuery in '..\PSQLDirectQuery.pas', + PSQLExtMask in '..\PSQLExtMask.pas', + PSQLFields in '..\PSQLFields.pas', + PSQLNotify in '..\PSQLNotify.pas'; + +end. + diff --git a/PostgresDAC17.dproj b/Packages/PostgresDAC17.dproj similarity index 98% rename from PostgresDAC17.dproj rename to Packages/PostgresDAC17.dproj index a764386..f2ad0f6 100644 --- a/PostgresDAC17.dproj +++ b/Packages/PostgresDAC17.dproj @@ -1,197 +1,197 @@ - - - {feddbbd2-3648-4b77-99df-4e9855b0e435} - PostgresDAC17.dpk - Release - DCC32 - C:\Documents and Settings\All Users\Documents\RAD Studio\5.0\Bpl\PostgresDAC11.bpl - 14.4 - Release - True - Package - VCL - Win32 - 7 - - - true - - - true - Base - true - - - true - Base - true - - - true - Base - true - - - true - Base - true - - - true - Cfg_1 - true - true - - - true - Base - true - - - true - Cfg_2 - true - true - - - System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;Winapi;System.Win;Bde;$(DCC_Namespace) - true - CompanyName=;FileDescription=;FileVersion=2.5.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= - 1033 - 2 - 5 - All - true - C:\Documents and Settings\All Users\Documents\RAD Studio\7.0\Bpl\PostgresDAC14.bpl - false - false - RELEASE;$(DCC_Define) - PostgreSQL Direct Access Components - true - false - true - true - false - 0 - true - - - $(BDS)\bin\delphi_PROJECTICNS.icns - - - - - Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace) - CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= - - - 7.0 - False - False - True - False - 0 - RELEASE - False - All - - - true - false - - - 7.0 - False - False - True - False - 0 - All - False - - - $(BDS)\bin\delphi_PROJECTICNS.icns - - - - MainSource - - - - - - - - - - - - - - - - - - - Cfg_2 - Base - - - Base - - - Cfg_1 - Base - - - - - Delphi.Personality.12 - Package - - - - - True - False - 2 - 5 - 0 - 0 - False - False - False - False - False - 1033 - 1252 - - - - - 2.5.0.0 - - - - - - 1.0.0.0 - - - - - - PostgresDAC17.dpk - - - False - - True - True - True - - - 12 - - - + + + {feddbbd2-3648-4b77-99df-4e9855b0e435} + PostgresDAC17.dpk + Release + DCC32 + C:\Documents and Settings\All Users\Documents\RAD Studio\5.0\Bpl\PostgresDAC11.bpl + 14.4 + Release + True + Package + VCL + Win32 + 7 + + + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + true + Cfg_1 + true + true + + + true + Base + true + + + true + Cfg_2 + true + true + + + System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;Winapi;System.Win;Bde;$(DCC_Namespace) + true + CompanyName=;FileDescription=;FileVersion=2.5.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + 1033 + 2 + 5 + All + true + C:\Documents and Settings\All Users\Documents\RAD Studio\7.0\Bpl\PostgresDAC14.bpl + false + false + RELEASE;$(DCC_Define) + PostgreSQL Direct Access Components + true + false + true + true + false + 0 + true + + + $(BDS)\bin\delphi_PROJECTICNS.icns + + + + + Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace) + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + + + 7.0 + False + False + True + False + 0 + RELEASE + False + All + + + true + false + + + 7.0 + False + False + True + False + 0 + All + False + + + $(BDS)\bin\delphi_PROJECTICNS.icns + + + + MainSource + + + + + + + + + + + + + + + + + + + Cfg_2 + Base + + + Base + + + Cfg_1 + Base + + + + + Delphi.Personality.12 + Package + + + + + True + False + 2 + 5 + 0 + 0 + False + False + False + False + False + 1033 + 1252 + + + + + 2.5.0.0 + + + + + + 1.0.0.0 + + + + + + PostgresDAC17.dpk + + + False + + True + True + True + + + 12 + + + diff --git a/PostgresDAC17.res b/Packages/PostgresDAC17.res similarity index 100% rename from PostgresDAC17.res rename to Packages/PostgresDAC17.res diff --git a/PostgresDAC18.dpk b/Packages/PostgresDAC18.dpk similarity index 56% rename from PostgresDAC18.dpk rename to Packages/PostgresDAC18.dpk index 4a6c226..e83f3b5 100644 --- a/PostgresDAC18.dpk +++ b/Packages/PostgresDAC18.dpk @@ -1,53 +1,53 @@ -package PostgresDAC18; - -{$R *.res} -{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users} -{$ALIGN 8} -{$ASSERTIONS OFF} -{$BOOLEVAL OFF} -{$DEBUGINFO ON} -{$EXTENDEDSYNTAX ON} -{$IMPORTEDDATA ON} -{$IOCHECKS ON} -{$LOCALSYMBOLS OFF} -{$LONGSTRINGS ON} -{$OPENSTRINGS ON} -{$OPTIMIZATION ON} -{$OVERFLOWCHECKS OFF} -{$RANGECHECKS OFF} -{$REFERENCEINFO OFF} -{$SAFEDIVIDE OFF} -{$STACKFRAMES ON} -{$TYPEDADDRESS OFF} -{$VARSTRINGCHECKS ON} -{$WRITEABLECONST ON} -{$MINENUMSIZE 1} -{$IMAGEBASE $400000} -{$DEFINE RELEASE} -{$ENDIF IMPLICITBUILDING} -{$DESCRIPTION 'PostgreSQL Direct Access Components'} -{$RUNONLY} -{$IMPLICITBUILD OFF} - -requires - rtl, - dsnap, - dbrtl; - -contains - PSQLTypes in 'PSQLTypes.pas', - PSQLAccess in 'PSQLAccess.pas', - PSQLDbTables in 'PSQLDbTables.pas', - PSQLBatch in 'PSQLBatch.pas', - PSQLMacroQuery in 'PSQLMacroQuery.pas', - PSQLMonitor in 'PSQLMonitor.pas', - PSQLTools in 'PSQLTools.pas', - PSQLDump in 'PSQLDump.pas', - PSQLCopy in 'PSQLCopy.pas', - PSQLDirectQuery in 'PSQLDirectQuery.pas', - PSQLExtMask in 'PSQLExtMask.pas', - PSQLFields in 'PSQLFields.pas', - PSQLNotify in 'PSQLNotify.pas'; - -end. - +package PostgresDAC18; + +{$R *.res} +{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users} +{$ALIGN 8} +{$ASSERTIONS OFF} +{$BOOLEVAL OFF} +{$DEBUGINFO ON} +{$EXTENDEDSYNTAX ON} +{$IMPORTEDDATA ON} +{$IOCHECKS ON} +{$LOCALSYMBOLS OFF} +{$LONGSTRINGS ON} +{$OPENSTRINGS ON} +{$OPTIMIZATION ON} +{$OVERFLOWCHECKS OFF} +{$RANGECHECKS OFF} +{$REFERENCEINFO OFF} +{$SAFEDIVIDE OFF} +{$STACKFRAMES ON} +{$TYPEDADDRESS OFF} +{$VARSTRINGCHECKS ON} +{$WRITEABLECONST ON} +{$MINENUMSIZE 1} +{$IMAGEBASE $400000} +{$DEFINE RELEASE} +{$ENDIF IMPLICITBUILDING} +{$DESCRIPTION 'PostgreSQL Direct Access Components'} +{$RUNONLY} +{$IMPLICITBUILD OFF} + +requires + rtl, + dsnap, + dbrtl; + +contains + PSQLTypes in '..\PSQLTypes.pas', + PSQLAccess in '..\PSQLAccess.pas', + PSQLDbTables in '..\PSQLDbTables.pas', + PSQLBatch in '..\PSQLBatch.pas', + PSQLMacroQuery in '..\PSQLMacroQuery.pas', + PSQLMonitor in '..\PSQLMonitor.pas', + PSQLTools in '..\PSQLTools.pas', + PSQLDump in '..\PSQLDump.pas', + PSQLCopy in '..\PSQLCopy.pas', + PSQLDirectQuery in '..\PSQLDirectQuery.pas', + PSQLExtMask in '..\PSQLExtMask.pas', + PSQLFields in '..\PSQLFields.pas', + PSQLNotify in '..\PSQLNotify.pas'; + +end. + diff --git a/PostgresDAC18.dproj b/Packages/PostgresDAC18.dproj similarity index 98% rename from PostgresDAC18.dproj rename to Packages/PostgresDAC18.dproj index a0355f1..ddb9a70 100644 --- a/PostgresDAC18.dproj +++ b/Packages/PostgresDAC18.dproj @@ -1,196 +1,196 @@ - - - {feddbbd2-3648-4b77-99df-4e9855b0e435} - PostgresDAC18.dpk - Release - DCC32 - C:\Documents and Settings\All Users\Documents\RAD Studio\5.0\Bpl\PostgresDAC11.bpl - 14.6 - Release - True - Package - VCL - Win32 - 7 - - - true - - - true - Base - true - - - true - Base - true - - - true - Base - true - - - true - Base - true - - - true - Cfg_1 - true - true - - - true - Base - true - - - System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;Winapi;System.Win;Bde;$(DCC_Namespace) - true - CompanyName=;FileDescription=;FileVersion=2.5.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= - 1033 - 2 - 5 - All - true - C:\Documents and Settings\All Users\Documents\RAD Studio\7.0\Bpl\PostgresDAC14.bpl - false - RELEASE;$(DCC_Define) - PostgreSQL Direct Access Components - true - false - true - true - false - 0 - true - - - $(BDS)\bin\delphi_PROJECTICNS.icns - - - - - Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace) - CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= - - - 7.0 - False - False - True - False - 0 - RELEASE - False - All - - - CompanyName=;FileDescription=;FileVersion=2.9.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= - 9 - true - true - 3 - - - 7.0 - False - False - True - False - 0 - All - False - - - - MainSource - - - - - - - - - - - - - - - - - - - Cfg_2 - Base - - - Base - - - Cfg_1 - Base - - - - - Delphi.Personality.12 - Package - - - - - True - False - 2 - 5 - 0 - 0 - False - False - False - False - False - 1033 - 1252 - - - - - 2.5.0.0 - - - - - - 1.0.0.0 - - - - Embarcadero C++Builder Office 2000 Servers Package - Embarcadero C++Builder Office XP Servers Package - Microsoft Office 2000 Sample Automation Server Wrapper Components - Microsoft Office XP Sample Automation Server Wrapper Components - - - PostgresDAC18.dpk - - - False - - False - False - True - True - True - - - 12 - - - + + + {feddbbd2-3648-4b77-99df-4e9855b0e435} + PostgresDAC18.dpk + Release + DCC32 + C:\Documents and Settings\All Users\Documents\RAD Studio\5.0\Bpl\PostgresDAC11.bpl + 14.6 + Release + True + Package + VCL + Win32 + 7 + + + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + true + Cfg_1 + true + true + + + true + Base + true + + + System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;Winapi;System.Win;Bde;$(DCC_Namespace) + true + CompanyName=;FileDescription=;FileVersion=2.5.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + 1033 + 2 + 5 + All + true + C:\Documents and Settings\All Users\Documents\RAD Studio\7.0\Bpl\PostgresDAC14.bpl + false + RELEASE;$(DCC_Define) + PostgreSQL Direct Access Components + true + false + true + true + false + 0 + true + + + $(BDS)\bin\delphi_PROJECTICNS.icns + + + + + Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace) + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + + + 7.0 + False + False + True + False + 0 + RELEASE + False + All + + + CompanyName=;FileDescription=;FileVersion=2.9.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + 9 + true + true + 3 + + + 7.0 + False + False + True + False + 0 + All + False + + + + MainSource + + + + + + + + + + + + + + + + + + + Cfg_2 + Base + + + Base + + + Cfg_1 + Base + + + + + Delphi.Personality.12 + Package + + + + + True + False + 2 + 5 + 0 + 0 + False + False + False + False + False + 1033 + 1252 + + + + + 2.5.0.0 + + + + + + 1.0.0.0 + + + + Embarcadero C++Builder Office 2000 Servers Package + Embarcadero C++Builder Office XP Servers Package + Microsoft Office 2000 Sample Automation Server Wrapper Components + Microsoft Office XP Sample Automation Server Wrapper Components + + + PostgresDAC18.dpk + + + False + + False + False + True + True + True + + + 12 + + + diff --git a/PostgresDAC18.res b/Packages/PostgresDAC18.res similarity index 100% rename from PostgresDAC18.res rename to Packages/PostgresDAC18.res diff --git a/PostgresDAC19.dpk b/Packages/PostgresDAC19.dpk similarity index 56% rename from PostgresDAC19.dpk rename to Packages/PostgresDAC19.dpk index fef324c..622ad75 100644 --- a/PostgresDAC19.dpk +++ b/Packages/PostgresDAC19.dpk @@ -1,53 +1,53 @@ -package PostgresDAC19; - -{$R *.res} -{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users} -{$ALIGN 8} -{$ASSERTIONS OFF} -{$BOOLEVAL OFF} -{$DEBUGINFO ON} -{$EXTENDEDSYNTAX ON} -{$IMPORTEDDATA ON} -{$IOCHECKS ON} -{$LOCALSYMBOLS OFF} -{$LONGSTRINGS ON} -{$OPENSTRINGS ON} -{$OPTIMIZATION ON} -{$OVERFLOWCHECKS OFF} -{$RANGECHECKS OFF} -{$REFERENCEINFO OFF} -{$SAFEDIVIDE OFF} -{$STACKFRAMES ON} -{$TYPEDADDRESS OFF} -{$VARSTRINGCHECKS ON} -{$WRITEABLECONST ON} -{$MINENUMSIZE 1} -{$IMAGEBASE $400000} -{$DEFINE RELEASE} -{$ENDIF IMPLICITBUILDING} -{$DESCRIPTION 'PostgreSQL Direct Access Components'} -{$RUNONLY} -{$IMPLICITBUILD OFF} - -requires - rtl, - dsnap, - dbrtl; - -contains - PSQLTypes in 'PSQLTypes.pas', - PSQLAccess in 'PSQLAccess.pas', - PSQLDbTables in 'PSQLDbTables.pas', - PSQLBatch in 'PSQLBatch.pas', - PSQLMacroQuery in 'PSQLMacroQuery.pas', - PSQLMonitor in 'PSQLMonitor.pas', - PSQLTools in 'PSQLTools.pas', - PSQLDump in 'PSQLDump.pas', - PSQLCopy in 'PSQLCopy.pas', - PSQLDirectQuery in 'PSQLDirectQuery.pas', - PSQLExtMask in 'PSQLExtMask.pas', - PSQLFields in 'PSQLFields.pas', - PSQLNotify in 'PSQLNotify.pas'; - -end. - +package PostgresDAC19; + +{$R *.res} +{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users} +{$ALIGN 8} +{$ASSERTIONS OFF} +{$BOOLEVAL OFF} +{$DEBUGINFO ON} +{$EXTENDEDSYNTAX ON} +{$IMPORTEDDATA ON} +{$IOCHECKS ON} +{$LOCALSYMBOLS OFF} +{$LONGSTRINGS ON} +{$OPENSTRINGS ON} +{$OPTIMIZATION ON} +{$OVERFLOWCHECKS OFF} +{$RANGECHECKS OFF} +{$REFERENCEINFO OFF} +{$SAFEDIVIDE OFF} +{$STACKFRAMES ON} +{$TYPEDADDRESS OFF} +{$VARSTRINGCHECKS ON} +{$WRITEABLECONST ON} +{$MINENUMSIZE 1} +{$IMAGEBASE $400000} +{$DEFINE RELEASE} +{$ENDIF IMPLICITBUILDING} +{$DESCRIPTION 'PostgreSQL Direct Access Components'} +{$RUNONLY} +{$IMPLICITBUILD OFF} + +requires + rtl, + dsnap, + dbrtl; + +contains + PSQLTypes in '..\PSQLTypes.pas', + PSQLAccess in '..\PSQLAccess.pas', + PSQLDbTables in '..\PSQLDbTables.pas', + PSQLBatch in '..\PSQLBatch.pas', + PSQLMacroQuery in '..\PSQLMacroQuery.pas', + PSQLMonitor in '..\PSQLMonitor.pas', + PSQLTools in '..\PSQLTools.pas', + PSQLDump in '..\PSQLDump.pas', + PSQLCopy in '..\PSQLCopy.pas', + PSQLDirectQuery in '..\PSQLDirectQuery.pas', + PSQLExtMask in '..\PSQLExtMask.pas', + PSQLFields in '..\PSQLFields.pas', + PSQLNotify in '..\PSQLNotify.pas'; + +end. + diff --git a/PostgresDAC19.dproj b/Packages/PostgresDAC19.dproj similarity index 98% rename from PostgresDAC19.dproj rename to Packages/PostgresDAC19.dproj index b771e24..d4d71a0 100644 --- a/PostgresDAC19.dproj +++ b/Packages/PostgresDAC19.dproj @@ -1,204 +1,204 @@ - - - {feddbbd2-3648-4b77-99df-4e9855b0e435} - PostgresDAC19.dpk - Release - DCC32 - 15.2 - Release - True - Package - VCL - Win32 - 23 - - - true - - - true - Base - true - - - true - Base - true - - - true - Base - true - - - true - Base - true - - - true - Base - true - - - true - Cfg_1 - true - true - - - true - Base - true - - - System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;Winapi;System.Win;Bde;$(DCC_Namespace) - true - CompanyName=;FileDescription=;FileVersion=2.5.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= - 1033 - 2 - 5 - All - true - false - RELEASE;$(DCC_Define) - PostgreSQL Direct Access Components - true - false - true - true - 0 - 0 - true - - - false - package=com.embarcadero.$(MSBuildProjectName);label=$(MSBuildProjectName);versionCode=1;versionName=1.0.0;persistent=False;restoreAnyVersion=False;installLocation=preferExternal;largeHeap=False;theme=TitleBar - Debug - - - $(BDS)\bin\delphi_PROJECTICNS.icns - - - - - Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace) - CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= - - - 7.0 - False - True - False - 0 - RELEASE - False - All - - - CompanyName=;FileDescription=;FileVersion=2.9.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= - 9 - true - 2 - 3 - - - 7.0 - False - 0 - True - False - 0 - All - False - - - - MainSource - - - - - - - - - - - - - - - - - - - Cfg_2 - Base - - - Base - - - Cfg_1 - Base - - - - - Delphi.Personality.12 - Package - - - - - True - False - 2 - 5 - 0 - 0 - False - False - False - False - False - 1033 - 1252 - - - - - 2.5.0.0 - - - - - - 1.0.0.0 - - - - Embarcadero C++Builder Office 2000 Servers Package - Embarcadero C++Builder Office XP Servers Package - Microsoft Office 2000 Sample Automation Server Wrapper Components - Microsoft Office XP Sample Automation Server Wrapper Components - - - PostgresDAC19.dpk - - - False - - True - False - False - True - True - True - - - 12 - - - + + + {feddbbd2-3648-4b77-99df-4e9855b0e435} + PostgresDAC19.dpk + Release + DCC32 + 15.2 + Release + True + Package + VCL + Win32 + 23 + + + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + true + Cfg_1 + true + true + + + true + Base + true + + + System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;Winapi;System.Win;Bde;$(DCC_Namespace) + true + CompanyName=;FileDescription=;FileVersion=2.5.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + 1033 + 2 + 5 + All + true + false + RELEASE;$(DCC_Define) + PostgreSQL Direct Access Components + true + false + true + true + 0 + 0 + true + + + false + package=com.embarcadero.$(MSBuildProjectName);label=$(MSBuildProjectName);versionCode=1;versionName=1.0.0;persistent=False;restoreAnyVersion=False;installLocation=preferExternal;largeHeap=False;theme=TitleBar + Debug + + + $(BDS)\bin\delphi_PROJECTICNS.icns + + + + + Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace) + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + + + 7.0 + False + True + False + 0 + RELEASE + False + All + + + CompanyName=;FileDescription=;FileVersion=2.9.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + 9 + true + 2 + 3 + + + 7.0 + False + 0 + True + False + 0 + All + False + + + + MainSource + + + + + + + + + + + + + + + + + + + Cfg_2 + Base + + + Base + + + Cfg_1 + Base + + + + + Delphi.Personality.12 + Package + + + + + True + False + 2 + 5 + 0 + 0 + False + False + False + False + False + 1033 + 1252 + + + + + 2.5.0.0 + + + + + + 1.0.0.0 + + + + Embarcadero C++Builder Office 2000 Servers Package + Embarcadero C++Builder Office XP Servers Package + Microsoft Office 2000 Sample Automation Server Wrapper Components + Microsoft Office XP Sample Automation Server Wrapper Components + + + PostgresDAC19.dpk + + + False + + True + False + False + True + True + True + + + 12 + + + diff --git a/PostgresDAC19.res b/Packages/PostgresDAC19.res similarity index 100% rename from PostgresDAC19.res rename to Packages/PostgresDAC19.res diff --git a/PostgresDAC20.dpk b/Packages/PostgresDAC20.dpk similarity index 54% rename from PostgresDAC20.dpk rename to Packages/PostgresDAC20.dpk index 33992ca..665e1d8 100644 --- a/PostgresDAC20.dpk +++ b/Packages/PostgresDAC20.dpk @@ -1,52 +1,52 @@ -package PostgresDAC20; - -{$R *.res} -{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users} -{$ALIGN 8} -{$ASSERTIONS ON} -{$BOOLEVAL OFF} -{$DEBUGINFO OFF} -{$EXTENDEDSYNTAX ON} -{$IMPORTEDDATA ON} -{$IOCHECKS ON} -{$LOCALSYMBOLS ON} -{$LONGSTRINGS ON} -{$OPENSTRINGS ON} -{$OPTIMIZATION OFF} -{$OVERFLOWCHECKS OFF} -{$RANGECHECKS OFF} -{$REFERENCEINFO ON} -{$SAFEDIVIDE OFF} -{$STACKFRAMES ON} -{$TYPEDADDRESS OFF} -{$VARSTRINGCHECKS ON} -{$WRITEABLECONST OFF} -{$MINENUMSIZE 1} -{$IMAGEBASE $400000} -{$DEFINE DEBUG} -{$ENDIF IMPLICITBUILDING} -{$RUNONLY} -{$IMPLICITBUILD ON} - -requires - rtl, - dsnap, - dbrtl; - -contains - PSQLTypes in 'PSQLTypes.pas', - PSQLAccess in 'PSQLAccess.pas', - PSQLDbTables in 'PSQLDbTables.pas', - PSQLBatch in 'PSQLBatch.pas', - PSQLMacroQuery in 'PSQLMacroQuery.pas', - PSQLMonitor in 'PSQLMonitor.pas', - PSQLTools in 'PSQLTools.pas', - PSQLDump in 'PSQLDump.pas', - PSQLCopy in 'PSQLCopy.pas', - PSQLDirectQuery in 'PSQLDirectQuery.pas', - PSQLExtMask in 'PSQLExtMask.pas', - PSQLFields in 'PSQLFields.pas', - PSQLNotify in 'PSQLNotify.pas'; - -end. - +package PostgresDAC20; + +{$R *.res} +{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users} +{$ALIGN 8} +{$ASSERTIONS ON} +{$BOOLEVAL OFF} +{$DEBUGINFO OFF} +{$EXTENDEDSYNTAX ON} +{$IMPORTEDDATA ON} +{$IOCHECKS ON} +{$LOCALSYMBOLS ON} +{$LONGSTRINGS ON} +{$OPENSTRINGS ON} +{$OPTIMIZATION OFF} +{$OVERFLOWCHECKS OFF} +{$RANGECHECKS OFF} +{$REFERENCEINFO ON} +{$SAFEDIVIDE OFF} +{$STACKFRAMES ON} +{$TYPEDADDRESS OFF} +{$VARSTRINGCHECKS ON} +{$WRITEABLECONST OFF} +{$MINENUMSIZE 1} +{$IMAGEBASE $400000} +{$DEFINE DEBUG} +{$ENDIF IMPLICITBUILDING} +{$RUNONLY} +{$IMPLICITBUILD ON} + +requires + rtl, + dsnap, + dbrtl; + +contains + PSQLTypes in '..\PSQLTypes.pas', + PSQLAccess in '..\PSQLAccess.pas', + PSQLDbTables in '..\PSQLDbTables.pas', + PSQLBatch in '..\PSQLBatch.pas', + PSQLMacroQuery in '..\PSQLMacroQuery.pas', + PSQLMonitor in '..\PSQLMonitor.pas', + PSQLTools in '..\PSQLTools.pas', + PSQLDump in '..\PSQLDump.pas', + PSQLCopy in '..\PSQLCopy.pas', + PSQLDirectQuery in '..\PSQLDirectQuery.pas', + PSQLExtMask in '..\PSQLExtMask.pas', + PSQLFields in '..\PSQLFields.pas', + PSQLNotify in '..\PSQLNotify.pas'; + +end. + diff --git a/PostgresDAC20.dproj b/Packages/PostgresDAC20.dproj similarity index 97% rename from PostgresDAC20.dproj rename to Packages/PostgresDAC20.dproj index d9d5613..2cc3a01 100644 --- a/PostgresDAC20.dproj +++ b/Packages/PostgresDAC20.dproj @@ -1,136 +1,136 @@ - - - {921C522A-55FF-4C17-9A1C-A9BD623CB986} - PostgresDAC20.dpk - True - Debug - 1 - Package - None - 15.4 - Win32 - - - true - - - true - Base - true - - - true - Base - true - - - true - Base - true - - - true - Base - true - - - true - Cfg_2 - true - true - - - 00400000 - System;Xml;Data;Datasnap;Web;Soap;Winapi;$(DCC_Namespace) - false - 1049 - PostgresDAC20 - true - false - CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName= - false - true - false - false - true - - - 1033 - Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace) - CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= - true - - - - - false - 0 - 0 - RELEASE;$(DCC_Define) - - - false - DEBUG;$(DCC_Define) - true - - - true - 1033 - All - CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= - - - - MainSource - - - - - - - - - - - - - - - - - - - Cfg_2 - Base - - - Base - - - Cfg_1 - Base - - - - Delphi.Personality.12 - Package - - - - PostgresDAC20.dpk - - - - True - True - True - True - True - True - - - 12 - - - - + + + {921C522A-55FF-4C17-9A1C-A9BD623CB986} + PostgresDAC20.dpk + True + Debug + 1 + Package + None + 15.4 + Win32 + + + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + true + Cfg_2 + true + true + + + 00400000 + System;Xml;Data;Datasnap;Web;Soap;Winapi;$(DCC_Namespace) + false + 1049 + PostgresDAC20 + true + false + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName= + false + true + false + false + true + + + 1033 + Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace) + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + true + + + + + false + 0 + 0 + RELEASE;$(DCC_Define) + + + false + DEBUG;$(DCC_Define) + true + + + true + 1033 + All + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + + + + MainSource + + + + + + + + + + + + + + + + + + + Cfg_2 + Base + + + Base + + + Cfg_1 + Base + + + + Delphi.Personality.12 + Package + + + + PostgresDAC20.dpk + + + + True + True + True + True + True + True + + + 12 + + + + diff --git a/PostgresDAC20.res b/Packages/PostgresDAC20.res similarity index 100% rename from PostgresDAC20.res rename to Packages/PostgresDAC20.res diff --git a/PostgresDAC21.dpk b/Packages/PostgresDAC21.dpk similarity index 54% rename from PostgresDAC21.dpk rename to Packages/PostgresDAC21.dpk index 4a90711..3472d6e 100644 --- a/PostgresDAC21.dpk +++ b/Packages/PostgresDAC21.dpk @@ -1,52 +1,52 @@ -package PostgresDAC21; - -{$R *.res} -{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users} -{$ALIGN 8} -{$ASSERTIONS ON} -{$BOOLEVAL OFF} -{$DEBUGINFO OFF} -{$EXTENDEDSYNTAX ON} -{$IMPORTEDDATA ON} -{$IOCHECKS ON} -{$LOCALSYMBOLS ON} -{$LONGSTRINGS ON} -{$OPENSTRINGS ON} -{$OPTIMIZATION OFF} -{$OVERFLOWCHECKS OFF} -{$RANGECHECKS OFF} -{$REFERENCEINFO ON} -{$SAFEDIVIDE OFF} -{$STACKFRAMES ON} -{$TYPEDADDRESS OFF} -{$VARSTRINGCHECKS ON} -{$WRITEABLECONST OFF} -{$MINENUMSIZE 1} -{$IMAGEBASE $400000} -{$DEFINE DEBUG} -{$ENDIF IMPLICITBUILDING} -{$RUNONLY} -{$IMPLICITBUILD ON} - -requires - rtl, - dsnap, - dbrtl; - -contains - PSQLTypes in 'PSQLTypes.pas', - PSQLAccess in 'PSQLAccess.pas', - PSQLDbTables in 'PSQLDbTables.pas', - PSQLBatch in 'PSQLBatch.pas', - PSQLMacroQuery in 'PSQLMacroQuery.pas', - PSQLMonitor in 'PSQLMonitor.pas', - PSQLTools in 'PSQLTools.pas', - PSQLDump in 'PSQLDump.pas', - PSQLCopy in 'PSQLCopy.pas', - PSQLDirectQuery in 'PSQLDirectQuery.pas', - PSQLExtMask in 'PSQLExtMask.pas', - PSQLFields in 'PSQLFields.pas', - PSQLNotify in 'PSQLNotify.pas'; - -end. - +package PostgresDAC21; + +{$R *.res} +{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users} +{$ALIGN 8} +{$ASSERTIONS ON} +{$BOOLEVAL OFF} +{$DEBUGINFO OFF} +{$EXTENDEDSYNTAX ON} +{$IMPORTEDDATA ON} +{$IOCHECKS ON} +{$LOCALSYMBOLS ON} +{$LONGSTRINGS ON} +{$OPENSTRINGS ON} +{$OPTIMIZATION OFF} +{$OVERFLOWCHECKS OFF} +{$RANGECHECKS OFF} +{$REFERENCEINFO ON} +{$SAFEDIVIDE OFF} +{$STACKFRAMES ON} +{$TYPEDADDRESS OFF} +{$VARSTRINGCHECKS ON} +{$WRITEABLECONST OFF} +{$MINENUMSIZE 1} +{$IMAGEBASE $400000} +{$DEFINE DEBUG} +{$ENDIF IMPLICITBUILDING} +{$RUNONLY} +{$IMPLICITBUILD ON} + +requires + rtl, + dsnap, + dbrtl; + +contains + PSQLTypes in '..\PSQLTypes.pas', + PSQLAccess in '..\PSQLAccess.pas', + PSQLDbTables in '..\PSQLDbTables.pas', + PSQLBatch in '..\PSQLBatch.pas', + PSQLMacroQuery in '..\PSQLMacroQuery.pas', + PSQLMonitor in '..\PSQLMonitor.pas', + PSQLTools in '..\PSQLTools.pas', + PSQLDump in '..\PSQLDump.pas', + PSQLCopy in '..\PSQLCopy.pas', + PSQLDirectQuery in '..\PSQLDirectQuery.pas', + PSQLExtMask in '..\PSQLExtMask.pas', + PSQLFields in '..\PSQLFields.pas', + PSQLNotify in '..\PSQLNotify.pas'; + +end. + diff --git a/PostgresDAC21.dproj b/Packages/PostgresDAC21.dproj similarity index 97% rename from PostgresDAC21.dproj rename to Packages/PostgresDAC21.dproj index 434f16e..3bdd6cf 100644 --- a/PostgresDAC21.dproj +++ b/Packages/PostgresDAC21.dproj @@ -1,134 +1,134 @@ - - - {921C522A-55FF-4C17-9A1C-A9BD623CB986} - PostgresDAC21.dpk - True - Debug - 3 - Package - None - 16.0 - Win32 - - - true - - - true - Base - true - - - true - Base - true - - - true - Base - true - - - true - Base - true - - - true - Cfg_2 - true - true - - - 00400000 - System;Xml;Data;Datasnap;Web;Soap;Winapi;$(DCC_Namespace) - false - 1049 - PostgresDAC21 - true - false - CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName= - false - true - false - false - true - - - 1033 - System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace) - CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= - true - - - - - false - 0 - 0 - RELEASE;$(DCC_Define) - - - false - DEBUG;$(DCC_Define) - true - - - true - 1033 - All - CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= - - - - MainSource - - - - - - - - - - - - - - - - - - - Cfg_2 - Base - - - Base - - - Cfg_1 - Base - - - - Delphi.Personality.12 - Package - - - - PostgresDAC21.dpk - - - - True - True - - - - 12 - - - - - + + + {921C522A-55FF-4C17-9A1C-A9BD623CB986} + PostgresDAC21.dpk + True + Debug + 3 + Package + None + 16.0 + Win32 + + + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + true + Cfg_2 + true + true + + + 00400000 + System;Xml;Data;Datasnap;Web;Soap;Winapi;$(DCC_Namespace) + false + 1049 + PostgresDAC21 + true + false + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName= + false + true + false + false + true + + + 1033 + System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace) + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + true + + + + + false + 0 + 0 + RELEASE;$(DCC_Define) + + + false + DEBUG;$(DCC_Define) + true + + + true + 1033 + All + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + + + + MainSource + + + + + + + + + + + + + + + + + + + Cfg_2 + Base + + + Base + + + Cfg_1 + Base + + + + Delphi.Personality.12 + Package + + + + PostgresDAC21.dpk + + + + True + True + + + + 12 + + + + + diff --git a/PostgresDAC21.res b/Packages/PostgresDAC21.res similarity index 100% rename from PostgresDAC21.res rename to Packages/PostgresDAC21.res diff --git a/PostgresDAC22.dpk b/Packages/PostgresDAC22.dpk similarity index 51% rename from PostgresDAC22.dpk rename to Packages/PostgresDAC22.dpk index 6d024f8..5e3df3f 100644 --- a/PostgresDAC22.dpk +++ b/Packages/PostgresDAC22.dpk @@ -1,53 +1,53 @@ -package PostgresDAC22; - -{$R *.res} -{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users} -{$ALIGN 8} -{$ASSERTIONS ON} -{$BOOLEVAL OFF} -{$DEBUGINFO OFF} -{$EXTENDEDSYNTAX ON} -{$IMPORTEDDATA ON} -{$IOCHECKS ON} -{$LOCALSYMBOLS ON} -{$LONGSTRINGS ON} -{$OPENSTRINGS ON} -{$OPTIMIZATION OFF} -{$OVERFLOWCHECKS OFF} -{$RANGECHECKS OFF} -{$REFERENCEINFO ON} -{$SAFEDIVIDE OFF} -{$STACKFRAMES ON} -{$TYPEDADDRESS OFF} -{$VARSTRINGCHECKS ON} -{$WRITEABLECONST OFF} -{$MINENUMSIZE 1} -{$IMAGEBASE $400000} -{$DEFINE DEBUG} -{$ENDIF IMPLICITBUILDING} -{$RUNONLY} -{$IMPLICITBUILD ON} - -requires - rtl, - dsnap, - dbrtl; - -contains - PSQLTypes in 'PSQLTypes.pas', - PSQLAccess in 'PSQLAccess.pas', - PSQLDbTables in 'PSQLDbTables.pas', - PSQLBatch in 'PSQLBatch.pas', - PSQLMacroQuery in 'PSQLMacroQuery.pas', - PSQLMonitor in 'PSQLMonitor.pas', - PSQLTools in 'PSQLTools.pas', - PSQLDump in 'PSQLDump.pas', - PSQLCopy in 'PSQLCopy.pas', - PSQLDirectQuery in 'PSQLDirectQuery.pas', - PSQLExtMask in 'PSQLExtMask.pas', - PSQLFields in 'PSQLFields.pas', - PSQLNotify in 'PSQLNotify.pas', - PSQLGeomTypes in 'PSQLGeomTypes.pas'; {$NOINCLUDE PSQLGeomTypes} - -end. - +package PostgresDAC22; + +{$R *.res} +{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users} +{$ALIGN 8} +{$ASSERTIONS ON} +{$BOOLEVAL OFF} +{$DEBUGINFO OFF} +{$EXTENDEDSYNTAX ON} +{$IMPORTEDDATA ON} +{$IOCHECKS ON} +{$LOCALSYMBOLS ON} +{$LONGSTRINGS ON} +{$OPENSTRINGS ON} +{$OPTIMIZATION OFF} +{$OVERFLOWCHECKS OFF} +{$RANGECHECKS OFF} +{$REFERENCEINFO ON} +{$SAFEDIVIDE OFF} +{$STACKFRAMES ON} +{$TYPEDADDRESS OFF} +{$VARSTRINGCHECKS ON} +{$WRITEABLECONST OFF} +{$MINENUMSIZE 1} +{$IMAGEBASE $400000} +{$DEFINE DEBUG} +{$ENDIF IMPLICITBUILDING} +{$RUNONLY} +{$IMPLICITBUILD ON} + +requires + rtl, + dsnap, + dbrtl; + +contains + PSQLTypes in '..\PSQLTypes.pas', + PSQLAccess in '..\PSQLAccess.pas', + PSQLDbTables in '..\PSQLDbTables.pas', + PSQLBatch in '..\PSQLBatch.pas', + PSQLMacroQuery in '..\PSQLMacroQuery.pas', + PSQLMonitor in '..\PSQLMonitor.pas', + PSQLTools in '..\PSQLTools.pas', + PSQLDump in '..\PSQLDump.pas', + PSQLCopy in '..\PSQLCopy.pas', + PSQLDirectQuery in '..\PSQLDirectQuery.pas', + PSQLExtMask in '..\PSQLExtMask.pas', + PSQLFields in '..\PSQLFields.pas', + PSQLNotify in '..\PSQLNotify.pas', + PSQLGeomTypes in '..\PSQLGeomTypes.pas'; {$NOINCLUDE PSQLGeomTypes} + +end. + diff --git a/PostgresDAC22.dproj b/Packages/PostgresDAC22.dproj similarity index 97% rename from PostgresDAC22.dproj rename to Packages/PostgresDAC22.dproj index 7742055..b9a210f 100644 --- a/PostgresDAC22.dproj +++ b/Packages/PostgresDAC22.dproj @@ -1,483 +1,483 @@ - - - {921C522A-55FF-4C17-9A1C-A9BD623CB986} - PostgresDAC22.dpk - True - Debug - 1 - Package - None - 17.2 - Win32 - - - true - - - true - Base - true - - - true - Base - true - - - true - Base - true - - - true - Cfg_2 - true - true - - - 00400000 - System;Xml;Data;Datasnap;Web;Soap;Winapi;$(DCC_Namespace) - false - 1049 - PostgresDAC22 - true - false - CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName= - false - true - false - false - true - - - 1033 - System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace) - CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= - true - - - false - 0 - 0 - RELEASE;$(DCC_Define) - - - false - DEBUG;$(DCC_Define) - true - - - true - 1033 - All - CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= - - - - MainSource - - - - - - - - - - - - - - - - - - - - Cfg_2 - Base - - - Base - - - Cfg_1 - Base - - - - Delphi.Personality.12 - Package - - - - PostgresDAC22.dpk - - - - True - True - - - - - true - - - - - true - - - - - PostgresDAC22.bpl - true - - - - - true - - - - - 1 - .dylib - - - 0 - .bpl - - - 1 - .dylib - - - 1 - .dylib - - - 1 - .dylib - - - - - 1 - .dylib - - - 0 - .dll;.bpl - - - - - 1 - - - 1 - - - 1 - - - - - - ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF - 1 - - - ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF - 1 - - - - - res\drawable-normal - 1 - - - - - library\lib\x86 - 1 - - - - - 1 - - - 1 - - - 1 - - - - - - library\lib\armeabi-v7a - 1 - - - - - 1 - - - 1 - - - 1 - - - - - res\drawable-xlarge - 1 - - - - - res\drawable-xhdpi - 1 - - - - - 1 - - - 1 - - - 1 - - - - - res\drawable-xxhdpi - 1 - - - - - library\lib\mips - 1 - - - - - res\drawable - 1 - - - - - 1 - - - 1 - - - 0 - - - - - 1 - .framework - - - 0 - - - - - res\drawable-small - 1 - - - - - - 1 - - - Contents\MacOS - 0 - - - - - classes - 1 - - - - - - 1 - - - 1 - - - 1 - - - - - res\drawable - 1 - - - - - Contents\Resources - 1 - - - - - - 1 - - - 1 - - - 1 - - - - - library\lib\armeabi-v7a - 1 - - - 1 - - - 0 - - - 1 - - - 1 - - - 1 - - - - - library\lib\armeabi - 1 - - - - - res\drawable-large - 1 - - - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - - - 1 - - - 1 - - - 1 - - - - - res\drawable-ldpi - 1 - - - - - res\values - 1 - - - - - 1 - - - 1 - - - 1 - - - - - res\drawable-mdpi - 1 - - - - - res\drawable-hdpi - 1 - - - - - 1 - - - - - - - - - - - - 12 - - - - - - - + + + {921C522A-55FF-4C17-9A1C-A9BD623CB986} + PostgresDAC22.dpk + True + Debug + 1 + Package + None + 17.2 + Win32 + + + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + true + Cfg_2 + true + true + + + 00400000 + System;Xml;Data;Datasnap;Web;Soap;Winapi;$(DCC_Namespace) + false + 1049 + PostgresDAC22 + true + false + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName= + false + true + false + false + true + + + 1033 + System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace) + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + true + + + false + 0 + 0 + RELEASE;$(DCC_Define) + + + false + DEBUG;$(DCC_Define) + true + + + true + 1033 + All + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + + + + MainSource + + + + + + + + + + + + + + + + + + + + Cfg_2 + Base + + + Base + + + Cfg_1 + Base + + + + Delphi.Personality.12 + Package + + + + PostgresDAC22.dpk + + + + True + True + + + + + true + + + + + true + + + + + PostgresDAC22.bpl + true + + + + + true + + + + + 1 + .dylib + + + 0 + .bpl + + + 1 + .dylib + + + 1 + .dylib + + + 1 + .dylib + + + + + 1 + .dylib + + + 0 + .dll;.bpl + + + + + 1 + + + 1 + + + 1 + + + + + + ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF + 1 + + + ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF + 1 + + + + + res\drawable-normal + 1 + + + + + library\lib\x86 + 1 + + + + + 1 + + + 1 + + + 1 + + + + + + library\lib\armeabi-v7a + 1 + + + + + 1 + + + 1 + + + 1 + + + + + res\drawable-xlarge + 1 + + + + + res\drawable-xhdpi + 1 + + + + + 1 + + + 1 + + + 1 + + + + + res\drawable-xxhdpi + 1 + + + + + library\lib\mips + 1 + + + + + res\drawable + 1 + + + + + 1 + + + 1 + + + 0 + + + + + 1 + .framework + + + 0 + + + + + res\drawable-small + 1 + + + + + + 1 + + + Contents\MacOS + 0 + + + + + classes + 1 + + + + + + 1 + + + 1 + + + 1 + + + + + res\drawable + 1 + + + + + Contents\Resources + 1 + + + + + + 1 + + + 1 + + + 1 + + + + + library\lib\armeabi-v7a + 1 + + + 1 + + + 0 + + + 1 + + + 1 + + + 1 + + + + + library\lib\armeabi + 1 + + + + + res\drawable-large + 1 + + + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + + + 1 + + + 1 + + + 1 + + + + + res\drawable-ldpi + 1 + + + + + res\values + 1 + + + + + 1 + + + 1 + + + 1 + + + + + res\drawable-mdpi + 1 + + + + + res\drawable-hdpi + 1 + + + + + 1 + + + + + + + + + + + + 12 + + + + + + + diff --git a/PostgresDAC22.res b/Packages/PostgresDAC22.res similarity index 100% rename from PostgresDAC22.res rename to Packages/PostgresDAC22.res diff --git a/PostgresDAC23.dpk b/Packages/PostgresDAC23.dpk similarity index 51% rename from PostgresDAC23.dpk rename to Packages/PostgresDAC23.dpk index 56d27c8..1784006 100644 --- a/PostgresDAC23.dpk +++ b/Packages/PostgresDAC23.dpk @@ -1,53 +1,53 @@ -package PostgresDAC23; - -{$R *.res} -{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users} -{$ALIGN 8} -{$ASSERTIONS ON} -{$BOOLEVAL OFF} -{$DEBUGINFO OFF} -{$EXTENDEDSYNTAX ON} -{$IMPORTEDDATA ON} -{$IOCHECKS ON} -{$LOCALSYMBOLS ON} -{$LONGSTRINGS ON} -{$OPENSTRINGS ON} -{$OPTIMIZATION OFF} -{$OVERFLOWCHECKS OFF} -{$RANGECHECKS OFF} -{$REFERENCEINFO ON} -{$SAFEDIVIDE OFF} -{$STACKFRAMES ON} -{$TYPEDADDRESS OFF} -{$VARSTRINGCHECKS ON} -{$WRITEABLECONST OFF} -{$MINENUMSIZE 1} -{$IMAGEBASE $400000} -{$DEFINE DEBUG} -{$ENDIF IMPLICITBUILDING} -{$RUNONLY} -{$IMPLICITBUILD ON} - -requires - rtl, - dsnap, - dbrtl; - -contains - PSQLTypes in 'PSQLTypes.pas', - PSQLAccess in 'PSQLAccess.pas', - PSQLDbTables in 'PSQLDbTables.pas', - PSQLBatch in 'PSQLBatch.pas', - PSQLMacroQuery in 'PSQLMacroQuery.pas', - PSQLMonitor in 'PSQLMonitor.pas', - PSQLTools in 'PSQLTools.pas', - PSQLDump in 'PSQLDump.pas', - PSQLCopy in 'PSQLCopy.pas', - PSQLDirectQuery in 'PSQLDirectQuery.pas', - PSQLExtMask in 'PSQLExtMask.pas', - PSQLFields in 'PSQLFields.pas', - PSQLNotify in 'PSQLNotify.pas', - PSQLGeomTypes in 'PSQLGeomTypes.pas'; {$NOINCLUDE PSQLGeomTypes} - -end. - +package PostgresDAC23; + +{$R *.res} +{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users} +{$ALIGN 8} +{$ASSERTIONS ON} +{$BOOLEVAL OFF} +{$DEBUGINFO OFF} +{$EXTENDEDSYNTAX ON} +{$IMPORTEDDATA ON} +{$IOCHECKS ON} +{$LOCALSYMBOLS ON} +{$LONGSTRINGS ON} +{$OPENSTRINGS ON} +{$OPTIMIZATION OFF} +{$OVERFLOWCHECKS OFF} +{$RANGECHECKS OFF} +{$REFERENCEINFO ON} +{$SAFEDIVIDE OFF} +{$STACKFRAMES ON} +{$TYPEDADDRESS OFF} +{$VARSTRINGCHECKS ON} +{$WRITEABLECONST OFF} +{$MINENUMSIZE 1} +{$IMAGEBASE $400000} +{$DEFINE DEBUG} +{$ENDIF IMPLICITBUILDING} +{$RUNONLY} +{$IMPLICITBUILD ON} + +requires + rtl, + dsnap, + dbrtl; + +contains + PSQLTypes in '..\PSQLTypes.pas', + PSQLAccess in '..\PSQLAccess.pas', + PSQLDbTables in '..\PSQLDbTables.pas', + PSQLBatch in '..\PSQLBatch.pas', + PSQLMacroQuery in '..\PSQLMacroQuery.pas', + PSQLMonitor in '..\PSQLMonitor.pas', + PSQLTools in '..\PSQLTools.pas', + PSQLDump in '..\PSQLDump.pas', + PSQLCopy in '..\PSQLCopy.pas', + PSQLDirectQuery in '..\PSQLDirectQuery.pas', + PSQLExtMask in '..\PSQLExtMask.pas', + PSQLFields in '..\PSQLFields.pas', + PSQLNotify in '..\PSQLNotify.pas', + PSQLGeomTypes in '..\PSQLGeomTypes.pas'; {$NOINCLUDE PSQLGeomTypes} + +end. + diff --git a/PostgresDAC23.dproj b/Packages/PostgresDAC23.dproj similarity index 97% rename from PostgresDAC23.dproj rename to Packages/PostgresDAC23.dproj index 5966b6d..c5eca7b 100644 --- a/PostgresDAC23.dproj +++ b/Packages/PostgresDAC23.dproj @@ -1,499 +1,499 @@ - - - {921C522A-55FF-4C17-9A1C-A9BD623CB986} - PostgresDAC23.dpk - True - Debug - 3 - Package - None - 18.1 - Win64 - - - true - - - true - Base - true - - - true - Base - true - - - true - Base - true - - - true - Base - true - - - true - Cfg_2 - true - true - - - 00400000 - System;Xml;Data;Datasnap;Web;Soap;Winapi;$(DCC_Namespace) - false - 1049 - PostgresDAC23 - true - false - CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName= - false - true - true - 0 - x86 - - - android-support-v4.dex.jar;apk-expansion.dex.jar;cloud-messaging.dex.jar;fmx.dex.jar;google-analytics-v2.dex.jar;google-play-billing.dex.jar;google-play-licensing.dex.jar;google-play-services.dex.jar - - - 1033 - System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace) - CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= - true - - - false - 0 - 0 - RELEASE;$(DCC_Define) - - - false - DEBUG;$(DCC_Define) - true - - - true - 1033 - All - CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= - - - - MainSource - - - - - - - - - - - - - - - - - - - - Cfg_2 - Base - - - Base - - - Cfg_1 - Base - - - - Delphi.Personality.12 - Package - - - - PostgresDAC23.dpk - - - - True - True - True - True - True - True - True - True - True - True - True - True - - - - - true - - - - - true - - - - - true - - - - - PostgresDAC23.bpl - true - - - - - 0 - .dll;.bpl - - - 1 - .dylib - - - - - Contents\Resources - 1 - - - - - classes - 1 - - - - - res\drawable-xxhdpi - 1 - - - - - Contents\MacOS - 0 - - - 1 - - - - - library\lib\mips - 1 - - - - - 1 - - - 1 - - - 1 - - - - - 0 - - - 1 - - - 1 - - - 1 - - - library\lib\armeabi-v7a - 1 - - - 1 - - - - - 0 - - - 1 - .framework - - - - - 1 - - - 1 - - - 1 - - - - - library\lib\x86 - 1 - - - - - ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF - 1 - - - ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF - 1 - - - - - 1 - - - 1 - - - 1 - - - - - 1 - - - 1 - - - 1 - - - - - - library\lib\armeabi - 1 - - - - - 0 - - - 1 - - - 1 - - - - - 1 - - - 1 - - - 1 - - - - - res\drawable-normal - 1 - - - - - res\drawable-xhdpi - 1 - - - - - res\drawable-large - 1 - - - - - 1 - - - 1 - - - 1 - - - - - - library\lib\armeabi-v7a - 1 - - - - - res\drawable-hdpi - 1 - - - - - - - 1 - - - 1 - - - 1 - - - - - res\values - 1 - - - - - res\drawable-small - 1 - - - - - res\drawable - 1 - - - - - 1 - - - 1 - - - 1 - - - - - 1 - - - - - res\drawable - 1 - - - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - - - library\lib\armeabi-v7a - 1 - - - - - 0 - .bpl - - - 1 - .dylib - - - 1 - .dylib - - - 1 - .dylib - - - 1 - .dylib - - - - - res\drawable-mdpi - 1 - - - - - res\drawable-xlarge - 1 - - - - - res\drawable-ldpi - 1 - - - - - - - - - - - - - 12 - - - - - + + + {921C522A-55FF-4C17-9A1C-A9BD623CB986} + PostgresDAC23.dpk + True + Debug + 3 + Package + None + 18.1 + Win64 + + + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + true + Cfg_2 + true + true + + + 00400000 + System;Xml;Data;Datasnap;Web;Soap;Winapi;$(DCC_Namespace) + false + 1049 + PostgresDAC23 + true + false + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName= + false + true + true + 0 + x86 + + + android-support-v4.dex.jar;apk-expansion.dex.jar;cloud-messaging.dex.jar;fmx.dex.jar;google-analytics-v2.dex.jar;google-play-billing.dex.jar;google-play-licensing.dex.jar;google-play-services.dex.jar + + + 1033 + System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace) + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + true + + + false + 0 + 0 + RELEASE;$(DCC_Define) + + + false + DEBUG;$(DCC_Define) + true + + + true + 1033 + All + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + + + + MainSource + + + + + + + + + + + + + + + + + + + + Cfg_2 + Base + + + Base + + + Cfg_1 + Base + + + + Delphi.Personality.12 + Package + + + + PostgresDAC23.dpk + + + + True + True + True + True + True + True + True + True + True + True + True + True + + + + + true + + + + + true + + + + + true + + + + + PostgresDAC23.bpl + true + + + + + 0 + .dll;.bpl + + + 1 + .dylib + + + + + Contents\Resources + 1 + + + + + classes + 1 + + + + + res\drawable-xxhdpi + 1 + + + + + Contents\MacOS + 0 + + + 1 + + + + + library\lib\mips + 1 + + + + + 1 + + + 1 + + + 1 + + + + + 0 + + + 1 + + + 1 + + + 1 + + + library\lib\armeabi-v7a + 1 + + + 1 + + + + + 0 + + + 1 + .framework + + + + + 1 + + + 1 + + + 1 + + + + + library\lib\x86 + 1 + + + + + ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF + 1 + + + ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF + 1 + + + + + 1 + + + 1 + + + 1 + + + + + 1 + + + 1 + + + 1 + + + + + + library\lib\armeabi + 1 + + + + + 0 + + + 1 + + + 1 + + + + + 1 + + + 1 + + + 1 + + + + + res\drawable-normal + 1 + + + + + res\drawable-xhdpi + 1 + + + + + res\drawable-large + 1 + + + + + 1 + + + 1 + + + 1 + + + + + + library\lib\armeabi-v7a + 1 + + + + + res\drawable-hdpi + 1 + + + + + + + 1 + + + 1 + + + 1 + + + + + res\values + 1 + + + + + res\drawable-small + 1 + + + + + res\drawable + 1 + + + + + 1 + + + 1 + + + 1 + + + + + 1 + + + + + res\drawable + 1 + + + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + + + library\lib\armeabi-v7a + 1 + + + + + 0 + .bpl + + + 1 + .dylib + + + 1 + .dylib + + + 1 + .dylib + + + 1 + .dylib + + + + + res\drawable-mdpi + 1 + + + + + res\drawable-xlarge + 1 + + + + + res\drawable-ldpi + 1 + + + + + + + + + + + + + 12 + + + + + diff --git a/PostgresDAC23.res b/Packages/PostgresDAC23.res similarity index 100% rename from PostgresDAC23.res rename to Packages/PostgresDAC23.res diff --git a/PostgresDAC24.dpk b/Packages/PostgresDAC24.dpk similarity index 53% rename from PostgresDAC24.dpk rename to Packages/PostgresDAC24.dpk index 80a35f1..8217e0b 100644 --- a/PostgresDAC24.dpk +++ b/Packages/PostgresDAC24.dpk @@ -1,55 +1,55 @@ -package PostgresDAC24; - -{$R *.res} -{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users} -{$ALIGN 8} -{$ASSERTIONS ON} -{$BOOLEVAL OFF} -{$DEBUGINFO OFF} -{$EXTENDEDSYNTAX ON} -{$IMPORTEDDATA ON} -{$IOCHECKS ON} -{$LOCALSYMBOLS ON} -{$LONGSTRINGS ON} -{$OPENSTRINGS ON} -{$OPTIMIZATION OFF} -{$OVERFLOWCHECKS OFF} -{$RANGECHECKS OFF} -{$REFERENCEINFO ON} -{$SAFEDIVIDE OFF} -{$STACKFRAMES ON} -{$TYPEDADDRESS OFF} -{$VARSTRINGCHECKS ON} -{$WRITEABLECONST OFF} -{$MINENUMSIZE 1} -{$IMAGEBASE $400000} -{$DEFINE DEBUG} -{$ENDIF IMPLICITBUILDING} -{$RUNONLY} -{$IMPLICITBUILD ON} - -requires - rtl, - dsnap, - dbrtl; - -contains - PSQLTypes in 'PSQLTypes.pas', - PSQLAccess in 'PSQLAccess.pas', - PSQLDbTables in 'PSQLDbTables.pas', - PSQLBatch in 'PSQLBatch.pas', - PSQLMacroQuery in 'PSQLMacroQuery.pas', - PSQLMonitor in 'PSQLMonitor.pas', - PSQLTools in 'PSQLTools.pas', - PSQLDump in 'PSQLDump.pas', - PSQLCopy in 'PSQLCopy.pas', - PSQLDirectQuery in 'PSQLDirectQuery.pas', - PSQLExtMask in 'PSQLExtMask.pas', - PSQLFields in 'PSQLFields.pas', - PSQLNotify in 'PSQLNotify.pas', - PSQLGeomTypes in 'PSQLGeomTypes.pas'; - -{$NOINCLUDE PSQLGeomTypes} - -end. - +package PostgresDAC24; + +{$R *.res} +{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users} +{$ALIGN 8} +{$ASSERTIONS ON} +{$BOOLEVAL OFF} +{$DEBUGINFO OFF} +{$EXTENDEDSYNTAX ON} +{$IMPORTEDDATA ON} +{$IOCHECKS ON} +{$LOCALSYMBOLS ON} +{$LONGSTRINGS ON} +{$OPENSTRINGS ON} +{$OPTIMIZATION OFF} +{$OVERFLOWCHECKS OFF} +{$RANGECHECKS OFF} +{$REFERENCEINFO ON} +{$SAFEDIVIDE OFF} +{$STACKFRAMES ON} +{$TYPEDADDRESS OFF} +{$VARSTRINGCHECKS ON} +{$WRITEABLECONST OFF} +{$MINENUMSIZE 1} +{$IMAGEBASE $400000} +{$DEFINE DEBUG} +{$ENDIF IMPLICITBUILDING} +{$RUNONLY} +{$IMPLICITBUILD ON} + +requires + rtl, + dsnap, + dbrtl; + +contains + PSQLTypes in '..\PSQLTypes.pas', + PSQLAccess in '..\PSQLAccess.pas', + PSQLDbTables in '..\PSQLDbTables.pas', + PSQLBatch in '..\PSQLBatch.pas', + PSQLMacroQuery in '..\PSQLMacroQuery.pas', + PSQLMonitor in '..\PSQLMonitor.pas', + PSQLTools in '..\PSQLTools.pas', + PSQLDump in '..\PSQLDump.pas', + PSQLCopy in '..\PSQLCopy.pas', + PSQLDirectQuery in '..\PSQLDirectQuery.pas', + PSQLExtMask in '..\PSQLExtMask.pas', + PSQLFields in '..\PSQLFields.pas', + PSQLNotify in '..\PSQLNotify.pas', + PSQLGeomTypes in '..\PSQLGeomTypes.pas'; + +{$NOINCLUDE PSQLGeomTypes} + +end. + diff --git a/PostgresDAC24.dproj b/Packages/PostgresDAC24.dproj similarity index 97% rename from PostgresDAC24.dproj rename to Packages/PostgresDAC24.dproj index 6815914..9f254a2 100644 --- a/PostgresDAC24.dproj +++ b/Packages/PostgresDAC24.dproj @@ -1,528 +1,528 @@ - - - {921C522A-55FF-4C17-9A1C-A9BD623CB986} - PostgresDAC24.dpk - True - Debug - 17 - Package - None - 18.2 - Win32 - - - true - - - true - Base - true - - - true - Base - true - - - true - Base - true - - - true - Cfg_2 - true - true - - - true - Cfg_2 - true - true - - - 00400000 - System;Xml;Data;Datasnap;Web;Soap;Winapi;$(DCC_Namespace) - false - 1049 - PostgresDAC24 - true - false - CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName= - false - true - false - false - true - - - 1033 - System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace) - CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(ModuleName);FileDescription=$(ModuleName);ProductName=$(ModuleName) - true - - - false - 0 - 0 - RELEASE;$(DCC_Define) - - - false - DEBUG;$(DCC_Define) - true - - - Debug - - - true - 1033 - All - CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(ModuleName);FileDescription=$(ModuleName);ProductName=$(ModuleName) - - - - MainSource - - - - - - - - - - - - - - - - - - - - Cfg_2 - Base - - - Base - - - Cfg_1 - Base - - - - Delphi.Personality.12 - Package - - - - PostgresDAC24.dpk - - - - True - True - True - True - True - True - True - True - - - - - true - - - - - true - - - - - true - - - - - PostgresDAC24.bpl - true - - - - - true - - - - - 0 - .dll;.bpl - - - 1 - .dylib - - - - - Contents\Resources - 1 - - - - - classes - 1 - - - - - res\drawable-xxhdpi - 1 - - - - - Contents\MacOS - 0 - - - 1 - - - - - library\lib\mips - 1 - - - - - 1 - - - 1 - - - 1 - - - - - 1 - - - 1 - - - 0 - - - 1 - - - 1 - - - library\lib\armeabi-v7a - 1 - - - 1 - - - - - 0 - - - 1 - .framework - - - - - 1 - - - 1 - - - - - 1 - - - 1 - - - 1 - - - - - - ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF - 1 - - - ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF - 1 - - - - - 1 - - - 1 - - - 1 - - - - - 1 - - - 1 - - - 1 - - - - - - library\lib\armeabi - 1 - - - - - 0 - - - 1 - - - 1 - - - - - 1 - - - 1 - - - 1 - - - - - res\drawable-normal - 1 - - - - - res\drawable-xhdpi - 1 - - - - - res\drawable-large - 1 - - - - - 1 - - - 1 - - - 1 - - - - - Assets - 1 - - - Assets - 1 - - - - - - library\lib\armeabi-v7a - 1 - - - - - res\drawable-hdpi - 1 - - - - - - - Assets - 1 - - - Assets - 1 - - - - - 1 - - - 1 - - - 1 - - - - - res\values - 1 - - - - - res\drawable-small - 1 - - - - - res\drawable - 1 - - - - - 1 - - - 1 - - - 1 - - - - - 1 - - - - - res\drawable - 1 - - - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - - - library\lib\armeabi-v7a - 1 - - - - - 0 - .bpl - - - 1 - .dylib - - - 1 - .dylib - - - 1 - .dylib - - - 1 - .dylib - - - - - res\drawable-mdpi - 1 - - - - - res\drawable-xlarge - 1 - - - - - res\drawable-ldpi - 1 - - - - - - - - - - - - - - 12 - - - - - + + + {921C522A-55FF-4C17-9A1C-A9BD623CB986} + PostgresDAC24.dpk + True + Debug + 17 + Package + None + 18.2 + Win32 + + + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + true + Cfg_2 + true + true + + + true + Cfg_2 + true + true + + + 00400000 + System;Xml;Data;Datasnap;Web;Soap;Winapi;$(DCC_Namespace) + false + 1049 + PostgresDAC24 + true + false + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName= + false + true + false + false + true + + + 1033 + System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace) + CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(ModuleName);FileDescription=$(ModuleName);ProductName=$(ModuleName) + true + + + false + 0 + 0 + RELEASE;$(DCC_Define) + + + false + DEBUG;$(DCC_Define) + true + + + Debug + + + true + 1033 + All + CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(ModuleName);FileDescription=$(ModuleName);ProductName=$(ModuleName) + + + + MainSource + + + + + + + + + + + + + + + + + + + + Cfg_2 + Base + + + Base + + + Cfg_1 + Base + + + + Delphi.Personality.12 + Package + + + + PostgresDAC24.dpk + + + + True + True + True + True + True + True + True + True + + + + + true + + + + + true + + + + + true + + + + + PostgresDAC24.bpl + true + + + + + true + + + + + 0 + .dll;.bpl + + + 1 + .dylib + + + + + Contents\Resources + 1 + + + + + classes + 1 + + + + + res\drawable-xxhdpi + 1 + + + + + Contents\MacOS + 0 + + + 1 + + + + + library\lib\mips + 1 + + + + + 1 + + + 1 + + + 1 + + + + + 1 + + + 1 + + + 0 + + + 1 + + + 1 + + + library\lib\armeabi-v7a + 1 + + + 1 + + + + + 0 + + + 1 + .framework + + + + + 1 + + + 1 + + + + + 1 + + + 1 + + + 1 + + + + + + ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF + 1 + + + ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF + 1 + + + + + 1 + + + 1 + + + 1 + + + + + 1 + + + 1 + + + 1 + + + + + + library\lib\armeabi + 1 + + + + + 0 + + + 1 + + + 1 + + + + + 1 + + + 1 + + + 1 + + + + + res\drawable-normal + 1 + + + + + res\drawable-xhdpi + 1 + + + + + res\drawable-large + 1 + + + + + 1 + + + 1 + + + 1 + + + + + Assets + 1 + + + Assets + 1 + + + + + + library\lib\armeabi-v7a + 1 + + + + + res\drawable-hdpi + 1 + + + + + + + Assets + 1 + + + Assets + 1 + + + + + 1 + + + 1 + + + 1 + + + + + res\values + 1 + + + + + res\drawable-small + 1 + + + + + res\drawable + 1 + + + + + 1 + + + 1 + + + 1 + + + + + 1 + + + + + res\drawable + 1 + + + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + + + library\lib\armeabi-v7a + 1 + + + + + 0 + .bpl + + + 1 + .dylib + + + 1 + .dylib + + + 1 + .dylib + + + 1 + .dylib + + + + + res\drawable-mdpi + 1 + + + + + res\drawable-xlarge + 1 + + + + + res\drawable-ldpi + 1 + + + + + + + + + + + + + + 12 + + + + + diff --git a/PostgresDAC24.res b/Packages/PostgresDAC24.res similarity index 100% rename from PostgresDAC24.res rename to Packages/PostgresDAC24.res diff --git a/PostgresDAC25.dpk b/Packages/PostgresDAC25.dpk similarity index 53% rename from PostgresDAC25.dpk rename to Packages/PostgresDAC25.dpk index 3edd4e0..b363e8c 100644 --- a/PostgresDAC25.dpk +++ b/Packages/PostgresDAC25.dpk @@ -1,55 +1,55 @@ -package PostgresDAC25; - -{$R *.res} -{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users} -{$ALIGN 8} -{$ASSERTIONS ON} -{$BOOLEVAL OFF} -{$DEBUGINFO OFF} -{$EXTENDEDSYNTAX ON} -{$IMPORTEDDATA ON} -{$IOCHECKS ON} -{$LOCALSYMBOLS ON} -{$LONGSTRINGS ON} -{$OPENSTRINGS ON} -{$OPTIMIZATION OFF} -{$OVERFLOWCHECKS OFF} -{$RANGECHECKS OFF} -{$REFERENCEINFO ON} -{$SAFEDIVIDE OFF} -{$STACKFRAMES ON} -{$TYPEDADDRESS OFF} -{$VARSTRINGCHECKS ON} -{$WRITEABLECONST OFF} -{$MINENUMSIZE 1} -{$IMAGEBASE $400000} -{$DEFINE DEBUG} -{$ENDIF IMPLICITBUILDING} -{$RUNONLY} -{$IMPLICITBUILD ON} - -requires - rtl, - dsnap, - dbrtl; - -contains - PSQLTypes in 'PSQLTypes.pas', - PSQLAccess in 'PSQLAccess.pas', - PSQLDbTables in 'PSQLDbTables.pas', - PSQLBatch in 'PSQLBatch.pas', - PSQLMacroQuery in 'PSQLMacroQuery.pas', - PSQLMonitor in 'PSQLMonitor.pas', - PSQLTools in 'PSQLTools.pas', - PSQLDump in 'PSQLDump.pas', - PSQLCopy in 'PSQLCopy.pas', - PSQLDirectQuery in 'PSQLDirectQuery.pas', - PSQLExtMask in 'PSQLExtMask.pas', - PSQLFields in 'PSQLFields.pas', - PSQLNotify in 'PSQLNotify.pas', - PSQLGeomTypes in 'PSQLGeomTypes.pas'; - -{$NOINCLUDE PSQLGeomTypes} - -end. - +package PostgresDAC25; + +{$R *.res} +{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users} +{$ALIGN 8} +{$ASSERTIONS ON} +{$BOOLEVAL OFF} +{$DEBUGINFO OFF} +{$EXTENDEDSYNTAX ON} +{$IMPORTEDDATA ON} +{$IOCHECKS ON} +{$LOCALSYMBOLS ON} +{$LONGSTRINGS ON} +{$OPENSTRINGS ON} +{$OPTIMIZATION OFF} +{$OVERFLOWCHECKS OFF} +{$RANGECHECKS OFF} +{$REFERENCEINFO ON} +{$SAFEDIVIDE OFF} +{$STACKFRAMES ON} +{$TYPEDADDRESS OFF} +{$VARSTRINGCHECKS ON} +{$WRITEABLECONST OFF} +{$MINENUMSIZE 1} +{$IMAGEBASE $400000} +{$DEFINE DEBUG} +{$ENDIF IMPLICITBUILDING} +{$RUNONLY} +{$IMPLICITBUILD ON} + +requires + rtl, + dsnap, + dbrtl; + +contains + PSQLTypes in '..\PSQLTypes.pas', + PSQLAccess in '..\PSQLAccess.pas', + PSQLDbTables in '..\PSQLDbTables.pas', + PSQLBatch in '..\PSQLBatch.pas', + PSQLMacroQuery in '..\PSQLMacroQuery.pas', + PSQLMonitor in '..\PSQLMonitor.pas', + PSQLTools in '..\PSQLTools.pas', + PSQLDump in '..\PSQLDump.pas', + PSQLCopy in '..\PSQLCopy.pas', + PSQLDirectQuery in '..\PSQLDirectQuery.pas', + PSQLExtMask in '..\PSQLExtMask.pas', + PSQLFields in '..\PSQLFields.pas', + PSQLNotify in '..\PSQLNotify.pas', + PSQLGeomTypes in '..\PSQLGeomTypes.pas'; + +{$NOINCLUDE PSQLGeomTypes} + +end. + diff --git a/PostgresDAC25.dproj b/Packages/PostgresDAC25.dproj similarity index 97% rename from PostgresDAC25.dproj rename to Packages/PostgresDAC25.dproj index cbf07c7..3e02bb4 100644 --- a/PostgresDAC25.dproj +++ b/Packages/PostgresDAC25.dproj @@ -1,531 +1,531 @@ - - - {921C522A-55FF-4C17-9A1C-A9BD623CB986} - PostgresDAC25.dpk - True - Release - 1 - Package - None - 18.4 - Win32 - - - true - - - true - Base - true - - - true - Base - true - - - true - Cfg_1 - true - true - - - true - Base - true - - - true - Cfg_2 - true - true - - - 00400000 - System;Xml;Data;Datasnap;Web;Soap;Winapi;$(DCC_Namespace) - false - 1049 - PostgresDAC25 - true - false - CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName= - false - true - false - false - true - - - 1033 - System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace) - CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName);FileDescription=$(MSBuildProjectName);ProductName=$(MSBuildProjectName) - true - - - false - 0 - 0 - RELEASE;$(DCC_Define) - - - All - true - 1033 - CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName);FileDescription=$(MSBuildProjectName);ProductName=$(MSBuildProjectName) - - - false - DEBUG;$(DCC_Define) - true - - - true - 1033 - All - CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName);FileDescription=$(MSBuildProjectName);ProductName=$(MSBuildProjectName) - - - - MainSource - - - - - - - - - - - - - - - - - - - - Cfg_2 - Base - - - Base - - - Cfg_1 - Base - - - - Delphi.Personality.12 - Package - - - - PostgresDAC25.dpk - - - - True - True - True - True - True - True - True - True - - - - - true - - - - - true - - - - - true - - - - - PostgresDAC25.bpl - true - - - - - true - - - - - 1 - - - Contents\MacOS - 0 - - - - - classes - 1 - - - - - library\lib\armeabi-v7a - 1 - - - - - library\lib\armeabi - 1 - - - - - library\lib\mips - 1 - - - - - - library\lib\armeabi-v7a - 1 - - - - - res\drawable - 1 - - - - - res\values - 1 - - - - - res\drawable - 1 - - - - - res\drawable-xxhdpi - 1 - - - - - res\drawable-ldpi - 1 - - - - - res\drawable-mdpi - 1 - - - - - res\drawable-hdpi - 1 - - - - - res\drawable-xhdpi - 1 - - - - - res\drawable-small - 1 - - - - - res\drawable-normal - 1 - - - - - res\drawable-large - 1 - - - - - res\drawable-xlarge - 1 - - - - - 1 - - - 1 - - - 0 - - - - - 1 - .framework - - - 0 - - - - - 1 - .dylib - - - 0 - .dll;.bpl - - - - - 1 - .dylib - - - 1 - .dylib - - - 1 - .dylib - - - 1 - .dylib - - - 0 - .bpl - - - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - - - 1 - - - 1 - - - 1 - - - - - 1 - - - 1 - - - 1 - - - - - 1 - - - 1 - - - 1 - - - - - 1 - - - 1 - - - 1 - - - - - 1 - - - 1 - - - 1 - - - - - 1 - - - 1 - - - 1 - - - - - 1 - - - 1 - - - 1 - - - - - 1 - - - - - ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF - 1 - - - ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF - 1 - - - - - - - - 1 - - - 1 - - - 1 - - - - - - - Contents\Resources - 1 - - - - - library\lib\armeabi-v7a - 1 - - - 1 - - - 1 - - - 1 - - - 1 - - - 1 - - - 0 - - - - - 1 - - - 1 - - - - - Assets - 1 - - - Assets - 1 - - - - - Assets - 1 - - - Assets - 1 - - - - - - - - - - - - - 12 - - - - - + + + {921C522A-55FF-4C17-9A1C-A9BD623CB986} + PostgresDAC25.dpk + True + Release + 1 + Package + None + 18.4 + Win32 + + + true + + + true + Base + true + + + true + Base + true + + + true + Cfg_1 + true + true + + + true + Base + true + + + true + Cfg_2 + true + true + + + 00400000 + System;Xml;Data;Datasnap;Web;Soap;Winapi;$(DCC_Namespace) + false + 1049 + PostgresDAC25 + true + false + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName= + false + true + false + false + true + + + 1033 + System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace) + CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName);FileDescription=$(MSBuildProjectName);ProductName=$(MSBuildProjectName) + true + + + false + 0 + 0 + RELEASE;$(DCC_Define) + + + All + true + 1033 + CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName);FileDescription=$(MSBuildProjectName);ProductName=$(MSBuildProjectName) + + + false + DEBUG;$(DCC_Define) + true + + + true + 1033 + All + CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName);FileDescription=$(MSBuildProjectName);ProductName=$(MSBuildProjectName) + + + + MainSource + + + + + + + + + + + + + + + + + + + + Cfg_2 + Base + + + Base + + + Cfg_1 + Base + + + + Delphi.Personality.12 + Package + + + + PostgresDAC25.dpk + + + + True + True + True + True + True + True + True + True + + + + + true + + + + + true + + + + + true + + + + + PostgresDAC25.bpl + true + + + + + true + + + + + 1 + + + Contents\MacOS + 0 + + + + + classes + 1 + + + + + library\lib\armeabi-v7a + 1 + + + + + library\lib\armeabi + 1 + + + + + library\lib\mips + 1 + + + + + + library\lib\armeabi-v7a + 1 + + + + + res\drawable + 1 + + + + + res\values + 1 + + + + + res\drawable + 1 + + + + + res\drawable-xxhdpi + 1 + + + + + res\drawable-ldpi + 1 + + + + + res\drawable-mdpi + 1 + + + + + res\drawable-hdpi + 1 + + + + + res\drawable-xhdpi + 1 + + + + + res\drawable-small + 1 + + + + + res\drawable-normal + 1 + + + + + res\drawable-large + 1 + + + + + res\drawable-xlarge + 1 + + + + + 1 + + + 1 + + + 0 + + + + + 1 + .framework + + + 0 + + + + + 1 + .dylib + + + 0 + .dll;.bpl + + + + + 1 + .dylib + + + 1 + .dylib + + + 1 + .dylib + + + 1 + .dylib + + + 0 + .bpl + + + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + + + 1 + + + 1 + + + 1 + + + + + 1 + + + 1 + + + 1 + + + + + 1 + + + 1 + + + 1 + + + + + 1 + + + 1 + + + 1 + + + + + 1 + + + 1 + + + 1 + + + + + 1 + + + 1 + + + 1 + + + + + 1 + + + 1 + + + 1 + + + + + 1 + + + + + ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF + 1 + + + ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF + 1 + + + + + + + + 1 + + + 1 + + + 1 + + + + + + + Contents\Resources + 1 + + + + + library\lib\armeabi-v7a + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 0 + + + + + 1 + + + 1 + + + + + Assets + 1 + + + Assets + 1 + + + + + Assets + 1 + + + Assets + 1 + + + + + + + + + + + + + 12 + + + + + diff --git a/PostgresDAC25.res b/Packages/PostgresDAC25.res similarity index 100% rename from PostgresDAC25.res rename to Packages/PostgresDAC25.res diff --git a/PostgresDAC26.dpk b/Packages/PostgresDAC26.dpk similarity index 53% rename from PostgresDAC26.dpk rename to Packages/PostgresDAC26.dpk index 5546bf3..c014c8c 100644 --- a/PostgresDAC26.dpk +++ b/Packages/PostgresDAC26.dpk @@ -1,55 +1,55 @@ -package PostgresDAC26; - -{$R *.res} -{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users} -{$ALIGN 8} -{$ASSERTIONS ON} -{$BOOLEVAL OFF} -{$DEBUGINFO OFF} -{$EXTENDEDSYNTAX ON} -{$IMPORTEDDATA ON} -{$IOCHECKS ON} -{$LOCALSYMBOLS ON} -{$LONGSTRINGS ON} -{$OPENSTRINGS ON} -{$OPTIMIZATION OFF} -{$OVERFLOWCHECKS OFF} -{$RANGECHECKS OFF} -{$REFERENCEINFO ON} -{$SAFEDIVIDE OFF} -{$STACKFRAMES ON} -{$TYPEDADDRESS OFF} -{$VARSTRINGCHECKS ON} -{$WRITEABLECONST OFF} -{$MINENUMSIZE 1} -{$IMAGEBASE $400000} -{$DEFINE DEBUG} -{$ENDIF IMPLICITBUILDING} -{$RUNONLY} -{$IMPLICITBUILD ON} - -requires - rtl, - dsnap, - dbrtl; - -contains - PSQLTypes in 'PSQLTypes.pas', - PSQLAccess in 'PSQLAccess.pas', - PSQLDbTables in 'PSQLDbTables.pas', - PSQLBatch in 'PSQLBatch.pas', - PSQLMacroQuery in 'PSQLMacroQuery.pas', - PSQLMonitor in 'PSQLMonitor.pas', - PSQLTools in 'PSQLTools.pas', - PSQLDump in 'PSQLDump.pas', - PSQLCopy in 'PSQLCopy.pas', - PSQLDirectQuery in 'PSQLDirectQuery.pas', - PSQLExtMask in 'PSQLExtMask.pas', - PSQLFields in 'PSQLFields.pas', - PSQLNotify in 'PSQLNotify.pas', - PSQLGeomTypes in 'PSQLGeomTypes.pas'; - -{$NOINCLUDE PSQLGeomTypes} - -end. - +package PostgresDAC26; + +{$R *.res} +{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users} +{$ALIGN 8} +{$ASSERTIONS ON} +{$BOOLEVAL OFF} +{$DEBUGINFO OFF} +{$EXTENDEDSYNTAX ON} +{$IMPORTEDDATA ON} +{$IOCHECKS ON} +{$LOCALSYMBOLS ON} +{$LONGSTRINGS ON} +{$OPENSTRINGS ON} +{$OPTIMIZATION OFF} +{$OVERFLOWCHECKS OFF} +{$RANGECHECKS OFF} +{$REFERENCEINFO ON} +{$SAFEDIVIDE OFF} +{$STACKFRAMES ON} +{$TYPEDADDRESS OFF} +{$VARSTRINGCHECKS ON} +{$WRITEABLECONST OFF} +{$MINENUMSIZE 1} +{$IMAGEBASE $400000} +{$DEFINE DEBUG} +{$ENDIF IMPLICITBUILDING} +{$RUNONLY} +{$IMPLICITBUILD ON} + +requires + rtl, + dsnap, + dbrtl; + +contains + PSQLTypes in '..\PSQLTypes.pas', + PSQLAccess in '..\PSQLAccess.pas', + PSQLDbTables in '..\PSQLDbTables.pas', + PSQLBatch in '..\PSQLBatch.pas', + PSQLMacroQuery in '..\PSQLMacroQuery.pas', + PSQLMonitor in '..\PSQLMonitor.pas', + PSQLTools in '..\PSQLTools.pas', + PSQLDump in '..\PSQLDump.pas', + PSQLCopy in '..\PSQLCopy.pas', + PSQLDirectQuery in '..\PSQLDirectQuery.pas', + PSQLExtMask in '..\PSQLExtMask.pas', + PSQLFields in '..\PSQLFields.pas', + PSQLNotify in '..\PSQLNotify.pas', + PSQLGeomTypes in '..\PSQLGeomTypes.pas'; + +{$NOINCLUDE PSQLGeomTypes} + +end. + diff --git a/PostgresDAC26.dproj b/Packages/PostgresDAC26.dproj similarity index 97% rename from PostgresDAC26.dproj rename to Packages/PostgresDAC26.dproj index 6311448..1be6656 100644 --- a/PostgresDAC26.dproj +++ b/Packages/PostgresDAC26.dproj @@ -1,564 +1,564 @@ - - - {921C522A-55FF-4C17-9A1C-A9BD623CB986} - PostgresDAC26.dpk - True - Debug - 1 - Package - None - 18.6 - Win32 - - - true - - - true - Base - true - - - true - Base - true - - - true - Base - true - - - true - Cfg_2 - true - true - - - 00400000 - System;Xml;Data;Datasnap;Web;Soap;Winapi;$(DCC_Namespace) - false - 1049 - PostgresDAC26 - true - false - CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName= - false - true - false - false - true - - - 1033 - System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace) - CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName);FileDescription=$(MSBuildProjectName);ProductName=$(MSBuildProjectName) - true - - - false - 0 - 0 - RELEASE;$(DCC_Define) - - - false - DEBUG;$(DCC_Define) - true - - - true - 1033 - All - CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName);FileDescription=$(MSBuildProjectName);ProductName=$(MSBuildProjectName) - - - - MainSource - - - - - - - - - - - - - - - - - - - - Cfg_2 - Base - - - Base - - - Cfg_1 - Base - - - - Delphi.Personality.12 - Package - - - - PostgresDAC26.dpk - - - - True - True - True - True - True - True - True - True - - - - - true - - - - - true - - - - - true - - - - - true - - - - - true - - - - - true - - - - - PostgresDAC26.bpl - true - - - - - 1 - - - 0 - - - - - classes - 1 - - - - - res\xml - 1 - - - - - library\lib\armeabi-v7a - 1 - - - - - library\lib\armeabi - 1 - - - - - library\lib\mips - 1 - - - - - - library\lib\armeabi-v7a - 1 - - - - - res\drawable - 1 - - - - - res\values - 1 - - - - - res\values-v21 - 1 - - - - - res\drawable - 1 - - - - - res\drawable-xxhdpi - 1 - - - - - res\drawable-ldpi - 1 - - - - - res\drawable-mdpi - 1 - - - - - res\drawable-hdpi - 1 - - - - - res\drawable-xhdpi - 1 - - - - - res\drawable-small - 1 - - - - - res\drawable-normal - 1 - - - - - res\drawable-large - 1 - - - - - res\drawable-xlarge - 1 - - - - - 1 - - - 1 - - - 0 - - - - - 1 - .framework - - - 1 - .framework - - - 0 - - - - - 1 - .dylib - - - 1 - .dylib - - - 0 - .dll;.bpl - - - - - 1 - .dylib - - - 1 - .dylib - - - 1 - .dylib - - - 1 - .dylib - - - 1 - .dylib - - - 0 - .bpl - - - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - - - 1 - - - 1 - - - 1 - - - - - 1 - - - 1 - - - 1 - - - - - 1 - - - 1 - - - 1 - - - - - 1 - - - 1 - - - 1 - - - - - 1 - - - 1 - - - 1 - - - - - 1 - - - 1 - - - 1 - - - - - 1 - - - 1 - - - 1 - - - - - 1 - - - - - ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF - 1 - - - ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF - 1 - - - - - - - - 1 - - - 1 - - - 1 - - - - - - - - Contents\Resources - 1 - - - Contents\Resources - 1 - - - - - library\lib\armeabi-v7a - 1 - - - 1 - - - 1 - - - 1 - - - 1 - - - 1 - - - 1 - - - 0 - - - - - 1 - - - 1 - - - - - Assets - 1 - - - Assets - 1 - - - - - Assets - 1 - - - Assets - 1 - - - - - - - - - - - - - - 12 - - - - - + + + {921C522A-55FF-4C17-9A1C-A9BD623CB986} + PostgresDAC26.dpk + True + Debug + 1 + Package + None + 18.6 + Win32 + + + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + true + Cfg_2 + true + true + + + 00400000 + System;Xml;Data;Datasnap;Web;Soap;Winapi;$(DCC_Namespace) + false + 1049 + PostgresDAC26 + true + false + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName= + false + true + false + false + true + + + 1033 + System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace) + CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName);FileDescription=$(MSBuildProjectName);ProductName=$(MSBuildProjectName) + true + + + false + 0 + 0 + RELEASE;$(DCC_Define) + + + false + DEBUG;$(DCC_Define) + true + + + true + 1033 + All + CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName);FileDescription=$(MSBuildProjectName);ProductName=$(MSBuildProjectName) + + + + MainSource + + + + + + + + + + + + + + + + + + + + Cfg_2 + Base + + + Base + + + Cfg_1 + Base + + + + Delphi.Personality.12 + Package + + + + PostgresDAC26.dpk + + + + True + True + True + True + True + True + True + True + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + PostgresDAC26.bpl + true + + + + + 1 + + + 0 + + + + + classes + 1 + + + + + res\xml + 1 + + + + + library\lib\armeabi-v7a + 1 + + + + + library\lib\armeabi + 1 + + + + + library\lib\mips + 1 + + + + + + library\lib\armeabi-v7a + 1 + + + + + res\drawable + 1 + + + + + res\values + 1 + + + + + res\values-v21 + 1 + + + + + res\drawable + 1 + + + + + res\drawable-xxhdpi + 1 + + + + + res\drawable-ldpi + 1 + + + + + res\drawable-mdpi + 1 + + + + + res\drawable-hdpi + 1 + + + + + res\drawable-xhdpi + 1 + + + + + res\drawable-small + 1 + + + + + res\drawable-normal + 1 + + + + + res\drawable-large + 1 + + + + + res\drawable-xlarge + 1 + + + + + 1 + + + 1 + + + 0 + + + + + 1 + .framework + + + 1 + .framework + + + 0 + + + + + 1 + .dylib + + + 1 + .dylib + + + 0 + .dll;.bpl + + + + + 1 + .dylib + + + 1 + .dylib + + + 1 + .dylib + + + 1 + .dylib + + + 1 + .dylib + + + 0 + .bpl + + + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + + + 1 + + + 1 + + + 1 + + + + + 1 + + + 1 + + + 1 + + + + + 1 + + + 1 + + + 1 + + + + + 1 + + + 1 + + + 1 + + + + + 1 + + + 1 + + + 1 + + + + + 1 + + + 1 + + + 1 + + + + + 1 + + + 1 + + + 1 + + + + + 1 + + + + + ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF + 1 + + + ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF + 1 + + + + + + + + 1 + + + 1 + + + 1 + + + + + + + + Contents\Resources + 1 + + + Contents\Resources + 1 + + + + + library\lib\armeabi-v7a + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 0 + + + + + 1 + + + 1 + + + + + Assets + 1 + + + Assets + 1 + + + + + Assets + 1 + + + Assets + 1 + + + + + + + + + + + + + + 12 + + + + + diff --git a/PostgresDAC27.dpk b/Packages/PostgresDAC27.dpk similarity index 53% rename from PostgresDAC27.dpk rename to Packages/PostgresDAC27.dpk index 9a3a20c..540d208 100644 --- a/PostgresDAC27.dpk +++ b/Packages/PostgresDAC27.dpk @@ -1,55 +1,55 @@ -package PostgresDAC27; - -{$R *.res} -{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users} -{$ALIGN 8} -{$ASSERTIONS ON} -{$BOOLEVAL OFF} -{$DEBUGINFO OFF} -{$EXTENDEDSYNTAX ON} -{$IMPORTEDDATA ON} -{$IOCHECKS ON} -{$LOCALSYMBOLS ON} -{$LONGSTRINGS ON} -{$OPENSTRINGS ON} -{$OPTIMIZATION OFF} -{$OVERFLOWCHECKS OFF} -{$RANGECHECKS OFF} -{$REFERENCEINFO ON} -{$SAFEDIVIDE OFF} -{$STACKFRAMES ON} -{$TYPEDADDRESS OFF} -{$VARSTRINGCHECKS ON} -{$WRITEABLECONST OFF} -{$MINENUMSIZE 1} -{$IMAGEBASE $400000} -{$DEFINE DEBUG} -{$ENDIF IMPLICITBUILDING} -{$RUNONLY} -{$IMPLICITBUILD ON} - -requires - rtl, - dsnap, - dbrtl; - -contains - PSQLTypes in 'PSQLTypes.pas', - PSQLAccess in 'PSQLAccess.pas', - PSQLDbTables in 'PSQLDbTables.pas', - PSQLBatch in 'PSQLBatch.pas', - PSQLMacroQuery in 'PSQLMacroQuery.pas', - PSQLMonitor in 'PSQLMonitor.pas', - PSQLTools in 'PSQLTools.pas', - PSQLDump in 'PSQLDump.pas', - PSQLCopy in 'PSQLCopy.pas', - PSQLDirectQuery in 'PSQLDirectQuery.pas', - PSQLExtMask in 'PSQLExtMask.pas', - PSQLFields in 'PSQLFields.pas', - PSQLNotify in 'PSQLNotify.pas', - PSQLGeomTypes in 'PSQLGeomTypes.pas'; - -{$NOINCLUDE PSQLGeomTypes} - -end. - +package PostgresDAC27; + +{$R *.res} +{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users} +{$ALIGN 8} +{$ASSERTIONS ON} +{$BOOLEVAL OFF} +{$DEBUGINFO OFF} +{$EXTENDEDSYNTAX ON} +{$IMPORTEDDATA ON} +{$IOCHECKS ON} +{$LOCALSYMBOLS ON} +{$LONGSTRINGS ON} +{$OPENSTRINGS ON} +{$OPTIMIZATION OFF} +{$OVERFLOWCHECKS OFF} +{$RANGECHECKS OFF} +{$REFERENCEINFO ON} +{$SAFEDIVIDE OFF} +{$STACKFRAMES ON} +{$TYPEDADDRESS OFF} +{$VARSTRINGCHECKS ON} +{$WRITEABLECONST OFF} +{$MINENUMSIZE 1} +{$IMAGEBASE $400000} +{$DEFINE DEBUG} +{$ENDIF IMPLICITBUILDING} +{$RUNONLY} +{$IMPLICITBUILD ON} + +requires + rtl, + dsnap, + dbrtl; + +contains + PSQLTypes in '..\PSQLTypes.pas', + PSQLAccess in '..\PSQLAccess.pas', + PSQLDbTables in '..\PSQLDbTables.pas', + PSQLBatch in '..\PSQLBatch.pas', + PSQLMacroQuery in '..\PSQLMacroQuery.pas', + PSQLMonitor in '..\PSQLMonitor.pas', + PSQLTools in '..\PSQLTools.pas', + PSQLDump in '..\PSQLDump.pas', + PSQLCopy in '..\PSQLCopy.pas', + PSQLDirectQuery in '..\PSQLDirectQuery.pas', + PSQLExtMask in '..\PSQLExtMask.pas', + PSQLFields in '..\PSQLFields.pas', + PSQLNotify in '..\PSQLNotify.pas', + PSQLGeomTypes in '..\PSQLGeomTypes.pas'; + +{$NOINCLUDE PSQLGeomTypes} + +end. + diff --git a/PostgresDAC27.dproj b/Packages/PostgresDAC27.dproj similarity index 98% rename from PostgresDAC27.dproj rename to Packages/PostgresDAC27.dproj index 374be37..ae0338d 100644 --- a/PostgresDAC27.dproj +++ b/Packages/PostgresDAC27.dproj @@ -1,967 +1,967 @@ - - - {921C522A-55FF-4C17-9A1C-A9BD623CB986} - PostgresDAC27.dpk - True - Debug - 32771 - Package - None - 19.2 - Android64 - - - true - - - true - Base - true - - - true - Base - true - - - true - Base - true - - - true - Base - true - - - true - Base - true - - - true - Cfg_2 - true - true - - - true - Cfg_2 - true - true - - - 00400000 - System;Xml;Data;Datasnap;Web;Soap;Winapi;$(DCC_Namespace) - false - 1049 - PostgresDAC27 - true - false - CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName= - false - true - false - false - true - - - $(BDS)\bin\Artwork\Android\FM_LauncherIcon_192x192.png - package=com.embarcadero.$(MSBuildProjectName);label=$(MSBuildProjectName);versionCode=1;versionName=1.0.0;persistent=False;restoreAnyVersion=False;installLocation=auto;largeHeap=False;theme=TitleBar;hardwareAccelerated=true;apiKey= - Debug - android-support-v4.dex.jar;cloud-messaging.dex.jar;com-google-android-gms.play-services-ads-base.17.2.0.dex.jar;com-google-android-gms.play-services-ads-identifier.16.0.0.dex.jar;com-google-android-gms.play-services-ads-lite.17.2.0.dex.jar;com-google-android-gms.play-services-ads.17.2.0.dex.jar;com-google-android-gms.play-services-analytics-impl.16.0.8.dex.jar;com-google-android-gms.play-services-analytics.16.0.8.dex.jar;com-google-android-gms.play-services-base.16.0.1.dex.jar;com-google-android-gms.play-services-basement.16.2.0.dex.jar;com-google-android-gms.play-services-gass.17.2.0.dex.jar;com-google-android-gms.play-services-identity.16.0.0.dex.jar;com-google-android-gms.play-services-maps.16.1.0.dex.jar;com-google-android-gms.play-services-measurement-base.16.4.0.dex.jar;com-google-android-gms.play-services-measurement-sdk-api.16.4.0.dex.jar;com-google-android-gms.play-services-stats.16.0.1.dex.jar;com-google-android-gms.play-services-tagmanager-v4-impl.16.0.8.dex.jar;com-google-android-gms.play-services-tasks.16.0.1.dex.jar;com-google-android-gms.play-services-wallet.16.0.1.dex.jar;com-google-firebase.firebase-analytics.16.4.0.dex.jar;com-google-firebase.firebase-common.16.1.0.dex.jar;com-google-firebase.firebase-iid-interop.16.0.1.dex.jar;com-google-firebase.firebase-iid.17.1.1.dex.jar;com-google-firebase.firebase-measurement-connector.17.0.1.dex.jar;com-google-firebase.firebase-messaging.17.5.0.dex.jar;fmx.dex.jar;google-play-billing.dex.jar;google-play-licensing.dex.jar - - - $(BDS)\bin\Artwork\Android\FM_LauncherIcon_192x192.png - android-support-v4.dex.jar;cloud-messaging.dex.jar;com-google-android-gms.play-services-ads-base.17.2.0.dex.jar;com-google-android-gms.play-services-ads-identifier.16.0.0.dex.jar;com-google-android-gms.play-services-ads-lite.17.2.0.dex.jar;com-google-android-gms.play-services-ads.17.2.0.dex.jar;com-google-android-gms.play-services-analytics-impl.16.0.8.dex.jar;com-google-android-gms.play-services-analytics.16.0.8.dex.jar;com-google-android-gms.play-services-base.16.0.1.dex.jar;com-google-android-gms.play-services-basement.16.2.0.dex.jar;com-google-android-gms.play-services-gass.17.2.0.dex.jar;com-google-android-gms.play-services-identity.16.0.0.dex.jar;com-google-android-gms.play-services-maps.16.1.0.dex.jar;com-google-android-gms.play-services-measurement-base.16.4.0.dex.jar;com-google-android-gms.play-services-measurement-sdk-api.16.4.0.dex.jar;com-google-android-gms.play-services-stats.16.0.1.dex.jar;com-google-android-gms.play-services-tagmanager-v4-impl.16.0.8.dex.jar;com-google-android-gms.play-services-tasks.16.0.1.dex.jar;com-google-android-gms.play-services-wallet.16.0.1.dex.jar;com-google-firebase.firebase-analytics.16.4.0.dex.jar;com-google-firebase.firebase-common.16.1.0.dex.jar;com-google-firebase.firebase-iid-interop.16.0.1.dex.jar;com-google-firebase.firebase-iid.17.1.1.dex.jar;com-google-firebase.firebase-measurement-connector.17.0.1.dex.jar;com-google-firebase.firebase-messaging.17.5.0.dex.jar;fmx.dex.jar;google-play-billing.dex.jar;google-play-licensing.dex.jar - - - 1033 - System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace) - CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName);FileDescription=$(MSBuildProjectName);ProductName=$(MSBuildProjectName) - true - - - false - 0 - 0 - RELEASE;$(DCC_Define) - - - false - DEBUG;$(DCC_Define) - true - - - Debug - - - true - 1033 - All - CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName);FileDescription=$(MSBuildProjectName);ProductName=$(MSBuildProjectName) - - - - MainSource - - - - - - - - - - - - - - - - - - - - Cfg_2 - Base - - - Base - - - Cfg_1 - Base - - - - Delphi.Personality.12 - Package - - - - PostgresDAC27.dpk - - - - False - True - True - True - - - - - true - - - - - true - - - - - true - - - - - true - - - - - true - - - - - true - - - - - PostgresDAC27.bpl - true - - - - - 1 - - - 0 - - - - - classes - 1 - - - classes - 1 - - - - - res\xml - 1 - - - res\xml - 1 - - - - - library\lib\armeabi-v7a - 1 - - - - - library\lib\armeabi - 1 - - - library\lib\armeabi - 1 - - - - - library\lib\armeabi-v7a - 1 - - - - - library\lib\mips - 1 - - - library\lib\mips - 1 - - - - - - library\lib\armeabi-v7a - 1 - - - library\lib\arm64-v8a - 1 - - - - - library\lib\armeabi-v7a - 1 - - - - - res\drawable - 1 - - - res\drawable - 1 - - - - - res\values - 1 - - - res\values - 1 - - - - - res\values-v21 - 1 - - - res\values-v21 - 1 - - - - - res\values - 1 - - - res\values - 1 - - - - - res\drawable - 1 - - - res\drawable - 1 - - - - - res\drawable-xxhdpi - 1 - - - res\drawable-xxhdpi - 1 - - - - - res\drawable-xxxhdpi - 1 - - - res\drawable-xxxhdpi - 1 - - - - - res\drawable-ldpi - 1 - - - res\drawable-ldpi - 1 - - - - - res\drawable-mdpi - 1 - - - res\drawable-mdpi - 1 - - - - - res\drawable-hdpi - 1 - - - res\drawable-hdpi - 1 - - - - - res\drawable-xhdpi - 1 - - - res\drawable-xhdpi - 1 - - - - - res\drawable-mdpi - 1 - - - res\drawable-mdpi - 1 - - - - - res\drawable-hdpi - 1 - - - res\drawable-hdpi - 1 - - - - - res\drawable-xhdpi - 1 - - - res\drawable-xhdpi - 1 - - - - - res\drawable-xxhdpi - 1 - - - res\drawable-xxhdpi - 1 - - - - - res\drawable-xxxhdpi - 1 - - - res\drawable-xxxhdpi - 1 - - - - - res\drawable-small - 1 - - - res\drawable-small - 1 - - - - - res\drawable-normal - 1 - - - res\drawable-normal - 1 - - - - - res\drawable-large - 1 - - - res\drawable-large - 1 - - - - - res\drawable-xlarge - 1 - - - res\drawable-xlarge - 1 - - - - - res\values - 1 - - - res\values - 1 - - - - - 1 - - - 1 - - - 0 - - - - - 1 - .framework - - - 1 - .framework - - - 0 - - - - - 1 - .dylib - - - 1 - .dylib - - - 0 - .dll;.bpl - - - - - 1 - .dylib - - - 1 - .dylib - - - 1 - .dylib - - - 1 - .dylib - - - 1 - .dylib - - - 0 - .bpl - - - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - - - ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset - 1 - - - - - ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset - 1 - - - ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset - 1 - - - - - ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset - 1 - - - ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset - 1 - - - - - 1 - - - 1 - - - 1 - - - - - 1 - - - 1 - - - 1 - - - - - 1 - - - 1 - - - 1 - - - - - ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset - 1 - - - ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset - 1 - - - - - 1 - - - 1 - - - 1 - - - - - ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset - 1 - - - ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset - 1 - - - - - ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset - 1 - - - ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset - 1 - - - - - ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset - 1 - - - ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset - 1 - - - - - ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset - 1 - - - ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset - 1 - - - - - ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset - 1 - - - ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset - 1 - - - - - ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset - 1 - - - ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset - 1 - - - - - ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset - 1 - - - ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset - 1 - - - - - 1 - - - 1 - - - 1 - - - - - ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset - 1 - - - ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset - 1 - - - - - 1 - - - 1 - - - 1 - - - - - 1 - - - 1 - - - 1 - - - - - ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset - 1 - - - ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset - 1 - - - - - ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset - 1 - - - ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset - 1 - - - - - ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset - 1 - - - ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset - 1 - - - - - ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset - 1 - - - ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset - 1 - - - - - ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset - 1 - - - ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset - 1 - - - - - ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset - 1 - - - ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset - 1 - - - - - ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset - 1 - - - ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset - 1 - - - - - ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset - 1 - - - ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset - 1 - - - - - 1 - - - 1 - - - - - ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF - 1 - - - ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF - 1 - - - - - - - - - 1 - - - 1 - - - 1 - - - - - - - - Contents\Resources - 1 - - - Contents\Resources - 1 - - - - - library\lib\armeabi-v7a - 1 - - - library\lib\arm64-v8a - 1 - - - 1 - - - 1 - - - 1 - - - 1 - - - 1 - - - 1 - - - 0 - - - - - library\lib\armeabi-v7a - 1 - - - - - 1 - - - 1 - - - - - Assets - 1 - - - Assets - 1 - - - - - Assets - 1 - - - Assets - 1 - - - - - - - - - - - - - - - 12 - - - - - + + + {921C522A-55FF-4C17-9A1C-A9BD623CB986} + PostgresDAC27.dpk + True + Debug + 32771 + Package + None + 19.2 + Android64 + + + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + true + Cfg_2 + true + true + + + true + Cfg_2 + true + true + + + 00400000 + System;Xml;Data;Datasnap;Web;Soap;Winapi;$(DCC_Namespace) + false + 1049 + PostgresDAC27 + true + false + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName= + false + true + false + false + true + + + $(BDS)\bin\Artwork\Android\FM_LauncherIcon_192x192.png + package=com.embarcadero.$(MSBuildProjectName);label=$(MSBuildProjectName);versionCode=1;versionName=1.0.0;persistent=False;restoreAnyVersion=False;installLocation=auto;largeHeap=False;theme=TitleBar;hardwareAccelerated=true;apiKey= + Debug + android-support-v4.dex.jar;cloud-messaging.dex.jar;com-google-android-gms.play-services-ads-base.17.2.0.dex.jar;com-google-android-gms.play-services-ads-identifier.16.0.0.dex.jar;com-google-android-gms.play-services-ads-lite.17.2.0.dex.jar;com-google-android-gms.play-services-ads.17.2.0.dex.jar;com-google-android-gms.play-services-analytics-impl.16.0.8.dex.jar;com-google-android-gms.play-services-analytics.16.0.8.dex.jar;com-google-android-gms.play-services-base.16.0.1.dex.jar;com-google-android-gms.play-services-basement.16.2.0.dex.jar;com-google-android-gms.play-services-gass.17.2.0.dex.jar;com-google-android-gms.play-services-identity.16.0.0.dex.jar;com-google-android-gms.play-services-maps.16.1.0.dex.jar;com-google-android-gms.play-services-measurement-base.16.4.0.dex.jar;com-google-android-gms.play-services-measurement-sdk-api.16.4.0.dex.jar;com-google-android-gms.play-services-stats.16.0.1.dex.jar;com-google-android-gms.play-services-tagmanager-v4-impl.16.0.8.dex.jar;com-google-android-gms.play-services-tasks.16.0.1.dex.jar;com-google-android-gms.play-services-wallet.16.0.1.dex.jar;com-google-firebase.firebase-analytics.16.4.0.dex.jar;com-google-firebase.firebase-common.16.1.0.dex.jar;com-google-firebase.firebase-iid-interop.16.0.1.dex.jar;com-google-firebase.firebase-iid.17.1.1.dex.jar;com-google-firebase.firebase-measurement-connector.17.0.1.dex.jar;com-google-firebase.firebase-messaging.17.5.0.dex.jar;fmx.dex.jar;google-play-billing.dex.jar;google-play-licensing.dex.jar + + + $(BDS)\bin\Artwork\Android\FM_LauncherIcon_192x192.png + android-support-v4.dex.jar;cloud-messaging.dex.jar;com-google-android-gms.play-services-ads-base.17.2.0.dex.jar;com-google-android-gms.play-services-ads-identifier.16.0.0.dex.jar;com-google-android-gms.play-services-ads-lite.17.2.0.dex.jar;com-google-android-gms.play-services-ads.17.2.0.dex.jar;com-google-android-gms.play-services-analytics-impl.16.0.8.dex.jar;com-google-android-gms.play-services-analytics.16.0.8.dex.jar;com-google-android-gms.play-services-base.16.0.1.dex.jar;com-google-android-gms.play-services-basement.16.2.0.dex.jar;com-google-android-gms.play-services-gass.17.2.0.dex.jar;com-google-android-gms.play-services-identity.16.0.0.dex.jar;com-google-android-gms.play-services-maps.16.1.0.dex.jar;com-google-android-gms.play-services-measurement-base.16.4.0.dex.jar;com-google-android-gms.play-services-measurement-sdk-api.16.4.0.dex.jar;com-google-android-gms.play-services-stats.16.0.1.dex.jar;com-google-android-gms.play-services-tagmanager-v4-impl.16.0.8.dex.jar;com-google-android-gms.play-services-tasks.16.0.1.dex.jar;com-google-android-gms.play-services-wallet.16.0.1.dex.jar;com-google-firebase.firebase-analytics.16.4.0.dex.jar;com-google-firebase.firebase-common.16.1.0.dex.jar;com-google-firebase.firebase-iid-interop.16.0.1.dex.jar;com-google-firebase.firebase-iid.17.1.1.dex.jar;com-google-firebase.firebase-measurement-connector.17.0.1.dex.jar;com-google-firebase.firebase-messaging.17.5.0.dex.jar;fmx.dex.jar;google-play-billing.dex.jar;google-play-licensing.dex.jar + + + 1033 + System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace) + CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName);FileDescription=$(MSBuildProjectName);ProductName=$(MSBuildProjectName) + true + + + false + 0 + 0 + RELEASE;$(DCC_Define) + + + false + DEBUG;$(DCC_Define) + true + + + Debug + + + true + 1033 + All + CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName);FileDescription=$(MSBuildProjectName);ProductName=$(MSBuildProjectName) + + + + MainSource + + + + + + + + + + + + + + + + + + + + Cfg_2 + Base + + + Base + + + Cfg_1 + Base + + + + Delphi.Personality.12 + Package + + + + PostgresDAC27.dpk + + + + False + True + True + True + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + PostgresDAC27.bpl + true + + + + + 1 + + + 0 + + + + + classes + 1 + + + classes + 1 + + + + + res\xml + 1 + + + res\xml + 1 + + + + + library\lib\armeabi-v7a + 1 + + + + + library\lib\armeabi + 1 + + + library\lib\armeabi + 1 + + + + + library\lib\armeabi-v7a + 1 + + + + + library\lib\mips + 1 + + + library\lib\mips + 1 + + + + + + library\lib\armeabi-v7a + 1 + + + library\lib\arm64-v8a + 1 + + + + + library\lib\armeabi-v7a + 1 + + + + + res\drawable + 1 + + + res\drawable + 1 + + + + + res\values + 1 + + + res\values + 1 + + + + + res\values-v21 + 1 + + + res\values-v21 + 1 + + + + + res\values + 1 + + + res\values + 1 + + + + + res\drawable + 1 + + + res\drawable + 1 + + + + + res\drawable-xxhdpi + 1 + + + res\drawable-xxhdpi + 1 + + + + + res\drawable-xxxhdpi + 1 + + + res\drawable-xxxhdpi + 1 + + + + + res\drawable-ldpi + 1 + + + res\drawable-ldpi + 1 + + + + + res\drawable-mdpi + 1 + + + res\drawable-mdpi + 1 + + + + + res\drawable-hdpi + 1 + + + res\drawable-hdpi + 1 + + + + + res\drawable-xhdpi + 1 + + + res\drawable-xhdpi + 1 + + + + + res\drawable-mdpi + 1 + + + res\drawable-mdpi + 1 + + + + + res\drawable-hdpi + 1 + + + res\drawable-hdpi + 1 + + + + + res\drawable-xhdpi + 1 + + + res\drawable-xhdpi + 1 + + + + + res\drawable-xxhdpi + 1 + + + res\drawable-xxhdpi + 1 + + + + + res\drawable-xxxhdpi + 1 + + + res\drawable-xxxhdpi + 1 + + + + + res\drawable-small + 1 + + + res\drawable-small + 1 + + + + + res\drawable-normal + 1 + + + res\drawable-normal + 1 + + + + + res\drawable-large + 1 + + + res\drawable-large + 1 + + + + + res\drawable-xlarge + 1 + + + res\drawable-xlarge + 1 + + + + + res\values + 1 + + + res\values + 1 + + + + + 1 + + + 1 + + + 0 + + + + + 1 + .framework + + + 1 + .framework + + + 0 + + + + + 1 + .dylib + + + 1 + .dylib + + + 0 + .dll;.bpl + + + + + 1 + .dylib + + + 1 + .dylib + + + 1 + .dylib + + + 1 + .dylib + + + 1 + .dylib + + + 0 + .bpl + + + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + 1 + + + 1 + + + 1 + + + + + 1 + + + 1 + + + 1 + + + + + 1 + + + 1 + + + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + + + 1 + + + 1 + + + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + + + 1 + + + 1 + + + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + + + 1 + + + 1 + + + 1 + + + + + 1 + + + 1 + + + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + 1 + + + 1 + + + + + ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF + 1 + + + ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF + 1 + + + + + + + + + 1 + + + 1 + + + 1 + + + + + + + + Contents\Resources + 1 + + + Contents\Resources + 1 + + + + + library\lib\armeabi-v7a + 1 + + + library\lib\arm64-v8a + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 0 + + + + + library\lib\armeabi-v7a + 1 + + + + + 1 + + + 1 + + + + + Assets + 1 + + + Assets + 1 + + + + + Assets + 1 + + + Assets + 1 + + + + + + + + + + + + + + + 12 + + + + + diff --git a/PostgresDAC28.dpk b/Packages/PostgresDAC28.dpk similarity index 53% rename from PostgresDAC28.dpk rename to Packages/PostgresDAC28.dpk index 58a4893..e4624a0 100644 --- a/PostgresDAC28.dpk +++ b/Packages/PostgresDAC28.dpk @@ -1,55 +1,55 @@ -package PostgresDAC28; - -{$R *.res} -{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users} -{$ALIGN 8} -{$ASSERTIONS ON} -{$BOOLEVAL OFF} -{$DEBUGINFO OFF} -{$EXTENDEDSYNTAX ON} -{$IMPORTEDDATA ON} -{$IOCHECKS ON} -{$LOCALSYMBOLS ON} -{$LONGSTRINGS ON} -{$OPENSTRINGS ON} -{$OPTIMIZATION OFF} -{$OVERFLOWCHECKS OFF} -{$RANGECHECKS OFF} -{$REFERENCEINFO ON} -{$SAFEDIVIDE OFF} -{$STACKFRAMES ON} -{$TYPEDADDRESS OFF} -{$VARSTRINGCHECKS ON} -{$WRITEABLECONST OFF} -{$MINENUMSIZE 1} -{$IMAGEBASE $400000} -{$DEFINE DEBUG} -{$ENDIF IMPLICITBUILDING} -{$RUNONLY} -{$IMPLICITBUILD ON} - -requires - rtl, - dsnap, - dbrtl; - -contains - PSQLTypes in 'PSQLTypes.pas', - PSQLAccess in 'PSQLAccess.pas', - PSQLDbTables in 'PSQLDbTables.pas', - PSQLBatch in 'PSQLBatch.pas', - PSQLMacroQuery in 'PSQLMacroQuery.pas', - PSQLMonitor in 'PSQLMonitor.pas', - PSQLTools in 'PSQLTools.pas', - PSQLDump in 'PSQLDump.pas', - PSQLCopy in 'PSQLCopy.pas', - PSQLDirectQuery in 'PSQLDirectQuery.pas', - PSQLExtMask in 'PSQLExtMask.pas', - PSQLFields in 'PSQLFields.pas', - PSQLNotify in 'PSQLNotify.pas', - PSQLGeomTypes in 'PSQLGeomTypes.pas'; - -{$NOINCLUDE PSQLGeomTypes} - -end. - +package PostgresDAC28; + +{$R *.res} +{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users} +{$ALIGN 8} +{$ASSERTIONS ON} +{$BOOLEVAL OFF} +{$DEBUGINFO OFF} +{$EXTENDEDSYNTAX ON} +{$IMPORTEDDATA ON} +{$IOCHECKS ON} +{$LOCALSYMBOLS ON} +{$LONGSTRINGS ON} +{$OPENSTRINGS ON} +{$OPTIMIZATION OFF} +{$OVERFLOWCHECKS OFF} +{$RANGECHECKS OFF} +{$REFERENCEINFO ON} +{$SAFEDIVIDE OFF} +{$STACKFRAMES ON} +{$TYPEDADDRESS OFF} +{$VARSTRINGCHECKS ON} +{$WRITEABLECONST OFF} +{$MINENUMSIZE 1} +{$IMAGEBASE $400000} +{$DEFINE DEBUG} +{$ENDIF IMPLICITBUILDING} +{$RUNONLY} +{$IMPLICITBUILD ON} + +requires + rtl, + dsnap, + dbrtl; + +contains + PSQLTypes in '..\PSQLTypes.pas', + PSQLAccess in '..\PSQLAccess.pas', + PSQLDbTables in '..\PSQLDbTables.pas', + PSQLBatch in '..\PSQLBatch.pas', + PSQLMacroQuery in '..\PSQLMacroQuery.pas', + PSQLMonitor in '..\PSQLMonitor.pas', + PSQLTools in '..\PSQLTools.pas', + PSQLDump in '..\PSQLDump.pas', + PSQLCopy in '..\PSQLCopy.pas', + PSQLDirectQuery in '..\PSQLDirectQuery.pas', + PSQLExtMask in '..\PSQLExtMask.pas', + PSQLFields in '..\PSQLFields.pas', + PSQLNotify in '..\PSQLNotify.pas', + PSQLGeomTypes in '..\PSQLGeomTypes.pas'; + +{$NOINCLUDE PSQLGeomTypes} + +end. + diff --git a/PostgresDAC28.dproj b/Packages/PostgresDAC28.dproj similarity index 98% rename from PostgresDAC28.dproj rename to Packages/PostgresDAC28.dproj index 83bb6d3..d3bfb5c 100644 --- a/PostgresDAC28.dproj +++ b/Packages/PostgresDAC28.dproj @@ -1,122 +1,122 @@ - - - {F738C990-D362-4B79-A359-C8C6E1479372} - PostgresDAC28.dpk - True - Debug - 1 - Package - None - 19.3 - Win32 - - - true - - - true - Base - true - - - true - Base - true - - - true - Base - true - - - false - false - false - false - false - 00400000 - true - true - PostgresDAC28 - true - 1033 - CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName= - System;Xml;Data;Datasnap;Web;Soap;Winapi;$(DCC_Namespace) - - - Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace) - Debug - true - CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName) - 1033 - - - RELEASE;$(DCC_Define) - 0 - false - 0 - - - DEBUG;$(DCC_Define) - false - true - true - true - - - - MainSource - - - - - - - - - - - - - - - - - - - - Base - - - Cfg_1 - Base - - - Cfg_2 - Base - - - - Delphi.Personality.12 - Package - - - - PostgresDAC28.dpk - - - - True - True - True - True - True - True - True - - - 12 - - - - + + + {F738C990-D362-4B79-A359-C8C6E1479372} + PostgresDAC28.dpk + True + Debug + 1 + Package + None + 19.3 + Win32 + + + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + false + false + false + false + false + 00400000 + true + true + PostgresDAC28 + true + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName= + System;Xml;Data;Datasnap;Web;Soap;Winapi;$(DCC_Namespace) + + + Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace) + Debug + true + CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName) + 1033 + + + RELEASE;$(DCC_Define) + 0 + false + 0 + + + DEBUG;$(DCC_Define) + false + true + true + true + + + + MainSource + + + + + + + + + + + + + + + + + + + + Base + + + Cfg_1 + Base + + + Cfg_2 + Base + + + + Delphi.Personality.12 + Package + + + + PostgresDAC28.dpk + + + + True + True + True + True + True + True + True + + + 12 + + + + diff --git a/Packages/PostgresDAC28.res b/Packages/PostgresDAC28.res new file mode 100644 index 0000000..98d209b Binary files /dev/null and b/Packages/PostgresDAC28.res differ diff --git a/PostgresDAC5.cfg b/Packages/PostgresDAC5.cfg similarity index 90% rename from PostgresDAC5.cfg rename to Packages/PostgresDAC5.cfg index 43bf6b0..126d1d6 100644 --- a/PostgresDAC5.cfg +++ b/Packages/PostgresDAC5.cfg @@ -1,36 +1,36 @@ --$A+ --$B- --$C- --$D+ --$E- --$F- --$G+ --$H+ --$I+ --$J+ --$K- --$L- --$M- --$N+ --$O- --$P+ --$Q- --$R- --$S- --$T- --$U- --$V+ --$W- --$X+ --$Y- --$Z1 --cg --AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; --H+ --W+ --M --$M16384,1048576 --K$00400000 --LE"c:\program files\borland\delphi5\Projects\Bpl" --LN"c:\program files\borland\delphi5\Projects\Bpl" --Z +-$A+ +-$B- +-$C- +-$D+ +-$E- +-$F- +-$G+ +-$H+ +-$I+ +-$J+ +-$K- +-$L- +-$M- +-$N+ +-$O- +-$P+ +-$Q- +-$R- +-$S- +-$T- +-$U- +-$V+ +-$W- +-$X+ +-$Y- +-$Z1 +-cg +-AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; +-H+ +-W+ +-M +-$M16384,1048576 +-K$00400000 +-LE"c:\program files\borland\delphi5\Projects\Bpl" +-LN"c:\program files\borland\delphi5\Projects\Bpl" +-Z diff --git a/PostgresDAC5.dpk b/Packages/PostgresDAC5.dpk similarity index 50% rename from PostgresDAC5.dpk rename to Packages/PostgresDAC5.dpk index 228884e..626cee9 100644 --- a/PostgresDAC5.dpk +++ b/Packages/PostgresDAC5.dpk @@ -1,49 +1,49 @@ -package PostgresDAC5; - -{$R *.RES} -{$ALIGN ON} -{$ASSERTIONS OFF} -{$BOOLEVAL OFF} -{$DEBUGINFO ON} -{$EXTENDEDSYNTAX ON} -{$IMPORTEDDATA ON} -{$IOCHECKS ON} -{$LOCALSYMBOLS OFF} -{$LONGSTRINGS ON} -{$OPENSTRINGS ON} -{$OPTIMIZATION OFF} -{$OVERFLOWCHECKS OFF} -{$RANGECHECKS OFF} -{$REFERENCEINFO OFF} -{$SAFEDIVIDE OFF} -{$STACKFRAMES OFF} -{$TYPEDADDRESS OFF} -{$VARSTRINGCHECKS ON} -{$WRITEABLECONST ON} -{$MINENUMSIZE 1} -{$IMAGEBASE $400000} -{$DESCRIPTION 'PostgreSQL Direct Access Components'} -{$RUNONLY} -{$IMPLICITBUILD OFF} - -requires - vcl50, - VCLDB50; - -contains - PSQLTypes in 'PSQLTypes.pas', - PSQLAccess in 'PSQLAccess.pas', - PSQLDbTables in 'PSQLDbTables.pas', - psqlBatch in 'PSQLBatch.pas', - PSQLMacroQuery in 'PSQLMacroQuery.pas', - PSQLMonitor in 'PSQLMonitor.pas', - PSQLTools in 'PSQLTools.pas', - PSQLDump in 'PSQLDump.pas', - PSQLCommon in 'PSQLCommon.pas', - PSQLCopy in 'PSQLCopy.pas', - PSQLDirectQuery in 'PSQLDirectQuery.pas', - PSQLExtMask in 'PSQLExtMask.pas', - PSQLFields in 'PSQLFields.pas', - PSQLNotify in 'PSQLNotify.pas'; - -end. +package PostgresDAC5; + +{$R *.RES} +{$ALIGN ON} +{$ASSERTIONS OFF} +{$BOOLEVAL OFF} +{$DEBUGINFO ON} +{$EXTENDEDSYNTAX ON} +{$IMPORTEDDATA ON} +{$IOCHECKS ON} +{$LOCALSYMBOLS OFF} +{$LONGSTRINGS ON} +{$OPENSTRINGS ON} +{$OPTIMIZATION OFF} +{$OVERFLOWCHECKS OFF} +{$RANGECHECKS OFF} +{$REFERENCEINFO OFF} +{$SAFEDIVIDE OFF} +{$STACKFRAMES OFF} +{$TYPEDADDRESS OFF} +{$VARSTRINGCHECKS ON} +{$WRITEABLECONST ON} +{$MINENUMSIZE 1} +{$IMAGEBASE $400000} +{$DESCRIPTION 'PostgreSQL Direct Access Components'} +{$RUNONLY} +{$IMPLICITBUILD OFF} + +requires + vcl50, + VCLDB50; + +contains + PSQLTypes in '..\PSQLTypes.pas', + PSQLAccess in '..\PSQLAccess.pas', + PSQLDbTables in '..\PSQLDbTables.pas', + psqlBatch in '..\PSQLBatch.pas', + PSQLMacroQuery in '..\PSQLMacroQuery.pas', + PSQLMonitor in '..\PSQLMonitor.pas', + PSQLTools in '..\PSQLTools.pas', + PSQLDump in '..\PSQLDump.pas', + PSQLCommon in '..\PSQLCommon.pas', + PSQLCopy in '..\PSQLCopy.pas', + PSQLDirectQuery in '..\PSQLDirectQuery.pas', + PSQLExtMask in '..\PSQLExtMask.pas', + PSQLFields in '..\PSQLFields.pas', + PSQLNotify in '..\PSQLNotify.pas'; + +end. diff --git a/PostgresDAC5.res b/Packages/PostgresDAC5.res similarity index 100% rename from PostgresDAC5.res rename to Packages/PostgresDAC5.res diff --git a/PostgresDAC6.cfg b/Packages/PostgresDAC6.cfg similarity index 90% rename from PostgresDAC6.cfg rename to Packages/PostgresDAC6.cfg index febcf38..43068c2 100644 --- a/PostgresDAC6.cfg +++ b/Packages/PostgresDAC6.cfg @@ -1,36 +1,36 @@ --$A8 --$B- --$C- --$D+ --$E- --$F- --$G+ --$H+ --$I+ --$J+ --$K- --$L- --$M- --$N+ --$O- --$P+ --$Q- --$R- --$S- --$T- --$U- --$V+ --$W- --$X+ --$Y- --$Z1 --cg --AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; --H+ --W+ --M --$M16384,1048576 --K$00400000 --LE"d:\borland\delphi6\Projects\Bpl" --LN"d:\borland\delphi6\Projects\Bpl" --Z +-$A8 +-$B- +-$C- +-$D+ +-$E- +-$F- +-$G+ +-$H+ +-$I+ +-$J+ +-$K- +-$L- +-$M- +-$N+ +-$O- +-$P+ +-$Q- +-$R- +-$S- +-$T- +-$U- +-$V+ +-$W- +-$X+ +-$Y- +-$Z1 +-cg +-AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; +-H+ +-W+ +-M +-$M16384,1048576 +-K$00400000 +-LE"d:\borland\delphi6\Projects\Bpl" +-LN"d:\borland\delphi6\Projects\Bpl" +-Z diff --git a/PostgresDAC6.dpk b/Packages/PostgresDAC6.dpk similarity index 51% rename from PostgresDAC6.dpk rename to Packages/PostgresDAC6.dpk index d9e79b6..8550f8c 100644 --- a/PostgresDAC6.dpk +++ b/Packages/PostgresDAC6.dpk @@ -1,50 +1,50 @@ -package PostgresDAC6; - -{$R *.res} -{$ALIGN 8} -{$ASSERTIONS OFF} -{$BOOLEVAL OFF} -{$DEBUGINFO ON} -{$EXTENDEDSYNTAX ON} -{$IMPORTEDDATA ON} -{$IOCHECKS ON} -{$LOCALSYMBOLS OFF} -{$LONGSTRINGS ON} -{$OPENSTRINGS ON} -{$OPTIMIZATION OFF} -{$OVERFLOWCHECKS OFF} -{$RANGECHECKS OFF} -{$REFERENCEINFO OFF} -{$SAFEDIVIDE OFF} -{$STACKFRAMES OFF} -{$TYPEDADDRESS OFF} -{$VARSTRINGCHECKS ON} -{$WRITEABLECONST ON} -{$MINENUMSIZE 1} -{$IMAGEBASE $400000} -{$DESCRIPTION 'PostgreSQL Direct Access Components'} -{$RUNONLY} -{$IMPLICITBUILD OFF} - -requires - vcl, - vcldb, - bdertl; - -contains - PSQLTypes in 'PSQLTypes.pas', - PSQLAccess in 'PSQLAccess.pas', - PSQLDbTables in 'PSQLDbTables.pas', - psqlBatch in 'PSQLBatch.pas', - PSQLMacroQuery in 'PSQLMacroQuery.pas', - PSQLMonitor in 'PSQLMonitor.pas', - PSQLTools in 'PSQLTools.pas', - PSQLDump in 'PSQLDump.pas', - PSQLCommon in 'PSQLCommon.pas', - PSQLCopy in 'PSQLCopy.pas', - PSQLDirectQuery in 'PSQLDirectQuery.pas', - PSQLExtMask in 'PSQLExtMask.pas', - PSQLFields in 'PSQLFields.pas', - PSQLNotify in 'PSQLNotify.pas'; - -end. +package PostgresDAC6; + +{$R *.res} +{$ALIGN 8} +{$ASSERTIONS OFF} +{$BOOLEVAL OFF} +{$DEBUGINFO ON} +{$EXTENDEDSYNTAX ON} +{$IMPORTEDDATA ON} +{$IOCHECKS ON} +{$LOCALSYMBOLS OFF} +{$LONGSTRINGS ON} +{$OPENSTRINGS ON} +{$OPTIMIZATION OFF} +{$OVERFLOWCHECKS OFF} +{$RANGECHECKS OFF} +{$REFERENCEINFO OFF} +{$SAFEDIVIDE OFF} +{$STACKFRAMES OFF} +{$TYPEDADDRESS OFF} +{$VARSTRINGCHECKS ON} +{$WRITEABLECONST ON} +{$MINENUMSIZE 1} +{$IMAGEBASE $400000} +{$DESCRIPTION 'PostgreSQL Direct Access Components'} +{$RUNONLY} +{$IMPLICITBUILD OFF} + +requires + vcl, + vcldb, + bdertl; + +contains + PSQLTypes in '..\PSQLTypes.pas', + PSQLAccess in '..\PSQLAccess.pas', + PSQLDbTables in '..\PSQLDbTables.pas', + psqlBatch in '..\PSQLBatch.pas', + PSQLMacroQuery in '..\PSQLMacroQuery.pas', + PSQLMonitor in '..\PSQLMonitor.pas', + PSQLTools in '..\PSQLTools.pas', + PSQLDump in '..\PSQLDump.pas', + PSQLCommon in '..\PSQLCommon.pas', + PSQLCopy in '..\PSQLCopy.pas', + PSQLDirectQuery in '..\PSQLDirectQuery.pas', + PSQLExtMask in '..\PSQLExtMask.pas', + PSQLFields in '..\PSQLFields.pas', + PSQLNotify in '..\PSQLNotify.pas'; + +end. diff --git a/PostgresDAC6.res b/Packages/PostgresDAC6.res similarity index 100% rename from PostgresDAC6.res rename to Packages/PostgresDAC6.res diff --git a/PostgresDAC7.cfg b/Packages/PostgresDAC7.cfg similarity index 90% rename from PostgresDAC7.cfg rename to Packages/PostgresDAC7.cfg index 28f8580..0186288 100644 --- a/PostgresDAC7.cfg +++ b/Packages/PostgresDAC7.cfg @@ -1,40 +1,40 @@ --$A8 --$B- --$C- --$D+ --$E- --$F- --$G+ --$H+ --$I+ --$J+ --$K- --$L- --$M- --$N+ --$O- --$P+ --$Q- --$R- --$S- --$T- --$U- --$V+ --$W- --$X+ --$Y- --$Z1 --GD --cg --AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; --H+ --W+ --M --$M16384,1048576 --K$00400000 --LE"c:\program files\borland\delphi7\Projects\Bpl" --LN"c:\program files\borland\delphi7\Projects\Bpl" --Z --w-UNSAFE_TYPE --w-UNSAFE_CODE --w-UNSAFE_CAST +-$A8 +-$B- +-$C- +-$D+ +-$E- +-$F- +-$G+ +-$H+ +-$I+ +-$J+ +-$K- +-$L- +-$M- +-$N+ +-$O- +-$P+ +-$Q- +-$R- +-$S- +-$T- +-$U- +-$V+ +-$W- +-$X+ +-$Y- +-$Z1 +-GD +-cg +-AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; +-H+ +-W+ +-M +-$M16384,1048576 +-K$00400000 +-LE"c:\program files\borland\delphi7\Projects\Bpl" +-LN"c:\program files\borland\delphi7\Projects\Bpl" +-Z +-w-UNSAFE_TYPE +-w-UNSAFE_CODE +-w-UNSAFE_CAST diff --git a/PostgresDAC7.dpk b/Packages/PostgresDAC7.dpk similarity index 51% rename from PostgresDAC7.dpk rename to Packages/PostgresDAC7.dpk index 5c463dc..80a558a 100644 --- a/PostgresDAC7.dpk +++ b/Packages/PostgresDAC7.dpk @@ -1,52 +1,52 @@ -package PostgresDAC7; - -{$R *.res} -{$ALIGN 8} -{$ASSERTIONS OFF} -{$BOOLEVAL OFF} -{$DEBUGINFO ON} -{$EXTENDEDSYNTAX ON} -{$IMPORTEDDATA ON} -{$IOCHECKS ON} -{$LOCALSYMBOLS OFF} -{$LONGSTRINGS ON} -{$OPENSTRINGS ON} -{$OPTIMIZATION OFF} -{$OVERFLOWCHECKS OFF} -{$RANGECHECKS OFF} -{$REFERENCEINFO OFF} -{$SAFEDIVIDE OFF} -{$STACKFRAMES OFF} -{$TYPEDADDRESS OFF} -{$VARSTRINGCHECKS ON} -{$WRITEABLECONST ON} -{$MINENUMSIZE 1} -{$IMAGEBASE $400000} -{$DESCRIPTION 'PostgreSQL Direct Access Components'} -{$RUNONLY} -{$IMPLICITBUILD OFF} - -requires - vcl, - vcldb, - bdertl, - rtl, - dbrtl; - -contains - PSQLTypes in 'PSQLTypes.pas', - PSQLAccess in 'PSQLAccess.pas', - PSQLDbTables in 'PSQLDbTables.pas', - psqlBatch in 'PSQLBatch.pas', - PSQLMacroQuery in 'PSQLMacroQuery.pas', - PSQLMonitor in 'PSQLMonitor.pas', - PSQLTools in 'PSQLTools.pas', - PSQLDump in 'PSQLDump.pas', - PSQLCommon in 'PSQLCommon.pas', - PSQLCopy in 'PSQLCopy.pas', - PSQLDirectQuery in 'PSQLDirectQuery.pas', - PSQLExtMask in 'PSQLExtMask.pas', - PSQLFields in 'PSQLFields.pas', - PSQLNotify in 'PSQLNotify.pas'; - -end. +package PostgresDAC7; + +{$R *.res} +{$ALIGN 8} +{$ASSERTIONS OFF} +{$BOOLEVAL OFF} +{$DEBUGINFO ON} +{$EXTENDEDSYNTAX ON} +{$IMPORTEDDATA ON} +{$IOCHECKS ON} +{$LOCALSYMBOLS OFF} +{$LONGSTRINGS ON} +{$OPENSTRINGS ON} +{$OPTIMIZATION OFF} +{$OVERFLOWCHECKS OFF} +{$RANGECHECKS OFF} +{$REFERENCEINFO OFF} +{$SAFEDIVIDE OFF} +{$STACKFRAMES OFF} +{$TYPEDADDRESS OFF} +{$VARSTRINGCHECKS ON} +{$WRITEABLECONST ON} +{$MINENUMSIZE 1} +{$IMAGEBASE $400000} +{$DESCRIPTION 'PostgreSQL Direct Access Components'} +{$RUNONLY} +{$IMPLICITBUILD OFF} + +requires + vcl, + vcldb, + bdertl, + rtl, + dbrtl; + +contains + PSQLTypes in '..\PSQLTypes.pas', + PSQLAccess in '..\PSQLAccess.pas', + PSQLDbTables in '..\PSQLDbTables.pas', + psqlBatch in '..\PSQLBatch.pas', + PSQLMacroQuery in '..\PSQLMacroQuery.pas', + PSQLMonitor in '..\PSQLMonitor.pas', + PSQLTools in '..\PSQLTools.pas', + PSQLDump in '..\PSQLDump.pas', + PSQLCommon in '..\PSQLCommon.pas', + PSQLCopy in '..\PSQLCopy.pas', + PSQLDirectQuery in '..\PSQLDirectQuery.pas', + PSQLExtMask in '..\PSQLExtMask.pas', + PSQLFields in '..\PSQLFields.pas', + PSQLNotify in '..\PSQLNotify.pas'; + +end. diff --git a/PostgresDAC7.res b/Packages/PostgresDAC7.res similarity index 100% rename from PostgresDAC7.res rename to Packages/PostgresDAC7.res diff --git a/PostgresDAC9.bdsproj b/Packages/PostgresDAC9.bdsproj similarity index 95% rename from PostgresDAC9.bdsproj rename to Packages/PostgresDAC9.bdsproj index 18f2e78..b8084ba 100644 --- a/PostgresDAC9.bdsproj +++ b/Packages/PostgresDAC9.bdsproj @@ -1,170 +1,169 @@ - - - - - - - - - - - - PostgresDAC9.dpk - - - 7.0 - - - 8 - 0 - 0 - 1 - 0 - 0 - 1 - 1 - 1 - 1 - 0 - 0 - 0 - 1 - 0 - 1 - 0 - 0 - 0 - 0 - 0 - 1 - 0 - 1 - 0 - 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 - True - False - False - False - True - True - True - - - 0 - 0 - 1 - False - False - False - 16384 - 1048576 - 4194304 - PostgreSQL Direct Access Components - - - - - - - - - - - False - - - - - - False - - - - - - False - - - - $00000000 - - - - True - False - 1 - 0 - 0 - 0 - False - False - False - False - False - 1049 - 1251 - - - 1.0.0.0 - 1.0.0.0 - - - - - MicroOLAP PostgresDAC - - - + + + + + + + + + + + + PostgresDAC9.dpk + + + 7.0 + + + 8 + 0 + 0 + 1 + 0 + 0 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 1 + 0 + 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 + True + False + False + False + True + True + True + + + 0 + 0 + 1 + False + False + False + 16384 + 1048576 + 4194304 + PostgreSQL Direct Access Components + + + + + + + + + + + False + + + + + + False + + + + + + False + + + + $00000000 + + + + True + False + 1 + 0 + 0 + 0 + False + False + False + False + False + 1049 + 1251 + + + 1.0.0.0 + 1.0.0.0 + + + + + + + diff --git a/PostgresDAC9.cfg b/Packages/PostgresDAC9.cfg similarity index 92% rename from PostgresDAC9.cfg rename to Packages/PostgresDAC9.cfg index c1c509d..d59d71e 100644 --- a/PostgresDAC9.cfg +++ b/Packages/PostgresDAC9.cfg @@ -1,39 +1,39 @@ --$A8 --$B- --$C- --$D+ --$E- --$F- --$G+ --$H+ --$I+ --$J+ --$K- --$L- --$M- --$N+ --$O- --$P+ --$Q- --$R- --$S- --$T- --$U- --$V+ --$W- --$X+ --$Y- --$Z1 --cg --AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; --H+ --W+ --M --$M16384,1048576 --K$00400000 --LE"C:\Documents and Settings\Victor\My Documents\Borland Studio Projects\Bpl" --LN"C:\Documents and Settings\Victor\My Documents\Borland Studio Projects\Bpl" --Z --w-UNSAFE_TYPE --w-UNSAFE_CODE --w-UNSAFE_CAST +-$A8 +-$B- +-$C- +-$D+ +-$E- +-$F- +-$G+ +-$H+ +-$I+ +-$J+ +-$K- +-$L- +-$M- +-$N+ +-$O- +-$P+ +-$Q- +-$R- +-$S- +-$T- +-$U- +-$V+ +-$W- +-$X+ +-$Y- +-$Z1 +-cg +-AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; +-H+ +-W+ +-M +-$M16384,1048576 +-K$00400000 +-LE"C:\Documents and Settings\Victor\My Documents\Borland Studio Projects\Bpl" +-LN"C:\Documents and Settings\Victor\My Documents\Borland Studio Projects\Bpl" +-Z +-w-UNSAFE_TYPE +-w-UNSAFE_CODE +-w-UNSAFE_CAST diff --git a/PostgresDAC9.dpk b/Packages/PostgresDAC9.dpk similarity index 51% rename from PostgresDAC9.dpk rename to Packages/PostgresDAC9.dpk index 248cd4d..369f7e5 100644 --- a/PostgresDAC9.dpk +++ b/Packages/PostgresDAC9.dpk @@ -1,52 +1,52 @@ -package PostgresDAC9; - -{$R *.res} -{$ALIGN 8} -{$ASSERTIONS OFF} -{$BOOLEVAL OFF} -{$DEBUGINFO ON} -{$EXTENDEDSYNTAX ON} -{$IMPORTEDDATA ON} -{$IOCHECKS ON} -{$LOCALSYMBOLS OFF} -{$LONGSTRINGS ON} -{$OPENSTRINGS ON} -{$OPTIMIZATION OFF} -{$OVERFLOWCHECKS OFF} -{$RANGECHECKS OFF} -{$REFERENCEINFO OFF} -{$SAFEDIVIDE OFF} -{$STACKFRAMES OFF} -{$TYPEDADDRESS OFF} -{$VARSTRINGCHECKS ON} -{$WRITEABLECONST ON} -{$MINENUMSIZE 1} -{$IMAGEBASE $400000} -{$DESCRIPTION 'PostgreSQL Direct Access Components'} -{$RUNONLY} -{$IMPLICITBUILD OFF} - -requires - vcl, - vcldb, - bdertl, - rtl, - dbrtl; - -contains - PSQLTypes in 'PSQLTypes.pas', - PSQLAccess in 'PSQLAccess.pas', - PSQLDbTables in 'PSQLDbTables.pas', - psqlBatch in 'psqlBatch.pas', - PSQLMacroQuery in 'PSQLMacroQuery.pas', - PSQLMonitor in 'PSQLMonitor.pas', - PSQLTools in 'PSQLTools.pas', - PSQLDump in 'PSQLDump.pas', - PSQLCommon in 'PSQLCommon.pas', - PSQLCopy in 'PSQLCopy.pas', - PSQLDirectQuery in 'PSQLDirectQuery.pas', - PSQLExtMask in 'PSQLExtMask.pas', - PSQLFields in 'PSQLFields.pas', - PSQLNotify in 'PSQLNotify.pas'; - -end. +package PostgresDAC9; + +{$R *.res} +{$ALIGN 8} +{$ASSERTIONS OFF} +{$BOOLEVAL OFF} +{$DEBUGINFO ON} +{$EXTENDEDSYNTAX ON} +{$IMPORTEDDATA ON} +{$IOCHECKS ON} +{$LOCALSYMBOLS OFF} +{$LONGSTRINGS ON} +{$OPENSTRINGS ON} +{$OPTIMIZATION OFF} +{$OVERFLOWCHECKS OFF} +{$RANGECHECKS OFF} +{$REFERENCEINFO OFF} +{$SAFEDIVIDE OFF} +{$STACKFRAMES OFF} +{$TYPEDADDRESS OFF} +{$VARSTRINGCHECKS ON} +{$WRITEABLECONST ON} +{$MINENUMSIZE 1} +{$IMAGEBASE $400000} +{$DESCRIPTION 'PostgreSQL Direct Access Components'} +{$RUNONLY} +{$IMPLICITBUILD OFF} + +requires + vcl, + vcldb, + bdertl, + rtl, + dbrtl; + +contains + PSQLTypes in '..\PSQLTypes.pas', + PSQLAccess in '..\PSQLAccess.pas', + PSQLDbTables in '..\PSQLDbTables.pas', + psqlBatch in '..\psqlBatch.pas', + PSQLMacroQuery in '..\PSQLMacroQuery.pas', + PSQLMonitor in '..\PSQLMonitor.pas', + PSQLTools in '..\PSQLTools.pas', + PSQLDump in '..\PSQLDump.pas', + PSQLCommon in '..\PSQLCommon.pas', + PSQLCopy in '..\PSQLCopy.pas', + PSQLDirectQuery in '..\PSQLDirectQuery.pas', + PSQLExtMask in '..\PSQLExtMask.pas', + PSQLFields in '..\PSQLFields.pas', + PSQLNotify in '..\PSQLNotify.pas'; + +end. diff --git a/PostgresDAC9.res b/Packages/PostgresDAC9.res similarity index 100% rename from PostgresDAC9.res rename to Packages/PostgresDAC9.res diff --git a/PostgresDACB5.bpk b/Packages/PostgresDACB5.bpk similarity index 96% rename from PostgresDACB5.bpk rename to Packages/PostgresDACB5.bpk index 5207896..81a894e 100644 --- a/PostgresDACB5.bpk +++ b/Packages/PostgresDACB5.bpk @@ -1,139 +1,139 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -[Version Info] -IncludeVerInfo=1 -AutoIncBuild=0 -MajorVer=1 -MinorVer=0 -Release=0 -Build=0 -Debug=0 -PreRelease=0 -Special=0 -Private=0 -DLL=0 -Locale=1033 -CodePage=1252 - -[Version Info Keys] -CompanyName= -FileDescription= -FileVersion=1.0.0.0 -InternalName= -LegalCopyright= -LegalTrademarks= -OriginalFilename= -ProductName= -ProductVersion=1.0.0.0 -Comments= - -[HistoryLists\hlIncludePath] -Count=4 -Item0=..\..\..\CBuilder5\Bin;..\Bin;..\Projects;$(BCB)\include;$(BCB)\include\vcl -Item1=..\Bin;..\Projects;$(BCB)\include;$(BCB)\include\vcl -Item2=..\Projects;$(BCB)\include;$(BCB)\include\vcl -Item3=$(BCB)\include;$(BCB)\include\vcl - -[HistoryLists\hlLibraryPath] -Count=5 -Item0=..\..\..\CBuilder5\Bin;..\Bin;..\Lib\Release;..\Projects;$(BCB)\lib\obj;$(BCB)\lib -Item1=..\Bin;..\Lib\Release;..\Projects;$(BCB)\lib\obj;$(BCB)\lib -Item2=..\Lib\Release;..\Projects;$(BCB)\lib\obj;$(BCB)\lib -Item3=..\Projects;$(BCB)\lib\obj;$(BCB)\lib -Item4=$(BCB)\lib\obj;$(BCB)\lib - -[HistoryLists\hlDebugSourcePath] -Count=1 -Item0=$(BCB)\source\vcl - -[HistoryLists\hlConditionals] -Count=3 -Item0=TRIAL -Item1=_DEBUG;TRIAL -Item2=_DEBUG - -[HistoryLists\hlIntOutputDir] -Count=1 -Item0=$(BCB)\PSQLDAC - -[HistoryLists\hlFinalOutputDir] -Count=1 -Item0=$(BCB)\PSQLDAC - -[HistoryLists\hIBPIOutputDir] -Count=1 -Item0=$(BCB)\PSQLDAC - -[Debugging] -DebugSourceDirs=$(BCB)\source\vcl - -[Parameters] -RunParams= -HostApplication= -RemoteHost= -RemotePath= -RemoteDebug=0 - -[Compiler] -ShowInfoMsgs=0 -LinkDebugVcl=0 -LinkCGLIB=0 - -[CORBA] -AddServerUnit=1 -AddClientUnit=1 -PrecompiledHeaders=1 - -[Language] -ActiveLang= -ProjectLang= -RootDir= - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +[Version Info] +IncludeVerInfo=1 +AutoIncBuild=0 +MajorVer=1 +MinorVer=0 +Release=0 +Build=0 +Debug=0 +PreRelease=0 +Special=0 +Private=0 +DLL=0 +Locale=1033 +CodePage=1252 + +[Version Info Keys] +CompanyName= +FileDescription= +FileVersion=1.0.0.0 +InternalName= +LegalCopyright= +LegalTrademarks= +OriginalFilename= +ProductName= +ProductVersion=1.0.0.0 +Comments= + +[HistoryLists\hlIncludePath] +Count=4 +Item0=..\..\..\CBuilder5\Bin;..\Bin;..\Projects;$(BCB)\include;$(BCB)\include\vcl +Item1=..\Bin;..\Projects;$(BCB)\include;$(BCB)\include\vcl +Item2=..\Projects;$(BCB)\include;$(BCB)\include\vcl +Item3=$(BCB)\include;$(BCB)\include\vcl + +[HistoryLists\hlLibraryPath] +Count=5 +Item0=..\..\..\CBuilder5\Bin;..\Bin;..\Lib\Release;..\Projects;$(BCB)\lib\obj;$(BCB)\lib +Item1=..\Bin;..\Lib\Release;..\Projects;$(BCB)\lib\obj;$(BCB)\lib +Item2=..\Lib\Release;..\Projects;$(BCB)\lib\obj;$(BCB)\lib +Item3=..\Projects;$(BCB)\lib\obj;$(BCB)\lib +Item4=$(BCB)\lib\obj;$(BCB)\lib + +[HistoryLists\hlDebugSourcePath] +Count=1 +Item0=$(BCB)\source\vcl + +[HistoryLists\hlConditionals] +Count=3 +Item0=TRIAL +Item1=_DEBUG;TRIAL +Item2=_DEBUG + +[HistoryLists\hlIntOutputDir] +Count=1 +Item0=$(BCB)\PSQLDAC + +[HistoryLists\hlFinalOutputDir] +Count=1 +Item0=$(BCB)\PSQLDAC + +[HistoryLists\hIBPIOutputDir] +Count=1 +Item0=$(BCB)\PSQLDAC + +[Debugging] +DebugSourceDirs=$(BCB)\source\vcl + +[Parameters] +RunParams= +HostApplication= +RemoteHost= +RemotePath= +RemoteDebug=0 + +[Compiler] +ShowInfoMsgs=0 +LinkDebugVcl=0 +LinkCGLIB=0 + +[CORBA] +AddServerUnit=1 +AddClientUnit=1 +PrecompiledHeaders=1 + +[Language] +ActiveLang= +ProjectLang= +RootDir= + + + diff --git a/PostgresDACB5.cpp b/Packages/PostgresDACB5.cpp similarity index 96% rename from PostgresDACB5.cpp rename to Packages/PostgresDACB5.cpp index 35e03b6..a943402 100644 --- a/PostgresDACB5.cpp +++ b/Packages/PostgresDACB5.cpp @@ -1,35 +1,35 @@ -//--------------------------------------------------------------------------- - -#include -#pragma hdrstop -USERES("PostgresDACB5.res"); -USEPACKAGE("vcl50.bpi"); -USEPACKAGE("Vcldb50.bpi"); -USEPACKAGE("Vclbde50.bpi"); -USEFORMNS("psqlAboutFrm.pas", Psqlaboutfrm, AboutComp); -USEUNIT("PSQLAccess.pas"); -USEUNIT("PSQLDbTables.pas"); -USEUNIT("PSQLTypes.pas"); -USEUNIT("PSQLFields.pas"); -USEUNIT("psqlBatch.pas"); -USEUNIT("PSQLMacroQuery.pas"); -USEUNIT("PSQLMonitor.pas"); -USEUNIT("PSQLDump.pas"); -USEUNIT("PSQLTools.pas"); -USEUNIT("PSQLCopy.pas"); -USEUNIT("PSQLCommon.pas"); -USEUNIT("PSQLExtMask.pas"); -USEUNIT("PSQLDirectQuery.pas"); -//--------------------------------------------------------------------------- -#pragma package(smart_init) -//--------------------------------------------------------------------------- - -// Package source. -//--------------------------------------------------------------------------- - -#pragma argsused -int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*) -{ - return 1; -} -//--------------------------------------------------------------------------- +//--------------------------------------------------------------------------- + +#include +#pragma hdrstop +USERES("PostgresDACB5.res"); +USEPACKAGE("vcl50.bpi"); +USEPACKAGE("Vcldb50.bpi"); +USEPACKAGE("Vclbde50.bpi"); +USEFORMNS("psqlAboutFrm.pas", Psqlaboutfrm, AboutComp); +USEUNIT("PSQLAccess.pas"); +USEUNIT("PSQLDbTables.pas"); +USEUNIT("PSQLTypes.pas"); +USEUNIT("PSQLFields.pas"); +USEUNIT("psqlBatch.pas"); +USEUNIT("PSQLMacroQuery.pas"); +USEUNIT("PSQLMonitor.pas"); +USEUNIT("PSQLDump.pas"); +USEUNIT("PSQLTools.pas"); +USEUNIT("PSQLCopy.pas"); +USEUNIT("PSQLCommon.pas"); +USEUNIT("PSQLExtMask.pas"); +USEUNIT("PSQLDirectQuery.pas"); +//--------------------------------------------------------------------------- +#pragma package(smart_init) +//--------------------------------------------------------------------------- + +// Package source. +//--------------------------------------------------------------------------- + +#pragma argsused +int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*) +{ + return 1; +} +//--------------------------------------------------------------------------- diff --git a/PostgresDACB5.res b/Packages/PostgresDACB5.res similarity index 100% rename from PostgresDACB5.res rename to Packages/PostgresDACB5.res diff --git a/PostgresDACB6.bpk b/Packages/PostgresDACB6.bpk similarity index 97% rename from PostgresDACB6.bpk rename to Packages/PostgresDACB6.bpk index d05bc43..522537e 100644 --- a/PostgresDACB6.bpk +++ b/Packages/PostgresDACB6.bpk @@ -1,195 +1,195 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -[Version Info] -IncludeVerInfo=1 -AutoIncBuild=0 -MajorVer=1 -MinorVer=8 -Release=1 -Build=2175 -Debug=0 -PreRelease=0 -Special=0 -Private=0 -DLL=0 -Locale=1049 -CodePage=1251 - -[Version Info Keys] -CompanyName= -FileDescription= -FileVersion=1.8.1.2175 -InternalName= -LegalCopyright= -LegalTrademarks= -OriginalFilename= -ProductName= -ProductVersion=1.0.0.0 -Comments= - -[HistoryLists\hlIncludePath] -Count=7 -Item0=$(BCB)\include;$(BCB)\include\vcl;$(BCB)\Source\Toolsapi -Item1=..\..\..\CBuilder6\Projects;..\..\..\CBuilder6\Bin;$(BCB)\include;$(BCB)\include\vcl;$(BCB)\Source\Toolsapi -Item2=..\..\..\CBuilder6\Bin;$(BCB)\include;$(BCB)\include\vcl;$(BCB)\Source\Toolsapi -Item3=..\..\..\CBuilder6\Bin;..\Bin;$(BCB)\include;$(BCB)\include\vcl -Item4=..\Bin;$(BCB)\include;$(BCB)\include\vcl -Item5=..\Bin;$(BCB)\include;$(BCB)\include\vcl;D:\Borland\CBuilder6\Source\Toolsapi -Item6=$(BCB)\include;$(BCB)\include\vcl - -[HistoryLists\hlLibraryPath] -Count=8 -Item0=$(BCB)\Projects\Lib;$(BCB)\lib\obj;$(BCB)\lib;$(BCB)\Source\Toolsapi;..\..\..\CBuilder6\Projects -Item1=..\..\..\CBuilder6\Projects;..\..\..\VCL\KLib\localizer\lib;..\..\..\VCL\KLib\kprocs;..\..\..\CBuilder6\Bin;$(BCB)\Projects\Lib;$(BCB)\lib\obj;$(BCB)\lib;$(BCB)\Source\Toolsapi -Item2=..\..\..\CBuilder6\Bin;$(BCB)\Projects\Lib;$(BCB)\lib\obj;$(BCB)\lib;$(BCB)\Source\Toolsapi -Item3=..\..\..\CBuilder6\Bin;$(BCB)\Projects\Lib;..\Bin;$(BCB)\lib\obj;$(BCB)\lib;$(BCB)\Source\Toolsapi -Item4=$(BCB)\Projects\Lib;..\Bin;$(BCB)\lib\obj;$(BCB)\lib;$(BCB)\Source\Toolsapi -Item5=$(BCB)\Projects\Lib;..\Bin;$(BCB)\lib\obj;$(BCB)\lib;D:\Borland\CBuilder6\Source\Toolsapi -Item6=$(BCB)\Projects\Lib;..\Bin;$(BCB)\lib\obj;$(BCB)\lib -Item7=$(BCB)\lib\obj;$(BCB)\lib - -[HistoryLists\hlDebugSourcePath] -Count=1 -Item0=$(BCB)\source\vcl - -[HistoryLists\hlConditionals] -Count=3 -Item0=TRIAL -Item1=_DEBUG -Item2=_DEBUG;TRIAL - -[HistoryLists\hlIntOutputDir] -Count=1 -Item0=D:\Borland\CBuilder6\PSQLDAC - -[HistoryLists\hlFinalOutputDir] -Count=4 -Item0=$(BCB)\PSQLDAC\ -Item1=$(BCB)\PSQLDAC -Item2=D:\Borland\CBuilder6\PSQLDAC\ -Item3=D:\Borland\CBuilder6\PSQLDAC - -[HistoryLists\hIBPIOutputDir] -Count=2 -Item0=$(BCB)\PSQLDAC -Item1=D:\Borland\CBuilder6\PSQLDAC - -[Debugging] -DebugSourceDirs=$(BCB)\source\vcl - -[Parameters] -RunParams= -Launcher= -UseLauncher=0 -DebugCWD= -HostApplication= -RemoteHost= -RemotePath= -RemoteLauncher= -RemoteCWD= -RemoteDebug=0 - -[Compiler] -ShowInfoMsgs=0 -LinkDebugVcl=0 -LinkCGLIB=0 - -[CORBA] -AddServerUnit=1 -AddClientUnit=1 -PrecompiledHeaders=1 - -[Language] -ActiveLang= -ProjectLang= -RootDir= - -[Linker] -LibPrefix= -LibSuffix= -LibVersion= - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +[Version Info] +IncludeVerInfo=1 +AutoIncBuild=0 +MajorVer=1 +MinorVer=8 +Release=1 +Build=2175 +Debug=0 +PreRelease=0 +Special=0 +Private=0 +DLL=0 +Locale=1049 +CodePage=1251 + +[Version Info Keys] +CompanyName= +FileDescription= +FileVersion=1.8.1.2175 +InternalName= +LegalCopyright= +LegalTrademarks= +OriginalFilename= +ProductName= +ProductVersion=1.0.0.0 +Comments= + +[HistoryLists\hlIncludePath] +Count=7 +Item0=$(BCB)\include;$(BCB)\include\vcl;$(BCB)\Source\Toolsapi +Item1=..\..\..\CBuilder6\Projects;..\..\..\CBuilder6\Bin;$(BCB)\include;$(BCB)\include\vcl;$(BCB)\Source\Toolsapi +Item2=..\..\..\CBuilder6\Bin;$(BCB)\include;$(BCB)\include\vcl;$(BCB)\Source\Toolsapi +Item3=..\..\..\CBuilder6\Bin;..\Bin;$(BCB)\include;$(BCB)\include\vcl +Item4=..\Bin;$(BCB)\include;$(BCB)\include\vcl +Item5=..\Bin;$(BCB)\include;$(BCB)\include\vcl;D:\Borland\CBuilder6\Source\Toolsapi +Item6=$(BCB)\include;$(BCB)\include\vcl + +[HistoryLists\hlLibraryPath] +Count=8 +Item0=$(BCB)\Projects\Lib;$(BCB)\lib\obj;$(BCB)\lib;$(BCB)\Source\Toolsapi;..\..\..\CBuilder6\Projects +Item1=..\..\..\CBuilder6\Projects;..\..\..\VCL\KLib\localizer\lib;..\..\..\VCL\KLib\kprocs;..\..\..\CBuilder6\Bin;$(BCB)\Projects\Lib;$(BCB)\lib\obj;$(BCB)\lib;$(BCB)\Source\Toolsapi +Item2=..\..\..\CBuilder6\Bin;$(BCB)\Projects\Lib;$(BCB)\lib\obj;$(BCB)\lib;$(BCB)\Source\Toolsapi +Item3=..\..\..\CBuilder6\Bin;$(BCB)\Projects\Lib;..\Bin;$(BCB)\lib\obj;$(BCB)\lib;$(BCB)\Source\Toolsapi +Item4=$(BCB)\Projects\Lib;..\Bin;$(BCB)\lib\obj;$(BCB)\lib;$(BCB)\Source\Toolsapi +Item5=$(BCB)\Projects\Lib;..\Bin;$(BCB)\lib\obj;$(BCB)\lib;D:\Borland\CBuilder6\Source\Toolsapi +Item6=$(BCB)\Projects\Lib;..\Bin;$(BCB)\lib\obj;$(BCB)\lib +Item7=$(BCB)\lib\obj;$(BCB)\lib + +[HistoryLists\hlDebugSourcePath] +Count=1 +Item0=$(BCB)\source\vcl + +[HistoryLists\hlConditionals] +Count=3 +Item0=TRIAL +Item1=_DEBUG +Item2=_DEBUG;TRIAL + +[HistoryLists\hlIntOutputDir] +Count=1 +Item0=D:\Borland\CBuilder6\PSQLDAC + +[HistoryLists\hlFinalOutputDir] +Count=4 +Item0=$(BCB)\PSQLDAC\ +Item1=$(BCB)\PSQLDAC +Item2=D:\Borland\CBuilder6\PSQLDAC\ +Item3=D:\Borland\CBuilder6\PSQLDAC + +[HistoryLists\hIBPIOutputDir] +Count=2 +Item0=$(BCB)\PSQLDAC +Item1=D:\Borland\CBuilder6\PSQLDAC + +[Debugging] +DebugSourceDirs=$(BCB)\source\vcl + +[Parameters] +RunParams= +Launcher= +UseLauncher=0 +DebugCWD= +HostApplication= +RemoteHost= +RemotePath= +RemoteLauncher= +RemoteCWD= +RemoteDebug=0 + +[Compiler] +ShowInfoMsgs=0 +LinkDebugVcl=0 +LinkCGLIB=0 + +[CORBA] +AddServerUnit=1 +AddClientUnit=1 +PrecompiledHeaders=1 + +[Language] +ActiveLang= +ProjectLang= +RootDir= + +[Linker] +LibPrefix= +LibSuffix= +LibVersion= + + diff --git a/PostgresDACB6.cpp b/Packages/PostgresDACB6.cpp similarity index 97% rename from PostgresDACB6.cpp rename to Packages/PostgresDACB6.cpp index 859559f..ef0c110 100644 --- a/PostgresDACB6.cpp +++ b/Packages/PostgresDACB6.cpp @@ -1,18 +1,18 @@ -//--------------------------------------------------------------------------- - -#include -#pragma hdrstop -USEFORMNS("psqlAboutFrm.pas", Psqlaboutfrm, AboutComp); -//--------------------------------------------------------------------------- -#pragma package(smart_init) -//--------------------------------------------------------------------------- - -// Package source. -//--------------------------------------------------------------------------- - -#pragma argsused -int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*) -{ - return 1; -} -//--------------------------------------------------------------------------- +//--------------------------------------------------------------------------- + +#include +#pragma hdrstop +USEFORMNS("psqlAboutFrm.pas", Psqlaboutfrm, AboutComp); +//--------------------------------------------------------------------------- +#pragma package(smart_init) +//--------------------------------------------------------------------------- + +// Package source. +//--------------------------------------------------------------------------- + +#pragma argsused +int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*) +{ + return 1; +} +//--------------------------------------------------------------------------- diff --git a/PostgresDACB6.res b/Packages/PostgresDACB6.res similarity index 100% rename from PostgresDACB6.res rename to Packages/PostgresDACB6.res diff --git a/PostgresDACL.lpk b/Packages/PostgresDACL.lpk similarity index 95% rename from PostgresDACL.lpk rename to Packages/PostgresDACL.lpk index 43d425c..3caa7ac 100644 --- a/PostgresDACL.lpk +++ b/Packages/PostgresDACL.lpk @@ -1,86 +1,86 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/PostgresDACL.pas b/Packages/PostgresDACL.pas similarity index 95% rename from PostgresDACL.pas rename to Packages/PostgresDACL.pas index ef5f8d5..686299b 100644 --- a/PostgresDACL.pas +++ b/Packages/PostgresDACL.pas @@ -1,16 +1,16 @@ -{ This file was automatically created by Lazarus. Do not edit! - This source is only used to compile and install the package. - } - -unit PostgresDACL; - -interface - -uses - PSQLTypes, PSQLAccess, PSQLDbTables, PSQLBatch, PSQLMacroQuery, PSQLMonitor, - PSQLTools, PSQLCommon, PSQLCopy, PSQLDirectQuery, PSQLExtMask, - PSQLFields; - -implementation - -end. +{ This file was automatically created by Lazarus. Do not edit! + This source is only used to compile and install the package. + } + +unit PostgresDACL; + +interface + +uses + PSQLTypes, PSQLAccess, PSQLDbTables, PSQLBatch, PSQLMacroQuery, PSQLMonitor, + PSQLTools, PSQLCommon, PSQLCopy, PSQLDirectQuery, PSQLExtMask, + PSQLFields; + +implementation + +end. diff --git a/dclPostgresDAC10.bdsproj b/Packages/dclPostgresDAC10.bdsproj similarity index 97% rename from dclPostgresDAC10.bdsproj rename to Packages/dclPostgresDAC10.bdsproj index a98e5dc..3523a99 100644 --- a/dclPostgresDAC10.bdsproj +++ b/Packages/dclPostgresDAC10.bdsproj @@ -1,176 +1,176 @@ - - - - - - - - - - - - dclPostgresDAC10.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 - True - False - False - False - True - True - True True - True - - - - 0 - 0 - 1 - False - False - False - 16384 - 1048576 - 4194304 - PostgreSQL Direct Access Components False - - - - - - - - - - - False - - - - - - False - - - - - - False - True - False - - - - $00000000 - - - - True - False - 1 - 0 - 0 - 0 - False - False - False - False - False - 1049 - 1251 - - - 1.0.0.0 - 1.0.0.0 - - - - - - - - - - + + + + + + + + + + + + dclPostgresDAC10.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 + True + False + False + False + True + True + True True + True + + + + 0 + 0 + 1 + False + False + False + 16384 + 1048576 + 4194304 + PostgreSQL Direct Access Components False + + + + + + + + + + + False + + + + + + False + + + + + + False + True + False + + + + $00000000 + + + + True + False + 1 + 0 + 0 + 0 + False + False + False + False + False + 1049 + 1251 + + + 1.0.0.0 + 1.0.0.0 + + + + + + + + + + diff --git a/dclPostgresDAC10.cfg b/Packages/dclPostgresDAC10.cfg similarity index 88% rename from dclPostgresDAC10.cfg rename to Packages/dclPostgresDAC10.cfg index 61b0a24..1ad369f 100644 --- a/dclPostgresDAC10.cfg +++ b/Packages/dclPostgresDAC10.cfg @@ -1,37 +1,37 @@ --$A8 --$B- --$C+ --$D+ --$E- --$F- --$G+ --$H+ --$I+ --$J- --$K- --$L+ --$M- --$N+ --$O+ --$P+ --$Q- --$R- --$S- --$T- --$U- --$V+ --$W- --$X+ --$YD --$Z1 --cg --AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; --H+ --W+ --M --$M16384,1048576 --K$00400000 --Z --w-UNSAFE_TYPE --w-UNSAFE_CODE --w-UNSAFE_CAST +-$A8 +-$B- +-$C+ +-$D+ +-$E- +-$F- +-$G+ +-$H+ +-$I+ +-$J- +-$K- +-$L+ +-$M- +-$N+ +-$O+ +-$P+ +-$Q- +-$R- +-$S- +-$T- +-$U- +-$V+ +-$W- +-$X+ +-$YD +-$Z1 +-cg +-AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; +-H+ +-W+ +-M +-$M16384,1048576 +-K$00400000 +-Z +-w-UNSAFE_TYPE +-w-UNSAFE_CODE +-w-UNSAFE_CAST diff --git a/dclPostgresDAC10.dpk b/Packages/dclPostgresDAC10.dpk similarity index 55% rename from dclPostgresDAC10.dpk rename to Packages/dclPostgresDAC10.dpk index 94c0743..6423fb7 100644 --- a/dclPostgresDAC10.dpk +++ b/Packages/dclPostgresDAC10.dpk @@ -1,43 +1,43 @@ -package dclPostgresDAC10; - -{$R *.res} -{$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} -{$DESCRIPTION 'PostgreSQL Direct Access Components'} -{$DESIGNONLY} -{$IMPLICITBUILD OFF} - -requires - dcldb, - PostgresDAC10; - -contains - PSQLStoredProcFrm in 'PSQLStoredProcFrm.pas' {PSQLStoredProcProp}, - PSQLupdsqled in 'PSQLupdsqled.pas' {PSQLUpdateSQLEditForm}, - psqlAboutFrm in 'psqlAboutFrm.pas' {PSQLAboutComp}, - PSQLCOMP in 'PSQLCOMP.pas', - PSQLConnFrm in 'PSQLConnFrm.pas' {PSQLConnForm}, - PSQLfldlinks in 'PSQLfldlinks.pas' {PSQLLinkFields}, - PSQLMigrator in 'PSQLMigrator.pas', - PSQLQueryEdit in 'PSQLQueryEdit.pas' {SQLEditForm}; - -end. +package dclPostgresDAC10; + +{$R *.res} +{$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} +{$DESCRIPTION 'PostgreSQL Direct Access Components'} +{$DESIGNONLY} +{$IMPLICITBUILD OFF} + +requires + dcldb, + PostgresDAC10; + +contains + PSQLStoredProcFrm in '..\PSQLStoredProcFrm.pas' {PSQLStoredProcProp}, + PSQLupdsqled in '..\PSQLupdsqled.pas' {PSQLUpdateSQLEditForm}, + psqlAboutFrm in '..\psqlAboutFrm.pas' {PSQLAboutComp}, + PSQLCOMP in '..\PSQLCOMP.pas', + PSQLConnFrm in '..\PSQLConnFrm.pas' {PSQLConnForm}, + PSQLfldlinks in '..\PSQLfldlinks.pas' {PSQLLinkFields}, + PSQLMigrator in '..\PSQLMigrator.pas', + PSQLQueryEdit in '..\PSQLQueryEdit.pas' {SQLEditForm}; + +end. diff --git a/dclPostgresDAC10.dproj b/Packages/dclPostgresDAC10.dproj similarity index 97% rename from dclPostgresDAC10.dproj rename to Packages/dclPostgresDAC10.dproj index bc7bf9d..9d90790 100644 --- a/dclPostgresDAC10.dproj +++ b/Packages/dclPostgresDAC10.dproj @@ -1,102 +1,102 @@ - - - {c06ab4a0-e512-4fd4-96f8-1767f38dea05} - dclPostgresDAC10.dpk - Debug - AnyCPU - DCC32 - C:\Documents and Settings\Pasha_Golub.PASHA\My Documents\RAD Studio\5.0\Bpl\dclPostgresDAC10.bpl - - - 7.0 - False - False - 0 - RELEASE - - - 7.0 - DEBUG - - - Delphi.Personality - Package - - - False - True - False - - - PostgreSQL Direct Access Components - False - True - False - - - True - False - 1 - 0 - 0 - 0 - False - False - False - False - False - 1049 - 1251 - - - 1.0.0.0 - 1.0.0.0 - - - - - - - - - - dclPostgresDAC10.dpk - - - - - - - MainSource - - - - - -
PSQLConnForm
-
- -
PSQLAboutComp
-
- -
PSQLLinkFields
-
- - -
PSQLStoredProcProp
-
- -
PSQLUpdateSQLEditForm
-
- -
SQLEditForm
-
- - - - - - -
- + + + {c06ab4a0-e512-4fd4-96f8-1767f38dea05} + dclPostgresDAC10.dpk + Debug + AnyCPU + DCC32 + C:\Documents and Settings\Pasha_Golub.PASHA\My Documents\RAD Studio\5.0\Bpl\dclPostgresDAC10.bpl + + + 7.0 + False + False + 0 + RELEASE + + + 7.0 + DEBUG + + + Delphi.Personality + Package + + + False + True + False + + + PostgreSQL Direct Access Components + False + True + False + + + True + False + 1 + 0 + 0 + 0 + False + False + False + False + False + 1049 + 1251 + + + 1.0.0.0 + 1.0.0.0 + + + + + + + + + + dclPostgresDAC10.dpk + + + + + + + MainSource + + + + + +
PSQLConnForm
+
+ +
PSQLAboutComp
+
+ +
PSQLLinkFields
+
+ + +
PSQLStoredProcProp
+
+ +
PSQLUpdateSQLEditForm
+
+ +
SQLEditForm
+
+ + + + + + +
+
\ No newline at end of file diff --git a/dclPostgresDAC10.res b/Packages/dclPostgresDAC10.res similarity index 100% rename from dclPostgresDAC10.res rename to Packages/dclPostgresDAC10.res diff --git a/dclPostgresDAC11.dpk b/Packages/dclPostgresDAC11.dpk similarity index 55% rename from dclPostgresDAC11.dpk rename to Packages/dclPostgresDAC11.dpk index 0693402..2749365 100644 --- a/dclPostgresDAC11.dpk +++ b/Packages/dclPostgresDAC11.dpk @@ -1,43 +1,43 @@ -package dclPostgresDAC11; - -{$R *.res} -{$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} -{$DESCRIPTION 'PostgreSQL Direct Access Components'} -{$DESIGNONLY} -{$IMPLICITBUILD OFF} - -requires - dcldb, - PostgresDAC11; - -contains - PSQLStoredProcFrm in 'PSQLStoredProcFrm.pas' {PSQLStoredProcProp}, - PSQLupdsqled in 'PSQLupdsqled.pas' {PSQLUpdateSQLEditForm}, - psqlAboutFrm in 'psqlAboutFrm.pas' {PSQLAboutComp}, - PSQLCOMP in 'PSQLCOMP.pas', - PSQLConnFrm in 'PSQLConnFrm.pas' {PSQLConnForm}, - PSQLfldlinks in 'PSQLfldlinks.pas' {PSQLLinkFields}, - PSQLMigrator in 'PSQLMigrator.pas', - PSQLQueryEdit in 'PSQLQueryEdit.pas' {SQLEditForm}; - -end. +package dclPostgresDAC11; + +{$R *.res} +{$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} +{$DESCRIPTION 'PostgreSQL Direct Access Components'} +{$DESIGNONLY} +{$IMPLICITBUILD OFF} + +requires + dcldb, + PostgresDAC11; + +contains + PSQLStoredProcFrm in '..\PSQLStoredProcFrm.pas' {PSQLStoredProcProp}, + PSQLupdsqled in '..\PSQLupdsqled.pas' {PSQLUpdateSQLEditForm}, + psqlAboutFrm in '..\psqlAboutFrm.pas' {PSQLAboutComp}, + PSQLCOMP in '..\PSQLCOMP.pas', + PSQLConnFrm in '..\PSQLConnFrm.pas' {PSQLConnForm}, + PSQLfldlinks in '..\PSQLfldlinks.pas' {PSQLLinkFields}, + PSQLMigrator in '..\PSQLMigrator.pas', + PSQLQueryEdit in '..\PSQLQueryEdit.pas' {SQLEditForm}; + +end. diff --git a/dclPostgresDAC11.dproj b/Packages/dclPostgresDAC11.dproj similarity index 97% rename from dclPostgresDAC11.dproj rename to Packages/dclPostgresDAC11.dproj index 365c51c..0c2afc3 100644 --- a/dclPostgresDAC11.dproj +++ b/Packages/dclPostgresDAC11.dproj @@ -1,101 +1,101 @@ - - - {c06ab4a0-e512-4fd4-96f8-1767f38dea05} - dclPostgresDAC11.dpk - Debug - AnyCPU - DCC32 - C:\Documents and Settings\Pasha_Golub.PASHA\My Documents\RAD Studio\5.0\Bpl\dclPostgresDAC11.bpl - - - 7.0 - False - False - 0 - RELEASE - - - 7.0 - - - Delphi.Personality - Package - - - False - True - False - - - PostgreSQL Direct Access Components - False - True - False - - - True - False - 1 - 0 - 0 - 0 - False - False - False - False - False - 1049 - 1251 - - - 1.0.0.0 - 1.0.0.0 - - - - - - - - - - dclPostgresDAC11.dpk - - - - - - - MainSource - - - - - -
PSQLConnForm
-
- -
PSQLAboutComp
-
- -
PSQLLinkFields
-
- - -
PSQLStoredProcProp
-
- -
PSQLUpdateSQLEditForm
-
- -
SQLEditForm
-
- - - - - - -
- + + + {c06ab4a0-e512-4fd4-96f8-1767f38dea05} + dclPostgresDAC11.dpk + Debug + AnyCPU + DCC32 + C:\Documents and Settings\Pasha_Golub.PASHA\My Documents\RAD Studio\5.0\Bpl\dclPostgresDAC11.bpl + + + 7.0 + False + False + 0 + RELEASE + + + 7.0 + + + Delphi.Personality + Package + + + False + True + False + + + PostgreSQL Direct Access Components + False + True + False + + + True + False + 1 + 0 + 0 + 0 + False + False + False + False + False + 1049 + 1251 + + + 1.0.0.0 + 1.0.0.0 + + + + + + + + + + dclPostgresDAC11.dpk + + + + + + + MainSource + + + + + +
PSQLConnForm
+
+ +
PSQLAboutComp
+
+ +
PSQLLinkFields
+
+ + +
PSQLStoredProcProp
+
+ +
PSQLUpdateSQLEditForm
+
+ +
SQLEditForm
+
+ + + + + + +
+
\ No newline at end of file diff --git a/dclPostgresDAC11.res b/Packages/dclPostgresDAC11.res similarity index 100% rename from dclPostgresDAC11.res rename to Packages/dclPostgresDAC11.res diff --git a/dclPostgresDAC12.dpk b/Packages/dclPostgresDAC12.dpk similarity index 55% rename from dclPostgresDAC12.dpk rename to Packages/dclPostgresDAC12.dpk index 952c103..cc6af6f 100644 --- a/dclPostgresDAC12.dpk +++ b/Packages/dclPostgresDAC12.dpk @@ -1,43 +1,43 @@ -package dclPostgresDAC12; - -{$R *.res} -{$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 OFF} -{$SAFEDIVIDE OFF} -{$STACKFRAMES OFF} -{$TYPEDADDRESS OFF} -{$VARSTRINGCHECKS ON} -{$WRITEABLECONST OFF} -{$MINENUMSIZE 1} -{$IMAGEBASE $400000} -{$DESCRIPTION 'PostgreSQL Direct Access Components'} -{$DESIGNONLY} -{$IMPLICITBUILD ON} - -requires - PostgresDAC12, - dcldb; - -contains - PSQLupdsqled in 'PSQLupdsqled.pas' {PSQLUpdateSQLEditForm}, - psqlAboutFrm in 'psqlAboutFrm.pas' {PSQLAboutComp}, - PSQLCOMP in 'PSQLCOMP.pas', - PSQLConnFrm in 'PSQLConnFrm.pas' {PSQLConnForm}, - PSQLfldlinks in 'PSQLfldlinks.pas' {PSQLLinkFields}, - PSQLMigrator in 'PSQLMigrator.pas', - PSQLStoredProcFrm in 'PSQLStoredProcFrm.pas' {PSQLStoredProcProp}, - PSQLQueryEdit in 'PSQLQueryEdit.pas' {SQLEditForm}; - -end. +package dclPostgresDAC12; + +{$R *.res} +{$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 OFF} +{$SAFEDIVIDE OFF} +{$STACKFRAMES OFF} +{$TYPEDADDRESS OFF} +{$VARSTRINGCHECKS ON} +{$WRITEABLECONST OFF} +{$MINENUMSIZE 1} +{$IMAGEBASE $400000} +{$DESCRIPTION 'PostgreSQL Direct Access Components'} +{$DESIGNONLY} +{$IMPLICITBUILD ON} + +requires + PostgresDAC12, + dcldb; + +contains + PSQLupdsqled in '..\PSQLupdsqled.pas' {PSQLUpdateSQLEditForm}, + psqlAboutFrm in '..\psqlAboutFrm.pas' {PSQLAboutComp}, + PSQLCOMP in '..\PSQLCOMP.pas', + PSQLConnFrm in '..\PSQLConnFrm.pas' {PSQLConnForm}, + PSQLfldlinks in '..\PSQLfldlinks.pas' {PSQLLinkFields}, + PSQLMigrator in '..\PSQLMigrator.pas', + PSQLStoredProcFrm in '..\PSQLStoredProcFrm.pas' {PSQLStoredProcProp}, + PSQLQueryEdit in '..\PSQLQueryEdit.pas' {SQLEditForm}; + +end. diff --git a/dclPostgresDAC12.dproj b/Packages/dclPostgresDAC12.dproj similarity index 97% rename from dclPostgresDAC12.dproj rename to Packages/dclPostgresDAC12.dproj index ade2ad7..aa800a6 100644 --- a/dclPostgresDAC12.dproj +++ b/Packages/dclPostgresDAC12.dproj @@ -1,132 +1,132 @@ - - - {8FF2A483-D902-4DFB-8989-F109E368A288} - dclPostgresDAC12.dpk - 12.0 - Debug - DCC32 - - - true - - - true - Base - true - - - true - Base - true - - - All - 00400000 - true - 0 - C:\Documents and Settings\All Users\Documents\RAD Studio\6.0\Bpl\dclPostgresDAC12.bpl - WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;$(DCC_UnitAlias) - x86 - PostgreSQL Direct Access Components - false - false - true - false - true - false - false - - - false - RELEASE;$(DCC_Define) - 0 - false - - - DEBUG;$(DCC_Define) - - - - MainSource - - - - -
PSQLUpdateSQLEditForm
-
- -
PSQLAboutComp
-
- - -
PSQLConnForm
-
- -
PSQLLinkFields
-
- - -
PSQLStoredProcProp
-
- -
SQLEditForm
-
- - - Base - - - Cfg_2 - Base - - - Cfg_1 - Base - -
- - - Delphi.Personality.12 - Package - - - - dclPostgresDAC12.dpk - - - False - True - False - - - True - False - 1 - 0 - 0 - 0 - False - False - False - False - False - 1058 - 1251 - - - - - 1.0.0.0 - - - - - - 1.0.0.0 - - - - - 12 - -
+ + + {8FF2A483-D902-4DFB-8989-F109E368A288} + dclPostgresDAC12.dpk + 12.0 + Debug + DCC32 + + + true + + + true + Base + true + + + true + Base + true + + + All + 00400000 + true + 0 + C:\Documents and Settings\All Users\Documents\RAD Studio\6.0\Bpl\dclPostgresDAC12.bpl + WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;$(DCC_UnitAlias) + x86 + PostgreSQL Direct Access Components + false + false + true + false + true + false + false + + + false + RELEASE;$(DCC_Define) + 0 + false + + + DEBUG;$(DCC_Define) + + + + MainSource + + + + +
PSQLUpdateSQLEditForm
+
+ +
PSQLAboutComp
+
+ + +
PSQLConnForm
+
+ +
PSQLLinkFields
+
+ + +
PSQLStoredProcProp
+
+ +
SQLEditForm
+
+ + + Base + + + Cfg_2 + Base + + + Cfg_1 + Base + +
+ + + Delphi.Personality.12 + Package + + + + dclPostgresDAC12.dpk + + + False + True + False + + + True + False + 1 + 0 + 0 + 0 + False + False + False + False + False + 1058 + 1251 + + + + + 1.0.0.0 + + + + + + 1.0.0.0 + + + + + 12 + +
diff --git a/dclPostgresDAC12.res b/Packages/dclPostgresDAC12.res similarity index 100% rename from dclPostgresDAC12.res rename to Packages/dclPostgresDAC12.res diff --git a/dclPostgresDAC14.dpk b/Packages/dclPostgresDAC14.dpk similarity index 55% rename from dclPostgresDAC14.dpk rename to Packages/dclPostgresDAC14.dpk index 9896680..31c6694 100644 --- a/dclPostgresDAC14.dpk +++ b/Packages/dclPostgresDAC14.dpk @@ -1,43 +1,43 @@ -package dclPostgresDAC14; - -{$R *.res} -{$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 OFF} -{$SAFEDIVIDE OFF} -{$STACKFRAMES OFF} -{$TYPEDADDRESS OFF} -{$VARSTRINGCHECKS ON} -{$WRITEABLECONST OFF} -{$MINENUMSIZE 1} -{$IMAGEBASE $400000} -{$DESCRIPTION 'PostgreSQL Direct Access Components'} -{$DESIGNONLY} -{$IMPLICITBUILD ON} - -requires - dcldb, - PostgresDAC14; - -contains - PSQLupdsqled in 'PSQLupdsqled.pas' {PSQLUpdateSQLEditForm}, - psqlAboutFrm in 'psqlAboutFrm.pas' {PSQLAboutComp}, - PSQLCOMP in 'PSQLCOMP.pas', - PSQLConnFrm in 'PSQLConnFrm.pas' {PSQLConnForm}, - PSQLfldlinks in 'PSQLfldlinks.pas' {PSQLLinkFields}, - PSQLMigrator in 'PSQLMigrator.pas', - PSQLStoredProcFrm in 'PSQLStoredProcFrm.pas' {PSQLStoredProcProp}, - PSQLQueryEdit in 'PSQLQueryEdit.pas' {SQLEditForm}; - -end. +package dclPostgresDAC14; + +{$R *.res} +{$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 OFF} +{$SAFEDIVIDE OFF} +{$STACKFRAMES OFF} +{$TYPEDADDRESS OFF} +{$VARSTRINGCHECKS ON} +{$WRITEABLECONST OFF} +{$MINENUMSIZE 1} +{$IMAGEBASE $400000} +{$DESCRIPTION 'PostgreSQL Direct Access Components'} +{$DESIGNONLY} +{$IMPLICITBUILD ON} + +requires + dcldb, + PostgresDAC14; + +contains + PSQLupdsqled in '..\PSQLupdsqled.pas' {PSQLUpdateSQLEditForm}, + psqlAboutFrm in '..\psqlAboutFrm.pas' {PSQLAboutComp}, + PSQLCOMP in '..\PSQLCOMP.pas', + PSQLConnFrm in '..\PSQLConnFrm.pas' {PSQLConnForm}, + PSQLfldlinks in '..\PSQLfldlinks.pas' {PSQLLinkFields}, + PSQLMigrator in '..\PSQLMigrator.pas', + PSQLStoredProcFrm in '..\PSQLStoredProcFrm.pas' {PSQLStoredProcProp}, + PSQLQueryEdit in '..\PSQLQueryEdit.pas' {SQLEditForm}; + +end. diff --git a/dclPostgresDAC14.dproj b/Packages/dclPostgresDAC14.dproj similarity index 97% rename from dclPostgresDAC14.dproj rename to Packages/dclPostgresDAC14.dproj index d79a06e..bbb04b4 100644 --- a/dclPostgresDAC14.dproj +++ b/Packages/dclPostgresDAC14.dproj @@ -1,134 +1,134 @@ - - - {8FF2A483-D902-4DFB-8989-F109E368A288} - dclPostgresDAC14.dpk - 12.0 - Debug - DCC32 - - - true - - - true - Base - true - - - true - Base - true - - - All - 00400000 - true - 0 - C:\Documents and Settings\All Users\Documents\RAD Studio\7.0\Bpl\dclPostgresDAC14.bpl - WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;$(DCC_UnitAlias) - x86 - PostgreSQL Direct Access Components - false - false - true - false - true - false - false - - - false - RELEASE;$(DCC_Define) - 0 - false - - - DEBUG;$(DCC_Define) - - - - MainSource - - - - -
PSQLUpdateSQLEditForm
-
- -
PSQLAboutComp
-
- - -
PSQLConnForm
-
- -
PSQLLinkFields
-
- - -
PSQLStoredProcProp
-
- -
SQLEditForm
-
- - Base - - - Cfg_2 - Base - - - Cfg_1 - Base - -
- - - Delphi.Personality.12 - Package - - - - dclPostgresDAC14.dpk - - - False - True - False - - - True - False - 1 - 0 - 0 - 0 - False - False - False - False - False - 1058 - 1251 - - - - - 1.0.0.0 - - - - - - 1.0.0.0 - - - - - - - - 12 - -
+ + + {8FF2A483-D902-4DFB-8989-F109E368A288} + dclPostgresDAC14.dpk + 12.0 + Debug + DCC32 + + + true + + + true + Base + true + + + true + Base + true + + + All + 00400000 + true + 0 + C:\Documents and Settings\All Users\Documents\RAD Studio\7.0\Bpl\dclPostgresDAC14.bpl + WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;$(DCC_UnitAlias) + x86 + PostgreSQL Direct Access Components + false + false + true + false + true + false + false + + + false + RELEASE;$(DCC_Define) + 0 + false + + + DEBUG;$(DCC_Define) + + + + MainSource + + + + +
PSQLUpdateSQLEditForm
+
+ +
PSQLAboutComp
+
+ + +
PSQLConnForm
+
+ +
PSQLLinkFields
+
+ + +
PSQLStoredProcProp
+
+ +
SQLEditForm
+
+ + Base + + + Cfg_2 + Base + + + Cfg_1 + Base + +
+ + + Delphi.Personality.12 + Package + + + + dclPostgresDAC14.dpk + + + False + True + False + + + True + False + 1 + 0 + 0 + 0 + False + False + False + False + False + 1058 + 1251 + + + + + 1.0.0.0 + + + + + + 1.0.0.0 + + + + + + + + 12 + +
diff --git a/dclPostgresDAC14.res b/Packages/dclPostgresDAC14.res similarity index 100% rename from dclPostgresDAC14.res rename to Packages/dclPostgresDAC14.res diff --git a/dclPostgresDAC15.dpk b/Packages/dclPostgresDAC15.dpk similarity index 56% rename from dclPostgresDAC15.dpk rename to Packages/dclPostgresDAC15.dpk index 6a3a0f0..4ccbc7b 100644 --- a/dclPostgresDAC15.dpk +++ b/Packages/dclPostgresDAC15.dpk @@ -1,44 +1,44 @@ -package dclPostgresDAC15; - -{$R *.res} -{$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 OFF} -{$SAFEDIVIDE OFF} -{$STACKFRAMES ON} -{$TYPEDADDRESS OFF} -{$VARSTRINGCHECKS ON} -{$WRITEABLECONST OFF} -{$MINENUMSIZE 1} -{$IMAGEBASE $400000} -{$DESCRIPTION 'PostgreSQL Direct Access Components'} -{$DESIGNONLY} -{$IMPLICITBUILD ON} -{$DEFINE DEBUG} - -requires - dcldb, - PostgresDAC15; - -contains - PSQLupdsqled in 'PSQLupdsqled.pas' {PSQLUpdateSQLEditForm}, - PSQLCOMP in 'PSQLCOMP.pas', - PSQLConnFrm in 'PSQLConnFrm.pas' {PSQLConnForm}, - PSQLfldlinks in 'PSQLfldlinks.pas' {PSQLLinkFields}, - PSQLMigrator in 'PSQLMigrator.pas', - PSQLStoredProcFrm in 'PSQLStoredProcFrm.pas' {PSQLStoredProcProp}, - PSQLQueryEdit in 'PSQLQueryEdit.pas' {SQLEditForm}, - psqlAboutFrm in 'psqlAboutFrm.pas' {PSQLAboutComp}; - -end. +package dclPostgresDAC15; + +{$R *.res} +{$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 OFF} +{$SAFEDIVIDE OFF} +{$STACKFRAMES ON} +{$TYPEDADDRESS OFF} +{$VARSTRINGCHECKS ON} +{$WRITEABLECONST OFF} +{$MINENUMSIZE 1} +{$IMAGEBASE $400000} +{$DESCRIPTION 'PostgreSQL Direct Access Components'} +{$DESIGNONLY} +{$IMPLICITBUILD ON} +{$DEFINE DEBUG} + +requires + dcldb, + PostgresDAC15; + +contains + PSQLupdsqled in '..\PSQLupdsqled.pas' {PSQLUpdateSQLEditForm}, + PSQLCOMP in '..\PSQLCOMP.pas', + PSQLConnFrm in '..\PSQLConnFrm.pas' {PSQLConnForm}, + PSQLfldlinks in '..\PSQLfldlinks.pas' {PSQLLinkFields}, + PSQLMigrator in '..\PSQLMigrator.pas', + PSQLStoredProcFrm in '..\PSQLStoredProcFrm.pas' {PSQLStoredProcProp}, + PSQLQueryEdit in '..\PSQLQueryEdit.pas' {SQLEditForm}, + psqlAboutFrm in '..\psqlAboutFrm.pas' {PSQLAboutComp}; + +end. diff --git a/dclPostgresDAC15.dproj b/Packages/dclPostgresDAC15.dproj similarity index 97% rename from dclPostgresDAC15.dproj rename to Packages/dclPostgresDAC15.dproj index 1a4e9e6..f59c223 100644 --- a/dclPostgresDAC15.dproj +++ b/Packages/dclPostgresDAC15.dproj @@ -1,142 +1,142 @@ - - - {8FF2A483-D902-4DFB-8989-F109E368A288} - dclPostgresDAC15.dpk - 12.3 - Debug - DCC32 - True - Win32 - Package - None - - - true - - - true - Base - true - - - true - Base - true - - - true - DEBUG;$(DCC_Define) - All - 00400000 - true - 0 - C:\Documents and Settings\All Users\Documents\RAD Studio\7.0\Bpl\dclPostgresDAC14.bpl - WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;$(DCC_UnitAlias) - x86 - PostgreSQL Direct Access Components - false - false - true - false - true - false - false - - - false - RELEASE;$(DCC_Define) - 0 - false - - - 3 - true - DEBUG;$(DCC_Define) - - - - MainSource - - - - -
PSQLUpdateSQLEditForm
-
- - -
PSQLConnForm
-
- -
PSQLLinkFields
-
- - -
PSQLStoredProcProp
-
- -
SQLEditForm
-
- -
PSQLAboutComp
-
- - Cfg_2 - Base - - - Base - - - Cfg_1 - Base - -
- - - - Delphi.Personality.12 - Package - - - - dclPostgresDAC15.dpk - - - - True - False - 1 - 0 - 0 - 0 - False - False - False - False - False - 1058 - 1251 - - - - - 1.0.0.0 - - - - - - 1.0.0.0 - - - - - - - - True - - - 12 - + + + {8FF2A483-D902-4DFB-8989-F109E368A288} + dclPostgresDAC15.dpk + 12.3 + Debug + DCC32 + True + Win32 + Package + None + + + true + + + true + Base + true + + + true + Base + true + + + true + DEBUG;$(DCC_Define) + All + 00400000 + true + 0 + C:\Documents and Settings\All Users\Documents\RAD Studio\7.0\Bpl\dclPostgresDAC14.bpl + WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;$(DCC_UnitAlias) + x86 + PostgreSQL Direct Access Components + false + false + true + false + true + false + false + + + false + RELEASE;$(DCC_Define) + 0 + false + + + 3 + true + DEBUG;$(DCC_Define) + + + + MainSource + + + + +
PSQLUpdateSQLEditForm
+
+ + +
PSQLConnForm
+
+ +
PSQLLinkFields
+
+ + +
PSQLStoredProcProp
+
+ +
SQLEditForm
+
+ +
PSQLAboutComp
+
+ + Cfg_2 + Base + + + Base + + + Cfg_1 + Base + +
+ + + + Delphi.Personality.12 + Package + + + + dclPostgresDAC15.dpk + + + + True + False + 1 + 0 + 0 + 0 + False + False + False + False + False + 1058 + 1251 + + + + + 1.0.0.0 + + + + + + 1.0.0.0 + + + + + + + + True + + + 12 +
\ No newline at end of file diff --git a/dclPostgresDAC15.res b/Packages/dclPostgresDAC15.res similarity index 100% rename from dclPostgresDAC15.res rename to Packages/dclPostgresDAC15.res diff --git a/dclPostgresDAC16.dpk b/Packages/dclPostgresDAC16.dpk similarity index 59% rename from dclPostgresDAC16.dpk rename to Packages/dclPostgresDAC16.dpk index e9b9964..ad7d36d 100644 --- a/dclPostgresDAC16.dpk +++ b/Packages/dclPostgresDAC16.dpk @@ -1,47 +1,47 @@ -package dclPostgresDAC16; - -{$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 OFF} -{$SAFEDIVIDE OFF} -{$STACKFRAMES OFF} -{$TYPEDADDRESS OFF} -{$VARSTRINGCHECKS ON} -{$WRITEABLECONST OFF} -{$MINENUMSIZE 1} -{$IMAGEBASE $400000} -{$DEFINE DEBUG} -{$ENDIF IMPLICITBUILDING} -{$DESCRIPTION 'PostgreSQL Direct Access Components'} -{$DESIGNONLY} -{$IMPLICITBUILD ON} - -requires - dcldb, - PostgresDAC16; - -contains - PSQLupdsqled in 'PSQLupdsqled.pas' {PSQLUpdateSQLEditForm}, - PSQLCOMP in 'PSQLCOMP.pas', - PSQLConnFrm in 'PSQLConnFrm.pas' {PSQLConnForm}, - PSQLfldlinks in 'PSQLfldlinks.pas' {PSQLLinkFields}, - PSQLMigrator in 'PSQLMigrator.pas', - PSQLStoredProcFrm in 'PSQLStoredProcFrm.pas' {PSQLStoredProcProp}, - PSQLQueryEdit in 'PSQLQueryEdit.pas' {SQLEditForm}, - psqlAboutFrm in 'psqlAboutFrm.pas' {PSQLAboutComp}; - -end. - +package dclPostgresDAC16; + +{$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 OFF} +{$SAFEDIVIDE OFF} +{$STACKFRAMES OFF} +{$TYPEDADDRESS OFF} +{$VARSTRINGCHECKS ON} +{$WRITEABLECONST OFF} +{$MINENUMSIZE 1} +{$IMAGEBASE $400000} +{$DEFINE DEBUG} +{$ENDIF IMPLICITBUILDING} +{$DESCRIPTION 'PostgreSQL Direct Access Components'} +{$DESIGNONLY} +{$IMPLICITBUILD ON} + +requires + dcldb, + PostgresDAC16; + +contains + PSQLupdsqled in '..\PSQLupdsqled.pas' {PSQLUpdateSQLEditForm}, + PSQLCOMP in '..\PSQLCOMP.pas', + PSQLConnFrm in '..\PSQLConnFrm.pas' {PSQLConnForm}, + PSQLfldlinks in '..\PSQLfldlinks.pas' {PSQLLinkFields}, + PSQLMigrator in '..\PSQLMigrator.pas', + PSQLStoredProcFrm in '..\PSQLStoredProcFrm.pas' {PSQLStoredProcProp}, + PSQLQueryEdit in '..\PSQLQueryEdit.pas' {SQLEditForm}, + psqlAboutFrm in '..\psqlAboutFrm.pas' {PSQLAboutComp}; + +end. + diff --git a/dclPostgresDAC16.dproj b/Packages/dclPostgresDAC16.dproj similarity index 97% rename from dclPostgresDAC16.dproj rename to Packages/dclPostgresDAC16.dproj index fc94a4a..5208876 100644 --- a/dclPostgresDAC16.dproj +++ b/Packages/dclPostgresDAC16.dproj @@ -1,182 +1,182 @@ - - - {8FF2A483-D902-4DFB-8989-F109E368A288} - dclPostgresDAC16.dpk - 13.4 - Debug - DCC32 - True - Package - VCL - Win32 - 3 - - - true - - - true - Base - true - - - true - Base - true - - - true - Base - true - - - true - Base - true - - - true - Cfg_2 - true - true - - - true - Cfg_2 - true - true - - - rtl;xmlrtl;dbrtl;$(DCC_UsePackage) - System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;Winapi;$(DCC_Namespace) - CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= - 1058 - true - All - 00400000 - true - 0 - C:\Documents and Settings\All Users\Documents\RAD Studio\7.0\Bpl\dclPostgresDAC14.bpl - x86 - PostgreSQL Direct Access Components - false - false - true - false - true - false - false - - - vclx;vcl;vclactnband;vclimg;vcldb;PostgresDAC16;$(DCC_UsePackage) - System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace) - 1033 - $(BDS)\bin\default_app.manifest - - - dcldb;PostgresDAC16;$(DCC_UsePackage) - $(BDS)\bin\default_app.manifest - - - false - RELEASE;$(DCC_Define) - 0 - false - - - DEBUG;$(DCC_Define) - - - true - - - 3 - - - - MainSource - - - - -
PSQLUpdateSQLEditForm
-
- - -
PSQLConnForm
-
- -
PSQLLinkFields
-
- - -
PSQLStoredProcProp
-
- -
SQLEditForm
-
- -
PSQLAboutComp
-
- - Cfg_2 - Base - - - Base - - - Cfg_1 - Base - -
- - - Delphi.Personality.12 - Package - - - - dclPostgresDAC16.dpk - - - - True - False - 1 - 0 - 0 - 0 - False - False - False - False - False - 1058 - 1251 - - - - - 1.0.0.0 - - - - - - 1.0.0.0 - - - - - - - - True - True - - - 12 - - + + + {8FF2A483-D902-4DFB-8989-F109E368A288} + dclPostgresDAC16.dpk + 13.4 + Debug + DCC32 + True + Package + VCL + Win32 + 3 + + + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + true + Cfg_2 + true + true + + + true + Cfg_2 + true + true + + + rtl;xmlrtl;dbrtl;$(DCC_UsePackage) + System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;Winapi;$(DCC_Namespace) + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + 1058 + true + All + 00400000 + true + 0 + C:\Documents and Settings\All Users\Documents\RAD Studio\7.0\Bpl\dclPostgresDAC14.bpl + x86 + PostgreSQL Direct Access Components + false + false + true + false + true + false + false + + + vclx;vcl;vclactnband;vclimg;vcldb;PostgresDAC16;$(DCC_UsePackage) + System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace) + 1033 + $(BDS)\bin\default_app.manifest + + + dcldb;PostgresDAC16;$(DCC_UsePackage) + $(BDS)\bin\default_app.manifest + + + false + RELEASE;$(DCC_Define) + 0 + false + + + DEBUG;$(DCC_Define) + + + true + + + 3 + + + + MainSource + + + + +
PSQLUpdateSQLEditForm
+
+ + +
PSQLConnForm
+
+ +
PSQLLinkFields
+
+ + +
PSQLStoredProcProp
+
+ +
SQLEditForm
+
+ +
PSQLAboutComp
+
+ + Cfg_2 + Base + + + Base + + + Cfg_1 + Base + +
+ + + Delphi.Personality.12 + Package + + + + dclPostgresDAC16.dpk + + + + True + False + 1 + 0 + 0 + 0 + False + False + False + False + False + 1058 + 1251 + + + + + 1.0.0.0 + + + + + + 1.0.0.0 + + + + + + + + True + True + + + 12 + +
\ No newline at end of file diff --git a/dclPostgresDAC16.res b/Packages/dclPostgresDAC16.res similarity index 100% rename from dclPostgresDAC16.res rename to Packages/dclPostgresDAC16.res diff --git a/dclPostgresDAC17.dpk b/Packages/dclPostgresDAC17.dpk similarity index 59% rename from dclPostgresDAC17.dpk rename to Packages/dclPostgresDAC17.dpk index 23705d2..75657f4 100644 --- a/dclPostgresDAC17.dpk +++ b/Packages/dclPostgresDAC17.dpk @@ -1,47 +1,47 @@ -package dclPostgresDAC17; - -{$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 OFF} -{$SAFEDIVIDE OFF} -{$STACKFRAMES OFF} -{$TYPEDADDRESS OFF} -{$VARSTRINGCHECKS ON} -{$WRITEABLECONST OFF} -{$MINENUMSIZE 1} -{$IMAGEBASE $400000} -{$DEFINE DEBUG} -{$ENDIF IMPLICITBUILDING} -{$DESCRIPTION 'PostgreSQL Direct Access Components'} -{$DESIGNONLY} -{$IMPLICITBUILD ON} - -requires - dcldb, - PostgresDAC17; - -contains - PSQLupdsqled in 'PSQLupdsqled.pas' {PSQLUpdateSQLEditForm}, - PSQLCOMP in 'PSQLCOMP.pas', - PSQLConnFrm in 'PSQLConnFrm.pas' {PSQLConnForm}, - PSQLfldlinks in 'PSQLfldlinks.pas' {PSQLLinkFields}, - PSQLMigrator in 'PSQLMigrator.pas', - PSQLStoredProcFrm in 'PSQLStoredProcFrm.pas' {PSQLStoredProcProp}, - PSQLQueryEdit in 'PSQLQueryEdit.pas' {SQLEditForm}, - psqlAboutFrm in 'psqlAboutFrm.pas' {PSQLAboutComp}; - -end. - +package dclPostgresDAC17; + +{$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 OFF} +{$SAFEDIVIDE OFF} +{$STACKFRAMES OFF} +{$TYPEDADDRESS OFF} +{$VARSTRINGCHECKS ON} +{$WRITEABLECONST OFF} +{$MINENUMSIZE 1} +{$IMAGEBASE $400000} +{$DEFINE DEBUG} +{$ENDIF IMPLICITBUILDING} +{$DESCRIPTION 'PostgreSQL Direct Access Components'} +{$DESIGNONLY} +{$IMPLICITBUILD ON} + +requires + dcldb, + PostgresDAC17; + +contains + PSQLupdsqled in '..\PSQLupdsqled.pas' {PSQLUpdateSQLEditForm}, + PSQLCOMP in '..\PSQLCOMP.pas', + PSQLConnFrm in '..\PSQLConnFrm.pas' {PSQLConnForm}, + PSQLfldlinks in '..\PSQLfldlinks.pas' {PSQLLinkFields}, + PSQLMigrator in '..\PSQLMigrator.pas', + PSQLStoredProcFrm in '..\PSQLStoredProcFrm.pas' {PSQLStoredProcProp}, + PSQLQueryEdit in '..\PSQLQueryEdit.pas' {SQLEditForm}, + psqlAboutFrm in '..\psqlAboutFrm.pas' {PSQLAboutComp}; + +end. + diff --git a/dclPostgresDAC17.dproj b/Packages/dclPostgresDAC17.dproj similarity index 97% rename from dclPostgresDAC17.dproj rename to Packages/dclPostgresDAC17.dproj index 0b012e1..dffcb2d 100644 --- a/dclPostgresDAC17.dproj +++ b/Packages/dclPostgresDAC17.dproj @@ -1,182 +1,182 @@ - - - {8FF2A483-D902-4DFB-8989-F109E368A288} - dclPostgresDAC17.dpk - 14.4 - Debug - DCC32 - True - Package - VCL - Win32 - 3 - - - true - - - true - Base - true - - - true - Base - true - - - true - Base - true - - - true - Base - true - - - true - Cfg_2 - true - true - - - true - Cfg_2 - true - true - - - rtl;xmlrtl;dbrtl;$(DCC_UsePackage) - System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;Winapi;$(DCC_Namespace) - CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= - 1058 - true - All - 00400000 - true - 0 - C:\Documents and Settings\All Users\Documents\RAD Studio\7.0\Bpl\dclPostgresDAC14.bpl - x86 - PostgreSQL Direct Access Components - false - false - true - false - true - false - false - - - vclx;vcl;vclactnband;vclimg;vcldb;bdertl;PostgresDAC16;$(DCC_UsePackage) - $(BDS)\bin\default_app.manifest - - - vclx;vcl;vclactnband;vclimg;vcldb;PostgresDAC16;$(DCC_UsePackage) - System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace) - 1033 - $(BDS)\bin\default_app.manifest - - - false - RELEASE;$(DCC_Define) - 0 - false - - - DEBUG;$(DCC_Define) - - - 3 - - - true - - - - MainSource - - - - -
PSQLUpdateSQLEditForm
-
- - -
PSQLConnForm
-
- -
PSQLLinkFields
-
- - -
PSQLStoredProcProp
-
- -
SQLEditForm
-
- -
PSQLAboutComp
-
- - Cfg_2 - Base - - - Base - - - Cfg_1 - Base - -
- - - Delphi.Personality.12 - Package - - - - dclPostgresDAC17.dpk - - - - True - False - 1 - 0 - 0 - 0 - False - False - False - False - False - 1058 - 1251 - - - - - 1.0.0.0 - - - - - - 1.0.0.0 - - - - - - - - True - True - - - 12 - - -
+ + + {8FF2A483-D902-4DFB-8989-F109E368A288} + dclPostgresDAC17.dpk + 14.4 + Debug + DCC32 + True + Package + VCL + Win32 + 3 + + + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + true + Cfg_2 + true + true + + + true + Cfg_2 + true + true + + + rtl;xmlrtl;dbrtl;$(DCC_UsePackage) + System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;Winapi;$(DCC_Namespace) + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + 1058 + true + All + 00400000 + true + 0 + C:\Documents and Settings\All Users\Documents\RAD Studio\7.0\Bpl\dclPostgresDAC14.bpl + x86 + PostgreSQL Direct Access Components + false + false + true + false + true + false + false + + + vclx;vcl;vclactnband;vclimg;vcldb;bdertl;PostgresDAC16;$(DCC_UsePackage) + $(BDS)\bin\default_app.manifest + + + vclx;vcl;vclactnband;vclimg;vcldb;PostgresDAC16;$(DCC_UsePackage) + System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace) + 1033 + $(BDS)\bin\default_app.manifest + + + false + RELEASE;$(DCC_Define) + 0 + false + + + DEBUG;$(DCC_Define) + + + 3 + + + true + + + + MainSource + + + + +
PSQLUpdateSQLEditForm
+
+ + +
PSQLConnForm
+
+ +
PSQLLinkFields
+
+ + +
PSQLStoredProcProp
+
+ +
SQLEditForm
+
+ +
PSQLAboutComp
+
+ + Cfg_2 + Base + + + Base + + + Cfg_1 + Base + +
+ + + Delphi.Personality.12 + Package + + + + dclPostgresDAC17.dpk + + + + True + False + 1 + 0 + 0 + 0 + False + False + False + False + False + 1058 + 1251 + + + + + 1.0.0.0 + + + + + + 1.0.0.0 + + + + + + + + True + True + + + 12 + + +
diff --git a/dclPostgresDAC17.res b/Packages/dclPostgresDAC17.res similarity index 100% rename from dclPostgresDAC17.res rename to Packages/dclPostgresDAC17.res diff --git a/dclPostgresDAC18.dpk b/Packages/dclPostgresDAC18.dpk similarity index 59% rename from dclPostgresDAC18.dpk rename to Packages/dclPostgresDAC18.dpk index a5080d8..d971ff0 100644 --- a/dclPostgresDAC18.dpk +++ b/Packages/dclPostgresDAC18.dpk @@ -1,47 +1,47 @@ -package dclPostgresDAC18; - -{$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 OFF} -{$SAFEDIVIDE OFF} -{$STACKFRAMES OFF} -{$TYPEDADDRESS OFF} -{$VARSTRINGCHECKS ON} -{$WRITEABLECONST OFF} -{$MINENUMSIZE 1} -{$IMAGEBASE $400000} -{$DEFINE DEBUG} -{$ENDIF IMPLICITBUILDING} -{$DESCRIPTION 'PostgreSQL Direct Access Components'} -{$DESIGNONLY} -{$IMPLICITBUILD ON} - -requires - dcldb, - PostgresDAC18; - -contains - PSQLupdsqled in 'PSQLupdsqled.pas' {PSQLUpdateSQLEditForm}, - PSQLCOMP in 'PSQLCOMP.pas', - PSQLConnFrm in 'PSQLConnFrm.pas' {PSQLConnForm}, - PSQLfldlinks in 'PSQLfldlinks.pas' {PSQLLinkFields}, - PSQLMigrator in 'PSQLMigrator.pas', - PSQLStoredProcFrm in 'PSQLStoredProcFrm.pas' {PSQLStoredProcProp}, - PSQLQueryEdit in 'PSQLQueryEdit.pas' {SQLEditForm}, - psqlAboutFrm in 'psqlAboutFrm.pas' {PSQLAboutComp}; - -end. - +package dclPostgresDAC18; + +{$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 OFF} +{$SAFEDIVIDE OFF} +{$STACKFRAMES OFF} +{$TYPEDADDRESS OFF} +{$VARSTRINGCHECKS ON} +{$WRITEABLECONST OFF} +{$MINENUMSIZE 1} +{$IMAGEBASE $400000} +{$DEFINE DEBUG} +{$ENDIF IMPLICITBUILDING} +{$DESCRIPTION 'PostgreSQL Direct Access Components'} +{$DESIGNONLY} +{$IMPLICITBUILD ON} + +requires + dcldb, + PostgresDAC18; + +contains + PSQLupdsqled in '..\PSQLupdsqled.pas' {PSQLUpdateSQLEditForm}, + PSQLCOMP in '..\PSQLCOMP.pas', + PSQLConnFrm in '..\PSQLConnFrm.pas' {PSQLConnForm}, + PSQLfldlinks in '..\PSQLfldlinks.pas' {PSQLLinkFields}, + PSQLMigrator in '..\PSQLMigrator.pas', + PSQLStoredProcFrm in '..\PSQLStoredProcFrm.pas' {PSQLStoredProcProp}, + PSQLQueryEdit in '..\PSQLQueryEdit.pas' {SQLEditForm}, + psqlAboutFrm in '..\psqlAboutFrm.pas' {PSQLAboutComp}; + +end. + diff --git a/dclPostgresDAC18.dproj b/Packages/dclPostgresDAC18.dproj similarity index 97% rename from dclPostgresDAC18.dproj rename to Packages/dclPostgresDAC18.dproj index 1326392..802f2aa 100644 --- a/dclPostgresDAC18.dproj +++ b/Packages/dclPostgresDAC18.dproj @@ -1,184 +1,184 @@ - - - {8FF2A483-D902-4DFB-8989-F109E368A288} - dclPostgresDAC18.dpk - 14.6 - Debug - DCC32 - True - Package - VCL - Win32 - 3 - - - true - - - true - Base - true - - - true - Base - true - - - true - Base - true - - - true - Base - true - - - true - Cfg_2 - true - true - - - true - Cfg_2 - true - true - - - rtl;xmlrtl;dbrtl;$(DCC_UsePackage) - System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;Winapi;$(DCC_Namespace) - CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= - 1058 - true - All - 00400000 - true - 0 - C:\Documents and Settings\All Users\Documents\RAD Studio\7.0\Bpl\dclPostgresDAC14.bpl - x86 - PostgreSQL Direct Access Components - false - false - true - false - true - false - false - - - vclx;vcl;vclactnband;vclimg;vcldb;bdertl;PostgresDAC16;$(DCC_UsePackage) - $(BDS)\bin\default_app.manifest - - - vclx;vcl;vclactnband;vclimg;vcldb;PostgresDAC16;$(DCC_UsePackage) - System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace) - 1033 - $(BDS)\bin\default_app.manifest - - - false - RELEASE;$(DCC_Define) - 0 - false - - - DEBUG;$(DCC_Define) - - - 3 - - - true - - - - MainSource - - - - -
PSQLUpdateSQLEditForm
-
- - -
PSQLConnForm
-
- -
PSQLLinkFields
-
- - -
PSQLStoredProcProp
-
- -
SQLEditForm
-
- -
PSQLAboutComp
-
- - Cfg_2 - Base - - - Base - - - Cfg_1 - Base - -
- - - Delphi.Personality.12 - Package - - - - dclPostgresDAC18.dpk - - - - True - False - 1 - 0 - 0 - 0 - False - False - False - False - False - 1058 - 1251 - - - - - 1.0.0.0 - - - - - - 1.0.0.0 - - - - - - - - False - False - True - True - - - 12 - - -
+ + + {8FF2A483-D902-4DFB-8989-F109E368A288} + dclPostgresDAC18.dpk + 14.6 + Debug + DCC32 + True + Package + VCL + Win32 + 3 + + + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + true + Cfg_2 + true + true + + + true + Cfg_2 + true + true + + + rtl;xmlrtl;dbrtl;$(DCC_UsePackage) + System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;Winapi;$(DCC_Namespace) + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + 1058 + true + All + 00400000 + true + 0 + C:\Documents and Settings\All Users\Documents\RAD Studio\7.0\Bpl\dclPostgresDAC14.bpl + x86 + PostgreSQL Direct Access Components + false + false + true + false + true + false + false + + + vclx;vcl;vclactnband;vclimg;vcldb;bdertl;PostgresDAC16;$(DCC_UsePackage) + $(BDS)\bin\default_app.manifest + + + vclx;vcl;vclactnband;vclimg;vcldb;PostgresDAC16;$(DCC_UsePackage) + System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace) + 1033 + $(BDS)\bin\default_app.manifest + + + false + RELEASE;$(DCC_Define) + 0 + false + + + DEBUG;$(DCC_Define) + + + 3 + + + true + + + + MainSource + + + + +
PSQLUpdateSQLEditForm
+
+ + +
PSQLConnForm
+
+ +
PSQLLinkFields
+
+ + +
PSQLStoredProcProp
+
+ +
SQLEditForm
+
+ +
PSQLAboutComp
+
+ + Cfg_2 + Base + + + Base + + + Cfg_1 + Base + +
+ + + Delphi.Personality.12 + Package + + + + dclPostgresDAC18.dpk + + + + True + False + 1 + 0 + 0 + 0 + False + False + False + False + False + 1058 + 1251 + + + + + 1.0.0.0 + + + + + + 1.0.0.0 + + + + + + + + False + False + True + True + + + 12 + + +
diff --git a/dclPostgresDAC18.res b/Packages/dclPostgresDAC18.res similarity index 100% rename from dclPostgresDAC18.res rename to Packages/dclPostgresDAC18.res diff --git a/dclPostgresDAC19.dpk b/Packages/dclPostgresDAC19.dpk similarity index 59% rename from dclPostgresDAC19.dpk rename to Packages/dclPostgresDAC19.dpk index 54a9924..f86c6ed 100644 --- a/dclPostgresDAC19.dpk +++ b/Packages/dclPostgresDAC19.dpk @@ -1,47 +1,47 @@ -package dclPostgresDAC19; - -{$R *.res} -{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users} -{$ALIGN 8} -{$ASSERTIONS ON} -{$BOOLEVAL OFF} -{$DEBUGINFO OFF} -{$EXTENDEDSYNTAX ON} -{$IMPORTEDDATA ON} -{$IOCHECKS ON} -{$LOCALSYMBOLS OFF} -{$LONGSTRINGS ON} -{$OPENSTRINGS ON} -{$OPTIMIZATION ON} -{$OVERFLOWCHECKS OFF} -{$RANGECHECKS OFF} -{$REFERENCEINFO OFF} -{$SAFEDIVIDE OFF} -{$STACKFRAMES OFF} -{$TYPEDADDRESS OFF} -{$VARSTRINGCHECKS ON} -{$WRITEABLECONST OFF} -{$MINENUMSIZE 1} -{$IMAGEBASE $400000} -{$DEFINE RELEASE} -{$ENDIF IMPLICITBUILDING} -{$DESCRIPTION 'PostgreSQL Direct Access Components'} -{$DESIGNONLY} -{$IMPLICITBUILD ON} - -requires - dcldb, - PostgresDAC19; - -contains - PSQLupdsqled in 'PSQLupdsqled.pas' {PSQLUpdateSQLEditForm}, - PSQLCOMP in 'PSQLCOMP.pas', - PSQLConnFrm in 'PSQLConnFrm.pas' {PSQLConnForm}, - PSQLfldlinks in 'PSQLfldlinks.pas' {PSQLLinkFields}, - PSQLMigrator in 'PSQLMigrator.pas', - PSQLStoredProcFrm in 'PSQLStoredProcFrm.pas' {PSQLStoredProcProp}, - PSQLQueryEdit in 'PSQLQueryEdit.pas' {SQLEditForm}, - psqlAboutFrm in 'psqlAboutFrm.pas' {PSQLAboutComp}; - -end. - +package dclPostgresDAC19; + +{$R *.res} +{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users} +{$ALIGN 8} +{$ASSERTIONS ON} +{$BOOLEVAL OFF} +{$DEBUGINFO OFF} +{$EXTENDEDSYNTAX ON} +{$IMPORTEDDATA ON} +{$IOCHECKS ON} +{$LOCALSYMBOLS OFF} +{$LONGSTRINGS ON} +{$OPENSTRINGS ON} +{$OPTIMIZATION ON} +{$OVERFLOWCHECKS OFF} +{$RANGECHECKS OFF} +{$REFERENCEINFO OFF} +{$SAFEDIVIDE OFF} +{$STACKFRAMES OFF} +{$TYPEDADDRESS OFF} +{$VARSTRINGCHECKS ON} +{$WRITEABLECONST OFF} +{$MINENUMSIZE 1} +{$IMAGEBASE $400000} +{$DEFINE RELEASE} +{$ENDIF IMPLICITBUILDING} +{$DESCRIPTION 'PostgreSQL Direct Access Components'} +{$DESIGNONLY} +{$IMPLICITBUILD ON} + +requires + dcldb, + PostgresDAC19; + +contains + PSQLupdsqled in '..\PSQLupdsqled.pas' {PSQLUpdateSQLEditForm}, + PSQLCOMP in '..\PSQLCOMP.pas', + PSQLConnFrm in '..\PSQLConnFrm.pas' {PSQLConnForm}, + PSQLfldlinks in '..\PSQLfldlinks.pas' {PSQLLinkFields}, + PSQLMigrator in '..\PSQLMigrator.pas', + PSQLStoredProcFrm in '..\PSQLStoredProcFrm.pas' {PSQLStoredProcProp}, + PSQLQueryEdit in '..\PSQLQueryEdit.pas' {SQLEditForm}, + psqlAboutFrm in '..\psqlAboutFrm.pas' {PSQLAboutComp}; + +end. + diff --git a/dclPostgresDAC19.dproj b/Packages/dclPostgresDAC19.dproj similarity index 98% rename from dclPostgresDAC19.dproj rename to Packages/dclPostgresDAC19.dproj index ffedcd5..f3862ec 100644 --- a/dclPostgresDAC19.dproj +++ b/Packages/dclPostgresDAC19.dproj @@ -1,199 +1,199 @@ - - - {8FF2A483-D902-4DFB-8989-F109E368A288} - dclPostgresDAC19.dpk - 15.3 - Release - DCC32 - True - Package - VCL - Win32 - 3 - - - true - - - true - Base - true - - - true - Base - true - - - true - Base - true - - - true - Cfg_1 - true - true - - - true - Base - true - - - true - Cfg_2 - true - true - - - true - Cfg_2 - true - true - - - rtl;xmlrtl;dbrtl;$(DCC_UsePackage) - System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;Winapi;$(DCC_Namespace) - CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= - 1058 - true - All - 00400000 - true - 0 - x86 - PostgreSQL Direct Access Components - false - false - true - false - true - false - false - - - vclx;vcl;vclactnband;vclimg;vcldb;bdertl;PostgresDAC19;$(DCC_UsePackage) - $(BDS)\bin\default_app.manifest - - - vclx;vcl;vclactnband;vclimg;vcldb;PostgresDAC19;$(DCC_UsePackage) - System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace) - 1033 - $(BDS)\bin\default_app.manifest - - - false - RELEASE;$(DCC_Define) - 0 - 0 - - - 11 - 2 - CompanyName=;FileDescription=;FileVersion=2.11.2.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=2.11.2.0;Comments= - 2 - - - DEBUG;$(DCC_Define) - - - 3 - - - true - - - - MainSource - - - - -
PSQLUpdateSQLEditForm
-
- - -
PSQLConnForm
-
- -
PSQLLinkFields
-
- - -
PSQLStoredProcProp
-
- -
SQLEditForm
-
- -
PSQLAboutComp
-
- - Cfg_2 - Base - - - Base - - - Cfg_1 - Base - -
- - - Delphi.Personality.12 - Package - - - - dclPostgresDAC19.dpk - - - - True - False - 1 - 0 - 0 - 0 - False - False - False - False - False - 1058 - 1251 - - - - - 1.0.0.0 - - - - - - 1.0.0.0 - - - - - - - Microsoft Office 2000 Sample Automation Server Wrapper Components - Microsoft Office XP Sample Automation Server Wrapper Components - Embarcadero C++Builder Office 2000 Servers Package - Embarcadero C++Builder Office XP Servers Package - - - - True - True - - - 12 - - -
+ + + {8FF2A483-D902-4DFB-8989-F109E368A288} + dclPostgresDAC19.dpk + 15.3 + Release + DCC32 + True + Package + VCL + Win32 + 3 + + + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + true + Cfg_1 + true + true + + + true + Base + true + + + true + Cfg_2 + true + true + + + true + Cfg_2 + true + true + + + rtl;xmlrtl;dbrtl;$(DCC_UsePackage) + System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;Winapi;$(DCC_Namespace) + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + 1058 + true + All + 00400000 + true + 0 + x86 + PostgreSQL Direct Access Components + false + false + true + false + true + false + false + + + vclx;vcl;vclactnband;vclimg;vcldb;bdertl;PostgresDAC19;$(DCC_UsePackage) + $(BDS)\bin\default_app.manifest + + + vclx;vcl;vclactnband;vclimg;vcldb;PostgresDAC19;$(DCC_UsePackage) + System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace) + 1033 + $(BDS)\bin\default_app.manifest + + + false + RELEASE;$(DCC_Define) + 0 + 0 + + + 11 + 2 + CompanyName=;FileDescription=;FileVersion=2.11.2.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=2.11.2.0;Comments= + 2 + + + DEBUG;$(DCC_Define) + + + 3 + + + true + + + + MainSource + + + + +
PSQLUpdateSQLEditForm
+
+ + +
PSQLConnForm
+
+ +
PSQLLinkFields
+
+ + +
PSQLStoredProcProp
+
+ +
SQLEditForm
+
+ +
PSQLAboutComp
+
+ + Cfg_2 + Base + + + Base + + + Cfg_1 + Base + +
+ + + Delphi.Personality.12 + Package + + + + dclPostgresDAC19.dpk + + + + True + False + 1 + 0 + 0 + 0 + False + False + False + False + False + 1058 + 1251 + + + + + 1.0.0.0 + + + + + + 1.0.0.0 + + + + + + + Microsoft Office 2000 Sample Automation Server Wrapper Components + Microsoft Office XP Sample Automation Server Wrapper Components + Embarcadero C++Builder Office 2000 Servers Package + Embarcadero C++Builder Office XP Servers Package + + + + True + True + + + 12 + + +
diff --git a/dclPostgresDAC19.res b/Packages/dclPostgresDAC19.res similarity index 100% rename from dclPostgresDAC19.res rename to Packages/dclPostgresDAC19.res diff --git a/dclPostgresDAC20.dpk b/Packages/dclPostgresDAC20.dpk similarity index 59% rename from dclPostgresDAC20.dpk rename to Packages/dclPostgresDAC20.dpk index 8a5193a..69269b2 100644 --- a/dclPostgresDAC20.dpk +++ b/Packages/dclPostgresDAC20.dpk @@ -1,47 +1,47 @@ -package dclPostgresDAC20; - -{$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 OFF} -{$SAFEDIVIDE OFF} -{$STACKFRAMES OFF} -{$TYPEDADDRESS OFF} -{$VARSTRINGCHECKS ON} -{$WRITEABLECONST OFF} -{$MINENUMSIZE 1} -{$IMAGEBASE $400000} -{$DEFINE DEBUG} -{$ENDIF IMPLICITBUILDING} -{$DESCRIPTION 'PostgreSQL Direct Access Components'} -{$DESIGNONLY} -{$IMPLICITBUILD ON} - -requires - dcldb, - PostgresDAC20; - -contains - PSQLupdsqled in 'PSQLupdsqled.pas' {PSQLUpdateSQLEditForm}, - PSQLCOMP in 'PSQLCOMP.pas', - PSQLConnFrm in 'PSQLConnFrm.pas' {PSQLConnForm}, - PSQLfldlinks in 'PSQLfldlinks.pas' {PSQLLinkFields}, - PSQLMigrator in 'PSQLMigrator.pas', - PSQLStoredProcFrm in 'PSQLStoredProcFrm.pas' {PSQLStoredProcProp}, - PSQLQueryEdit in 'PSQLQueryEdit.pas' {SQLEditForm}, - psqlAboutFrm in 'psqlAboutFrm.pas' {PSQLAboutComp}; - -end. - +package dclPostgresDAC20; + +{$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 OFF} +{$SAFEDIVIDE OFF} +{$STACKFRAMES OFF} +{$TYPEDADDRESS OFF} +{$VARSTRINGCHECKS ON} +{$WRITEABLECONST OFF} +{$MINENUMSIZE 1} +{$IMAGEBASE $400000} +{$DEFINE DEBUG} +{$ENDIF IMPLICITBUILDING} +{$DESCRIPTION 'PostgreSQL Direct Access Components'} +{$DESIGNONLY} +{$IMPLICITBUILD ON} + +requires + dcldb, + PostgresDAC20; + +contains + PSQLupdsqled in '..\PSQLupdsqled.pas' {PSQLUpdateSQLEditForm}, + PSQLCOMP in '..\PSQLCOMP.pas', + PSQLConnFrm in '..\PSQLConnFrm.pas' {PSQLConnForm}, + PSQLfldlinks in '..\PSQLfldlinks.pas' {PSQLLinkFields}, + PSQLMigrator in '..\PSQLMigrator.pas', + PSQLStoredProcFrm in '..\PSQLStoredProcFrm.pas' {PSQLStoredProcProp}, + PSQLQueryEdit in '..\PSQLQueryEdit.pas' {SQLEditForm}, + psqlAboutFrm in '..\psqlAboutFrm.pas' {PSQLAboutComp}; + +end. + diff --git a/dclPostgresDAC20.dproj b/Packages/dclPostgresDAC20.dproj similarity index 98% rename from dclPostgresDAC20.dproj rename to Packages/dclPostgresDAC20.dproj index 9145293..392a955 100644 --- a/dclPostgresDAC20.dproj +++ b/Packages/dclPostgresDAC20.dproj @@ -1,183 +1,183 @@ - - - {8FF2A483-D902-4DFB-8989-F109E368A288} - dclPostgresDAC20.dpk - 15.4 - Release - DCC32 - True - Package - VCL - Win32 - 3 - - - true - - - true - Base - true - - - true - Base - true - - - true - Base - true - - - true - Base - true - - - true - Cfg_2 - true - true - - - true - Cfg_2 - true - true - - - dclPostgresDAC20 - rtl;xmlrtl;dbrtl;$(DCC_UsePackage) - System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;Winapi;$(DCC_Namespace) - CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= - 1058 - true - All - 00400000 - true - 0 - C:\Documents and Settings\All Users\Documents\RAD Studio\7.0\Bpl\dclPostgresDAC14.bpl - x86 - PostgreSQL Direct Access Components - false - false - true - false - true - false - false - - - vclx;vcl;vclactnband;vclimg;vcldb;bdertl;PostgresDAC16;PostgresDAC19;$(DCC_UsePackage) - $(BDS)\bin\default_app.manifest - - - vclx;vcl;vclactnband;vclimg;vcldb;PostgresDAC16;PostgresDAC19;$(DCC_UsePackage) - System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace) - 1033 - $(BDS)\bin\default_app.manifest - - - false - RELEASE;$(DCC_Define) - 0 - 0 - - - DEBUG;$(DCC_Define) - - - 3 - - - true - - - - MainSource - - - - -
PSQLUpdateSQLEditForm
-
- - -
PSQLConnForm
-
- -
PSQLLinkFields
-
- - -
PSQLStoredProcProp
-
- -
SQLEditForm
-
- -
PSQLAboutComp
-
- - Cfg_2 - Base - - - Base - - - Cfg_1 - Base - -
- - - Delphi.Personality.12 - Package - - - - dclPostgresDAC20.dpk - - - - True - False - 1 - 0 - 0 - 0 - False - False - False - False - False - 1058 - 1251 - - - - - 1.0.0.0 - - - - - - 1.0.0.0 - - - - - - - - True - True - - - 12 - - -
+ + + {8FF2A483-D902-4DFB-8989-F109E368A288} + dclPostgresDAC20.dpk + 15.4 + Release + DCC32 + True + Package + VCL + Win32 + 3 + + + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + true + Cfg_2 + true + true + + + true + Cfg_2 + true + true + + + dclPostgresDAC20 + rtl;xmlrtl;dbrtl;$(DCC_UsePackage) + System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;Winapi;$(DCC_Namespace) + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + 1058 + true + All + 00400000 + true + 0 + C:\Documents and Settings\All Users\Documents\RAD Studio\7.0\Bpl\dclPostgresDAC14.bpl + x86 + PostgreSQL Direct Access Components + false + false + true + false + true + false + false + + + vclx;vcl;vclactnband;vclimg;vcldb;bdertl;PostgresDAC16;PostgresDAC19;$(DCC_UsePackage) + $(BDS)\bin\default_app.manifest + + + vclx;vcl;vclactnband;vclimg;vcldb;PostgresDAC16;PostgresDAC19;$(DCC_UsePackage) + System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace) + 1033 + $(BDS)\bin\default_app.manifest + + + false + RELEASE;$(DCC_Define) + 0 + 0 + + + DEBUG;$(DCC_Define) + + + 3 + + + true + + + + MainSource + + + + +
PSQLUpdateSQLEditForm
+
+ + +
PSQLConnForm
+
+ +
PSQLLinkFields
+
+ + +
PSQLStoredProcProp
+
+ +
SQLEditForm
+
+ +
PSQLAboutComp
+
+ + Cfg_2 + Base + + + Base + + + Cfg_1 + Base + +
+ + + Delphi.Personality.12 + Package + + + + dclPostgresDAC20.dpk + + + + True + False + 1 + 0 + 0 + 0 + False + False + False + False + False + 1058 + 1251 + + + + + 1.0.0.0 + + + + + + 1.0.0.0 + + + + + + + + True + True + + + 12 + + +
diff --git a/dclPostgresDAC20.res b/Packages/dclPostgresDAC20.res similarity index 100% rename from dclPostgresDAC20.res rename to Packages/dclPostgresDAC20.res diff --git a/dclPostgresDAC21.dpk b/Packages/dclPostgresDAC21.dpk similarity index 59% rename from dclPostgresDAC21.dpk rename to Packages/dclPostgresDAC21.dpk index 0b1aed4..1d06c0c 100644 --- a/dclPostgresDAC21.dpk +++ b/Packages/dclPostgresDAC21.dpk @@ -1,47 +1,47 @@ -package dclPostgresDAC21; - -{$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 OFF} -{$SAFEDIVIDE OFF} -{$STACKFRAMES OFF} -{$TYPEDADDRESS OFF} -{$VARSTRINGCHECKS ON} -{$WRITEABLECONST OFF} -{$MINENUMSIZE 1} -{$IMAGEBASE $400000} -{$DEFINE DEBUG} -{$ENDIF IMPLICITBUILDING} -{$DESCRIPTION 'PostgreSQL Direct Access Components'} -{$DESIGNONLY} -{$IMPLICITBUILD ON} - -requires - dcldb, - PostgresDAC21; - -contains - PSQLupdsqled in 'PSQLupdsqled.pas' {PSQLUpdateSQLEditForm}, - PSQLCOMP in 'PSQLCOMP.pas', - PSQLConnFrm in 'PSQLConnFrm.pas' {PSQLConnForm}, - PSQLfldlinks in 'PSQLfldlinks.pas' {PSQLLinkFields}, - PSQLMigrator in 'PSQLMigrator.pas', - PSQLStoredProcFrm in 'PSQLStoredProcFrm.pas' {PSQLStoredProcProp}, - PSQLQueryEdit in 'PSQLQueryEdit.pas' {SQLEditForm}, - psqlAboutFrm in 'psqlAboutFrm.pas' {PSQLAboutComp}; - -end. - +package dclPostgresDAC21; + +{$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 OFF} +{$SAFEDIVIDE OFF} +{$STACKFRAMES OFF} +{$TYPEDADDRESS OFF} +{$VARSTRINGCHECKS ON} +{$WRITEABLECONST OFF} +{$MINENUMSIZE 1} +{$IMAGEBASE $400000} +{$DEFINE DEBUG} +{$ENDIF IMPLICITBUILDING} +{$DESCRIPTION 'PostgreSQL Direct Access Components'} +{$DESIGNONLY} +{$IMPLICITBUILD ON} + +requires + dcldb, + PostgresDAC21; + +contains + PSQLupdsqled in '..\PSQLupdsqled.pas' {PSQLUpdateSQLEditForm}, + PSQLCOMP in '..\PSQLCOMP.pas', + PSQLConnFrm in '..\PSQLConnFrm.pas' {PSQLConnForm}, + PSQLfldlinks in '..\PSQLfldlinks.pas' {PSQLLinkFields}, + PSQLMigrator in '..\PSQLMigrator.pas', + PSQLStoredProcFrm in '..\PSQLStoredProcFrm.pas' {PSQLStoredProcProp}, + PSQLQueryEdit in '..\PSQLQueryEdit.pas' {SQLEditForm}, + psqlAboutFrm in '..\psqlAboutFrm.pas' {PSQLAboutComp}; + +end. + diff --git a/dclPostgresDAC21.dproj b/Packages/dclPostgresDAC21.dproj similarity index 98% rename from dclPostgresDAC21.dproj rename to Packages/dclPostgresDAC21.dproj index d4a6127..87a8554 100644 --- a/dclPostgresDAC21.dproj +++ b/Packages/dclPostgresDAC21.dproj @@ -1,653 +1,653 @@ - - - {8FF2A483-D902-4DFB-8989-F109E368A288} - dclPostgresDAC21.dpk - 16.0 - Release - DCC32 - True - Package - VCL - Win32 - 3 - - - true - - - true - Base - true - - - true - Base - true - - - true - Base - true - - - true - Base - true - - - true - Cfg_2 - true - true - - - true - Cfg_2 - true - true - - - dclPostgresDAC21 - rtl;xmlrtl;dbrtl;$(DCC_UsePackage) - System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;Winapi;$(DCC_Namespace) - CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= - 1058 - true - All - 00400000 - true - 0 - x86 - PostgreSQL Direct Access Components - false - false - true - false - true - false - false - - - vclx;vcl;vclactnband;vclimg;vcldb;bdertl;PostgresDAC21;$(DCC_UsePackage) - $(BDS)\bin\default_app.manifest - - - vclx;vcl;vclactnband;vclimg;vcldb;PostgresDAC21;$(DCC_UsePackage) - System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace) - 1033 - $(BDS)\bin\default_app.manifest - - - false - RELEASE;$(DCC_Define) - 0 - 0 - - - DEBUG;$(DCC_Define) - - - 3 - - - true - - - - MainSource - - - - -
PSQLUpdateSQLEditForm
-
- - -
PSQLConnForm
-
- -
PSQLLinkFields
-
- - -
PSQLStoredProcProp
-
- -
SQLEditForm
-
- -
PSQLAboutComp
-
- - Cfg_2 - Base - - - Base - - - Cfg_1 - Base - -
- - - Delphi.Personality.12 - Package - - - - dclPostgresDAC21.dpk - - - - True - False - 1 - 0 - 0 - 0 - False - False - False - False - False - 1058 - 1251 - - - - - 1.0.0.0 - - - - - - 1.0.0.0 - - - - - - - - True - True - - - - - vclactnband210.fr - true - - - - - xmlrtl210.fr - true - - - - - dbrtl210.ja - true - - - - - dcldb210.ja - true - - - - - rtl210.ja - true - - - - - vcl210.fr - true - - - - - dsnap210.fr - true - - - - - vcldb210.fr - true - - - - - designide210.ja - true - - - - - vcldb210.ja - true - - - - - vcldb210.de - true - - - - - rtl210.fr - true - - - - - designide210.de - true - - - - - dcldb210.de - true - - - - - true - - - - - true - - - - - true - - - - - dbrtl210.fr - true - - - - - true - - - - - true - - - - - true - - - - - true - - - - - dcldb210.fr - true - - - - - true - - - - - dsnap210.de - true - - - - - vcl210.de - true - - - - - vclactnband210.de - true - - - - - dclPostgresDAC21.bpl - true - - - - - rtl210.de - true - - - - - designide210.fr - true - - - - - true - - - - - xmlrtl210.ja - true - - - - - true - - - - - xmlrtl210.de - true - - - - - vclactnband210.ja - true - - - - - dsnap210.ja - true - - - - - dbrtl210.de - true - - - - - vcl210.ja - true - - - - - 1 - .dylib - - - 0 - .bpl - - - 1 - .dylib - - - 1 - .dylib - - - - - 1 - .dylib - - - 0 - .dll;.bpl - - - - - 1 - - - 1 - - - - - - ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF - 1 - - - - - library\lib\mips - 1 - - - - - library\lib\x86 - 1 - - - - - 1 - - - 1 - - - - - - library\lib\armeabi-v7a - 1 - - - - - 1 - - - 1 - - - - - res\drawable-xhdpi - 1 - - - - - 1 - - - 1 - - - - - res\drawable-xxhdpi - 1 - - - - - 1 - - - 1 - - - 0 - - - - - 1 - .framework - - - 0 - - - - - - 1 - - - Contents\MacOS - 0 - - - - - classes - 1 - - - - - - 1 - - - 1 - - - - - res\drawable - 1 - - - - - Contents\Resources - 1 - - - - - - 1 - - - 1 - - - - - 1 - - - library\lib\armeabi-v7a - 1 - - - 0 - - - 1 - - - 1 - - - - - library\lib\armeabi - 1 - - - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - - - 1 - - - 1 - - - - - res\drawable-ldpi - 1 - - - - - 1 - - - 1 - - - - - res\drawable-mdpi - 1 - - - - - res\drawable-hdpi - 1 - - - - - 1 - - - - - - - - - - - 12 - - - -
+ + + {8FF2A483-D902-4DFB-8989-F109E368A288} + dclPostgresDAC21.dpk + 16.0 + Release + DCC32 + True + Package + VCL + Win32 + 3 + + + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + true + Cfg_2 + true + true + + + true + Cfg_2 + true + true + + + dclPostgresDAC21 + rtl;xmlrtl;dbrtl;$(DCC_UsePackage) + System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;Winapi;$(DCC_Namespace) + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + 1058 + true + All + 00400000 + true + 0 + x86 + PostgreSQL Direct Access Components + false + false + true + false + true + false + false + + + vclx;vcl;vclactnband;vclimg;vcldb;bdertl;PostgresDAC21;$(DCC_UsePackage) + $(BDS)\bin\default_app.manifest + + + vclx;vcl;vclactnband;vclimg;vcldb;PostgresDAC21;$(DCC_UsePackage) + System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace) + 1033 + $(BDS)\bin\default_app.manifest + + + false + RELEASE;$(DCC_Define) + 0 + 0 + + + DEBUG;$(DCC_Define) + + + 3 + + + true + + + + MainSource + + + + +
PSQLUpdateSQLEditForm
+
+ + +
PSQLConnForm
+
+ +
PSQLLinkFields
+
+ + +
PSQLStoredProcProp
+
+ +
SQLEditForm
+
+ +
PSQLAboutComp
+
+ + Cfg_2 + Base + + + Base + + + Cfg_1 + Base + +
+ + + Delphi.Personality.12 + Package + + + + dclPostgresDAC21.dpk + + + + True + False + 1 + 0 + 0 + 0 + False + False + False + False + False + 1058 + 1251 + + + + + 1.0.0.0 + + + + + + 1.0.0.0 + + + + + + + + True + True + + + + + vclactnband210.fr + true + + + + + xmlrtl210.fr + true + + + + + dbrtl210.ja + true + + + + + dcldb210.ja + true + + + + + rtl210.ja + true + + + + + vcl210.fr + true + + + + + dsnap210.fr + true + + + + + vcldb210.fr + true + + + + + designide210.ja + true + + + + + vcldb210.ja + true + + + + + vcldb210.de + true + + + + + rtl210.fr + true + + + + + designide210.de + true + + + + + dcldb210.de + true + + + + + true + + + + + true + + + + + true + + + + + dbrtl210.fr + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + dcldb210.fr + true + + + + + true + + + + + dsnap210.de + true + + + + + vcl210.de + true + + + + + vclactnband210.de + true + + + + + dclPostgresDAC21.bpl + true + + + + + rtl210.de + true + + + + + designide210.fr + true + + + + + true + + + + + xmlrtl210.ja + true + + + + + true + + + + + xmlrtl210.de + true + + + + + vclactnband210.ja + true + + + + + dsnap210.ja + true + + + + + dbrtl210.de + true + + + + + vcl210.ja + true + + + + + 1 + .dylib + + + 0 + .bpl + + + 1 + .dylib + + + 1 + .dylib + + + + + 1 + .dylib + + + 0 + .dll;.bpl + + + + + 1 + + + 1 + + + + + + ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF + 1 + + + + + library\lib\mips + 1 + + + + + library\lib\x86 + 1 + + + + + 1 + + + 1 + + + + + + library\lib\armeabi-v7a + 1 + + + + + 1 + + + 1 + + + + + res\drawable-xhdpi + 1 + + + + + 1 + + + 1 + + + + + res\drawable-xxhdpi + 1 + + + + + 1 + + + 1 + + + 0 + + + + + 1 + .framework + + + 0 + + + + + + 1 + + + Contents\MacOS + 0 + + + + + classes + 1 + + + + + + 1 + + + 1 + + + + + res\drawable + 1 + + + + + Contents\Resources + 1 + + + + + + 1 + + + 1 + + + + + 1 + + + library\lib\armeabi-v7a + 1 + + + 0 + + + 1 + + + 1 + + + + + library\lib\armeabi + 1 + + + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + + + 1 + + + 1 + + + + + res\drawable-ldpi + 1 + + + + + 1 + + + 1 + + + + + res\drawable-mdpi + 1 + + + + + res\drawable-hdpi + 1 + + + + + 1 + + + + + + + + + + + 12 + + + +
diff --git a/dclPostgresDAC21.res b/Packages/dclPostgresDAC21.res similarity index 100% rename from dclPostgresDAC21.res rename to Packages/dclPostgresDAC21.res diff --git a/dclPostgresDAC22.dpk b/Packages/dclPostgresDAC22.dpk similarity index 59% rename from dclPostgresDAC22.dpk rename to Packages/dclPostgresDAC22.dpk index 282193e..c369ec8 100644 --- a/dclPostgresDAC22.dpk +++ b/Packages/dclPostgresDAC22.dpk @@ -1,47 +1,47 @@ -package dclPostgresDAC22; - -{$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 OFF} -{$SAFEDIVIDE OFF} -{$STACKFRAMES OFF} -{$TYPEDADDRESS OFF} -{$VARSTRINGCHECKS ON} -{$WRITEABLECONST OFF} -{$MINENUMSIZE 1} -{$IMAGEBASE $400000} -{$DEFINE DEBUG} -{$ENDIF IMPLICITBUILDING} -{$DESCRIPTION 'PostgreSQL Direct Access Components'} -{$DESIGNONLY} -{$IMPLICITBUILD ON} - -requires - dcldb, - PostgresDAC22; - -contains - PSQLupdsqled in 'PSQLupdsqled.pas' {PSQLUpdateSQLEditForm}, - PSQLCOMP in 'PSQLCOMP.pas', - PSQLConnFrm in 'PSQLConnFrm.pas' {PSQLConnForm}, - PSQLfldlinks in 'PSQLfldlinks.pas' {PSQLLinkFields}, - PSQLMigrator in 'PSQLMigrator.pas', - PSQLStoredProcFrm in 'PSQLStoredProcFrm.pas' {PSQLStoredProcProp}, - PSQLQueryEdit in 'PSQLQueryEdit.pas' {SQLEditForm}, - psqlAboutFrm in 'psqlAboutFrm.pas' {PSQLAboutComp}; - -end. - +package dclPostgresDAC22; + +{$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 OFF} +{$SAFEDIVIDE OFF} +{$STACKFRAMES OFF} +{$TYPEDADDRESS OFF} +{$VARSTRINGCHECKS ON} +{$WRITEABLECONST OFF} +{$MINENUMSIZE 1} +{$IMAGEBASE $400000} +{$DEFINE DEBUG} +{$ENDIF IMPLICITBUILDING} +{$DESCRIPTION 'PostgreSQL Direct Access Components'} +{$DESIGNONLY} +{$IMPLICITBUILD ON} + +requires + dcldb, + PostgresDAC22; + +contains + PSQLupdsqled in '..\PSQLupdsqled.pas' {PSQLUpdateSQLEditForm}, + PSQLCOMP in '..\PSQLCOMP.pas', + PSQLConnFrm in '..\PSQLConnFrm.pas' {PSQLConnForm}, + PSQLfldlinks in '..\PSQLfldlinks.pas' {PSQLLinkFields}, + PSQLMigrator in '..\PSQLMigrator.pas', + PSQLStoredProcFrm in '..\PSQLStoredProcFrm.pas' {PSQLStoredProcProp}, + PSQLQueryEdit in '..\PSQLQueryEdit.pas' {SQLEditForm}, + psqlAboutFrm in '..\psqlAboutFrm.pas' {PSQLAboutComp}; + +end. + diff --git a/dclPostgresDAC22.dproj b/Packages/dclPostgresDAC22.dproj similarity index 97% rename from dclPostgresDAC22.dproj rename to Packages/dclPostgresDAC22.dproj index ae577e6..ab007fd 100644 --- a/dclPostgresDAC22.dproj +++ b/Packages/dclPostgresDAC22.dproj @@ -1,495 +1,495 @@ - - - {8FF2A483-D902-4DFB-8989-F109E368A288} - dclPostgresDAC22.dpk - 17.1 - Release - DCC32 - True - Package - VCL - Win32 - 1 - - - true - - - true - Base - true - - - true - Base - true - - - true - Base - true - - - true - Cfg_2 - true - true - - - dclPostgresDAC22 - rtl;xmlrtl;dbrtl;$(DCC_UsePackage) - System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;Winapi;$(DCC_Namespace) - CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= - 1058 - true - All - 00400000 - true - 0 - x86 - PostgreSQL Direct Access Components - false - false - true - false - true - false - false - - - vclx;vcl;vclactnband;vclimg;vcldb;bdertl;PostgresDAC21;$(DCC_UsePackage) - $(BDS)\bin\default_app.manifest - - - false - RELEASE;$(DCC_Define) - 0 - 0 - - - DEBUG;$(DCC_Define) - - - 3 - - - - MainSource - - - - -
PSQLUpdateSQLEditForm
-
- - -
PSQLConnForm
-
- -
PSQLLinkFields
-
- - -
PSQLStoredProcProp
-
- -
SQLEditForm
-
- -
PSQLAboutComp
-
- - Cfg_2 - Base - - - Base - - - Cfg_1 - Base - -
- - - Delphi.Personality.12 - Package - - - - dclPostgresDAC22.dpk - - - - True - False - 1 - 0 - 0 - 0 - False - False - False - False - False - 1058 - 1251 - - - - - 1.0.0.0 - - - - - - 1.0.0.0 - - - - - - - - True - - - - - dclPostgresDAC22.bpl - true - - - - - 1 - .dylib - - - 0 - .bpl - - - 1 - .dylib - - - 1 - .dylib - - - 1 - .dylib - - - - - 1 - .dylib - - - 0 - .dll;.bpl - - - - - 1 - - - 1 - - - 1 - - - - - - ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF - 1 - - - ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF - 1 - - - - - library\lib\mips - 1 - - - - - library\lib\x86 - 1 - - - - - 1 - - - 1 - - - 1 - - - - - - library\lib\armeabi-v7a - 1 - - - - - 1 - - - 1 - - - 1 - - - - - res\drawable-normal - 1 - - - - - res\drawable-xhdpi - 1 - - - - - 1 - - - 1 - - - 1 - - - - - res\drawable-xxhdpi - 1 - - - - - res\drawable-xlarge - 1 - - - - - res\drawable - 1 - - - - - 1 - - - 1 - - - 0 - - - - - 1 - .framework - - - 0 - - - - - res\drawable-small - 1 - - - - - - 1 - - - Contents\MacOS - 0 - - - - - classes - 1 - - - - - - 1 - - - 1 - - - 1 - - - - - res\drawable - 1 - - - - - Contents\Resources - 1 - - - - - - 1 - - - 1 - - - 1 - - - - - library\lib\armeabi-v7a - 1 - - - 1 - - - 0 - - - 1 - - - 1 - - - 1 - - - - - library\lib\armeabi - 1 - - - - - res\drawable-large - 1 - - - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - - - 1 - - - 1 - - - 1 - - - - - res\drawable-ldpi - 1 - - - - - res\values - 1 - - - - - 1 - - - 1 - - - 1 - - - - - res\drawable-mdpi - 1 - - - - - res\drawable-hdpi - 1 - - - - - 1 - - - - - - - - - - - - 12 - - - -
+ + + {8FF2A483-D902-4DFB-8989-F109E368A288} + dclPostgresDAC22.dpk + 17.1 + Release + DCC32 + True + Package + VCL + Win32 + 1 + + + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + true + Cfg_2 + true + true + + + dclPostgresDAC22 + rtl;xmlrtl;dbrtl;$(DCC_UsePackage) + System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;Winapi;$(DCC_Namespace) + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + 1058 + true + All + 00400000 + true + 0 + x86 + PostgreSQL Direct Access Components + false + false + true + false + true + false + false + + + vclx;vcl;vclactnband;vclimg;vcldb;bdertl;PostgresDAC21;$(DCC_UsePackage) + $(BDS)\bin\default_app.manifest + + + false + RELEASE;$(DCC_Define) + 0 + 0 + + + DEBUG;$(DCC_Define) + + + 3 + + + + MainSource + + + + +
PSQLUpdateSQLEditForm
+
+ + +
PSQLConnForm
+
+ +
PSQLLinkFields
+
+ + +
PSQLStoredProcProp
+
+ +
SQLEditForm
+
+ +
PSQLAboutComp
+
+ + Cfg_2 + Base + + + Base + + + Cfg_1 + Base + +
+ + + Delphi.Personality.12 + Package + + + + dclPostgresDAC22.dpk + + + + True + False + 1 + 0 + 0 + 0 + False + False + False + False + False + 1058 + 1251 + + + + + 1.0.0.0 + + + + + + 1.0.0.0 + + + + + + + + True + + + + + dclPostgresDAC22.bpl + true + + + + + 1 + .dylib + + + 0 + .bpl + + + 1 + .dylib + + + 1 + .dylib + + + 1 + .dylib + + + + + 1 + .dylib + + + 0 + .dll;.bpl + + + + + 1 + + + 1 + + + 1 + + + + + + ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF + 1 + + + ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF + 1 + + + + + library\lib\mips + 1 + + + + + library\lib\x86 + 1 + + + + + 1 + + + 1 + + + 1 + + + + + + library\lib\armeabi-v7a + 1 + + + + + 1 + + + 1 + + + 1 + + + + + res\drawable-normal + 1 + + + + + res\drawable-xhdpi + 1 + + + + + 1 + + + 1 + + + 1 + + + + + res\drawable-xxhdpi + 1 + + + + + res\drawable-xlarge + 1 + + + + + res\drawable + 1 + + + + + 1 + + + 1 + + + 0 + + + + + 1 + .framework + + + 0 + + + + + res\drawable-small + 1 + + + + + + 1 + + + Contents\MacOS + 0 + + + + + classes + 1 + + + + + + 1 + + + 1 + + + 1 + + + + + res\drawable + 1 + + + + + Contents\Resources + 1 + + + + + + 1 + + + 1 + + + 1 + + + + + library\lib\armeabi-v7a + 1 + + + 1 + + + 0 + + + 1 + + + 1 + + + 1 + + + + + library\lib\armeabi + 1 + + + + + res\drawable-large + 1 + + + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + + + 1 + + + 1 + + + 1 + + + + + res\drawable-ldpi + 1 + + + + + res\values + 1 + + + + + 1 + + + 1 + + + 1 + + + + + res\drawable-mdpi + 1 + + + + + res\drawable-hdpi + 1 + + + + + 1 + + + + + + + + + + + + 12 + + + +
diff --git a/dclPostgresDAC22.res b/Packages/dclPostgresDAC22.res similarity index 100% rename from dclPostgresDAC22.res rename to Packages/dclPostgresDAC22.res diff --git a/dclPostgresDAC23.dpk b/Packages/dclPostgresDAC23.dpk similarity index 59% rename from dclPostgresDAC23.dpk rename to Packages/dclPostgresDAC23.dpk index 62cd391..047936e 100644 --- a/dclPostgresDAC23.dpk +++ b/Packages/dclPostgresDAC23.dpk @@ -1,47 +1,47 @@ -package dclPostgresDAC23; - -{$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 OFF} -{$SAFEDIVIDE OFF} -{$STACKFRAMES OFF} -{$TYPEDADDRESS OFF} -{$VARSTRINGCHECKS ON} -{$WRITEABLECONST OFF} -{$MINENUMSIZE 1} -{$IMAGEBASE $400000} -{$DEFINE DEBUG} -{$ENDIF IMPLICITBUILDING} -{$DESCRIPTION 'PostgreSQL Direct Access Components'} -{$DESIGNONLY} -{$IMPLICITBUILD ON} - -requires - dcldb, - PostgresDAC23; - -contains - PSQLupdsqled in 'PSQLupdsqled.pas' {PSQLUpdateSQLEditForm}, - PSQLCOMP in 'PSQLCOMP.pas', - PSQLConnFrm in 'PSQLConnFrm.pas' {PSQLConnForm}, - PSQLfldlinks in 'PSQLfldlinks.pas' {PSQLLinkFields}, - PSQLMigrator in 'PSQLMigrator.pas', - PSQLStoredProcFrm in 'PSQLStoredProcFrm.pas' {PSQLStoredProcProp}, - PSQLQueryEdit in 'PSQLQueryEdit.pas' {SQLEditForm}, - psqlAboutFrm in 'psqlAboutFrm.pas' {PSQLAboutComp}; - -end. - +package dclPostgresDAC23; + +{$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 OFF} +{$SAFEDIVIDE OFF} +{$STACKFRAMES OFF} +{$TYPEDADDRESS OFF} +{$VARSTRINGCHECKS ON} +{$WRITEABLECONST OFF} +{$MINENUMSIZE 1} +{$IMAGEBASE $400000} +{$DEFINE DEBUG} +{$ENDIF IMPLICITBUILDING} +{$DESCRIPTION 'PostgreSQL Direct Access Components'} +{$DESIGNONLY} +{$IMPLICITBUILD ON} + +requires + dcldb, + PostgresDAC23; + +contains + PSQLupdsqled in '..\PSQLupdsqled.pas' {PSQLUpdateSQLEditForm}, + PSQLCOMP in '..\PSQLCOMP.pas', + PSQLConnFrm in '..\PSQLConnFrm.pas' {PSQLConnForm}, + PSQLfldlinks in '..\PSQLfldlinks.pas' {PSQLLinkFields}, + PSQLMigrator in '..\PSQLMigrator.pas', + PSQLStoredProcFrm in '..\PSQLStoredProcFrm.pas' {PSQLStoredProcProp}, + PSQLQueryEdit in '..\PSQLQueryEdit.pas' {SQLEditForm}, + psqlAboutFrm in '..\psqlAboutFrm.pas' {PSQLAboutComp}; + +end. + diff --git a/dclPostgresDAC23.dproj b/Packages/dclPostgresDAC23.dproj similarity index 97% rename from dclPostgresDAC23.dproj rename to Packages/dclPostgresDAC23.dproj index 355b6fe..e21f7a8 100644 --- a/dclPostgresDAC23.dproj +++ b/Packages/dclPostgresDAC23.dproj @@ -1,502 +1,502 @@ - - - {8FF2A483-D902-4DFB-8989-F109E368A288} - dclPostgresDAC23.dpk - 18.0 - Release - DCC32 - True - Package - VCL - Win32 - 1 - - - true - - - true - Base - true - - - true - Base - true - - - true - Base - true - - - true - Cfg_2 - true - true - - - dclPostgresDAC23 - rtl;xmlrtl;dbrtl;$(DCC_UsePackage) - System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;Winapi;$(DCC_Namespace) - CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= - 1058 - true - All - 00400000 - true - 0 - x86 - PostgreSQL Direct Access Components - false - false - true - false - true - false - false - - - true - vclx;vcl;vclactnband;vclimg;vcldb;bdertl;PostgresDAC21;PostgresDAC23;$(DCC_UsePackage) - $(BDS)\bin\default_app.manifest - - - false - RELEASE;$(DCC_Define) - 0 - 0 - - - DEBUG;$(DCC_Define) - - - 3 - - - - MainSource - - - - -
PSQLUpdateSQLEditForm
-
- - -
PSQLConnForm
-
- -
PSQLLinkFields
-
- - -
PSQLStoredProcProp
-
- -
SQLEditForm
-
- -
PSQLAboutComp
-
- - Cfg_2 - Base - - - Base - - - Cfg_1 - Base - -
- - - Delphi.Personality.12 - Package - - - - dclPostgresDAC23.dpk - - - - True - False - 1 - 0 - 0 - 0 - False - False - False - False - False - 1058 - 1251 - - - - - 1.0.0.0 - - - - - - 1.0.0.0 - - - - - - - - True - - - - - dclPostgresDAC23.bpl - true - - - - - - Contents\Resources - 1 - - - - - classes - 1 - - - - - res\drawable-xxhdpi - 1 - - - - - Contents\MacOS - 0 - - - 1 - - - - - library\lib\mips - 1 - - - - - 1 - - - 1 - - - 1 - - - - - 0 - - - 1 - - - 1 - - - 1 - - - library\lib\armeabi-v7a - 1 - - - 1 - - - - - 0 - - - 1 - .framework - - - - - 1 - - - 1 - - - 1 - - - - - library\lib\x86 - 1 - - - - - ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF - 1 - - - ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF - 1 - - - - - 1 - - - 1 - - - 1 - - - - - 1 - - - 1 - - - 1 - - - - - - library\lib\armeabi - 1 - - - - - 0 - - - 1 - - - 1 - - - - - 1 - - - 1 - - - 1 - - - - - res\drawable-normal - 1 - - - - - res\drawable-xhdpi - 1 - - - - - res\drawable-large - 1 - - - - - 1 - - - 1 - - - 1 - - - - - - library\lib\armeabi-v7a - 1 - - - - - res\drawable-hdpi - 1 - - - - - - - 1 - - - 1 - - - 1 - - - - - res\values - 1 - - - - - res\drawable-small - 1 - - - - - res\drawable - 1 - - - - - 1 - - - 1 - - - 1 - - - - - 1 - - - - - res\drawable - 1 - - - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - - - library\lib\armeabi-v7a - 1 - - - - - 0 - .bpl - - - 1 - .dylib - - - 1 - .dylib - - - 1 - .dylib - - - 1 - .dylib - - - - - res\drawable-mdpi - 1 - - - - - res\drawable-xlarge - 1 - - - - - res\drawable-ldpi - 1 - - - - - 0 - .dll;.bpl - - - 1 - .dylib - - - - - - - - - - - - 12 - - - -
+ + + {8FF2A483-D902-4DFB-8989-F109E368A288} + dclPostgresDAC23.dpk + 18.0 + Release + DCC32 + True + Package + VCL + Win32 + 1 + + + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + true + Cfg_2 + true + true + + + dclPostgresDAC23 + rtl;xmlrtl;dbrtl;$(DCC_UsePackage) + System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;Winapi;$(DCC_Namespace) + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + 1058 + true + All + 00400000 + true + 0 + x86 + PostgreSQL Direct Access Components + false + false + true + false + true + false + false + + + true + vclx;vcl;vclactnband;vclimg;vcldb;bdertl;PostgresDAC21;PostgresDAC23;$(DCC_UsePackage) + $(BDS)\bin\default_app.manifest + + + false + RELEASE;$(DCC_Define) + 0 + 0 + + + DEBUG;$(DCC_Define) + + + 3 + + + + MainSource + + + + +
PSQLUpdateSQLEditForm
+
+ + +
PSQLConnForm
+
+ +
PSQLLinkFields
+
+ + +
PSQLStoredProcProp
+
+ +
SQLEditForm
+
+ +
PSQLAboutComp
+
+ + Cfg_2 + Base + + + Base + + + Cfg_1 + Base + +
+ + + Delphi.Personality.12 + Package + + + + dclPostgresDAC23.dpk + + + + True + False + 1 + 0 + 0 + 0 + False + False + False + False + False + 1058 + 1251 + + + + + 1.0.0.0 + + + + + + 1.0.0.0 + + + + + + + + True + + + + + dclPostgresDAC23.bpl + true + + + + + + Contents\Resources + 1 + + + + + classes + 1 + + + + + res\drawable-xxhdpi + 1 + + + + + Contents\MacOS + 0 + + + 1 + + + + + library\lib\mips + 1 + + + + + 1 + + + 1 + + + 1 + + + + + 0 + + + 1 + + + 1 + + + 1 + + + library\lib\armeabi-v7a + 1 + + + 1 + + + + + 0 + + + 1 + .framework + + + + + 1 + + + 1 + + + 1 + + + + + library\lib\x86 + 1 + + + + + ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF + 1 + + + ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF + 1 + + + + + 1 + + + 1 + + + 1 + + + + + 1 + + + 1 + + + 1 + + + + + + library\lib\armeabi + 1 + + + + + 0 + + + 1 + + + 1 + + + + + 1 + + + 1 + + + 1 + + + + + res\drawable-normal + 1 + + + + + res\drawable-xhdpi + 1 + + + + + res\drawable-large + 1 + + + + + 1 + + + 1 + + + 1 + + + + + + library\lib\armeabi-v7a + 1 + + + + + res\drawable-hdpi + 1 + + + + + + + 1 + + + 1 + + + 1 + + + + + res\values + 1 + + + + + res\drawable-small + 1 + + + + + res\drawable + 1 + + + + + 1 + + + 1 + + + 1 + + + + + 1 + + + + + res\drawable + 1 + + + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + + + library\lib\armeabi-v7a + 1 + + + + + 0 + .bpl + + + 1 + .dylib + + + 1 + .dylib + + + 1 + .dylib + + + 1 + .dylib + + + + + res\drawable-mdpi + 1 + + + + + res\drawable-xlarge + 1 + + + + + res\drawable-ldpi + 1 + + + + + 0 + .dll;.bpl + + + 1 + .dylib + + + + + + + + + + + + 12 + + + +
diff --git a/dclPostgresDAC23.res b/Packages/dclPostgresDAC23.res similarity index 100% rename from dclPostgresDAC23.res rename to Packages/dclPostgresDAC23.res diff --git a/dclPostgresDAC24.dpk b/Packages/dclPostgresDAC24.dpk similarity index 59% rename from dclPostgresDAC24.dpk rename to Packages/dclPostgresDAC24.dpk index bf2d44d..9649e9b 100644 --- a/dclPostgresDAC24.dpk +++ b/Packages/dclPostgresDAC24.dpk @@ -1,47 +1,47 @@ -package dclPostgresDAC24; - -{$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 OFF} -{$SAFEDIVIDE OFF} -{$STACKFRAMES OFF} -{$TYPEDADDRESS OFF} -{$VARSTRINGCHECKS ON} -{$WRITEABLECONST OFF} -{$MINENUMSIZE 1} -{$IMAGEBASE $400000} -{$DEFINE DEBUG} -{$ENDIF IMPLICITBUILDING} -{$DESCRIPTION 'PostgreSQL Direct Access Components'} -{$DESIGNONLY} -{$IMPLICITBUILD ON} - -requires - dcldb, - PostgresDAC24; - -contains - PSQLupdsqled in 'PSQLupdsqled.pas' {PSQLUpdateSQLEditForm}, - PSQLCOMP in 'PSQLCOMP.pas', - PSQLConnFrm in 'PSQLConnFrm.pas' {PSQLConnForm}, - PSQLfldlinks in 'PSQLfldlinks.pas' {PSQLLinkFields}, - PSQLMigrator in 'PSQLMigrator.pas', - PSQLStoredProcFrm in 'PSQLStoredProcFrm.pas' {PSQLStoredProcProp}, - PSQLQueryEdit in 'PSQLQueryEdit.pas' {SQLEditForm}, - psqlAboutFrm in 'psqlAboutFrm.pas' {PSQLAboutComp}; - -end. - +package dclPostgresDAC24; + +{$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 OFF} +{$SAFEDIVIDE OFF} +{$STACKFRAMES OFF} +{$TYPEDADDRESS OFF} +{$VARSTRINGCHECKS ON} +{$WRITEABLECONST OFF} +{$MINENUMSIZE 1} +{$IMAGEBASE $400000} +{$DEFINE DEBUG} +{$ENDIF IMPLICITBUILDING} +{$DESCRIPTION 'PostgreSQL Direct Access Components'} +{$DESIGNONLY} +{$IMPLICITBUILD ON} + +requires + dcldb, + PostgresDAC24; + +contains + PSQLupdsqled in '..\PSQLupdsqled.pas' {PSQLUpdateSQLEditForm}, + PSQLCOMP in '..\PSQLCOMP.pas', + PSQLConnFrm in '..\PSQLConnFrm.pas' {PSQLConnForm}, + PSQLfldlinks in '..\PSQLfldlinks.pas' {PSQLLinkFields}, + PSQLMigrator in '..\PSQLMigrator.pas', + PSQLStoredProcFrm in '..\PSQLStoredProcFrm.pas' {PSQLStoredProcProp}, + PSQLQueryEdit in '..\PSQLQueryEdit.pas' {SQLEditForm}, + psqlAboutFrm in '..\psqlAboutFrm.pas' {PSQLAboutComp}; + +end. + diff --git a/dclPostgresDAC24.dproj b/Packages/dclPostgresDAC24.dproj similarity index 97% rename from dclPostgresDAC24.dproj rename to Packages/dclPostgresDAC24.dproj index a6b439d..ba272e3 100644 --- a/dclPostgresDAC24.dproj +++ b/Packages/dclPostgresDAC24.dproj @@ -1,529 +1,529 @@ - - - {8FF2A483-D902-4DFB-8989-F109E368A288} - dclPostgresDAC24.dpk - 18.2 - Release - DCC32 - True - Package - VCL - Win32 - 1 - - - true - - - true - Base - true - - - true - Base - true - - - true - Base - true - - - true - Cfg_2 - true - true - - - dclPostgresDAC24 - rtl;xmlrtl;dbrtl;$(DCC_UsePackage) - System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;Winapi;$(DCC_Namespace) - CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= - 1058 - true - All - 00400000 - true - 0 - x86 - PostgreSQL Direct Access Components - false - false - true - false - true - false - false - - - true - vclx;vcl;vclactnband;vclimg;vcldb;bdertl;PostgresDAC21;PostgresDAC23;PostgresDAC24;$(DCC_UsePackage) - $(BDS)\bin\default_app.manifest - - - false - RELEASE;$(DCC_Define) - 0 - 0 - - - DEBUG;$(DCC_Define) - - - 3 - - - - MainSource - - - - -
PSQLUpdateSQLEditForm
-
- - -
PSQLConnForm
-
- -
PSQLLinkFields
-
- - -
PSQLStoredProcProp
-
- -
SQLEditForm
-
- -
PSQLAboutComp
-
- - Cfg_2 - Base - - - Base - - - Cfg_1 - Base - -
- - - Delphi.Personality.12 - Package - - - - dclPostgresDAC24.dpk - - - - True - False - 1 - 0 - 0 - 0 - False - False - False - False - False - 1058 - 1251 - - - - - 1.0.0.0 - - - - - - 1.0.0.0 - - - - - - - - True - - - - - dclPostgresDAC24.bpl - true - - - - - - Contents\Resources - 1 - - - - - classes - 1 - - - - - res\drawable-xxhdpi - 1 - - - - - Contents\MacOS - 0 - - - 1 - - - - - library\lib\mips - 1 - - - - - 1 - - - 1 - - - 1 - - - - - 1 - - - 1 - - - 0 - - - 1 - - - 1 - - - library\lib\armeabi-v7a - 1 - - - 1 - - - - - 0 - - - 1 - .framework - - - - - 1 - - - 1 - - - - - 1 - - - 1 - - - 1 - - - - - - ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF - 1 - - - ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF - 1 - - - - - 1 - - - 1 - - - 1 - - - - - 1 - - - 1 - - - 1 - - - - - - library\lib\armeabi - 1 - - - - - 0 - - - 1 - - - 1 - - - - - 1 - - - 1 - - - 1 - - - - - res\drawable-normal - 1 - - - - - res\drawable-xhdpi - 1 - - - - - res\drawable-large - 1 - - - - - 1 - - - 1 - - - 1 - - - - - Assets - 1 - - - Assets - 1 - - - - - - library\lib\armeabi-v7a - 1 - - - - - res\drawable-hdpi - 1 - - - - - - - Assets - 1 - - - Assets - 1 - - - - - 1 - - - 1 - - - 1 - - - - - res\values - 1 - - - - - res\drawable-small - 1 - - - - - res\drawable - 1 - - - - - 1 - - - 1 - - - 1 - - - - - 1 - - - - - res\drawable - 1 - - - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - - - library\lib\armeabi-v7a - 1 - - - - - 0 - .bpl - - - 1 - .dylib - - - 1 - .dylib - - - 1 - .dylib - - - 1 - .dylib - - - - - res\drawable-mdpi - 1 - - - - - res\drawable-xlarge - 1 - - - - - res\drawable-ldpi - 1 - - - - - 0 - .dll;.bpl - - - 1 - .dylib - - - - - - - - - - - - - 12 - - - -
+ + + {8FF2A483-D902-4DFB-8989-F109E368A288} + dclPostgresDAC24.dpk + 18.2 + Release + DCC32 + True + Package + VCL + Win32 + 1 + + + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + true + Cfg_2 + true + true + + + dclPostgresDAC24 + rtl;xmlrtl;dbrtl;$(DCC_UsePackage) + System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;Winapi;$(DCC_Namespace) + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + 1058 + true + All + 00400000 + true + 0 + x86 + PostgreSQL Direct Access Components + false + false + true + false + true + false + false + + + true + vclx;vcl;vclactnband;vclimg;vcldb;bdertl;PostgresDAC21;PostgresDAC23;PostgresDAC24;$(DCC_UsePackage) + $(BDS)\bin\default_app.manifest + + + false + RELEASE;$(DCC_Define) + 0 + 0 + + + DEBUG;$(DCC_Define) + + + 3 + + + + MainSource + + + + +
PSQLUpdateSQLEditForm
+
+ + +
PSQLConnForm
+
+ +
PSQLLinkFields
+
+ + +
PSQLStoredProcProp
+
+ +
SQLEditForm
+
+ +
PSQLAboutComp
+
+ + Cfg_2 + Base + + + Base + + + Cfg_1 + Base + +
+ + + Delphi.Personality.12 + Package + + + + dclPostgresDAC24.dpk + + + + True + False + 1 + 0 + 0 + 0 + False + False + False + False + False + 1058 + 1251 + + + + + 1.0.0.0 + + + + + + 1.0.0.0 + + + + + + + + True + + + + + dclPostgresDAC24.bpl + true + + + + + + Contents\Resources + 1 + + + + + classes + 1 + + + + + res\drawable-xxhdpi + 1 + + + + + Contents\MacOS + 0 + + + 1 + + + + + library\lib\mips + 1 + + + + + 1 + + + 1 + + + 1 + + + + + 1 + + + 1 + + + 0 + + + 1 + + + 1 + + + library\lib\armeabi-v7a + 1 + + + 1 + + + + + 0 + + + 1 + .framework + + + + + 1 + + + 1 + + + + + 1 + + + 1 + + + 1 + + + + + + ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF + 1 + + + ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF + 1 + + + + + 1 + + + 1 + + + 1 + + + + + 1 + + + 1 + + + 1 + + + + + + library\lib\armeabi + 1 + + + + + 0 + + + 1 + + + 1 + + + + + 1 + + + 1 + + + 1 + + + + + res\drawable-normal + 1 + + + + + res\drawable-xhdpi + 1 + + + + + res\drawable-large + 1 + + + + + 1 + + + 1 + + + 1 + + + + + Assets + 1 + + + Assets + 1 + + + + + + library\lib\armeabi-v7a + 1 + + + + + res\drawable-hdpi + 1 + + + + + + + Assets + 1 + + + Assets + 1 + + + + + 1 + + + 1 + + + 1 + + + + + res\values + 1 + + + + + res\drawable-small + 1 + + + + + res\drawable + 1 + + + + + 1 + + + 1 + + + 1 + + + + + 1 + + + + + res\drawable + 1 + + + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + + + library\lib\armeabi-v7a + 1 + + + + + 0 + .bpl + + + 1 + .dylib + + + 1 + .dylib + + + 1 + .dylib + + + 1 + .dylib + + + + + res\drawable-mdpi + 1 + + + + + res\drawable-xlarge + 1 + + + + + res\drawable-ldpi + 1 + + + + + 0 + .dll;.bpl + + + 1 + .dylib + + + + + + + + + + + + + 12 + + + +
diff --git a/dclPostgresDAC24.res b/Packages/dclPostgresDAC24.res similarity index 100% rename from dclPostgresDAC24.res rename to Packages/dclPostgresDAC24.res diff --git a/dclPostgresDAC25.dpk b/Packages/dclPostgresDAC25.dpk similarity index 59% rename from dclPostgresDAC25.dpk rename to Packages/dclPostgresDAC25.dpk index e633267..2a05763 100644 --- a/dclPostgresDAC25.dpk +++ b/Packages/dclPostgresDAC25.dpk @@ -1,47 +1,47 @@ -package dclPostgresDAC25; - -{$R *.res} -{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users} -{$ALIGN 8} -{$ASSERTIONS ON} -{$BOOLEVAL OFF} -{$DEBUGINFO OFF} -{$EXTENDEDSYNTAX ON} -{$IMPORTEDDATA ON} -{$IOCHECKS ON} -{$LOCALSYMBOLS OFF} -{$LONGSTRINGS ON} -{$OPENSTRINGS ON} -{$OPTIMIZATION ON} -{$OVERFLOWCHECKS OFF} -{$RANGECHECKS OFF} -{$REFERENCEINFO OFF} -{$SAFEDIVIDE OFF} -{$STACKFRAMES OFF} -{$TYPEDADDRESS OFF} -{$VARSTRINGCHECKS ON} -{$WRITEABLECONST OFF} -{$MINENUMSIZE 1} -{$IMAGEBASE $400000} -{$DEFINE RELEASE} -{$ENDIF IMPLICITBUILDING} -{$DESCRIPTION 'PostgreSQL Direct Access Components'} -{$DESIGNONLY} -{$IMPLICITBUILD ON} - -requires - dcldb, - PostgresDAC25; - -contains - PSQLupdsqled in 'PSQLupdsqled.pas' {PSQLUpdateSQLEditForm}, - PSQLCOMP in 'PSQLCOMP.pas', - PSQLConnFrm in 'PSQLConnFrm.pas' {PSQLConnForm}, - PSQLfldlinks in 'PSQLfldlinks.pas' {PSQLLinkFields}, - PSQLMigrator in 'PSQLMigrator.pas', - PSQLStoredProcFrm in 'PSQLStoredProcFrm.pas' {PSQLStoredProcProp}, - PSQLQueryEdit in 'PSQLQueryEdit.pas' {SQLEditForm}, - psqlAboutFrm in 'psqlAboutFrm.pas' {PSQLAboutComp}; - -end. - +package dclPostgresDAC25; + +{$R *.res} +{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users} +{$ALIGN 8} +{$ASSERTIONS ON} +{$BOOLEVAL OFF} +{$DEBUGINFO OFF} +{$EXTENDEDSYNTAX ON} +{$IMPORTEDDATA ON} +{$IOCHECKS ON} +{$LOCALSYMBOLS OFF} +{$LONGSTRINGS ON} +{$OPENSTRINGS ON} +{$OPTIMIZATION ON} +{$OVERFLOWCHECKS OFF} +{$RANGECHECKS OFF} +{$REFERENCEINFO OFF} +{$SAFEDIVIDE OFF} +{$STACKFRAMES OFF} +{$TYPEDADDRESS OFF} +{$VARSTRINGCHECKS ON} +{$WRITEABLECONST OFF} +{$MINENUMSIZE 1} +{$IMAGEBASE $400000} +{$DEFINE RELEASE} +{$ENDIF IMPLICITBUILDING} +{$DESCRIPTION 'PostgreSQL Direct Access Components'} +{$DESIGNONLY} +{$IMPLICITBUILD ON} + +requires + dcldb, + PostgresDAC25; + +contains + PSQLupdsqled in '..\PSQLupdsqled.pas' {PSQLUpdateSQLEditForm}, + PSQLCOMP in '..\PSQLCOMP.pas', + PSQLConnFrm in '..\PSQLConnFrm.pas' {PSQLConnForm}, + PSQLfldlinks in '..\PSQLfldlinks.pas' {PSQLLinkFields}, + PSQLMigrator in '..\PSQLMigrator.pas', + PSQLStoredProcFrm in '..\PSQLStoredProcFrm.pas' {PSQLStoredProcProp}, + PSQLQueryEdit in '..\PSQLQueryEdit.pas' {SQLEditForm}, + psqlAboutFrm in '..\psqlAboutFrm.pas' {PSQLAboutComp}; + +end. + diff --git a/dclPostgresDAC25.dproj b/Packages/dclPostgresDAC25.dproj similarity index 97% rename from dclPostgresDAC25.dproj rename to Packages/dclPostgresDAC25.dproj index 2455a61..750b872 100644 --- a/dclPostgresDAC25.dproj +++ b/Packages/dclPostgresDAC25.dproj @@ -1,533 +1,533 @@ - - - {8FF2A483-D902-4DFB-8989-F109E368A288} - dclPostgresDAC25.dpk - 18.3 - Release - DCC32 - True - Package - VCL - Win32 - 1 - - - true - - - true - Base - true - - - true - Base - true - - - true - Base - true - - - true - Cfg_2 - true - true - - - dclPostgresDAC25 - rtl;xmlrtl;dbrtl;$(DCC_UsePackage) - System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;Winapi;$(DCC_Namespace) - CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= - 1058 - true - All - 00400000 - true - 0 - x86 - PostgreSQL Direct Access Components - false - false - true - false - true - false - false - - - true - vclx;vcl;vclactnband;vclimg;vcldb;bdertl;PostgresDAC21;PostgresDAC23;PostgresDAC25;$(DCC_UsePackage) - $(BDS)\bin\default_app.manifest - - - false - RELEASE;$(DCC_Define) - 0 - 0 - - - DEBUG;$(DCC_Define) - - - 3 - - - - MainSource - - - - -
PSQLUpdateSQLEditForm
-
- - -
PSQLConnForm
-
- -
PSQLLinkFields
-
- - -
PSQLStoredProcProp
-
- -
SQLEditForm
-
- -
PSQLAboutComp
-
- - Cfg_2 - Base - - - Base - - - Cfg_1 - Base - -
- - - Delphi.Personality.12 - Package - - - - dclPostgresDAC25.dpk - - - - True - False - 1 - 0 - 0 - 0 - False - False - False - False - False - 1058 - 1251 - - - - - 1.0.0.0 - - - - - - 1.0.0.0 - - - - - - - Microsoft Office 2000 Sample Automation Server Wrapper Components - Microsoft Office XP Sample Automation Server Wrapper Components - - - - True - - - - - dclPostgresDAC25.bpl - true - - - - - 1 - - - Contents\MacOS - 0 - - - - - classes - 1 - - - - - library\lib\armeabi-v7a - 1 - - - - - library\lib\armeabi - 1 - - - - - library\lib\mips - 1 - - - - - - library\lib\armeabi-v7a - 1 - - - - - res\drawable - 1 - - - - - res\values - 1 - - - - - res\drawable - 1 - - - - - res\drawable-xxhdpi - 1 - - - - - res\drawable-ldpi - 1 - - - - - res\drawable-mdpi - 1 - - - - - res\drawable-hdpi - 1 - - - - - res\drawable-xhdpi - 1 - - - - - res\drawable-small - 1 - - - - - res\drawable-normal - 1 - - - - - res\drawable-large - 1 - - - - - res\drawable-xlarge - 1 - - - - - 1 - - - 1 - - - 0 - - - - - 1 - .framework - - - 0 - - - - - 1 - .dylib - - - 0 - .dll;.bpl - - - - - 1 - .dylib - - - 1 - .dylib - - - 1 - .dylib - - - 1 - .dylib - - - 0 - .bpl - - - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - - - 1 - - - 1 - - - 1 - - - - - 1 - - - 1 - - - 1 - - - - - 1 - - - 1 - - - 1 - - - - - 1 - - - 1 - - - 1 - - - - - 1 - - - 1 - - - 1 - - - - - 1 - - - 1 - - - 1 - - - - - 1 - - - 1 - - - 1 - - - - - 1 - - - - - ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF - 1 - - - ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF - 1 - - - - - - - - 1 - - - 1 - - - 1 - - - - - - - Contents\Resources - 1 - - - - - library\lib\armeabi-v7a - 1 - - - 1 - - - 1 - - - 1 - - - 1 - - - 1 - - - 0 - - - - - 1 - - - 1 - - - - - Assets - 1 - - - Assets - 1 - - - - - Assets - 1 - - - Assets - 1 - - - - - - - - - - - - - 12 - - - -
+ + + {8FF2A483-D902-4DFB-8989-F109E368A288} + dclPostgresDAC25.dpk + 18.3 + Release + DCC32 + True + Package + VCL + Win32 + 1 + + + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + true + Cfg_2 + true + true + + + dclPostgresDAC25 + rtl;xmlrtl;dbrtl;$(DCC_UsePackage) + System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;Winapi;$(DCC_Namespace) + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + 1058 + true + All + 00400000 + true + 0 + x86 + PostgreSQL Direct Access Components + false + false + true + false + true + false + false + + + true + vclx;vcl;vclactnband;vclimg;vcldb;bdertl;PostgresDAC21;PostgresDAC23;PostgresDAC25;$(DCC_UsePackage) + $(BDS)\bin\default_app.manifest + + + false + RELEASE;$(DCC_Define) + 0 + 0 + + + DEBUG;$(DCC_Define) + + + 3 + + + + MainSource + + + + +
PSQLUpdateSQLEditForm
+
+ + +
PSQLConnForm
+
+ +
PSQLLinkFields
+
+ + +
PSQLStoredProcProp
+
+ +
SQLEditForm
+
+ +
PSQLAboutComp
+
+ + Cfg_2 + Base + + + Base + + + Cfg_1 + Base + +
+ + + Delphi.Personality.12 + Package + + + + dclPostgresDAC25.dpk + + + + True + False + 1 + 0 + 0 + 0 + False + False + False + False + False + 1058 + 1251 + + + + + 1.0.0.0 + + + + + + 1.0.0.0 + + + + + + + Microsoft Office 2000 Sample Automation Server Wrapper Components + Microsoft Office XP Sample Automation Server Wrapper Components + + + + True + + + + + dclPostgresDAC25.bpl + true + + + + + 1 + + + Contents\MacOS + 0 + + + + + classes + 1 + + + + + library\lib\armeabi-v7a + 1 + + + + + library\lib\armeabi + 1 + + + + + library\lib\mips + 1 + + + + + + library\lib\armeabi-v7a + 1 + + + + + res\drawable + 1 + + + + + res\values + 1 + + + + + res\drawable + 1 + + + + + res\drawable-xxhdpi + 1 + + + + + res\drawable-ldpi + 1 + + + + + res\drawable-mdpi + 1 + + + + + res\drawable-hdpi + 1 + + + + + res\drawable-xhdpi + 1 + + + + + res\drawable-small + 1 + + + + + res\drawable-normal + 1 + + + + + res\drawable-large + 1 + + + + + res\drawable-xlarge + 1 + + + + + 1 + + + 1 + + + 0 + + + + + 1 + .framework + + + 0 + + + + + 1 + .dylib + + + 0 + .dll;.bpl + + + + + 1 + .dylib + + + 1 + .dylib + + + 1 + .dylib + + + 1 + .dylib + + + 0 + .bpl + + + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + + + 1 + + + 1 + + + 1 + + + + + 1 + + + 1 + + + 1 + + + + + 1 + + + 1 + + + 1 + + + + + 1 + + + 1 + + + 1 + + + + + 1 + + + 1 + + + 1 + + + + + 1 + + + 1 + + + 1 + + + + + 1 + + + 1 + + + 1 + + + + + 1 + + + + + ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF + 1 + + + ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF + 1 + + + + + + + + 1 + + + 1 + + + 1 + + + + + + + Contents\Resources + 1 + + + + + library\lib\armeabi-v7a + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 0 + + + + + 1 + + + 1 + + + + + Assets + 1 + + + Assets + 1 + + + + + Assets + 1 + + + Assets + 1 + + + + + + + + + + + + + 12 + + + +
diff --git a/dclPostgresDAC25.res b/Packages/dclPostgresDAC25.res similarity index 100% rename from dclPostgresDAC25.res rename to Packages/dclPostgresDAC25.res diff --git a/dclPostgresDAC26.dpk b/Packages/dclPostgresDAC26.dpk similarity index 59% rename from dclPostgresDAC26.dpk rename to Packages/dclPostgresDAC26.dpk index a1698d3..def1772 100644 --- a/dclPostgresDAC26.dpk +++ b/Packages/dclPostgresDAC26.dpk @@ -1,47 +1,47 @@ -package dclPostgresDAC26; - -{$R *.res} -{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users} -{$ALIGN 8} -{$ASSERTIONS ON} -{$BOOLEVAL OFF} -{$DEBUGINFO OFF} -{$EXTENDEDSYNTAX ON} -{$IMPORTEDDATA ON} -{$IOCHECKS ON} -{$LOCALSYMBOLS OFF} -{$LONGSTRINGS ON} -{$OPENSTRINGS ON} -{$OPTIMIZATION ON} -{$OVERFLOWCHECKS OFF} -{$RANGECHECKS OFF} -{$REFERENCEINFO OFF} -{$SAFEDIVIDE OFF} -{$STACKFRAMES OFF} -{$TYPEDADDRESS OFF} -{$VARSTRINGCHECKS ON} -{$WRITEABLECONST OFF} -{$MINENUMSIZE 1} -{$IMAGEBASE $400000} -{$DEFINE RELEASE} -{$ENDIF IMPLICITBUILDING} -{$DESCRIPTION 'PostgreSQL Direct Access Components'} -{$DESIGNONLY} -{$IMPLICITBUILD ON} - -requires - dcldb, - PostgresDAC26; - -contains - PSQLupdsqled in 'PSQLupdsqled.pas' {PSQLUpdateSQLEditForm}, - PSQLCOMP in 'PSQLCOMP.pas', - PSQLConnFrm in 'PSQLConnFrm.pas' {PSQLConnForm}, - PSQLfldlinks in 'PSQLfldlinks.pas' {PSQLLinkFields}, - PSQLMigrator in 'PSQLMigrator.pas', - PSQLStoredProcFrm in 'PSQLStoredProcFrm.pas' {PSQLStoredProcProp}, - PSQLQueryEdit in 'PSQLQueryEdit.pas' {SQLEditForm}, - psqlAboutFrm in 'psqlAboutFrm.pas' {PSQLAboutComp}; - -end. - +package dclPostgresDAC26; + +{$R *.res} +{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users} +{$ALIGN 8} +{$ASSERTIONS ON} +{$BOOLEVAL OFF} +{$DEBUGINFO OFF} +{$EXTENDEDSYNTAX ON} +{$IMPORTEDDATA ON} +{$IOCHECKS ON} +{$LOCALSYMBOLS OFF} +{$LONGSTRINGS ON} +{$OPENSTRINGS ON} +{$OPTIMIZATION ON} +{$OVERFLOWCHECKS OFF} +{$RANGECHECKS OFF} +{$REFERENCEINFO OFF} +{$SAFEDIVIDE OFF} +{$STACKFRAMES OFF} +{$TYPEDADDRESS OFF} +{$VARSTRINGCHECKS ON} +{$WRITEABLECONST OFF} +{$MINENUMSIZE 1} +{$IMAGEBASE $400000} +{$DEFINE RELEASE} +{$ENDIF IMPLICITBUILDING} +{$DESCRIPTION 'PostgreSQL Direct Access Components'} +{$DESIGNONLY} +{$IMPLICITBUILD ON} + +requires + dcldb, + PostgresDAC26; + +contains + PSQLupdsqled in '..\PSQLupdsqled.pas' {PSQLUpdateSQLEditForm}, + PSQLCOMP in '..\PSQLCOMP.pas', + PSQLConnFrm in '..\PSQLConnFrm.pas' {PSQLConnForm}, + PSQLfldlinks in '..\PSQLfldlinks.pas' {PSQLLinkFields}, + PSQLMigrator in '..\PSQLMigrator.pas', + PSQLStoredProcFrm in '..\PSQLStoredProcFrm.pas' {PSQLStoredProcProp}, + PSQLQueryEdit in '..\PSQLQueryEdit.pas' {SQLEditForm}, + psqlAboutFrm in '..\psqlAboutFrm.pas' {PSQLAboutComp}; + +end. + diff --git a/dclPostgresDAC26.dproj b/Packages/dclPostgresDAC26.dproj similarity index 97% rename from dclPostgresDAC26.dproj rename to Packages/dclPostgresDAC26.dproj index 4c80793..def1500 100644 --- a/dclPostgresDAC26.dproj +++ b/Packages/dclPostgresDAC26.dproj @@ -1,575 +1,575 @@ - - - {8FF2A483-D902-4DFB-8989-F109E368A288} - dclPostgresDAC26.dpk - 18.5 - Release - DCC32 - True - Package - VCL - Win32 - 1 - - - true - - - true - Base - true - - - true - Base - true - - - true - Base - true - - - true - Cfg_2 - true - true - - - dclPostgresDAC26 - rtl;xmlrtl;dbrtl;$(DCC_UsePackage) - System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;Winapi;$(DCC_Namespace) - CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= - 1058 - true - All - 00400000 - true - 0 - x86 - PostgreSQL Direct Access Components - false - false - true - false - true - false - false - - - true - vclx;vcl;vclactnband;vclimg;vcldb;bdertl;PostgresDAC21;PostgresDAC23;PostgresDAC25;PostgresDAC26;$(DCC_UsePackage) - $(BDS)\bin\default_app.manifest - - - false - RELEASE;$(DCC_Define) - 0 - 0 - - - DEBUG;$(DCC_Define) - - - 3 - - - - MainSource - - - - -
PSQLUpdateSQLEditForm
-
- - -
PSQLConnForm
-
- -
PSQLLinkFields
-
- - -
PSQLStoredProcProp
-
- -
SQLEditForm
-
- -
PSQLAboutComp
-
- - Cfg_2 - Base - - - Base - - - Cfg_1 - Base - -
- - - Delphi.Personality.12 - Package - - - - dclPostgresDAC26.dpk - - - - True - False - 1 - 0 - 0 - 0 - False - False - False - False - False - 1058 - 1251 - - - - - 1.0.0.0 - - - - - - 1.0.0.0 - - - - - - - Microsoft Office 2000 Sample Automation Server Wrapper Components - Microsoft Office XP Sample Automation Server Wrapper Components - - - - True - True - True - True - True - True - True - True - - - - - dclPostgresDAC26.bpl - true - - - - - 1 - - - 0 - - - - - classes - 1 - - - - - res\xml - 1 - - - - - library\lib\armeabi-v7a - 1 - - - - - library\lib\armeabi - 1 - - - - - library\lib\mips - 1 - - - - - - library\lib\armeabi-v7a - 1 - - - - - res\drawable - 1 - - - - - res\values - 1 - - - - - res\values-v21 - 1 - - - - - res\drawable - 1 - - - - - res\drawable-xxhdpi - 1 - - - - - res\drawable-ldpi - 1 - - - - - res\drawable-mdpi - 1 - - - - - res\drawable-hdpi - 1 - - - - - res\drawable-xhdpi - 1 - - - - - res\drawable-small - 1 - - - - - res\drawable-normal - 1 - - - - - res\drawable-large - 1 - - - - - res\drawable-xlarge - 1 - - - - - 1 - - - 1 - - - 0 - - - - - 1 - .framework - - - 1 - .framework - - - 0 - - - - - 1 - .dylib - - - 1 - .dylib - - - 0 - .dll;.bpl - - - - - 1 - .dylib - - - 1 - .dylib - - - 1 - .dylib - - - 1 - .dylib - - - 1 - .dylib - - - 0 - .bpl - - - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - - - 1 - - - 1 - - - 1 - - - - - 1 - - - 1 - - - 1 - - - - - 1 - - - 1 - - - 1 - - - - - 1 - - - 1 - - - 1 - - - - - 1 - - - 1 - - - 1 - - - - - 1 - - - 1 - - - 1 - - - - - 1 - - - 1 - - - 1 - - - - - 1 - - - - - ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF - 1 - - - ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF - 1 - - - - - - - - 1 - - - 1 - - - 1 - - - - - - - - Contents\Resources - 1 - - - Contents\Resources - 1 - - - - - library\lib\armeabi-v7a - 1 - - - 1 - - - 1 - - - 1 - - - 1 - - - 1 - - - 1 - - - 0 - - - - - 1 - - - 1 - - - - - Assets - 1 - - - Assets - 1 - - - - - Assets - 1 - - - Assets - 1 - - - - - - - - - - - - - - 12 - - - -
+ + + {8FF2A483-D902-4DFB-8989-F109E368A288} + dclPostgresDAC26.dpk + 18.5 + Release + DCC32 + True + Package + VCL + Win32 + 1 + + + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + true + Cfg_2 + true + true + + + dclPostgresDAC26 + rtl;xmlrtl;dbrtl;$(DCC_UsePackage) + System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;Winapi;$(DCC_Namespace) + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + 1058 + true + All + 00400000 + true + 0 + x86 + PostgreSQL Direct Access Components + false + false + true + false + true + false + false + + + true + vclx;vcl;vclactnband;vclimg;vcldb;bdertl;PostgresDAC21;PostgresDAC23;PostgresDAC25;PostgresDAC26;$(DCC_UsePackage) + $(BDS)\bin\default_app.manifest + + + false + RELEASE;$(DCC_Define) + 0 + 0 + + + DEBUG;$(DCC_Define) + + + 3 + + + + MainSource + + + + +
PSQLUpdateSQLEditForm
+
+ + +
PSQLConnForm
+
+ +
PSQLLinkFields
+
+ + +
PSQLStoredProcProp
+
+ +
SQLEditForm
+
+ +
PSQLAboutComp
+
+ + Cfg_2 + Base + + + Base + + + Cfg_1 + Base + +
+ + + Delphi.Personality.12 + Package + + + + dclPostgresDAC26.dpk + + + + True + False + 1 + 0 + 0 + 0 + False + False + False + False + False + 1058 + 1251 + + + + + 1.0.0.0 + + + + + + 1.0.0.0 + + + + + + + Microsoft Office 2000 Sample Automation Server Wrapper Components + Microsoft Office XP Sample Automation Server Wrapper Components + + + + True + True + True + True + True + True + True + True + + + + + dclPostgresDAC26.bpl + true + + + + + 1 + + + 0 + + + + + classes + 1 + + + + + res\xml + 1 + + + + + library\lib\armeabi-v7a + 1 + + + + + library\lib\armeabi + 1 + + + + + library\lib\mips + 1 + + + + + + library\lib\armeabi-v7a + 1 + + + + + res\drawable + 1 + + + + + res\values + 1 + + + + + res\values-v21 + 1 + + + + + res\drawable + 1 + + + + + res\drawable-xxhdpi + 1 + + + + + res\drawable-ldpi + 1 + + + + + res\drawable-mdpi + 1 + + + + + res\drawable-hdpi + 1 + + + + + res\drawable-xhdpi + 1 + + + + + res\drawable-small + 1 + + + + + res\drawable-normal + 1 + + + + + res\drawable-large + 1 + + + + + res\drawable-xlarge + 1 + + + + + 1 + + + 1 + + + 0 + + + + + 1 + .framework + + + 1 + .framework + + + 0 + + + + + 1 + .dylib + + + 1 + .dylib + + + 0 + .dll;.bpl + + + + + 1 + .dylib + + + 1 + .dylib + + + 1 + .dylib + + + 1 + .dylib + + + 1 + .dylib + + + 0 + .bpl + + + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + + + 1 + + + 1 + + + 1 + + + + + 1 + + + 1 + + + 1 + + + + + 1 + + + 1 + + + 1 + + + + + 1 + + + 1 + + + 1 + + + + + 1 + + + 1 + + + 1 + + + + + 1 + + + 1 + + + 1 + + + + + 1 + + + 1 + + + 1 + + + + + 1 + + + + + ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF + 1 + + + ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF + 1 + + + + + + + + 1 + + + 1 + + + 1 + + + + + + + + Contents\Resources + 1 + + + Contents\Resources + 1 + + + + + library\lib\armeabi-v7a + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 0 + + + + + 1 + + + 1 + + + + + Assets + 1 + + + Assets + 1 + + + + + Assets + 1 + + + Assets + 1 + + + + + + + + + + + + + + 12 + + + +
diff --git a/dclPostgresDAC27.dpk b/Packages/dclPostgresDAC27.dpk similarity index 59% rename from dclPostgresDAC27.dpk rename to Packages/dclPostgresDAC27.dpk index 5f980f8..32f0998 100644 --- a/dclPostgresDAC27.dpk +++ b/Packages/dclPostgresDAC27.dpk @@ -1,47 +1,47 @@ -package dclPostgresDAC27; - -{$R *.res} -{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users} -{$ALIGN 8} -{$ASSERTIONS ON} -{$BOOLEVAL OFF} -{$DEBUGINFO OFF} -{$EXTENDEDSYNTAX ON} -{$IMPORTEDDATA ON} -{$IOCHECKS ON} -{$LOCALSYMBOLS OFF} -{$LONGSTRINGS ON} -{$OPENSTRINGS ON} -{$OPTIMIZATION ON} -{$OVERFLOWCHECKS OFF} -{$RANGECHECKS OFF} -{$REFERENCEINFO OFF} -{$SAFEDIVIDE OFF} -{$STACKFRAMES OFF} -{$TYPEDADDRESS OFF} -{$VARSTRINGCHECKS ON} -{$WRITEABLECONST OFF} -{$MINENUMSIZE 1} -{$IMAGEBASE $400000} -{$DEFINE RELEASE} -{$ENDIF IMPLICITBUILDING} -{$DESCRIPTION 'PostgreSQL Direct Access Components'} -{$DESIGNONLY} -{$IMPLICITBUILD ON} - -requires - dcldb, - PostgresDAC27; - -contains - PSQLupdsqled in 'PSQLupdsqled.pas' {PSQLUpdateSQLEditForm}, - PSQLCOMP in 'PSQLCOMP.pas', - PSQLConnFrm in 'PSQLConnFrm.pas' {PSQLConnForm}, - PSQLfldlinks in 'PSQLfldlinks.pas' {PSQLLinkFields}, - PSQLMigrator in 'PSQLMigrator.pas', - PSQLStoredProcFrm in 'PSQLStoredProcFrm.pas' {PSQLStoredProcProp}, - PSQLQueryEdit in 'PSQLQueryEdit.pas' {SQLEditForm}, - psqlAboutFrm in 'psqlAboutFrm.pas' {PSQLAboutComp}; - -end. - +package dclPostgresDAC27; + +{$R *.res} +{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users} +{$ALIGN 8} +{$ASSERTIONS ON} +{$BOOLEVAL OFF} +{$DEBUGINFO OFF} +{$EXTENDEDSYNTAX ON} +{$IMPORTEDDATA ON} +{$IOCHECKS ON} +{$LOCALSYMBOLS OFF} +{$LONGSTRINGS ON} +{$OPENSTRINGS ON} +{$OPTIMIZATION ON} +{$OVERFLOWCHECKS OFF} +{$RANGECHECKS OFF} +{$REFERENCEINFO OFF} +{$SAFEDIVIDE OFF} +{$STACKFRAMES OFF} +{$TYPEDADDRESS OFF} +{$VARSTRINGCHECKS ON} +{$WRITEABLECONST OFF} +{$MINENUMSIZE 1} +{$IMAGEBASE $400000} +{$DEFINE RELEASE} +{$ENDIF IMPLICITBUILDING} +{$DESCRIPTION 'PostgreSQL Direct Access Components'} +{$DESIGNONLY} +{$IMPLICITBUILD ON} + +requires + dcldb, + PostgresDAC27; + +contains + PSQLupdsqled in '..\PSQLupdsqled.pas' {PSQLUpdateSQLEditForm}, + PSQLCOMP in '..\PSQLCOMP.pas', + PSQLConnFrm in '..\PSQLConnFrm.pas' {PSQLConnForm}, + PSQLfldlinks in '..\PSQLfldlinks.pas' {PSQLLinkFields}, + PSQLMigrator in '..\PSQLMigrator.pas', + PSQLStoredProcFrm in '..\PSQLStoredProcFrm.pas' {PSQLStoredProcProp}, + PSQLQueryEdit in '..\PSQLQueryEdit.pas' {SQLEditForm}, + psqlAboutFrm in '..\psqlAboutFrm.pas' {PSQLAboutComp}; + +end. + diff --git a/dclPostgresDAC27.dproj b/Packages/dclPostgresDAC27.dproj similarity index 97% rename from dclPostgresDAC27.dproj rename to Packages/dclPostgresDAC27.dproj index 19b0a1e..cdc6638 100644 --- a/dclPostgresDAC27.dproj +++ b/Packages/dclPostgresDAC27.dproj @@ -1,800 +1,800 @@ - - - {8FF2A483-D902-4DFB-8989-F109E368A288} - dclPostgresDAC27.dpk - 19.0 - Release - DCC32 - True - Package - VCL - Win32 - 1 - - - true - - - true - Base - true - - - true - Base - true - - - true - Base - true - - - true - Cfg_2 - true - true - - - dclPostgresDAC27 - rtl;xmlrtl;dbrtl;$(DCC_UsePackage) - System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;Winapi;$(DCC_Namespace) - CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= - 1058 - true - All - 00400000 - true - 0 - x86 - PostgreSQL Direct Access Components - false - false - true - false - true - false - false - - - true - vclx;vcl;vclactnband;vclimg;vcldb;bdertl;PostgresDAC21;PostgresDAC23;PostgresDAC25;PostgresDAC26;$(DCC_UsePackage) - $(BDS)\bin\default_app.manifest - - - false - RELEASE;$(DCC_Define) - 0 - 0 - - - DEBUG;$(DCC_Define) - - - 3 - - - - MainSource - - - - -
PSQLUpdateSQLEditForm
-
- - -
PSQLConnForm
-
- -
PSQLLinkFields
-
- - -
PSQLStoredProcProp
-
- -
SQLEditForm
-
- -
PSQLAboutComp
-
- - Cfg_2 - Base - - - Base - - - Cfg_1 - Base - -
- - - Delphi.Personality.12 - Package - - - - dclPostgresDAC27.dpk - - - - True - False - 1 - 0 - 0 - 0 - False - False - False - False - False - 1058 - 1251 - - - - - 1.0.0.0 - - - - - - 1.0.0.0 - - - - - - - Microsoft Office 2000 Sample Automation Server Wrapper Components - Microsoft Office XP Sample Automation Server Wrapper Components - - - - True - - - - - dclPostgresDAC27.bpl - true - - - - - 1 - - - 0 - - - - - classes - 1 - - - classes - 1 - - - - - res\xml - 1 - - - res\xml - 1 - - - - - library\lib\armeabi-v7a - 1 - - - - - library\lib\armeabi - 1 - - - library\lib\armeabi - 1 - - - - - library\lib\armeabi-v7a - 1 - - - - - library\lib\mips - 1 - - - library\lib\mips - 1 - - - - - - library\lib\armeabi-v7a - 1 - - - library\lib\arm64-v8a - 1 - - - - - library\lib\armeabi-v7a - 1 - - - - - res\drawable - 1 - - - res\drawable - 1 - - - - - res\values - 1 - - - res\values - 1 - - - - - res\values-v21 - 1 - - - res\values-v21 - 1 - - - - - res\values - 1 - - - res\values - 1 - - - - - res\drawable - 1 - - - res\drawable - 1 - - - - - res\drawable-xxhdpi - 1 - - - res\drawable-xxhdpi - 1 - - - - - res\drawable-ldpi - 1 - - - res\drawable-ldpi - 1 - - - - - res\drawable-mdpi - 1 - - - res\drawable-mdpi - 1 - - - - - res\drawable-hdpi - 1 - - - res\drawable-hdpi - 1 - - - - - res\drawable-xhdpi - 1 - - - res\drawable-xhdpi - 1 - - - - - res\drawable-mdpi - 1 - - - res\drawable-mdpi - 1 - - - - - res\drawable-hdpi - 1 - - - res\drawable-hdpi - 1 - - - - - res\drawable-xhdpi - 1 - - - res\drawable-xhdpi - 1 - - - - - res\drawable-xxhdpi - 1 - - - res\drawable-xxhdpi - 1 - - - - - res\drawable-xxxhdpi - 1 - - - res\drawable-xxxhdpi - 1 - - - - - res\drawable-small - 1 - - - res\drawable-small - 1 - - - - - res\drawable-normal - 1 - - - res\drawable-normal - 1 - - - - - res\drawable-large - 1 - - - res\drawable-large - 1 - - - - - res\drawable-xlarge - 1 - - - res\drawable-xlarge - 1 - - - - - res\values - 1 - - - res\values - 1 - - - - - 1 - - - 1 - - - 0 - - - - - 1 - .framework - - - 1 - .framework - - - 0 - - - - - 1 - .dylib - - - 1 - .dylib - - - 0 - .dll;.bpl - - - - - 1 - .dylib - - - 1 - .dylib - - - 1 - .dylib - - - 1 - .dylib - - - 1 - .dylib - - - 0 - .bpl - - - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - - - 1 - - - 1 - - - 1 - - - - - 1 - - - 1 - - - 1 - - - - - 1 - - - 1 - - - 1 - - - - - ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset - 1 - - - ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset - 1 - - - - - 1 - - - 1 - - - 1 - - - - - ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset - 1 - - - ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset - 1 - - - - - ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset - 1 - - - ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset - 1 - - - - - 1 - - - 1 - - - 1 - - - - - ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset - 1 - - - ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset - 1 - - - - - 1 - - - 1 - - - 1 - - - - - 1 - - - 1 - - - 1 - - - - - ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset - 1 - - - ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset - 1 - - - - - ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset - 1 - - - ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset - 1 - - - - - 1 - - - 1 - - - - - ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF - 1 - - - ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF - 1 - - - - - - - - - 1 - - - 1 - - - 1 - - - - - - - - Contents\Resources - 1 - - - Contents\Resources - 1 - - - - - library\lib\armeabi-v7a - 1 - - - library\lib\arm64-v8a - 1 - - - 1 - - - 1 - - - 1 - - - 1 - - - 1 - - - 1 - - - 0 - - - - - library\lib\armeabi-v7a - 1 - - - - - 1 - - - 1 - - - - - Assets - 1 - - - Assets - 1 - - - - - Assets - 1 - - - Assets - 1 - - - - - - - - - - - - - - - 12 - - - -
+ + + {8FF2A483-D902-4DFB-8989-F109E368A288} + dclPostgresDAC27.dpk + 19.0 + Release + DCC32 + True + Package + VCL + Win32 + 1 + + + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + true + Cfg_2 + true + true + + + dclPostgresDAC27 + rtl;xmlrtl;dbrtl;$(DCC_UsePackage) + System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;Winapi;$(DCC_Namespace) + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + 1058 + true + All + 00400000 + true + 0 + x86 + PostgreSQL Direct Access Components + false + false + true + false + true + false + false + + + true + vclx;vcl;vclactnband;vclimg;vcldb;bdertl;PostgresDAC21;PostgresDAC23;PostgresDAC25;PostgresDAC26;$(DCC_UsePackage) + $(BDS)\bin\default_app.manifest + + + false + RELEASE;$(DCC_Define) + 0 + 0 + + + DEBUG;$(DCC_Define) + + + 3 + + + + MainSource + + + + +
PSQLUpdateSQLEditForm
+
+ + +
PSQLConnForm
+
+ +
PSQLLinkFields
+
+ + +
PSQLStoredProcProp
+
+ +
SQLEditForm
+
+ +
PSQLAboutComp
+
+ + Cfg_2 + Base + + + Base + + + Cfg_1 + Base + +
+ + + Delphi.Personality.12 + Package + + + + dclPostgresDAC27.dpk + + + + True + False + 1 + 0 + 0 + 0 + False + False + False + False + False + 1058 + 1251 + + + + + 1.0.0.0 + + + + + + 1.0.0.0 + + + + + + + Microsoft Office 2000 Sample Automation Server Wrapper Components + Microsoft Office XP Sample Automation Server Wrapper Components + + + + True + + + + + dclPostgresDAC27.bpl + true + + + + + 1 + + + 0 + + + + + classes + 1 + + + classes + 1 + + + + + res\xml + 1 + + + res\xml + 1 + + + + + library\lib\armeabi-v7a + 1 + + + + + library\lib\armeabi + 1 + + + library\lib\armeabi + 1 + + + + + library\lib\armeabi-v7a + 1 + + + + + library\lib\mips + 1 + + + library\lib\mips + 1 + + + + + + library\lib\armeabi-v7a + 1 + + + library\lib\arm64-v8a + 1 + + + + + library\lib\armeabi-v7a + 1 + + + + + res\drawable + 1 + + + res\drawable + 1 + + + + + res\values + 1 + + + res\values + 1 + + + + + res\values-v21 + 1 + + + res\values-v21 + 1 + + + + + res\values + 1 + + + res\values + 1 + + + + + res\drawable + 1 + + + res\drawable + 1 + + + + + res\drawable-xxhdpi + 1 + + + res\drawable-xxhdpi + 1 + + + + + res\drawable-ldpi + 1 + + + res\drawable-ldpi + 1 + + + + + res\drawable-mdpi + 1 + + + res\drawable-mdpi + 1 + + + + + res\drawable-hdpi + 1 + + + res\drawable-hdpi + 1 + + + + + res\drawable-xhdpi + 1 + + + res\drawable-xhdpi + 1 + + + + + res\drawable-mdpi + 1 + + + res\drawable-mdpi + 1 + + + + + res\drawable-hdpi + 1 + + + res\drawable-hdpi + 1 + + + + + res\drawable-xhdpi + 1 + + + res\drawable-xhdpi + 1 + + + + + res\drawable-xxhdpi + 1 + + + res\drawable-xxhdpi + 1 + + + + + res\drawable-xxxhdpi + 1 + + + res\drawable-xxxhdpi + 1 + + + + + res\drawable-small + 1 + + + res\drawable-small + 1 + + + + + res\drawable-normal + 1 + + + res\drawable-normal + 1 + + + + + res\drawable-large + 1 + + + res\drawable-large + 1 + + + + + res\drawable-xlarge + 1 + + + res\drawable-xlarge + 1 + + + + + res\values + 1 + + + res\values + 1 + + + + + 1 + + + 1 + + + 0 + + + + + 1 + .framework + + + 1 + .framework + + + 0 + + + + + 1 + .dylib + + + 1 + .dylib + + + 0 + .dll;.bpl + + + + + 1 + .dylib + + + 1 + .dylib + + + 1 + .dylib + + + 1 + .dylib + + + 1 + .dylib + + + 0 + .bpl + + + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + + + 1 + + + 1 + + + 1 + + + + + 1 + + + 1 + + + 1 + + + + + 1 + + + 1 + + + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + + + 1 + + + 1 + + + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + + + 1 + + + 1 + + + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + + + 1 + + + 1 + + + 1 + + + + + 1 + + + 1 + + + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + + + 1 + + + 1 + + + + + ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF + 1 + + + ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF + 1 + + + + + + + + + 1 + + + 1 + + + 1 + + + + + + + + Contents\Resources + 1 + + + Contents\Resources + 1 + + + + + library\lib\armeabi-v7a + 1 + + + library\lib\arm64-v8a + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 0 + + + + + library\lib\armeabi-v7a + 1 + + + + + 1 + + + 1 + + + + + Assets + 1 + + + Assets + 1 + + + + + Assets + 1 + + + Assets + 1 + + + + + + + + + + + + + + + 12 + + + +
diff --git a/dclPostgresDAC28.dpk b/Packages/dclPostgresDAC28.dpk similarity index 59% rename from dclPostgresDAC28.dpk rename to Packages/dclPostgresDAC28.dpk index 11103cc..4f05323 100644 --- a/dclPostgresDAC28.dpk +++ b/Packages/dclPostgresDAC28.dpk @@ -1,47 +1,47 @@ -package dclPostgresDAC28; - -{$R *.res} -{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users} -{$ALIGN 8} -{$ASSERTIONS ON} -{$BOOLEVAL OFF} -{$DEBUGINFO OFF} -{$EXTENDEDSYNTAX ON} -{$IMPORTEDDATA ON} -{$IOCHECKS ON} -{$LOCALSYMBOLS OFF} -{$LONGSTRINGS ON} -{$OPENSTRINGS ON} -{$OPTIMIZATION ON} -{$OVERFLOWCHECKS OFF} -{$RANGECHECKS OFF} -{$REFERENCEINFO OFF} -{$SAFEDIVIDE OFF} -{$STACKFRAMES OFF} -{$TYPEDADDRESS OFF} -{$VARSTRINGCHECKS ON} -{$WRITEABLECONST OFF} -{$MINENUMSIZE 1} -{$IMAGEBASE $400000} -{$DEFINE RELEASE} -{$ENDIF IMPLICITBUILDING} -{$DESCRIPTION 'PostgreSQL Direct Access Components'} -{$DESIGNONLY} -{$IMPLICITBUILD ON} - -requires - dcldb, - PostgresDAC28; - -contains - PSQLupdsqled in 'PSQLupdsqled.pas' {PSQLUpdateSQLEditForm}, - PSQLCOMP in 'PSQLCOMP.pas', - PSQLConnFrm in 'PSQLConnFrm.pas' {PSQLConnForm}, - PSQLfldlinks in 'PSQLfldlinks.pas' {PSQLLinkFields}, - PSQLMigrator in 'PSQLMigrator.pas', - PSQLStoredProcFrm in 'PSQLStoredProcFrm.pas' {PSQLStoredProcProp}, - PSQLQueryEdit in 'PSQLQueryEdit.pas' {SQLEditForm}, - psqlAboutFrm in 'psqlAboutFrm.pas' {PSQLAboutComp}; - -end. - +package dclPostgresDAC28; + +{$R *.res} +{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users} +{$ALIGN 8} +{$ASSERTIONS ON} +{$BOOLEVAL OFF} +{$DEBUGINFO OFF} +{$EXTENDEDSYNTAX ON} +{$IMPORTEDDATA ON} +{$IOCHECKS ON} +{$LOCALSYMBOLS OFF} +{$LONGSTRINGS ON} +{$OPENSTRINGS ON} +{$OPTIMIZATION ON} +{$OVERFLOWCHECKS OFF} +{$RANGECHECKS OFF} +{$REFERENCEINFO OFF} +{$SAFEDIVIDE OFF} +{$STACKFRAMES OFF} +{$TYPEDADDRESS OFF} +{$VARSTRINGCHECKS ON} +{$WRITEABLECONST OFF} +{$MINENUMSIZE 1} +{$IMAGEBASE $400000} +{$DEFINE RELEASE} +{$ENDIF IMPLICITBUILDING} +{$DESCRIPTION 'PostgreSQL Direct Access Components'} +{$DESIGNONLY} +{$IMPLICITBUILD ON} + +requires + dcldb, + PostgresDAC28; + +contains + PSQLupdsqled in '..\PSQLupdsqled.pas' {PSQLUpdateSQLEditForm}, + PSQLCOMP in '..\PSQLCOMP.pas', + PSQLConnFrm in '..\PSQLConnFrm.pas' {PSQLConnForm}, + PSQLfldlinks in '..\PSQLfldlinks.pas' {PSQLLinkFields}, + PSQLMigrator in '..\PSQLMigrator.pas', + PSQLStoredProcFrm in '..\PSQLStoredProcFrm.pas' {PSQLStoredProcProp}, + PSQLQueryEdit in '..\PSQLQueryEdit.pas' {SQLEditForm}, + psqlAboutFrm in '..\psqlAboutFrm.pas' {PSQLAboutComp}; + +end. + diff --git a/dclPostgresDAC28.dproj b/Packages/dclPostgresDAC28.dproj similarity index 97% rename from dclPostgresDAC28.dproj rename to Packages/dclPostgresDAC28.dproj index e2b4ebd..a504d21 100644 --- a/dclPostgresDAC28.dproj +++ b/Packages/dclPostgresDAC28.dproj @@ -1,124 +1,124 @@ - - - {E689D054-F5EC-4625-8A62-86F76B288959} - dclPostgresDAC28.dpk - True - Debug - 1 - Package - None - 19.3 - Win32 - - - true - - - true - Base - true - - - true - Base - true - - - true - Base - true - - - false - false - false - false - false - 00400000 - true - true - dclPostgresDAC28 - PostgreSQL Direct Access Components - true - 1033 - CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName= - System;Xml;Data;Datasnap;Web;Soap;Winapi;Vcl;$(DCC_Namespace) - - - System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace) - Debug - true - CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName) - 1033 - PostgresDAC28;$(DCC_UsePackage) - - - RELEASE;$(DCC_Define) - 0 - false - 0 - - - DEBUG;$(DCC_Define) - false - true - true - true - - - - MainSource - - - - -
PSQLUpdateSQLEditForm
-
- - -
PSQLConnForm
-
- -
PSQLLinkFields
-
- - -
PSQLStoredProcProp
-
- -
SQLEditForm
-
- -
PSQLAboutComp
-
- - Base - - - Cfg_1 - Base - - - Cfg_2 - Base - -
- - Delphi.Personality.12 - Package - - - - dclPostgresDAC28.dpk - - - - True - False - - - 12 - - - -
+ + + {E689D054-F5EC-4625-8A62-86F76B288959} + dclPostgresDAC28.dpk + True + Debug + 1 + Package + None + 19.3 + Win32 + + + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + false + false + false + false + false + 00400000 + true + true + dclPostgresDAC28 + PostgreSQL Direct Access Components + true + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName= + System;Xml;Data;Datasnap;Web;Soap;Winapi;Vcl;$(DCC_Namespace) + + + System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace) + Debug + true + CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName) + 1033 + PostgresDAC28;$(DCC_UsePackage) + + + RELEASE;$(DCC_Define) + 0 + false + 0 + + + DEBUG;$(DCC_Define) + false + true + true + true + + + + MainSource + + + + +
PSQLUpdateSQLEditForm
+
+ + +
PSQLConnForm
+
+ +
PSQLLinkFields
+
+ + +
PSQLStoredProcProp
+
+ +
SQLEditForm
+
+ +
PSQLAboutComp
+
+ + Base + + + Cfg_1 + Base + + + Cfg_2 + Base + +
+ + Delphi.Personality.12 + Package + + + + dclPostgresDAC28.dpk + + + + True + False + + + 12 + + + +
diff --git a/Packages/dclPostgresDAC28.res b/Packages/dclPostgresDAC28.res new file mode 100644 index 0000000..d5bbab8 Binary files /dev/null and b/Packages/dclPostgresDAC28.res differ diff --git a/dclPostgresDAC5.cfg b/Packages/dclPostgresDAC5.cfg similarity index 88% rename from dclPostgresDAC5.cfg rename to Packages/dclPostgresDAC5.cfg index 79d1c2f..86ea844 100644 --- a/dclPostgresDAC5.cfg +++ b/Packages/dclPostgresDAC5.cfg @@ -1,34 +1,34 @@ --$A+ --$B- --$C+ --$D+ --$E- --$F- --$G+ --$H+ --$I+ --$J+ --$K- --$L+ --$M- --$N+ --$O+ --$P+ --$Q- --$R- --$S- --$T- --$U- --$V+ --$W- --$X+ --$YD --$Z1 --cg --AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; --H+ --W+ --M --$M16384,1048576 --K$00400000 --Z +-$A+ +-$B- +-$C+ +-$D+ +-$E- +-$F- +-$G+ +-$H+ +-$I+ +-$J+ +-$K- +-$L+ +-$M- +-$N+ +-$O+ +-$P+ +-$Q- +-$R- +-$S- +-$T- +-$U- +-$V+ +-$W- +-$X+ +-$YD +-$Z1 +-cg +-AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; +-H+ +-W+ +-M +-$M16384,1048576 +-K$00400000 +-Z diff --git a/dclPostgresDAC5.dpk b/Packages/dclPostgresDAC5.dpk similarity index 55% rename from dclPostgresDAC5.dpk rename to Packages/dclPostgresDAC5.dpk index ad0418f..21c7525 100644 --- a/dclPostgresDAC5.dpk +++ b/Packages/dclPostgresDAC5.dpk @@ -1,43 +1,43 @@ -package dclPostgresDAC5; - -{$R *.RES} -{$ALIGN ON} -{$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 ON} -{$MINENUMSIZE 1} -{$IMAGEBASE $400000} -{$DESCRIPTION 'PostgreSQL Direct Access Components'} -{$DESIGNONLY} -{$IMPLICITBUILD OFF} - -requires - PostgresDAC5, - dcldb50; - -contains - PSQLStoredProcFrm in 'PSQLStoredProcFrm.pas' {PSQLStoredProcProp}, - PSQLupdsqled in 'PSQLupdsqled.pas' {PSQLUpdateSQLEditForm}, - psqlAboutFrm in 'psqlAboutFrm.pas' {PSQLAboutComp}, - PSQLCOMP in 'PSQLCOMP.pas', - PSQLConnFrm in 'PSQLConnFrm.pas' {PSQLConnForm}, - PSQLfldlinks in 'PSQLfldlinks.pas' {PSQLLinkFields}, - PSQLMigrator in 'PSQLMigrator.pas', - PSQLQueryEdit in 'PSQLQueryEdit.pas' {SQLEditForm}; - -end. +package dclPostgresDAC5; + +{$R *.RES} +{$ALIGN ON} +{$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 ON} +{$MINENUMSIZE 1} +{$IMAGEBASE $400000} +{$DESCRIPTION 'PostgreSQL Direct Access Components'} +{$DESIGNONLY} +{$IMPLICITBUILD OFF} + +requires + PostgresDAC5, + dcldb50; + +contains + PSQLStoredProcFrm in '..\PSQLStoredProcFrm.pas' {PSQLStoredProcProp}, + PSQLupdsqled in '..\PSQLupdsqled.pas' {PSQLUpdateSQLEditForm}, + psqlAboutFrm in '..\psqlAboutFrm.pas' {PSQLAboutComp}, + PSQLCOMP in '..\PSQLCOMP.pas', + PSQLConnFrm in '..\PSQLConnFrm.pas' {PSQLConnForm}, + PSQLfldlinks in '..\PSQLfldlinks.pas' {PSQLLinkFields}, + PSQLMigrator in '..\PSQLMigrator.pas', + PSQLQueryEdit in '..\PSQLQueryEdit.pas' {SQLEditForm}; + +end. diff --git a/dclPostgresDAC5.res b/Packages/dclPostgresDAC5.res similarity index 100% rename from dclPostgresDAC5.res rename to Packages/dclPostgresDAC5.res diff --git a/dclPostgresDAC6.cfg b/Packages/dclPostgresDAC6.cfg similarity index 87% rename from dclPostgresDAC6.cfg rename to Packages/dclPostgresDAC6.cfg index 876bbcc..f4388db 100644 --- a/dclPostgresDAC6.cfg +++ b/Packages/dclPostgresDAC6.cfg @@ -1,35 +1,35 @@ --$A8 --$B- --$C+ --$D+ --$E- --$F- --$G+ --$H+ --$I+ --$J- --$K- --$L+ --$M- --$N+ --$O+ --$P+ --$Q- --$R- --$S- --$T- --$U- --$V+ --$W- --$X+ --$YD --$Z1 --GD --cg --AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; --H+ --W+ --M --$M16384,1048576 --K$00400000 --Z +-$A8 +-$B- +-$C+ +-$D+ +-$E- +-$F- +-$G+ +-$H+ +-$I+ +-$J- +-$K- +-$L+ +-$M- +-$N+ +-$O+ +-$P+ +-$Q- +-$R- +-$S- +-$T- +-$U- +-$V+ +-$W- +-$X+ +-$YD +-$Z1 +-GD +-cg +-AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; +-H+ +-W+ +-M +-$M16384,1048576 +-K$00400000 +-Z diff --git a/dclPostgresDAC6.dpk b/Packages/dclPostgresDAC6.dpk similarity index 55% rename from dclPostgresDAC6.dpk rename to Packages/dclPostgresDAC6.dpk index d180a31..21242c4 100644 --- a/dclPostgresDAC6.dpk +++ b/Packages/dclPostgresDAC6.dpk @@ -1,43 +1,43 @@ -package dclPostgresDAC6; - -{$R *.res} -{$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} -{$DESCRIPTION 'PostgreSQL Direct Access Components'} -{$DESIGNONLY} -{$IMPLICITBUILD OFF} - -requires - PostgresDAC6, - dcldb; - -contains - PSQLStoredProcFrm in 'PSQLStoredProcFrm.pas' {PSQLStoredProcProp}, - PSQLupdsqled in 'PSQLupdsqled.pas' {PSQLUpdateSQLEditForm}, - psqlAboutFrm in 'psqlAboutFrm.pas' {PSQLAboutComp}, - PSQLCOMP in 'PSQLCOMP.pas', - PSQLConnFrm in 'PSQLConnFrm.pas' {PSQLConnForm}, - PSQLfldlinks in 'PSQLfldlinks.pas' {PSQLLinkFields}, - PSQLMigrator in 'PSQLMigrator.pas', - PSQLQueryEdit in 'PSQLQueryEdit.pas' {SQLEditForm}; - -end. +package dclPostgresDAC6; + +{$R *.res} +{$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} +{$DESCRIPTION 'PostgreSQL Direct Access Components'} +{$DESIGNONLY} +{$IMPLICITBUILD OFF} + +requires + PostgresDAC6, + dcldb; + +contains + PSQLStoredProcFrm in '..\PSQLStoredProcFrm.pas' {PSQLStoredProcProp}, + PSQLupdsqled in '..\PSQLupdsqled.pas' {PSQLUpdateSQLEditForm}, + psqlAboutFrm in '..\psqlAboutFrm.pas' {PSQLAboutComp}, + PSQLCOMP in '..\PSQLCOMP.pas', + PSQLConnFrm in '..\PSQLConnFrm.pas' {PSQLConnForm}, + PSQLfldlinks in '..\PSQLfldlinks.pas' {PSQLLinkFields}, + PSQLMigrator in '..\PSQLMigrator.pas', + PSQLQueryEdit in '..\PSQLQueryEdit.pas' {SQLEditForm}; + +end. diff --git a/dclPostgresDAC6.res b/Packages/dclPostgresDAC6.res similarity index 100% rename from dclPostgresDAC6.res rename to Packages/dclPostgresDAC6.res diff --git a/dclPostgresDAC7.cfg b/Packages/dclPostgresDAC7.cfg similarity index 90% rename from dclPostgresDAC7.cfg rename to Packages/dclPostgresDAC7.cfg index 7f2f17d..3eca70f 100644 --- a/dclPostgresDAC7.cfg +++ b/Packages/dclPostgresDAC7.cfg @@ -1,40 +1,40 @@ --$A8 --$B- --$C+ --$D+ --$E- --$F- --$G+ --$H+ --$I+ --$J- --$K- --$L+ --$M- --$N+ --$O+ --$P+ --$Q- --$R- --$S- --$T- --$U- --$V+ --$W- --$X+ --$YD --$Z1 --GD --cg --AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; --H+ --W+ --M --$M16384,1048576 --K$00400000 --LE"c:\program files\borland\delphi7\Projects\Bpl" --LN"c:\program files\borland\delphi7\Projects\Bpl" --Z --w-UNSAFE_TYPE --w-UNSAFE_CODE --w-UNSAFE_CAST +-$A8 +-$B- +-$C+ +-$D+ +-$E- +-$F- +-$G+ +-$H+ +-$I+ +-$J- +-$K- +-$L+ +-$M- +-$N+ +-$O+ +-$P+ +-$Q- +-$R- +-$S- +-$T- +-$U- +-$V+ +-$W- +-$X+ +-$YD +-$Z1 +-GD +-cg +-AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; +-H+ +-W+ +-M +-$M16384,1048576 +-K$00400000 +-LE"c:\program files\borland\delphi7\Projects\Bpl" +-LN"c:\program files\borland\delphi7\Projects\Bpl" +-Z +-w-UNSAFE_TYPE +-w-UNSAFE_CODE +-w-UNSAFE_CAST diff --git a/dclPostgresDAC7.dpk b/Packages/dclPostgresDAC7.dpk similarity index 55% rename from dclPostgresDAC7.dpk rename to Packages/dclPostgresDAC7.dpk index 931de70..11d1742 100644 --- a/dclPostgresDAC7.dpk +++ b/Packages/dclPostgresDAC7.dpk @@ -1,43 +1,43 @@ -package dclPostgresDAC7; - -{$R *.res} -{$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} -{$DESCRIPTION 'PostgreSQL Direct Access Components'} -{$DESIGNONLY} -{$IMPLICITBUILD OFF} - -requires - PostgresDAC7, - dcldb; - -contains - PSQLStoredProcFrm in 'PSQLStoredProcFrm.pas' {PSQLStoredProcProp}, - PSQLupdsqled in 'PSQLupdsqled.pas' {PSQLUpdateSQLEditForm}, - psqlAboutFrm in 'psqlAboutFrm.pas' {PSQLAboutComp}, - PSQLCOMP in 'PSQLCOMP.pas', - PSQLConnFrm in 'PSQLConnFrm.pas' {PSQLConnForm}, - PSQLfldlinks in 'PSQLfldlinks.pas' {PSQLLinkFields}, - PSQLMigrator in 'PSQLMigrator.pas', - PSQLQueryEdit in 'PSQLQueryEdit.pas' {SQLEditForm}; - -end. +package dclPostgresDAC7; + +{$R *.res} +{$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} +{$DESCRIPTION 'PostgreSQL Direct Access Components'} +{$DESIGNONLY} +{$IMPLICITBUILD OFF} + +requires + PostgresDAC7, + dcldb; + +contains + PSQLStoredProcFrm in '..\PSQLStoredProcFrm.pas' {PSQLStoredProcProp}, + PSQLupdsqled in '..\PSQLupdsqled.pas' {PSQLUpdateSQLEditForm}, + psqlAboutFrm in '..\psqlAboutFrm.pas' {PSQLAboutComp}, + PSQLCOMP in '..\PSQLCOMP.pas', + PSQLConnFrm in '..\PSQLConnFrm.pas' {PSQLConnForm}, + PSQLfldlinks in '..\PSQLfldlinks.pas' {PSQLLinkFields}, + PSQLMigrator in '..\PSQLMigrator.pas', + PSQLQueryEdit in '..\PSQLQueryEdit.pas' {SQLEditForm}; + +end. diff --git a/dclPostgresDAC7.res b/Packages/dclPostgresDAC7.res similarity index 100% rename from dclPostgresDAC7.res rename to Packages/dclPostgresDAC7.res diff --git a/dclPostgresDAC9.bdsproj b/Packages/dclPostgresDAC9.bdsproj similarity index 95% rename from dclPostgresDAC9.bdsproj rename to Packages/dclPostgresDAC9.bdsproj index 17dcd62..bd36abb 100644 --- a/dclPostgresDAC9.bdsproj +++ b/Packages/dclPostgresDAC9.bdsproj @@ -1,167 +1,166 @@ - - - - - - - - - - - - dclPostgresDAC9.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 - True - False - False - False - True - True - True - - - 0 - 0 - 1 - False - False - False - 16384 - 1048576 - 4194304 - PostgreSQL Direct Access Components - - - - - - - - - - - False - - - - - - False - - - - - - False - - - - $00000000 - - - - True - False - 1 - 0 - 0 - 0 - False - False - False - False - False - 1049 - 1251 - - - 1.0.0.0 - 1.0.0.0 - - MicroOLAP PostgresDAC - - - + + + + + + + + + + + + dclPostgresDAC9.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 + True + False + False + False + True + True + True + + + 0 + 0 + 1 + False + False + False + 16384 + 1048576 + 4194304 + PostgreSQL Direct Access Components + + + + + + + + + + + False + + + + + + False + + + + + + False + + + + $00000000 + + + + True + False + 1 + 0 + 0 + 0 + False + False + False + False + False + 1049 + 1251 + + + 1.0.0.0 + 1.0.0.0 + + + + diff --git a/dclPostgresDAC9.cfg b/Packages/dclPostgresDAC9.cfg similarity index 88% rename from dclPostgresDAC9.cfg rename to Packages/dclPostgresDAC9.cfg index 61b0a24..1ad369f 100644 --- a/dclPostgresDAC9.cfg +++ b/Packages/dclPostgresDAC9.cfg @@ -1,37 +1,37 @@ --$A8 --$B- --$C+ --$D+ --$E- --$F- --$G+ --$H+ --$I+ --$J- --$K- --$L+ --$M- --$N+ --$O+ --$P+ --$Q- --$R- --$S- --$T- --$U- --$V+ --$W- --$X+ --$YD --$Z1 --cg --AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; --H+ --W+ --M --$M16384,1048576 --K$00400000 --Z --w-UNSAFE_TYPE --w-UNSAFE_CODE --w-UNSAFE_CAST +-$A8 +-$B- +-$C+ +-$D+ +-$E- +-$F- +-$G+ +-$H+ +-$I+ +-$J- +-$K- +-$L+ +-$M- +-$N+ +-$O+ +-$P+ +-$Q- +-$R- +-$S- +-$T- +-$U- +-$V+ +-$W- +-$X+ +-$YD +-$Z1 +-cg +-AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; +-H+ +-W+ +-M +-$M16384,1048576 +-K$00400000 +-Z +-w-UNSAFE_TYPE +-w-UNSAFE_CODE +-w-UNSAFE_CAST diff --git a/dclPostgresDAC9.dpk b/Packages/dclPostgresDAC9.dpk similarity index 55% rename from dclPostgresDAC9.dpk rename to Packages/dclPostgresDAC9.dpk index 3ef330d..1fcdd26 100644 --- a/dclPostgresDAC9.dpk +++ b/Packages/dclPostgresDAC9.dpk @@ -1,43 +1,43 @@ -package dclPostgresDAC9; - -{$R *.res} -{$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} -{$DESCRIPTION 'PostgreSQL Direct Access Components'} -{$DESIGNONLY} -{$IMPLICITBUILD OFF} - -requires - PostgresDAC9, - dcldb; - -contains - PSQLStoredProcFrm in 'PSQLStoredProcFrm.pas' {PSQLStoredProcProp}, - PSQLupdsqled in 'PSQLupdsqled.pas' {PSQLUpdateSQLEditForm}, - psqlAboutFrm in 'psqlAboutFrm.pas' {PSQLAboutComp}, - PSQLCOMP in 'PSQLCOMP.pas', - PSQLConnFrm in 'PSQLConnFrm.pas' {PSQLConnForm}, - PSQLfldlinks in 'PSQLfldlinks.pas' {PSQLLinkFields}, - PSQLMigrator in 'PSQLMigrator.pas', - PSQLQueryEdit in 'PSQLQueryEdit.pas' {SQLEditForm}; - -end. +package dclPostgresDAC9; + +{$R *.res} +{$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} +{$DESCRIPTION 'PostgreSQL Direct Access Components'} +{$DESIGNONLY} +{$IMPLICITBUILD OFF} + +requires + PostgresDAC9, + dcldb; + +contains + PSQLStoredProcFrm in '..\PSQLStoredProcFrm.pas' {PSQLStoredProcProp}, + PSQLupdsqled in '..\PSQLupdsqled.pas' {PSQLUpdateSQLEditForm}, + psqlAboutFrm in '..\psqlAboutFrm.pas' {PSQLAboutComp}, + PSQLCOMP in '..\PSQLCOMP.pas', + PSQLConnFrm in '..\PSQLConnFrm.pas' {PSQLConnForm}, + PSQLfldlinks in '..\PSQLfldlinks.pas' {PSQLLinkFields}, + PSQLMigrator in '..\PSQLMigrator.pas', + PSQLQueryEdit in '..\PSQLQueryEdit.pas' {SQLEditForm}; + +end. diff --git a/dclPostgresDAC9.res b/Packages/dclPostgresDAC9.res similarity index 100% rename from dclPostgresDAC9.res rename to Packages/dclPostgresDAC9.res diff --git a/dclPostgresDACB5.bpk b/Packages/dclPostgresDACB5.bpk similarity index 92% rename from dclPostgresDACB5.bpk rename to Packages/dclPostgresDACB5.bpk index 348c238..affc84e 100644 --- a/dclPostgresDACB5.bpk +++ b/Packages/dclPostgresDACB5.bpk @@ -1,124 +1,121 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -[Version Info] -IncludeVerInfo=1 -AutoIncBuild=0 -MajorVer=1 -MinorVer=0 -Release=0 -Build=0 -Debug=0 -PreRelease=0 -Special=0 -Private=0 -DLL=0 -Locale=1049 -CodePage=1251 - -[Version Info Keys] -CompanyName= -FileDescription= -FileVersion=1.0.0.0 -InternalName= -LegalCopyright= -LegalTrademarks= -OriginalFilename= -ProductName= -ProductVersion=1.0.0.0 -Comments= - -[Excluded Packages] -C:\Program Files\MicroOLAP PostgresDAC\Packages\C++ Builder 5\PostgresDACB5.bpl=MicroOLAP PostgresDAC - -[HistoryLists\hlIncludePath] -Count=2 -Item0=$(BCB)\include;$(BCB)\include\vcl;$(BCB)\source\toolsapi -Item1=$(BCB)\include;$(BCB)\include\vcl - -[HistoryLists\hlLibraryPath] -Count=2 -Item0=$(BCB)\projects\lib;$(BCB)\lib\obj;$(BCB)\lib;$(BCB)\source\toolsapi -Item1=$(BCB)\projects\lib;$(BCB)\lib\obj;$(BCB)\lib - -[HistoryLists\hlDebugSourcePath] -Count=1 -Item0=$(BCB)\source\vcl - -[HistoryLists\hlConditionals] -Count=1 -Item0=_DEBUG - -[Debugging] -DebugSourceDirs=$(BCB)\source\vcl - -[Parameters] -RunParams= -HostApplication= -RemoteHost= -RemotePath= -RemoteDebug=0 - -[Compiler] -ShowInfoMsgs=0 -LinkDebugVcl=0 -LinkCGLIB=0 - -[CORBA] -AddServerUnit=1 -AddClientUnit=1 -PrecompiledHeaders=1 - -[Language] -ActiveLang= -ProjectLang= -RootDir= - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +[Version Info] +IncludeVerInfo=1 +AutoIncBuild=0 +MajorVer=1 +MinorVer=0 +Release=0 +Build=0 +Debug=0 +PreRelease=0 +Special=0 +Private=0 +DLL=0 +Locale=1049 +CodePage=1251 + +[Version Info Keys] +CompanyName= +FileDescription= +FileVersion=1.0.0.0 +InternalName= +LegalCopyright= +LegalTrademarks= +OriginalFilename= +ProductName= +ProductVersion=1.0.0.0 +Comments= + +[HistoryLists\hlIncludePath] +Count=2 +Item0=$(BCB)\include;$(BCB)\include\vcl;$(BCB)\source\toolsapi +Item1=$(BCB)\include;$(BCB)\include\vcl + +[HistoryLists\hlLibraryPath] +Count=2 +Item0=$(BCB)\projects\lib;$(BCB)\lib\obj;$(BCB)\lib;$(BCB)\source\toolsapi +Item1=$(BCB)\projects\lib;$(BCB)\lib\obj;$(BCB)\lib + +[HistoryLists\hlDebugSourcePath] +Count=1 +Item0=$(BCB)\source\vcl + +[HistoryLists\hlConditionals] +Count=1 +Item0=_DEBUG + +[Debugging] +DebugSourceDirs=$(BCB)\source\vcl + +[Parameters] +RunParams= +HostApplication= +RemoteHost= +RemotePath= +RemoteDebug=0 + +[Compiler] +ShowInfoMsgs=0 +LinkDebugVcl=0 +LinkCGLIB=0 + +[CORBA] +AddServerUnit=1 +AddClientUnit=1 +PrecompiledHeaders=1 + +[Language] +ActiveLang= +ProjectLang= +RootDir= + + + diff --git a/dclPostgresDACB5.cpp b/Packages/dclPostgresDACB5.cpp similarity index 97% rename from dclPostgresDACB5.cpp rename to Packages/dclPostgresDACB5.cpp index 82f00a1..6d177dc 100644 --- a/dclPostgresDACB5.cpp +++ b/Packages/dclPostgresDACB5.cpp @@ -1,31 +1,31 @@ -//--------------------------------------------------------------------------- - -#include -#pragma hdrstop -USERES("dclPostgresDACB5.res"); -USEPACKAGE("vcl50.bpi"); -USEPACKAGE("dsnide50.bpi"); -USEFORMNS("PSQLupdsqled.pas", Psqlupdsqled, PSQLUpdateSQLEditForm); -USEUNIT("PSQLCOMP.pas"); -USEFORMNS("PSQLConnFrm.pas", Psqlconnfrm, PSQLConnForm); -USEFORMNS("PSQLQueryEdit.pas", PSQLQueryEdit, SQLEditForm); -USEFORMNS("PSQLfldlinks.pas", Psqlfldlinks, PSQLLinkFields); -USEUNIT("PSQLMigrator.pas"); -USEFORMNS("PSQLStoredProcFrm.pas", Psqlstoredprocfrm, PSQLStoredProcProp); -USEPACKAGE("PostgresDACB5.bpi"); -USEPACKAGE("dcldb50.bpi"); -USEPACKAGE("Vcldb50.bpi"); -USEPACKAGE("Vclbde50.bpi"); -//--------------------------------------------------------------------------- -#pragma package(smart_init) -//--------------------------------------------------------------------------- - -// Package source. -//--------------------------------------------------------------------------- - -#pragma argsused -int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*) -{ - return 1; -} -//--------------------------------------------------------------------------- +//--------------------------------------------------------------------------- + +#include +#pragma hdrstop +USERES("dclPostgresDACB5.res"); +USEPACKAGE("vcl50.bpi"); +USEPACKAGE("dsnide50.bpi"); +USEFORMNS("PSQLupdsqled.pas", Psqlupdsqled, PSQLUpdateSQLEditForm); +USEUNIT("PSQLCOMP.pas"); +USEFORMNS("PSQLConnFrm.pas", Psqlconnfrm, PSQLConnForm); +USEFORMNS("PSQLQueryEdit.pas", PSQLQueryEdit, SQLEditForm); +USEFORMNS("PSQLfldlinks.pas", Psqlfldlinks, PSQLLinkFields); +USEUNIT("PSQLMigrator.pas"); +USEFORMNS("PSQLStoredProcFrm.pas", Psqlstoredprocfrm, PSQLStoredProcProp); +USEPACKAGE("PostgresDACB5.bpi"); +USEPACKAGE("dcldb50.bpi"); +USEPACKAGE("Vcldb50.bpi"); +USEPACKAGE("Vclbde50.bpi"); +//--------------------------------------------------------------------------- +#pragma package(smart_init) +//--------------------------------------------------------------------------- + +// Package source. +//--------------------------------------------------------------------------- + +#pragma argsused +int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*) +{ + return 1; +} +//--------------------------------------------------------------------------- diff --git a/dclPostgresDACB5.res b/Packages/dclPostgresDACB5.res similarity index 100% rename from dclPostgresDACB5.res rename to Packages/dclPostgresDACB5.res diff --git a/dclPostgresDACB6.bpk b/Packages/dclPostgresDACB6.bpk similarity index 97% rename from dclPostgresDACB6.bpk rename to Packages/dclPostgresDACB6.bpk index 9d267ec..d25e8f4 100644 --- a/dclPostgresDACB6.bpk +++ b/Packages/dclPostgresDACB6.bpk @@ -1,169 +1,169 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -[Version Info] -IncludeVerInfo=1 -AutoIncBuild=0 -MajorVer=1 -MinorVer=0 -Release=0 -Build=0 -Debug=0 -PreRelease=0 -Special=0 -Private=0 -DLL=0 -Locale=1049 -CodePage=1251 - -[Version Info Keys] -CompanyName= -FileDescription= -FileVersion=1.0.0.0 -InternalName= -LegalCopyright= -LegalTrademarks= -OriginalFilename= -ProductName= -ProductVersion=1.0.0.0 -Comments= - -[HistoryLists\hlIncludePath] -Count=3 -Item0=D:\Borland\CBuilder6\Projects;$(BCB)\include;$(BCB)\include\vcl;$(BCB)\source\toolsapi -Item1=D:\Borland\CBuilder6\Projects;$(BCB)\include;$(BCB)\include\vcl;$(BCB)\sources\toolsapi -Item2=D:\Borland\CBuilder6\Projects;$(BCB)\include;$(BCB)\include\vcl - -[HistoryLists\hlLibraryPath] -Count=3 -Item0=$(BCB)\Projects\Lib;D:\Borland\CBuilder6\Projects;$(BCB)\lib\obj;$(BCB)\lib;$(BCB)\source\toolsapi -Item1=$(BCB)\Projects\Lib;D:\Borland\CBuilder6\Projects;$(BCB)\lib\obj;$(BCB)\lib;$(BCB)\sources\toolsapi -Item2=$(BCB)\Projects\Lib;D:\Borland\CBuilder6\Projects;$(BCB)\lib\obj;$(BCB)\lib - -[HistoryLists\hlDebugSourcePath] -Count=1 -Item0=$(BCB)\source\vcl - -[HistoryLists\hlConditionals] -Count=1 -Item0=_DEBUG - -[Debugging] -DebugSourceDirs=$(BCB)\source\vcl - -[Parameters] -RunParams= -Launcher= -UseLauncher=0 -DebugCWD= -HostApplication= -RemoteHost= -RemotePath= -RemoteLauncher= -RemoteCWD= -RemoteDebug=0 - -[Compiler] -ShowInfoMsgs=0 -LinkDebugVcl=0 -LinkCGLIB=0 - -[CORBA] -AddServerUnit=1 -AddClientUnit=1 -PrecompiledHeaders=1 - -[Language] -ActiveLang= -ProjectLang= -RootDir= - -[Linker] -LibPrefix= -LibSuffix= -LibVersion= - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +[Version Info] +IncludeVerInfo=1 +AutoIncBuild=0 +MajorVer=1 +MinorVer=0 +Release=0 +Build=0 +Debug=0 +PreRelease=0 +Special=0 +Private=0 +DLL=0 +Locale=1049 +CodePage=1251 + +[Version Info Keys] +CompanyName= +FileDescription= +FileVersion=1.0.0.0 +InternalName= +LegalCopyright= +LegalTrademarks= +OriginalFilename= +ProductName= +ProductVersion=1.0.0.0 +Comments= + +[HistoryLists\hlIncludePath] +Count=3 +Item0=D:\Borland\CBuilder6\Projects;$(BCB)\include;$(BCB)\include\vcl;$(BCB)\source\toolsapi +Item1=D:\Borland\CBuilder6\Projects;$(BCB)\include;$(BCB)\include\vcl;$(BCB)\sources\toolsapi +Item2=D:\Borland\CBuilder6\Projects;$(BCB)\include;$(BCB)\include\vcl + +[HistoryLists\hlLibraryPath] +Count=3 +Item0=$(BCB)\Projects\Lib;D:\Borland\CBuilder6\Projects;$(BCB)\lib\obj;$(BCB)\lib;$(BCB)\source\toolsapi +Item1=$(BCB)\Projects\Lib;D:\Borland\CBuilder6\Projects;$(BCB)\lib\obj;$(BCB)\lib;$(BCB)\sources\toolsapi +Item2=$(BCB)\Projects\Lib;D:\Borland\CBuilder6\Projects;$(BCB)\lib\obj;$(BCB)\lib + +[HistoryLists\hlDebugSourcePath] +Count=1 +Item0=$(BCB)\source\vcl + +[HistoryLists\hlConditionals] +Count=1 +Item0=_DEBUG + +[Debugging] +DebugSourceDirs=$(BCB)\source\vcl + +[Parameters] +RunParams= +Launcher= +UseLauncher=0 +DebugCWD= +HostApplication= +RemoteHost= +RemotePath= +RemoteLauncher= +RemoteCWD= +RemoteDebug=0 + +[Compiler] +ShowInfoMsgs=0 +LinkDebugVcl=0 +LinkCGLIB=0 + +[CORBA] +AddServerUnit=1 +AddClientUnit=1 +PrecompiledHeaders=1 + +[Language] +ActiveLang= +ProjectLang= +RootDir= + +[Linker] +LibPrefix= +LibSuffix= +LibVersion= + + + diff --git a/dclPostgresDACB6.cpp b/Packages/dclPostgresDACB6.cpp similarity index 97% rename from dclPostgresDACB6.cpp rename to Packages/dclPostgresDACB6.cpp index 4572088..45b8a04 100644 --- a/dclPostgresDACB6.cpp +++ b/Packages/dclPostgresDACB6.cpp @@ -1,22 +1,22 @@ -//--------------------------------------------------------------------------- - -#include -#pragma hdrstop -USEFORMNS("PSQLupdsqled.pas", Psqlupdsqled, PSQLUpdateSQLEditForm); -USEFORMNS("PSQLConnFrm.pas", Psqlconnfrm, PSQLConnForm); -USEFORMNS("PSQLfldlinks.pas", Psqlfldlinks, PSQLLinkFields); -USEFORMNS("PSQLStoredProcFrm.pas", Psqlstoredprocfrm, PSQLStoredProcProp); -USEFORMNS("PSQLQueryEdit.pas", PSQLQueryEdit, SQLEditForm); -//--------------------------------------------------------------------------- -#pragma package(smart_init) -//--------------------------------------------------------------------------- - -// Package source. -//--------------------------------------------------------------------------- - -#pragma argsused -int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*) -{ - return 1; -} -//--------------------------------------------------------------------------- +//--------------------------------------------------------------------------- + +#include +#pragma hdrstop +USEFORMNS("PSQLupdsqled.pas", Psqlupdsqled, PSQLUpdateSQLEditForm); +USEFORMNS("PSQLConnFrm.pas", Psqlconnfrm, PSQLConnForm); +USEFORMNS("PSQLfldlinks.pas", Psqlfldlinks, PSQLLinkFields); +USEFORMNS("PSQLStoredProcFrm.pas", Psqlstoredprocfrm, PSQLStoredProcProp); +USEFORMNS("PSQLQueryEdit.pas", PSQLQueryEdit, SQLEditForm); +//--------------------------------------------------------------------------- +#pragma package(smart_init) +//--------------------------------------------------------------------------- + +// Package source. +//--------------------------------------------------------------------------- + +#pragma argsused +int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*) +{ + return 1; +} +//--------------------------------------------------------------------------- diff --git a/dclPostgresDACB6.res b/Packages/dclPostgresDACB6.res similarity index 100% rename from dclPostgresDACB6.res rename to Packages/dclPostgresDACB6.res diff --git a/dclPostgresDACL.lpk b/Packages/dclPostgresDACL.lpk similarity index 95% rename from dclPostgresDACL.lpk rename to Packages/dclPostgresDACL.lpk index af9a50d..6792508 100644 --- a/dclPostgresDACL.lpk +++ b/Packages/dclPostgresDACL.lpk @@ -1,98 +1,98 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dclPostgresDACL.pas b/Packages/dclPostgresDACL.pas similarity index 95% rename from dclPostgresDACL.pas rename to Packages/dclPostgresDACL.pas index 4a92ca3..e517d77 100644 --- a/dclPostgresDACL.pas +++ b/Packages/dclPostgresDACL.pas @@ -1,22 +1,22 @@ -{ This file was automatically created by Lazarus. Do not edit! - This source is only used to compile and install the package. - } - -unit dclPostgresDACL; - -interface - -uses - PSQLCOMP, PSQLConnFrm, PSQLQueryEdit, PSQLfldlinks, PSQLStoredProcFrm, - PSQLupdsqled, psqlAboutFrm, LazarusPackageIntf; - -implementation - -procedure Register; -begin - RegisterUnit('PSQLCOMP', @PSQLCOMP.Register); -end; - -initialization - RegisterPackage('dclPostgresDACL', @Register); -end. +{ This file was automatically created by Lazarus. Do not edit! + This source is only used to compile and install the package. + } + +unit dclPostgresDACL; + +interface + +uses + PSQLCOMP, PSQLConnFrm, PSQLQueryEdit, PSQLfldlinks, PSQLStoredProcFrm, + PSQLupdsqled, psqlAboutFrm, LazarusPackageIntf; + +implementation + +procedure Register; +begin + RegisterUnit('PSQLCOMP', @PSQLCOMP.Register); +end; + +initialization + RegisterPackage('dclPostgresDACL', @Register); +end. diff --git a/UnitTest/PDACTest.dproj b/UnitTest/PDACTest.dproj new file mode 100644 index 0000000..f7d0b84 --- /dev/null +++ b/UnitTest/PDACTest.dproj @@ -0,0 +1,141 @@ + + + {EAD31EC6-41E0-4983-ABBB-698200F35E08} + PDACTest.dpr + True + Debug + 1 + Application + VCL + 19.4 + Win32 + + + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + true + Cfg_1 + true + true + + + true + Base + true + + + true + Cfg_2 + true + true + + + false + false + false + false + false + 00400000 + PDACTest + Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;DUnitX;Winapi;System.Win;$(DCC_Namespace) + 2057 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName= + + + Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace) + Debug + true + CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName) + 1033 + $(BDS)\bin\default_app.manifest + true + $(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png + $(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png + + + $(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png + $(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png + + + RELEASE;$(DCC_Define) + 0 + false + 0 + + + true + PerMonitorV2 + + + DEBUG;$(DCC_Define) + false + true + true + true + + + true + PerMonitorV2 + + + + MainSource + + + + + + + + + + + + + + Base + + + Cfg_1 + Base + + + Cfg_2 + Base + + + + Delphi.Personality.12 + + + + + PDACTest.dpr + + + + True + False + + + 12 + + + + diff --git a/UnitTest/PDACTest.res b/UnitTest/PDACTest.res new file mode 100644 index 0000000..2f8ac55 Binary files /dev/null and b/UnitTest/PDACTest.res differ diff --git a/pg_dump_dll/pg_dump_10/win32ver.rc b/pg_dump_dll/pg_dump_10/win32ver.rc index eb4cbeb..8ebcd8b 100644 --- a/pg_dump_dll/pg_dump_10/win32ver.rc +++ b/pg_dump_dll/pg_dump_10/win32ver.rc @@ -14,10 +14,10 @@ BEGIN BEGIN BLOCK "000004b0" BEGIN - VALUE "CompanyName", "Microolap Technologies LTD." + VALUE "CompanyName", "Pavlo Golub" VALUE "FileDescription", "pg_dump/pg_restore - libraries for backup and restore PostgreSQL databases" VALUE "FileVersion", PG_VERSION - VALUE "LegalCopyright", "Portions Copyright (c) 2006-2018, MicroOLAP Technologies LTD. Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group. Portions Copyright (c) 1994, Regents of the University of California." + VALUE "LegalCopyright", "Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group. Portions Copyright (c) 1994, Regents of the University of California." VALUE "ProductName", "PostgresDAC" VALUE "ProductVersion", PG_VERSION END diff --git a/pg_dump_dll/pg_dump_13/win32ver.rc b/pg_dump_dll/pg_dump_13/win32ver.rc index 14fa6cc..7190e78 100644 --- a/pg_dump_dll/pg_dump_13/win32ver.rc +++ b/pg_dump_dll/pg_dump_13/win32ver.rc @@ -16,10 +16,10 @@ BEGIN BEGIN BLOCK "040904B0" // U.S. English, Unicode BEGIN - VALUE "CompanyName", "Microolap Technologies LTD." + VALUE "CompanyName", "Pavlo Golub" VALUE "FileDescription", "pg_dump/pg_restore - libraries for backup and restore PostgreSQL databases" VALUE "FileVersion", PG_VERSION - VALUE "LegalCopyright", "Portions Copyright (c) 2006-2021, MicroOLAP Technologies LTD. Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group. Portions Copyright (c) 1994, Regents of the University of California." + VALUE "LegalCopyright", "Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group. Portions Copyright (c) 1994, Regents of the University of California." VALUE "ProductName", "PostgresDAC" VALUE "ProductVersion", PG_VERSION END diff --git a/psqlAboutFrm.dfm b/psqlAboutFrm.dfm index 71fa214..fc69a5b 100644 --- a/psqlAboutFrm.dfm +++ b/psqlAboutFrm.dfm @@ -1495,7 +1495,7 @@ object PSQLAboutComp: TPSQLAboutComp Top = 173 Width = 213 Height = 13 - Caption = '(c) 1999-2007 microOLAP Technologies LTD' + Caption = '(c) Pavlo Golub' end object VersionLabel: TLabel Left = 130 diff --git a/psqlAboutFrm.lrs b/psqlAboutFrm.lrs index c037a14..2361bc6 100644 --- a/psqlAboutFrm.lrs +++ b/psqlAboutFrm.lrs @@ -2329,7 +2329,7 @@ LazarusResources.Add('TPSQLAboutComp','FORMDATA',[ +'T'#10'Font.Color'#7#7'clBlack'#11'Font.Height'#2#244#9'Font.Name'#6#5'Arial' +#10'Font.Style'#11#6'fsBold'#0#10'ParentFont'#8#11'Transparent'#9#0#0#6'TLab' +'el'#6'Label2'#4'Left'#2#13#3'Top'#3#173#0#5'Width'#3#213#0#6'Height'#2#13#7 - +'Caption'#6'((c) 1999-2007 microOLAP Technologies LTD'#0#0#6'TLabel'#12'Vers' + +'Caption'#6'((c) 1999-2007 Pavlo Golub'#0#0#6'TLabel'#12'Vers' +'ionLabel'#4'Left'#3#130#0#3'Top'#2'2'#5'Width'#3#135#0#6'Height'#2#13#9'Ali' +'gnment'#7#8'taCenter'#8'AutoSize'#8#7'Caption'#6#2'V.'#11'Transparent'#9#0#0 +#6'TLabel'#6'Label5'#4'Left'#2#16#3'Top'#2'`'#5'Width'#3#1#1#6'Height'#2')'#9