I developed the Resource Editor Components as part of my Delphi Resource Editor Editor project. They may come in handy for other projects, though!
This component package uses the Graphics Utilities and MIDI Utilities packages. Download them too if you want to use these components.
The ResourceVersion component allows you to access Version
resources in resource modules.
The ResourceGraphics components allows you to access Bitmap,
Cursor and Icon resources in resource modules.
The ResourceMenu component allows you go access Menu
resources in resource modules.
ResourceMessages allows you to access string and message
resources in resource modules.
The ResourceModule components allow you to access resources
in .RES files and .EXE modules.
ResourceRiff contains components that allow you to access
multimedia resources.
The ResourceDialogs component allows you to access dialog
resources.
The TBitmapEditor component allows you to edit images.
The TMenuDesigner component allows you to visually design
menus.
The TRuler component displays a ruler bar.
TPropertyListBox is a component that lets you edit property
lists.
TDialogEditor is derived from TDialogBox. TDialogBox
displays resource-based dialogs in your Delphi programs, and TDialogEditor
letsyou edit them!
THexDump displays and allows editing of HEX data.