You've already forked lazarus-ccr
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:
@ -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.
|
@ -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
|
||||
|
Reference in New Issue
Block a user