276 lines
7.7 KiB
Diff
276 lines
7.7 KiB
Diff
Index: zvdatetimectrls.lpk
|
|
===================================================================
|
|
--- zvdatetimectrls.lpk (revision none)
|
|
+++ zvdatetimectrls.lpk (working copy)
|
|
@@ -1,77 +1,63 @@
|
|
-<?xml version="1.0"?>
|
|
-<CONFIG>
|
|
- <Package Version="4">
|
|
- <PathDelim Value="\"/>
|
|
- <Name Value="ZVDateTimeCtrls"/>
|
|
- <AddToProjectUsesSection Value="True"/>
|
|
- <Author Value="Zoran Vučenović"/>
|
|
- <CompilerOptions>
|
|
- <Version Value="11"/>
|
|
- <PathDelim Value="\"/>
|
|
- <SearchPaths>
|
|
- <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
|
- </SearchPaths>
|
|
- <CodeGeneration>
|
|
- <SmartLinkUnit Value="True"/>
|
|
- <Optimizations>
|
|
- <OptimizationLevel Value="2"/>
|
|
- </Optimizations>
|
|
- </CodeGeneration>
|
|
- <Other>
|
|
- <CompilerMessages>
|
|
- <UseMsgFile Value="True"/>
|
|
- </CompilerMessages>
|
|
- <CompilerPath Value="$(CompPath)"/>
|
|
- </Other>
|
|
- </CompilerOptions>
|
|
- <Description Value="TZVDateTimePicker - the cross-platform control behaving much like VCL's TDateTimePicker. TDBZVDateTimePicker - the data-aware version of TZVDateTimePicker"/>
|
|
- <License Value="Modified LGPL"/>
|
|
- <Version Major="1" Minor="4"/>
|
|
- <Files Count="5">
|
|
- <Item1>
|
|
- <Filename Value="zvdatetimepicker.pas"/>
|
|
- <UnitName Value="ZVDateTimePicker"/>
|
|
- </Item1>
|
|
- <Item2>
|
|
- <Filename Value="dbzvdatetimepicker.pas"/>
|
|
- <UnitName Value="DBZVDateTimePicker"/>
|
|
- </Item2>
|
|
- <Item3>
|
|
- <Filename Value="zvdatetimepickerpropedit.pas"/>
|
|
- <UnitName Value="ZVDateTimePickerPropEdit"/>
|
|
- </Item3>
|
|
- <Item4>
|
|
- <Filename Value="zvdatetimecontrolsreg.pas"/>
|
|
- <HasRegisterProc Value="True"/>
|
|
- <UnitName Value="ZVDateTimeControlsReg"/>
|
|
- </Item4>
|
|
- <Item5>
|
|
- <Filename Value="zvdatetimectrls.lrs"/>
|
|
- <Type Value="LRS"/>
|
|
- </Item5>
|
|
- </Files>
|
|
- <Type Value="RunAndDesignTime"/>
|
|
- <RequiredPkgs Count="3">
|
|
- <Item1>
|
|
- <PackageName Value="IDEIntf"/>
|
|
- </Item1>
|
|
- <Item2>
|
|
- <PackageName Value="LCL"/>
|
|
- </Item2>
|
|
- <Item3>
|
|
- <PackageName Value="FCL"/>
|
|
- <MinVersion Major="1" Valid="True"/>
|
|
- </Item3>
|
|
- </RequiredPkgs>
|
|
- <UsageOptions>
|
|
- <UnitPath Value="$(PkgOutDir)"/>
|
|
- </UsageOptions>
|
|
- <PublishOptions>
|
|
- <Version Value="2"/>
|
|
- <IgnoreBinaries Value="False"/>
|
|
- </PublishOptions>
|
|
- <CustomOptions Items="ExternHelp" Version="2">
|
|
- <_ExternHelp Items="Count"/>
|
|
- </CustomOptions>
|
|
- </Package>
|
|
-</CONFIG>
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
+<CONFIG>
|
|
+ <Package Version="4">
|
|
+ <PathDelim Value="\"/>
|
|
+ <Name Value="ZVDateTimeCtrls"/>
|
|
+ <AddToProjectUsesSection Value="True"/>
|
|
+ <Author Value="Zoran Vučenović"/>
|
|
+ <CompilerOptions>
|
|
+ <Version Value="11"/>
|
|
+ <PathDelim Value="\"/>
|
|
+ <SearchPaths>
|
|
+ <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
|
+ </SearchPaths>
|
|
+ <Linking>
|
|
+ <Debugging>
|
|
+ <DebugInfoType Value="dsDwarf2Set"/>
|
|
+ </Debugging>
|
|
+ </Linking>
|
|
+ <Other>
|
|
+ <CompilerPath Value="$(CompPath)"/>
|
|
+ </Other>
|
|
+ </CompilerOptions>
|
|
+ <Description Value="TZVDateTimePicker - the cross-platform control behaving much like VCL's TDateTimePicker. TDBZVDateTimePicker - the data-aware version of TZVDateTimePicker"/>
|
|
+ <License Value="Modified LGPL"/>
|
|
+ <Version Major="1" Minor="4"/>
|
|
+ <Files Count="4">
|
|
+ <Item1>
|
|
+ <Filename Value="zvdatetimepicker.pas"/>
|
|
+ <UnitName Value="ZVDateTimePicker"/>
|
|
+ </Item1>
|
|
+ <Item2>
|
|
+ <Filename Value="dbzvdatetimepicker.pas"/>
|
|
+ <UnitName Value="DBZVDateTimePicker"/>
|
|
+ </Item2>
|
|
+ <Item3>
|
|
+ <Filename Value="zvdatetimecontrolsreg.pas"/>
|
|
+ <HasRegisterProc Value="True"/>
|
|
+ <UnitName Value="ZVDateTimeControlsReg"/>
|
|
+ </Item3>
|
|
+ <Item4>
|
|
+ <Filename Value="zvdatetimectrls.lrs"/>
|
|
+ <Type Value="LRS"/>
|
|
+ </Item4>
|
|
+ </Files>
|
|
+ <Type Value="RunAndDesignTime"/>
|
|
+ <RequiredPkgs Count="2">
|
|
+ <Item1>
|
|
+ <PackageName Value="LCL"/>
|
|
+ </Item1>
|
|
+ <Item2>
|
|
+ <PackageName Value="FCL"/>
|
|
+ <MinVersion Major="1" Valid="True"/>
|
|
+ </Item2>
|
|
+ </RequiredPkgs>
|
|
+ <UsageOptions>
|
|
+ <UnitPath Value="$(PkgOutDir)"/>
|
|
+ </UsageOptions>
|
|
+ <PublishOptions>
|
|
+ <Version Value="2"/>
|
|
+ <IgnoreBinaries Value="False"/>
|
|
+ </PublishOptions>
|
|
+ </Package>
|
|
+</CONFIG>
|
|
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 @@
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
+<CONFIG>
|
|
+ <Package Version="4">
|
|
+ <PathDelim Value="\"/>
|
|
+ <Name Value="ZVDateTimeCtrlsDsgn"/>
|
|
+ <CompilerOptions>
|
|
+ <Version Value="11"/>
|
|
+ <PathDelim Value="\"/>
|
|
+ <SearchPaths>
|
|
+ <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)\"/>
|
|
+ </SearchPaths>
|
|
+ <Linking>
|
|
+ <Debugging>
|
|
+ <DebugInfoType Value="dsDwarf2Set"/>
|
|
+ </Debugging>
|
|
+ </Linking>
|
|
+ <Other>
|
|
+ <CompilerMessages>
|
|
+ <MsgFileName Value=""/>
|
|
+ </CompilerMessages>
|
|
+ <CompilerPath Value="$(CompPath)"/>
|
|
+ </Other>
|
|
+ </CompilerOptions>
|
|
+ <License Value="Modified LGPL"/>
|
|
+ <Version Major="1" Minor="4"/>
|
|
+ <Files Count="1">
|
|
+ <Item1>
|
|
+ <Filename Value="zvdatetimepickerpropedit.pas"/>
|
|
+ <UnitName Value="ZVDateTimePickerPropEdit"/>
|
|
+ </Item1>
|
|
+ </Files>
|
|
+ <Type Value="DesignTime"/>
|
|
+ <RequiredPkgs Count="3">
|
|
+ <Item1>
|
|
+ <PackageName Value="IDEIntf"/>
|
|
+ </Item1>
|
|
+ <Item2>
|
|
+ <PackageName Value="ZVDateTimeCtrls"/>
|
|
+ </Item2>
|
|
+ <Item3>
|
|
+ <PackageName Value="FCL"/>
|
|
+ </Item3>
|
|
+ </RequiredPkgs>
|
|
+ <UsageOptions>
|
|
+ <UnitPath Value="$(PkgOutDir)"/>
|
|
+ </UsageOptions>
|
|
+ <PublishOptions>
|
|
+ <Version Value="2"/>
|
|
+ </PublishOptions>
|
|
+ </Package>
|
|
+</CONFIG>
|
|
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.
|