2.0.0.0 - 2008.02.05
--------------------
o RAResEd is now a single control. This makes it easier to use it in your own IDE.
o Added nicer toolbar and menu.
o Added option to use standard menu.
o Added Undo / Redo to dialog editor
NOTE! Undo / Redo resets Send to Back / Bring to Front.
The only way to avoid this problem is to properly set the tabindexes.
Most important is that a GroupBox or Tab control should have a lower tabindex
than all the controls it contain.
o Added support for IDOK / IDCANCEL to Button control.
o Added support for IDC_STATIC to Static, Image and Shape controls.
o Added option to define IDC_STATIC.
o Added better support for multiline captions (Edit, Static and Button controls).
NOTE. Use Ctrl+Enter to insert a new line in the multiline text box.
o Added TOOLBAR resource.
o Added Text mode to dialog editor.
o Fixed bugs with Image and Animate controls (name / id problems).
o Fixed bug with #include <windows.h>.
o Fixed bug with Add XP Manifest. #define MANIFEST 24 was not included.
This caused the applicationt you crated to not run.