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 TCustomComboBox
******************************************************************************} ******************************************************************************}
@ -305,9 +307,13 @@ Begin
end; end;
// included by stdctrls.pp
{ {
$Log$ $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 Revision 1.6 2002/03/25 17:59:20 lazarus
GTK Cleanup GTK Cleanup
Shane Shane

View File

@ -1,3 +1,5 @@
// included by stdctrls.pp
(****************************************************************************** (******************************************************************************
TEdit TEdit
******************************************************************************) ******************************************************************************)
@ -110,9 +112,14 @@ Begin
if Assigned(FOnChange) then FOnChange(Self); if Assigned(FOnChange) then FOnChange(Self);
end; end;
// included by stdctrls.pp
{ ============================================================================= { =============================================================================
$Log$ $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 Revision 1.6 2002/03/25 17:59:20 lazarus
GTK Cleanup GTK Cleanup
Shane Shane

View File

@ -1,3 +1,5 @@
// included by stdctrls.pp
(****************************************************************************** (******************************************************************************
TCustomMemo TCustomMemo
******************************************************************************) ******************************************************************************)
@ -70,10 +72,14 @@ begin
//TODO:Call sendmessage //TODO:Call sendmessage
end; end;
// included by stdctrls.pp
{ ============================================================================= { =============================================================================
$Log$ $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 Revision 1.4 2002/03/25 17:59:20 lazarus
GTK Cleanup GTK Cleanup
Shane Shane

View File

@ -25,7 +25,7 @@
Detailed description of the Unit. Detailed description of the Unit.
} }
unit stdctrls; unit StdCtrls;
{$mode objfpc} {$mode objfpc}
{$LONGSTRINGS ON} {$LONGSTRINGS ON}
@ -581,6 +581,9 @@ end.
{ ============================================================================= { =============================================================================
$Log$ $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 Revision 1.23 2002/04/18 07:53:08 lazarus
MG: fixed find declaration of forward def class MG: fixed find declaration of forward def class