mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-17 02:20:43 +01:00
lcl: updated comments
git-svn-id: trunk@46647 -
This commit is contained in:
parent
8b6feba2d7
commit
3a87ca62f4
@ -12,13 +12,12 @@
|
|||||||
for details about the license.
|
for details about the license.
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
|
|
||||||
Abstract:
|
Note:
|
||||||
Only the .lrs file is used by the LCL (dialogs.pp).
|
Only the .lfm file is used by the LCL (dialogs.pp).
|
||||||
This unit is itself is not compiled into the LCL.
|
This unit is itself is not compiled into the LCL.
|
||||||
This form is used to design the .lfm and .lrs file.
|
This form is used to design the .lfm file.
|
||||||
|
|
||||||
The source code is copied to ../lcl/include/finddialog.inc.
|
The source code is a copy of ../lcl/include/finddialog.inc.
|
||||||
The lrs included in the initialization section of lcl/dialogs.pp
|
|
||||||
}
|
}
|
||||||
unit FindDlgUnit;
|
unit FindDlgUnit;
|
||||||
|
|
||||||
|
|||||||
@ -12,13 +12,12 @@
|
|||||||
for details about the license.
|
for details about the license.
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
|
|
||||||
Abstract:
|
Note:
|
||||||
Only the .lrs file is used by the LCL (dialogs.pp).
|
Only the .lfm file is used by the LCL (dialogs.pp).
|
||||||
This unit is itself is not compiled into the LCL.
|
This unit is itself is not compiled into the LCL.
|
||||||
This form is used to design the .lfm and lrs file.
|
This form is used to design the .lfm file.
|
||||||
|
|
||||||
The code is copied to ../lcl/include/replacedialog.inc.
|
The source code is a copy of ../lcl/include/finddialog.inc.
|
||||||
The lrs included in the initialization section of lcl/dialogs.pp
|
|
||||||
}
|
}
|
||||||
unit ReplaceDlgUnit;
|
unit ReplaceDlgUnit;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user