* classes uses types to import TPoint and TRect

This commit is contained in:
peter 2004-01-22 17:11:23 +00:00
parent 965835354c
commit 98105d8055
9 changed files with 45 additions and 9 deletions

View File

@ -26,6 +26,7 @@ interface
uses
sysutils,
rtlconst,
types,
typinfo;
{$i classesh.inc}
@ -51,7 +52,10 @@ finalization
end.
{
$Log$
Revision 1.2 2004-01-10 20:15:21 michael
Revision 1.3 2004-01-22 17:11:23 peter
* classes uses types to import TPoint and TRect
Revision 1.2 2004/01/10 20:15:21 michael
+ Some more fixes to rtlconst. Const strings moved from classes to rtlconst
Revision 1.1 2004/01/04 20:05:38 jonas

View File

@ -26,6 +26,7 @@ interface
uses
sysutils,
rtlconst,
types,
typinfo;
{$i classesh.inc}
@ -53,7 +54,10 @@ finalization
end.
{
$Log$
Revision 1.6 2004-01-10 20:13:40 michael
Revision 1.7 2004-01-22 17:11:23 peter
* classes uses types to import TPoint and TRect
Revision 1.6 2004/01/10 20:13:40 michael
+ Some more fixes to rtlconst. Const strings moved from classes to rtlconst
Revision 1.5 2004/01/03 12:18:29 marco

View File

@ -26,6 +26,7 @@ interface
uses
typinfo,
rtlconst,
types,
sysutils;
{$i classesh.inc}
@ -44,7 +45,10 @@ finalization
end.
{
$Log$
Revision 1.2 2004-01-10 20:13:19 michael
Revision 1.3 2004-01-22 17:11:23 peter
* classes uses types to import TPoint and TRect
Revision 1.2 2004/01/10 20:13:19 michael
+ Some more fixes to rtlconst. Const strings moved from classes to rtlconst
Revision 1.1 2003/10/06 21:01:06 peter

View File

@ -30,6 +30,7 @@ interface
uses
sysutils,
types,
typinfo,
rtlconst;
@ -59,7 +60,10 @@ finalization
end.
{
$Log$
Revision 1.4 2004-01-10 19:35:52 michael
Revision 1.5 2004-01-22 17:11:23 peter
* classes uses types to import TPoint and TRect
Revision 1.4 2004/01/10 19:35:52 michael
+ Moved all resource strings to rtlconst/sysconst
Revision 1.3 2003/11/19 15:51:54 peter

View File

@ -26,6 +26,7 @@ interface
uses
sysutils,
rtlconst,
types,
typinfo;
{$i classesh.inc}
@ -53,7 +54,10 @@ finalization
end.
{
$Log$
Revision 1.3 2004-01-10 20:15:21 michael
Revision 1.4 2004-01-22 17:11:23 peter
* classes uses types to import TPoint and TRect
Revision 1.3 2004/01/10 20:15:21 michael
+ Some more fixes to rtlconst. Const strings moved from classes to rtlconst
Revision 1.2 2004/01/04 01:11:28 marco

View File

@ -26,6 +26,7 @@ interface
uses
sysutils,
rtlconst,
types,
typinfo,
systhrds;
@ -39,7 +40,10 @@ implementation
end.
{
$Log$
Revision 1.2 2004-01-10 20:15:21 michael
Revision 1.3 2004-01-22 17:11:23 peter
* classes uses types to import TPoint and TRect
Revision 1.2 2004/01/10 20:15:21 michael
+ Some more fixes to rtlconst. Const strings moved from classes to rtlconst
Revision 1.1 2003/10/06 21:01:06 peter

View File

@ -26,6 +26,7 @@ interface
uses
sysutils,
rtlconst,
types,
typinfo;
{$i classesh.inc}
@ -53,7 +54,10 @@ finalization
end.
{
$Log$
Revision 1.3 2004-01-22 13:46:14 marco
Revision 1.4 2004-01-22 17:11:23 peter
* classes uses types to import TPoint and TRect
Revision 1.3 2004/01/22 13:46:14 marco
bsd
Revision 1.6 2004/01/10 20:13:40 michael

View File

@ -26,6 +26,7 @@ interface
uses
sysutils,
rtlconst,
types,
typinfo;
{$i classesh.inc}
@ -47,7 +48,10 @@ finalization
end.
{
$Log$
Revision 1.3 2004-01-10 20:14:05 michael
Revision 1.4 2004-01-22 17:11:23 peter
* classes uses types to import TPoint and TRect
Revision 1.3 2004/01/10 20:14:05 michael
+ Some more fixes to rtlconst. Const strings moved from classes to rtlconst
Revision 1.2 2003/11/05 09:13:59 yuri

View File

@ -31,6 +31,7 @@ interface
uses
rtlconst,
sysutils,
types,
typinfo,
windows;
@ -53,7 +54,10 @@ finalization
end.
{
$Log$
Revision 1.4 2004-01-13 18:04:25 florian
Revision 1.5 2004-01-22 17:11:23 peter
* classes uses types to import TPoint and TRect
Revision 1.4 2004/01/13 18:04:25 florian
* make win32 fixed
Revision 1.3 2004/01/10 19:35:18 michael