Index: zvdatetimectrls.lpk
===================================================================
--- zvdatetimectrls.lpk (revision none)
+++ zvdatetimectrls.lpk (working copy)
@@ -1,77 +1,63 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <_ExternHelp Items="Count"/>
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Index: zvdatetimectrls.pas
===================================================================
--- zvdatetimectrls.pas (revision none)
+++ zvdatetimectrls.pas (working copy)
@@ -1,22 +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.
+{ 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, ZVDateTimeControlsReg,
+ LazarusPackageIntf;
+
+implementation
+
+procedure Register;
+begin
+ RegisterUnit('ZVDateTimeControlsReg', @ZVDateTimeControlsReg.Register);
+end;
+
+initialization
+ RegisterPackage('ZVDateTimeCtrls', @Register);
+end.
Index: zvdatetimectrlsdsgn.lpk
===================================================================
--- zvdatetimectrlsdsgn.lpk (revision 0)
+++ zvdatetimectrlsdsgn.lpk (revision 0)
@@ -0,0 +1,51 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Index: zvdatetimectrlsdsgn.pas
===================================================================
--- zvdatetimectrlsdsgn.pas (revision 0)
+++ zvdatetimectrlsdsgn.pas (revision 0)
@@ -0,0 +1,20 @@
+{ This file was automatically created by Lazarus. Do not edit!
+ This source is only used to compile and install the package.
+ }
+
+unit ZVDateTimeCtrlsDsgn;
+
+interface
+
+uses
+ ZVDateTimePickerPropEdit, LazarusPackageIntf;
+
+implementation
+
+procedure Register;
+begin
+end;
+
+initialization
+ RegisterPackage('ZVDateTimeCtrlsDsgn', @Register);
+end.