mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 23:57:11 +02:00
MG: added include comments
git-svn-id: trunk@1618 -
This commit is contained in:
parent
d02846cc88
commit
b55a0943cc
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user