lcl: updated comments

git-svn-id: trunk@46647 -
This commit is contained in:
mattias 2014-10-23 12:28:37 +00:00
parent 8b6feba2d7
commit 3a87ca62f4
2 changed files with 11 additions and 13 deletions

View File

@ -12,13 +12,12 @@
for details about the license.
*****************************************************************************
Abstract:
Only the .lrs file is used by the LCL (dialogs.pp).
This unit is itself is not compiled into the LCL.
This form is used to design the .lfm and .lrs file.
The source code is copied to ../lcl/include/finddialog.inc.
The lrs included in the initialization section of lcl/dialogs.pp
Note:
Only the .lfm file is used by the LCL (dialogs.pp).
This unit is itself is not compiled into the LCL.
This form is used to design the .lfm file.
The source code is a copy of ../lcl/include/finddialog.inc.
}
unit FindDlgUnit;

View File

@ -12,13 +12,12 @@
for details about the license.
*****************************************************************************
Abstract:
Only the .lrs file is used by the LCL (dialogs.pp).
This unit is itself is not compiled into the LCL.
This form is used to design the .lfm and lrs file.
Note:
Only the .lfm file is used by the LCL (dialogs.pp).
This unit is itself is not compiled into the LCL.
This form is used to design the .lfm file.
The code is copied to ../lcl/include/replacedialog.inc.
The lrs included in the initialization section of lcl/dialogs.pp
The source code is a copy of ../lcl/include/finddialog.inc.
}
unit ReplaceDlgUnit;