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. 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;

View File

@ -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;