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;
//{$I jvcl.inc}
{$mode objfpc}{$H+}
interface

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -41,10 +41,8 @@ interface
uses
Classes, SysUtils,
LCLProc, LCLType, LResources, LCLIntf, LMessages,
//Messages,
Forms, Controls, Graphics,
Dialogs,
//Windows,
ExtCtrls, Contnrs;
type
@ -266,15 +264,6 @@ type
property OnSelectionChange: TNotifyEvent read GetOnSelectionChange write SetOnSelectionChange;
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
@ -1146,13 +1135,6 @@ begin
Surface.OnSelectionChange := Value;
end;
{$IFDEF UNITVERSIONING}
initialization
RegisterUnitVersion(HInstance, UnitVersioning);
finalization
UnregisterUnitVersion(HInstance);
{$ENDIF UNITVERSIONING}
end.

View File

@ -6,9 +6,6 @@ unit JvDesignUtils;
interface
uses
{$IFDEF UNITVERSIONING}
JclUnitVersioning,
{$ENDIF UNITVERSIONING}
SysUtils, LCLProc, LCLType, LResources, LCLIntf, LMessages,
Classes, Controls, Graphics, Forms, dialogs;
@ -58,7 +55,6 @@ type
end;
function DesignClientToParent(const APt: TPoint; AControl, AParent: TControl): TPoint;
function DesignMin(AA, AB: Integer): Integer;
@ -86,15 +82,6 @@ procedure DesignSaveComponentToFile(AComp: TComponent; const AFileName: string);
procedure DesignLoadComponentFromFile(AComp: TComponent;
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
@ -429,14 +416,6 @@ begin
end;
{$IFDEF UNITVERSIONING}
initialization
RegisterUnitVersion(HInstance, UnitVersioning);
finalization
UnregisterUnitVersion(HInstance);
{$ENDIF UNITVERSIONING}
end.

View File

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