mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
ADD: Forgotten file
This commit is contained in:
parent
a2d06bb20a
commit
ef66619bf0
1 changed files with 22 additions and 0 deletions
22
components/ZVDateTimeCtrls/zvdatetimectrls.pas
Normal file
22
components/ZVDateTimeCtrls/zvdatetimectrls.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 ZVDateTimeCtrls;
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
ZVDateTimePicker, DBZVDateTimePicker, ZVDateTimePickerPropEdit,
|
||||
ZVDateTimeControlsReg, LazarusPackageIntf;
|
||||
|
||||
implementation
|
||||
|
||||
procedure Register;
|
||||
begin
|
||||
RegisterUnit('ZVDateTimeControlsReg', @ZVDateTimeControlsReg.Register);
|
||||
end;
|
||||
|
||||
initialization
|
||||
RegisterPackage('ZVDateTimeCtrls', @Register);
|
||||
end.
|
||||
Loading…
Add table
Add a link
Reference in a new issue