See also:
1) The
specification of DFM file format using the
language FlexT.
2) The FlexT
specification of DCU file format for 32-bit Delphi versions.
This specification is incomplete. Please, let me know
if You have more information about this format.
3) The DCU32INT utility for parsing the 32-bit DCU files.
#<DlgCtrlID>:"<WindowText>":<
ClassName>, R:(<Left>,
<Top>) [<Width>,
<Height>],
S:<Style>,ES:<Extended
Style>
The values of Style and Extended Style can be decoded using the WS_* and WS_EX_* constants and, besides, the values of Style can also be decoded using the class-specific constants for the known classes (BS_* for buttons, ES_* for edits and so on).
In some cases (not under Windows NT and for "good"
applications) it can also extract the control image both in
BMP and WMF formats. Details.
Download the sources of WInf (22K).
Author: Alexei Evgenyevich Hmelnov