TvPlanIt: Fix search path warning for ZEOS designtime package. Make sure that all {$I vp.inc} are in lower-case. Remove lfm files from package.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8284 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2022-06-07 16:29:20 +00:00
parent 69b9503214
commit 6f2dd11e48
21 changed files with 130 additions and 191 deletions

View File

@ -64,6 +64,9 @@
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/> <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths> </SearchPaths>
<Linking> <Linking>
<Debugging>
<DebugInfoType Value="dsDwarf2Set"/>
</Debugging>
<Options> <Options>
<Win32> <Win32>
<GraphicApplication Value="True"/> <GraphicApplication Value="True"/>

View File

@ -24,22 +24,19 @@
<Mode0 Name="default"/> <Mode0 Name="default"/>
</Modes> </Modes>
</RunParams> </RunParams>
<RequiredPackages Count="5"> <RequiredPackages Count="4">
<Item1> <Item1>
<PackageName Value="laz_visualplanit_zeos_design"/> <PackageName Value="laz_visualplanit_zeos"/>
</Item1> </Item1>
<Item2> <Item2>
<PackageName Value="laz_visualplanit_zeos"/> <PackageName Value="laz_visualplanit"/>
</Item2> </Item2>
<Item3> <Item3>
<PackageName Value="laz_visualplanit"/> <PackageName Value="zcomponent"/>
</Item3> </Item3>
<Item4> <Item4>
<PackageName Value="zcomponent"/>
</Item4>
<Item5>
<PackageName Value="LCL"/> <PackageName Value="LCL"/>
</Item5> </Item4>
</RequiredPackages> </RequiredPackages>
<Units Count="2"> <Units Count="2">
<Unit0> <Unit0>

View File

@ -267,6 +267,7 @@ object Form1: TForm1
end end
object ZConnection1: TZConnection object ZConnection1: TZConnection
ControlsCodePage = cCP_UTF8 ControlsCodePage = cCP_UTF8
AutoEncodeStrings = True
Properties.Strings = ( Properties.Strings = (
'AutoEncodeStrings=ON' 'AutoEncodeStrings=ON'
) )
@ -326,8 +327,4 @@ object Form1: TForm1
Left = 136 Left = 136
Top = 335 Top = 335
end end
object ZTable1: TZTable
Left = 136
Top = 536
end
end end

View File

@ -11,9 +11,10 @@ interface
uses uses
Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, ExtCtrls, Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, ExtCtrls,
StdCtrls, ComCtrls, VpBaseDS, VpZeosDs, VpDayView, VpWeekView, VpTaskList, StdCtrls, ComCtrls,
VpContactGrid, VpMonthView, VpResEditDlg, VpContactButtons, ZConnection, VpBaseDS, VpZeosDs, VpDayView, VpWeekView, VpTaskList, VpContactGrid,
ZDataset, ZDbcIntfs; VpMonthView, VpResEditDlg, VpContactButtons,
ZConnection, ZDbcIntfs;
type type
@ -41,7 +42,6 @@ type
VpWeekView1: TVpWeekView; VpWeekView1: TVpWeekView;
VpZeosDatastore1: TVpZeosDatastore; VpZeosDatastore1: TVpZeosDatastore;
ZConnection1: TZConnection; ZConnection1: TZConnection;
ZTable1: TZTable;
procedure BtnNewResClick(Sender: TObject); procedure BtnNewResClick(Sender: TObject);
procedure BtnEditResClick(Sender: TObject); procedure BtnEditResClick(Sender: TObject);
procedure FormCreate(Sender: TObject); procedure FormCreate(Sender: TObject);

View File

@ -1,5 +1,5 @@
lazres ..\source\design\vpreg.res @reg_palette_list.txt lazres ..\source\design\vpreg.res @reg_palette_list.txt
lazres ..\source\addons\zeos\vpregzeos.res @reg_palette_zeos_list.txt lazres ..\source\addons\zeos\design\vpregzeos.res @reg_palette_zeos_list.txt
lazres ..\source\vpbasepng.res @regbasepng_files.txt lazres ..\source\vpbasepng.res @regbasepng_files.txt
:end :end

View File

@ -32,7 +32,7 @@ Portions created by TurboPower Software Inc. are Copyright (C) 2002 TurboPower S
Contributor(s): "/> Contributor(s): "/>
<Version Major="1" Minor="6"/> <Version Major="1" Minor="6"/>
<Files Count="75"> <Files Count="62">
<Item1> <Item1>
<Filename Value="source\vpbase.pas"/> <Filename Value="source\vpbase.pas"/>
<UnitName Value="VpBase"/> <UnitName Value="VpBase"/>
@ -86,253 +86,201 @@ Contributor(s): "/>
<UnitName Value="VpCanvasUtils"/> <UnitName Value="VpCanvasUtils"/>
</Item13> </Item13>
<Item14> <Item14>
<Filename Value="source\vpabout.lfm"/>
<Type Value="LFM"/>
</Item14>
<Item15>
<Filename Value="source\vpabout.pas"/> <Filename Value="source\vpabout.pas"/>
<UnitName Value="VpAbout"/> <UnitName Value="VpAbout"/>
</Item15> </Item14>
<Item16> <Item15>
<Filename Value="source\vpalarmdlg.lfm"/>
<Type Value="LFM"/>
</Item16>
<Item17>
<Filename Value="source\vpalarmdlg.pas"/> <Filename Value="source\vpalarmdlg.pas"/>
<UnitName Value="VpAlarmDlg"/> <UnitName Value="VpAlarmDlg"/>
</Item17> </Item15>
<Item18> <Item16>
<Filename Value="source\vpcalendar.pas"/> <Filename Value="source\vpcalendar.pas"/>
<UnitName Value="VpCalendar"/> <UnitName Value="VpCalendar"/>
</Item18> </Item16>
<Item19> <Item17>
<Filename Value="source\vpcalendarpainter.pas"/> <Filename Value="source\vpcalendarpainter.pas"/>
<UnitName Value="VpCalendarPainter"/> <UnitName Value="VpCalendarPainter"/>
</Item19> </Item17>
<Item20> <Item18>
<Filename Value="source\vpcontactbuttons.pas"/> <Filename Value="source\vpcontactbuttons.pas"/>
<UnitName Value="VpContactButtons"/> <UnitName Value="VpContactButtons"/>
</Item20> </Item18>
<Item21> <Item19>
<Filename Value="source\vpcontacteditdlg.lfm"/>
<Type Value="LFM"/>
</Item21>
<Item22>
<Filename Value="source\vpcontacteditdlg.pas"/> <Filename Value="source\vpcontacteditdlg.pas"/>
<UnitName Value="VpContactEditDlg"/> <UnitName Value="VpContactEditDlg"/>
</Item22> </Item19>
<Item23> <Item20>
<Filename Value="source\vpcontactgrid.pas"/> <Filename Value="source\vpcontactgrid.pas"/>
<UnitName Value="VpContactGrid"/> <UnitName Value="VpContactGrid"/>
</Item23> </Item20>
<Item24> <Item21>
<Filename Value="source\vpcontactgridpainter.pas"/> <Filename Value="source\vpcontactgridpainter.pas"/>
<UnitName Value="VpContactGridPainter"/> <UnitName Value="VpContactGridPainter"/>
</Item24> </Item21>
<Item25> <Item22>
<Filename Value="source\vpdayview.pas"/> <Filename Value="source\vpdayview.pas"/>
<UnitName Value="VpDayView"/> <UnitName Value="VpDayView"/>
</Item25> </Item22>
<Item26> <Item23>
<Filename Value="source\vpdayviewpainter.pas"/> <Filename Value="source\vpdayviewpainter.pas"/>
<UnitName Value="VpDayViewPainter"/> <UnitName Value="VpDayViewPainter"/>
</Item26> </Item23>
<Item27> <Item24>
<Filename Value="source\vpdlg.pas"/> <Filename Value="source\vpdlg.pas"/>
<UnitName Value="VpDlg"/> <UnitName Value="VpDlg"/>
</Item27> </Item24>
<Item28> <Item25>
<Filename Value="source\vpedelem.lfm"/>
<Type Value="LFM"/>
</Item28>
<Item29>
<Filename Value="source\vpedelem.pas"/> <Filename Value="source\vpedelem.pas"/>
<UnitName Value="VpEdElem"/> <UnitName Value="VpEdElem"/>
</Item29> </Item25>
<Item30> <Item26>
<Filename Value="source\vpedfmt.lfm"/>
<Type Value="LFM"/>
</Item30>
<Item31>
<Filename Value="source\vpedfmt.pas"/> <Filename Value="source\vpedfmt.pas"/>
<UnitName Value="VpEdFmt"/> <UnitName Value="VpEdFmt"/>
</Item31> </Item26>
<Item32> <Item27>
<Filename Value="source\vpedfmtlst.lfm"/>
<Type Value="LFM"/>
</Item32>
<Item33>
<Filename Value="source\vpedfmtlst.pas"/> <Filename Value="source\vpedfmtlst.pas"/>
<UnitName Value="VpEdFmtLst"/> <UnitName Value="VpEdFmtLst"/>
</Item33> </Item27>
<Item34> <Item28>
<Filename Value="source\vpedshape.lfm"/>
<Type Value="LFM"/>
</Item34>
<Item35>
<Filename Value="source\vpedshape.pas"/> <Filename Value="source\vpedshape.pas"/>
<UnitName Value="VpEdShape"/> <UnitName Value="VpEdShape"/>
</Item35> </Item28>
<Item36> <Item29>
<Filename Value="source\vpevnteditdlg.lfm"/>
<Type Value="LFM"/>
</Item36>
<Item37>
<Filename Value="source\vpevnteditdlg.pas"/> <Filename Value="source\vpevnteditdlg.pas"/>
<UnitName Value="VpEvntEditDlg"/> <UnitName Value="VpEvntEditDlg"/>
</Item37> </Item29>
<Item38> <Item30>
<Filename Value="source\vpfbds.pas"/> <Filename Value="source\vpfbds.pas"/>
<UnitName Value="VpFBDS"/> <UnitName Value="VpFBDS"/>
</Item38> </Item30>
<Item39> <Item31>
<Filename Value="source\vpflxds.pas"/> <Filename Value="source\vpflxds.pas"/>
<UnitName Value="VpFlxDS"/> <UnitName Value="VpFlxDS"/>
</Item39> </Item31>
<Item40> <Item32>
<Filename Value="source\vpflxdsed1.pas"/> <Filename Value="source\vpflxdsed1.pas"/>
<UnitName Value="VpFlxDsEd1"/> <UnitName Value="VpFlxDsEd1"/>
</Item40> </Item32>
<Item41> <Item33>
<Filename Value="source\vpflxdsed1.lfm"/>
<Type Value="LFM"/>
</Item41>
<Item42>
<Filename Value="source\vpledlabel.pas"/> <Filename Value="source\vpledlabel.pas"/>
<UnitName Value="VpLEDLabel"/> <UnitName Value="VpLEDLabel"/>
</Item42> </Item33>
<Item43> <Item34>
<Filename Value="source\vplocalize.pas"/> <Filename Value="source\vplocalize.pas"/>
<UnitName Value="VpLocalize"/> <UnitName Value="VpLocalize"/>
</Item43> </Item34>
<Item44> <Item35>
<Filename Value="source\vpmonthview.pas"/> <Filename Value="source\vpmonthview.pas"/>
<UnitName Value="VpMonthView"/> <UnitName Value="VpMonthView"/>
</Item44> </Item35>
<Item45> <Item36>
<Filename Value="source\vpmonthviewpainter.pas"/> <Filename Value="source\vpmonthviewpainter.pas"/>
<UnitName Value="VpMonthViewPainter"/> <UnitName Value="VpMonthViewPainter"/>
</Item45> </Item36>
<Item46> <Item37>
<Filename Value="source\vpnavbar.pas"/> <Filename Value="source\vpnavbar.pas"/>
<UnitName Value="VpNavBar"/> <UnitName Value="VpNavBar"/>
</Item46> </Item37>
<Item47> <Item38>
<Filename Value="source\vpnavbarpainter.pas"/> <Filename Value="source\vpnavbarpainter.pas"/>
<UnitName Value="VpNavBarPainter"/> <UnitName Value="VpNavBarPainter"/>
</Item47> </Item38>
<Item48> <Item39>
<Filename Value="source\vpprtfmt.pas"/> <Filename Value="source\vpprtfmt.pas"/>
<UnitName Value="VpPrtFmt"/> <UnitName Value="VpPrtFmt"/>
</Item48> </Item39>
<Item49> <Item40>
<Filename Value="source\vpprtfmtcbox.pas"/> <Filename Value="source\vpprtfmtcbox.pas"/>
<UnitName Value="VpPrtFmtCBox"/> <UnitName Value="VpPrtFmtCBox"/>
</Item49> </Item40>
<Item50> <Item41>
<Filename Value="source\vpprtfmtdlg.pas"/> <Filename Value="source\vpprtfmtdlg.pas"/>
<UnitName Value="VpPrtFmtDlg"/> <UnitName Value="VpPrtFmtDlg"/>
</Item50> </Item41>
<Item51> <Item42>
<Filename Value="source\vpprtprv.pas"/> <Filename Value="source\vpprtprv.pas"/>
<UnitName Value="VpPrtPrv"/> <UnitName Value="VpPrtPrv"/>
</Item51> </Item42>
<Item52> <Item43>
<Filename Value="source\vpprtprvdlg.lfm"/>
<Type Value="LFM"/>
</Item52>
<Item53>
<Filename Value="source\vpprtprvdlg.pas"/> <Filename Value="source\vpprtprvdlg.pas"/>
<UnitName Value="VpPrtPrvDlg"/> <UnitName Value="VpPrtPrvDlg"/>
</Item53> </Item43>
<Item54> <Item44>
<Filename Value="source\vpreseditdlg.lfm"/>
<Type Value="LFM"/>
</Item54>
<Item55>
<Filename Value="source\vpreseditdlg.pas"/> <Filename Value="source\vpreseditdlg.pas"/>
<UnitName Value="VpResEditDlg"/> <UnitName Value="VpResEditDlg"/>
</Item55> </Item44>
<Item56> <Item45>
<Filename Value="source\vpselresdlg.lfm"/>
<Type Value="LFM"/>
</Item56>
<Item57>
<Filename Value="source\vpselresdlg.pas"/> <Filename Value="source\vpselresdlg.pas"/>
<UnitName Value="VpSelResDlg"/> <UnitName Value="VpSelResDlg"/>
</Item57> </Item45>
<Item58> <Item46>
<Filename Value="source\vptaskeditdlg.pas"/> <Filename Value="source\vptaskeditdlg.pas"/>
<UnitName Value="VpTaskEditDlg"/> <UnitName Value="VpTaskEditDlg"/>
</Item58> </Item46>
<Item59> <Item47>
<Filename Value="source\vptasklist.pas"/> <Filename Value="source\vptasklist.pas"/>
<UnitName Value="VpTaskList"/> <UnitName Value="VpTaskList"/>
</Item59> </Item47>
<Item60> <Item48>
<Filename Value="source\vptasklistpainter.pas"/> <Filename Value="source\vptasklistpainter.pas"/>
<UnitName Value="VpTasklistPainter"/> <UnitName Value="VpTasklistPainter"/>
</Item60> </Item48>
<Item61> <Item49>
<Filename Value="source\vptimerpool.pas"/> <Filename Value="source\vptimerpool.pas"/>
<UnitName Value="VpTimerPool"/> <UnitName Value="VpTimerPool"/>
</Item61> </Item49>
<Item62> <Item50>
<Filename Value="source\vpwavdlg.lfm"/>
<Type Value="LFM"/>
</Item62>
<Item63>
<Filename Value="source\vpwavdlg.pas"/> <Filename Value="source\vpwavdlg.pas"/>
<UnitName Value="VpWavDlg"/> <UnitName Value="VpWavDlg"/>
</Item63> </Item50>
<Item64> <Item51>
<Filename Value="source\vpweekview.pas"/> <Filename Value="source\vpweekview.pas"/>
<UnitName Value="VpWeekView"/> <UnitName Value="VpWeekView"/>
</Item64> </Item51>
<Item65> <Item52>
<Filename Value="source\vpweekviewpainter.pas"/> <Filename Value="source\vpweekviewpainter.pas"/>
<UnitName Value="VpWeekViewPainter"/> <UnitName Value="VpWeekViewPainter"/>
</Item65> </Item52>
<Item66> <Item53>
<Filename Value="source\vpxbase.pas"/> <Filename Value="source\vpxbase.pas"/>
<UnitName Value="VpXBase"/> <UnitName Value="VpXBase"/>
</Item66> </Item53>
<Item67> <Item54>
<Filename Value="source\vpxchrflt.pas"/> <Filename Value="source\vpxchrflt.pas"/>
<UnitName Value="VpXChrFlt"/> <UnitName Value="VpXChrFlt"/>
</Item67> </Item54>
<Item68> <Item55>
<Filename Value="source\vpxmlds.pas"/> <Filename Value="source\vpxmlds.pas"/>
<UnitName Value="VpXmlDS"/> <UnitName Value="VpXmlDS"/>
</Item68> </Item55>
<Item69> <Item56>
<Filename Value="source\vpxparsr.pas"/> <Filename Value="source\vpxparsr.pas"/>
<UnitName Value="VpXParsr"/> <UnitName Value="VpXParsr"/>
</Item69> </Item56>
<Item70> <Item57>
<Filename Value="source\vpclock.pas"/> <Filename Value="source\vpclock.pas"/>
<UnitName Value="VpClock"/> <UnitName Value="VpClock"/>
</Item70> </Item57>
<Item71> <Item58>
<Filename Value="source\vpjsonds.pas"/> <Filename Value="source\vpjsonds.pas"/>
<UnitName Value="VpJSONDs"/> <UnitName Value="VpJSONDs"/>
</Item71> </Item58>
<Item72> <Item59>
<Filename Value="source\vpvcard.pas"/> <Filename Value="source\vpvcard.pas"/>
<UnitName Value="VpVCard"/> <UnitName Value="VpVCard"/>
</Item72> </Item59>
<Item73> <Item60>
<Filename Value="source\vpbasedatafiles.pas"/> <Filename Value="source\vpbasedatafiles.pas"/>
<UnitName Value="VpBaseDataFiles"/> <UnitName Value="VpBaseDataFiles"/>
</Item73> </Item60>
<Item74> <Item61>
<Filename Value="source\vpical.pas"/> <Filename Value="source\vpical.pas"/>
<UnitName Value="VpICAL"/> <UnitName Value="VpICAL"/>
</Item74> </Item61>
<Item75> <Item62>
<Filename Value="source\vpfileds.pas"/> <Filename Value="source\vpfileds.pas"/>
<UnitName Value="VpFileDS"/> <UnitName Value="VpFileDS"/>
</Item75> </Item62>
</Files> </Files>
<CompatibilityMode Value="True"/> <CompatibilityMode Value="True"/>
<i18n> <i18n>

View File

@ -8,7 +8,7 @@
<Version Value="11"/> <Version Value="11"/>
<PathDelim Value="\"/> <PathDelim Value="\"/>
<SearchPaths> <SearchPaths>
<IncludeFiles Value="source\include;source\addons\zeos"/> <IncludeFiles Value="source\include"/>
<OtherUnitFiles Value="source\addons\zeos"/> <OtherUnitFiles Value="source\addons\zeos"/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)\zeos_run"/> <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)\zeos_run"/>
</SearchPaths> </SearchPaths>
@ -22,7 +22,6 @@ Software distributed under the License is distributed on an &quot;AS IS&quot; ba
<Files Count="1"> <Files Count="1">
<Item1> <Item1>
<Filename Value="source\addons\zeos\vpzeosds.pas"/> <Filename Value="source\addons\zeos\vpzeosds.pas"/>
<Type Value="Include"/>
</Item1> </Item1>
</Files> </Files>
<CompatibilityMode Value="True"/> <CompatibilityMode Value="True"/>

View File

@ -3,14 +3,14 @@
<Package Version="5"> <Package Version="5">
<PathDelim Value="\"/> <PathDelim Value="\"/>
<Name Value="laz_visualplanit_zeos_design"/> <Name Value="laz_visualplanit_zeos_design"/>
<Type Value="RunAndDesignTime"/> <Type Value="DesignTime"/>
<Author Value="W. Pamler"/> <Author Value="W. Pamler"/>
<CompilerOptions> <CompilerOptions>
<Version Value="11"/> <Version Value="11"/>
<PathDelim Value="\"/> <PathDelim Value="\"/>
<SearchPaths> <SearchPaths>
<IncludeFiles Value="source\include;source\addons\zeos"/> <IncludeFiles Value="source\include"/>
<OtherUnitFiles Value="source\addons\zeos"/> <OtherUnitFiles Value="source\addons\zeos\design"/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)\zeos_design"/> <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)\zeos_design"/>
</SearchPaths> </SearchPaths>
</CompilerOptions> </CompilerOptions>
@ -18,20 +18,16 @@
<Version Major="1" Minor="6"/> <Version Major="1" Minor="6"/>
<Files Count="1"> <Files Count="1">
<Item1> <Item1>
<Filename Value="source\addons\zeos\vpregzeos.pas"/> <Filename Value="source\addons\zeos\design\vpregzeos.pas"/>
<HasRegisterProc Value="True"/> <HasRegisterProc Value="True"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="VpRegZEOS"/> <UnitName Value="VpRegZEOS"/>
</Item1> </Item1>
</Files> </Files>
<CompatibilityMode Value="True"/> <CompatibilityMode Value="True"/>
<RequiredPkgs Count="2"> <RequiredPkgs Count="1">
<Item1> <Item1>
<PackageName Value="laz_visualplanit_zeos"/> <PackageName Value="laz_visualplanit_zeos"/>
</Item1> </Item1>
<Item2>
<PackageName Value="FCL"/>
</Item2>
</RequiredPkgs> </RequiredPkgs>
<UsageOptions> <UsageOptions>
<UnitPath Value="$(PkgOutDir)"/> <UnitPath Value="$(PkgOutDir)"/>

View File

@ -1,14 +1,13 @@
unit VpRegZEOS; unit VpRegZEOS;
{-Registration unit for the ZEOS database components} {-Registration unit for the ZEOS database components}
{$I Vp.INC} // Compiler version defines {$I vp.inc} // Compiler version defines
{$R vpregzeos.res} // Palette glyphs {$R vpregzeos.res} // Palette glyphs
interface interface
uses uses
{$IFDEF DELPHI} {$IFDEF DELPHI}
// Windows,
{$IFDEF VERSION6} DesignIntf, DesignEditors, {$ELSE} DsgnIntf, {$ENDIF} {$IFDEF VERSION6} DesignIntf, DesignEditors, {$ELSE} DsgnIntf, {$ENDIF}
{$ENDIF} {$ENDIF}
Classes; Classes;

View File

@ -75,7 +75,7 @@
} }
{$I Vp.INC} {$I vp.inc}
unit VpCanvasUtils; unit VpCanvasUtils;

View File

@ -26,7 +26,7 @@
{* *} {* *}
{* ***** END LICENSE BLOCK ***** *} {* ***** END LICENSE BLOCK ***** *}
{.$I Vp.INC} {.$I vp.inc}
unit VpConst; unit VpConst;

View File

@ -26,7 +26,7 @@
{* *} {* *}
{* ***** END LICENSE BLOCK ***** *} {* ***** END LICENSE BLOCK ***** *}
{$I Vp.INC} {$I vp.inc}
unit VpContactEditDlg; unit VpContactEditDlg;

View File

@ -30,7 +30,7 @@
{$WARN 6058 off : Call to subroutine "$1" marked as inline is not inlined} {$WARN 6058 off : Call to subroutine "$1" marked as inline is not inlined}
{$IFEND} {$IFEND}
{$I Vp.INC} {$I vp.inc}
unit VpDBDS; unit VpDBDS;

View File

@ -32,7 +32,7 @@ unit VpEdFmtLst;
{$WARN 6058 off : Call to subroutine "$1" marked as inline is not inlined} {$WARN 6058 off : Call to subroutine "$1" marked as inline is not inlined}
{$IFEND} {$IFEND}
{$I Vp.INC} {$I vp.inc}
interface interface

View File

@ -4,7 +4,7 @@
{$WARN 6058 off : Call to subroutine "$1" marked as inline is not inlined} {$WARN 6058 off : Call to subroutine "$1" marked as inline is not inlined}
{$IFEND} {$IFEND}
{$I Vp.INC} {$I vp.inc}
unit VpFileDS; unit VpFileDS;

View File

@ -26,7 +26,7 @@
{* *} {* *}
{* ***** END LICENSE BLOCK ***** *} {* ***** END LICENSE BLOCK ***** *}
{$I Vp.INC} {$I vp.inc}
unit VpPrtFmtCBox; unit VpPrtFmtCBox;

View File

@ -26,7 +26,7 @@
{* *} {* *}
{* ***** END LICENSE BLOCK ***** *} {* ***** END LICENSE BLOCK ***** *}
{$I Vp.INC} {$I vp.inc}
unit VpPrtFmtDlg; unit VpPrtFmtDlg;

View File

@ -35,7 +35,7 @@ unit VpSR;
interface interface
{$I include/vpsr.inc} {$I vpsr.inc}
type type
// For acquiring the labels that go with each telephone field, i.e. Home, work, fax etc... } // For acquiring the labels that go with each telephone field, i.e. Home, work, fax etc... }

View File

@ -26,7 +26,7 @@
{* *} {* *}
{* ***** END LICENSE BLOCK ***** *} {* ***** END LICENSE BLOCK ***** *}
{$I Vp.INC} {$I vp.inc}
unit VpXBase; unit VpXBase;

View File

@ -26,7 +26,7 @@
{* *} {* *}
{* ***** END LICENSE BLOCK ***** *} {* ***** END LICENSE BLOCK ***** *}
{$I Vp.INC} {$I vp.inc}
unit VpXChrFlt; unit VpXChrFlt;