mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-15 22:40: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.
|
||||
*****************************************************************************
|
||||
|
||||
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;
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user