MG: added include comments

git-svn-id: trunk@1618 -
This commit is contained in:
lazarus 2002-04-18 08:09:03 +00:00
parent d02846cc88
commit b55a0943cc
4 changed files with 23 additions and 1 deletions

View File

@ -1,3 +1,5 @@
// included by stdctrls.pp
{******************************************************************************
TCustomComboBox
******************************************************************************}
@ -305,9 +307,13 @@ Begin
end;
// included by stdctrls.pp
{
$Log$
Revision 1.7 2002/04/18 08:09:03 lazarus
MG: added include comments
Revision 1.6 2002/03/25 17:59:20 lazarus
GTK Cleanup
Shane

View File

@ -1,3 +1,5 @@
// included by stdctrls.pp
(******************************************************************************
TEdit
******************************************************************************)
@ -110,9 +112,14 @@ Begin
if Assigned(FOnChange) then FOnChange(Self);
end;
// included by stdctrls.pp
{ =============================================================================
$Log$
Revision 1.7 2002/04/18 08:09:03 lazarus
MG: added include comments
Revision 1.6 2002/03/25 17:59:20 lazarus
GTK Cleanup
Shane

View File

@ -1,3 +1,5 @@
// included by stdctrls.pp
(******************************************************************************
TCustomMemo
******************************************************************************)
@ -70,10 +72,14 @@ begin
//TODO:Call sendmessage
end;
// included by stdctrls.pp
{ =============================================================================
$Log$
Revision 1.5 2002/04/18 08:09:03 lazarus
MG: added include comments
Revision 1.4 2002/03/25 17:59:20 lazarus
GTK Cleanup
Shane

View File

@ -25,7 +25,7 @@
Detailed description of the Unit.
}
unit stdctrls;
unit StdCtrls;
{$mode objfpc}
{$LONGSTRINGS ON}
@ -581,6 +581,9 @@ end.
{ =============================================================================
$Log$
Revision 1.24 2002/04/18 08:09:03 lazarus
MG: added include comments
Revision 1.23 2002/04/18 07:53:08 lazarus
MG: fixed find declaration of forward def class