mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 06:57:54 +02:00
DateTimeCtrls: split code into run-time and design-time packages.
git-svn-id: trunk@52353 -
This commit is contained in:
parent
58277d75f2
commit
251c2ec7a1
9
.gitattributes
vendored
9
.gitattributes
vendored
@ -1159,13 +1159,15 @@ components/datetimectrls/Makefile svneol=native#text/plain
|
||||
components/datetimectrls/Makefile.compiled svneol=native#text/plain
|
||||
components/datetimectrls/Makefile.fpc svneol=native#text/plain
|
||||
components/datetimectrls/calcontrolwrapper.pas svneol=native#text/pascal
|
||||
components/datetimectrls/datetimecontrolsreg.pas svneol=native#text/pascal
|
||||
components/datetimectrls/datetimectrls.lpk svneol=native#text/plain
|
||||
components/datetimectrls/datetimectrls.lrs svneol=native#text/pascal
|
||||
components/datetimectrls/datetimectrls.pas svneol=native#text/pascal
|
||||
components/datetimectrls/datetimepicker.pas svneol=native#text/pascal
|
||||
components/datetimectrls/datetimepickerpropedit.pas svneol=native#text/pascal
|
||||
components/datetimectrls/dbdatetimepicker.pas svneol=native#text/pascal
|
||||
components/datetimectrls/design/DateTimeCtrlsDsgn.lpk svneol=native#text/xml
|
||||
components/datetimectrls/design/DateTimeCtrlsDsgn.pas svneol=native#text/pascal
|
||||
components/datetimectrls/design/datetimecontrolsreg.pas svneol=native#text/pascal
|
||||
components/datetimectrls/design/datetimectrls.lrs svneol=native#text/pascal
|
||||
components/datetimectrls/design/datetimepickerpropedit.pas svneol=native#text/pascal
|
||||
components/datetimectrls/lclcalwrapper.pas svneol=native#text/pascal
|
||||
components/datetimectrls/manual.htm svneol=native#text/plain
|
||||
components/datetimectrls/pictures/DateControls01.PNG -text svneol=unset#image/png
|
||||
@ -7741,6 +7743,7 @@ packager/globallinks/codetools-1.0.1.lpl svneol=native#text/plain
|
||||
packager/globallinks/cody-1.1.lpl svneol=native#text/plain
|
||||
packager/globallinks/customdrawn-0.lpl svneol=native#text/plain
|
||||
packager/globallinks/datetimectrls-1.5.1.lpl svneol=native#text/plain
|
||||
packager/globallinks/datetimectrlsdsgn-1.5.1.lpl svneol=native#text/plain
|
||||
packager/globallinks/dbflaz-0.1.1.lpl svneol=native#text/plain
|
||||
packager/globallinks/debuggerintf-0.1.lpl svneol=native#text/plain
|
||||
packager/globallinks/demoidehelp-0.lpl svneol=native#text/plain
|
||||
|
@ -8,14 +8,13 @@ unit DateTimeCtrls;
|
||||
interface
|
||||
|
||||
uses
|
||||
DateTimePicker, DBDateTimePicker, DateTimePickerPropEdit,
|
||||
DateTimeControlsReg, calcontrolwrapper, lclcalwrapper, LazarusPackageIntf;
|
||||
DateTimePicker, DBDateTimePicker, calcontrolwrapper, lclcalwrapper,
|
||||
LazarusPackageIntf;
|
||||
|
||||
implementation
|
||||
|
||||
procedure Register;
|
||||
begin
|
||||
RegisterUnit('DateTimeControlsReg', @DateTimeControlsReg.Register);
|
||||
end;
|
||||
|
||||
initialization
|
||||
|
56
components/datetimectrls/design/DateTimeCtrlsDsgn.lpk
Normal file
56
components/datetimectrls/design/DateTimeCtrlsDsgn.lpk
Normal file
@ -0,0 +1,56 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<CONFIG>
|
||||
<Package Version="4">
|
||||
<PathDelim Value="\"/>
|
||||
<Name Value="DateTimeCtrlsDsgn"/>
|
||||
<Type Value="RunAndDesignTime"/>
|
||||
<Author Value="Zoran Vučenović"/>
|
||||
<CompilerOptions>
|
||||
<Version Value="11"/>
|
||||
<PathDelim Value="\"/>
|
||||
<SearchPaths>
|
||||
<IncludeFiles Value="."/>
|
||||
<OtherUnitFiles Value="."/>
|
||||
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
||||
</SearchPaths>
|
||||
</CompilerOptions>
|
||||
<Description Value="TDateTimePicker - the cross-platform control behaving much like VCL's TDateTimePicker. TDBDateTimePicker - the data-aware version of TDateTimePicker"/>
|
||||
<License Value="Modified LGPL"/>
|
||||
<Version Major="1" Minor="5" Release="1"/>
|
||||
<Files Count="3">
|
||||
<Item1>
|
||||
<Filename Value="datetimecontrolsreg.pas"/>
|
||||
<HasRegisterProc Value="True"/>
|
||||
<UnitName Value="DateTimeControlsReg"/>
|
||||
</Item1>
|
||||
<Item2>
|
||||
<Filename Value="datetimectrls.lrs"/>
|
||||
<Type Value="LRS"/>
|
||||
</Item2>
|
||||
<Item3>
|
||||
<Filename Value="datetimepickerpropedit.pas"/>
|
||||
<UnitName Value="DateTimePickerPropEdit"/>
|
||||
</Item3>
|
||||
</Files>
|
||||
<RequiredPkgs Count="3">
|
||||
<Item1>
|
||||
<PackageName Value="DateTimeCtrls"/>
|
||||
</Item1>
|
||||
<Item2>
|
||||
<PackageName Value="IDEIntf"/>
|
||||
</Item2>
|
||||
<Item3>
|
||||
<PackageName Value="FCL"/>
|
||||
</Item3>
|
||||
</RequiredPkgs>
|
||||
<UsageOptions>
|
||||
<UnitPath Value="$(PkgOutDir)"/>
|
||||
</UsageOptions>
|
||||
<PublishOptions>
|
||||
<Version Value="2"/>
|
||||
</PublishOptions>
|
||||
<CustomOptions Items="ExternHelp" Version="2">
|
||||
<_ExternHelp Items="Count"/>
|
||||
</CustomOptions>
|
||||
</Package>
|
||||
</CONFIG>
|
22
components/datetimectrls/design/DateTimeCtrlsDsgn.pas
Normal file
22
components/datetimectrls/design/DateTimeCtrlsDsgn.pas
Normal file
@ -0,0 +1,22 @@
|
||||
{ This file was automatically created by Lazarus. Do not edit!
|
||||
This source is only used to compile and install the package.
|
||||
}
|
||||
|
||||
unit DateTimeCtrlsDsgn;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
DateTimeControlsReg, DateTimePickerPropEdit, LazarusPackageIntf;
|
||||
|
||||
implementation
|
||||
|
||||
procedure Register;
|
||||
begin
|
||||
RegisterUnit('DateTimeControlsReg', @DateTimeControlsReg.Register);
|
||||
end;
|
||||
|
||||
initialization
|
||||
RegisterPackage('DateTimeCtrlsDsgn', @Register);
|
||||
end.
|
1
packager/globallinks/datetimectrlsdsgn-1.5.1.lpl
Normal file
1
packager/globallinks/datetimectrlsdsgn-1.5.1.lpl
Normal file
@ -0,0 +1 @@
|
||||
$(LazarusDir)/components/datetimectrls/datetimectrls.lpk
|
Loading…
Reference in New Issue
Block a user