jvcllaz: Lowercase all remaining unit and package names.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6953 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2019-05-26 22:58:36 +00:00
parent ad9b3eb976
commit 997c331dda
82 changed files with 142 additions and 201 deletions

View File

@ -28,7 +28,7 @@ Known Issues:
unit JvTimeLineEditor; unit JvTimeLineEditor;
//{$I jvcl.inc} {$mode objfpc}{$H+}
interface interface

View File

@ -30,9 +30,7 @@ unit JvFullColorListForm;
interface interface
uses uses
// Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms,
SysUtils, //Variants,
Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ActnList, Buttons, ImgList, Dialogs, StdCtrls, ActnList, Buttons, ImgList,
JvFullColorSpaces, JvFullColorDialogs, JvFullColorCtrls; JvFullColorSpaces, JvFullColorDialogs, JvFullColorCtrls;

View File

@ -11,7 +11,7 @@ procedure Register;
implementation implementation
{$R ../../resource/JvRuntimeDesign.res} {$R ../../resource/jvruntimedesign.res}
uses uses
JvDsgnConsts, JvDesignSurface; JvDsgnConsts, JvDesignSurface;

View File

@ -25,6 +25,8 @@ Known Issues:
unit JvValidatorsEditorForm; unit JvValidatorsEditorForm;
{$mode objfpc}{$H+}
interface interface
uses uses

View File

@ -29,7 +29,7 @@
</RunParams> </RunParams>
<RequiredPackages Count="3"> <RequiredPackages Count="3">
<Item1> <Item1>
<PackageName Value="jvdblazr"/> <PackageName Value="JvDBLazR"/>
</Item1> </Item1>
<Item2> <Item2>
<PackageName Value="FCL"/> <PackageName Value="FCL"/>

View File

@ -29,7 +29,7 @@
</RunParams> </RunParams>
<RequiredPackages Count="3"> <RequiredPackages Count="3">
<Item1> <Item1>
<PackageName Value="jvdblazr"/> <PackageName Value="JvDBLazR"/>
</Item1> </Item1>
<Item2> <Item2>
<PackageName Value="FCL"/> <PackageName Value="FCL"/>

View File

@ -25,7 +25,7 @@
</RunParams> </RunParams>
<RequiredPackages Count="3"> <RequiredPackages Count="3">
<Item1> <Item1>
<PackageName Value="jvdblazr"/> <PackageName Value="JvDBLazR"/>
</Item1> </Item1>
<Item2> <Item2>
<PackageName Value="FCL"/> <PackageName Value="FCL"/>

View File

@ -30,7 +30,7 @@
<PackageName Value="DBFLaz"/> <PackageName Value="DBFLaz"/>
</Item1> </Item1>
<Item2> <Item2>
<PackageName Value="jvdblazr"/> <PackageName Value="JvDBLazR"/>
</Item2> </Item2>
<Item3> <Item3>
<PackageName Value="FCL"/> <PackageName Value="FCL"/>

View File

@ -1,11 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<CONFIG> <CONFIG>
<ProjectOptions> <ProjectOptions>
<Version Value="11"/> <Version Value="12"/>
<PathDelim Value="\"/> <PathDelim Value="\"/>
<General> <General>
<Flags>
<CompatibilityMode Value="True"/>
</Flags>
<SessionStorage Value="InProjectDir"/> <SessionStorage Value="InProjectDir"/>
<MainUnit Value="0"/>
<Title Value="JvFormAnimations_Demo"/> <Title Value="JvFormAnimations_Demo"/>
<Scaled Value="True"/> <Scaled Value="True"/>
<ResourceType Value="res"/> <ResourceType Value="res"/>
@ -13,7 +15,6 @@
<XPManifest> <XPManifest>
<DpiAware Value="True"/> <DpiAware Value="True"/>
</XPManifest> </XPManifest>
<Icon Value="0"/>
</General> </General>
<BuildModes Count="1"> <BuildModes Count="1">
<Item1 Name="Default" Default="True"/> <Item1 Name="Default" Default="True"/>
@ -52,7 +53,7 @@
<Version Value="11"/> <Version Value="11"/>
<PathDelim Value="\"/> <PathDelim Value="\"/>
<Target> <Target>
<Filename Value="JvFormAnimations_Demo"/> <Filename Value="../../bin/JvFormAnimations_Demo"/>
</Target> </Target>
<SearchPaths> <SearchPaths>
<IncludeFiles Value="$(ProjOutDir)"/> <IncludeFiles Value="$(ProjOutDir)"/>

View File

@ -1,11 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<CONFIG> <CONFIG>
<ProjectOptions> <ProjectOptions>
<Version Value="11"/> <Version Value="12"/>
<PathDelim Value="\"/> <PathDelim Value="\"/>
<General> <General>
<Flags>
<CompatibilityMode Value="True"/>
</Flags>
<SessionStorage Value="InProjectDir"/> <SessionStorage Value="InProjectDir"/>
<MainUnit Value="0"/>
<Title Value="JvFormWallpaper_Demo"/> <Title Value="JvFormWallpaper_Demo"/>
<Scaled Value="True"/> <Scaled Value="True"/>
<ResourceType Value="res"/> <ResourceType Value="res"/>
@ -43,6 +45,7 @@
<Filename Value="main.pas"/> <Filename Value="main.pas"/>
<IsPartOfProject Value="True"/> <IsPartOfProject Value="True"/>
<ComponentName Value="Form1"/> <ComponentName Value="Form1"/>
<HasResources Value="True"/>
<ResourceBaseClass Value="Form"/> <ResourceBaseClass Value="Form"/>
</Unit1> </Unit1>
</Units> </Units>
@ -51,7 +54,7 @@
<Version Value="11"/> <Version Value="11"/>
<PathDelim Value="\"/> <PathDelim Value="\"/>
<Target> <Target>
<Filename Value="JvFormWallpaper_Demo"/> <Filename Value="../../bin/JvFormWallpaper_Demo"/>
</Target> </Target>
<SearchPaths> <SearchPaths>
<IncludeFiles Value="$(ProjOutDir)"/> <IncludeFiles Value="$(ProjOutDir)"/>

View File

@ -92,7 +92,7 @@ procedure TJvFullColorCircleDlgMainFrm.FormCreate(Sender: TObject);
var var
LSearchRec: TSearchRec; LSearchRec: TSearchRec;
begin begin
ImgDir := IncludeTrailingPathDelimiter(GetCurrentDir) + '../../design/JvCtrls/images/'; ImgDir := IncludeTrailingPathDelimiter(GetCurrentDir) + '../design/JvCtrls/images/';
if FindFirst(ImgDir + '*.png', faAnyFile, LSearchRec) = 0 then if FindFirst(ImgDir + '*.png', faAnyFile, LSearchRec) = 0 then
repeat repeat
ComboBoxFileName.Items.Add(LSearchRec.Name); ComboBoxFileName.Items.Add(LSearchRec.Name);

View File

@ -54,9 +54,10 @@
<Version Value="11"/> <Version Value="11"/>
<PathDelim Value="\"/> <PathDelim Value="\"/>
<Target> <Target>
<Filename Value="JvFullColorCircleDialogPrj"/> <Filename Value="../../bin/JvFullColorCircleDialogPrj"/>
</Target> </Target>
<SearchPaths> <SearchPaths>
<IncludeFiles Value="$(ProjOutDir)"/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/> <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths> </SearchPaths>
<Linking> <Linking>

View File

@ -9,6 +9,7 @@ uses
{$R *.res} {$R *.res}
begin begin
Application.Scaled:=True;
Application.Initialize; Application.Initialize;
Application.CreateForm(TJvFullColorCircleDlgMainFrm, JvFullColorCircleDlgMainFrm); Application.CreateForm(TJvFullColorCircleDlgMainFrm, JvFullColorCircleDlgMainFrm);
Application.Run; Application.Run;

View File

@ -53,9 +53,10 @@
<Version Value="11"/> <Version Value="11"/>
<PathDelim Value="\"/> <PathDelim Value="\"/>
<Target> <Target>
<Filename Value="JvFullColorDialogPrj"/> <Filename Value="../../bin/JvFullColorDialogPrj"/>
</Target> </Target>
<SearchPaths> <SearchPaths>
<IncludeFiles Value="$(ProjOutDir)"/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/> <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths> </SearchPaths>
<Linking> <Linking>

View File

@ -10,6 +10,7 @@ uses
{$R *.res} {$R *.res}
begin begin
Application.Scaled:=True;
Application.Initialize; Application.Initialize;
Application.CreateForm(TJvFullColorDialogMainFrm, JvFullColorDialogMainFrm); Application.CreateForm(TJvFullColorDialogMainFrm, JvFullColorDialogMainFrm);
Application.Run; Application.Run;

View File

@ -4,6 +4,9 @@
<Version Value="12"/> <Version Value="12"/>
<PathDelim Value="\"/> <PathDelim Value="\"/>
<General> <General>
<Flags>
<CompatibilityMode Value="True"/>
</Flags>
<SessionStorage Value="InProjectDir"/> <SessionStorage Value="InProjectDir"/>
<Title Value="JvHTMLTest"/> <Title Value="JvHTMLTest"/>
<Scaled Value="True"/> <Scaled Value="True"/>
@ -14,8 +17,8 @@
</XPManifest> </XPManifest>
<Icon Value="0"/> <Icon Value="0"/>
</General> </General>
<BuildModes> <BuildModes Count="1">
<Item Name="Default" Default="True"/> <Item1 Name="Default" Default="True"/>
</BuildModes> </BuildModes>
<PublishOptions> <PublishOptions>
<Version Value="2"/> <Version Value="2"/>
@ -36,27 +39,27 @@
<PackageName Value="LCL"/> <PackageName Value="LCL"/>
</Item3> </Item3>
</RequiredPackages> </RequiredPackages>
<Units> <Units Count="3">
<Unit> <Unit0>
<Filename Value="JvHTMLTest.lpr"/> <Filename Value="JvHTMLTest.lpr"/>
<IsPartOfProject Value="True"/> <IsPartOfProject Value="True"/>
</Unit> </Unit0>
<Unit> <Unit1>
<Filename Value="htmltestform.pas"/> <Filename Value="htmltestform.pas"/>
<IsPartOfProject Value="True"/> <IsPartOfProject Value="True"/>
<ComponentName Value="MainForm"/> <ComponentName Value="MainForm"/>
<HasResources Value="True"/> <HasResources Value="True"/>
<ResourceBaseClass Value="Form"/> <ResourceBaseClass Value="Form"/>
<UnitName Value="HTMLTestForm"/> <UnitName Value="HTMLTestForm"/>
</Unit> </Unit1>
<Unit> <Unit2>
<Filename Value="demoform.pas"/> <Filename Value="demoform.pas"/>
<IsPartOfProject Value="True"/> <IsPartOfProject Value="True"/>
<ComponentName Value="Form2"/> <ComponentName Value="Form2"/>
<HasResources Value="True"/> <HasResources Value="True"/>
<ResourceBaseClass Value="Form"/> <ResourceBaseClass Value="Form"/>
<UnitName Value="DemoForm"/> <UnitName Value="DemoForm"/>
</Unit> </Unit2>
</Units> </Units>
</ProjectOptions> </ProjectOptions>
<CompilerOptions> <CompilerOptions>

View File

@ -4,6 +4,9 @@
<Version Value="12"/> <Version Value="12"/>
<PathDelim Value="\"/> <PathDelim Value="\"/>
<General> <General>
<Flags>
<CompatibilityMode Value="True"/>
</Flags>
<SessionStorage Value="InProjectDir"/> <SessionStorage Value="InProjectDir"/>
<Title Value="JvLookupAutoCompleteDemo"/> <Title Value="JvLookupAutoCompleteDemo"/>
<Scaled Value="True"/> <Scaled Value="True"/>
@ -14,8 +17,8 @@
</XPManifest> </XPManifest>
<Icon Value="0"/> <Icon Value="0"/>
</General> </General>
<BuildModes> <BuildModes Count="1">
<Item Name="Default" Default="True"/> <Item1 Name="Default" Default="True"/>
</BuildModes> </BuildModes>
<PublishOptions> <PublishOptions>
<Version Value="2"/> <Version Value="2"/>
@ -33,18 +36,18 @@
<PackageName Value="LCL"/> <PackageName Value="LCL"/>
</Item2> </Item2>
</RequiredPackages> </RequiredPackages>
<Units> <Units Count="2">
<Unit> <Unit0>
<Filename Value="JvLookupAutoCompleteDemo.lpr"/> <Filename Value="JvLookupAutoCompleteDemo.lpr"/>
<IsPartOfProject Value="True"/> <IsPartOfProject Value="True"/>
</Unit> </Unit0>
<Unit> <Unit1>
<Filename Value="main.pas"/> <Filename Value="main.pas"/>
<IsPartOfProject Value="True"/> <IsPartOfProject Value="True"/>
<ComponentName Value="Form1"/> <ComponentName Value="Form1"/>
<HasResources Value="True"/> <HasResources Value="True"/>
<ResourceBaseClass Value="Form"/> <ResourceBaseClass Value="Form"/>
</Unit> </Unit1>
</Units> </Units>
</ProjectOptions> </ProjectOptions>
<CompilerOptions> <CompilerOptions>

View File

@ -1,11 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<CONFIG> <CONFIG>
<ProjectOptions> <ProjectOptions>
<Version Value="9"/> <Version Value="12"/>
<PathDelim Value="\"/> <PathDelim Value="\"/>
<General> <General>
<Flags>
<CompatibilityMode Value="True"/>
</Flags>
<SessionStorage Value="InProjectDir"/> <SessionStorage Value="InProjectDir"/>
<MainUnit Value="0"/>
<Title Value="OLBarDemo"/> <Title Value="OLBarDemo"/>
<ResourceType Value="res"/> <ResourceType Value="res"/>
<UseXPManifest Value="True"/> <UseXPManifest Value="True"/>
@ -20,9 +22,10 @@
<Version Value="2"/> <Version Value="2"/>
</PublishOptions> </PublishOptions>
<RunParams> <RunParams>
<local> <FormatVersion Value="2"/>
<FormatVersion Value="1"/> <Modes Count="1">
</local> <Mode0 Name="default"/>
</Modes>
</RunParams> </RunParams>
<RequiredPackages Count="2"> <RequiredPackages Count="2">
<Item1> <Item1>
@ -50,7 +53,7 @@
<Version Value="11"/> <Version Value="11"/>
<PathDelim Value="\"/> <PathDelim Value="\"/>
<Target> <Target>
<Filename Value="OLBarDemo"/> <Filename Value="../../bin/OLBarDemo"/>
</Target> </Target>
<SearchPaths> <SearchPaths>
<IncludeFiles Value="$(ProjOutDir)"/> <IncludeFiles Value="$(ProjOutDir)"/>

View File

@ -1,11 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<CONFIG> <CONFIG>
<ProjectOptions> <ProjectOptions>
<Version Value="11"/> <Version Value="12"/>
<PathDelim Value="\"/> <PathDelim Value="\"/>
<General> <General>
<Flags>
<CompatibilityMode Value="True"/>
</Flags>
<SessionStorage Value="InProjectDir"/> <SessionStorage Value="InProjectDir"/>
<MainUnit Value="0"/>
<Title Value="JvOutlookBarCustomDrawDemo"/> <Title Value="JvOutlookBarCustomDrawDemo"/>
<Scaled Value="True"/> <Scaled Value="True"/>
<ResourceType Value="res"/> <ResourceType Value="res"/>
@ -13,7 +15,6 @@
<XPManifest> <XPManifest>
<DpiAware Value="True"/> <DpiAware Value="True"/>
</XPManifest> </XPManifest>
<Icon Value="0"/>
</General> </General>
<BuildModes Count="1"> <BuildModes Count="1">
<Item1 Name="Default" Default="True"/> <Item1 Name="Default" Default="True"/>
@ -44,7 +45,9 @@
<Unit1> <Unit1>
<Filename Value="JvOutlookBarCustomDrawDemoMainForm.pas"/> <Filename Value="JvOutlookBarCustomDrawDemoMainForm.pas"/>
<IsPartOfProject Value="True"/> <IsPartOfProject Value="True"/>
<ComponentName Value="JvOutlookBarCustomDrawDemoMainFrm"/>
<HasResources Value="True"/> <HasResources Value="True"/>
<ResourceBaseClass Value="Form"/>
</Unit1> </Unit1>
</Units> </Units>
</ProjectOptions> </ProjectOptions>
@ -52,7 +55,7 @@
<Version Value="11"/> <Version Value="11"/>
<PathDelim Value="\"/> <PathDelim Value="\"/>
<Target> <Target>
<Filename Value="JvOutlookBarCustomDrawDemo"/> <Filename Value="../../bin/JvOutlookBarCustomDrawDemo"/>
</Target> </Target>
<SearchPaths> <SearchPaths>
<IncludeFiles Value="$(ProjOutDir)"/> <IncludeFiles Value="$(ProjOutDir)"/>

View File

@ -12,6 +12,7 @@ begin
{$IFDEF LCL_FullVersion >= 1080000} {$IFDEF LCL_FullVersion >= 1080000}
Application.Scaled := True; Application.Scaled := True;
{$ENDIF} {$ENDIF}
Application.Scaled:=True;
Application.Initialize; Application.Initialize;
Application.CreateForm(TJvOutlookBarCustomDrawDemoMainFrm, JvOutlookBarCustomDrawDemoMainFrm); Application.CreateForm(TJvOutlookBarCustomDrawDemoMainFrm, JvOutlookBarCustomDrawDemoMainFrm);
Application.Run; Application.Run;

View File

@ -4,6 +4,9 @@
<Version Value="12"/> <Version Value="12"/>
<PathDelim Value="\"/> <PathDelim Value="\"/>
<General> <General>
<Flags>
<CompatibilityMode Value="True"/>
</Flags>
<SessionStorage Value="InProjectDir"/> <SessionStorage Value="InProjectDir"/>
<Title Value="ProfilerDemo"/> <Title Value="ProfilerDemo"/>
<Scaled Value="True"/> <Scaled Value="True"/>
@ -14,8 +17,8 @@
</XPManifest> </XPManifest>
<Icon Value="0"/> <Icon Value="0"/>
</General> </General>
<BuildModes> <BuildModes Count="1">
<Item Name="Default" Default="True"/> <Item1 Name="Default" Default="True"/>
</BuildModes> </BuildModes>
<PublishOptions> <PublishOptions>
<Version Value="2"/> <Version Value="2"/>
@ -33,25 +36,25 @@
<PackageName Value="LCL"/> <PackageName Value="LCL"/>
</Item2> </Item2>
</RequiredPackages> </RequiredPackages>
<Units> <Units Count="2">
<Unit> <Unit0>
<Filename Value="ProfilerDemo.lpr"/> <Filename Value="ProfilerDemo.lpr"/>
<IsPartOfProject Value="True"/> <IsPartOfProject Value="True"/>
</Unit> </Unit0>
<Unit> <Unit1>
<Filename Value="Profiler32MainFormU.pas"/> <Filename Value="Profiler32MainFormU.pas"/>
<IsPartOfProject Value="True"/> <IsPartOfProject Value="True"/>
<ComponentName Value="Profiler32MainForm"/> <ComponentName Value="Profiler32MainForm"/>
<HasResources Value="True"/> <HasResources Value="True"/>
<ResourceBaseClass Value="Form"/> <ResourceBaseClass Value="Form"/>
</Unit> </Unit1>
</Units> </Units>
</ProjectOptions> </ProjectOptions>
<CompilerOptions> <CompilerOptions>
<Version Value="11"/> <Version Value="11"/>
<PathDelim Value="\"/> <PathDelim Value="\"/>
<Target> <Target>
<Filename Value="ProfilerDemo"/> <Filename Value="../../bin/ProfilerDemo"/>
</Target> </Target>
<SearchPaths> <SearchPaths>
<IncludeFiles Value="$(ProjOutDir)"/> <IncludeFiles Value="$(ProjOutDir)"/>

View File

@ -52,7 +52,7 @@
<Version Value="11"/> <Version Value="11"/>
<PathDelim Value="\"/> <PathDelim Value="\"/>
<Target> <Target>
<Filename Value="specialprogress_demo"/> <Filename Value="../../bin/specialprogress_demo"/>
</Target> </Target>
<SearchPaths> <SearchPaths>
<IncludeFiles Value="$(ProjOutDir)"/> <IncludeFiles Value="$(ProjOutDir)"/>

View File

@ -1,11 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<CONFIG> <CONFIG>
<ProjectOptions> <ProjectOptions>
<Version Value="11"/> <Version Value="12"/>
<PathDelim Value="\"/> <PathDelim Value="\"/>
<General> <General>
<Flags>
<CompatibilityMode Value="True"/>
</Flags>
<SessionStorage Value="InProjectDir"/> <SessionStorage Value="InProjectDir"/>
<MainUnit Value="0"/>
<Title Value="JvThumbnailDemo"/> <Title Value="JvThumbnailDemo"/>
<Scaled Value="True"/> <Scaled Value="True"/>
<ResourceType Value="res"/> <ResourceType Value="res"/>
@ -64,11 +66,11 @@
<Version Value="11"/> <Version Value="11"/>
<PathDelim Value="\"/> <PathDelim Value="\"/>
<Target> <Target>
<Filename Value="JvThumbnailDemo"/> <Filename Value="../../bin/JvThumbnailDemo"/>
</Target> </Target>
<SearchPaths> <SearchPaths>
<IncludeFiles Value="$(ProjOutDir)"/> <IncludeFiles Value="$(ProjOutDir)"/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/> <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
</SearchPaths> </SearchPaths>
<Linking> <Linking>
<Debugging> <Debugging>

View File

@ -2,7 +2,7 @@
<CONFIG> <CONFIG>
<Package Version="4"> <Package Version="4">
<PathDelim Value="\"/> <PathDelim Value="\"/>
<Name Value="jvappfrmlazd"/> <Name Value="JvAppFrmLazD"/>
<Type Value="RunAndDesignTime"/> <Type Value="RunAndDesignTime"/>
<Author Value="Various authors - see unit header for details."/> <Author Value="Various authors - see unit header for details."/>
<CompilerOptions> <CompilerOptions>

View File

@ -19,19 +19,19 @@
<Version Major="1" Release="4"/> <Version Major="1" Release="4"/>
<Files Count="4"> <Files Count="4">
<Item1> <Item1>
<Filename Value="..\run\JvAppFrm\JvFormAnimatedIcon.pas"/> <Filename Value="..\run\JvAppFrm\jvformanimatedicon.pas"/>
<UnitName Value="JvFormAnimatedIcon"/> <UnitName Value="JvFormAnimatedIcon"/>
</Item1> </Item1>
<Item2> <Item2>
<Filename Value="..\run\JvAppFrm\JvFormWallpaper.pas"/> <Filename Value="..\run\JvAppFrm\jvformwallpaper.pas"/>
<UnitName Value="JvFormWallpaper"/> <UnitName Value="JvFormWallpaper"/>
</Item2> </Item2>
<Item3> <Item3>
<Filename Value="..\run\JvAppFrm\JvAppAnimatedIcon.pas"/> <Filename Value="..\run\JvAppFrm\jvappanimatedicon.pas"/>
<UnitName Value="JvAppAnimatedIcon"/> <UnitName Value="JvAppAnimatedIcon"/>
</Item3> </Item3>
<Item4> <Item4>
<Filename Value="..\run\JvAppFrm\JvAnimTitle.pas"/> <Filename Value="..\run\JvAppFrm\jvanimtitle.pas"/>
<UnitName Value="JvAnimTitle"/> <UnitName Value="JvAnimTitle"/>
</Item4> </Item4>
</Files> </Files>

View File

@ -19,11 +19,11 @@
<Version Major="1" Release="4"/> <Version Major="1" Release="4"/>
<Files Count="3"> <Files Count="3">
<Item1> <Item1>
<Filename Value="..\design\JvCore\JvCoreReg.pas"/> <Filename Value="..\design\JvCore\jvcorereg.pas"/>
<UnitName Value="JvCoreReg"/> <UnitName Value="JvCoreReg"/>
</Item1> </Item1>
<Item2> <Item2>
<Filename Value="..\design\JvCore\JvDsgnConsts.pas"/> <Filename Value="..\design\JvCore\jvdsgnconsts.pas"/>
<UnitName Value="JvDsgnConsts"/> <UnitName Value="JvDsgnConsts"/>
</Item2> </Item2>
<Item3> <Item3>
@ -31,16 +31,13 @@
<UnitName Value="JvStringsForm"/> <UnitName Value="JvStringsForm"/>
</Item3> </Item3>
</Files> </Files>
<RequiredPkgs Count="3"> <RequiredPkgs Count="2">
<Item1> <Item1>
<PackageName Value="IDEIntf"/> <PackageName Value="IDEIntf"/>
</Item1> </Item1>
<Item2> <Item2>
<PackageName Value="JvCoreLazR"/> <PackageName Value="JvCoreLazR"/>
</Item2> </Item2>
<Item3>
<PackageName Value="FCL"/>
</Item3>
</RequiredPkgs> </RequiredPkgs>
<UsageOptions> <UsageOptions>
<UnitPath Value="$(PkgOutDir)"/> <UnitPath Value="$(PkgOutDir)"/>

View File

@ -25,39 +25,39 @@
<Version Major="1" Release="4"/> <Version Major="1" Release="4"/>
<Files Count="9"> <Files Count="9">
<Item1> <Item1>
<Filename Value="..\run\JvCore\JvTypes.pas"/> <Filename Value="..\run\JvCore\jvtypes.pas"/>
<UnitName Value="JvTypes"/> <UnitName Value="JvTypes"/>
</Item1> </Item1>
<Item2> <Item2>
<Filename Value="..\run\JvCore\JvComponent.pas"/> <Filename Value="..\run\JvCore\jvcomponent.pas"/>
<UnitName Value="JvComponent"/> <UnitName Value="JvComponent"/>
</Item2> </Item2>
<Item3> <Item3>
<Filename Value="..\run\JvCore\JvConsts.pas"/> <Filename Value="..\run\JvCore\jvconsts.pas"/>
<UnitName Value="JvConsts"/> <UnitName Value="JvConsts"/>
</Item3> </Item3>
<Item4> <Item4>
<Filename Value="..\run\JvCore\JvExControls.pas"/> <Filename Value="..\run\JvCore\jvexcontrols.pas"/>
<UnitName Value="JvExControls"/> <UnitName Value="JvExControls"/>
</Item4> </Item4>
<Item5> <Item5>
<Filename Value="..\run\JvCore\JvExExtCtrls.pas"/> <Filename Value="..\run\JvCore\jvexextctrls.pas"/>
<UnitName Value="JvExExtCtrls"/> <UnitName Value="JvExExtCtrls"/>
</Item5> </Item5>
<Item6> <Item6>
<Filename Value="..\run\JvCore\JvJCLUtils.pas"/> <Filename Value="..\run\JvCore\jvjclutils.pas"/>
<UnitName Value="JvJCLUtils"/> <UnitName Value="JvJCLUtils"/>
</Item6> </Item6>
<Item7> <Item7>
<Filename Value="..\run\JvCore\JvJVCLUtils.pas"/> <Filename Value="..\run\JvCore\jvjvclutils.pas"/>
<UnitName Value="JvJVCLUtils"/> <UnitName Value="JvJVCLUtils"/>
</Item7> </Item7>
<Item8> <Item8>
<Filename Value="..\run\JvCore\JvResources.pas"/> <Filename Value="..\run\JvCore\jvresources.pas"/>
<UnitName Value="JvResources"/> <UnitName Value="JvResources"/>
</Item8> </Item8>
<Item9> <Item9>
<Filename Value="..\run\JvCore\JvThemes.pas"/> <Filename Value="..\run\JvCore\jvthemes.pas"/>
<UnitName Value="JvThemes"/> <UnitName Value="JvThemes"/>
</Item9> </Item9>
</Files> </Files>

View File

@ -29,7 +29,7 @@
</Files> </Files>
<RequiredPkgs Count="5"> <RequiredPkgs Count="5">
<Item1> <Item1>
<PackageName Value="jvstdctrlslazr"/> <PackageName Value="JvStdCtrlsLazR"/>
</Item1> </Item1>
<Item2> <Item2>
<PackageName Value="IDEIntf"/> <PackageName Value="IDEIntf"/>
@ -38,7 +38,7 @@
<PackageName Value="JvCoreLazD"/> <PackageName Value="JvCoreLazD"/>
</Item3> </Item3>
<Item4> <Item4>
<PackageName Value="jvdblazr"/> <PackageName Value="JvDBLazR"/>
</Item4> </Item4>
<Item5> <Item5>
<PackageName Value="FCL"/> <PackageName Value="FCL"/>

View File

@ -50,15 +50,15 @@
</Item7> </Item7>
<Item8> <Item8>
<Filename Value="..\run\JvDB\jvdbconst.pas"/> <Filename Value="..\run\JvDB\jvdbconst.pas"/>
<UnitName Value="jvdbconst"/> <UnitName Value="JvDBConst"/>
</Item8> </Item8>
</Files> </Files>
<RequiredPkgs Count="4"> <RequiredPkgs Count="4">
<Item1> <Item1>
<PackageName Value="jvstdctrlslazr"/> <PackageName Value="JvStdCtrlsLazR"/>
</Item1> </Item1>
<Item2> <Item2>
<PackageName Value="jvctrlslazr"/> <PackageName Value="JvCtrlsLazR"/>
</Item2> </Item2>
<Item3> <Item3>
<PackageName Value="JvCoreLazR"/> <PackageName Value="JvCoreLazR"/>

View File

@ -20,21 +20,18 @@
<Version Major="1" Release="4"/> <Version Major="1" Release="4"/>
<Files Count="1"> <Files Count="1">
<Item1> <Item1>
<Filename Value="..\design\JvJans\JvJansReg.pas"/> <Filename Value="..\design\JvJans\jvjansreg.pas"/>
<HasRegisterProc Value="True"/> <HasRegisterProc Value="True"/>
<UnitName Value="JvJansReg"/> <UnitName Value="JvJansReg"/>
</Item1> </Item1>
</Files> </Files>
<RequiredPkgs Count="3"> <RequiredPkgs Count="2">
<Item1> <Item1>
<PackageName Value="JvCoreLazD"/> <PackageName Value="JvCoreLazD"/>
</Item1> </Item1>
<Item2> <Item2>
<PackageName Value="JvJansLazR"/> <PackageName Value="JvJansLazR"/>
</Item2> </Item2>
<Item3>
<PackageName Value="FCL"/>
</Item3>
</RequiredPkgs> </RequiredPkgs>
<UsageOptions> <UsageOptions>
<UnitPath Value="$(PkgOutDir)"/> <UnitPath Value="$(PkgOutDir)"/>

View File

@ -19,61 +19,58 @@
<Version Major="1" Release="4"/> <Version Major="1" Release="4"/>
<Files Count="12"> <Files Count="12">
<Item1> <Item1>
<Filename Value="..\run\JvJans\JvYearGrid.pas"/> <Filename Value="..\run\JvJans\jvyeargrid.pas"/>
<UnitName Value="JvYearGrid"/> <UnitName Value="JvYearGrid"/>
</Item1> </Item1>
<Item2> <Item2>
<Filename Value="..\run\JvJans\JvYearGridEditForm.pas"/> <Filename Value="..\run\JvJans\jvyeargrideditform.pas"/>
<UnitName Value="JvYearGridEditForm"/> <UnitName Value="JvYearGridEditForm"/>
</Item2> </Item2>
<Item3> <Item3>
<Filename Value="..\run\JvJans\JvSimIndicator.pas"/> <Filename Value="..\run\JvJansjvsimindicator.pas"/>
<UnitName Value="JvSimIndicator"/> <UnitName Value="JvSimIndicator"/>
</Item3> </Item3>
<Item4> <Item4>
<Filename Value="..\run\JvJans\JvSimLogic.pas"/> <Filename Value="..\run\JvJans\jvsimlogic.pas"/>
<UnitName Value="JvSimLogic"/> <UnitName Value="JvSimLogic"/>
</Item4> </Item4>
<Item5> <Item5>
<Filename Value="..\run\JvJans\JvSimPID.pas"/> <Filename Value="..\run\JvJans\jvsimpid.pas"/>
<UnitName Value="JvSimPID"/> <UnitName Value="JvSimPID"/>
</Item5> </Item5>
<Item6> <Item6>
<Filename Value="..\run\JvJans\JvSimPIDLinker.pas"/> <Filename Value="..\run\JvJans\jvsimpidlinker.pas"/>
<UnitName Value="JvSimPIDLinker"/> <UnitName Value="JvSimPIDLinker"/>
</Item6> </Item6>
<Item7> <Item7>
<Filename Value="..\run\JvJans\JvSimScope.pas"/> <Filename Value="..\run\JvJans\jvsimscope.pas"/>
<UnitName Value="JvSimScope"/> <UnitName Value="JvSimScope"/>
</Item7> </Item7>
<Item8> <Item8>
<Filename Value="..\run\JvJans\JvMarkupCommon.pas"/> <Filename Value="..\run\JvJans\jvmarkupcommon.pas"/>
<UnitName Value="JvMarkupCommon"/> <UnitName Value="JvMarkupCommon"/>
</Item8> </Item8>
<Item9> <Item9>
<Filename Value="..\run\JvJans\JvMarkupViewer.pas"/> <Filename Value="..\run\JvJans\jvmarkupviewer.pas"/>
<UnitName Value="JvMarkupViewer"/> <UnitName Value="JvMarkupViewer"/>
</Item9> </Item9>
<Item10> <Item10>
<Filename Value="..\run\JvJans\JvMarkupLabel.pas"/> <Filename Value="..\run\JvJans\jvmarkuplabel.pas"/>
<UnitName Value="JvMarkupLabel"/> <UnitName Value="JvMarkupLabel"/>
</Item10> </Item10>
<Item11> <Item11>
<Filename Value="..\run\JvJans\JvJanLED.pas"/> <Filename Value="..\run\JvJans\jvjanled.pas"/>
<UnitName Value="JvJanLED"/> <UnitName Value="JvJanLED"/>
</Item11> </Item11>
<Item12> <Item12>
<Filename Value="..\run\JvJans\JvJanToggle.pas"/> <Filename Value="..\run\JvJans\jvjantoggle.pas"/>
<UnitName Value="JvJanToggle"/> <UnitName Value="JvJanToggle"/>
</Item12> </Item12>
</Files> </Files>
<RequiredPkgs Count="2"> <RequiredPkgs Count="1">
<Item1> <Item1>
<PackageName Value="JvCoreLazR"/> <PackageName Value="JvCoreLazR"/>
</Item1> </Item1>
<Item2>
<PackageName Value="FCL"/>
</Item2>
</RequiredPkgs> </RequiredPkgs>
<UsageOptions> <UsageOptions>
<UnitPath Value="$(PkgOutDir)"/> <UnitPath Value="$(PkgOutDir)"/>

View File

@ -18,20 +18,20 @@
<Version Major="1" Release="4"/> <Version Major="1" Release="4"/>
<Files Count="3"> <Files Count="3">
<Item1> <Item1>
<Filename Value="..\design\JvPageComps\JvPageCompsReg.pas"/> <Filename Value="..\design\JvPageComps\jvpagecompsreg.pas"/>
<HasRegisterProc Value="True"/> <HasRegisterProc Value="True"/>
<UnitName Value="JvPageCompsReg"/> <UnitName Value="JvPageCompsReg"/>
</Item1> </Item1>
<Item2> <Item2>
<Filename Value="..\design\JvPageComps\JvNavPaneEditors.pas"/> <Filename Value="..\design\JvPageComps\jvnavpaneeditors.pas"/>
<UnitName Value="JvNavPaneEditors"/> <UnitName Value="JvNavPaneEditors"/>
</Item2> </Item2>
<Item3> <Item3>
<Filename Value="..\design\JvPageComps\JvPageListEditors.pas"/> <Filename Value="..\design\JvPageComps\jvpagelisteditors.pas"/>
<UnitName Value="JvPageListEditors"/> <UnitName Value="JvPageListEditors"/>
</Item3> </Item3>
</Files> </Files>
<RequiredPkgs Count="4"> <RequiredPkgs Count="3">
<Item1> <Item1>
<PackageName Value="IDEIntf"/> <PackageName Value="IDEIntf"/>
</Item1> </Item1>
@ -41,9 +41,6 @@
<Item3> <Item3>
<PackageName Value="JvPageCompsR"/> <PackageName Value="JvPageCompsR"/>
</Item3> </Item3>
<Item4>
<PackageName Value="FCL"/>
</Item4>
</RequiredPkgs> </RequiredPkgs>
<UsageOptions> <UsageOptions>
<UnitPath Value="$(PkgOutDir)"/> <UnitPath Value="$(PkgOutDir)"/>

View File

@ -17,15 +17,15 @@
<Version Major="1" Release="4"/> <Version Major="1" Release="4"/>
<Files Count="6"> <Files Count="6">
<Item1> <Item1>
<Filename Value="..\run\JvPageComps\JvNavigationPane.pas"/> <Filename Value="..\run\JvPageComps\jvnavigationpane.pas"/>
<UnitName Value="JvNavigationPane"/> <UnitName Value="JvNavigationPane"/>
</Item1> </Item1>
<Item2> <Item2>
<Filename Value="..\run\JvPageComps\JvPageList.pas"/> <Filename Value="..\run\JvPageComps\jvpagelist.pas"/>
<UnitName Value="JvPageList"/> <UnitName Value="JvPageList"/>
</Item2> </Item2>
<Item3> <Item3>
<Filename Value="..\run\JvPageComps\JvPageListTreeView.pas"/> <Filename Value="..\run\JvPageComps\jvpagelisttreeview.pas"/>
<UnitName Value="JvPageListTreeView"/> <UnitName Value="JvPageListTreeView"/>
</Item3> </Item3>
<Item4> <Item4>
@ -33,24 +33,21 @@
<UnitName Value="jvnotebookpagelist"/> <UnitName Value="jvnotebookpagelist"/>
</Item4> </Item4>
<Item5> <Item5>
<Filename Value="..\run\JvPageComps\JvTabBar.pas"/> <Filename Value="..\run\JvPageComps\jvtabbar.pas"/>
<UnitName Value="JvTabBar"/> <UnitName Value="JvTabBar"/>
</Item5> </Item5>
<Item6> <Item6>
<Filename Value="..\run\JvPageComps\JvTabBarXPPainter.pas"/> <Filename Value="..\run\JvPageComps\jvtabbarxppainter.pas"/>
<UnitName Value="JvTabBarXPPainter"/> <UnitName Value="JvTabBarXPPainter"/>
</Item6> </Item6>
</Files> </Files>
<RequiredPkgs Count="3"> <RequiredPkgs Count="2">
<Item1> <Item1>
<PackageName Value="JvStdCtrlsLazR"/> <PackageName Value="JvStdCtrlsLazR"/>
</Item1> </Item1>
<Item2> <Item2>
<PackageName Value="JvCoreLazR"/> <PackageName Value="JvCoreLazR"/>
</Item2> </Item2>
<Item3>
<PackageName Value="FCL"/>
</Item3>
</RequiredPkgs> </RequiredPkgs>
<UsageOptions> <UsageOptions>
<UnitPath Value="$(PkgOutDir)"/> <UnitPath Value="$(PkgOutDir)"/>

View File

@ -2,7 +2,7 @@
<CONFIG> <CONFIG>
<Package Version="4"> <Package Version="4">
<PathDelim Value="\"/> <PathDelim Value="\"/>
<Name Value="JvRunTimeDesignLazD"/> <Name Value="JvRuntimeDesignLazD"/>
<Type Value="RunAndDesignTime"/> <Type Value="RunAndDesignTime"/>
<CompilerOptions> <CompilerOptions>
<Version Value="11"/> <Version Value="11"/>
@ -17,12 +17,12 @@
<Version Major="1" Release="4"/> <Version Major="1" Release="4"/>
<Files Count="1"> <Files Count="1">
<Item1> <Item1>
<Filename Value="..\design\JvRuntimeDesign\JvRuntimeDesignReg.pas"/> <Filename Value="..\design\JvRuntimeDesign\jvruntimedesignreg.pas"/>
<HasRegisterProc Value="True"/> <HasRegisterProc Value="True"/>
<UnitName Value="JvRuntimeDesignReg"/> <UnitName Value="JvRuntimeDesignReg"/>
</Item1> </Item1>
</Files> </Files>
<RequiredPkgs Count="3"> <RequiredPkgs Count="2">
<Item1> <Item1>
<PackageName Value="JvCoreLazD"/> <PackageName Value="JvCoreLazD"/>
</Item1> </Item1>
@ -30,9 +30,6 @@
<PackageName Value="JvRuntimeDesignLazR"/> <PackageName Value="JvRuntimeDesignLazR"/>
<MaxVersion Major="1" Release="2"/> <MaxVersion Major="1" Release="2"/>
</Item2> </Item2>
<Item3>
<PackageName Value="FCL"/>
</Item3>
</RequiredPkgs> </RequiredPkgs>
<UsageOptions> <UsageOptions>
<UnitPath Value="$(PkgOutDir)"/> <UnitPath Value="$(PkgOutDir)"/>

View File

@ -17,29 +17,26 @@
<Version Major="1" Release="4"/> <Version Major="1" Release="4"/>
<Files Count="4"> <Files Count="4">
<Item1> <Item1>
<Filename Value="..\run\JvRuntimeDesign\JvDesignClip.pas"/> <Filename Value="..\run\JvRuntimeDesign\jvdesignclip.pas"/>
<UnitName Value="JvDesignClip"/> <UnitName Value="JvDesignClip"/>
</Item1> </Item1>
<Item2> <Item2>
<Filename Value="..\run\JvRuntimeDesign\JvDesignImp.pas"/> <Filename Value="..\run\JvRuntimeDesign\jvdesignimp.pas"/>
<UnitName Value="JvDesignImp"/> <UnitName Value="JvDesignImp"/>
</Item2> </Item2>
<Item3> <Item3>
<Filename Value="..\run\JvRuntimeDesign\JvDesignSurface.pas"/> <Filename Value="..\run\JvRuntimeDesign\jvdesignsurface.pas"/>
<UnitName Value="JvDesignSurface"/> <UnitName Value="JvDesignSurface"/>
</Item3> </Item3>
<Item4> <Item4>
<Filename Value="..\run\JvRuntimeDesign\JvDesignUtils.pas"/> <Filename Value="..\run\JvRuntimeDesign\jvdesignutils.pas"/>
<UnitName Value="JvDesignUtils"/> <UnitName Value="JvDesignUtils"/>
</Item4> </Item4>
</Files> </Files>
<RequiredPkgs Count="2"> <RequiredPkgs Count="1">
<Item1> <Item1>
<PackageName Value="JvCoreLazR"/> <PackageName Value="JvCoreLazR"/>
</Item1> </Item1>
<Item2>
<PackageName Value="FCL"/>
</Item2>
</RequiredPkgs> </RequiredPkgs>
<UsageOptions> <UsageOptions>
<UnitPath Value="$(PkgOutDir)"/> <UnitPath Value="$(PkgOutDir)"/>

View File

@ -379,7 +379,7 @@ implementation
uses uses
Math, JvJVCLUtils; Math, JvJVCLUtils;
{$R ..\..\resource\JvSimImages.res} {$R ..\..\resource\jvsimimages.res}
const const
LED_SIZE = 12; LED_SIZE = 12;

View File

@ -76,12 +76,5 @@ begin
MemoText.SetFocus; MemoText.SetFocus;
end; end;
{$IFDEF UNITVERSIONING}
initialization
RegisterUnitVersion(HInstance, UnitVersioning);
finalization
UnregisterUnitVersion(HInstance);
{$ENDIF UNITVERSIONING}
end. end.

View File

@ -180,7 +180,6 @@ type
property PageCount: Integer read GetPageCount; property PageCount: Integer read GetPageCount;
end; end;
(******************** NOT CONVERTED *)
TJvStandardPage = class(TJvCustomPage) TJvStandardPage = class(TJvCustomPage)
published published
property BorderWidth; property BorderWidth;
@ -273,7 +272,6 @@ type
property ParentBackground default False; property ParentBackground default False;
{$ENDIF JVCLThemesEnabled} {$ENDIF JVCLThemesEnabled}
end; end;
(******************** NOT CONVERTED *)
implementation implementation
@ -941,13 +939,12 @@ begin
Pages[Index].Caption := NewCaption; Pages[Index].Caption := NewCaption;
end; end;
(************** *)
//===TJvPageList ============================================================= //===TJvPageList =============================================================
function TJvPageList.InternalGetPageClass: TJvCustomPageClass; function TJvPageList.InternalGetPageClass: TJvCustomPageClass;
begin begin
Result := TJvStandardPage; Result := TJvStandardPage;
end; end;
(*******************)
end. end.

View File

@ -192,9 +192,6 @@ type
destructor Destroy; override; destructor Destroy; override;
end; end;
{$IFDEF RTL230_UP}
[ComponentPlatformsAttribute(pidWin32 or pidWin64)]
{$ENDIF RTL230_UP}
TJvPageListTreeView = class(TJvCustomPageListTreeView) TJvPageListTreeView = class(TJvCustomPageListTreeView)
published published
property AutoExpand; property AutoExpand;
@ -284,9 +281,6 @@ type
property Items; property Items;
end; end;
{$IFDEF RTL230_UP}
[ComponentPlatformsAttribute(pidWin32 or pidWin64)]
{$ENDIF RTL230_UP}
TJvSettingsTreeView = class(TJvCustomSettingsTreeView) TJvSettingsTreeView = class(TJvCustomSettingsTreeView)
published published
property AutoExpand; property AutoExpand;
@ -380,15 +374,6 @@ type
property Items; property Items;
end; end;
{$IFDEF UNITVERSIONING}
const
UnitVersioning: TUnitVersionInfo = (
RCSfile: '$URL$';
Revision: '$Revision$';
Date: '$Date$';
LogPath: 'JVCL\run'
);
{$ENDIF UNITVERSIONING}
implementation implementation

View File

@ -41,10 +41,8 @@ interface
uses uses
Classes, SysUtils, Classes, SysUtils,
LCLProc, LCLType, LResources, LCLIntf, LMessages, LCLProc, LCLType, LResources, LCLIntf, LMessages,
//Messages,
Forms, Controls, Graphics, Forms, Controls, Graphics,
Dialogs, Dialogs,
//Windows,
ExtCtrls, Contnrs; ExtCtrls, Contnrs;
type type
@ -266,15 +264,6 @@ type
property OnSelectionChange: TNotifyEvent read GetOnSelectionChange write SetOnSelectionChange; property OnSelectionChange: TNotifyEvent read GetOnSelectionChange write SetOnSelectionChange;
end; end;
{$IFDEF UNITVERSIONING}
const
UnitVersioning: TUnitVersionInfo = (
RCSfile: '$URL: https://jvcl.svn.sourceforge.net/svnroot/jvcl/trunk/jvcl/run/JvDesignSurface.pas $';
Revision: '$Revision: 12931 $';
Date: '$Date: 2010-11-28 15:36:50 +0200 (Κυρ, 28 Νοε 2010) $';
LogPath: 'JVCL\run'
);
{$ENDIF UNITVERSIONING}
implementation implementation
@ -1146,13 +1135,6 @@ begin
Surface.OnSelectionChange := Value; Surface.OnSelectionChange := Value;
end; end;
{$IFDEF UNITVERSIONING}
initialization
RegisterUnitVersion(HInstance, UnitVersioning);
finalization
UnregisterUnitVersion(HInstance);
{$ENDIF UNITVERSIONING}
end. end.

View File

@ -6,9 +6,6 @@ unit JvDesignUtils;
interface interface
uses uses
{$IFDEF UNITVERSIONING}
JclUnitVersioning,
{$ENDIF UNITVERSIONING}
SysUtils, LCLProc, LCLType, LResources, LCLIntf, LMessages, SysUtils, LCLProc, LCLType, LResources, LCLIntf, LMessages,
Classes, Controls, Graphics, Forms, dialogs; Classes, Controls, Graphics, Forms, dialogs;
@ -58,7 +55,6 @@ type
end; end;
function DesignClientToParent(const APt: TPoint; AControl, AParent: TControl): TPoint; function DesignClientToParent(const APt: TPoint; AControl, AParent: TControl): TPoint;
function DesignMin(AA, AB: Integer): Integer; function DesignMin(AA, AB: Integer): Integer;
@ -86,15 +82,6 @@ procedure DesignSaveComponentToFile(AComp: TComponent; const AFileName: string);
procedure DesignLoadComponentFromFile(AComp: TComponent; procedure DesignLoadComponentFromFile(AComp: TComponent;
const AFileName: string; AOnError: TReaderError); const AFileName: string; AOnError: TReaderError);
{$IFDEF UNITVERSIONING}
const
UnitVersioning: TUnitVersionInfo = (
RCSfile: '$URL: https://jvcl.svn.sourceforge.net/svnroot/jvcl/trunk/jvcl/run/JvDesignUtils.pas $';
Revision: '$Revision: 12535 $';
Date: '$Date: 2009-10-02 12:36:42 +0300 (Παρ, 02 Οκτ 2009) $';
LogPath: 'JVCL\run'
);
{$ENDIF UNITVERSIONING}
implementation implementation
@ -429,14 +416,6 @@ begin
end; end;
{$IFDEF UNITVERSIONING}
initialization
RegisterUnitVersion(HInstance, UnitVersioning);
finalization
UnregisterUnitVersion(HInstance);
{$ENDIF UNITVERSIONING}
end. end.

View File

@ -221,7 +221,7 @@ uses
SysUtils, SysUtils,
JvResources, JvJVCLUtils; JvResources, JvJVCLUtils;
{$R ..\..\resource\JvErrorIndicator.res} {$R ..\..\resource\jverrorindicator.res}
const const
cDefBlinkCount = 5; cDefBlinkCount = 5;